Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.c4006 static zend_result zend_compile_func_typecheck(znode *result, zend_ast_list *args, uint32_t type) /… in zend_compile_func_typecheck() function
4708 return zend_compile_func_typecheck(result, args, IS_NULL); in zend_try_compile_special_func_ex()
4710 return zend_compile_func_typecheck(result, args, _IS_BOOL); in zend_try_compile_special_func_ex()
4715 return zend_compile_func_typecheck(result, args, IS_LONG); in zend_try_compile_special_func_ex()
4719 return zend_compile_func_typecheck(result, args, IS_DOUBLE); in zend_try_compile_special_func_ex()
4721 return zend_compile_func_typecheck(result, args, IS_STRING); in zend_try_compile_special_func_ex()
4723 return zend_compile_func_typecheck(result, args, IS_ARRAY); in zend_try_compile_special_func_ex()
4725 return zend_compile_func_typecheck(result, args, IS_OBJECT); in zend_try_compile_special_func_ex()
4727 return zend_compile_func_typecheck(result, args, IS_RESOURCE); in zend_try_compile_special_func_ex()

Completed in 28 milliseconds