Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.c1166 static void str_dtor(zval *zv) /* {{{ */ { in str_dtor() function
8554 zend_hash_init(FC(imports), 8, NULL, str_dtor, 0); in zend_get_import_ht()
8560 zend_hash_init(FC(imports_function), 8, NULL, str_dtor, 0); in zend_get_import_ht()
8566 zend_hash_init(FC(imports_const), 8, NULL, str_dtor, 0); in zend_get_import_ht()

Completed in 30 milliseconds