Home
last modified time | relevance | path

Searched refs:i (Results 176 – 200 of 2233) sorted by path

12345678910>>...90

/php-src/Zend/tests/
H A Dgh13670_002.phpt41 for ($i = 0; $i < 100; $i++) {
52 for ($i = 0; $i < $defaultThreshold*2; $i++) {
H A Dgh13670_003.phpt41 for ($i = 0; $i < 100; $i++) {
52 for ($i = 0; $i < $defaultThreshold*2; $i++) {
H A Dgh8083.phpt7 static $i;
21 ["i"]=>
H A Dgh8548.phpt42 for ($i = 0; $i < 10; $i++) {
47 for ($i = 0; $i < 1000; $i++) {
H A Dgh8548_2.phpt42 for ($i = 0; $i < 10; $i++) {
47 for ($i = 0; $i < 1000; $i++) {
H A Dgh9500.phpt15 readonly private A|(B&C) $i;
H A Dglobals_005.phpt6 for ($i = 0; $i < 100; $i++) {
7 $GLOBALS["A". $i] = 1; //trigger resize
H A Dlist_assign_ref_string_offset_error.phpt8 $i = 0;
9 list(&$a[$i++]) = $v;
H A Dlist_keyed_evaluation_order_3.phpt6 $i = 0;
15 list($a[$i++] => $a[$i++], $a[$i++] => $a[$i++]) = $a[$i++];
16 var_dump($i); // should be 5
H A Dlist_keyed_evaluation_order_nested.phpt12 $i = new StringCapable("I");
28 // list($a => $b, $c => list($d, $e), $f => list($g => $h, $i => $j)) = $k;
45 // 16. Evaluate $i
46 // 17. Evaluate $k[$f][$i]
47 // 18. Assign $j from $k[$f][$i]
54 (string)$i => $store["J"]
H A Dmethod_static_var.phpt8 static $i = 0;
9 var_dump(++$i);
H A Dobjects_021.phpt7 static public $i = 0;
10 self::$i++;
35 var_dump(test::$i);
H A Doffset_string.phpt51 string(1) "i"
66 string(1) "i"
/php-src/Zend/tests/match/
H A D001.phpt21 for ($i = 0; $i <= 9; $i++) {
22 print wordify($i) . "\n";
H A D003.phpt6 function get_value($i) {
7 return match ($i) {
H A D004.phpt6 function get_range($i) {
8 $i >= 50 => '50+',
9 $i >= 40 => '40-50',
10 $i >= 30 => '30-40',
11 $i >= 20 => '20-30',
12 $i >= 10 => '10-20',
H A D007.phpt6 function get_value($i) {
7 return match ($i) {
H A D008.phpt13 for ($i = 1; $i <= 7; $i++) {
14 var_dump(is_working_day($i));
H A D027.phpt19 $i = 0;
20 Test::usesValue(match(true) { true => $i });
21 echo "i is $i\n";
31 i is 0
H A D028.phpt18 function main(int $i): int {
19 Test::usesValue(match(true) { true => $i });
20 Test::usesValue(match($i) { 42 => $i });
21 var_dump($i);
22 Test::usesRef(match(true) { true => $i });
23 var_dump($i);
/php-src/Zend/tests/multibyte/
H A Dmultibyte_encoding_003.phpt10 �p�r�i�n�t� �"�H�e�l�l�o� �W�o�r�l�d�\�n�"�;�
/php-src/Zend/tests/nullable_types/
H A Dinvariant_param_and_return_succeeds.phpt7 function method(?int $i): ?int;
11 function method(?int $i): ?int {
12 return $i;
/php-src/Zend/tests/numeric_strings/
H A Dtrailling_whitespaces.phpt30 function takes_integer(int $i) {
31 \assert($i === 123);
/php-src/Zend/tests/offsets/
H A Dstring_container_offset_behaviour.phpt52 Warning: Uninitialized string offset %i in %s on line %d
56 Warning: Illegal string offset %i in %s on line %d
59 Warning: Uninitialized string offset %i in %s on line %d
75 Warning: Uninitialized string offset %i in %s on line %d
77 Warning: Uninitialized string offset %i in %s on line %d
221 Warning: Uninitialized string offset %i in %s on line %d
227 Warning: Illegal string offset %i in %s on line %d
232 Warning: Uninitialized string offset %i in %s on line %d
254 Warning: Uninitialized string offset %i in %s on line %d
258 Warning: Uninitialized string offset %i in %s on line %d
[all …]
H A Dtest_offset_helpers.inc84 '%i' => '[+-]?\d+',

Completed in 140 milliseconds

12345678910>>...90