Home
last modified time | relevance | path

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

12345678910>>...25

/PHP-5.5/ext/oci8/tests/
H A Dfield_funcs2.phpt10 $s = oci_parse($c, 'drop table field_funcs2_tab');
31 $stmt = "create table field_funcs2_tab (\n";
H A Darray_bind_006.phpt13 $drop = "DROP table bind_test";
17 $create = "CREATE table bind_test(name VARCHAR(20))";
H A Darray_bind_014.phpt13 $drop = "DROP table bind_test";
17 $create = "CREATE table bind_test(name NUMBER)";
H A Darray_bind_str.phpt13 $drop = "DROP table bind_test";
17 $create = "CREATE table bind_test(name VARCHAR(20))";
H A Darray_bind_str1.phpt13 $drop = "DROP table bind_test";
17 $create = "CREATE table bind_test(name VARCHAR(20))";
H A Dbug27303_1_11gR1.phpt23 "drop table mytab",
25 "create table mytab (mydata varchar2(20), seqcol number)"
50 "drop table mytab"
H A Dbug27303_2_11gR1.phpt23 "drop table mytab",
25 "create table mytab (mydata varchar2(20), seqcol number)"
52 "drop table mytab"
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_11gR1.phpt23 $create_st[] = "drop table mytab";
25 $create_st[] = "create table mytab (mydata varchar2(20), seqcol number)";
49 $drop_st[] = "drop table mytab";
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 Dbug27303_2.phpt26 "drop table mytab",
28 "create table mytab (mydata varchar2(20), seqcol number)"
55 "drop table mytab"
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_fields.phpt23 require('table.inc');
74 [%u|b%"table"]=>
102 [%u|b%"table"]=>
/PHP-5.5/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-5.5/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);
/PHP-5.5/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-5.5/ext/pdo/tests/
H A Dbug_38253.phpt17 $pdo->exec ("create table test (id integer primary key, n varchar(255))");
33 $pdo->exec ("create table test2 (id integer primary key, n $type)");
H A Dpdo_test.inc49 foreach ($test_tables as $table) {
50 $db->exec("DROP TABLE $table");
/PHP-5.5/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-5.5/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…

Completed in 28 milliseconds

12345678910>>...25