Home
last modified time | relevance | path

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

/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_dump.c487 case IS_CALLABLE: in zend_dump_op()
H A Ddfa_pass.c333 if (ZEND_TYPE_CODE(info->type) == IS_CALLABLE || ZEND_TYPE_CODE(info->type) == IS_ITERABLE) { in can_elide_return_type_check()
H A Dzend_optimizer.c829 || ZEND_TYPE_CODE(ret_info->type) == IS_CALLABLE in zend_optimizer_replace_by_const()
H A Dzend_inference.c2276 } else if (type_hint == IS_CALLABLE) { in zend_fetch_arg_info()
/PHP-7.3/Zend/
H A Dzend_language_parser.y662 | T_CALLABLE { $$ = zend_ast_create_ex(ZEND_AST_TYPE, IS_CALLABLE); }
H A Dzend_types.h405 #define IS_CALLABLE 17 macro
H A Dzend_execute.c752 case IS_CALLABLE: in zend_verify_type_error_common()
928 if (ZEND_TYPE_CODE(type) == IS_CALLABLE) { in zend_check_type()
H A Dzend_ast.c1468 case IS_CALLABLE: APPEND_STR("callable"); in zend_ast_export_ex()
H A Dzend_API.h101 …E_INFO(pass_by_ref, name, allow_null) { #name, ZEND_TYPE_ENCODE(IS_CALLABLE, allow_null), p…
H A Dzend_API.c119 case IS_CALLABLE: in zend_get_type_by_const()
H A Dzend_compile.c5631 } else if (ZEND_TYPE_CODE(arg_info->type) == IS_CALLABLE && default_ast) { in zend_compile_params()
H A Dzend_vm_def.h3807 && ZEND_TYPE_CODE(ret_info->type) != IS_CALLABLE
H A Dzend_vm_execute.h8783 && ZEND_TYPE_CODE(ret_info->type) != IS_CALLABLE
19408 && ZEND_TYPE_CODE(ret_info->type) != IS_CALLABLE
27547 && ZEND_TYPE_CODE(ret_info->type) != IS_CALLABLE
34364 && ZEND_TYPE_CODE(ret_info->type) != IS_CALLABLE
47199 && ZEND_TYPE_CODE(ret_info->type) != IS_CALLABLE
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c2646 RETVAL_BOOL(ZEND_TYPE_CODE(param->arg_info->type) == IS_CALLABLE); in ZEND_METHOD()

Completed in 248 milliseconds