Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_type_info.h42 #define MAY_BE_NEVER (1 << IS_NEVER)
H A Dzend_types.h619 #define IS_NEVER 17 macro
H A Dzend_compile.c257 {ZEND_STRL("never"), IS_NEVER},
2607 if (ZEND_TYPE_CONTAINS_CODE(type, IS_NEVER)) { in zend_emit_return_type_check()
2659 if (ZEND_TYPE_CONTAINS_CODE(return_info->type, IS_NEVER)) { in zend_emit_final_return()
7899 needs_return = !ZEND_TYPE_CONTAINS_CODE(return_info->type, IS_NEVER); in zend_compile_func_decl()
/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/dom/
H A Dphp_dom_arginfo.h134 …G_WITH_TENTATIVE_RETURN_TYPE_INFO_EX(arginfo_class_DOMImplementation_getFeature, 0, 2, IS_NEVER, 0)

Completed in 85 milliseconds