Home
last modified time | relevance | path

Searched refs:table (Results 101 – 125 of 531) sorted by relevance

12345678910>>...22

/php-src/ext/xsl/tests/
H A Dxsltprocessor_transformToDoc.phpt25 <table>
32 </table>
H A Dxsltprocessor_transformToURI.phpt27 <table>
34 </table>
/php-src/ext/sqlite3/tests/
H A Dsqlite3_07_prepared_stmt.phpt14 echo "INSERT into table\n";
37 INSERT into table
H A Dsqlite3_08_udf.phpt19 echo "INSERT into table\n";
41 INSERT into table
H A Dsqlite3_06_prepared_stmt.phpt14 echo "INSERT into table\n";
38 INSERT into table
H A Dsqlite3_11_numrows.phpt23 echo "INSERT into table\n";
40 INSERT into table
H A Dsqlite3_19_columninfo.phpt14 echo "INSERT into table\n";
35 INSERT into table
H A Dsqlite3_bound_value_at_name.phpt14 echo "INSERT into table\n";
37 INSERT into table
H A Dsqlite3_26_reset_prepared_stmt.phpt14 echo "INSERT into table\n";
41 INSERT into table
H A Dsqlite3_27_reset_prepared_stmt_result.phpt14 echo "INSERT into table\n";
41 INSERT into table
H A Dsqlite3_10_bound_value_name.phpt14 echo "INSERT into table\n";
39 INSERT into table
H A Dsqlite3_12_unfinalized_stmt_cleanup.phpt14 echo "INSERT into table\n";
40 INSERT into table
H A Dsqlite3_25_create_aggregate.phpt27 echo "INSERT into table\n";
45 INSERT into table
H A Dsqlite3_28_clear_bindings.phpt14 echo "INSERT into table\n";
44 INSERT into table
H A Dsqlite3_35_stmt_readonly.phpt21 echo "INSERT into table\n";
44 INSERT into table
/php-src/ext/mysqli/tests/
H A Dbug71863.phpt15 // create db and table for test
29 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_fetch_field_oo.phpt12 require 'table.inc';
62 ["table"]=>
90 ["table"]=>
H A Dmysqli_fetch_field.phpt13 require 'table.inc';
84 ["table"]=>
112 ["table"]=>
146 ["table"]=>
H A Dmysqli_fetch_field_direct.phpt11 require 'table.inc';
52 ["table"]=>
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_closecursor_empty.phpt15 $table = 'pdo_mysql_stmt_closecursor_empty';
24 MySQLPDOTest::createTestTable($table, $db);
26 $stmt = $db->prepare("SELECT id, label FROM {$table} WHERE id > ? ORDER BY id ASC LIMIT 2");
H A Dpdo_mysql_stmt_fetchobject_ctor_args.phpt27 $table = 'pdo_mysql_stmt_fetchobject_ctor_args';
28 MySQLPDOTest::createTestTable($table, $db);
30 $query = "SELECT id FROM {$table} ORDER BY id ASC LIMIT 1";
/php-src/ext/pdo_dblib/tests/
H A Dbatch_stmt_try.phpt17 "create table #test_batch_stmt_try(id int);" .
28 "drop table #test_batch_stmt_try;"
31 // check results from the create table
/php-src/ext/standard/tests/strings/
H A Dget_html_translation_table_basic10.phpt8 $table = HTML_ENTITIES;
9 $tt = get_html_translation_table($table, ENT_COMPAT, "ISO-8859-1");
/php-src/ext/intl/tests/_files/
H A Dresourcebundle.txt10 testtable:table {
H A Des-bundle.txt10 testtable:table {

Completed in 46 milliseconds

12345678910>>...22