Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.c4652 zend_function *frameless_function = NULL; in zend_compile_ns_call() local
4658 frameless_function = zend_hash_find_ptr(CG(function_table), lc_func_name); in zend_compile_ns_call()
4664 if (frameless_function) { in zend_compile_ns_call()
4665 …unction_info = find_frameless_function_info(zend_ast_get_list(args_ast), frameless_function, type); in zend_compile_ns_call()
4689 …zend_compile_frameless_icall_ex(NULL, zend_ast_get_list(args_ast), frameless_function, frameless_f… in zend_compile_ns_call()

Completed in 27 milliseconds