Home
last modified time | relevance | path

Searched refs:table (Results 201 – 225 of 613) sorted by relevance

12345678910>>...25

/PHP-7.0/ext/sqlite3/tests/
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-7.0/ext/pdo_pgsql/tests/
H A Dcopy_to.phpt21 echo "Preparing test table for CopyTo tests\n";
81 Preparing test table for CopyTo tests
119 Exception: SQLSTATE[42P01]: Undefined table: 7 %s: %s "test_error" %s
136 Exception: SQLSTATE[42P01]: Undefined table: 7 %s: %s "test_error" %s
/PHP-7.0/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_field_seek.phpt68 require('table.inc');
134 [%u|b%"table"]=>
163 [%u|b%"table"]=>
192 [%u|b%"table"]=>
229 [%u|b%"table"]=>
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",
/PHP-7.0/ext/standard/tests/array/
H A Dcount_symbol_table.phpt2 Test count() function : count on symbol table
/PHP-7.0/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 Darray_bind_date.phpt13 $drop = "DROP table bind_test";
17 $create = "CREATE table bind_test(name DATE)";
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_005.phpt13 $drop = "DROP table bind_test";
17 $create = "CREATE table bind_test(name VARCHAR(20))";
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)";
/PHP-7.0/ext/pgsql/tests/
H A D9999dropdb.phpt7 // drop test table
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_bp.c51 #define PHPDBG_BREAK_MAPPING(id, table) _phpdbg_break_mapping(id, table) argument
100 HashTable *table; in phpdbg_reset_breakpoints() local
105 ZEND_HASH_FOREACH_PTR(table, brake) { in phpdbg_reset_breakpoints()
121 HashTable *table; in phpdbg_export_breakpoints_to_string() local
133 ZEND_HASH_FOREACH_PTR(table, brake) { in phpdbg_export_breakpoints_to_string()
1156 HashTable *table; in phpdbg_delete_breakpoint() local
1169 if (zend_hash_num_elements(table) == 1) { in phpdbg_delete_breakpoint()
1179 if (zend_hash_num_elements(table) == 1) { in phpdbg_delete_breakpoint()
1196 zend_hash_del(table, strkey); in phpdbg_delete_breakpoint()
1198 zend_hash_index_del(table, numkey); in phpdbg_delete_breakpoint()
[all …]
/PHP-7.0/ext/pgsql/
H A Dphp_pgsql.h218 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *values, zend_ulong opt…
219 PHP_PGSQL_API int php_pgsql_update(PGconn *pg_link, const char *table, zval *values, zval *ids, zen…
220 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids, zend_ulong opt, z…
221 PHP_PGSQL_API int php_pgsql_select(PGconn *pg_link, const char *table, zval *ids, zval *ret_array, …

Completed in 27 milliseconds

12345678910>>...25