Home
last modified time | relevance | path

Searched refs:position (Results 76 – 100 of 281) sorted by relevance

12345678910>>...12

/php-src/Zend/tests/
H A Dgh11244-002.phpt2 GH-11244: Modifying a copied by-ref iterated array resets the array position (not packed)
H A Dgh13178_1.phpt2 GH-13178: Packed to hash must reset iterator position
H A Dgh13178_2.phpt2 GH-13178: Unsetting last offset must floor iterator position
H A Dgh11244-003.phpt2 GH-11244: Modifying a copied by-ref iterated array resets the array position (not packed with holes)
H A Dbug54043.phpt19 string(80) "Failed to parse time string (9999-11-33) at position 9 (3): Unexpected character"
H A Dtemporary_cleaning_016.phpt2 Live ranges should be ordered according to "start" position
H A Dgh11244-005.phpt2 GH-11244: Modifying a copied by-ref iterated array resets the array position (multiple copies)
H A D020.phpt29 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
/php-src/ext/date/tests/
H A DDateInterval_createFromDateString_broken.phpt12 DateMalformedIntervalStringException: Unknown or bad format (foobar) at position 0 (f): The timezon…
H A DDateInterval_set_state_exception.phpt22 Error: Unknown or bad format (2023-01-16-foobar$*) at position 10 (-) while unserializing: Unexpect…
H A Ddate_interval_create_from_date_string_nullparam.phpt13 Warning: date_interval_create_from_date_string(): Unknown or bad format () at position 0 ( ): Empty…
/php-src/ext/standard/tests/file/
H A D007_variation17.phpt8 checking for the file pointer position,
22 var_dump( ftell($file_handle) ); //Initial position of file pointer
H A D007_variation1.phpt8 checking for the file pointer position,
22 var_dump( ftell($file_handle) ); //Initial position of file pointer
H A D007_variation9.phpt8 checking for the file pointer position,
22 var_dump( ftell($file_handle) ); //Initial position of file pointer
H A D007_variation14.phpt8 checking for the file pointer position,
25 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation22.phpt8 checking for the file pointer position,
25 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation6.phpt8 checking for the file pointer position,
25 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
/php-src/ext/mbstring/tests/
H A Dbug72694.phpt2 Bug #72694 (mb_ereg_search_setpos does not accept a string's last position)
/php-src/ext/standard/tests/filters/
H A Dbug81302.phpt2 Bug #81302 (Stream position after stream filter removed)
/php-src/ext/standard/tests/array/
H A Dbug21998.phpt2 Bug #21998 (array_pop() does not reset the current array position)
/php-src/ext/standard/tests/streams/
H A Dbug81346.phpt2 Bug #81346 (Non-seekable streams don't update position after write)
H A Dbug48309.phpt2 Bug #48309 (stream_copy_to_stream() and fpasstru() do not update stream position)
/php-src/ext/spl/tests/
H A Dbug70561.phpt22 Seek position %d is out of range
/php-src/sapi/fpm/tests/
H A Dlogreader.inc322 private int $position;
332 $this->position = 0;
351 while ($this->position >= count($this->lines)) {
358 if ($this->position < count($lines)) {
372 return $this->lines[$this->position++];
382 return array_slice($this->lines, 0, $this->position);
/php-src/sapi/phpdbg/
H A Dphpdbg_frame.c248 HashPosition position; in phpdbg_dump_backtrace() local
276 zend_hash_internal_pointer_reset_ex(Z_ARRVAL(zbacktrace), &position); in phpdbg_dump_backtrace()
279 while ((tmp = zend_hash_get_current_data_ex(Z_ARRVAL(zbacktrace), &position))) { in phpdbg_dump_backtrace()
295 zend_hash_move_forward_ex(Z_ARRVAL(zbacktrace), &position); in phpdbg_dump_backtrace()

Completed in 48 milliseconds

12345678910>>...12