Home
last modified time | relevance | path

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

1234

/PHP-8.2/ext/zlib/tests/
H A Dgztell_basic2.phpt14 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 Dzlib_wrapper_fflush_basic.phpt10 $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 Dgzputs_basic.phpt10 $str = "Here is the string to be written. ";
25 Here is the string to be written. Here is th
H A Dgzwrite_basic.phpt10 $str = "Here is the string to be written. ";
25 Here is the string to be written. Here is th
H A Dgzread_variation1.phpt10 $str = "Here is the string to be written. ";
28 Here is the string to be written.
H A Dgzopen_basic2.phpt13 $data = "This was the information that was written";
36 This was the information that was written
/PHP-8.2/ext/standard/tests/file/
H A Dfile_put_contents_variation7-win32.phpt83 Data written correctly
86 Data written correctly
89 Data written correctly
92 Data written correctly
97 No data written
102 No data written
105 Data written correctly
108 Data written correctly
111 Data written correctly
114 Data written correctly
[all …]
H A Dfile_put_contents_variation7.phpt75 Data written correctly
78 Data written correctly
81 Data written correctly
84 Data written correctly
89 No data written
94 No data written
97 Data written correctly
100 Data written correctly
103 Data written correctly
106 Data written correctly
[all …]
H A Dfile_put_contents_variation5.phpt33 file_put_contents($filename, "File written in working directory", FILE_USE_INCLUDE_PATH);
45 File written in working directory
46 File written in working directory
47 File written in working directory
48 File written in working directory
H A Dfile_put_contents_variation8.phpt42 echo "$res bytes written to: '$names_arr[$i]'\n";
58 9 bytes written to: '-1'
60 9 bytes written to: '1'
66 9 bytes written to: ' '
H A Dbug69442.phpt33 /* We can't guarantee that everything written to the pipe will be returned by a single call
34 * to fread(), even if it was written with a single syscall and the number of bytes written
H A Dbug60120.phpt50 $written = fwrite($writePipes[0], substr($stdin, $stdinOffset), 8192);
51 if (false !== $written) {
52 $stdinOffset += $written;
H A Dfile_put_contents_variation8-win32.phpt37 echo "$res bytes written to: '$value'\n";
52 9 bytes written to: '-1'
55 9 bytes written to: '1'
H A Dlstat_stat_variation7.phpt15 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 Dstat_variation2-win32.phpt27 echo "-- Testing stat() on file after data is written in it --\n";
53 -- Testing stat() on file after data is written in it --
/PHP-8.2/ext/shmop/tests/
H A D001.phpt22 $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-8.2/ext/standard/tests/streams/
H A Dbug69521.phpt10 $written = 0;
13 $written += fwrite($fp, substr($data, $written, 100));
24 if ($written === strlen($data))
H A Dproc_open_bug64438.phpt42 $written = fwrite($writePipes[0], substr($stdin, $stdinOffset), 8192);
43 if (false !== $written) {
44 $stdinOffset += $written;
/PHP-8.2/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-8.2/ext/openssl/tests/
H A Dbug74159.phpt92 $written = 0;
93 $total = $written;
95 $written = streamWrite($fp, $data);
96 $total += $written;
97 $data = substr($data, $written);
/PHP-8.2/ext/pcre/tests/
H A Dpreg_replace_callback_basic.phpt11 …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-8.2/sapi/fpm/fpm/
H A Dzlog.c347 ssize_t written; in zlog_stream_unbuffered_write() local
380 if (written > 0) { in zlog_stream_unbuffered_write()
381 return available_len + written; in zlog_stream_unbuffered_write()
384 return written; in zlog_stream_unbuffered_write()
398 if (written > 0) { in zlog_stream_unbuffered_write()
401 stream->len += written; in zlog_stream_unbuffered_write()
404 return written; in zlog_stream_unbuffered_write()
437 ssize_t written; in zlog_stream_buf_flush() local
455 return written; in zlog_stream_buf_flush()
691 ssize_t written; in zlog_stream_prefix_ex() local
[all …]
/PHP-8.2/ext/exif/tests/bug77184/
H A Dbug77184.phpt2 Bug #74428 (Unsigned rational numbers are written out as signed rationals)
/PHP-8.2/Zend/tests/enum/
H A Dno-write-properties-through-references.phpt2 Enum properties cannot be written to through references
/PHP-8.2/ext/gd/tests/
H A Dbug79615.phpt2 Bug #79615 (Wrong GIF header written in GD GIFEncode)

Completed in 43 milliseconds

1234