Home
last modified time | relevance | path

Searched refs:step (Results 51 – 61 of 61) sorted by last modified time

123

/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/sqlite3/
H A Dphp_sqlite3_structs.h51 zend_fcall_info_cache step; member
/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/pdo_sqlite/
H A Dsqlite_driver.stub.php14 …public function sqliteCreateAggregate(string $name, callable $step, callable $finalize, int $numAr… argument
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.h35 PHPDBG_COMMAND(step);
/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 …
/php-src/ext/mbstring/libmbfl/
H A DLICENSE48 We protect your rights with a two-step method: (1) we copyright the
/php-src/ext/ldap/tests/
H A DREADME.md57 The next step is to go into the PHP-Source-directory. Configure and make the
/php-src/ext/bcmath/libbcmath/
H A DLICENSE49 We protect your rights with a two-step method: (1) we copyright the
/php-src/Zend/tests/generators/
H A Dxrange.phpt6 function xrange($start, $end, $step = 1) {
7 for ($i = $start; $i <= $end; $i += $step) {

Completed in 24 milliseconds

123