Home
last modified time | relevance | path

Searched defs:flags (Results 1 – 4 of 4) sorted by relevance

/php-ast/
H A Dutil.php3 use ast\flags; alias
34 function format_flags(int $kind, int $flags) : string {
H A Dast.stub.php38 …public function __construct(?int $kind = null, ?int $flags = null, ?array $children = null, ?int $…
H A Dast_stub.php300 public $flags; variable in ast\\Node
312 …public function __construct(int $kind = null, int $flags = null, array $children = null, int $line…
335 public $flags; variable in ast\\Metadata
H A Dast.c129 const char **flags; member
1028 uint32_t flags = decl->flags; in ast_to_zval() local
1337 zend_long flags; in PHP_METHOD() local

Completed in 12 milliseconds