Home
last modified time | relevance | path

Searched refs:i (Results 1 – 7 of 7) sorted by relevance

/php-ast/
H A Dast.c665 for (i = 0; i < num_children; i++) { in ast_create_virtual_node_ex()
731 for (i = 0; i < count; ++i) { in ast_fill_children_ht()
1148 size_t i; in ast_version_info() local
1153 for (i = 0; i < versions_count; ++i) { in ast_version_info()
1164 size_t i; in ast_version_known() local
1165 for (i = 0; i < versions_count; ++i) { in ast_version_known()
1301 for (i = 0; i < flag_info_count; i++) { in ast_get_flag_info()
1311 size_t i; in ast_build_metadata() local
1313 for (i = 0; i < ast_kinds_count; i++) { in ast_build_metadata()
1359 size_t i; in PHP_FUNCTION() local
[all …]
H A Dutil.php71 foreach ($ast->children as $i => $child) {
72 if (($options & AST_DUMP_EXCLUDE_DOC_COMMENT) && $i === 'docComment') {
75 $result .= "\n $i: " . str_replace("\n", "\n ", ast_dump($child, $options));
/php-ast/tests/
H A Dshort_arrow_function_return.phpt13 fn(iterable $i) : array => [$i];
46 name: "i"
54 name: "i"
H A Dphp82_encaps_list.phpt10 $code = '<?php "${a}${b->c}{$d}${$e["f"]}${g[\'h\']}{$i{\'j\'}}";';
43 name: "i"
H A Dphp82_encaps_list2.phpt10 $code = '<?php "${a}${b->c}{$d}${$e["f"]}${g[\'h\']}{$i[\'j\']}";';
42 name: "i"
H A Dphp74_ordinary_class.phpt12 public $i = 2, $j;
38 name: "i"
H A Dphp74_type_hints.phpt14 public int $i = 2, $j;
46 name: "i"
104 name: "i"

Completed in 10 milliseconds