Searched refs:zif (Results 1 – 1 of 1) sorted by relevance
2650 zend_function *zif; in ZEND_FUNCTION() local2675 ZEND_HASH_FOREACH_PTR(CG(function_table), zif) { in ZEND_FUNCTION()2676 if (zif->common.type == ZEND_INTERNAL_FUNCTION in ZEND_FUNCTION()2677 && zif->internal_function.module == module) { in ZEND_FUNCTION()2682 add_next_index_str(return_value, zend_string_copy(zif->common.function_name)); in ZEND_FUNCTION()
Completed in 9 milliseconds