Home
last modified time | relevance | path

Searched refs:table (Results 151 – 175 of 627) sorted by relevance

12345678910>>...26

/PHP-7.2/ext/pdo_oci/tests/
H A Dpdo_oci_stream_2a.phpt17 $query = "begin execute immediate 'drop table pdo_oci_stream_2'; exception when others then if sqlc…
21 $query = "create table pdo_oci_stream_2 (id number, data1 blob, data2 blob)";
70 //$db->exec("drop table pdo_oci_stream_2");
H A Dpdo_oci_quote1.phpt15 @$db->exec("drop table poq_tab");
16 $db->query("create table poq_tab (t varchar2(100))");
39 @$db->exec("drop table poq_tab");
/PHP-7.2/ext/oci8/tests/
H A Dimp_res_6.phpt25 "drop table imp_res_6_tab",
26 "create table imp_res_6_tab (c1 number, c2 varchar2(10))",
68 "drop table imp_res_6_tab",
H A Dxmltype_01.phpt17 "drop table xtt",
18 "create table xtt
76 "drop table xtt",
H A Ddefine2.phpt14 "drop table phptestrawtable",
15 "create table phptestrawtable( id number(10), fileimage raw(1000))"
74 "drop table phptestrawtable"
H A Drefcur_prefetch_3.phpt30 "drop table nescurtest",
31 "create table nescurtest(c1 varchar2(10))"
36 // Insert 500 rows into the table.
83 "drop table nescurtest"
H A Dfetch_object.phpt16 "drop table fetch_object_tab",
17 …"create table fetch_object_tab (\"caseSensitive\" number, secondcol varchar2(20), anothercol char(…
74 "drop table fetch_object_tab"
H A Dbind_empty.phpt10 $drop = "DROP table bind_empty_tab";
14 $create = "CREATE table bind_empty_tab(name VARCHAR(10))";
87 $drop = "DROP table bind_empty_tab";
H A Dfetch_object_1.phpt16 "drop table fetch_object_tab",
17 …"create table fetch_object_tab (\"caseSensitive\" number, secondcol varchar2(20), anothercol char(…
74 "drop table fetch_object_tab"
H A Dlob_018.phpt16 "drop table lob_018_tab",
17 "create table lob_018_tab (mykey number, lob_1 clob)",
86 "drop table lob_018_tab"
H A Dlob_022.phpt13 $drop = "DROP table lob_test";
17 $create = "CREATE table lob_test(mykey NUMBER, lob_1 CLOB)";
64 $drop = "DROP table lob_test";
/PHP-7.2/ext/xsl/tests/
H A Dxsltprocessor_transformToDoc.phpt25 <table>
32 </table>
H A Dxsltprocessor_transformToURI.phpt27 <table>
34 </table>
/PHP-7.2/ext/pdo_dblib/tests/
H A Dbug_38955.phpt13 $db->query("CREATE table php_test(val int)");
33 $db->query("DROP table php_test");
/PHP-7.2/ext/sqlite3/tests/
H A Dsqlite3_06_prepared_stmt.phpt14 echo "INSERT into table\n";
38 INSERT into table
H A Dsqlite3_07_prepared_stmt.phpt14 echo "INSERT into table\n";
37 INSERT into table
H A Dsqlite3_08_udf.phpt19 echo "INSERT into table\n";
41 INSERT into table
H A Dsqlite3_11_numrows.phpt21 echo "INSERT into table\n";
38 INSERT into table
H A Dsqlite3_19_columninfo.phpt14 echo "INSERT into table\n";
35 INSERT into table
H A Dsqlite3stmt_paramCount_error.phpt13 echo "INSERT into table\n";
36 INSERT into table
/PHP-7.2/ext/standard/tests/strings/
H A Dget_html_translation_table_basic10.phpt8 $table = HTML_ENTITIES;
9 $tt = get_html_translation_table($table, ENT_COMPAT, "ISO-8859-1");
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_field_seek.phpt68 require('table.inc');
134 ["table"]=>
163 ["table"]=>
192 ["table"]=>
229 ["table"]=>
H A Dbug71863.phpt18 // create db and table for test
32 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
/PHP-7.2/TSRM/
H A DTODO2 This can probably be done by more careful hash table access
/PHP-7.2/ext/intl/tests/_files/
H A Des-bundle.txt10 testtable:table {

Completed in 38 milliseconds

12345678910>>...26