Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-8.0/ext/standard/tests/streams/
H A Dbug61019.phpt10 1 => array("pipe", "w"), // stdout is a pipe that the child will write to
11 2 => array("pipe", "w") // stderr is a pipe that the child will write to
H A Dstream_set_chunk_size.phpt17 echo "write with size: ", strlen($data), "\n";
71 write with size: 3
84 write with size: 250
/PHP-8.0/ext/session/tests/
H A Dsession_set_save_handler_sid_001.phpt34 public function write($id, $data) {
59 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc…
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…
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-8.0/ext/oci8/tests/
H A Dlob_003.phpt28 var_dump($blob->write("test"));
31 var_dump($blob->write("string"));
H A Dlob_004.phpt28 var_dump($blob->write("test"));
30 var_dump($blob->write("str"));
H A Dlob_017.phpt33 $row['LOB_1']->write("first");
34 $row['LOB_2']->write("second");
/PHP-8.0/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc21 * License along with this library; if not, write to the Free Software
282 $write = $this->start . $this->central;
285 $write .= "PK\x05\x06\x00\x00\x00\x00" .
291 $write .= "PK\x05\x06\x01\x00\x01\x00" .
297 $write .= "PK\x05\x06\x00\x00\x00\x00" .
303 $write .= "PK\x05\x06\x00\x00\x00\x00" .
309 $write .= "PK\x05\x06\x00\x00\x00\x00" .
315 $write .= "PK\x05\x06\x00\x00\x00\x00" .
321 $write .= "PK\x05\x06\x00\x00\x00\x00" .
328 file_put_contents($zipfile, $write);
/PHP-8.0/Zend/tests/varSyntax/
H A DtempPropFetchByRefError.phpt11 Fatal error: Uncaught Error: Cannot use temporary expression in write context in %s:%d
/PHP-8.0/ext/phar/tests/cache_list/
H A Dcopyonwrite12.phar.phpt2 Phar: copy-on-write test 12 [cache_list]
H A Dcopyonwrite13.phar.phpt2 Phar: copy-on-write test 13 [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 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-8.0/ext/gd/tests/
H A Dbug72512_1.phpt2 Bug #72512 gdImageTrueColorToPaletteBody allows arbitrary write/read access, var 1
H A Dbug72512_0.phpt2 Bug #72512 gdImageTrueColorToPaletteBody allows arbitrary write/read access, var 0
/PHP-8.0/Zend/tests/
H A Dbug38146.phpt2 Bug #38146 (Cannot use array returned from foo::__get('bar') in write context)
/PHP-8.0/ext/dom/tests/
H A DDOMDocument_preserveWhiteSpace_basic.phpt2 DOMDocument::$preserveWhiteSpace - test ability to read and write property
/PHP-8.0/ext/xmlwriter/tests/
H A DOO_002.phpt14 // Force to write and empty the buffer
/PHP-8.0/ext/phar/tests/cache_list/files/
H A Dwrite.phar.inc3 $fname = dirname(__FILE__) . '/write.phar';
/PHP-8.0/ext/session/
H A Dsession_arginfo.h64 ZEND_ARG_TYPE_INFO(0, write, IS_CALLABLE, 0)
161 ZEND_METHOD(SessionHandler, write);
199 …ZEND_ABSTRACT_ME_WITH_FLAGS(SessionHandlerInterface, write, arginfo_class_SessionHandlerInterface_…
223 ZEND_ME(SessionHandler, write, arginfo_class_SessionHandler_write, ZEND_ACC_PUBLIC)

Completed in 37 milliseconds

12345678910>>...21