Searched refs:flag (Results 1 – 6 of 6) sorted by relevance
44 foreach ($flagInfo as $flag => $name) {45 if ($flags & $flag) {
1331 const char **flag; in ast_build_metadata() local1332 for (flag = flag_info->flags; *flag; flag++) { in ast_build_metadata()1333 add_next_index_string(&tmp_zv, *flag); in ast_build_metadata()
50 * `ast\flags\*` flag constants211 `flags` is an array of flag constant names, which may be used by the node kind. `flagsCombinable`212 specifies whether the flag should be checked using `===` (not combinable) or using `&` (combinable).
9 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.
2 '$x{"offset"}' flag in PHP 7.4
2 '$x{"offset"}' flag in PHP 8.4 is a Parse error
Completed in 10 milliseconds