Searched refs:TYPE_OBJECT (Results 1 – 8 of 8) sorted by relevance
/php-ast/tests/ |
H A D | object_type.phpt | 24 flags: TYPE_OBJECT (%d) 29 flags: TYPE_OBJECT (%d)
|
H A D | php80_union_types_nullable.phpt | 42 flags: TYPE_OBJECT (8) 90 flags: TYPE_OBJECT (8)
|
H A D | metadata.phpt | 61 …TYPE_TRUE, TYPE_BOOL, TYPE_LONG, TYPE_DOUBLE, TYPE_STRING, TYPE_ARRAY, TYPE_OBJECT, TYPE_CALLABLE,… 66 …TYPE_TRUE, TYPE_BOOL, TYPE_LONG, TYPE_DOUBLE, TYPE_STRING, TYPE_ARRAY, TYPE_OBJECT, TYPE_CALLABLE,…
|
H A D | php80_union_types_false.phpt | 55 flags: TYPE_OBJECT (%d)
|
H A D | php80_union_types.phpt | 40 flags: TYPE_OBJECT (%d)
|
/php-ast/ |
H A D | ast_stub.php | 157 const TYPE_OBJECT = 8; define
|
H A D | README.md | 276 ast\flags\TYPE_OBJECT 291 ast\flags\TYPE_OBJECT
|
H A D | ast.c | 181 AST_FLAG(TYPE_OBJECT),
|
Completed in 19 milliseconds