Home
last modified time | relevance | path

Searched refs:read (Results 276 – 300 of 604) sorted by relevance

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

/php-src/ext/date/tests/
H A Dbug67253.phpt2 Bug #67253 (timelib_meridian_with_check out-of-bounds read)
H A DDatePeriod_properties1.phpt2 DatePeriod: Test read only properties
/php-src/Zend/tests/
H A D026.phpt25 Warning: Attempt to read property "a" on null in %s on line %d
/php-src/ext/standard/tests/filters/
H A Dobject_init_failure.phpt10 var_dump(file_get_contents('php://filter/read=sample.filter/resource='. __FILE__));
H A Dobject_init_failure_2.phpt10 include 'php://filter/read=sample.filter/resource='. __FILE__;
/php-src/ext/session/tests/user_session_module/
H A Dbug61728.phpt20 function read ($id): string {
H A Dbug31454.phpt12 array(&$arf, 'read'),
/php-src/ext/opcache/tests/jit/
H A Dfetch_obj_008.phpt29 Warning: Attempt to read property "prop" on string in %sfetch_obj_008.php on line 10
/php-src/ext/zlib/tests/
H A Dzlib_scheme_copy_variation1.phpt18 // can only read uncompressed data
/php-src/tests/basic/
H A Dbug80384.phpt5 /* First, create a file to read */
/php-src/Zend/tests/varSyntax/
H A Dencapsed_string_deref.phpt25 Warning: Attempt to read property "prop" on string in %s on line %d
/php-src/ext/standard/tests/streams/
H A Dbug60455_01.phpt6 //It's critical the read on the stream returns the input but doesn't set EOF
H A Dbug67626.phpt14 return 'read';
H A Dstream_get_meta_data_socket_variation1.phpt30 echo "\n\nClose the server side socket and read the remaining data from the client:\n";
103 Close the server side socket and read the remaining data from the client:
/php-src/ext/dom/tests/delayed_freeing/
H A Dwithout_contructor.phpt10 // Property read test
H A Ddom_character_data.phpt21 Warning: Attempt to read property "tagName" on null in %s on line %d
/php-src/.github/workflows/
H A Dremove-needs-feedback.yml9 contents: read
/php-src/ext/xmlreader/tests/
H A D003-get-errors.phpt18 exit('XML could not be read');
22 while ($reader->read()) {
H A D003-move-errors.phpt18 exit('XML could not be read');
22 while ($reader->read()) {
H A D015.phpt18 exit('XML could not be read');
22 while ($reader->read()) {
/php-src/ext/standard/tests/file/
H A Dfopencookie.phpt22 public $data = "If you can read this, it worked";
91 If you can read this, it worked
H A Dis_readable_variation2.phpt20 echo "\n*** Testing is_readable() on directory without read permission ***\n";
73 *** Testing is_readable() on directory without read permission ***
H A Dunlink_variation1.phpt32 echo "-- Unlink file having default permission and its dir having read only permission --\n";
64 -- Unlink file having default permission and its dir having read only permission --
/php-src/ext/exif/tests/
H A Dbug77563.phpt2 Bug 77563 (Uninitialized read in exif_process_IFD_in_MAKERNOTE)
/php-src/sapi/fpm/tests/
H A Dfcgi.inc62 * @param int $numBytes Number of bytes to read.
66 public function read(int $numBytes): string;
174 public function read(int $numBytes): string
297 $read,
308 public function read(int $numBytes): string
522 * Set the read/write timeout
533 * Get the read timeout
535 * @return int number of milliseconds before read will timeout
671 if ($packet = $this->transport->read(self::HEADER_LEN)) {
681 while ($len && $buf = $this->transport->read($len)) {
[all …]

Completed in 24 milliseconds

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