Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_builtin_functions.c2444 zend_function *zif; in ZEND_FUNCTION() local
2467 while (zend_hash_get_current_data_ex(CG(function_table), (void **) &zif, &iterator) == SUCCESS) { in ZEND_FUNCTION()
2468 if (zif->common.type==ZEND_INTERNAL_FUNCTION in ZEND_FUNCTION()
2469 && zif->internal_function.module == module) { in ZEND_FUNCTION()
2474 add_next_index_string(return_value, zif->common.function_name, 1); in ZEND_FUNCTION()

Completed in 10 milliseconds