Searched refs:zend_compile_func_cast (Results 1 – 1 of 1) sorted by relevance
/PHP-8.4/Zend/ |
H A D | zend_compile.c | 4116 static zend_result zend_compile_func_cast(znode *result, zend_ast_list *args, uint32_t type) /* {{{… in zend_compile_func_cast() function 4982 return zend_compile_func_cast(result, args, _IS_BOOL); in zend_try_compile_special_func_ex() 4984 return zend_compile_func_cast(result, args, IS_LONG); in zend_try_compile_special_func_ex() 4988 return zend_compile_func_cast(result, args, IS_DOUBLE); in zend_try_compile_special_func_ex() 4990 return zend_compile_func_cast(result, args, IS_STRING); in zend_try_compile_special_func_ex()
|
Completed in 53 milliseconds