Home
last modified time | relevance | path

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

/php-ast/
H A Dast.c658 for (i = 0; i < num_children; i++) { in ast_create_virtual_node_ex()
724 for (i = 0; i < count; ++i) { in ast_fill_children_ht()
1103 size_t i; in ast_version_info() local
1108 for (i = 0; i < versions_count; ++i) { in ast_version_info()
1119 size_t i; in ast_version_known() local
1120 for (i = 0; i < versions_count; ++i) { in ast_version_known()
1256 for (i = 0; i < flag_info_count; i++) { in ast_get_flag_info()
1266 size_t i; in ast_build_metadata() local
1268 for (i = 0; i < ast_kinds_count; i++) { in ast_build_metadata()
1314 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 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 17 milliseconds