Searched refs:zif (Results 1 – 1 of 1) sorted by relevance
2459 zend_function *zif; in ZEND_FUNCTION() local2482 while (zend_hash_get_current_data_ex(CG(function_table), (void **) &zif, &iterator) == SUCCESS) { in ZEND_FUNCTION()2483 if (zif->common.type==ZEND_INTERNAL_FUNCTION in ZEND_FUNCTION()2484 && zif->internal_function.module == module) { in ZEND_FUNCTION()2489 add_next_index_string(return_value, zif->common.function_name, 1); in ZEND_FUNCTION()
Completed in 9 milliseconds