Home
last modified time | relevance | path

Searched refs:table (Results 176 – 200 of 621) sorted by relevance

12345678910>>...25

/PHP-5.5/ext/standard/tests/strings/
H A Dget_html_translation_table_variation2.phpt5 /* Prototype : array get_html_translation_table ( [int $table [, int $quote_style [, string charse…
6 * Description: Returns the internal translation table used by htmlspecialchars and htmlentities
19 $table = HTML_SPECIALCHARS;
78 var_dump( get_html_translation_table($table, $quote_style) );
/PHP-5.5/ext/interbase/tests/
H A D005.phpt12 @ibase_query("create table test5 (i integer)");
36 echo "empty table\n";
50 echo "after rollback table empty again\n";
212 empty table
219 after rollback table empty again
/PHP-5.5/ext/pgsql/
H A DREADME195 array pg_metadata(resource db, string table)
199 array pg_convert(resource db, string table, array values)
203 bool pg_insert(resource db, string table, array values[, bool convert[, bool async]])
204 Insert values (filed=>value) to table
207 bool pg_update(resource db, string table, array fields, array ids[, bool convert[, bool async]])
208 Update table using values (field=>value) and ids (id=>value)
211 bool pg_delete(resource db, string table, array ids[, bool convert[, bool async]])
215 array pg_select(resource db, string table, array ids[, bool convert])
/PHP-5.5/ext/intl/tests/_files/
H A Des-bundle.txt10 testtable:table {
H A Dresourcebundle.txt10 testtable:table {
/PHP-5.5/ext/pgsql/tests/
H A D9999dropdb.phpt7 // drop test table
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_04_update.phpt14 echo "INSERT into table\n";
44 INSERT into table
H A Dsqlite3_05_delete.phpt14 echo "INSERT into table\n";
44 INSERT into table
H A Dsqlite3_28_clear_bindings.phpt14 echo "INSERT into table\n";
44 INSERT into table
H A Dsqlite3stmt_paramCount_basic.phpt13 echo "INSERT into table\n";
45 INSERT into table
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_metadata.phpt14 require('table.inc');
104 if ($info->table !== $fields['meta'][$k]->table)
105 printf("[017 - %d] Expecting table %s/%s got %s/%s\n",
106 …$k, gettype($info->table), $info->table, gettype($fields['meta'][$k]->table), $fields['meta'][$k]-…
H A Dmysqli_autocommit.phpt67 printf("[013] Cannot create test table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
80 printf("[17] Expecting 1 row in table test, found %d rows. [%d] %s\n",
102 printf("[023] Cannot create test table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
115 printf("[27] Expecting 0 rows in table test, found %d rows\n", $tmp['num']);
128 printf("[31] Expecting 1 row in table test, found %d rows. [%d] %s\n",
H A Dmysqli_autocommit_oo.phpt56 printf("[010] Cannot create test table, [%d] %s\n", $mysqli->errno, $mysqli->error);
69 printf("[014] Expecting 1 row in table test, found %d rows. [%d] %s\n",
92 printf("[020] Cannot create test table, [%d] %s\n", $mysqli->errno, $mysqli->error);
105 printf("[24] Expecting 0 rows in table test, found %d rows\n", $tmp['num']);
118 printf("[028] Expecting 1 row in table test, found %d rows. [%d] %s\n",
H A Dmysqli_field_seek.phpt68 require('table.inc');
134 [%u|b%"table"]=>
163 [%u|b%"table"]=>
192 [%u|b%"table"]=>
229 [%u|b%"table"]=>
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_php.h47 char* fpm_php_get_string_from_table(char *table, char *key TSRMLS_DC);
/PHP-5.5/ext/oci8/tests/
H A Dbug42173.phpt15 "drop table ts_test",
17 "create table ts_test (
63 $s = oci_parse($c, "drop table ts_test");
H A Ddefine6.phpt16 "drop table define6_tab",
17 "create table define6_tab (id number)",
116 "drop table define6_tab"
H A Dbind_char_2.phpt28 "drop table bind_char_tab",
29 "create table bind_char_tab (id number, c1 date)",
90 "drop table bind_char_tab"
H A Darray_bind_005.phpt13 $drop = "DROP table bind_test";
17 $create = "CREATE table bind_test(name VARCHAR(20))";
H A Darray_bind_date.phpt13 $drop = "DROP table bind_test";
17 $create = "CREATE table bind_test(name DATE)";
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)";

Completed in 63 milliseconds

12345678910>>...25