Home
last modified time | relevance | path

Searched refs:read (Results 151 – 175 of 624) sorted by relevance

12345678910>>...25

/php-src/ext/dom/tests/
H A DDOMAttr_name_basic_001.phpt2 DOMAttr read $name property.
/php-src/ext/session/tests/user_session_module/
H A Dbug67972.phpt2 Bug #67972: SessionHandler Invalid memory read create_sid()
H A Dsession_set_save_handler_class_013.phpt22 public function read($key): string|false {
25 return parent::read($key);
H A Dsave_handler.inc13 * 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 D008.phpt33 while($reader->read());
61 while($reader->read());
H A DreadString_basic.phpt12 $reader->read();
/php-src/ext/readline/tests/
H A Dbug69054.phpt2 Bug #69054 (Null dereference in readline_(read|write)_history() without parameters)
/php-src/ext/standard/tests/strings/
H A Dparse_str_memory_error.phpt2 parse_str() should not read uninitialized memory when checking for $this
/php-src/.github/workflows/
H A Dlabeler.yml6 contents: read
/php-src/ext/zip/examples/
H A Dodt.php7 while ($reader->read()) {
/php-src/ext/standard/tests/file/
H A Dfgetc_variation1.phpt2 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 D007_variation15.phpt16 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 D007_variation16.phpt7 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 D007_variation23.phpt7 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 D007_variation24.phpt7 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 D007_variation7.phpt7 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 Dbug78069.phpt2 Bug #78069 (Out-of-bounds read in iconv.c:_php_iconv_mime_decode() due to integer overflow)
/php-src/ext/gd/tests/
H A Dbug72482.phpt2 Bug #72482 (Ilegal write/read access caused by gdImageAALine overflow)
/php-src/Zend/tests/
H A Dgh9136.phpt10 Warning: Attempt to read property "foo" on string in %s on line %d
H A Dgh9136_2.phpt10 Warning: Attempt to read property "foo" on string in %s on line %d
/php-src/ext/phar/
H A Dtar.c166 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 Dmcast_helpers.php.inc6 die("Socket read timeout hit. Can be a bug, a test bug, or a firewall issue.");
/php-src/ext/exif/tests/
H A Dbug72603.phpt2 Bug #72603 (Out of bound read in exif_process_IFD_in_MAKERNOTE)
/php-src/Zend/tests/nullsafe_operator/
H A D015.phpt12 Warning: Attempt to read property "y" on null in %s on line 3
/php-src/ext/session/tests/
H A Dbug74936.phpt2 Bug #74936 session_cache_expire() triggers a warning in read mode.

Completed in 23 milliseconds

12345678910>>...25