/php-src/ext/zlib/tests/ |
H A D | gztell_basic2.phpt | 14 echo "bytes written=".gzwrite($h, str_repeat('1', $size))."\n"; 23 bytes written=7 25 bytes written=22 27 bytes written=54 29 bytes written=17 31 bytes written=27 33 bytes written=15 35 bytes written=1000
|
H A D | zlib_wrapper_fflush_basic.phpt | 10 $str = "Here is the string to be written."; 27 Here is the string to be written.Here is the string to be written.
|
H A D | gzputs_basic.phpt | 10 $str = "Here is the string to be written. "; 25 Here is the string to be written. Here is th
|
H A D | gzwrite_basic.phpt | 10 $str = "Here is the string to be written. "; 25 Here is the string to be written. Here is th
|
H A D | gzread_variation1.phpt | 10 $str = "Here is the string to be written. "; 28 Here is the string to be written.
|
H A D | gzopen_basic2.phpt | 13 $data = "This was the information that was written"; 36 This was the information that was written
|
/php-src/ext/standard/tests/file/ |
H A D | file_put_contents_variation7.phpt | 90 Data written correctly 93 Data written correctly 96 Data written correctly 99 Data written correctly 104 No data written 109 No data written 112 Data written correctly 115 Data written correctly 118 Data written correctly 121 Data written correctly [all …]
|
H A D | file_put_contents_variation7-win32.phpt | 93 Data written correctly 96 Data written correctly 99 Data written correctly 102 Data written correctly 107 No data written 112 No data written 115 Data written correctly 118 Data written correctly 121 Data written correctly 124 Data written correctly [all …]
|
H A D | file_put_contents_variation5.phpt | 32 file_put_contents($filename, "File written in working directory", FILE_USE_INCLUDE_PATH); 53 File written in working directory 54 File written in working directory 55 File written in working directory 56 File written in working directory
|
H A D | file_put_contents_variation8.phpt | 42 echo "$res bytes written to: '$names_arr[$i]'\n"; 63 9 bytes written to: '-1' 65 9 bytes written to: '1' 71 9 bytes written to: ' '
|
H A D | bug69442.phpt | 34 /* We can't guarantee that everything written to the pipe will be returned by a single call 35 * to fread(), even if it was written with a single syscall and the number of bytes written
|
H A D | bug60120.phpt | 47 $written = fwrite($writePipes[0], substr($stdin, $stdinOffset), 8192); 48 if (false !== $written) { 49 $stdinOffset += $written;
|
H A D | file_put_contents_variation8-win32.phpt | 37 echo "$res bytes written to: '$value'\n"; 52 9 bytes written to: '-1' 55 9 bytes written to: '1'
|
H A D | lstat_stat_variation7.phpt | 15 echo "*** Testing stat() on file after data is written in it ***\n"; 40 *** Testing stat() on file after data is written in it ***
|
H A D | stat_variation2-win32.phpt | 27 echo "-- Testing stat() on file after data is written in it --\n"; 53 -- Testing stat() on file after data is written in it --
|
/php-src/ext/shmop/tests/ |
H A D | 001.phpt | 22 $written = shmop_write($shm_id, $write_d1, 0); 23 if ($written != strlen($write_d1)) { 29 echo "data in memory is: " . shmop_read($shm_id, 0, $written) . "\n"; 39 echo "data in memory is: " . shmop_read($shm_id, 0, $written) . "\n"; 43 shmop_write($shm_id, $write_d1, $written); 57 $written = shmop_write($shm_id, $write_d2, $written); 58 if ($written != strlen($write_d2)) { 80 Read-only segment cannot be written
|
/php-src/ext/standard/tests/streams/ |
H A D | bug69521.phpt | 10 $written = 0; 13 $written += fwrite($fp, substr($data, $written, 100)); 24 if ($written === strlen($data))
|
H A D | proc_open_bug64438.phpt | 42 $written = fwrite($writePipes[0], substr($stdin, $stdinOffset), 8192); 43 if (false !== $written) { 44 $stdinOffset += $written;
|
/php-src/ext/simplexml/tests/ |
H A D | simplexml_import_old_dom.phpt | 17 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
|
H A D | simplexml_import_new_dom.phpt | 12 echo "{$book->title} was written by {$book->author}\n"; 20 The Grapes of Wrath was written by John Steinbeck 21 The Pearl was written by John Steinbeck
|
/php-src/ext/openssl/tests/ |
H A D | bug74159.phpt | 92 $written = 0; 93 $total = $written; 95 $written = streamWrite($fp, $data); 96 $total += $written; 97 $data = substr($data, $written);
|
/php-src/ext/pcre/tests/ |
H A D | preg_replace_callback_basic.phpt | 11 …ay will have the default key values (0-9) and each value is the corresponding key written in words. 20 $subject2 = '1 2 3 4 is now written in words'; 30 one two three 4 is now written in words
|
/php-src/sapi/fpm/fpm/ |
H A D | zlog.c | 352 ssize_t written; in zlog_stream_unbuffered_write() local 385 if (written > 0) { in zlog_stream_unbuffered_write() 386 return available_len + written; in zlog_stream_unbuffered_write() 389 return written; in zlog_stream_unbuffered_write() 403 if (written > 0) { in zlog_stream_unbuffered_write() 406 stream->len += written; in zlog_stream_unbuffered_write() 409 return written; in zlog_stream_unbuffered_write() 444 ssize_t written; in zlog_stream_buf_flush() local 462 return written; in zlog_stream_buf_flush() 709 ssize_t written; in zlog_stream_prefix_ex() local [all …]
|
/php-src/ext/exif/tests/bug77184/ |
H A D | bug77184.phpt | 2 Bug #74428 (Unsigned rational numbers are written out as signed rationals)
|
/php-src/ext/gd/tests/ |
H A D | bug79615.phpt | 2 Bug #79615 (Wrong GIF header written in GD GIFEncode)
|