/php-src/ext/xmlreader/tests/ |
H A D | bug73053.phpt | 17 while($xml->read());
|
H A D | bug70309.phpt | 2 XMLReader: Bug #70309 XmlReader read generates extra output 42 while (@$doc->read() !== false);
|
H A D | bug42139.phpt | 19 while ( $reader->read() ) {
|
/php-src/Zend/tests/varSyntax/ |
H A D | magic_const_deref.phpt | 22 Warning: Attempt to read property "prop" on string in %s on line %d
|
/php-src/ext/standard/tests/file/ |
H A D | bug41815.phpt | 2 Bug #41815 (Concurrent read/write fails when EOF is reached)
|
H A D | fscanf_variation52.phpt | 10 echo "*** Test fscanf(): to read an empty file ***\n"; 17 // various read modes 62 *** Test fscanf(): to read an empty file ***
|
H A D | 007_variation12-win32.phpt | 12 checking for the file creation, write & read operations, 32 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file 33 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
|
H A D | 007_variation12.phpt | 12 checking for the file creation, write & read operations, 32 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file 33 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
|
H A D | 007_variation19.phpt | 7 checking for the file creation, write & read operations, 27 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false 28 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
|
H A D | 007_variation3.phpt | 7 checking for the file creation, write & read operations, 27 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false 28 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
|
H A D | 007_variation11-win32-mb.phpt | 12 checking for the file creation, write & read operations, 32 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false 33 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
|
H A D | 007_variation11-win32.phpt | 12 checking for the file creation, write & read operations, 32 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false 33 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
|
H A D | 007_variation11.phpt | 12 checking for the file creation, write & read operations, 32 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false 33 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
|
H A D | 007_variation20.phpt | 7 checking for the file creation, write & read operations, 27 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file 28 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
|
H A D | bug43008.phpt | 10 . "php://filter/read="
|
/php-src/Zend/tests/property_hooks/ |
H A D | bug001.phpt | 30 Property C::$x is read-only
|
/php-src/ext/gd/libgd/ |
H A D | gd_webp.c | 50 unsigned char *read, *temp; in gdImageCreateFromWebpCtx() local 55 read = temp + size; in gdImageCreateFromWebpCtx() 64 n = gdGetBuf(read, GD_WEBP_ALLOC_STEP, infile); in gdImageCreateFromWebpCtx()
|
/php-src/ext/exif/tests/bug72735/ |
H A D | bug72735.phpt | 2 Bug #72735 (Samsung picture thumb not read (zero size))
|
/php-src/ext/gd/tests/ |
H A D | bug72482_2.phpt | 2 Bug 72482 (Ilegal write/read access caused by gdImageAALine overflow)
|
H A D | gif2png.phpt | 11 die("skip gif read support unavailable");
|
/php-src/ext/standard/tests/dir/ |
H A D | dir_variation4-win32-mb.phpt | 38 var_dump( $d->read() ); // with previous handle 41 var_dump( $e->read() ); // with current handle
|
/php-src/ext/session/tests/user_session_module/ |
H A D | session_set_save_handler_iface_001.phpt | 27 public function read($id): string|false { 51 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc…
|
H A D | session_set_save_handler_variation4.phpt | 28 session_set_save_handler("open", "close", "read", "write", "destroy", "noisy_gc"); 38 session_set_save_handler("open", "close", "read", "write", "destroy", "noisy_gc");
|
/php-src/ext/date/tests/ |
H A D | bug67251.phpt | 2 Bug #67251 (date_parse_from_format out-of-bounds read)
|
/php-src/ext/bz2/tests/ |
H A D | 002.phpt | 88 Warning: bzopen(): Cannot read from a stream opened in write only mode in %s on line %d 99 Warning: bzopen(): cannot write to a stream opened in read only mode in %s on line %d 102 Warning: bzopen(): Cannot read from a stream opened in write only mode in %s on line %d 129 Warning: bzopen(): Cannot read from a stream opened in write only mode in %s on line %d
|