Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_compile.c904 static void str_dtor(zval *zv) /* {{{ */ { in str_dtor() function
5466 zend_hash_init(FC(imports), 8, NULL, str_dtor, 0); in zend_get_import_ht()
5472 zend_hash_init(FC(imports_function), 8, NULL, str_dtor, 0); in zend_get_import_ht()
5478 zend_hash_init(FC(imports_const), 8, NULL, str_dtor, 0); in zend_get_import_ht()

Completed in 29 milliseconds