Home
last modified time | relevance | path

Searched refs:out (Results 51 – 75 of 450) sorted by relevance

12345678910>>...18

/PHP-8.1/ext/soap/
H A Dphp_sdl.c1838 WSDL_CACHE_PUT_INT(0,out); in sdl_serialize_type_ref()
1907 WSDL_CACHE_PUT_1(1, out); in sdl_serialize_resriction_int()
1911 WSDL_CACHE_PUT_1(0, out); in sdl_serialize_resriction_int()
1918 WSDL_CACHE_PUT_1(1, out); in sdl_serialize_resriction_char()
1922 WSDL_CACHE_PUT_1(0, out); in sdl_serialize_resriction_char()
1942 WSDL_CACHE_PUT_1(1, out); in sdl_serialize_type()
1970 WSDL_CACHE_PUT_1(0, out); in sdl_serialize_type()
2011 WSDL_CACHE_PUT_1(1, out); in sdl_serialize_type()
2014 WSDL_CACHE_PUT_1(0, out); in sdl_serialize_type()
2112 smart_str *out = &buf; in add_sdl_to_cache() local
[all …]
/PHP-8.1/ext/standard/tests/mail/
H A Dbug47983.phpt4 sendmail_path={MAIL:bug47983.out}
8 $mail = file_get_contents('bug47983.out');
13 unlink('bug47983.out');
/PHP-8.1/ext/mbstring/tests/
H A Dmb_strpos_empty_needle.phpt23 echo "\n-- ASCII string with out of bound positive offset --\n";
30 echo "\n-- ASCII string with out of bound negative offset --\n";
46 echo "\n-- Multi-byte string with out of bound positive offset --\n";
53 echo "\n-- Multi-byte string with out of bound negative offset --\n";
71 -- ASCII string with out of bound positive offset --
74 -- ASCII string with out of bound negative offset --
86 -- Multi-byte string with out of bound positive offset --
89 -- Multi-byte string with out of bound negative offset --
H A Dmb_strripos_empty_needle.phpt23 echo "\n-- ASCII string with out of bound positive offset --\n";
30 echo "\n-- ASCII string with out of bound negative offset --\n";
47 echo "\n-- Multi-byte string with out of bound positive offset --\n";
54 echo "\n-- Multi-byte string with out of bound negative offset --\n";
72 -- ASCII string with out of bound positive offset --
75 -- ASCII string with out of bound negative offset --
87 -- Multi-byte string with out of bound positive offset --
90 -- Multi-byte string with out of bound negative offset --
H A Dmb_stripos_empty_needle.phpt23 echo "\n-- ASCII string with out of bound positive offset --\n";
30 echo "\n-- ASCII string with out of bound negative offset --\n";
47 echo "\n-- Multi-byte string with out of bound positive offset --\n";
54 echo "\n-- Multi-byte string with out of bound negative offset --\n";
72 -- ASCII string with out of bound positive offset --
75 -- ASCII string with out of bound negative offset --
87 -- Multi-byte string with out of bound positive offset --
90 -- Multi-byte string with out of bound negative offset --
H A Dmb_strrpos_empty_needle.phpt23 echo "\n-- ASCII string with out of bound positive offset --\n";
30 echo "\n-- ASCII string with out of bound negative offset --\n";
47 echo "\n-- Multi-byte string with out of bound positive offset --\n";
54 echo "\n-- Multi-byte string with out of bound negative offset --\n";
72 -- ASCII string with out of bound positive offset --
75 -- ASCII string with out of bound negative offset --
87 -- Multi-byte string with out of bound positive offset --
90 -- Multi-byte string with out of bound negative offset --
H A Dillformed_utf_sequences.phpt58 $out = '';
69 var_dump($out);
84 $out = '';
95 var_dump($out);
97 $out = '';
108 var_dump($out);
110 $out = '';
121 var_dump($out);
125 $out = '';
137 var_dump($out);
[all …]
H A Dmb_ereg_search_setpos.phpt40 mb_ereg_search_setpos(): Argument #1 ($offset) is out of range
51 mb_ereg_search_setpos(): Argument #1 ($offset) is out of range
55 mb_ereg_search_setpos(): Argument #1 ($offset) is out of range
71 mb_ereg_search_setpos(): Argument #1 ($offset) is out of range
/PHP-8.1/main/
H A Doutput.c280 if (context.out.data && context.out.used) { in php_output_flush()
282 php_output_write(context.out.data, context.out.used); in php_output_flush()
835 context->out.used = 0; in php_output_context_swap()
836 context->out.free = 0; in php_output_context_swap()
837 context->out.size = 0; in php_output_context_swap()
864 if (context->out.free && context->out.data) { in php_output_context_dtor()
1013 if (context->out.data && context->out.free) { in php_output_handler_op()
1019 context->out.free = 1; in php_output_handler_op()
1076 if (context.out.data && context.out.used) { in php_output_op()
1083 sapi_module.ub_write(context.out.data, context.out.used); in php_output_op()
[all …]
/PHP-8.1/ext/standard/tests/filters/
H A Dphp_user_filter_02.phpt6 function filter($in, $out, $consumed, $closing): int {}
12 …eclaration of foo::filter($in, $out, $consumed, $closing): int must be compatible with php_user_fi…
/PHP-8.1/ext/phar/tests/tar/
H A Dbug70417.phpt9 exec('lsof -p ' . getmypid(), $out, $status);
13 if (!str_starts_with($out[0], 'COMMAND')) {
20 …exec('lsof -p ' . escapeshellarg(getmypid()) . ' 2> /dev/null', $out); // Note: valgrind can prod…
21 return count($out);
/PHP-8.1/ext/opcache/tests/jit/
H A Dshift_right_003.phpt14 $out = "";
16 $out .= \chr(0x80 | (($int >> $i) & 0x7f));
18 return $out . \chr($int >> $i);
/PHP-8.1/ext/standard/tests/streams/
H A Dstream_multi_filters_close.phpt7 public function filter($in, $out, &$consumed, $closing): int {
11 stream_bucket_append($out, stream_bucket_new($this->stream, $bucket->data));
26 public function filter($in, $out, &$consumed, $closing): int {
30 stream_bucket_append($out, stream_bucket_new($this->stream, $bucket->data));
/PHP-8.1/ext/gd/libgd/
H A Dgd_gif_out.c88 static int gifPutWord(int w, gdIOCtx *out);
107 if (!_gdImageGifCtx(im, out)) { in gdImageGifPtr()
108 rv = gdDPExtractData(out, size); in gdImageGifPtr()
112 out->gd_free (out); in gdImageGifPtr()
118 gdIOCtx *out = gdNewFileCtx (outFile); in gdImageGif() local
119 gdImageGifCtx (im, out); in gdImageGif()
120 out->gd_free (out); in gdImageGif()
125 _gdImageGifCtx(im, out); in gdImageGifCtx()
780 static int gifPutWord(int w, gdIOCtx *out) argument
783 gdPutC(w & 0xFF, out);
[all …]
H A Dgd_avif.c206 out->data = reader->rodata.data; in readFromCtx()
207 out->size = charsRead; in readFromCtx()
599 gdIOCtx *out = gdNewFileCtx(outFile); in gdImageAvifEx() local
601 if (out != NULL) { in gdImageAvifEx()
602 gdImageAvifCtx(im, out, quality, speed); in gdImageAvifEx()
603 out->gd_free(out); in gdImageAvifEx()
615 gdIOCtx *out = gdNewDynamicCtx(NEW_DYNAMIC_CTX_SIZE, NULL); in gdImageAvifPtrEx() local
617 if (out == NULL) { in gdImageAvifPtrEx()
621 gdImageAvifCtx(im, out, quality, speed); in gdImageAvifPtrEx()
622 rv = gdDPExtractData(out, size); in gdImageAvifPtrEx()
[all …]
H A Dgdtestft.c37 FILE *out; in main()
94 out = fopen ("test/fttest.png", "wb"); in main()
95 if (!out) in main()
100 gdImagePng (im, out); in main()
101 fclose (out); in main()
H A Dwebpng.c23 FILE *out; in main() local
248 out = stdout; in main()
256 out = fopen (outFn, "wb"); in main()
258 if (!out) in main()
267 gdImagePng (im, out); in main()
271 fclose (out); in main()
/PHP-8.1/ext/soap/tests/
H A Dbug70211.phpt16 $out = "";
18 $out .= chr($ptr & 0xff);
21 return $out;
/PHP-8.1/ext/xsl/tests/
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-8.1/Zend/tests/
H A Dbug24635.phpt18 out($this->Comment); // this line doesn't crash PHP
19 out("\n<!-- End Section: " . $this->Comment . "-->"); // this line
22 function out($code) { return; }
H A Dbug27598.phpt5 list($out[0]) = array(1);
6 var_dump($out);
/PHP-8.1/ext/standard/tests/general_functions/
H A Dproc_open-mb1.phpt27 $out = "";
30 $out .= fread($pipes[1], 1024);
35 echo $out;
H A Dproc_open-mb0.phpt30 $out = "";
33 $out .= fread($pipes[1], 1024);
38 echo $out;
/PHP-8.1/ext/fileinfo/libmagic/
H A Dbuffer.c74 goto out; in buffer_fill()
79 goto out; in buffer_fill()
87 goto out; in buffer_fill()
91 out: in buffer_fill()
/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddasm_ppc.lua75 out:write("\n")
154 out:write("\n")
161 out:write("enum {\n")
200 out:write("\n")
1761 wline(function(out) writeactions(out, name) end) function
1768 wline(function(out) writeglobals(out, prefix) end) function
1775 wline(function(out) writeglobalnames(out, name) end) function
1782 wline(function(out) writeexternnames(out, name) end) function
1869 out:write("\n")
1886 dumpactions(out)
[all …]

Completed in 64 milliseconds

12345678910>>...18