Home
last modified time | relevance | path

Searched refs:table (Results 226 – 250 of 613) sorted by relevance

12345678910>>...25

/PHP-7.0/Zend/tests/use_const/
H A Dno_global_fallback.phpt2 non-existent imported constants should not be looked up in the global table
/PHP-7.0/ext/oci8/tests/
H A Dbug27303_3.phpt12 $create_st[] = "drop table mytab";
14 $create_st[] = "create table mytab (mydata varchar2(20), seqcol number)";
43 $drop_st[] = "drop table mytab";
H A Dbug27303_4.phpt22 $create_st[] = "drop table mytab";
24 $create_st[] = "create table mytab (mydata varchar2(20), seqcol number)";
48 $drop_st[] = "drop table mytab";
H A Dbug27303_4_11gR1.phpt20 $create_st[] = "drop table mytab";
22 $create_st[] = "create table mytab (mydata varchar2(20), seqcol number)";
46 $drop_st[] = "drop table mytab";
H A Dbug27303_1.phpt22 "drop table mytab",
24 "create table mytab (mydata varchar2(20), seqcol number)"
49 "drop table mytab"
H A Dbug27303_1_11gR1.phpt20 "drop table mytab",
22 "create table mytab (mydata varchar2(20), seqcol number)"
47 "drop table mytab"
H A Dbug27303_2.phpt22 "drop table mytab",
24 "create table mytab (mydata varchar2(20), seqcol number)"
51 "drop table mytab"
H A Dbug27303_2_11gR1.phpt22 "drop table mytab",
24 "create table mytab (mydata varchar2(20), seqcol number)"
51 "drop table mytab"
H A Darray_bind_011.phpt10 $drop = "DROP table bind_test";
14 $create = "CREATE table bind_test(name VARCHAR(20))";
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 Dbug71600.phpt16 "create table bug71600_tab (col1 number, col2 number, col3 number,
75 "drop table bug71600_tab"
/PHP-7.0/ext/pdo_oci/tests/
H A Dpdo_oci_stream_1.phpt20 @$dbh->exec("drop table pdo_oci_stream_1_tab");
23 "create table pdo_oci_stream_1_tab (id number, data clob)",
79 "drop table pdo_oci_stream_1_tab"
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_fetch_fields.phpt23 require('table.inc');
74 [%u|b%"table"]=>
102 [%u|b%"table"]=>
/PHP-7.0/Zend/tests/use_function/
H A Dno_global_fallback.phpt2 non-existent imported functions should not be looked up in the global table
H A Dno_global_fallback2.phpt2 non-existent imported functions should not be looked up in the global table
/PHP-7.0/ext/standard/tests/strings/
H A Dhtmlentities_html4.phpt42 $table = get_html_translation_table(HTML_ENTITIES, ENT_QUOTES, 'UTF-8');
48 if (isset($table[$str])) {
49 printf("%s\tU+%05X\n", $table[$str], $i);
50 unset($table[$str]);
54 if (!empty($table)) {
56 var_dump($table);
H A Dbug61116.phpt22 Parameter #0 [ <optional> $table ]
/PHP-7.0/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.0/ext/mbstring/oniguruma/
H A Dreggnu.c138 re_set_casetable(const char* table) in re_set_casetable() argument
140 onigenc_set_default_caseconv_table((UChar* )table); in re_set_casetable()
/PHP-7.0/ext/pdo/tests/
H A Dpdo_test.inc49 foreach ($test_tables as $table) {
50 $db->exec("DROP TABLE $table");

Completed in 24 milliseconds

12345678910>>...25