Home
last modified time | relevance | path

Searched refs:write (Results 76 – 100 of 490) sorted by relevance

12345678910>>...20

/PHP-5.5/ext/standard/tests/file/
H A D007_variation2.phpt18 checking for the file creation, write & read operations,
36 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
37 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
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_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_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 D007_variation8.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…
/PHP-5.5/ext/session/tests/
H A Dsession_set_save_handler_class_003.phpt34 public function write($id, $data) {
36 return parent::write($id, $data);
H A Dsave_handler_closures.inc5 foreach (array ('open', 'close', 'read', 'write', 'destroy', 'gc') as $fn) {
H A Dsession_set_save_handler_class_008.phpt35 public function write($id, $data) {
37 return parent::write($id, $data);
H A Dsession_set_save_handler_class_009.phpt35 public function write($id, $data) {
37 return parent::write($id, $data);
H A Dsession_set_save_handler_class_010.phpt35 public function write($id, $data) {
37 return parent::write($id, $data);
H A Dsession_set_save_handler_sid_001.phpt34 public function write($id, $data) {
58 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc…
H A Dsession_set_save_handler_sid_002.phpt34 public function write($id, $data) {
58 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc…
H A Dsession_set_save_handler_class_007.phpt35 public function write($id, $data) {
37 return parent::write($id, $data);
/PHP-5.5/ext/pgsql/tests/
H A D80_bug14383.phpt27 Read during write:%sallowed
42 Read during write: not allowed
/PHP-5.5/ext/intl/tests/
H A Dregression_sort_and_cow.phpt2 Regression: sort() and copy-on-write.
8 * Check if collator_sort() properly supports copy-on-write.
H A Dregression_sortwsk_and_cow.phpt2 Regression: sort_wsk() and copy-on-write.
9 * properly supports copy-on-write.
/PHP-5.5/ext/zip/
H A DTODO3 - crypt support for zip (read and write)
/PHP-5.5/scripts/dev/generate-phpt/src/
H A DgtTestCaseWriter.php9 public static function write($name, $string, $type, $count = 0) { function in gtTestCaseWriter
/PHP-5.5/ext/oci8/tests/
H A Dlob_016.phpt31 $row['LOB_1']->write("first");
32 $row['LOB_2']->write("second");
/PHP-5.5/ext/curl/
H A Dmulti.c247 if (ch->handlers->write->method == PHP_CURL_RETURN) { in PHP_FUNCTION()
248 if (ch->handlers->write->buf.len == 0) { in PHP_FUNCTION()
251 smart_str_0(&ch->handlers->write->buf); in PHP_FUNCTION()
252 RETURN_STRINGL(ch->handlers->write->buf.c, ch->handlers->write->buf.len, 1); in PHP_FUNCTION()
/PHP-5.5/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc21 * License along with this library; if not, write to the Free Software
283 $write = $this->start . $this->central;
286 $write .= "PK\x05\x06\x00\x00\x00\x00" .
292 $write .= "PK\x05\x06\x01\x00\x01\x00" .
298 $write .= "PK\x05\x06\x00\x00\x00\x00" .
304 $write .= "PK\x05\x06\x00\x00\x00\x00" .
310 $write .= "PK\x05\x06\x00\x00\x00\x00" .
316 $write .= "PK\x05\x06\x00\x00\x00\x00" .
322 $write .= "PK\x05\x06\x00\x00\x00\x00" .
329 file_put_contents($zipfile, $write);
/PHP-5.5/ext/readline/tests/
H A Dbug69054.phpt2 Bug #69054 (Null dereference in readline_(read|write)_history() without parameters)
/PHP-5.5/ext/phar/tests/cache_list/
H A Dcopyonwrite18.phar.phpt2 Phar: copy-on-write test 18 [cache_list]
/PHP-5.5/Zend/tests/
H A Darray_append_COW.phpt2 Tests that array manipulation code is correctly dealing with copy on write and splitting on referen…
/PHP-5.5/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

Completed in 33 milliseconds

12345678910>>...20