Home
last modified time | relevance | path

Searched refs:write (Results 126 – 150 of 490) sorted by relevance

12345678910>>...20

/PHP-5.5/ext/phar/tests/cache_list/
H A Dcopyonwrite13.phar.phpt2 Phar: copy-on-write test 13 [cache_list]
H A Dcopyonwrite24.phar.phpt2 Phar: copy-on-write test 24 [cache_list]
H A Dcopyonwrite14.phar.phpt2 Phar: copy-on-write test 14 [cache_list]
H A Dcopyonwrite21.phar.phpt2 Phar: copy-on-write test 21 [cache_list]
H A Dcopyonwrite22.phar.phpt2 Phar: copy-on-write test 22 [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-5.5/ext/standard/tests/file/
H A D007_variation11-win32.phpt23 checking for the file creation, write & read operations,
40 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
41 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
H A D007_variation19.phpt18 checking for the file creation, write & read operations,
35 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
36 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
H A D007_variation3.phpt18 checking for the file creation, write & read operations,
35 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
36 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
H A D007_variation4.phpt18 checking for the file creation, write & read operations,
35 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
36 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
H A D007_variation1.phpt18 checking for the file creation, write & read operations,
35 var_dump( fwrite($file_handle, $string) ); //Check for write operation; fails; expected: 0 bytes
H A D007_variation17.phpt18 checking for the file creation, write & read operations,
35 var_dump( fwrite($file_handle, $string) ); //Check for write operation; fails; expected: 0 bytes
H A D007_variation9.phpt18 checking for the file creation, write & read operations,
35 var_dump( fwrite($file_handle, $string) ); //Check for write operation; fails; expected: 0 bytes
H A Dbug41815.phpt2 Bug #41815 (Concurrent read/write fails when EOF is reached)
/PHP-5.5/Zend/tests/
H A Dbug38146.phpt2 Bug #38146 (Cannot use array returned from foo::__get('bar') in write context)
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dwrite.phar.inc3 $fname = dirname(__FILE__) . '/write.phar';
/PHP-5.5/ext/xmlwriter/tests/
H A D002.phpt15 // Force to write and empty the buffer
H A DOO_002.phpt15 // Force to write and empty the buffer
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_preserveWhiteSpace_basic.phpt2 DOMDocument::$preserveWhiteSpace - test ability to read and write property
/PHP-5.5/ext/session/tests/
H A Dsession_set_save_handler_iface_001.phpt40 public function write($id, $data) {
60 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc…
H A Dsession_set_save_handler_class_002.phpt40 public function write($id, $data) {
60 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc…
/PHP-5.5/sapi/fpm/fpm/events/
H A Ddevpoll.c211 if (write(dpfd, &pollfd, sizeof(struct pollfd)) != sizeof(struct pollfd)) { in fpm_event_devpoll_add()
236 if (write(dpfd, &pollfd, sizeof(struct pollfd)) != sizeof(struct pollfd)) { in fpm_event_devpoll_remove()
/PHP-5.5/ext/bz2/tests/
H A D002.phpt81 Warning: bzopen(): cannot read from a stream opened in write only mode in %s on line %d
96 Warning: bzopen(): cannot write to a stream opened in read only mode in %s on line %d
99 Warning: bzopen(): cannot read from a stream opened in write only mode in %s on line %d
126 Warning: bzopen(): cannot read from a stream opened in write only mode in %s on line %d
/PHP-5.5/ext/standard/tests/strings/
H A Dbug36306.phpt6 /* as an example how to write crc32 tests

Completed in 74 milliseconds

12345678910>>...20