Home
last modified time | relevance | path

Searched refs:table (Results 201 – 225 of 627) sorted by relevance

12345678910>>...26

/PHP-7.2/ext/mysqli/tests/
H A D061.phpt41 printf("Cannot drop table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
43 printf("Cannot create table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
71 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_connect_attr.phpt2 mysqli check the session_connect_attrs table for connection attributes
14 /* skip test if the server version does not have session_connect_attrs table yet*/
22 die("skip mysql does not support session_connect_attrs table yet");
H A Dmysqli_fetch_fields.phpt23 require('table.inc');
74 ["table"]=>
102 ["table"]=>
H A Dmysqli_fetch_field.phpt23 require('table.inc');
95 ["table"]=>
123 ["table"]=>
158 ["table"]=>
H A Dmysqli_stmt_get_result_metadata.phpt14 require('table.inc');
104 if ($info->table !== $fields['meta'][$k]->table)
105 printf("[017 - %d] Expecting table %s/%s got %s/%s\n",
106 …$k, gettype($info->table), $info->table, gettype($fields['meta'][$k]->table), $fields['meta'][$k]-…
H A Dmysqli_autocommit.phpt67 printf("[013] Cannot create test table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
80 printf("[17] Expecting 1 row in table test, found %d rows. [%d] %s\n",
102 printf("[023] Cannot create test table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
115 printf("[27] Expecting 0 rows in table test, found %d rows\n", $tmp['num']);
128 printf("[31] Expecting 1 row in table test, found %d rows. [%d] %s\n",
H A Dmysqli_autocommit_oo.phpt56 printf("[010] Cannot create test table, [%d] %s\n", $mysqli->errno, $mysqli->error);
69 printf("[014] Expecting 1 row in table test, found %d rows. [%d] %s\n",
92 printf("[020] Cannot create test table, [%d] %s\n", $mysqli->errno, $mysqli->error);
105 printf("[24] Expecting 0 rows in table test, found %d rows\n", $tmp['num']);
118 printf("[028] Expecting 1 row in table test, found %d rows. [%d] %s\n",
/PHP-7.2/ext/oci8/tests/
H A Dbind_char_2_11gR1.phpt24 "drop table bind_char_tab",
25 "create table bind_char_tab (id number, c1 date)",
86 "drop table bind_char_tab"
H A Dimp_res_lob.phpt25 "drop table imp_res_lob_tab",
26 "create table imp_res_lob_tab (c1 number, c2 clob, c3 varchar2(10))",
79 "drop table imp_res_lob_tab",
H A Dbind_char_2.phpt24 "drop table bind_char_tab",
25 "create table bind_char_tab (id number, c1 date)",
86 "drop table bind_char_tab"
H A Ddefine3.phpt14 "drop table phpdefblobtable",
15 "create table phpdefblobtable (id number(10), fileimage blob)"
79 "drop table phpdefblobtable"
H A Dbug42173.phpt15 "drop table ts_test",
17 "create table ts_test (
63 $s = oci_parse($c, "drop table ts_test");
H A Ddefine6.phpt16 "drop table define6_tab",
17 "create table define6_tab (id number)",
116 "drop table define6_tab"
H A Darray_bind_005.phpt13 $drop = "DROP table bind_test";
17 $create = "CREATE table bind_test(name VARCHAR(20))";
/PHP-7.2/ext/pdo_dblib/tests/
H A Dbatch_stmt_rowcount.phpt15 "create table #php_pdo(id int); " .
23 // check results from the create table
56 "drop table #php_pdo;"
/PHP-7.2/ext/standard/tests/strings/
H A Dget_html_translation_table_variation2.phpt5 /* Prototype : array get_html_translation_table ( [int $table [, int $quote_style [, string charse…
6 * Description: Returns the internal translation table used by htmlspecialchars and htmlentities
19 $table = HTML_SPECIALCHARS;
78 var_dump( get_html_translation_table($table, $quote_style) );
/PHP-7.2/ext/interbase/tests/
H A D005.phpt12 @ibase_query("create table test5 (i integer)");
36 echo "empty table\n";
50 echo "after rollback table empty again\n";
212 empty table
219 after rollback table empty again
/PHP-7.2/ext/pgsql/
H A DREADME195 array pg_metadata(resource db, string table)
199 array pg_convert(resource db, string table, array values)
203 bool pg_insert(resource db, string table, array values[, bool convert[, bool async]])
204 Insert values (filed=>value) to table
207 bool pg_update(resource db, string table, array fields, array ids[, bool convert[, bool async]])
208 Update table using values (field=>value) and ids (id=>value)
211 bool pg_delete(resource db, string table, array ids[, bool convert[, bool async]])
215 array pg_select(resource db, string table, array ids[, bool convert])
/PHP-7.2/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-7.2/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
/PHP-7.2/ext/pdo_pgsql/tests/
H A Dcopy_to.phpt21 echo "Preparing test table for CopyTo tests\n";
81 Preparing test table for CopyTo tests
119 Exception: SQLSTATE[42P01]: Undefined table: 7 %s: %stest_error%s
136 Exception: SQLSTATE[42P01]: Undefined table: 7 %s: %stest_error%s
/PHP-7.2/ext/pgsql/tests/
H A D9999dropdb.phpt7 // drop test table
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_connect_attr.phpt2 PDO_MYSQL: check the session_connect_attrs table for connection attributes
14 die("skip mysql does not support session_connect_attrs table yet");

Completed in 136 milliseconds

12345678910>>...26