Home
last modified time | relevance | path

Searched refs:AST_NULLABLE_TYPE (Results 1 – 11 of 11) sorted by relevance

/php-ast/tests/
H A Dnullable_types.phpt28 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 Dphp80_union_types_nullable.phpt34 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 Dphp74_type_hints.phpt113 type: AST_NULLABLE_TYPE
123 type: AST_NULLABLE_TYPE
H A Dclass_const_types.phpt89 type: AST_NULLABLE_TYPE
H A Dshort_arrow_function.phpt76 type: AST_NULLABLE_TYPE
H A Dmetadata.phpt53 AST_NULLABLE_TYPE: []
/php-ast/
H A Dphp_ast.h45 #define AST_NULLABLE_TYPE 2050 macro
H A Dast_data.c28 AST_NULLABLE_TYPE,
142 case AST_NULLABLE_TYPE: return "AST_NULLABLE_TYPE"; in ast_kind_to_name()
242 case AST_NULLABLE_TYPE: in ast_kind_child_name()
596 …REGISTER_NS_LONG_CONSTANT("ast", "AST_NULLABLE_TYPE", AST_NULLABLE_TYPE, CONST_CS | CONST_PERSISTE… in ast_register_kind_constants()
H A Dast_stub.php34 const AST_NULLABLE_TYPE = 2050; define
H A Dast.c715 child_zv, AST_NULLABLE_TYPE, 0, zend_ast_get_lineno(child), state, 1, &tmp); in ast_name_to_zval()
787 ast_create_virtual_node(&child_zv, AST_NULLABLE_TYPE, 0, child, state); in ast_fill_children_ht()
H A DREADME.md430 AST_NULLABLE_TYPE: type // Used only since PHP 7.1

Completed in 30 milliseconds