Lines Matching defs:args

2980 	zend_ast_list *args = zend_ast_get_list(ast);  in zend_compile_args()  local
3215 static inline zend_bool zend_args_contain_unpack(zend_ast_list *args) /* {{{ */ in zend_args_contain_unpack()
3227 int zend_compile_func_strlen(znode *result, zend_ast_list *args) /* {{{ */ in zend_compile_func_strlen()
3249 int zend_compile_func_typecheck(znode *result, zend_ast_list *args, uint32_t type) /* {{{ */ in zend_compile_func_typecheck()
3269 int zend_compile_func_cast(znode *result, zend_ast_list *args, uint32_t type) /* {{{ */ in zend_compile_func_cast()
3285 int zend_compile_func_defined(znode *result, zend_ast_list *args) /* {{{ */ in zend_compile_func_defined()
3324 int zend_compile_func_chr(znode *result, zend_ast_list *args) /* {{{ */ in zend_compile_func_chr()
3342 int zend_compile_func_ord(znode *result, zend_ast_list *args) /* {{{ */ in zend_compile_func_ord()
3417 int zend_compile_func_cufa(znode *result, zend_ast_list *args, zend_string *lcname) /* {{{ */ in zend_compile_func_cufa()
3466 int zend_compile_func_cuf(znode *result, zend_ast_list *args, zend_string *lcname) /* {{{ */ in zend_compile_func_cuf()
3492 static void zend_compile_assert(znode *result, zend_ast_list *args, zend_string *name, zend_functio… in zend_compile_assert()
3537 static int zend_compile_func_in_array(znode *result, zend_ast_list *args) /* {{{ */ in zend_compile_func_in_array()
3622 int zend_compile_func_count(znode *result, zend_ast_list *args, zend_string *lcname) /* {{{ */ in zend_compile_func_count()
3639 int zend_compile_func_get_class(znode *result, zend_ast_list *args) /* {{{ */ in zend_compile_func_get_class()
3657 int zend_compile_func_get_called_class(znode *result, zend_ast_list *args) /* {{{ */ in zend_compile_func_get_called_class()
3668 int zend_compile_func_gettype(znode *result, zend_ast_list *args) /* {{{ */ in zend_compile_func_gettype()
3682 int zend_compile_func_num_args(znode *result, zend_ast_list *args) /* {{{ */ in zend_compile_func_num_args()
3693 int zend_compile_func_get_args(znode *result, zend_ast_list *args) /* {{{ */ in zend_compile_func_get_args()
3704 int zend_compile_func_array_key_exists(znode *result, zend_ast_list *args) /* {{{ */ in zend_compile_func_array_key_exists()
3720 int zend_compile_func_array_slice(znode *result, zend_ast_list *args) /* {{{ */ in zend_compile_func_array_slice()
3753 int zend_try_compile_special_func(znode *result, zend_string *lcname, zend_ast_list *args, zend_fun… in zend_try_compile_special_func()