Home
last modified time | relevance | path

Searched refs:fwrite (Results 26 – 50 of 525) sorted by relevance

12345678910>>...21

/php-src/ext/standard/tests/file/
H A Dfwrite_basic-win32-mb.phpt2 Test fwrite() function : basic functionality
14 echo "*** Testing fwrite() basic operations ***\n";
16 test fwrite with file opened in mode : w,wb,wt,w+,w+b,w+t
30 /* open the file using $files_modes and perform fwrite() on it */
43 var_dump( fwrite($file_handle, $data_to_be_written, 100)); //int(100)
52 // fwrite() without length parameter
53 var_dump( fwrite($file_handle, $data_to_be_written)); //int(1024)
71 *** Testing fwrite() basic operations ***
73 -- Testing fwrite() with file having data of type numeric --
159 -- Testing fwrite() with file having data of type text --
[all …]
H A Dfwrite_basic-win32.phpt2 Test fwrite() function : basic functionality
14 echo "*** Testing fwrite() basic operations ***\n";
16 test fwrite with file opened in mode : w,wb,wt,w+,w+b,w+t
30 /* open the file using $files_modes and perform fwrite() on it */
43 var_dump( fwrite($file_handle, $data_to_be_written, 100)); //int(100)
52 // fwrite() without length parameter
53 var_dump( fwrite($file_handle, $data_to_be_written)); //int(1024)
71 *** Testing fwrite() basic operations ***
73 -- Testing fwrite() with file having data of type numeric --
159 -- Testing fwrite() with file having data of type text --
[all …]
H A Dfwrite_basic.phpt2 Test fwrite() function : basic functionality
14 echo "*** Testing fwrite() basic operations ***\n";
16 test fwrite with file opened in mode : w,wb,wt,w+,w+b,w+t
30 /* open the file using $files_modes and perform fwrite() on it */
43 var_dump( fwrite($file_handle, $data_to_be_written, 100)); //int(100)
52 // fwrite() without length parameter
53 var_dump( fwrite($file_handle, $data_to_be_written)); //int(1024)
71 *** Testing fwrite() basic operations ***
73 -- Testing fwrite() with file having data of type numeric --
159 -- Testing fwrite() with file having data of type text --
[all …]
H A Dfwrite_variation3-win32.phpt2 Test fwrite() function : usage variations - a, ab, at, a+, a+b & a+t mode
11 echo "*** Testing fwrite() various operations ***\n";
17 Test fwrite with file opened in mode : a,ab,at,a+,a+b,a+
28 /* open the file using $files_modes and perform fwrite() on it */
49 var_dump( fwrite($file_handle,$data_to_be_written,400) );
56 var_dump( fwrite($file_handle, $data_to_be_written, 200) );
74 *** Testing fwrite() various operations ***
76 -- Testing fwrite() with file having content of type numeric --
150 -- Testing fwrite() with file having content of type text --
224 -- Testing fwrite() with file having content of type text_with_new_line --
[all …]
H A Dfwrite_variation3.phpt2 Test fwrite() function : usage variations - a, ab, at, a+, a+b & a+t modes
11 echo "*** Testing fwrite() various operations ***\n";
17 Test fwrite with file opened in mode : a,ab,at,a+,a+b,a+t
28 /* open the file using $files_modes and perform fwrite() on it */
50 var_dump( fwrite($file_handle,$data_to_be_written,400) );
57 var_dump( fwrite($file_handle, $data_to_be_written, 200) );
75 *** Testing fwrite() various operations ***
77 -- Testing fwrite() with file having content of type numeric --
151 -- Testing fwrite() with file having content of type text --
225 -- Testing fwrite() with file having content of type text_with_new_line --
[all …]
H A Dbug68532.phpt7 fwrite($stream, $testString);
14 fwrite($fileStream , $testString);
H A Dfopen_unlink.phpt11 fwrite($f, 'hello'),
14 fwrite($f, 'world'),
H A Dbug66588.phpt10 fwrite($s, "\",bar");
16 fwrite($s, "\",bar\n");
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdosqlite_004_blobopen.phpt31 var_dump(fwrite($stream, 'ABCD'));
38 var_dump(fwrite($stream, 'ABCD'));
43 var_dump(fwrite($stream, 'ABCD ABCD ABCD'));
61 Warning: fwrite(): Can't write to blob stream: is open as read only in %s on line %d
73 Warning: fwrite(): It is not possible to increase the size of a BLOB in %s on line %d
/php-src/ext/standard/tests/streams/
H A Dbug79000.phpt13 var_dump(fwrite($sock1, $str));
14 var_dump(fwrite($sock1, $str));
H A Dtemp_stream_seek.phpt7 fwrite($f, str_repeat("1", 738));
9 fwrite($f, str_repeat("2", 512));
H A Dbug75031.phpt8 fwrite($fp, "hello");
10 fwrite($fp, "world");
H A Dproc_open_bug60120.phpt15 fwrite(STDOUT, \$input);
16 fwrite(STDERR, \$input);
46 fwrite($pipes[0], str_repeat('*', 10000));
H A Duser_streams_consumed_bug.phpt19 $out = fwrite(STDOUT, "Hello\n");
25 $out = fwrite(STDOUT, "Goodbye\n");
H A Dbug69521.phpt13 $written += fwrite($fp, substr($data, $written, 100));
17 fwrite($link, "Sending bug 69521\n");
H A Dgh11418.phpt12 fwrite($conn, "Hi Hello"); // 8 bytes
14 fwrite($conn, " World\n"); // 8 bytes
/php-src/ext/sqlite3/tests/
H A Dsqlite3_30_blobopen.phpt29 var_dump(fwrite($stream, 'ABCD'));
36 var_dump(fwrite($stream, 'ABCD'));
41 var_dump(fwrite($stream, 'ABCD ABCD ABCD'));
62 Warning: fwrite(): Can't write to blob stream: is open as read only in %s on line %d
74 Warning: fwrite(): It is not possible to increase the size of a BLOB in %s on line %d
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_fwrite_variation_001.phpt2 SplFileObject::fwrite function - writing with two parameters length < input string length
10 $obj->fwrite('test_write',4);
H A DSplFileObject_fwrite_variation_002.phpt2 SplFileObject::fwrite function - writing with two parameters, length > input string length
10 $obj->fwrite('test_write',12);
H A Dfileobject_005.phpt13 $fo->fwrite("blahlubba");
20 $fo->fwrite("blahlubba");
/php-src/ext/openssl/tests/
H A Dbug77390.phpt64 fwrite($conn, 'warmup');
66 fwrite($conn, 'hello, world');
91 fwrite($upstream, $data);
96 fwrite($conn, $part);
100 fwrite($conn, $data);
/php-src/ext/standard/tests/filters/
H A Dbug81294.phpt10 fwrite($f, "test");
12 fwrite($f, "test");
H A Dfilter_errors.inc20 fwrite($stream, ".\r\n$data");
30 fwrite($stream, "$data");
/php-src/sapi/cli/tests/
H A Dphp_cli_server_009.phpt18 if(fwrite($fp, <<<HEADER
34 if(fwrite($fp, <<<HEADER
50 if(fwrite($fp, <<<HEADER
/php-src/ext/standard/tests/image/
H A Dbug70096.phpt19 fwrite($fp, $content1);
23 fwrite($fp, $content2);

Completed in 42 milliseconds

12345678910>>...21