Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_ast.c1424 if (decl->child[3]->attr & ZEND_TYPE_NULLABLE) { in zend_ast_export_ex()
1517 if (type_ast->attr & ZEND_TYPE_NULLABLE) { in zend_ast_export_ex()
1560 switch (ast->attr & ~ZEND_TYPE_NULLABLE) { in zend_ast_export_ex()
1992 if (ast->child[0]->attr & ZEND_TYPE_NULLABLE) { in zend_ast_export_ex()
H A Dzend_compile.h882 #define ZEND_TYPE_NULLABLE (1<<8) macro
H A Dzend_language_parser.y662 | '?' type { $$ = $2; $$->attr |= ZEND_TYPE_NULLABLE; }
H A Dzend_compile.c5304 if (ast->attr & ZEND_TYPE_NULLABLE) { in zend_compile_typename()
5306 ast->attr &= ~ZEND_TYPE_NULLABLE; in zend_compile_typename()

Completed in 41 milliseconds