Home
last modified time | relevance | path

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

12345678910

/PHP-8.1/Zend/tests/
H A Dbug54043.phpt19 string(80) "Failed to parse time string (9999-11-33) at position 9 (3): Unexpected character"
H A D020.phpt29 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
/PHP-8.1/ext/standard/tests/array/
H A Dbug21998.phpt2 Bug #21998 (array_pop() does not reset the current array position)
H A Darray_shift_variation7.phpt2 Test array_shift() function : usage variations - position of internal pointer
/PHP-8.1/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-8.1/ext/spl/tests/
H A Dbug70561.phpt22 Seek position %d is out of range
H A DSplFileObject_ftruncate_error_001.phpt8 var $position;
H A DSplFileObject_fflush_basic_001.phpt16 var $position;
/PHP-8.1/sapi/fpm/tests/
H A Dlogreader.inc319 private int $position;
329 $this->position = 0;
348 while ($this->position >= count($this->lines)) {
355 if ($this->position < count($lines)) {
369 return $this->lines[$this->position++];
379 return array_slice($this->lines, 0, $this->position);
/PHP-8.1/ext/date/tests/
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…
H A Dbug45866.phpt23 Warning: DateTime::modify(): Failed to parse time string (£61538461538 day) at position 0 (%s): Une…
/PHP-8.1/Zend/tests/type_declarations/variance/
H A Dparent_in_class_failure2.phpt6 // Illegal: B4::parent == A4 is subclass of A4::parent == P4 in contravariant position
H A Dparent_in_class_success.phpt15 // Legal: B3::parent == A3 is subclass of A3::parent == P3 in covariant position
/PHP-8.1/ext/standard/tests/file/
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…
H A D007_variation21.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_variation5.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_variation13-win32.phpt13 checking for the file pointer position,
30 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation13.phpt13 checking for the file pointer position,
30 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
/PHP-8.1/ext/mbstring/tests/
H A Dbug72693.phpt2 Bug #72693 (mb_ereg_search increments search position when a match zero-width)
/PHP-8.1/ext/intl/tests/
H A Dformatter_parse.phpt25 // Test specifying non-zero parsing start position.
/PHP-8.1/ext/xmlreader/tests/
H A D003-move-errors.phpt40 // Ensure that node pointer has not changed position
47 // Ensure that node pointer has not changed position
/PHP-8.1/ext/standard/tests/strings/
H A Dbug69751.phpt2 Bug #69751: Change Error message of sprintf/printf for missing/typo position specifier.

Completed in 48 milliseconds

12345678910