Home
last modified time | relevance | path

Searched refs:write (Results 151 – 175 of 532) sorted by relevance

12345678910>>...22

/PHP-7.4/ext/phar/tests/cache_list/
H A Dcopyonwrite22.phar.phpt2 Phar: copy-on-write test 22 [cache_list]
H A Dcopyonwrite24.phar.phpt2 Phar: copy-on-write test 24 [cache_list]
H A Dcopyonwrite25.phar.phpt2 Phar: copy-on-write test 25 [cache_list]
H A Dcopyonwrite23.phar.phpt2 Phar: copy-on-write test 23 [cache_list]
/PHP-7.4/Zend/tests/varSyntax/
H A DtempPropFetchByRefError.phpt11 Fatal error: Uncaught Error: Cannot use temporary expression in write context in %s:%d
/PHP-7.4/ext/xmlwriter/tests/
H A D002.phpt13 // Force to write and empty the buffer
H A DOO_002.phpt14 // Force to write and empty the buffer
/PHP-7.4/ext/gd/tests/
H A Dbug72512_0.phpt2 Bug #72512 gdImageTrueColorToPaletteBody allows arbitrary write/read access, var 0
H A Dbug72512_1.phpt2 Bug #72512 gdImageTrueColorToPaletteBody allows arbitrary write/read access, var 1
H A Dimagebmp_basic.phpt16 // write the md5 hash of its BMP representation
H A Dbug72482_2.phpt2 Bug 72482 (Ilegal write/read access caused by gdImageAALine overflow)
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_preserveWhiteSpace_basic.phpt2 DOMDocument::$preserveWhiteSpace - test ability to read and write property
/PHP-7.4/Zend/tests/
H A Dbug38146.phpt2 Bug #38146 (Cannot use array returned from foo::__get('bar') in write context)
H A Dbug46308.phpt2 Bug #46308 (Invalid write when changing property from inside getter)
/PHP-7.4/ext/standard/tests/file/
H A D007_variation15.phpt18 checking for the file creation, write & read operations,
32 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
33 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
H A D007_variation16.phpt18 checking for the file creation, write & read operations,
32 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
33 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
H A D007_variation23.phpt18 checking for the file creation, write & read operations,
32 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
33 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
H A D007_variation24.phpt18 checking for the file creation, write & read operations,
32 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
33 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
H A D007_variation7.phpt18 checking for the file creation, write & read operations,
32 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
33 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
H A Dbug41815.phpt2 Bug #41815 (Concurrent read/write fails when EOF is reached)
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dwrite.phar.inc3 $fname = dirname(__FILE__) . '/write.phar';
/PHP-7.4/ext/session/tests/
H A Dsession_set_save_handler_class_007.phpt35 public function write($id, $data) {
37 return parent::write($id, $data);
H A Dsession_set_save_handler_sid_002.phpt35 public function write($id, $data) {
59 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc…
/PHP-7.4/ext/standard/tests/strings/
H A Dbug36306.phpt6 /* as an example how to write crc32 tests
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_io.c202 bytes += write(sock, ptr + bytes, (p - ptr) - bytes);
216 bytes += write(sock, ptr + bytes, len - bytes);
218 bytes += write(sock, ptr, len);
235 return write(sock, ptr, len);

Completed in 29 milliseconds

12345678910>>...22