Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_type_info.h42 #define MAY_BE_NEVER (1 << IS_NEVER)
H A Dzend_builtin_functions_arginfo.h4 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_exit, 0, 0, IS_NEVER, 0)
H A Dzend_types.h620 #define IS_NEVER 17 macro
H A Dzend_compile.c271 {ZEND_STRL("never"), IS_NEVER},
2678 if (ZEND_TYPE_CONTAINS_CODE(type, IS_NEVER)) { in zend_emit_return_type_check()
2730 if (ZEND_TYPE_CONTAINS_CODE(return_info->type, IS_NEVER)) { in zend_emit_final_return()
8365 needs_return = !ZEND_TYPE_CONTAINS_CODE(return_info->type, IS_NEVER); in zend_compile_func_decl_ex()
/php-src/docs/source/core/data-structures/
H A Dzval.rst211 #define IS_NEVER 17
/php-src/ext/spl/
H A Dspl_iterators_arginfo.h4 …EGIN_ARG_WITH_TENTATIVE_RETURN_TYPE_INFO_EX(arginfo_class_EmptyIterator_current, 0, 0, IS_NEVER, 0)
/php-src/Zend/Optimizer/
H A Dzend_dump.c513 case IS_NEVER: in zend_dump_op()
/php-src/ext/reflection/
H A Dphp_reflection.c6237 zend_type never_type = ZEND_TYPE_INIT_CODE(IS_NEVER, 0, 0); in ZEND_METHOD()

Completed in 73 milliseconds