Searched refs:TYPE_NULL (Results 1 – 6 of 6) sorted by relevance
/php-ast/tests/ |
H A D | php80_union_types_false.phpt | 36 flags: TYPE_NULL (%d) 89 flags: TYPE_NULL (%d)
|
H A D | php80_union_types.phpt | 50 flags: TYPE_NULL (%d) 118 flags: TYPE_NULL (%d)
|
H A D | metadata.phpt | 61 AST_TYPE: [TYPE_NULL, TYPE_FALSE, TYPE_TRUE, TYPE_BOOL, TYPE_LONG, TYPE_DOUBLE, TYPE_STRING, TYPE_A… 66 AST_CAST: [TYPE_NULL, TYPE_FALSE, TYPE_TRUE, TYPE_BOOL, TYPE_LONG, TYPE_DOUBLE, TYPE_STRING, TYPE_A…
|
/php-ast/ |
H A D | ast_stub.php | 149 const TYPE_NULL = 1; define
|
H A D | README.md | 277 ast\flags\TYPE_NULL // php 8.0 union types 285 ast\flags\TYPE_NULL
|
H A D | ast.c | 173 AST_FLAG(TYPE_NULL),
|
Completed in 16 milliseconds