/php-src/ext/gd/tests/ |
H A D | xbm2png.phpt | 11 die("skip xbm read support unavailable");
|
H A D | xpm2jpg.phpt | 11 die("skip xpm read support unavailable");
|
H A D | xpm2png.phpt | 11 die("skip xpm read support unavailable");
|
H A D | gif2jpg.phpt | 11 die("skip gif read support unavailable");
|
H A D | bug74435.phpt | 2 Bug #74435 (Buffer over-read into uninitialized memory)
|
/php-src/ext/spl/tests/SplFileObject/ |
H A D | bug65545.phpt | 16 // read more data than is available
|
H A D | SplFileObject_next_variation002.phpt | 2 SPL: SplFileObject::next variation 002, read ahead
|
/php-src/ext/standard/tests/file/ |
H A D | bug27619.phpt | 10 Remainder will get sucked into the read buffer though. */
|
H A D | fgetcsv_variation14.phpt | 33 // 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 D | fgetcsv_variation20.phpt | 6 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 D | fgetcsv_variation13.phpt | 5 /* 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 D | write_property_strict.phpt | 26 Cannot write read-only property mysqli_driver::$client_info
|
H A D | write_property.phpt | 26 Cannot write read-only property mysqli_driver::$client_info
|
/php-src/Zend/tests/property_hooks/ |
H A D | bug008.phpt | 21 Fatal error: Uncaught Error: Property Foo::$bar is read-only in %s:%d
|
/php-src/ext/standard/libavifinfo/ |
H A D | avifinfo.c | 101 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 D | no-write-properties-cache-slot.phpt | 10 // Cache slots for the read and write are merged.
|
/php-src/ext/xmlreader/tests/ |
H A D | var_dump.phpt | 8 var_dump($reader->read());
|
H A D | 001.phpt | 15 while ($reader->read()) {
|
/php-src/ext/snmp/tests/ |
H A D | snmp-object-properties-error.phpt | 77 Cannot write read-only property SNMP::$info 78 Cannot write read-only property SNMP::$info
|
/php-src/ext/standard/tests/streams/ |
H A D | stream_get_meta_data_socket_variation2.phpt | 20 echo "\n\nSet a timeout on the client and attempt a read:\n"; 59 Set a timeout on the client and attempt a read:
|
/php-src/ext/session/tests/user_session_module/ |
H A D | session_set_save_handler_class_002.phpt | 30 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 D | shortarc.php | 121 $read = 8192; 123 $read = $L[1] - strlen($m); 125 $last = (binary)fread($fp, $read);
|
/php-src/sapi/fpm/ |
H A D | php-fpm.service.in | 20 # 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 D | badparameters.phpt | 239 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 D | bug76667.phpt | 28 Warning: Attempt to read property "1" on null in %s on line %d
|