Home
last modified time | relevance | path

Searched defs:table (Results 1 – 25 of 43) sorted by relevance

12

/PHP-8.3/ext/curl/
H A Dsync-constants.php141 $table = new AsciiTable(); variable
162 $table = new AsciiTable(); variable
179 $table = new AsciiTable(); variable
H A Dmulti.c574 static HashTable *curl_multi_get_gc(zend_object *object, zval **table, int *n) in curl_multi_get_gc()
/PHP-8.3/ext/odbc/
H A Dodbc.stub.php385 function odbc_connect(string $dsn, string $user, #[\SensitiveParameter] string $password, int $curs…
H A Dphp_odbc.c2721 char *cat = NULL, *schema = NULL, *table = NULL, *type = NULL; in PHP_FUNCTION() local
2789 char *cat = NULL, *schema = NULL, *table = NULL, *column = NULL; in PHP_FUNCTION() local
2860 char *cat = NULL, *schema, *table, *column; in PHP_FUNCTION() local
3063 char *cat = NULL, *schema = NULL, *table = NULL; in PHP_FUNCTION() local
3392 char *cat = NULL, *schema = NULL, *table = NULL; in PHP_FUNCTION() local
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_bp.c42 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-8.3/ext/hash/
H A Dphp_hash_tiger_tables.h23 static const uint64_t table[4*256] = { variable
/PHP-8.3/Zend/
H A Dzend_iterators.c73 static HashTable *iter_wrapper_get_gc(zend_object *object, zval **table, int *n) { in iter_wrapper_get_gc()
H A Dzend_weakrefs.c464 HashTable *zend_weakmap_get_gc(zend_object *object, zval **table, int *n) in zend_weakmap_get_gc()
476 HashTable *zend_weakmap_get_key_entry_gc(zend_object *object, zval **table, int *n) in zend_weakmap_get_key_entry_gc()
491 HashTable *zend_weakmap_get_entry_gc(zend_object *object, zval **table, int *n) in zend_weakmap_get_entry_gc()
503 HashTable *zend_weakmap_get_object_key_entry_gc(zend_object *object, zval **table, int *n) in zend_weakmap_get_object_key_entry_gc()
538 HashTable *zend_weakmap_get_object_entry_gc(zend_object *object, zval **table, int *n) in zend_weakmap_get_object_entry_gc()
H A Dzend_objects_API.h99 zend_property_info **table = obj->ce->properties_info_table; in zend_get_property_info_for_slot() local
H A Dzend_gc.c789 zval *table; in gc_scan_black() local
990 zval *table; in gc_mark_grey() local
1236 zval *table; in gc_scan() local
1437 zval *table; in gc_collect_white() local
1678 zval *table; in gc_remove_nested_data_from_buffer() local
H A Dzend_gc.h153 zend_get_gc_buffer *gc_buffer, zval **table, int *n) { in zend_get_gc_buffer_use()
H A Dzend_generators.c429 static HashTable *zend_generator_get_gc(zend_object *object, zval **table, int *n) /* {{{ */ in zend_generator_get_gc()
1151 zend_object_iterator *iterator, zval **table, int *n) in zend_generator_iterator_get_gc()
H A Dzend_interfaces.c184 ZEND_API HashTable *zend_user_it_get_gc(zend_object_iterator *_iter, zval **table, int *n) in zend_user_it_get_gc()
H A Dzend_inheritance.c1442 zend_property_info **table, *prop; in zend_build_properties_info_table() local
1523 …zval *table = pemalloc(sizeof(zval) * (ce->default_properties_count + parent_ce->default_propertie… in zend_do_inheritance_ex() local
1572 …zval *table = pemalloc(sizeof(zval) * (ce->default_static_members_count + parent_ce->default_stati… in zend_do_inheritance_ex() local
H A Dzend_closures.c672 static HashTable *zend_closure_get_gc(zend_object *obj, zval **table, int *n) /* {{{ */ in zend_closure_get_gc()
/PHP-8.3/ext/standard/
H A Dhtml.c431 static inline unsigned char unimap_bsearch(const uni_to_enc *table, unsigned code_key_a, size_t num) in unimap_bsearch()
461 const uni_to_enc *table; in map_from_unicode() local
580 static inline void map_to_unicode(unsigned code, const enc_to_uni *table, unsigned *res) in map_to_unicode()
1025 const entity_stage1_row *table, in find_entity_for_char()
1087 const entity_stage3_row *table, in find_entity_for_char_basic()
/PHP-8.3/sapi/fpm/fpm/
H A Dfpm_php.c274 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-8.3/ext/pgsql/
H A Dpgsql.c5229 static inline void build_tablename(smart_str *querystr, PGconn *pg_link, const zend_string *table) … in build_tablename()
5260 PHP_PGSQL_API zend_result php_pgsql_insert(PGconn *pg_link, const zend_string *table, zval *var_arr… in php_pgsql_insert()
5378 zend_string *table; in PHP_FUNCTION() local
5528 PHP_PGSQL_API zend_result php_pgsql_update(PGconn *pg_link, const zend_string *table, zval *var_arr… in php_pgsql_update()
5599 zend_string *table; in PHP_FUNCTION() local
5639 PHP_PGSQL_API zend_result php_pgsql_delete(PGconn *pg_link, const zend_string *table, zval *ids_arr… in php_pgsql_delete()
5696 zend_string *table; in PHP_FUNCTION() local
5777 PHP_PGSQL_API zend_result php_pgsql_select(PGconn *pg_link, const zend_string *table, zval *ids_arr… in php_pgsql_select()
5839 zend_string *table; in PHP_FUNCTION() local
/PHP-8.3/ext/date/lib/
H A Ddow.c163 int *table; in timelib_date_from_isodate() local
/PHP-8.3/ext/mbstring/
H A Dphp_unicode.c102 const unsigned *table, unsigned table_size) in mph_lookup()
/PHP-8.3/ext/com_dotnet/
H A Dcom_handlers.c231 static HashTable *com_get_gc(zend_object *object, zval **table, int *n) in com_get_gc()
/PHP-8.3/ext/sqlite3/
H A Dsqlite3.stub.php380 …public function openBlob(string $table, string $column, int $rowid, string $database = "main", int…
/PHP-8.3/ext/opcache/jit/libudis86/
H A Ddecode.h183 const uint16_t *table; member
/PHP-8.3/ext/gd/libgd/
H A Dgd_gif_in.c89 int table[2][(1<< MAX_LWZ_BITS)]; member
/PHP-8.3/ext/date/
H A Dphp_date.c1908 static HashTable *date_object_get_gc(zend_object *object, zval **table, int *n) /* {{{ */ in date_object_get_gc()
1915 static HashTable *date_object_get_gc_timezone(zend_object *object, zval **table, int *n) /* {{{ */ in date_object_get_gc_timezone()
2179 static HashTable *date_object_get_gc_interval(zend_object *object, zval **table, int *n) /* {{{ */ in date_object_get_gc_interval()
5132 const timelib_tzdb_index_entry *table; in PHP_FUNCTION() local
5183 const timelib_tz_lookup_table *table, *entry; in PHP_FUNCTION() local
5468 static HashTable *date_object_get_gc_period(zend_object *object, zval **table, int *n) /* {{{ */ in date_object_get_gc_period()

Completed in 191 milliseconds

12