Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...24

/php-src/ext/standard/tests/file/
H A Dbug27619.phpt10 Remainder will get sucked into the read buffer though. */
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
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 Dfread_variation3-win32-mb.phpt2 Test fread() function : usage variations - read beyond file size, read/write mode
16 bytes are read.
18 $read_size : No. of bytes to be read.
20 Returns: returns the data read
23 // print file pointer position before read
27 // read the data of size $read_size
31 // check if data read is of expected size
35 echo "Error reading file, total number of bytes read = ".strlen($data_from_file)."\n";
37 // file pointer position after read
78 // read file by giving size more than its size
H A Dfread_variation3-win32.phpt2 Test fread() function : usage variations - read beyond file size, read/write mode
16 bytes are read.
18 $read_size : No. of bytes to be read.
20 Returns: returns the data read
23 // print file pointer position before read
27 // read the data of size $read_size
31 // check if data read is of expected size
35 echo "Error reading file, total number of bytes read = ".strlen($data_from_file)."\n";
37 // file pointer position after read
78 // read file by giving size more than its size
H A Dfread_variation3.phpt2 Test fread() function : usage variations - read beyond file size, read/write mode
16 bytes are read.
18 $read_size : No. of bytes to be read.
20 Returns: returns the data read
23 // print file pointer position before read
27 // read the data of size $read_size
31 // check if data read is of expected size
35 echo "Error reading file, total number of bytes read = ".strlen($data_from_file)."\n";
37 // file pointer position after read
78 // read file by giving size more than its size
/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/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/spl/tests/SplFileObject/
H A DSplFileObject_next_variation002.phpt2 SPL: SplFileObject::next variation 002, read ahead
/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/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/ext/gd/tests/
H A Dbug74435.phpt2 Bug #74435 (Buffer over-read into uninitialized memory)
H A Dbug77973.phpt2 Bug #77973 (Uninitialized read in gdImageCreateFromXbm)
/php-src/Zend/tests/
H A Dbug76667.phpt28 Warning: Attempt to read property "1" on null in %s on line %d
/php-src/ext/exif/tests/
H A Dtag_with_illegal_zero_components.phpt2 OSS-Fuzz #17163: Out-of-bounds read due to tag with zero components
/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_type_error.phpt53 Warning: session_start(): Failed to read session data: user (%s) in %s on line %d
62 Warning: session_start(): Failed to read session data: user (%s) in %s on line %d
/php-src/ext/xmlreader/tests/
H A D005.phpt30 while ($reader->read());
/php-src/ext/dba/tests/
H A Dskipif.inc8 … $handlers = array_diff($handlers, array('cdb', 'cdb_make')); /* these can only read OR write */
/php-src/ext/date/tests/
H A Dbug67253.phpt2 Bug #67253 (timelib_meridian_with_check out-of-bounds read)

Completed in 44 milliseconds

1...<<11121314151617181920>>...24