Searched refs:TYPE_BOOL (Results 1 – 6 of 6) sorted by relevance
/php-ast/tests/ |
H A D | type_hints.phpt | 58 flags: TYPE_BOOL (%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…
|
H A D | php80_union_types.phpt | 78 flags: TYPE_BOOL (%d)
|
/php-ast/ |
H A D | ast_stub.php | 152 const TYPE_BOOL = 18; define
|
H A D | README.md | 271 ast\flags\TYPE_BOOL 286 ast\flags\TYPE_BOOL
|
H A D | ast.c | 176 AST_FLAG(TYPE_BOOL),
|
Completed in 13 milliseconds