Searched refs:AST_NULLABLE_TYPE (Results 1 – 11 of 11) sorted by relevance
/php-ast/tests/ |
H A D | nullable_types.phpt | 28 type: AST_NULLABLE_TYPE 35 returnType: AST_NULLABLE_TYPE 45 type: AST_NULLABLE_TYPE 51 returnType: AST_NULLABLE_TYPE 60 type: AST_NULLABLE_TYPE 66 returnType: AST_NULLABLE_TYPE
|
H A D | php80_union_types_nullable.phpt | 34 type: AST_NULLABLE_TYPE 40 type: AST_NULLABLE_TYPE 52 returnType: AST_NULLABLE_TYPE 82 type: AST_NULLABLE_TYPE 88 type: AST_NULLABLE_TYPE 99 returnType: AST_NULLABLE_TYPE 112 type: AST_NULLABLE_TYPE 122 type: AST_NULLABLE_TYPE
|
H A D | php74_type_hints.phpt | 113 type: AST_NULLABLE_TYPE 123 type: AST_NULLABLE_TYPE
|
H A D | class_const_types.phpt | 89 type: AST_NULLABLE_TYPE
|
H A D | short_arrow_function.phpt | 76 type: AST_NULLABLE_TYPE
|
H A D | metadata.phpt | 53 AST_NULLABLE_TYPE: []
|
/php-ast/ |
H A D | php_ast.h | 45 #define AST_NULLABLE_TYPE 2050 macro
|
H A D | ast_data.c | 28 AST_NULLABLE_TYPE, 144 case AST_NULLABLE_TYPE: return "AST_NULLABLE_TYPE"; in ast_kind_to_name() 246 case AST_NULLABLE_TYPE: in ast_kind_child_name() 604 …REGISTER_NS_LONG_CONSTANT("ast", "AST_NULLABLE_TYPE", AST_NULLABLE_TYPE, CONST_CS | CONST_PERSISTE… in ast_register_kind_constants()
|
H A D | ast_stub.php | 34 const AST_NULLABLE_TYPE = 2050; define
|
H A D | ast.c | 722 child_zv, AST_NULLABLE_TYPE, 0, zend_ast_get_lineno(child), state, 1, &tmp); in ast_name_to_zval() 812 ast_create_virtual_node(&child_zv, AST_NULLABLE_TYPE, 0, child, state); in ast_fill_children_ht()
|
H A D | README.md | 431 AST_NULLABLE_TYPE: type // Used only since PHP 7.1
|
Completed in 41 milliseconds