Home
last modified time | relevance | path

Searched refs:read (Results 251 – 275 of 624) sorted by relevance

1...<<11121314151617181920>>...25

/php-src/ext/gd/tests/
H A Dxpm2jpg.phpt11 die("skip xpm read support unavailable");
H A Dxpm2png.phpt11 die("skip xpm read support unavailable");
H A Dgif2jpg.phpt11 die("skip gif read support unavailable");
H A Dbug74435.phpt2 Bug #74435 (Buffer over-read into uninitialized memory)
/php-src/ext/spl/tests/SplFileObject/
H A Dbug65545.phpt16 // read more data than is available
H A DSplFileObject_next_variation002.phpt2 SPL: SplFileObject::next variation 002, read ahead
/php-src/ext/standard/tests/file/
H A Dbug27619.phpt10 Remainder will get sucked into the read buffer though. */
H A Dfgetcsv_variation14.phpt33 // close the file if the mode to be used is read mode and re-open using read mode
47 // read the next line which is a blank line to see the working of fgetcsv
53 // read again to struck EOF
H A Dfgetcsv_variation20.phpt6 Testing fgetcsv() to read a line without any csv fields from a file
35 // close the file if the mode to be used is read mode and re-open using read mode
49 // read the line which is without csv fields, provide delimiter and see the working of fgetcsv
H A Dfgetcsv_variation13.phpt5 /* Testing fgetcsv() to read a line from a file which doesn't have any CSV field */
33 // close the file if the mode to be used is read mode and re-open using read mode
46 // read the line which is without csv fields, provide delimiter and see the working of fgetcsv
/php-src/ext/mysqli/tests/mysqli_driver/
H A Dwrite_property_strict.phpt26 Cannot write read-only property mysqli_driver::$client_info
H A Dwrite_property.phpt26 Cannot write read-only property mysqli_driver::$client_info
/php-src/Zend/tests/property_hooks/
H A Dbug008.phpt21 Fatal error: Uncaught Error: Property Foo::$bar is read-only in %s:%d
/php-src/ext/standard/libavifinfo/
H A Davifinfo.c101 read_stream_t read; // Used to fetch more bytes from the 'stream'. member
110 *data = stream->read(stream->stream, num_bytes); in AvifInfoInternalRead()
712 AvifInfoStatus AvifInfoIdentifyStream(void* stream, read_stream_t read, in AvifInfoIdentifyStream() argument
714 if (read == NULL) return kAvifInfoNotEnoughData; in AvifInfoIdentifyStream()
718 internal_stream.read = read; in AvifInfoIdentifyStream()
723 AvifInfoStatus AvifInfoGetFeaturesStream(void* stream, read_stream_t read, in AvifInfoGetFeaturesStream() argument
727 if (read == NULL) return kAvifInfoNotEnoughData; in AvifInfoGetFeaturesStream()
731 internal_stream.read = read; in AvifInfoGetFeaturesStream()
/php-src/Zend/tests/enum/
H A Dno-write-properties-cache-slot.phpt10 // Cache slots for the read and write are merged.
/php-src/ext/xmlreader/tests/
H A Dvar_dump.phpt8 var_dump($reader->read());
H A D001.phpt15 while ($reader->read()) {
/php-src/ext/snmp/tests/
H A Dsnmp-object-properties-error.phpt77 Cannot write read-only property SNMP::$info
78 Cannot write read-only property SNMP::$info
/php-src/ext/standard/tests/streams/
H A Dstream_get_meta_data_socket_variation2.phpt20 echo "\n\nSet a timeout on the client and attempt a read:\n";
59 Set a timeout on the client and attempt a read:
H A Dbug60455_04.phpt3 read with EOL indication
/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_class_002.phpt30 public function read($id): string|false {
55 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc…
/php-src/ext/phar/
H A Dshortarc.php121 $read = 8192;
123 $read = $L[1] - strlen($m);
125 $last = (binary)fread($fp, $read);
/php-src/sapi/fpm/
H A Dphp-fpm.service.in20 # Mounts the /usr, /boot, and /etc directories read-only for processes invoked by this unit.
34 # /proc/acpi, /proc/timer_stats, /proc/fs and /proc/irq will be made read-only to all processes
41 # made read-only to all processes of the unit. Except for container managers no services should
/php-src/ext/phar/tests/
H A Dbadparameters.phpt239 Cannot write out phar archive, phar is read-only
242 Cannot write out phar archive, phar is read-only
245 Cannot change stub, phar is read-only
251 Cannot set signature algorithm, phar is read-only
253 Cannot compress phar archive, phar is read-only
257 Cannot copy "a" to "b", phar is read-only
/php-src/Zend/tests/
H A Dbug76667.phpt28 Warning: Attempt to read property "1" on null in %s on line %d

Completed in 28 milliseconds

1...<<11121314151617181920>>...25