Home
last modified time | relevance | path

Searched refs:read (Results 226 – 250 of 624) sorted by relevance

12345678910>>...25

/php-src/Zend/tests/varSyntax/
H A Dmagic_const_deref.phpt22 Warning: Attempt to read property "prop" on string in %s on line %d
/php-src/ext/standard/tests/file/
H A Dbug41815.phpt2 Bug #41815 (Concurrent read/write fails when EOF is reached)
H A Dfscanf_variation52.phpt10 echo "*** Test fscanf(): to read an empty file ***\n";
17 // various read modes
62 *** Test fscanf(): to read an empty file ***
H A D007_variation12-win32.phpt12 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 D007_variation12.phpt12 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 D007_variation19.phpt7 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 D007_variation3.phpt7 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 D007_variation11-win32-mb.phpt12 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 D007_variation11-win32.phpt12 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 D007_variation11.phpt12 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 D007_variation20.phpt7 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 Dbug43008.phpt10 . "php://filter/read="
/php-src/Zend/tests/property_hooks/
H A Dbug001.phpt30 Property C::$x is read-only
/php-src/ext/gd/libgd/
H A Dgd_webp.c50 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 Dbug72735.phpt2 Bug #72735 (Samsung picture thumb not read (zero size))
/php-src/ext/gd/tests/
H A Dbug72482_2.phpt2 Bug 72482 (Ilegal write/read access caused by gdImageAALine overflow)
H A Dgif2png.phpt11 die("skip gif read support unavailable");
H A Dxbm2png.phpt11 die("skip xbm read support unavailable");
/php-src/ext/xmlreader/tests/
H A Dbug70309.phpt2 XMLReader: Bug #70309 XmlReader read generates extra output
42 while (@$doc->read() !== false);
H A Dbug42139.phpt19 while ( $reader->read() ) {
/php-src/ext/standard/tests/dir/
H A Ddir_variation4-win32-mb.phpt38 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 Dsession_set_save_handler_iface_001.phpt27 public function read($id): string|false {
51 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc…
H A Dsession_set_save_handler_variation4.phpt28 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 Dbug67251.phpt2 Bug #67251 (date_parse_from_format out-of-bounds read)
/php-src/ext/bz2/tests/
H A D002.phpt88 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

Completed in 26 milliseconds

12345678910>>...25