Home
last modified time | relevance | path

Searched refs:table (Results 126 – 150 of 627) sorted by relevance

12345678910>>...26

/PHP-7.2/ext/oci8/tests/
H A Dbind_long_raw.phpt13 $stmt = oci_parse($c, "create table phptestlngraw( id number(10), fileimage long raw)");
32 $stmt = oci_parse($c, "drop table phptestlngraw");
H A Dbind_raw_2.phpt13 $stmt = oci_parse($c, "create table phptestrawtable( id number(10), fileimage raw(1000))");
33 $stmt = oci_parse($c, "drop table phptestrawtable");
H A Dfetch_object_2.phpt16 "drop table fetch_object_2_tab",
17 "create table fetch_object_2_tab (col1 number, col2 CLOB, col3 varchar2(15))",
60 "drop table fetch_object_2_tab"
H A Derror_bind.phpt10 $drop = "drop table bind_test";
14 $create = "create table bind_test(name varchar(10))";
43 $drop = "drop table bind_test";
H A Dlob_001.phpt16 "drop table lob_001_tab",
17 "create table lob_001_tab (id number, b1 blob)",
61 "drop table lob_001_tab"
/PHP-7.2/ext/sqlite3/tests/
H A Dsqlite3_13_skip_all_cleanup.phpt14 echo "INSERT into table\n";
29 INSERT into table
H A Dsqlite3_enable_exceptions.phpt27 no such table: non_existent_table
30 Warning: SQLite3::query(): no such table: non_existent_table in %s on line %d
H A Dsqlite3_14_querysingle.phpt14 echo "INSERT into table\n";
27 INSERT into table
H A Dsqlite3_18_changes.phpt14 echo "INSERT into table\n";
31 INSERT into table
H A Dsqlite3_prepared_stmt_clear_with_params.phpt14 echo "INSERT into table\n";
26 INSERT into table
H A Dsqlite3_03_insert.phpt14 echo "INSERT into table\n";
33 INSERT into table
H A Dsqlite3_23_escape_string.phpt14 echo "INSERT into table\n";
33 INSERT into table
H A Dsqlite3stmt_reset_params.phpt14 echo "INSERT into table\n";
39 INSERT into table
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dst.h31 #define st_is_member(table,key) st_lookup(table,key,(st_data_t *)0) argument
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_php.c261 char* fpm_php_get_string_from_table(zend_string *table, char *key) /* {{{ */ in fpm_php_get_string_from_table() argument
265 if (!table || !key) { in fpm_php_get_string_from_table()
271 zend_is_auto_global(table); in fpm_php_get_string_from_table()
274 data = zend_hash_find(&EG(symbol_table), table); in fpm_php_get_string_from_table()
/PHP-7.2/ext/intl/tests/_files/
H A Dres_index.txt1 res_index:table(nofallback) {
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_get_client_stats_off.phpt23 // connect and table inc connect to mysql and create tables
25 require_once('table.inc');
H A D002.phpt17 printf("[002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
28 printf("[003] Cannot create table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
56 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_stmt_bind_param_many_columns.phpt39 …printf("[002] Failed to set max_allowed_packet the test table: [%d] %s\n", mysqli_errno($link), my…
52 printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
62 printf("Failed to create the test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
88 …printf("Failed to set max_allowed_packet the test table: [%d] %s\n", mysqli_errno($link), mysqli_e…
/PHP-7.2/ext/pdo_dblib/tests/
H A Dbatch_stmt_transaction.phpt15 "create table #php_pdo(id int);" .
23 "drop table #php_pdo;"
26 // check results from the create table
H A Dbatch_stmt_try.phpt15 "create table #php_pdo(id int);" .
26 "drop table #php_pdo;"
29 // check results from the create table
/PHP-7.2/ext/standard/tests/strings/
H A Dget_html_translation_table_basic2.phpt19 // $table as HTML_ENTITIES and different quote style
20 echo "-- with table = HTML_ENTITIES & quote_style = ENT_COMPAT --\n";
21 $table = HTML_ENTITIES;
23 $tt = get_html_translation_table($table, $quote_style, "UTF-8");
27 echo "-- with table = HTML_ENTITIES & quote_style = ENT_QUOTES --\n";
29 $tt = get_html_translation_table($table, $quote_style, "UTF-8");
33 echo "-- with table = HTML_ENTITIES & quote_style = ENT_NOQUOTES --\n";
35 $tt = get_html_translation_table($table, $quote_style, "UTF-8");
44 -- with table = HTML_ENTITIES & quote_style = ENT_COMPAT --
551 -- with table = HTML_ENTITIES & quote_style = ENT_QUOTES --
[all …]
/PHP-7.2/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.2/ext/soap/interop/
H A Ddatabase_round2.sql14 # Table structure for table `endpoints`
29 # Table structure for table `results`
/PHP-7.2/ext/standard/
H A Dhtml.c551 const uni_to_enc *l = table, in unimap_bsearch()
552 *h = &table[num-1], in unimap_bsearch()
579 const uni_to_enc *table; in map_from_unicode() local
636 table = unimap_macroman; in map_from_unicode()
640 table = unimap_win1251; in map_from_unicode()
644 table = unimap_koi8r; in map_from_unicode()
648 table = unimap_cp866; in map_from_unicode()
655 found = unimap_bsearch(table, code, table_size); in map_from_unicode()
1143 const entity_stage1_row *table, in find_entity_for_char() argument
1205 const entity_stage3_row *table, in find_entity_for_char_basic() argument
[all …]

Completed in 32 milliseconds

12345678910>>...26