Home
last modified time | relevance | path

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

12345678910>>...25

/PHP-5.5/ext/oci8/tests/
H A Dbug27303_4.phpt26 $create_st[] = "drop table mytab";
28 $create_st[] = "create table mytab (mydata varchar2(20), seqcol number)";
52 $drop_st[] = "drop table mytab";
H A Dbug27303_1.phpt26 "drop table mytab",
28 "create table mytab (mydata varchar2(20), seqcol number)"
53 "drop table mytab"
H A Dxmltype_02.phpt17 "drop table xmltype_02_tab",
18 "create table xmltype_02_tab (warehouse_id number, warehouse_spec xmltype)",
104 "drop table xmltype_02_tab"
H A Dbug43497.phpt91 function createxmltab($c) // create table w/ field of XML type
94 $stmt = oci_parse($c, "create table bug43497_tab (id number primary key, xml xmltype)");
98 function dropxmltab($c) // delete table
100 $stmt = oci_parse($c, "drop table bug43497_tab");
H A Dpecl_bug6109.phpt18 echo "whoops - table does exist\n";
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_field.phpt23 require('table.inc');
95 [%u|b%"table"]=>
123 [%u|b%"table"]=>
158 [%u|b%"table"]=>
H A Dclean_table.inc10 …printf("[clean] Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link…
H A Dmysqli_fetch_object_no_object.phpt11 require('table.inc');
H A D072.phpt30 %unicode|string%(%d) "Unknown table %snot_exists%s"
H A Dmysqli_change_user_rollback.phpt18 require_once('table.inc');
58 printf("[010] Expecting %d rows in the table test, found %d rows\n",
H A Dmysqli_debug.phpt32 // table.inc will create a database connection and run some SQL queries, therefore
34 require_once('table.inc');
H A Dmysqli_fetch_field_oo.phpt22 require('table.inc');
78 [%u|b%"table"]=>
106 [%u|b%"table"]=>
H A Dmysqli_stmt_bind_limits.phpt46 printf("... table created\n");
120 ... table created
125 ... table created
H A Dmysqli_mysqli_result_invalid_mode.phpt12 require('table.inc');
H A Dmysqli_stmt_attr_get_prefetch.phpt12 require('table.inc');
H A Dmysqli_fetch_field_direct.phpt25 require('table.inc');
55 [%u|b%"table"]=>
H A Dmysqli_get_connection_stats.phpt24 require("table.inc");
65 require("table.inc");
H A Dmysqli_real_escape_string_eucjpms.phpt33 printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link),
39 printf("Failed to create test table: [%d] %s\n", mysqli_errno($link),
H A Dmysqli_real_escape_string_euckr.phpt32 printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link),
38 printf("Failed to create test table: [%d] %s\n", mysqli_errno($link),
H A Dmysqli_real_escape_string_gb2312.phpt33 printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link),
39 printf("Failed to create test table: [%d] %s\n", mysqli_errno($link),
H A Dmysqli_real_escape_string_gbk.phpt35 printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link),
41 printf("Failed to create test table: [%d] %s\n", mysqli_errno($link),
H A Dmysqli_get_server_version.phpt19 require "table.inc";
/PHP-5.5/ext/mysql/tests/
H A Dclean_table.inc11 printf("[clean] Failed to drop test table: [%d] %s\n", mysql_errno($link), mysql_error($link));
/PHP-5.5/ext/reflection/tests/
H A Dbug61388.phpt2 ReflectionObject:getProperties() issues invalid reads when it get_properties returns a hash table w…
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_prepare_faultystmt.phpt19 Warning: SQLite3::prepare(): Unable to prepare statement: 1, no such table: bar in %s on line %d

Completed in 29 milliseconds

12345678910>>...25