/PHP-7.4/ext/curl/ |
H A D | sync-constants.php | 70 $table = new AsciiTable(); variable 91 $table = new AsciiTable(); variable 108 $table = new AsciiTable(); variable
|
/PHP-7.4/sapi/phpdbg/ |
H A D | phpdbg_bp.c | 45 static inline void _phpdbg_break_mapping(int id, HashTable *table) /* {{{ */ in _phpdbg_break_mapping() 51 #define PHPDBG_BREAK_MAPPING(id, table) _phpdbg_break_mapping(id, table) argument 101 HashTable *table; in phpdbg_reset_breakpoints() local 122 HashTable *table; in phpdbg_export_breakpoints_to_string() local 1199 HashTable *table; in phpdbg_delete_breakpoint() local 1431 HashTable *table; in phpdbg_find_breakbase() local 1438 PHPDBG_API phpdbg_breakbase_t *phpdbg_find_breakbase_ex(zend_ulong id, HashTable **table, zend_ulon… in phpdbg_find_breakbase_ex()
|
/PHP-7.4/ext/hash/ |
H A D | php_hash_tiger_tables.h | 25 static const uint64_t table[4*256] = { variable
|
/PHP-7.4/Zend/ |
H A D | zend_iterators.c | 75 static HashTable *iter_wrapper_get_gc(zval *object, zval **table, int *n) { in iter_wrapper_get_gc()
|
H A D | zend_objects_API.h | 100 zend_property_info **table = obj->ce->properties_info_table; in zend_get_property_info_for_slot() local
|
H A D | zend_ts_hash.h | 35 #define TS_HASH(table) (&(table->hash)) argument
|
H A D | zend_inheritance.c | 1081 zend_property_info **table, *prop; in zend_build_properties_info_table() local 1167 …zval *table = pemalloc(sizeof(zval) * (ce->default_properties_count + parent_ce->default_propertie… in zend_do_inheritance_ex() local 1214 …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 | 602 static HashTable *zend_closure_get_gc(zval *obj, zval **table, int *n) /* {{{ */ in zend_closure_get_gc()
|
H A D | zend_generators.c | 327 static HashTable *zend_generator_get_gc(zval *object, zval **table, int *n) /* {{{ */ in zend_generator_get_gc()
|
H A D | zend_object_handlers.c | 118 ZEND_API HashTable *zend_std_get_gc(zval *object, zval **table, int *n) /* {{{ */ in zend_std_get_gc()
|
/PHP-7.4/ext/standard/ |
H A D | html.c | 502 static inline unsigned char unimap_bsearch(const uni_to_enc *table, unsigned code_key_a, size_t num) in unimap_bsearch() 532 const uni_to_enc *table; in map_from_unicode() local 651 static inline void map_to_unicode(unsigned code, const enc_to_uni *table, unsigned *res) in map_to_unicode() 1096 const entity_stage1_row *table, in find_entity_for_char() 1158 const entity_stage3_row *table, in find_entity_for_char_basic()
|
/PHP-7.4/sapi/fpm/fpm/ |
H A D | fpm_php.c | 265 char* fpm_php_get_string_from_table(zend_string *table, char *key) /* {{{ */ in fpm_php_get_string_from_table()
|
/PHP-7.4/ext/odbc/ |
H A D | php_odbc.c | 3172 char *cat = NULL, *schema = NULL, *table = NULL, *type = NULL; in PHP_FUNCTION() local 3241 char *cat = NULL, *schema = NULL, *table = NULL, *column = NULL; in PHP_FUNCTION() local 3313 char *cat = NULL, *schema, *table, *column; in PHP_FUNCTION() local 3519 char *cat = NULL, *schema = NULL, *table = NULL; in PHP_FUNCTION() local 3862 char *cat = NULL, *schema = NULL, *table = NULL; in PHP_FUNCTION() local
|
/PHP-7.4/ext/date/lib/ |
H A D | dow.c | 163 int *table; in timelib_date_from_isodate() local
|
/PHP-7.4/ext/pgsql/ |
H A D | pgsql.c | 6569 static inline void build_tablename(smart_str *querystr, PGconn *pg_link, const char *table) /* {{{ … 6602 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *var_array, zend_ulong … 6721 char *table; local 6864 PHP_PGSQL_API int php_pgsql_update(PGconn *pg_link, const char *table, zval *var_array, zval *ids_a… 6935 char *table; local 6970 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids_array, zend_ulong … 7027 char *table; local 7106 …PHP_PGSQL_API int php_pgsql_select(PGconn *pg_link, const char *table, zval *ids_array, zval *ret_… 7167 char *table; local
|
/PHP-7.4/ext/mbstring/ |
H A D | php_unicode.c | 127 const unsigned *table, unsigned table_size) in mph_lookup()
|
/PHP-7.4/ext/com_dotnet/ |
H A D | com_handlers.c | 253 static HashTable *com_get_gc(zval *object, zval **table, int *n) in com_get_gc()
|
/PHP-7.4/ext/date/ |
H A D | php_date.c | 2281 static HashTable *date_object_get_gc(zval *object, zval **table, int *n) /* {{{ */ in date_object_get_gc() 2288 static HashTable *date_object_get_gc_timezone(zval *object, zval **table, int *n) /* {{{ */ in date_object_get_gc_timezone() 2523 static HashTable *date_object_get_gc_interval(zval *object, zval **table, int *n) /* {{{ */ in date_object_get_gc_interval() 4886 const timelib_tzdb_index_entry *table; in PHP_FUNCTION() local 4938 const timelib_tz_lookup_table *table, *entry; in PHP_FUNCTION() local 5223 static HashTable *date_object_get_gc_period(zval *object, zval **table, int *n) /* {{{ */ in date_object_get_gc_period()
|
/PHP-7.4/ext/gd/libgd/ |
H A D | gd_gif_in.c | 89 int table[2][(1<< MAX_LWZ_BITS)]; member
|
H A D | gd_topal.c | 1375 int *table; in init_error_limit() local
|
/PHP-7.4/ext/spl/ |
H A D | spl_fixedarray.c | 149 static HashTable* spl_fixedarray_object_get_gc(zval *obj, zval **table, int *n) /* {{{{ */ in spl_fixedarray_object_get_gc()
|
H A D | spl_observer.c | 320 static HashTable *spl_object_storage_get_gc(zval *obj, zval **table, int *n) /* {{{ */ in spl_object_storage_get_gc()
|
/PHP-7.4/ext/opcache/ |
H A D | zend_file_cache.c | 685 zend_property_info **table; local
|
/PHP-7.4/ext/pcre/pcre2lib/ |
H A D | pcre2_intmodedep.h | 214 #define TABLE_GET(c, table, default) ((table)[c]) argument 227 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default)) argument
|
/PHP-7.4/ext/sqlite3/ |
H A D | sqlite3.c | 1287 char *table, *column, *dbname = "main", *mode = "rb"; in PHP_METHOD() local
|