Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...26

/PHP-7.2/Zend/tests/use_function/
H A Dno_global_fallback2.phpt2 non-existent imported functions should not be looked up in the global table
/PHP-7.2/ext/oci8/tests/
H A Darray_bind_001.phpt10 $drop = "DROP table bind_test";
14 $create = "CREATE table bind_test(name DATE)";
H A Darray_bind_002.phpt10 $drop = "DROP table bind_test";
14 $create = "CREATE table bind_test(name DATE)";
H A Darray_bind_003.phpt13 $drop = "DROP table bind_test";
17 $create = "CREATE table bind_test(name DATE)";
H A Darray_bind_004.phpt13 $drop = "DROP table bind_test";
17 $create = "CREATE table bind_test(name DATE)";
H A Darray_bind_007.phpt10 $drop = "DROP table bind_test";
14 $create = "CREATE table bind_test(name NUMBER)";
H A Darray_bind_008.phpt13 $drop = "DROP table bind_test";
17 $create = "CREATE table bind_test(name NUMBER)";
H A Darray_bind_011.phpt10 $drop = "DROP table bind_test";
14 $create = "CREATE table bind_test(name VARCHAR(20))";
H A Dbug71600.phpt16 "create table bug71600_tab (col1 number, col2 number, col3 number,
75 "drop table bug71600_tab"
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"
/PHP-7.2/ext/sqlite3/tests/
H A Dsqlite3_openblob_wrongparams.phpt52 echo "Creating table: " . var_export($db->exec('CREATE TABLE test (id STRING, data BLOB)'),true) . …
69 Creating table: true
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_bp.c51 #define PHPDBG_BREAK_MAPPING(id, table) _phpdbg_break_mapping(id, table) argument
101 HashTable *table; in phpdbg_reset_breakpoints() local
106 ZEND_HASH_FOREACH_PTR(table, brake) { in phpdbg_reset_breakpoints()
122 HashTable *table; in phpdbg_export_breakpoints_to_string() local
134 ZEND_HASH_FOREACH_PTR(table, brake) { in phpdbg_export_breakpoints_to_string()
1199 HashTable *table; in phpdbg_delete_breakpoint() local
1212 if (zend_hash_num_elements(table) == 1) { in phpdbg_delete_breakpoint()
1222 if (zend_hash_num_elements(table) == 1) { in phpdbg_delete_breakpoint()
1239 zend_hash_del(table, strkey); in phpdbg_delete_breakpoint()
1241 zend_hash_index_del(table, numkey); in phpdbg_delete_breakpoint()
[all …]
/PHP-7.2/ext/standard/tests/strings/
H A Dbug61116.phpt22 Parameter #0 [ <optional> $table ]
/PHP-7.2/ext/pdo/tests/
H A Dpdo_test.inc49 foreach ($test_tables as $table) {
50 $db->exec("DROP TABLE $table");
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_fetch_field_direct.phpt25 require('table.inc');
55 ["table"]=>
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 D072.phpt30 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_field_tell.phpt22 require('table.inc');
72 ["table"]=>
H A Dmysqli_real_escape_string_gbk.phpt31 printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link),
37 printf("Failed to create test table: [%d] %s\n", mysqli_errno($link),
H A Dmysqli_mysqli_result_invalid_mode.phpt12 require('table.inc');
/PHP-7.2/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.2/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");

Completed in 23 milliseconds

1...<<11121314151617181920>>...26