Searched refs:str_dtor (Results 1 – 1 of 1) sorted by relevance
/php-src/Zend/ |
H A D | zend_compile.c | 1219 static void str_dtor(zval *zv) /* {{{ */ { in str_dtor() function 9272 zend_hash_init(FC(imports), 8, NULL, str_dtor, 0); in zend_get_import_ht() 9278 zend_hash_init(FC(imports_function), 8, NULL, str_dtor, 0); in zend_get_import_ht() 9284 zend_hash_init(FC(imports_const), 8, NULL, str_dtor, 0); in zend_get_import_ht()
|
Completed in 33 milliseconds