Home
last modified time | relevance | path

Searched refs:table (Results 351 – 375 of 621) sorted by relevance

1...<<11121314151617181920>>...25

/PHP-5.5/ext/pgsql/
H A Dpgsql.c524 ZEND_ARG_INFO(0, table)
529 ZEND_ARG_INFO(0, table)
536 ZEND_ARG_INFO(0, table)
543 ZEND_ARG_INFO(0, table)
551 ZEND_ARG_INFO(0, table)
558 ZEND_ARG_INFO(0, table)
6145 token = table;
6185 assert(table != NULL);
6370 assert(table != NULL);
6479 assert(table != NULL);
[all …]
/PHP-5.5/ext/gd/libgd/
H A Dgd_topal.c1595 int *table; local
1599 table = (int *) (*cinfo->mem->alloc_small)
1608 table = cquantize->error_limiter_storage;
1611 table += MAXJSAMPLE; /* so can index -MAXJSAMPLE .. +MAXJSAMPLE */
1612 cquantize->error_limiter = table;
1619 table[in] = out;
1620 table[-in] = -out;
1625 table[in] = out;
1626 table[-in] = -out;
1631 table[in] = out;
[all …]
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug_33689.phpt60 [table] => test
H A Dpecl_bug_5802.phpt15 $db->exec('create table test ( bar char(3) NULL )');
H A Dbug53551.phpt21 $db->exec('drop table if exists bug53551');
/PHP-5.5/ext/mysqli/tests/
H A Dbug35517.phpt47 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_warning_count.phpt22 require('table.inc');
H A D005.phpt50 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dbug32405.phpt41 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_error_oo.phpt29 printf("[004] Failed to drop old test table: [%d] %s\n", $mysqli->errno, $mysqli->error);
H A Dmysqli_get_connection_stats_off.phpt17 // connect and table inc connect to mysql and create tables
H A Dmysqli_num_fields.phpt22 require('table.inc');
H A Dmysqli_stmt_init.phpt27 require('table.inc');
H A Dbug49442.phpt33 …printf("[002] Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
37 printf("[003] Failed to create test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_real_query.phpt21 require('table.inc');
99 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_stmt_result_metadata.phpt22 require('table.inc');
109 [%u|b%"table"]=>
H A D023.phpt62 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A D024.phpt62 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A D042.phpt58 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
/PHP-5.5/ext/mysql/tests/
H A Dmysql_stat.phpt19 require('table.inc');
/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_2.phpt16 $dbh->exec("drop table pdo_ac_tab");
19 $dbh->exec("create table pdo_ac_tab (col1 varchar2(25))");
/PHP-5.5/Zend/
H A Dzend_ts_hash.h37 #define TS_HASH(table) (&(table->hash)) argument
/PHP-5.5/ext/oci8/tests/
H A Dedition_1.phpt49 "drop table edit_tab",
50 "create table edit_tab (name varchar2(10),age number,job varchar2(50), salary number)",
H A Dlob_null.phpt15 $s = oci_parse($c, 'drop table lob_null_tab');
18 $s = oci_parse($c, 'create table lob_null_tab (id number, data clob)');
185 $s = oci_parse($c, 'drop table lob_null_tab');
/PHP-5.5/ext/mbstring/oniguruma/
H A DREADME129 st.h hash table functions header file
130 st.c hash table functions
139 enc/mktable.c character type table generator.

Completed in 46 milliseconds

1...<<11121314151617181920>>...25