Searched refs:zend_compile_func_cast (Results 1 – 1 of 1) sorted by relevance
/php-src/Zend/ |
H A D | zend_compile.c | 4112 static zend_result zend_compile_func_cast(znode *result, zend_ast_list *args, uint32_t type) /* {{{… in zend_compile_func_cast() function 4978 return zend_compile_func_cast(result, args, _IS_BOOL); in zend_try_compile_special_func_ex() 4980 return zend_compile_func_cast(result, args, IS_LONG); in zend_try_compile_special_func_ex() 4984 return zend_compile_func_cast(result, args, IS_DOUBLE); in zend_try_compile_special_func_ex() 4986 return zend_compile_func_cast(result, args, IS_STRING); in zend_try_compile_special_func_ex()
|
Completed in 31 milliseconds