Home
last modified time | relevance | path

Searched refs:table (Results 251 – 275 of 613) sorted by relevance

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

/PHP-7.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_errorcode.phpt53 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.iho…
57 Warning: PDO::prepare(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.ihopeitdoesn…
/PHP-7.0/ext/mysqli/tests/
H A Dclean_table.inc10 …printf("[clean] Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link…
H A Dmysqli_fetch_object_no_object.phpt11 require('table.inc');
H A Dmysqli_fetch_field.phpt23 require('table.inc');
95 [%u|b%"table"]=>
123 [%u|b%"table"]=>
158 [%u|b%"table"]=>
H A D072.phpt30 %unicode|string%(%d) "Unknown table %snot_exists%s"
H A Dmysqli_change_user_rollback.phpt18 require_once('table.inc');
58 printf("[010] Expecting %d rows in the table test, found %d rows\n",
H A Dmysqli_debug.phpt32 // table.inc will create a database connection and run some SQL queries, therefore
34 require_once('table.inc');
H A Dmysqli_mysqli_result_invalid_mode.phpt12 require('table.inc');
H A Dmysqli_stmt_attr_get_prefetch.phpt12 require('table.inc');
H A Dmysqli_fetch_field_oo.phpt22 require('table.inc');
78 [%u|b%"table"]=>
106 [%u|b%"table"]=>
H A Dmysqli_stmt_bind_limits.phpt46 printf("... table created\n");
120 ... table created
125 ... table created
H A Dmysqli_fetch_field_direct.phpt25 require('table.inc');
55 [%u|b%"table"]=>
H A Dmysqli_get_connection_stats.phpt24 require("table.inc");
65 require("table.inc");
H A Dmysqli_real_escape_string_eucjpms.phpt33 printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link),
39 printf("Failed to create test table: [%d] %s\n", mysqli_errno($link),
H A Dmysqli_real_escape_string_euckr.phpt32 printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link),
38 printf("Failed to create test table: [%d] %s\n", mysqli_errno($link),
H A Dmysqli_real_escape_string_gb2312.phpt33 printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link),
39 printf("Failed to create test table: [%d] %s\n", mysqli_errno($link),
H A Dmysqli_real_escape_string_gbk.phpt35 printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link),
41 printf("Failed to create test table: [%d] %s\n", mysqli_errno($link),
H A Dmysqli_get_server_version.phpt19 require "table.inc";
/PHP-7.0/ext/oci8/tests/
H A Dimp_res_1.phpt25 "drop table imp_res_1_tab_1",
26 "create table imp_res_1_tab_1 (c1 number, c2 varchar2(10))",
31 "drop table imp_res_1_tab_2",
32 "create table imp_res_1_tab_2 (c3 varchar2(1))",
113 "drop table imp_res_1_tab_1",
114 "drop table imp_res_1_tab_2"
H A Dimp_res_insert.phpt27 "drop table imp_res_insert_tab",
28 "create table imp_res_insert_tab (c1 number)",
100 "drop table imp_res_insert_tab",
H A Dbind_number.phpt17 "drop table bind_number_tab",
18 "create table bind_number_tab (
126 "drop table bind_number_tab"
H A Dxmltype_02.phpt17 "drop table xmltype_02_tab",
18 "create table xmltype_02_tab (warehouse_id number, warehouse_spec xmltype)",
104 "drop table xmltype_02_tab"
/PHP-7.0/ext/pdo_oci/tests/
H A Dpdo_oci_stream_2b.phpt2 PDO OCI: Fetches 10K records from a table that contains 1 number and 2 LOB columns (stress test)
66 $db->exec("drop table pdo_oci_stream_2");
/PHP-7.0/ext/reflection/tests/
H A Dbug61388.phpt2 ReflectionObject:getProperties() issues invalid reads when it get_properties returns a hash table w…
/PHP-7.0/ext/sqlite3/tests/
H A Dsqlite3_prepare_faultystmt.phpt19 Warning: SQLite3::prepare(): Unable to prepare statement: 1, no such table: bar in %s on line %d

Completed in 31 milliseconds

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