Home
last modified time | relevance | path

Searched refs:ZEND_TYPE_NULLABLE (Results 1 – 4 of 4) sorted by relevance

/php-src/Zend/
H A Dzend_language_parser.y822 | '?' type { $$ = $2; $$->attr |= ZEND_TYPE_NULLABLE; }
854 | '?' type_without_static { $$ = $2; $$->attr |= ZEND_TYPE_NULLABLE; }
H A Dzend_compile.h988 #define ZEND_TYPE_NULLABLE (1<<8) macro
H A Dzend_ast.c1686 if (ast->attr & ZEND_TYPE_NULLABLE) { in zend_ast_export_type()
1962 switch (ast->attr & ~ZEND_TYPE_NULLABLE) { in zend_ast_export_ex()
H A Dzend_compile.c6616 ZEND_ASSERT(!(ast->attr & ZEND_TYPE_NULLABLE)); in zend_compile_single_typename()
6769 bool is_marked_nullable = ast->attr & ZEND_TYPE_NULLABLE; in zend_compile_typename_ex()
6774 ast->attr &= ~ZEND_TYPE_NULLABLE; in zend_compile_typename_ex()

Completed in 48 milliseconds