Home
last modified time | relevance | path

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

12345678910>>...17

/PHP-7.4/Zend/tests/try/
H A Dtry_finally_019.phpt23 goto out;
28 out: ;
/PHP-7.4/ext/standard/tests/file/
H A Duserfilters.phpt7 function filter($in, $out, &$consumed, $closing) {
11 stream_bucket_append($out, $bucket);
H A Dfread_fwrite_basic.phpt47 $out = "extra";
48 fwrite($h, $out);
52 fseek($h, -strlen($out) + 1, SEEK_CUR);
53 echo "last bytes: ".fread($h, strlen($out))."\n";
/PHP-7.4/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 */
H A Dbug21478.phpt6 function filter($in, $out, &$consumed, $closing) {
9 stream_bucket_append($out, $bucket);
H A Dbug78406.phpt13 public function filter($in, $out, &$consumed, $closing)
27 stream_bucket_append($out, $bucket);
H A Dns_024.phpt2 024: __NAMESPACE__ constant out of namespace
/PHP-7.4/ext/shmop/tests/
H A D002.phpt37 // warning outputs: start is out of range
42 // warning outputs: count is out of range
51 // warning outputs: offset out of range
89 Warning: shmop_read(): start is out of range in %s on line %d
92 Warning: shmop_read(): count is out of range in %s on line %d
99 Warning: shmop_write(): offset out of range in %s on line %d
/PHP-7.4/ext/phar/tests/
H A Dphar_extract2.phpt24 $out = array();
32 foreach ($extracted as $out) {
33 echo "$out\n";
/PHP-7.4/ext/standard/tests/filters/
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-7.4/ext/standard/
H A Dcrypt.c114 char output[MD5_HASH_MAX_LEN], *out; in php_crypt() local
116 out = php_md5_crypt_r(password, salt, output); in php_crypt()
117 if (out) { in php_crypt()
118 return zend_string_init(out, strlen(out), 0); in php_crypt()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_dfg.c28 zend_bitset tmp, def, use, in, out; in zend_build_dfg() local
38 out = dfg->out; in zend_build_dfg()
227 …zend_bitset_copy(DFG_BITSET(out, set_size, j), DFG_BITSET(in, set_size, blocks[j].successors[0]), … in zend_build_dfg()
229 …zend_bitset_union(DFG_BITSET(out, set_size, j), DFG_BITSET(in, set_size, blocks[j].successors[k]),… in zend_build_dfg()
232 zend_bitset_clear(DFG_BITSET(out, set_size, j), set_size); in zend_build_dfg()
234 …zend_bitset_union_with_difference(tmp, DFG_BITSET(use, set_size, j), DFG_BITSET(out, set_size, j),… in zend_build_dfg()
/PHP-7.4/ext/opcache/tests/
H A Dbug64353.phpt12 public function filter($in, $out, &$consumed, $closing) {
18 stream_bucket_append($out, $bucket);
H A Dbug74596.phpt35 function filter($in, $out, &$consumed, $closing)
39 stream_bucket_append($out, $bucket);
/PHP-7.4/ext/spl/tests/
H A Darray_014.phpt46 Seek position -1 is out of range
47 Seek position 12 is out of range
H A Dunserialize.phpt16 $out = serialize($obj);
18 var_dump($exp === $out);
H A Ddllist_006.phpt59 Exception: Offset invalid or out of range
61 Exception: Offset invalid or out of range
/PHP-7.4/ext/intl/tests/
H A Dsymfony_format_type_int32_intl3.phpt10 …,648";i:3;s:83:"->format() TYPE_INT32 formats inconsistently an integer if out of the 32 bit range…
30 string(83) "->format() TYPE_INT32 formats inconsistently an integer if out of the 32 bit range."
H A Dsymfony_format_type_int32_intl6.phpt10 ….00)";i:3;s:83:"->format() TYPE_INT32 formats inconsistently an integer if out of the 32 bit range…
30 string(83) "->format() TYPE_INT32 formats inconsistently an integer if out of the 32 bit range."
H A Dsymfony_format_type_int32_intl7.phpt10 …7.00";i:3;s:83:"->format() TYPE_INT32 formats inconsistently an integer if out of the 32 bit range…
30 string(83) "->format() TYPE_INT32 formats inconsistently an integer if out of the 32 bit range."
/PHP-7.4/ext/date/tests/
H A Dmktime-1.phpt2 Check for mktime with out-of-range parameters
9 # MacOS/X libc implementation doesn't treat out-of-range values
/PHP-7.4/ext/gd/libgd/
H A Dgd.h586 void gdImagePng(gdImagePtr im, FILE *out);
587 void gdImagePngCtx(gdImagePtr im, gdIOCtx *out);
588 void gdImageGif(gdImagePtr im, FILE *out);
589 void gdImageGifCtx(gdImagePtr im, gdIOCtx *out);
603 void gdImageWBMP(gdImagePtr image, int fg, FILE *out);
604 void gdImageWBMPCtx(gdImagePtr image, int fg, gdIOCtx *out);
615 void gdImageJpeg(gdImagePtr im, FILE *out, int quality);
637 void gdImagePngToSink(gdImagePtr im, gdSinkPtr out);
639 void gdImageGd(gdImagePtr im, FILE *out);
640 void gdImageGd2(gdImagePtr im, FILE *out, int cs, int fmt);
[all …]
/PHP-7.4/ext/standard/tests/mail/
H A Dbug51604.phpt4 sendmail_path=tee mail_bug51604.out >/dev/null
18 $outFile = "mail_bug51604.out";
/PHP-7.4/ext/dom/tests/
H A Dbug80268_2.phpt26 Warning: DOMDocument::loadHTML(): Char 0x0 out of allowed range in Entity, line: 1 in %s on line %d
29 Warning: DOMDocument::loadHTMLFile(): Char 0x0 out of allowed range in %s on line %d

Completed in 37 milliseconds

12345678910>>...17