Home
last modified time | relevance | path

Searched refs:HT_SIZE (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_inheritance.c2914 p = emalloc(HT_SIZE(&ce->function_table)); in zend_lazy_class_load()
2965 p = emalloc(HT_SIZE(&ce->properties_info)); in zend_lazy_class_load()
2986 p = emalloc(HT_SIZE(&ce->constants_table)); in zend_lazy_class_load()
H A Dzend_types.h474 #define HT_SIZE(ht) \ macro
H A Dzend_hash.c2470 HT_SET_DATA_ADDR(target, emalloc(HT_SIZE(target))); in zend_array_dup()
2502 HT_SET_DATA_ADDR(target, emalloc(HT_SIZE(target))); in zend_array_dup()

Completed in 34 milliseconds