Home
last modified time | relevance | path

Searched refs:read (Results 201 – 225 of 624) sorted by relevance

12345678910>>...25

/php-src/ext/standard/tests/serialize/
H A Dbug73825.phpt2 Bug #73825 Heap out of bounds read on unserialize in finish_nested_data()
/php-src/Zend/tests/property_hooks/
H A Dtype_compatibility.phpt2 Relaxed type compatibility for read-only and write-only properties
H A Dtype_compatibility_invalid.phpt2 Invalid type compatibility for read-only property
/php-src/ext/gd/tests/
H A Dbug72709.phpt2 Bug #72709 (imagesetstyle() causes OOB read for empty $styles)
/php-src/ext/spl/tests/SplFileObject/
H A Dfgetcsv_blank_file.phpt12 // read from file
/php-src/ext/dom/tests/
H A DDOMDocument_preserveWhiteSpace_basic.phpt2 DOMDocument::$preserveWhiteSpace - test ability to read and write property
/php-src/Zend/tests/
H A Dgh10014.phpt16 Warning: Attempt to read property "y" on array in %s on line %d
/php-src/ext/standard/tests/dir/
H A Ddir_variation4.phpt32 var_dump( $d->read() ); // with previous handle
35 var_dump( $e->read() ); // with current handle
/php-src/ext/standard/tests/streams/
H A Dstream_get_meta_data_socket_variation4.phpt26 echo "\n\nClose the server side socket and read the remaining data from the client:\n";
80 Close the server side socket and read the remaining data from the client:
/php-src/ext/standard/tests/file/
H A D007_variation17.phpt7 checking for the file creation, write & read operations,
23 var_dump( fread($file_handle, 100) ); //Check for read operation
H A D007_variation1.phpt7 checking for the file creation, write & read operations,
23 var_dump( fread($file_handle, 100) ); //Check for read operation
H A D007_variation9.phpt7 checking for the file creation, write & read operations,
23 var_dump( fread($file_handle, 100) ); //Check for read operation
H A Dfread_variation1.phpt2 Test fread() function : usage variations - read some/all chars, read/write modes
14 bytes are read.
16 $read_size : No. of bytes to be read.
18 Returns: returns the data read
21 // print file pointer position before read
25 // read the data of size $read_size
29 // check if data read is of expected size
35 // file pointer position after read
75 // read from file, by giving the file actual size,
77 // calculate the hash and dump it, if data read, expecting here no data was read
[all …]
/php-src/ext/xmlreader/tests/
H A D015-get-errors.phpt18 exit('XML could not be read');
22 while ($reader->read()) {
H A Dbug73053.phpt17 while($xml->read());
/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_sid_001.phpt27 public function read($id): string|false {
56 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc…
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_002.phpt2 Test typed properties error condition (read uninitialized)
/php-src/ext/phar/tests/
H A Dphar_buildfromiterator1.phpt22 Cannot write out phar archive, phar is read-only
H A Dbug72928.phpt17 phar error: signature cannot be read in zip-based phar "%sbug72928.zip"
H A Dbug73035.phpt17 phar error: tar-based phar "%sbug73035.tar" signature cannot be read
/php-src/ext/standard/tests/strings/
H A Dbug67252.phpt2 Bug #67252 (convert_uudecode out-of-bounds read)
/php-src/ext/zend_test/
H A Dobject_handlers.stub.php27 public bool $read = false; variable in DimensionHandlersNoArrayAccess
/php-src/ext/fileinfo/
H A Dphp_libmagic.h43 #define FINFO_READ_FUNC read
/php-src/ext/dom/tests/modern/spec/
H A DElement_prefix_readonly.phpt2 Ensure that Dom\Node::$prefix is read-only
/php-src/ext/bcmath/tests/number/
H A Dproperties_read.phpt2 BcMath\Number properties read

Completed in 24 milliseconds

12345678910>>...25