Home
last modified time | relevance | path

Searched refs:written (Results 1 – 25 of 99) sorted by relevance

1234

/PHP-5.3/ext/zlib/tests/
H A Dgztell_basic2.phpt18 echo "bytes written=".gzwrite($h, str_repeat(b'1', $size))."\n";;
28 bytes written=7
30 bytes written=22
32 bytes written=54
34 bytes written=17
36 bytes written=27
38 bytes written=15
40 bytes written=1000
H A Dzlib_wrapper_fflush_basic.phpt14 $str = "Here is the string to be written.";
32 Here is the string to be written.Here is the string to be written.
H A Dgzwrite_basic.phpt14 $str = "Here is the string to be written. ";
30 Here is the string to be written. Here is th
H A Dgzputs_basic.phpt14 $str = "Here is the string to be written. ";
30 Here is the string to be written. Here is th
H A Dgzread_variation1.phpt14 $str = "Here is the string to be written. ";
33 Here is the string to be written.
H A Dgzopen_basic2.phpt23 $data = "This was the information that was written";
47 This was the information that was written
H A Dgzwrite_error2.phpt14 $str = "Here is the string to be written. ";
H A Dgzwrite_variation1.phpt14 $str = "Here is the string to be written. ";
/PHP-5.3/ext/standard/tests/file/
H A Dfile_put_contents_variation7-win32.phpt89 Data written correctly
92 Data written correctly
95 Data written correctly
98 Data written correctly
103 No data written
108 No data written
111 Data written correctly
114 Data written correctly
117 Data written correctly
120 Data written correctly
[all …]
H A Dfile_put_contents_variation7.phpt81 Data written correctly
84 Data written correctly
87 Data written correctly
90 Data written correctly
95 No data written
100 No data written
103 Data written correctly
106 Data written correctly
109 Data written correctly
112 Data written correctly
[all …]
H A Dfile_put_contents_variation5.phpt33 … file_put_contents($filename, (binary) "File written in working directory", FILE_USE_INCLUDE_PATH);
46 File written in working directory
47 File written in working directory
48 File written in working directory
49 File written in working directory
H A Dfile_put_contents_variation8.phpt13 * Description: Write/Create a file with contents data and return the number of bytes written
42 echo "$res bytes written to: $names_arr[$i]\n";
55 9 bytes written to: -1
57 9 bytes written to: 1
71 9 bytes written to:
H A Dbug60120.phpt52 $written = fwrite($writePipes[0], (binary)substr($stdin, $stdinOffset), 8192);
53 if (false !== $written) {
54 $stdinOffset += $written;
H A Dfile_put_contents_variation8-win32.phpt13 * Description: Write/Create a file with contents data and return the number of bytes written
41 echo "$res bytes written to: $value\n";
54 9 bytes written to: -1
57 9 bytes written to: 1
H A Dfile_put_contents_variation4.phpt8 * Description: Write/Create a file with contents data and return the number of bytes written
39 // in the include path. In this case it doesn't so the file should be written in the current dir.
H A Dlstat_stat_variation7.phpt28 echo "*** Testing stat() on file after data is written in it ***\n";
52 *** Testing stat() on file after data is written in it ***
H A Dstat_variation2-win32.phpt32 echo "-- Testing stat() on file after data is written in it --\n";
59 -- Testing stat() on file after data is written in it --
H A Dfile_put_contents_variation6.phpt8 * Description: Write/Create a file with contents data and return the number of bytes written
41 // in the include path. In this case it doesn't so the file should be written in the current dir.
/PHP-5.3/ext/shmop/tests/
H A D001.phpt26 $written = shmop_write($shm_id, $write_d1, 0);
27 if ($written != strlen($write_d1)) {
33 echo "data in memory is: " . shmop_read($shm_id, 0, $written) . "\n";
45 echo "data in memory is: " . shmop_read($shm_id, 0, $written) . "\n";
48 @shmop_write($shm_id, $write_d1, $written);
62 $written = shmop_write($shm_id, $write_d2, $written);
63 if ($written != strlen($write_d2)) {
/PHP-5.3/ext/simplexml/tests/
H A Dsimplexml_import_dom.phpt17 echo "{$book->title} was written by {$book->author}\n";
21 The Grapes of Wrath was written by John Steinbeck
22 The Pearl was written by John Steinbeck
/PHP-5.3/ext/pcre/tests/
H A Dpreg_replace_callback_basic.phpt12 …ay will have the default key values (0-9) and each value is the corresponding key written in words.
21 $subject2 = '1 2 3 4 is now written in words';
31 one two three 4 is now written in words
/PHP-5.3/sapi/caudium/
H A Dcaudium.c99 int written; member
250 int written; in php_caudium_sapi_ub_write() local
251 written = fd_write(fd, str + sent_bytes, str_length - sent_bytes); in php_caudium_sapi_ub_write()
252 if(written < 0) in php_caudium_sapi_ub_write()
260 THIS->written += sent_bytes; in php_caudium_sapi_ub_write()
267 sent_bytes += written; in php_caudium_sapi_ub_write()
270 THIS->written += sent_bytes; in php_caudium_sapi_ub_write()
647 THIS->written = 0; in php_caudium_module_main()
660 push_int(THIS->written); in php_caudium_module_main()
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_debug_control_string.phpt48 printf("[%03d][control string '%s'] Trace file has not been written.\n",
76 [023][control string '%s'] Trace file has not been written.
/PHP-5.3/ext/standard/
H A Diptc.c187 zend_bool written = 0; in PHP_FUNCTION() local
253 if (written) { in PHP_FUNCTION()
257 written = 1; in PHP_FUNCTION()
/PHP-5.3/
H A DLICENSE19 derived from this software without prior written permission. For
20 written permission, please contact group@php.net.
23 may "PHP" appear in their name, without prior written permission

Completed in 42 milliseconds

1234