Home
last modified time | relevance | path

Searched refs:out (Results 101 – 125 of 437) sorted by relevance

12345678910>>...18

/PHP-8.0/ext/standard/tests/file/
H A Dbug39551.phpt9 public function filter($in, $out, &$consumed, $closing ){
12 stream_bucket_append($out, $bucket);
H A Duserfilters.phpt7 function filter($in, $out, &$consumed, $closing) {
11 stream_bucket_append($out, $bucket);
/PHP-8.0/ext/spl/tests/
H A Dfixedarray_001.phpt48 Exception: Index invalid or out of range
49 Exception: Index invalid or out of range
50 Exception: Index invalid or out of range
/PHP-8.0/ext/standard/tests/url/
H A Dparse_url_error_002.phpt2 Test parse_url() function: url component specifier out of range
5 echo "*** Testing parse_url() : error conditions: url component specifier out of range ***\n";
21 *** Testing parse_url() : error conditions: url component specifier out of range ***
/PHP-8.0/tests/basic/
H A Dbug71273.phpt8 $out = shell_exec($cmd);
10 var_dump(preg_match(",.+a[\\/].+[\\/]w.php_kartoffelbrei.dll.+,s", $out));
/PHP-8.0/ext/standard/tests/streams/
H A Dstream_filter_register.phpt9 function filter($in, $out, &$consumed, $closing) {
14 function filter($in, $out, &$consumed, $closing) {
H A Dbug77069.phpt8 public function filter($in, $out, &$consumed, $closing) {
23 stream_bucket_append($out, $bucket_out);
32 stream_bucket_append($out, $bucket_out);
/PHP-8.0/ext/standard/tests/filters/
H A Dbug46164-2.phpt6 function filter($in, $out, &$consumed, $closing) {
9 stream_bucket_append($out, $bucket);
H A Dread.phpt7 function filter($in, $out, &$consumed, $closing)
13 stream_bucket_append($out, $bucket);
18 stream_bucket_append($out, $bucket);
H A Dbug72941.phpt7 function filter($in, $out, &$consumed, $closing)
12 stream_bucket_prepend($out, $bucket);
/PHP-8.0/ext/gd/libgd/
H A Dgd_png.c447 gdIOCtx *out = gdNewFileCtx(outFile); in gdImagePngEx() local
449 out->gd_free(out); in gdImagePngEx()
454 gdIOCtx *out = gdNewFileCtx(outFile); in gdImagePng() local
455 gdImagePngCtxEx(im, out, -1, -1); in gdImagePng()
456 out->gd_free(out); in gdImagePng()
462 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImagePngPtr() local
463 gdImagePngCtxEx(im, out, -1, -1); in gdImagePngPtr()
464 rv = gdDPExtractData(out, size); in gdImagePngPtr()
465 out->gd_free(out); in gdImagePngPtr()
475 rv = gdDPExtractData(out, size); in gdImagePngPtrEx()
[all …]
/PHP-8.0/ext/session/tests/
H A Dbug72562.phpt30 $out = '';
32 $out .= chr($ptr & 0xff);
35 return $out;
/PHP-8.0/ext/standard/tests/mail/
H A Dgh7875.phpt4 sendmail_path={MAIL:{PWD}/gh7875.mail.out}
31 var_dump(file_exists(__DIR__ . "/gh7875.mail.out"));
38 @unlink(__DIR__ . "/gh7875.mail.out");
H A Dbug69874.phpt4 sendmail_path={MAIL:mailBug69874.out}
15 $outFile = "mailBug69874.out";
H A Dbug51604.phpt4 sendmail_path={MAIL:mail_bug51604.out}
13 $outFile = "mail_bug51604.out";
/PHP-8.0/ext/readline/tests/
H A Dreadline_read_history_open_basedir_001.phpt10 $name = '/tmp/out-of-sandbox';
16 Warning: readline_read_history(): open_basedir restriction in effect. File(/tmp/out-of-sandbox) is …
H A Dreadline_write_history_open_basedir_001.phpt10 $name = '/tmp/out-of-sandbox';
16 Warning: readline_write_history(): open_basedir restriction in effect. File(/tmp/out-of-sandbox) is…
/PHP-8.0/ext/odbc/tests/
H A Dbug47803.phpt60 goto out;
65 goto out;
74 goto out;
79 goto out;
86 out:
/PHP-8.0/ext/imap/tests/
H A Dimap_fetch_overview_variation5.phpt21 4, // out of range
22 '4', // out of range
56 Sequence out of range
59 Sequence out of range
62 Sequence out of range
/PHP-8.0/ext/shmop/tests/
H A D002.phpt47 // Start is out of range
56 // Count is out of range
66 // Offset out of range
88 shmop_read(): Argument #3 ($size) is out of range
91 shmop_write(): Argument #3 ($offset) is out of range
/PHP-8.0/ext/standard/
H A Dcrypt.c98 char output[MD5_HASH_MAX_LEN], *out; in php_crypt() local
100 out = php_md5_crypt_r(password, salt, output); in php_crypt()
101 if (out) { in php_crypt()
102 return zend_string_init(out, strlen(out), 0); in php_crypt()
/PHP-8.0/ext/soap/tests/
H A Dbug73037.phpt107 $out = "";
109 $out .= fread($fp, 1024);
112 $pos = strpos($out, "<env:Text>");
114 echo $out;
118 $pos = strpos($out, "</env:Text>");
120 echo $out;
124 echo substr($out, $pos0, $len);
/PHP-8.0/Zend/tests/try/
H A Dtry_finally_019.phpt23 goto out;
28 out: ;
/PHP-8.0/Zend/tests/
H A Dbug36006.phpt9 $this->dad = null; /* no segfault if this is commented out */
17 $this->son->dad = $this; /* no segfault if this is commented out */
/PHP-8.0/ext/phar/tests/
H A Dphar_extract2.phpt24 $out = array();
32 foreach ($extracted as $out) {
33 echo "$out\n";

Completed in 29 milliseconds

12345678910>>...18