Home
last modified time | relevance | path

Searched refs:out (Results 226 – 250 of 425) sorted by last modified time

12345678910>>...17

/PHP-7.4/sapi/fpm/tests/
H A Dbug76601-reload-child-signals.phpt56 exec("kill -USR2 $pid", $out, $killExitCode);
H A Dfcgi.inc540 throw new TimedOutException('Write timed out');
611 throw new \Exception('Timed out');
622 throw new TimedOutException('Read timed out');
/PHP-7.4/sapi/cli/tests/
H A Dbug64529.phpt2 Bug #64529 (Ran out of opcode space)
H A Dcli_process_title_windows.phpt50 // I couldn't figure out a good way to navigate this, so we're "grep'ing" all possible
/PHP-7.4/ext/xmlrpc/tests/
H A Dbug77242.phpt2 Bug #77242 (heap out of bounds read in xmlrpc_decode())
H A Dbug77380.phpt2 Bug #77380 (Global out of bounds read in xmlrpc base64 code)
/PHP-7.4/ext/xsl/tests/
H A Dbug33853.phpt6 if (getenv('SKIP_ASAN')) die('xfail bailing out across foreign C code');
H A Dxslt007.phpt11 $doc = $proc->transformToUri($dom, "file://".__DIR__."/out.xml");
12 print file_get_contents(__DIR__."/out.xml");
13 unlink(__DIR__."/out.xml");
/PHP-7.4/ext/standard/tests/url/
H A Dparse_url_error_002.phpt2 Test parse_url() function: url component specifier out of range
11 echo "*** Testing parse_url() : error conditions: url component specifier out of range ***\n";
23 *** Testing parse_url() : error conditions: url component specifier out of range ***
/PHP-7.4/ext/standard/tests/strings/
H A Dstrncasecmp_variation6.phpt27 echo "\n-- Checking with out of character's range, given in binary format --\n";
807 -- Checking with out of character's range, given in binary format --
H A Dbug55871.phpt27 $out = substr_replace(array(&$my_var), array(new test1), 40, 0);
28 var_dump($out, $my_var);
30 $out = substr_replace(array(&$my_var), array(new test2), 40, 0);
31 var_dump($out, $my_var);
33 $out = substr_replace(array(&$my_var), array(new test3), 40, 0);
34 var_dump($out, $my_var);
H A Dbug67249.phpt2 Bug #67249 (printf out-of-bounds read)
H A Dbug67252.phpt2 Bug #67252 (convert_uudecode out-of-bounds read)
H A Dbug78833.phpt2 Bug #78833 (Integer overflow in pack causes out-of-bound access)
/PHP-7.4/ext/standard/tests/streams/
H A Dbug78506.phpt7 public function filter($in, $out, &$consumed, $closing)
H A Dproc_open_bug60120.phpt2 Bug #60120 proc_open hangs with stdin/out with >2048 bytes
H A Dstream_filter_register.phpt9 function filter($in, $out, &$consumed, $closing) {
14 function filter($in, $out, &$consumed, $closing) {
H A Dstream_multi_filters_close.phpt7 public function filter($in, $out, &$consumed, $closing) {
11 stream_bucket_append($out, stream_bucket_new($this->stream, $bucket->data));
26 public function filter($in, $out, &$consumed, $closing) {
30 stream_bucket_append($out, stream_bucket_new($this->stream, $bucket->data));
H A Duser_streams_consumed_bug.phpt8 public function filter($in, $out, &$consumed, $closing)
13 stream_bucket_append($out, $bucket);
19 $out = fwrite(STDOUT, "Hello\n");
20 var_dump($out);
25 $out = fwrite(STDOUT, "Goodbye\n");
26 var_dump($out);
H A Dbug76859.phpt13 $out = '';
15 $out .= stream_get_line($fh, 1024);
20 echo strlen($out) . "\n";
H A Dbug47997.phpt9 $out = fopen('php://memory', 'wb+');
11 var_dump(stream_copy_to_stream($in, $out));
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug70172.phpt35 $out = '';
37 $out .= chr($ptr & 0xff);
40 return $out;
H A Dbug73825.phpt2 Bug #73825 Heap out of bounds read on unserialize in finish_nested_data()
H A Dbug70172_2.phpt42 $out = '';
44 $out .= chr($ptr & 0xff);
47 return $out;
H A Dbug70436.phpt37 $out = '';
40 $out .= chr($ptr & 0xff);
44 return $out;

Completed in 27 milliseconds

12345678910>>...17