Home
last modified time | relevance | path

Searched refs:table (Results 76 – 100 of 531) sorted by relevance

12345678910>>...22

/php-src/ext/mysqli/tests/
H A Dmysqli_change_user_locks_temporary.phpt2 mysqli_change_user() - table locks, GET_LOCK(), temporary tables
13 require_once 'table.inc';
40 printf("[005] There should be some rows in the table test\n");
61 printf("[011] There should be three rows in the table test\n");
69 printf("[012] There should be no table test any more, [%d] %s\n",
H A Dmysqli_get_client_stats_off.phpt20 // connect and table inc connect to mysql and create tables
22 require_once 'table.inc';
H A Dmysqli_field_seek.phpt57 require 'table.inc';
130 ["table"]=>
159 ["table"]=>
188 ["table"]=>
220 ["table"]=>
H A Dmysqli_fetch_fields.phpt13 require 'table.inc';
62 ["table"]=>
90 ["table"]=>
H A Dmysqli_get_connection_stats.phpt14 // Use the operations performed in table.inc to create some traffic on the connection
16 require 'table.inc';
57 require 'table.inc';
H A Dmysqli_stmt_bind_param_many_columns.phpt39 …printf("[002] Failed to set max_allowed_packet the test table: [%d] %s\n", mysqli_errno($link), my…
52 … printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
62 … printf("Failed to create the test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
88 …printf("Failed to set max_allowed_packet the test table: [%d] %s\n", mysqli_errno($link), mysqli_e…
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindcolumn.phpt15 $table = 'pdo_mysql_stmt_bindcolumn';
16 MySQLPDOTest::createTestTable($table, $db);
23 $stmt = $db->prepare("SELECT id, label FROM {$table} ORDER BY id ASC LIMIT 2");
43 $stmt = $db->query("SELECT id, label FROM {$table} ORDER BY id ASC LIMIT 2");
63 $stmt = $db->prepare("SELECT id, label FROM {$table} ORDER BY id ASC LIMIT 2, 2");
83 $stmt = $db->query("SELECT id, label FROM {$table} ORDER BY id ASC LIMIT 2, 2");
H A Dpdo_mysql_attr_statement_class.phpt16 $table = 'pdo_mysql_attr_statement_class';
18 MySQLPDOTest::createTestTable($table, $db);
99 $stmt = $db->query("SELECT id, label FROM {$table} ORDER BY id ASC LIMIT 2");
109 $stmt = $db->query("SELECT id, label FROM {$table} ORDER BY id ASC LIMIT 2");
115 $stmt = $db->query("SELECT id, label FROM {$table} ORDER BY id ASC LIMIT 1");
123 $stmt = $db->query("SELECT id, label FROM {$table} ORDER BY id ASC LIMIT 1");
H A Dpdo_mysql_stmt_fetch_non_select.phpt15 $table = 'pdo_mysql_stmt_fetch_non_select';
16 MySQLPDOTest::createTestTable($table, $db);
25 if (!is_object($stmt = $db->query("DESCRIBE {$table} id")))
60 if (!is_object($stmt = $db->query("EXPLAIN SELECT id FROM {$table}")))
76 if ($db->exec("PREPARE mystmt FROM 'DESCRIBE {$table} id'")) {
81 if (!is_object($stmt = $db->query("DESCRIBE {$table} id")))
143 if ($db->exec("PREPARE mystmt FROM 'EXPLAIN SELECT id FROM {$table}'")) {
148 if (!is_object($stmt = $db->query("EXPLAIN SELECT id FROM {$table}")))
H A Dpdo_mysql_stmt_nextrowset.phpt17 $table = 'pdo_mysql_stmt_nextrowset';
20 MySQLPDOTest::createTestTable($table, $db);
22 $stmt = $db->query("SELECT id FROM {$table}");
43 global $table;
47 …OCEDURE {$procedure}() BEGIN SELECT id FROM {$table} ORDER BY id ASC LIMIT 3; SELECT id, label FRO…
/php-src/ext/pdo_firebird/tests/
H A Dtransaction_access_mode.phpt17 $table = 'transaction_access_mode';
54 $dbh->query("CREATE TABLE {$table} (val INT)");
63 $dbh->query("INSERT INTO {$table} VALUES (12)");
64 $r = $dbh->query("SELECT * FROM {$table}");
77 $dbh->query("INSERT INTO {$table} VALUES (19)");
81 $r = $dbh->query("SELECT * FROM {$table}");
/php-src/ext/curl/
H A Dsync-constants.php211 preg_match('~<table>(.*?)</table>~s', $html, $matches);
/php-src/ext/mbstring/ucgendat/
H A Ducgendat.php533 list($gTable, $table) = generateMPH($map, $fast = false);
534 echo "$name: n=", count($table), ", g=", count($gTable), "\n";
541 $result .= "static const unsigned {$prefix}_table_size = " . count($table) . ";\n";
543 $result .= formatIntArray(flatten($table), 4);
600 $table = [];
631 if (isset($table[$slot]) || isset($used[$slot])) {
644 $table[hashInt($d, $elem[0]) % $tableSize] = $elem;
650 if (!isset($table[$i])) {
664 $table[$slot] = $elem;
671 ksort($table);
[all …]
/php-src/ext/sqlite3/tests/
H A Dsqlite3_13_skip_all_cleanup.phpt14 echo "INSERT into table\n";
29 INSERT into table
H A Dsqlite3_14_querysingle.phpt14 echo "INSERT into table\n";
27 INSERT into table
H A Dsqlite3_18_changes.phpt14 echo "INSERT into table\n";
31 INSERT into table
H A Dsqlite3_03_insert.phpt14 echo "INSERT into table\n";
33 INSERT into table
H A Dsqlite3_23_escape_string.phpt14 echo "INSERT into table\n";
33 INSERT into table
/php-src/ext/date/lib/
H A Ddow.c163 int *table; in timelib_date_from_isodate() local
183 table = is_leap_year ? ml_table_leap : ml_table_common; in timelib_date_from_isodate()
187 while (daynr > table[*m]) { in timelib_date_from_isodate()
188 daynr -= table[*m]; in timelib_date_from_isodate()
/php-src/sapi/fpm/fpm/
H A Dfpm_php.c274 bool fpm_php_is_key_in_table(zend_string *table, const char *key, size_t key_len) /* {{{ */ in fpm_php_is_key_in_table() argument
279 ZEND_ASSERT(table); in fpm_php_is_key_in_table()
284 zend_is_auto_global(table); in fpm_php_is_key_in_table()
287 data = zend_hash_find(&EG(symbol_table), table); in fpm_php_is_key_in_table()
/php-src/ext/intl/tests/_files/
H A Dres_index.txt1 res_index:table(nofallback) {
/php-src/ext/mysqli/tests/test_setup/
H A Dtest_helpers.inc132 function tear_down_table_on_default_connection(string $table) {
134 mysqli_query($link, 'DROP TABLE IF EXISTS ' . $table);
137 function setup_table_with_data_on_default_connection(string $table): mysqli {
140 …mysqli_query($link, 'CREATE TABLE '. $table .'(id INT DEFAULT 0, label CHAR(1), PRIMARY KEY(id)) E…
141 …mysqli_query($link, 'INSERT INTO '. $table .'(id, label) VALUES (1, "a"), (2, "b"), (3, "c"), (4, …
/php-src/ext/standard/
H A Dhtml.c433 const uni_to_enc *l = table, in unimap_bsearch()
434 *h = &table[num-1], in unimap_bsearch()
461 const uni_to_enc *table; in map_from_unicode() local
518 table = unimap_macroman; in map_from_unicode()
522 table = unimap_win1251; in map_from_unicode()
526 table = unimap_koi8r; in map_from_unicode()
530 table = unimap_cp866; in map_from_unicode()
537 found = unimap_bsearch(table, code, table_size); in map_from_unicode()
1025 const entity_stage1_row *table, in find_entity_for_char() argument
1087 const entity_stage3_row *table, in find_entity_for_char_basic() argument
[all …]
/php-src/ext/pdo_dblib/tests/
H A Dbatch_stmt_transaction.phpt17 "create table #test_batch_stmt_transaction(id int);" .
25 "drop table #test_batch_stmt_transaction;"
28 // check results from the create table
/php-src/Zend/
H A Dzend_gc.c789 zval *table; in gc_scan_black() local
795 zv = table; in gc_scan_black()
833 zv = table; in gc_scan_black()
870 zv = table; in gc_scan_black()
990 zval *table; in gc_mark_grey() local
996 zv = table; in gc_mark_grey()
1022 zv = table; in gc_mark_grey()
1046 zv = table; in gc_mark_grey()
1259 zv = table; in gc_scan()
1494 zv = table; in gc_collect_white()
[all …]

Completed in 54 milliseconds

12345678910>>...22