Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_builtin_functions.c2125 zend_function *zif; in ZEND_FUNCTION() local
2150 ZEND_HASH_FOREACH_PTR(CG(function_table), zif) { in ZEND_FUNCTION()
2151 if (zif->common.type == ZEND_INTERNAL_FUNCTION in ZEND_FUNCTION()
2152 && zif->internal_function.module == module) { in ZEND_FUNCTION()
2157 add_next_index_str(return_value, zend_string_copy(zif->common.function_name)); in ZEND_FUNCTION()

Completed in 8 milliseconds