Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_builtin_functions.c2454 zend_function *zif; in ZEND_FUNCTION() local
2477 while (zend_hash_get_current_data_ex(CG(function_table), (void **) &zif, &iterator) == SUCCESS) { in ZEND_FUNCTION()
2478 if (zif->common.type==ZEND_INTERNAL_FUNCTION in ZEND_FUNCTION()
2479 && zif->internal_function.module == module) { in ZEND_FUNCTION()
2484 add_next_index_string(return_value, zif->common.function_name, 1); in ZEND_FUNCTION()

Completed in 14 milliseconds