Home
last modified time | relevance | path

Searched refs:flag (Results 1 – 5 of 5) sorted by relevance

/php-ast/
H A Dutil.php44 foreach ($flagInfo as $flag => $name) {
45 if ($flags & $flag) {
H A Dast.c1286 const char **flag; in ast_build_metadata() local
1287 for (flag = flag_info->flags; *flag; flag++) { in ast_build_metadata()
1288 add_next_index_string(&tmp_zv, *flag); in ast_build_metadata()
H A DREADME.md49 * `ast\flags\*` flag constants
210 `flags` is an array of flag constant names, which may be used by the node kind. `flagsCombinable`
211 specifies whether the flag should be checked using `===` (not combinable) or using `&` (combinable).
/php-ast/tests/
H A Dmetadata.phpt9 foreach ($data->flags as $flag) {
10 $flags[] = substr($flag, strrpos($flag, '\\') + 1);
25 // NOTE: AST_PARAM has overlapping flag values for MODIFIER_PUBLIC and PARAM_REF in php 7.4.
H A Dphp74_dim_alternative_syntax.phpt2 '$x{"offset"}' flag in PHP 7.4

Completed in 10 milliseconds