Home
last modified time | relevance | path

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

12345678910>>...25

/PHP-7.0/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.0/ext/xsl/tests/
H A Dxsltprocessor_transformToDoc.phpt25 <table>
32 </table>
H A Dxsltprocessor_transformToURI.phpt27 <table>
34 </table>
H A Dxsltprocessor_transformToURI_wrongparam_003.phpt28 <table>
35 </table>
H A Dxsltprocessor_transformToURI_wrongparam_004.phpt28 <table>
35 </table>
H A Dxsltprocessor_transformToXML_nullparam.phpt28 <table>
35 </table>
H A Dxsltprocessor_transformToXML_wrongparam_001.phpt28 <table>
35 </table>
H A Dxsltprocessor_transformToXML_wrongparam_002.phpt28 <table>
35 </table>
/PHP-7.0/ext/sqlite3/tests/
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
H A Dsqlite3_10_bound_value_name.phpt14 echo "INSERT into table\n";
39 INSERT into table
H A Dsqlite3_12_unfinalized_stmt_cleanup.phpt14 echo "INSERT into table\n";
36 INSERT into table
/PHP-7.0/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.0/ext/oci8/tests/
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 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.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 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.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_errorinfo.phpt78 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.iho…
88 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.tes…
108 Warning: PDO::prepare(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.ihopeitdoesn…
119 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.tes…
/PHP-7.0/TSRM/
H A DTODO2 This can probably be done by more careful hash table access
/PHP-7.0/ext/pdo_oci/tests/
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.0/ext/intl/tests/_files/
H A Des-bundle.txt10 testtable:table {
H A Dresourcebundle.txt10 testtable:table {
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_php.h47 char* fpm_php_get_string_from_table(zend_string *table, char *key);

Completed in 38 milliseconds

12345678910>>...25