Home
last modified time | relevance | path

Searched refs:frameless_function (Results 1 – 1 of 1) sorted by path

/php-src/Zend/
H A Dzend_compile.c4664 zend_function *frameless_function = NULL; in zend_compile_ns_call() local
4670 frameless_function = zend_hash_find_ptr(CG(function_table), lc_func_name); in zend_compile_ns_call()
4676 if (frameless_function) { in zend_compile_ns_call()
4677 …unction_info = find_frameless_function_info(zend_ast_get_list(args_ast), frameless_function, type); in zend_compile_ns_call()
4701 …zend_compile_frameless_icall_ex(NULL, zend_ast_get_list(args_ast), frameless_function, frameless_f… in zend_compile_ns_call()

Completed in 30 milliseconds