Searched refs:counter (Results 1 – 25 of 322) sorted by relevance
12345678910>>...13
/PHP-7.3/tests/classes/ |
H A D | iterators_008.phpt | 9 private $counter = 2; 12 echo __METHOD__ . "($this->counter)\n"; 13 return $this->counter; 17 $this->counter--; 18 echo __METHOD__ . "($this->counter)\n"; 22 echo __METHOD__ . "($this->counter)\n"; 26 echo __METHOD__ . "($this->counter)\n"; 30 echo __METHOD__ . "($this->counter)\n";
|
H A D | destructor_and_globals.phpt | 13 class counter { 37 $obj1 = new counter; 40 $obj2 = new counter; 43 counter::destroy($obj1); 46 //counter::destroy($obj2);
|
H A D | singleton_001.phpt | 7 private $counter = 0; 10 echo ++$this->counter;
|
/PHP-7.3/ext/enchant/tests/ |
H A D | broker_describe.phpt | 30 $counter = 0; 39 …if ((isset($provider[$counter]['name']) && isset($provider[$counter]['desc']) && isset($provider[$…
|
/PHP-7.3/ext/standard/tests/strings/ |
H A D | vsprintf_variation19.phpt | 47 $counter = 1; 49 echo"\n-- Iteration $counter --\n"; 50 var_dump( vsprintf($format, $args_array[$counter-1]) ); 51 $counter++;
|
H A D | vsprintf_variation19_64bit.phpt | 47 $counter = 1; 49 echo"\n-- Iteration $counter --\n"; 50 var_dump( vsprintf($format, $args_array[$counter-1]) ); 51 $counter++;
|
H A D | chr_ord.phpt | 37 $counter=1; 39 echo "-- Iteration $counter --\n"; 41 $counter++; 45 $counter=1; 47 echo "-- Iteration $counter --\n"; 49 $counter++;
|
H A D | fprintf_variation_001.phpt | 21 $counter = 1; 26 fprintf( $fp, "\n-- Iteration %d --\n",$counter); 31 $counter++;
|
H A D | fprintf_variation_002.phpt | 21 $counter = 1; 25 fprintf( $fp, "\n-- Iteration %d --\n",$counter); 30 $counter++;
|
H A D | fprintf_variation_009.phpt | 21 $counter = 1; 25 fprintf( $fp, "\n-- Iteration %d --\n",$counter); 30 $counter++;
|
H A D | vsprintf_variation3.phpt | 46 $counter = 1; 48 echo "\n-- Iteration $counter --\n"; 49 var_dump( vsprintf($format, $args_array[$counter-1]) ); 50 $counter++;
|
H A D | vprintf_variation15.phpt | 42 $counter = 1; 44 echo "\n-- Iteration $counter --\n"; 45 $result = vprintf($format, $args_array[$counter-1]); 48 $counter++;
|
H A D | vprintf_variation15_64bit.phpt | 42 $counter = 1; 44 echo "\n-- Iteration $counter --\n"; 45 $result = vprintf($format, $args_array[$counter-1]); 48 $counter++;
|
H A D | vprintf_variation19.phpt | 47 $counter = 1; 49 echo"\n-- Iteration $counter --\n"; 50 $result = vprintf($format, $args_array[$counter-1]); 53 $counter++;
|
H A D | vprintf_variation19_64bit.phpt | 47 $counter = 1; 49 echo"\n-- Iteration $counter --\n"; 50 $result = vprintf($format, $args_array[$counter-1]); 53 $counter++;
|
H A D | vprintf_variation3.phpt | 46 $counter = 1; 48 echo "\n-- Iteration $counter --\n"; 49 $result = vprintf($format, $args_array[$counter-1]); 52 $counter++;
|
H A D | vsprintf_variation15.phpt | 42 $counter = 1; 44 echo "\n-- Iteration $counter --\n"; 45 var_dump( vsprintf($format, $args_array[$counter-1]) ); 46 $counter++;
|
H A D | vsprintf_variation15_64bit.phpt | 42 $counter = 1; 44 echo "\n-- Iteration $counter --\n"; 45 var_dump( vsprintf($format, $args_array[$counter-1]) ); 46 $counter++;
|
H A D | bug72434.phpt | 15 // The reference counter for $free_me is at -1 for PHP 7 right now. 16 // Increment the reference counter by 1 -> rc is 0 18 // Increment the reference counter by 1 again -> rc is 1
|
H A D | vsprintf_variation5.phpt | 46 $counter = 1; 48 echo "\n-- Iteration $counter --\n"; 49 var_dump( vsprintf($format, $args_array[$counter-1]) ); 50 $counter++;
|
H A D | vsprintf_variation9.phpt | 45 $counter = 1; 47 echo "\n-- Iteration $counter --\n"; 48 var_dump( vsprintf($format, $args_array[$counter-1]) ); 49 $counter++;
|
/PHP-7.3/ext/standard/tests/general_functions/ |
H A D | var_export-locale.phpt | 44 $counter = 1; 55 $counter++; 68 $counter = 1; 79 $counter++; 106 $counter = 1; 117 $counter++; 139 $counter = 1; 150 $counter++; 183 $counter++; 278 $counter++; [all …]
|
H A D | var_export-locale_32.phpt | 44 $counter = 1; 55 $counter++; 68 $counter = 1; 79 $counter++; 106 $counter = 1; 117 $counter++; 139 $counter = 1; 150 $counter++; 183 $counter++; 278 $counter++; [all …]
|
/PHP-7.3/tests/lang/ |
H A D | foreachLoop.002.phpt | 31 $counter=0; 33 array_push($a, "new.$counter"); 36 if ($counter++>10) { 45 $counter=0; 47 array_push($a, "new.$counter"); 50 if ($counter++>10) {
|
/PHP-7.3/ext/standard/tests/array/ |
H A D | extract_variation5.phpt | 12 $counter = 0; 15 echo "\n-- Iteration $counter --\n"; 16 $counter++;
|
Completed in 30 milliseconds
12345678910>>...13