Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend.h590 #define IS_CALLABLE 10 macro
H A Dzend_language_parser.y540 | T_CALLABLE { $$.op_type = IS_CONST; Z_TYPE($$.u.constant)=IS_CALLABLE; }
H A Dzend_execute.c642 case IS_CALLABLE: in zend_verify_arg_type()
H A Dzend_API.c219 case IS_CALLABLE: in zend_get_type_by_const()
H A Dzend_compile.c1904 } else if (class_type->u.constant.type == IS_CALLABLE) { in zend_do_receive_arg()
1905 cur_arg_info->type_hint = IS_CALLABLE; in zend_do_receive_arg()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c2465 RETVAL_BOOL(param->arg_info->type_hint == IS_CALLABLE); in ZEND_METHOD()

Completed in 67 milliseconds