Home
last modified time | relevance | path

Searched refs:position (Results 251 – 275 of 318) sorted by last modified time

1...<<111213

/PHP-7.4/ext/standard/tests/array/
H A Dbug21998.phpt2 Bug #21998 (array_pop() does not reset the current array position)
H A Darray_key_exists_variation7.phpt2 Test array_key_exists() function : usage variations - position of internal array pointer
12 * Check the position of the internal array pointer after calling array_key_exists()
H A Darray_merge_variation10.phpt2 Test array_merge() function : usage variations - position of internal array pointer
11 * Check the position of the internal array pointer after calling array_merge().
H A Darray_push_variation5.phpt2 Test array_push() function : usage variations - position of internal array pointer
11 * Check the position of the internal array pointer after calling array_push()
H A Darray_shift_variation7.phpt2 Test array_shift() function : usage variations - position of internal pointer
H A Darray_slice_variation10.phpt2 Test array_slice() function : usage variations - position of internal array pointer
11 * Check position of internal array pointer after calling array_slice()
H A Darray_change_key_case_variation5.phpt2 Test array_change_key_case() function : usage variations - position of internal pointer
11 * Check the position of the internal array pointer after calling the function
/PHP-7.4/ext/sqlite3/tests/
H A Dstream_test.inc5 private $position;
11 $this->position = 0;
17 $ret = substr(self::$string, $this->position, $count);
18 $this->position += strlen($ret);
34 return $this->position;
39 return ($this->position >= self::$string_length);
/PHP-7.4/ext/spl/tests/
H A Dbug45614.phpt32 echo "\n--> Invalidate current position and show the first two items:\n";
51 --> Invalidate current position and show the first two items:
H A Dbug70561.phpt22 Seek position %d is out of range
H A DSplFileObject_fflush_basic_001.phpt16 var $position;
H A DSplFileObject_fputcsv_variation1.phpt51 // check the file pointer position and eof
H A DSplFileObject_fputcsv_variation10.phpt44 // check the file pointer position and eof
H A DSplFileObject_fputcsv_variation11.phpt51 // check the file pointer position and eof
H A DSplFileObject_fputcsv_variation12.phpt52 // check the file pointer position and eof
H A DSplFileObject_fputcsv_variation5.phpt51 // check the file pointer position and eof
H A DSplFileObject_fputcsv_variation6.phpt54 // check the file pointer position and eof
H A DSplFileObject_fputcsv_variation7.phpt54 // check the file pointer position and eof
H A DSplFileObject_fputcsv_variation8.phpt54 // check the file pointer position and eof
H A DSplFileObject_ftruncate_error_001.phpt8 var $position;
/PHP-7.4/ext/snmp/tests/
H A Dbug64124.phpt19 # Should be checked with IPv6 since IPv4 processing code do not alter pointer position
/PHP-7.4/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc38 * @var int Current position in the writer
/PHP-7.4/ext/phar/
H A Dphar_internal.h449 zend_off_t position; member
549 int phar_seek_efp(phar_entry_info *entry, zend_off_t offset, int whence, zend_off_t position, int f…
H A Dstream.c382 php_stream_seek(data->fp, data->position + data->zero, SEEK_SET); in phar_stream_read()
384 …hp_stream_read(data->fp, buf, MIN(count, (size_t)(entry->uncompressed_filesize - data->position))); in phar_stream_read()
385 data->position = php_stream_tell(data->fp) - data->zero; in phar_stream_read()
386 stream->eof = (data->position == (zend_off_t) entry->uncompressed_filesize); in phar_stream_read()
413 temp = data->zero + data->position + offset; in phar_stream_seek()
431 data->position = *newoffset; in phar_stream_seek()
443 php_stream_seek(data->fp, data->position, SEEK_SET); in phar_stream_write()
448 data->position = php_stream_tell(data->fp); in phar_stream_write()
449 if (data->position > (zend_off_t)data->internal_file->uncompressed_filesize) { in phar_stream_write()
450 data->internal_file->uncompressed_filesize = data->position; in phar_stream_write()
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_server.phpt25 echo "Found 'Oracle' at position $pos as expected\n";
39 Found 'Oracle' at position 0 as expected

Completed in 45 milliseconds

1...<<111213