Home
last modified time | relevance | path

Searched refs:advance (Results 1 – 14 of 14) sorted by relevance

/php-src/ext/random/
H A Dengine_pcgoneseq128xslrr64.c117 …m_pcgoneseq128xslrr64_advance(php_random_status_state_pcgoneseq128xslrr64 *state, uint64_t advance) in php_random_pcgoneseq128xslrr64_advance() argument
125 while (advance > 0) { in php_random_pcgoneseq128xslrr64_advance()
126 if (advance & 1) { in php_random_pcgoneseq128xslrr64_advance()
132 advance /= 2; in php_random_pcgoneseq128xslrr64_advance()
193 zend_long advance = 0; in PHP_METHOD() local
196 Z_PARAM_LONG(advance); in PHP_METHOD()
199 if (UNEXPECTED(advance < 0)) { in PHP_METHOD()
204 php_random_pcgoneseq128xslrr64_advance(state, advance); in PHP_METHOD()
H A Drandom.stub.php68 public function jump(int $advance): void {} argument
H A Dphp_random.h187 …_pcgoneseq128xslrr64_advance(php_random_status_state_pcgoneseq128xslrr64 *state, uint64_t advance);
H A Drandom_arginfo.h59 ZEND_ARG_TYPE_INFO(0, advance, IS_LONG, 0)
/php-src/ext/random/tests/02_engine/
H A Dpcgoneseq128xslrr64_jump_error.phpt27 Random\Engine\PcgOneseq128XslRr64::jump(): Argument #1 ($advance) must be greater than or equal to 0
/php-src/ext/spl/tests/
H A DSplDoublyLinkedList_consistent_iterator_mode.phpt12 it would advance to the next item in a 'foreach' loop
/php-src/ext/date/tests/
H A DDatePeriod_no_advance_on_valid.phpt2 Date Period iterators do not advance on valid()
/php-src/sapi/fpm/tests/
H A Dbug74083-concurrent-reload.phpt40 since performance of test instance is not known in advance */
H A Dbug76601-reload-child-signals.phpt51 since performance of test instance is not known in advance */
/php-src/ext/gd/libgd/
H A Dgdft.c1194 pen.x += image->advance.x >> 10;
1195 pen.y -= image->advance.y >> 10;
/php-src/ext/standard/
H A Dhtml.c60 #define MB_FAILURE(pos, advance) do { \ argument
61 *cursor = pos + (advance); \
/php-src/docs/
H A Drelease-process.md942 times, as needed, but we will always advance the `Expires` timestamp on a
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます32430 # advance the file cursor by this amount past the end of the length
32579 # Parse the length, check the packet's body and finally advance to the
H A Dmagic32430 # advance the file cursor by this amount past the end of the length
32579 # Parse the length, check the packet's body and finally advance to the

Completed in 178 milliseconds