Home
last modified time | relevance | path

Searched refs:table (Results 151 – 175 of 531) sorted by relevance

12345678910>>...22

/php-src/Zend/tests/use_function/
H A Dno_global_fallback2.phpt2 non-existent imported functions should not be looked up in the global table
/php-src/ext/dom/lexbor/patches/
H A D0001-Patch-utilities-and-data-structure-to-be-able-to-gen.patch73 entry = table[idx]
87 if len(table):
88 entry = table[-1]
/php-src/ext/standard/tests/strings/
H A Dhtmlentities_html4.phpt42 $table = get_html_translation_table(HTML_ENTITIES, ENT_QUOTES, 'UTF-8');
48 if (isset($table[$str])) {
49 printf("%s\tU+%05X\n", $table[$str], $i);
50 unset($table[$str]);
54 if (!empty($table)) {
56 var_dump($table);
/php-src/ext/sqlite3/tests/
H A Dsqlite3_trampoline_create_aggregate.phpt32 echo "INSERT into table\n";
50 INSERT into table
/php-src/Zend/
H A Dzend_gc.h153 zend_get_gc_buffer *gc_buffer, zval **table, int *n) { in zend_get_gc_buffer_use() argument
154 *table = gc_buffer->start; in zend_get_gc_buffer_use()
H A Dzend_weakrefs.c483 HashTable *zend_weakmap_get_gc(zend_object *object, zval **table, int *n) in zend_weakmap_get_gc() argument
491 zend_get_gc_buffer_use(gc_buffer, table, n); in zend_weakmap_get_gc()
495 HashTable *zend_weakmap_get_key_entry_gc(zend_object *object, zval **table, int *n) in zend_weakmap_get_key_entry_gc() argument
506 zend_get_gc_buffer_use(gc_buffer, table, n); in zend_weakmap_get_key_entry_gc()
510 HashTable *zend_weakmap_get_entry_gc(zend_object *object, zval **table, int *n) in zend_weakmap_get_entry_gc() argument
518 zend_get_gc_buffer_use(gc_buffer, table, n); in zend_weakmap_get_entry_gc()
522 HashTable *zend_weakmap_get_object_key_entry_gc(zend_object *object, zval **table, int *n) in zend_weakmap_get_object_key_entry_gc() argument
552 zend_get_gc_buffer_use(gc_buffer, table, n); in zend_weakmap_get_object_key_entry_gc()
557 HashTable *zend_weakmap_get_object_entry_gc(zend_object *object, zval **table, int *n) in zend_weakmap_get_object_entry_gc() argument
585 zend_get_gc_buffer_use(gc_buffer, table, n); in zend_weakmap_get_object_entry_gc()
/php-src/ext/mysqli/tests/
H A Dmysqli_debug.phpt26 // table.inc will create a database connection and run some SQL queries, therefore
28 require_once 'table.inc';
H A Dmysqli_fetch_object_no_object.phpt11 require 'table.inc';
H A Dclean_table.inc10 …printf("[clean] Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link…
H A D072.phpt31 string(%d) "Unknown table %snot_exists%s"
H A Dmysqli_stmt_attr_get_prefetch.phpt12 require 'table.inc';
H A Dmysqli_sqlstate.phpt11 require 'table.inc';
H A Dmysqli_change_user_rollback.phpt16 require_once 'table.inc';
56 printf("[010] Expecting %d rows in the table test, found %d rows\n",
H A Dmysqli_real_escape_string_eucjpms.phpt30 printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link),
36 printf("Failed to create test table: [%d] %s\n", mysqli_errno($link),
H A Dmysqli_real_escape_string_euckr.phpt29 printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link),
35 printf("Failed to create test table: [%d] %s\n", mysqli_errno($link),
H A Dmysqli_real_escape_string_gb2312.phpt30 printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link),
36 printf("Failed to create test table: [%d] %s\n", mysqli_errno($link),
H A Dmysqli_real_escape_string_gbk.phpt30 printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link),
36 printf("Failed to create test table: [%d] %s\n", mysqli_errno($link),
/php-src/sapi/phpdbg/
H A Dphpdbg_bp.c48 #define PHPDBG_BREAK_MAPPING(id, table) _phpdbg_break_mapping(id, table) argument
98 HashTable *table; in phpdbg_reset_breakpoints() local
103 ZEND_HASH_FOREACH_PTR(table, brake) { in phpdbg_reset_breakpoints()
119 HashTable *table; in phpdbg_export_breakpoints_to_string() local
131 ZEND_HASH_FOREACH_PTR(table, brake) { in phpdbg_export_breakpoints_to_string()
1192 HashTable *table; in phpdbg_delete_breakpoint() local
1205 if (zend_hash_num_elements(table) == 1) { in phpdbg_delete_breakpoint()
1215 if (zend_hash_num_elements(table) == 1) { in phpdbg_delete_breakpoint()
1232 zend_hash_del(table, strkey); in phpdbg_delete_breakpoint()
1234 zend_hash_index_del(table, numkey); in phpdbg_delete_breakpoint()
[all …]
/php-src/Zend/tests/fibers/
H A Dgh9735-005.phpt21 // Force symbol table
/php-src/ext/odbc/tests/
H A Dbug44618.phpt70 <table><tr><th>ID</th><th>real1</th><th>text1</th></tr>
71 <tr><td>1</td><td>10.02</td><td></td></tr></table>
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_errorcode.phpt53 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.pdo…
57 Warning: PDO::prepare(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.pdo_mysql_st…
/php-src/ext/pdo_sqlite/
H A Dpdo_sqlite.stub.php61 string $table, argument
/php-src/ext/odbc/
H A Dodbc_arginfo.h155 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, table, IS_STRING, 1, "null")
163 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, table, IS_STRING, 1, "null")
176 ZEND_ARG_TYPE_INFO(0, table, IS_STRING, 0)
215 ZEND_ARG_TYPE_INFO(0, table, IS_STRING, 0)
224 ZEND_ARG_TYPE_INFO(0, table, IS_STRING, 0)
234 ZEND_ARG_TYPE_INFO(0, table, IS_STRING, 0)
243 ZEND_ARG_TYPE_INFO(0, table, IS_STRING, 0)
/php-src/ext/reflection/tests/
H A Dbug61388.phpt2 ReflectionObject:getProperties() issues invalid reads when it get_properties returns a hash table w…
/php-src/ext/mbstring/tests/
H A Dcp51932_encoding.phpt15 /* Read in the table of all characters in CP51932 */
26 /* The table we are using tries to map as many Unicode codepoints into
53 /* There are a number of duplicate, irreversible mappings in the CP51932 table
54 * In most cases, the one which we primarily use appears last in the table,
58 * because the table we are using attempts to map as many Unicode codepoints

Completed in 34 milliseconds

12345678910>>...22