Searched refs:TYPE_CALLABLE (Results 1 – 5 of 5) sorted by relevance
/php-ast/tests/ |
H A D | type_hints.phpt | 38 flags: TYPE_CALLABLE (%d)
|
H A D | metadata.phpt | 61 …E_BOOL, TYPE_LONG, TYPE_DOUBLE, TYPE_STRING, TYPE_ARRAY, TYPE_OBJECT, TYPE_CALLABLE, TYPE_VOID, TY… 66 …E_BOOL, TYPE_LONG, TYPE_DOUBLE, TYPE_STRING, TYPE_ARRAY, TYPE_OBJECT, TYPE_CALLABLE, TYPE_VOID, TY…
|
/php-ast/ |
H A D | ast_stub.php | 158 const TYPE_CALLABLE = 12; define
|
H A D | ast.c | 182 AST_FLAG(TYPE_CALLABLE),
|
H A D | README.md | 269 ast\flags\TYPE_CALLABLE
|
Completed in 23 milliseconds