Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_builtin_functions.c2660 zend_function *zif; in ZEND_FUNCTION() local
2685 ZEND_HASH_FOREACH_PTR(CG(function_table), zif) { in ZEND_FUNCTION()
2686 if (zif->common.type == ZEND_INTERNAL_FUNCTION in ZEND_FUNCTION()
2687 && zif->internal_function.module == module) { in ZEND_FUNCTION()
2692 add_next_index_str(return_value, zend_string_copy(zif->common.function_name)); in ZEND_FUNCTION()

Completed in 9 milliseconds