Home
last modified time | relevance | path

Searched defs:ht (Results 1 – 25 of 84) sorted by last modified time

1234

/PHP-7.4/main/
H A Dphp_variables.c60 …nline void php_register_variable_quick(const char *name, size_t name_len, zval *val, HashTable *ht) in php_register_variable_quick()
177 HashTable *ht; in php_register_variable_ex() local
559 static zend_always_inline void import_environment_variable(HashTable *ht, char *env) in import_environment_variable()
693 HashTable *ht; in php_register_server_variables() local
H A Doutput.c129 HashTable *ht = Z_PTR_P(zv); in reverse_conflict_dtor() local
/PHP-7.4/ext/pgsql/
H A Dpgsql.c6801 static inline int build_assignment_string(PGconn *pg_link, smart_str *querystr, HashTable *ht, int …
/PHP-7.4/ext/standard/
H A Darray.c733 PHPAPI zend_long php_count_recursive(HashTable *ht) /* {{{ */ in php_count_recursive()
5868 HashTable *ht = Z_ARRVAL_P(input); local
6337 HashTable *ht; local
H A Dvar.c35 HashTable ht; member
788HashTable *ht, HashTable *props, zend_string *name, zend_string *error_name, zval *struc) /* {{{ */ in php_var_serialize_try_add_sleep_prop()
818 HashTable *ht, zval *struc, HashTable *sleep_retval) /* {{{ */ in php_var_serialize_get_sleep_props()
891 static void php_var_serialize_nested_data(smart_str *buf, zval *struc, HashTable *ht, uint32_t coun… in php_var_serialize_nested_data()
H A Dinfo.c91 static ZEND_COLD void php_info_print_stream_hash(const char *name, HashTable *ht) /* {{{ */ in php_info_print_stream_hash()
/PHP-7.4/ext/mbstring/
H A Dmbstring.c3851 HashTable *ht; in mb_recursive_encoder_detector_feed() local
3897 HashTable *ht; in mb_recursive_convert_variable() local
4173 static int _php_mbstr_parse_mail_headers(HashTable *ht, const char *str, size_t str_len) in _php_mbstr_parse_mail_headers()
/PHP-7.4/ext/date/
H A Dphp_date.c2479 HashTable *ht, *props; in date_object_get_debug_info_timezone() local
/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c152 HashTable *ht = zend_std_get_properties(obj); in spl_fixedarray_object_get_gc() local
164 HashTable *ht = zend_std_get_properties(obj); in spl_fixedarray_object_get_properties() local
H A Dspl_directory.c478 static spl_filesystem_object *spl_filesystem_object_create_type(int ht, spl_filesystem_object *sour… in spl_filesystem_object_create_type()
/PHP-7.4/Zend/
H A Dzend_list.c225 void zend_close_rsrc_list(HashTable *ht) in zend_close_rsrc_list()
237 void zend_destroy_rsrc_list(HashTable *ht) in zend_destroy_rsrc_list()
H A Dzend_vm_execute.h2051 HashTable *ht; in ZEND_SEND_ARRAY_SPEC_HANDLER() local
3970 HashTable *ht; in ZEND_CAST_SPEC_CONST_HANDLER() local
6400 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CONST_HANDLER() local
7380 HashTable *ht; in ZEND_FETCH_DIM_R_INDEX_SPEC_CONST_TMPVARCV_HANDLER() local
8601 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_TMPVAR_HANDLER() local
11061 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CV_HANDLER() local
15104 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_CONST_HANDLER() local
15188 HashTable *ht; in ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_CONST_HANDLER() local
15241 HashTable *ht; in ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_TMPVARCV_HANDLER() local
16528 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_TMPVAR_HANDLER() local
[all …]
H A Dzend_vm_def.h5098 HashTable *ht; variable
5121 ZEND_HASH_FOREACH_VAL(ht, arg) { in ZEND_HASH_FOREACH_VAL() argument
5160 ZEND_HASH_FOREACH_VAL(ht, arg) { in ZEND_HASH_FOREACH_VAL() argument
5895 HashTable *ht; variable
6177 HashTable *ht; variable
6907 HashTable *ht; variable
7026 HashTable *ht; variable
8426 HashTable *ht; variable
8796 zend_array *ht; variable
8818 ZEND_HASH_FILL_PACKED(ht) { in ZEND_HASH_FILL_PACKED() argument
[all …]
H A Dzend_operators.c624 HashTable *ht = zend_new_array(1); in convert_scalar_to_array() local
677 HashTable *ht = zend_symtable_to_proptable(Z_ARR_P(op)); in convert_to_object() local
H A Dzend_API.c1681 ZEND_API int array_set_zval_key(HashTable *ht, zval *key, zval *value) /* {{{ */ in array_set_zval_key()
H A Dzend_object_handlers.c149 HashTable *ht; in zend_std_get_debug_info() local
1879 HashTable *ht; in zend_std_get_properties_for() local
H A Dzend_execute.c1956 HashTable *ht; in zend_get_target_symbol_table() local
1981 HashTable *ht, zend_long lval) in zend_undefined_offset_write()
2000 HashTable *ht, zend_string *offset) in zend_undefined_index_write()
2085 static zend_never_inline zend_uchar slow_index_convert(HashTable *ht, const zval *dim, zend_value *… in slow_index_convert()
2234 static zend_never_inline zval* ZEND_FASTCALL zend_fetch_dimension_address_inner_W(HashTable *ht, co… in zend_fetch_dimension_address_inner_W()
2239 …inline zval* ZEND_FASTCALL zend_fetch_dimension_address_inner_W_CONST(HashTable *ht, const zval *d… in zend_fetch_dimension_address_inner_W_CONST()
2244 static zend_never_inline zval* ZEND_FASTCALL zend_fetch_dimension_address_inner_RW(HashTable *ht, c… in zend_fetch_dimension_address_inner_RW()
2249 …nline zval* ZEND_FASTCALL zend_fetch_dimension_address_inner_RW_CONST(HashTable *ht, const zval *d… in zend_fetch_dimension_address_inner_RW_CONST()
2524 static zend_never_inline zval* ZEND_FASTCALL zend_find_array_dim_slow(HashTable *ht, zval *offset E… in zend_find_array_dim_slow()
2631 static zend_never_inline uint32_t ZEND_FASTCALL zend_array_key_exists_fast(HashTable *ht, zval *key… in zend_array_key_exists_fast()
[all …]
H A Dzend_compile.c814 void *zend_hash_find_ptr_lc(HashTable *ht, const char *str, size_t len) { in zend_hash_find_ptr_lc()
7153 HashTable *ht = Z_ARRVAL_P(value); in zend_try_ct_eval_array() local
H A Dzend_hash.c35 # define HT_ASSERT(ht, expr) \ argument
38 # define HT_ASSERT(ht, expr) argument
41 #define HT_ASSERT_RC1(ht) HT_ASSERT(ht, GC_REFCOUNT(ht) == 1) argument
82 #define ZEND_HASH_IF_FULL_DO_RESIZE(ht) \ argument
249 HashTable *ht = emalloc(sizeof(HashTable)); in _zend_new_array_0() local
256 HashTable *ht = emalloc(sizeof(HashTable)); in _zend_new_array() local
264 HashTable *ht = emalloc(sizeof(HashTable)); in zend_new_pair() local
404 static uint32_t zend_array_recalc_elements(HashTable *ht) in zend_array_recalc_elements()
420 ZEND_API uint32_t zend_array_count(HashTable *ht) in zend_array_count()
513 HashTable *ht = Z_ARRVAL_P(array); in zend_hash_iterator_pos_ex() local
[all …]
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c584 HashTable *ht; in accel_copy_permanent_strings() local
4076 HashTable *ht = op_array->static_variables; in preload_fix_trait_methods() local
4445 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in accel_preload() local
4480 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in accel_preload() local
/PHP-7.4/ext/opcache/Optimizer/
H A Dsccp.c724 HashTable *ht; in ct_eval_in_array() local
/PHP-7.4/ext/ftp/
H A Dftp.c722 ftp_mlsd_parse_line(HashTable *ht, const char *input) { in ftp_mlsd_parse_line()
/PHP-7.4/ext/soap/
H A Dphp_encoding.c389 HashTable *ht = Z_OBJPROP_P(data); in master_to_xml_int() local
1613 HashTable *ht = Z_ARRVAL_P(data); in model_to_xml_object() local
1692 HashTable *ht = Z_ARRVAL_P(data); in model_to_xml_object() local
2971 HashTable *ht = Z_ARRVAL_P(data); in to_xml_list() local
3478 HashTable *ht; in get_array_type() local
/PHP-7.4/ext/dom/
H A Dphp_dom.c1054 void dom_namednode_iter(dom_object *basenode, int ntype, dom_object *intern, xmlHashTablePtr ht, xm… in dom_namednode_iter()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c1789 HashTable *ht; in ZEND_METHOD() local
6226 static zend_bool is_ignorable_reference(HashTable *ht, zval *ref) { in is_ignorable_reference()
6240 HashTable *ht; in ZEND_METHOD() local

Completed in 384 milliseconds

1234