/php-src/ext/exif/tests/bug72819/ |
H A D | bug72819.phpt | 2 Bug #72819 (EXIF thumbnails not read anymore)
|
/php-src/ext/dom/tests/ |
H A D | DOMAttr_name_basic_001.phpt | 2 DOMAttr read $name property.
|
/php-src/ext/session/tests/user_session_module/ |
H A D | bug67972.phpt | 2 Bug #67972: SessionHandler Invalid memory read create_sid()
|
H A D | session_set_save_handler_class_013.phpt | 22 public function read($key): string|false { 25 return parent::read($key);
|
H A D | save_handler.inc | 13 * Session data lock is mandatory. Lock must be exclusive. i.e. Block read also. 49 function read($id) { 53 // read() would be the best place for locking for most save handlers. 59 // read MUST create file. Otherwise, strict mode will not work 62 // MUST return STRING for successful read(). 72 // NOTE: This function may unlock session data locked by read(). If write() is
|
/php-src/ext/xmlreader/tests/ |
H A D | 008.phpt | 33 while($reader->read()); 61 while($reader->read());
|
H A D | readString_basic.phpt | 12 $reader->read();
|
/php-src/ext/readline/tests/ |
H A D | bug69054.phpt | 2 Bug #69054 (Null dereference in readline_(read|write)_history() without parameters)
|
/php-src/ext/standard/tests/strings/ |
H A D | parse_str_memory_error.phpt | 2 parse_str() should not read uninitialized memory when checking for $this
|
/php-src/.github/workflows/ |
H A D | labeler.yml | 6 contents: read
|
/php-src/ext/zip/examples/ |
H A D | odt.php | 7 while ($reader->read()) {
|
/php-src/ext/standard/tests/file/ |
H A D | fgetc_variation1.phpt | 2 Test fgetc() function : usage variations - read when file pointer at EOF 15 // loop to check the file opened in different read modes 32 var_dump( fgetc($file_handle) ); // try n read a char, none expected
|
H A D | 007_variation15.phpt | 16 checking for the file creation, write & read operations, 33 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false 34 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
|
H A D | 007_variation16.phpt | 7 checking for the file creation, write & read operations, 24 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of the… 25 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
|
H A D | 007_variation23.phpt | 7 checking for the file creation, write & read operations, 24 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false 25 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
|
H A D | 007_variation24.phpt | 7 checking for the file creation, write & read operations, 24 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of the… 25 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
|
H A D | 007_variation7.phpt | 7 checking for the file creation, write & read operations, 24 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false 25 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
|
/php-src/ext/iconv/tests/ |
H A D | bug78069.phpt | 2 Bug #78069 (Out-of-bounds read in iconv.c:_php_iconv_mime_decode() due to integer overflow)
|
/php-src/ext/gd/tests/ |
H A D | bug72482.phpt | 2 Bug #72482 (Ilegal write/read access caused by gdImageAALine overflow)
|
/php-src/Zend/tests/ |
H A D | gh9136.phpt | 10 Warning: Attempt to read property "foo" on string in %s on line %d
|
/php-src/ext/phar/ |
H A D | tar.c | 166 size_t save = php_stream_tell(fp), read; in phar_tar_process_metadata() local 209 size_t pos = 0, read, totalsize; in phar_parse_tarfile() local 225 if (read != sizeof(buf)) { in phar_parse_tarfile() 298 read = php_stream_read(fp, buf, size); in phar_parse_tarfile() 299 if (read != size || read <= 8) { in phar_parse_tarfile() 341 if (read != sizeof(buf)) { in phar_parse_tarfile() 381 if (read != entry.filename_len) { in phar_parse_tarfile() 409 if (read != sizeof(buf)) { in phar_parse_tarfile() 543 read = php_stream_read(fp, buf, size); in phar_parse_tarfile() 545 if (read == size) { in phar_parse_tarfile() [all …]
|
/php-src/ext/sockets/tests/ |
H A D | mcast_helpers.php.inc | 6 die("Socket read timeout hit. Can be a bug, a test bug, or a firewall issue.");
|
/php-src/ext/exif/tests/ |
H A D | bug72603.phpt | 2 Bug #72603 (Out of bound read in exif_process_IFD_in_MAKERNOTE)
|
/php-src/Zend/tests/nullsafe_operator/ |
H A D | 015.phpt | 12 Warning: Attempt to read property "y" on null in %s on line 3
|
/php-src/ext/session/tests/ |
H A D | bug74936.phpt | 2 Bug #74936 session_cache_expire() triggers a warning in read mode.
|