Home
last modified time | relevance | path

Searched refs:table (Results 126 – 150 of 531) sorted by relevance

12345678910>>...22

/php-src/ext/mysqli/tests/
H A Dmysqli_fetch_field_direct_oo.phpt11 require 'table.inc';
54 ["table"]=>
H A Dmysqli_connect_attr.phpt2 mysqli check the session_connect_attrs table for connection attributes
12 /* skip test if the server version does not have session_connect_attrs table yet*/
20 die("skip mysql does not support session_connect_attrs table yet");
H A Dmysqli_autocommit.phpt54 … printf("[013] Cannot create test table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
67 printf("[17] Expecting 1 row in table test, found %d rows. [%d] %s\n",
89 … printf("[023] Cannot create test table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
102 printf("[27] Expecting 0 rows in table test, found %d rows\n", $tmp['num']);
115 printf("[31] Expecting 1 row in table test, found %d rows. [%d] %s\n",
H A Dmysqli_autocommit_oo.phpt50 printf("[010] Cannot create test table, [%d] %s\n", $mysqli->errno, $mysqli->error);
63 printf("[014] Expecting 1 row in table test, found %d rows. [%d] %s\n",
86 printf("[020] Cannot create test table, [%d] %s\n", $mysqli->errno, $mysqli->error);
99 printf("[24] Expecting 0 rows in table test, found %d rows\n", $tmp['num']);
112 printf("[028] Expecting 1 row in table test, found %d rows. [%d] %s\n",
H A Dmysqli_stmt_get_result_metadata.phpt11 require 'table.inc';
101 if ($info->table !== $fields['meta'][$k]->table)
102 printf("[017 - %d] Expecting table %s/%s got %s/%s\n",
103 …$k, gettype($info->table), $info->table, gettype($fields['meta'][$k]->table), $fields['meta'][$k]-…
H A Dmysqli_field_tell.phpt11 require 'table.inc';
65 ["table"]=>
/php-src/ext/pdo_mysql/tests/
H A Dbug63185.phpt61 SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.no_such_table' doesn't exist
71 SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.no_such_table' doesn't exist
H A Dpdo_mysql_stmt_fetchobject.phpt27 $table = 'pdo_mysql_stmt_fetchobject';
28 MySQLPDOTest::createTestTable($table, $db);
32 $query = "SELECT id, '', NULL, \"\" FROM {$table} ORDER BY id ASC LIMIT 3";
H A Dpdo_mysql_connect_attr.phpt2 PDO_MYSQL: check the session_connect_attrs table for connection attributes
15 die("skip mysql does not support session_connect_attrs table yet");
/php-src/ext/pdo_dblib/tests/
H A Dbatch_stmt_rowcount.phpt17 "create table #test_batch_stmt_rowcount(id int); " .
25 // check results from the create table
58 "drop table #test_batch_stmt_rowcount;"
/php-src/ext/dom/tests/modern/html/parser/
H A Dpredefined_namespaces.phpt24 <mtable id="table"><svg></svg></mtable>
77 <mtable id="table"><svg></svg></mtable>
97 <mtable id="table"><svg/></mtable>
/php-src/sapi/fpm/fpm/
H A Dfpm_php.h44 bool fpm_php_is_key_in_table(zend_string *table, const char *key, size_t key_len);
/php-src/ext/standard/tests/strings/
H A Dget_html_translation_table_basic2.phpt14 // $table as HTML_ENTITIES and different quote style
15 echo "-- with table = HTML_ENTITIES & quote_style = ENT_COMPAT --\n";
16 $table = HTML_ENTITIES;
18 $tt = get_html_translation_table($table, $quote_style, "UTF-8");
22 echo "-- with table = HTML_ENTITIES & quote_style = ENT_QUOTES --\n";
24 $tt = get_html_translation_table($table, $quote_style, "UTF-8");
28 echo "-- with table = HTML_ENTITIES & quote_style = ENT_NOQUOTES --\n";
30 $tt = get_html_translation_table($table, $quote_style, "UTF-8");
39 -- with table = HTML_ENTITIES & quote_style = ENT_COMPAT --
546 -- with table = HTML_ENTITIES & quote_style = ENT_QUOTES --
[all …]
H A Dbug54322.phpt12 get_html_translation_table(): Argument #1 ($table) must be of type int, float given
/php-src/ext/standard/tests/array/
H A Dbug69371.phpt2 Bug #69371 (Hash table collision leads to inaccessible array keys)
H A Dcount_symbol_table.phpt2 Test count() function : count on symbol table
/php-src/Zend/tests/
H A Dgc_044.phpt2 GC of object property table (order variation)
/php-src/ext/sqlite3/tests/
H A Dsqlite3_04_update.phpt14 echo "INSERT into table\n";
44 INSERT into table
H A Dsqlite3_05_delete.phpt14 echo "INSERT into table\n";
44 INSERT into table
H A Dsqlite3stmt_paramCount_basic.phpt13 echo "INSERT into table\n";
45 INSERT into table
/php-src/Zend/
H A Dzend_objects_API.h101 zend_property_info **table = obj->ce->properties_info_table; in zend_get_property_info_for_slot() local
104 return table[prop_num]; in zend_get_property_info_for_slot()
/php-src/ext/pdo_pgsql/tests/
H A Dcopy_to.phpt23 echo "Preparing test table for CopyTo tests\n";
89 Preparing test table for CopyTo tests
127 Exception: SQLSTATE[42P01]: Undefined table: 7 %s: %stest_error%s
144 Exception: SQLSTATE[42P01]: Undefined table: 7 %s: %stest_error%s
/php-src/ext/opcache/tests/
H A Dpreload_prop_info_table.phpt2 Preloading of the property info table with internal parent
/php-src/Zend/tests/use_const/
H A Dno_global_fallback.phpt2 non-existent imported constants should not be looked up in the global table
/php-src/Zend/tests/use_function/
H A Dno_global_fallback.phpt2 non-existent imported functions should not be looked up in the global table

Completed in 49 milliseconds

12345678910>>...22