Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.c4041 static zend_result zend_compile_func_cast(znode *result, zend_ast_list *args, uint32_t type) /* {{{… in zend_compile_func_cast() function
4731 return zend_compile_func_cast(result, args, _IS_BOOL); in zend_try_compile_special_func_ex()
4733 return zend_compile_func_cast(result, args, IS_LONG); in zend_try_compile_special_func_ex()
4737 return zend_compile_func_cast(result, args, IS_DOUBLE); in zend_try_compile_special_func_ex()
4739 return zend_compile_func_cast(result, args, IS_STRING); in zend_try_compile_special_func_ex()

Completed in 28 milliseconds