/php-src/ext/curl/ |
H A D | sync-constants.php | 143 $table = new AsciiTable(); variable 164 $table = new AsciiTable(); variable 181 $table = new AsciiTable(); variable
|
H A D | multi.c | 583 static HashTable *curl_multi_get_gc(zend_object *object, zval **table, int *n) in curl_multi_get_gc()
|
/php-src/ext/odbc/ |
H A D | odbc.stub.php | 376 …function odbc_connect(string $dsn, ?string $user = null, #[\SensitiveParameter] ?string $password …
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_bp.c | 42 static inline void _phpdbg_break_mapping(int id, HashTable *table) /* {{{ */ in _phpdbg_break_mapping() 48 #define PHPDBG_BREAK_MAPPING(id, table) _phpdbg_break_mapping(id, table) argument 98 HashTable *table; in phpdbg_reset_breakpoints() local 119 HashTable *table; in phpdbg_export_breakpoints_to_string() local 1192 HashTable *table; in phpdbg_delete_breakpoint() local 1424 HashTable *table; in phpdbg_find_breakbase() local 1431 PHPDBG_API phpdbg_breakbase_t *phpdbg_find_breakbase_ex(zend_ulong id, HashTable **table, zend_ulon… in phpdbg_find_breakbase_ex()
|
/php-src/ext/hash/ |
H A D | php_hash_tiger_tables.h | 23 static const uint64_t table[4*256] = { variable
|
/php-src/Zend/ |
H A D | zend_objects_API.h | 103 zend_property_info **table = obj->ce->properties_info_table; in zend_get_property_info_for_slot_self() local 114 zend_property_info **table = obj->ce->properties_info_table; in zend_get_property_info_for_slot() local
|
H A D | zend_iterators.c | 73 static HashTable *iter_wrapper_get_gc(zend_object *object, zval **table, int *n) { in iter_wrapper_get_gc()
|
H A D | zend_weakrefs.c | 491 HashTable *zend_weakmap_get_gc(zend_object *object, zval **table, int *n) in zend_weakmap_get_gc() 503 HashTable *zend_weakmap_get_key_entry_gc(zend_object *object, zval **table, int *n) in zend_weakmap_get_key_entry_gc() 518 HashTable *zend_weakmap_get_entry_gc(zend_object *object, zval **table, int *n) in zend_weakmap_get_entry_gc() 530 HashTable *zend_weakmap_get_object_key_entry_gc(zend_object *object, zval **table, int *n) in zend_weakmap_get_object_key_entry_gc() 565 HashTable *zend_weakmap_get_object_entry_gc(zend_object *object, zval **table, int *n) in zend_weakmap_get_object_entry_gc()
|
H A D | zend_gc.h | 154 zend_get_gc_buffer *gc_buffer, zval **table, int *n) { in zend_get_gc_buffer_use()
|
H A D | zend_lazy_objects.c | 766 HashTable *zend_lazy_object_get_gc(zend_object *zobj, zval **table, int *n) in zend_lazy_object_get_gc() 806 zend_property_info **table = obj->ce->properties_info_table; in zend_lazy_object_get_property_info_for_slot() local
|
H A D | zend_gc.c | 809 zval *table; in gc_scan_black() local 1010 zval *table; in gc_mark_grey() local 1256 zval *table; in gc_scan() local 1457 zval *table; in gc_collect_white() local 1698 zval *table; in gc_remove_nested_data_from_buffer() local
|
H A D | zend_generators.c | 413 static HashTable *zend_generator_get_gc(zend_object *object, zval **table, int *n) /* {{{ */ in zend_generator_get_gc() 1167 zend_object_iterator *iterator, zval **table, int *n) in zend_generator_iterator_get_gc()
|
H A D | zend_property_hooks.c | 327 static HashTable *zho_it_get_gc(zend_object_iterator *iter, zval **table, int *n) in zho_it_get_gc()
|
/php-src/ext/pdo_sqlite/ |
H A D | pdo_sqlite.stub.php | 60 string $table,
|
H A D | pdo_sqlite.c | 289 char *table, *column, *dbname = "main", *mode = "rb"; in PHP_METHOD() local
|
/php-src/ext/dom/lexbor/lexbor/core/ |
H A D | shs.h | 53 lexbor_shs_hash_get_static(const lexbor_shs_hash_t *table, in lexbor_shs_hash_get_static()
|
H A D | hash.h | 70 lexbor_hash_entry_t **table; member
|
/php-src/ext/standard/ |
H A D | html.c | 427 static inline unsigned char unimap_bsearch(const uni_to_enc *table, unsigned code_key_a, size_t num) in unimap_bsearch() 457 const uni_to_enc *table; in map_from_unicode() local 576 static inline void map_to_unicode(unsigned code, const enc_to_uni *table, unsigned *res) in map_to_unicode() 1017 const entity_stage1_row *table, in find_entity_for_char() 1079 const entity_stage3_row *table, in find_entity_for_char_basic()
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_php.c | 274 bool fpm_php_is_key_in_table(zend_string *table, const char *key, size_t key_len) /* {{{ */ in fpm_php_is_key_in_table()
|
/php-src/ext/date/lib/ |
H A D | dow.c | 163 int *table; in timelib_date_from_isodate() local
|
/php-src/ext/xsl/ |
H A D | xsltprocessor.c | 126 static void xsl_add_ns_to_map(xmlHashTablePtr table, xsltStylesheetPtr sheet, const xmlNode *cur, c… in xsl_add_ns_to_map() 138 static void xsl_build_ns_map(xmlHashTablePtr table, xsltStylesheetPtr sheet, php_dom_libxml_ns_mapp… in xsl_build_ns_map()
|
/php-src/ext/pgsql/ |
H A D | pgsql.c | 5486 static inline void build_tablename(smart_str *querystr, PGconn *pg_link, const zend_string *table) … in build_tablename() 5517 PHP_PGSQL_API zend_result php_pgsql_insert(PGconn *pg_link, const zend_string *table, zval *var_arr… in php_pgsql_insert() 5635 zend_string *table; in PHP_FUNCTION() local 5787 PHP_PGSQL_API zend_result php_pgsql_update(PGconn *pg_link, const zend_string *table, zval *var_arr… in php_pgsql_update() 5858 zend_string *table; in PHP_FUNCTION() local 5901 PHP_PGSQL_API zend_result php_pgsql_delete(PGconn *pg_link, const zend_string *table, zval *ids_arr… in php_pgsql_delete() 5958 zend_string *table; in PHP_FUNCTION() local 6041 PHP_PGSQL_API zend_result php_pgsql_select(PGconn *pg_link, const zend_string *table, zval *ids_arr… in php_pgsql_select() 6111 zend_string *table; in PHP_FUNCTION() local
|
/php-src/ext/sqlite3/ |
H A D | sqlite3.stub.php | 232 …public function openBlob(string $table, string $column, int $rowid, string $database = "main", int…
|
/php-src/ext/mbstring/ |
H A D | php_unicode.c | 102 const unsigned *table, unsigned table_size) in mph_lookup()
|
/php-src/ext/com_dotnet/ |
H A D | com_handlers.c | 231 static HashTable *com_get_gc(zend_object *object, zval **table, int *n) in com_get_gc()
|