Searched refs:str_dtor (Results 1 – 1 of 1) sorted by relevance
/PHP-8.4/Zend/ |
H A D | zend_compile.c | 1224 static void str_dtor(zval *zv) /* {{{ */ { in str_dtor() function 9264 zend_hash_init(FC(imports), 8, NULL, str_dtor, 0); in zend_get_import_ht() 9270 zend_hash_init(FC(imports_function), 8, NULL, str_dtor, 0); in zend_get_import_ht() 9276 zend_hash_init(FC(imports_const), 8, NULL, str_dtor, 0); in zend_get_import_ht()
|
Completed in 34 milliseconds