Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_compile.c1028 static void str_dtor(zval *zv) /* {{{ */ { in str_dtor() function
6505 zend_hash_init(FC(imports), 8, NULL, str_dtor, 0); in zend_get_import_ht()
6511 zend_hash_init(FC(imports_function), 8, NULL, str_dtor, 0); in zend_get_import_ht()
6517 zend_hash_init(FC(imports_const), 8, NULL, str_dtor, 0); in zend_get_import_ht()

Completed in 33 milliseconds