/PHP-7.3/ext/zlib/tests/ |
H A D | gztell_basic2.phpt | 18 echo "bytes written=".gzwrite($h, str_repeat('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 D | zlib_wrapper_fflush_basic.phpt | 14 $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 D | gzwrite_basic.phpt | 14 $str = "Here is the string to be written. "; 30 Here is the string to be written. Here is th
|
H A D | gzread_variation1.phpt | 14 $str = "Here is the string to be written. "; 33 Here is the string to be written.
|
H A D | gzputs_basic.phpt | 14 $str = "Here is the string to be written. "; 30 Here is the string to be written. Here is th
|
/PHP-7.3/ext/standard/tests/file/ |
H A D | file_put_contents_variation7-win32.phpt | 89 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 D | file_put_contents_variation7.phpt | 81 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 D | file_put_contents_variation5.phpt | 33 file_put_contents($filename, "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 D | file_put_contents_variation8.phpt | 13 * 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 D | bug60120.phpt | 52 $written = fwrite($writePipes[0], substr($stdin, $stdinOffset), 8192); 53 if (false !== $written) { 54 $stdinOffset += $written;
|
H A D | file_put_contents_variation8-win32.phpt | 13 * 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
|
/PHP-7.3/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_bug60120.phpt | 41 $written = fwrite($writePipes[0], substr($stdin, $stdinOffset), 8192); 42 if (false !== $written) { 43 $stdinOffset += $written;
|
H A D | proc_open_bug64438.phpt | 41 $written = fwrite($writePipes[0], substr($stdin, $stdinOffset), 8192); 42 if (false !== $written) { 43 $stdinOffset += $written;
|
/PHP-7.3/ext/shmop/tests/ |
H A D | 001.phpt | 26 $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); 61 $written = shmop_write($shm_id, $write_d2, $written); 62 if ($written != strlen($write_d2)) {
|
/PHP-7.3/ext/dba/tests/ |
H A D | dba_inifile.phpt | 25 "key number 6" written 26 "key number 6" written 2nd time 42 "key number 6" written 43 "key number 6" written 2nd time
|
H A D | dba_db1.phpt | 21 "key number 6" written 38 "key number 6" written
|
H A D | dba_db2.phpt | 21 "key number 6" written 38 "key number 6" written
|
H A D | dba_db3.phpt | 21 "key number 6" written 38 "key number 6" written
|
H A D | dba_db4_000.phpt | 25 "key number 6" written 42 "key number 6" written
|
H A D | dba_dbm.phpt | 25 "key number 6" written 42 "key number 6" written
|
/PHP-7.3/ext/simplexml/tests/ |
H A D | simplexml_import_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
|
/PHP-7.3/ext/openssl/tests/ |
H A D | bug74159.phpt | 91 $written = 0; 92 $total = $written; 94 $written = streamWrite($fp, $data); 95 $total += $written; 96 $data = substr($data, $written);
|
/PHP-7.3/sapi/fpm/fpm/ |
H A D | zlog.c | 353 ssize_t written; in zlog_stream_unbuffered_write() local 386 if (written > 0) { in zlog_stream_unbuffered_write() 387 return available_len + written; in zlog_stream_unbuffered_write() 390 return written; in zlog_stream_unbuffered_write() 404 if (written > 0) { in zlog_stream_unbuffered_write() 407 stream->len += written; in zlog_stream_unbuffered_write() 410 return written; in zlog_stream_unbuffered_write() 442 ssize_t written; in zlog_stream_buf_flush() local 460 return written; in zlog_stream_buf_flush() 696 ssize_t written; in zlog_stream_prefix_ex() local [all …]
|
/PHP-7.3/ext/pcre/tests/ |
H A D | preg_replace_callback_basic.phpt | 12 …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
|