Home
last modified time | relevance | path

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

12345678910>>...26

/PHP-7.2/ext/oci8/tests/
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_date1.phpt13 $drop = "DROP table bind_test";
17 $create = "CREATE table bind_test(name DATE)";
H A Darray_bind_float.phpt13 $drop = "DROP table bind_test";
17 $create = "CREATE table bind_test(name FLOAT)";
H A Darray_bind_float1.phpt13 $drop = "DROP table bind_test";
17 $create = "CREATE table bind_test(name FLOAT)";
H A Darray_bind_int.phpt13 $drop = "DROP table bind_test";
17 $create = "CREATE table bind_test(name NUMBER)";
H A Darray_bind_int1.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 Dfield_funcs2.phpt10 $s = oci_parse($c, 'drop table field_funcs2_tab');
31 $stmt = "create table field_funcs2_tab (\n";
H A Darray_bind_date.phpt13 $drop = "DROP table bind_test";
17 $create = "CREATE table bind_test(name DATE)";
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 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";
/PHP-7.2/ext/sqlite3/tests/
H A Dsqlite3stmt_paramCount_basic.phpt13 echo "INSERT into table\n";
45 INSERT into table
/PHP-7.2/ext/pgsql/
H A Dphp_pgsql.h217 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *values, zend_ulong opt…
218 PHP_PGSQL_API int php_pgsql_update(PGconn *pg_link, const char *table, zval *values, zval *ids, zen…
219 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids, zend_ulong opt, z…
220 PHP_PGSQL_API int php_pgsql_select(PGconn *pg_link, const char *table, zval *ids, zval *ret_array, …
/PHP-7.2/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.2/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.2/ext/mysqli/tests/
H A Dmysqli_fetch_field_oo.phpt22 require('table.inc');
78 ["table"]=>
106 ["table"]=>
/PHP-7.2/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-7.2/Zend/tests/use_function/
H A Dno_global_fallback.phpt2 non-existent imported functions should not be looked up in the global table

Completed in 24 milliseconds

12345678910>>...26