Home
last modified time | relevance | path

Searched refs:out (Results 126 – 150 of 491) sorted by relevance

12345678910>>...20

/php-src/ext/spl/tests/
H A Dheap_003.phpt26 foreach ($h as $out) {
27 echo $out."\n";
H A Dbug81992.phpt31 Index invalid or out of range
32 Index invalid or out of range
/php-src/tests/basic/
H A Dbug71273.phpt8 $out = shell_exec($cmd);
10 var_dump(preg_match(",.+a[\\/].+[\\/]w.php_kartoffelbrei.dll.+,s", $out));
/php-src/ext/odbc/tests/
H A Dbug47803.phpt61 goto out;
66 goto out;
75 goto out;
80 goto out;
87 out:
/php-src/ext/standard/tests/filters/
H A Dbug46164-2.phpt6 function filter($in, $out, &$consumed, $closing): int {
9 stream_bucket_append($out, $bucket);
H A Dread.phpt7 function filter($in, $out, &$consumed, $closing): int
13 stream_bucket_append($out, $bucket);
18 stream_bucket_append($out, $bucket);
/php-src/ext/soap/tests/bugs/
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-src/ext/readline/tests/
H A Dreadline_write_history_open_basedir_001.phpt12 $name = '/tmp/out-of-sandbox';
18 Warning: readline_write_history(): open_basedir restriction in effect. File(/tmp/out-of-sandbox) is…
H A Dreadline_read_history_open_basedir_001.phpt12 $name = '/tmp/out-of-sandbox';
18 Warning: readline_read_history(): open_basedir restriction in effect. File(/tmp/out-of-sandbox) is …
/php-src/ext/standard/tests/streams/
H A Dstream_filter_register.phpt9 function filter($in, $out, &$consumed, $closing): int {
14 function filter($in, $out, &$consumed, $closing): int {
H A Dbug77069.phpt8 public function filter($in, $out, &$consumed, $closing): int {
23 stream_bucket_append($out, $bucket_out);
32 stream_bucket_append($out, $bucket_out);
/php-src/Zend/tests/zend_ini/
H A Dzend_ini_parse_quantity_overflow.phpt81 Warning: Invalid quantity "%d": value is out of range, using overflow result for backwards compatib…
87 Warning: Invalid quantity "-%d": value is out of range, using overflow result for backwards compati…
93 Warning: Invalid quantity "%dK": value is out of range, using overflow result for backwards compati…
99 Warning: Invalid quantity "-%dK": value is out of range, using overflow result for backwards compat…
/php-src/ext/fileinfo/libmagic/
H A Dprint.c289 goto out; in file_fmtdatetime()
297 goto out; in file_fmtdatetime()
301 goto out; in file_fmtdatetime()
304 out: in file_fmtdatetime()
324 goto out; in file_fmtdate()
327 out: in file_fmtdate()
343 goto out; in file_fmttime()
346 out: in file_fmttime()
/php-src/ext/standard/tests/serialize/
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;
/php-src/Zend/tests/try/
H A Dtry_finally_019.phpt23 goto out;
28 out: ;
/php-src/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-src/ext/phar/tests/
H A Dphar_extract2.phpt24 $out = array();
32 foreach ($extracted as $out) {
33 echo "$out\n";
/php-src/ext/standard/tests/mail/
H A Dgh7875.phpt19 sendmail_path={MAIL:{PWD}/gh7875.mail.out}
39 var_dump(file_exists(__DIR__ . "/gh7875.mail.out"));
46 @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-src/ext/standard/tests/file/
H A Duserfilters.phpt7 function filter($in, $out, &$consumed, $closing): int {
11 stream_bucket_append($out, $bucket);
H A Dbug39551.phpt10 public function filter($in, $out, &$consumed, $closing ): int {
13 stream_bucket_append($out, $bucket);
/php-src/ext/gd/libgd/
H A Dgd.h590 void gdImagePng(gdImagePtr im, FILE *out);
591 void gdImagePngCtx(gdImagePtr im, gdIOCtx *out);
592 void gdImageGif(gdImagePtr im, FILE *out);
593 void gdImageGifCtx(gdImagePtr im, gdIOCtx *out);
607 void gdImageWBMP(gdImagePtr image, int fg, FILE *out);
608 void gdImageWBMPCtx(gdImagePtr image, int fg, gdIOCtx *out);
619 void gdImageJpeg(gdImagePtr im, FILE *out, int quality);
660 void gdImagePngToSink(gdImagePtr im, gdSinkPtr out);
662 void gdImageGd(gdImagePtr im, FILE *out);
663 void gdImageGd2(gdImagePtr im, FILE *out, int cs, int fmt);
[all …]
/php-src/ext/filter/tests/
H A D031.phpt22 $out = filter_var($float, FILTER_VALIDATE_FLOAT);
23 var_dump($out);

Completed in 34 milliseconds

12345678910>>...20