/PHP-8.1/ext/curl/ |
H A D | sync-constants.php | 70 $table = new AsciiTable(); variable 91 $table = new AsciiTable(); variable 108 $table = new AsciiTable(); variable
|
H A D | multi.c | 564 static HashTable *curl_multi_get_gc(zend_object *object, zval **table, int *n) in curl_multi_get_gc()
|
/PHP-8.1/ext/odbc/ |
H A D | odbc.stub.php | 135 function odbc_tables($odbc, ?string $catalog = null, ?string $schema = null, ?string $table = null,… 141 function odbc_columns($odbc, ?string $catalog = null, ?string $schema = null, ?string $table = null… 153 function odbc_primarykeys($odbc, ?string $catalog, string $schema, string $table) {} 179 function odbc_specialcolumns($odbc, int $type, ?string $catalog, string $schema, string $table, int… 185 function odbc_statistics($odbc, ?string $catalog, string $schema, string $table, int $unique, int $… 192 function odbc_tableprivileges($odbc, ?string $catalog, string $schema, string $table) {} 198 function odbc_columnprivileges($odbc, ?string $catalog, string $schema, string $table, string $colu…
|
H A D | php_odbc.c | 2749 char *cat = NULL, *schema = NULL, *table = NULL, *type = NULL; in PHP_FUNCTION() local 2817 char *cat = NULL, *schema = NULL, *table = NULL, *column = NULL; in PHP_FUNCTION() local 2888 char *cat = NULL, *schema, *table, *column; in PHP_FUNCTION() local 3091 char *cat = NULL, *schema = NULL, *table = NULL; in PHP_FUNCTION() local 3420 char *cat = NULL, *schema = NULL, *table = NULL; in PHP_FUNCTION() local
|
/PHP-8.1/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-8.1/ext/hash/ |
H A D | php_hash_tiger_tables.h | 23 static const uint64_t table[4*256] = { variable
|
/PHP-8.1/Zend/ |
H A D | zend_iterators.c | 72 static HashTable *iter_wrapper_get_gc(zend_object *object, zval **table, int *n) { in iter_wrapper_get_gc()
|
H A D | zend_gc.h | 118 zend_get_gc_buffer *gc_buffer, zval **table, int *n) { in zend_get_gc_buffer_use()
|
H A D | zend_objects_API.h | 99 zend_property_info **table = obj->ce->properties_info_table; in zend_get_property_info_for_slot() local
|
H A D | zend_generators.c | 350 static HashTable *zend_generator_get_gc(zend_object *object, zval **table, int *n) /* {{{ */ in zend_generator_get_gc() 1068 zend_object_iterator *iterator, zval **table, int *n) in zend_generator_iterator_get_gc()
|
H A D | zend_interfaces.c | 185 ZEND_API HashTable *zend_user_it_get_gc(zend_object_iterator *_iter, zval **table, int *n) in zend_user_it_get_gc()
|
H A D | zend_inheritance.c | 1372 zend_property_info **table, *prop; in zend_build_properties_info_table() local 1445 …zval *table = pemalloc(sizeof(zval) * (ce->default_properties_count + parent_ce->default_propertie… in zend_do_inheritance_ex() local 1494 …zval *table = pemalloc(sizeof(zval) * (ce->default_static_members_count + parent_ce->default_stati… in zend_do_inheritance_ex() local
|
H A D | zend_closures.c | 627 static HashTable *zend_closure_get_gc(zend_object *obj, zval **table, int *n) /* {{{ */ in zend_closure_get_gc()
|
H A D | zend_fibers.c | 644 static HashTable *zend_fiber_object_gc(zend_object *object, zval **table, int *num) in zend_fiber_object_gc()
|
/PHP-8.1/ext/standard/ |
H A D | html.c | 431 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.1/sapi/fpm/fpm/ |
H A D | fpm_php.c | 274 char* fpm_php_get_string_from_table(zend_string *table, char *key) /* {{{ */ in fpm_php_get_string_from_table()
|
/PHP-8.1/ext/pgsql/ |
H A D | pgsql.c | 5272 static inline void build_tablename(smart_str *querystr, PGconn *pg_link, const zend_string *table) … in build_tablename() 5303 PHP_PGSQL_API zend_result php_pgsql_insert(PGconn *pg_link, const zend_string *table, zval *var_arr… in php_pgsql_insert() 5421 zend_string *table; in PHP_FUNCTION() local 5571 PHP_PGSQL_API zend_result php_pgsql_update(PGconn *pg_link, const zend_string *table, zval *var_arr… in php_pgsql_update() 5642 zend_string *table; in PHP_FUNCTION() local 5682 PHP_PGSQL_API zend_result php_pgsql_delete(PGconn *pg_link, const zend_string *table, zval *ids_arr… in php_pgsql_delete() 5739 zend_string *table; in PHP_FUNCTION() local 5820 PHP_PGSQL_API zend_result php_pgsql_select(PGconn *pg_link, const zend_string *table, zval *ids_arr… in php_pgsql_select() 5882 zend_string *table; in PHP_FUNCTION() local
|
/PHP-8.1/ext/date/lib/ |
H A D | dow.c | 163 int *table; in timelib_date_from_isodate() local
|
/PHP-8.1/ext/sqlite3/ |
H A D | sqlite3.stub.php | 76 …public function openBlob(string $table, string $column, int $rowid, string $database = "main", int…
|
H A D | sqlite3.c | 1236 char *table, *column, *dbname = "main", *mode = "rb"; in PHP_METHOD() local 2197 static HashTable *php_sqlite3_get_gc(zend_object *object, zval **table, int *n) in php_sqlite3_get_gc()
|
/PHP-8.1/ext/mbstring/ |
H A D | php_unicode.c | 101 const unsigned *table, unsigned table_size) in mph_lookup()
|
/PHP-8.1/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()
|
/PHP-8.1/ext/date/ |
H A D | php_date.c | 1811 static HashTable *date_object_get_gc(zend_object *object, zval **table, int *n) /* {{{ */ in date_object_get_gc() 1818 static HashTable *date_object_get_gc_timezone(zend_object *object, zval **table, int *n) /* {{{ */ in date_object_get_gc_timezone() 2067 static HashTable *date_object_get_gc_interval(zend_object *object, zval **table, int *n) /* {{{ */ in date_object_get_gc_interval() 4504 const timelib_tzdb_index_entry *table; in PHP_FUNCTION() local 4555 const timelib_tz_lookup_table *table, *entry; in PHP_FUNCTION() local 4840 static HashTable *date_object_get_gc_period(zend_object *object, zval **table, int *n) /* {{{ */ in date_object_get_gc_period()
|
/PHP-8.1/ext/opcache/jit/libudis86/ |
H A D | decode.h | 183 const uint16_t *table; member
|
/PHP-8.1/ext/gd/libgd/ |
H A D | gd_gif_in.c | 89 int table[2][(1<< MAX_LWZ_BITS)]; member
|