Home
last modified time | relevance | path

Searched refs:step (Results 1 – 25 of 56) sorted by relevance

123

/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdo_sqlite_createaggregate_trampoline.phpt30 var_dump($db->createAggregate('S', [new TrampolineTest(), 'step'], [new TrampolineTest(), 'finalize…
39 Trampoline for step
40 Trampoline for step
41 Trampoline for step
42 Trampoline for step
43 Trampoline for step
44 Trampoline for step
45 Trampoline for step
46 Trampoline for step
47 Trampoline for step
[all …]
/php-src/ext/sqlite3/tests/
H A Dsqlite3_trampoline_create_aggregate.phpt26 $step = [$o, 'step'];
56 Trampoline for step
57 Trampoline for step
58 Trampoline for step
59 Trampoline for step
60 Trampoline for step
61 Trampoline for step
62 Trampoline for step
63 Trampoline for step
64 Trampoline for step
[all …]
/php-src/ext/standard/tests/array/range/
H A Drange_step_errors.phpt2 range() programattic errors for the $step parameter
62 echo "-- Testing ( (low < high) && (high-low < step) ) --\n";
69 echo "-- Testing ( (low > high) && (low-high < step) ) --\n";
110 range(): Argument #3 ($step) cannot be 0
111 range(): Argument #3 ($step) cannot be 0
112 range(): Argument #3 ($step) cannot be 0
113 range(): Argument #3 ($step) cannot be 0
115 range(): Argument #3 ($step) must be a finite number, INF provided
116 range(): Argument #3 ($step) must be a finite number, INF provided
123 -- Testing ( (low < high) && (high-low < step) ) --
[all …]
H A Drange_inputs_float_basic.phpt16 echo "\nPassing int step\n";
21 echo "\nPassing float step\n";
67 Passing int step
99 Passing float step
H A Drange_inputs_int_basic.phpt16 echo "\nPassing int step\n";
21 echo "\nPassing float step\n";
83 Passing int step
115 Passing float step
H A Drange_inputs_string_numeric.phpt16 echo "\nPassing int step\n";
21 echo "\nPassing float step\n";
83 Passing int step
115 Passing float step
H A Drange_inputs_float_small_step_exhaustion.phpt17 The supplied range exceeds the maximum array size: start=0.0 end=100000000000.0 step=0.1
18 The supplied range exceeds the maximum array size: start=-%d end=%d step=1
H A Drange_inputs_string_variations.phpt2 Test range() function with unexpected string input variations or unusual step.
8 echo "int compatible float as step\n";
18 int compatible float as step
H A Drange_inputs_string_invalid.phpt19 echo "Fractional step cannot be used on character ranges\n";
20 var_dump( range("A", "H", 2.6) ); // Because step is fractional it tries to interpret inputs as flo…
78 Fractional step cannot be used on character ranges
80 Warning: range(): Argument #3 ($step) must be of type int when generating an array of characters, i…
H A Drange_inputs_int_with_float_step.phpt2 Test range() function with integer inputs and float step
H A Drange_inputs_string_digits_float_step.phpt2 Test range() function where boundary are string digits and step is a float
H A Drange_negative_step_decreasing_ranges.phpt2 range() allows $step parameter to be negative for decreasing ranges
H A Drange_bug70239_2.phpt12 The supplied range exceeds the maximum array size: start=0 end=%d step=1
H A Drange_bug70239_3.phpt12 The supplied range exceeds the maximum array size: start=-%d end=0 step=1
H A Drange_inputs_string_basic.phpt17 echo "\n-- Testing basic string with step --\n";
142 -- Testing basic string with step --
/php-src/ext/standard/tests/streams/
H A Dproc_open_bug51800_right2.phpt27 $step = 1024;
30 fwrite(STDOUT, substr($data0, $i0, $step));
31 fwrite(STDERR, substr($data1, $i1, $step));
32 $i0 += $step;
33 $i1 += $step;
/php-src/Zend/tests/generators/
H A Dxrange.phpt6 function xrange($start, $end, $step = 1) {
7 for ($i = $start; $i <= $end; $i += $step) {
/php-src/sapi/fpm/tests/
H A Dbug74083-concurrent-reload.phpt42 $step = 1000;
44 for ($interval = 0; $interval < $max_interval; $interval += $step) {
52 echo "Reached interval $interval us with $step us steps\n";
H A Dbug76601-reload-child-signals.phpt53 $step = 1000;
55 for ($interval = 0; $interval < $max_interval; $interval += $step) {
63 echo "Reached interval $interval us with $step us steps\n";
/php-src/ext/random/
H A Dengine_pcgoneseq128xslrr64.c30 static inline void step(php_random_status_state_pcgoneseq128xslrr64 *s) in step() function
41 step(s); in php_random_pcgoneseq128xslrr64_seed128()
43 step(s); in php_random_pcgoneseq128xslrr64_seed128()
50 step(s); in generate()
/php-src/sapi/cli/tests/
H A Dsapi_windows_set_ctrl_handler.phpt50 $max = 5000; $total = 0; $step = 100;
52 usleep($step);
53 $total += $step;
/php-src/ext/pdo_sqlite/
H A Dsqlite_driver.stub.php14 …public function sqliteCreateAggregate(string $name, callable $step, callable $finalize, int $numAr… argument
H A Dpdo_sqlite.stub.php37 callable $step, argument
H A Dsqlite_driver_arginfo.h13 ZEND_ARG_TYPE_INFO(0, step, IS_CALLABLE, 0)
/php-src/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createaggregate_002.phpt23 PDO::sqliteCreateAggregate(): Argument #2 ($step) must be a valid callback, function "a" not found …

Completed in 41 milliseconds

123