Home
last modified time | relevance | path

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

12345678910>>...18

/PHP-8.0/ext/standard/tests/filters/
H A Dphp_user_filter_02.phpt6 function filter($in, $out, $consumed, $closing) {}
12 …: Declaration of foo::filter($in, $out, $consumed, $closing) must be compatible with php_user_filt…
/PHP-8.0/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.0/ext/soap/tests/
H A Dbug70211.phpt12 $out = "";
14 $out .= chr($ptr & 0xff);
17 return $out;
/PHP-8.0/ext/soap/
H A Dphp_sdl.c1835 WSDL_CACHE_PUT_INT(0,out); in sdl_serialize_type_ref()
1904 WSDL_CACHE_PUT_1(1, out); in sdl_serialize_resriction_int()
1908 WSDL_CACHE_PUT_1(0, out); in sdl_serialize_resriction_int()
1915 WSDL_CACHE_PUT_1(1, out); in sdl_serialize_resriction_char()
1919 WSDL_CACHE_PUT_1(0, out); in sdl_serialize_resriction_char()
1939 WSDL_CACHE_PUT_1(1, out); in sdl_serialize_type()
1967 WSDL_CACHE_PUT_1(0, out); in sdl_serialize_type()
2008 WSDL_CACHE_PUT_1(1, out); in sdl_serialize_type()
2011 WSDL_CACHE_PUT_1(0, out); in sdl_serialize_type()
2109 smart_str *out = &buf; in add_sdl_to_cache() local
[all …]
/PHP-8.0/ext/standard/
H A Duser_filters.stub.php9 * @param resource $out
13 public function filter($in, $out, &$consumed, bool $closing) {} argument
/PHP-8.0/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()
834 context->out.used = 0; in php_output_context_swap()
835 context->out.free = 0; in php_output_context_swap()
836 context->out.size = 0; in php_output_context_swap()
863 if (context->out.free && context->out.data) { in php_output_context_dtor()
1012 if (context->out.data && context->out.free) { in php_output_handler_op()
1018 context->out.free = 1; in php_output_handler_op()
1075 if (context.out.data && context.out.used) { in php_output_op()
1082 sapi_module.ub_write(context.out.data, context.out.used); in php_output_op()
[all …]
/PHP-8.0/ext/standard/tests/streams/
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));
/PHP-8.0/ext/pgsql/tests/
H A Dskipif.inc31 $out = pg_escape_bytea("\xFF");
32 if (strpos($out, '377') !== false) {
39 $out = pg_escape_bytea("\xFF");
40 if (strpos($out, '377') === false) {
/PHP-8.0/ext/phar/tests/tar/
H A Dbug70417.phpt8 exec('lsof -p ' . getmypid(), $out, $status);
12 if (!str_starts_with($out[0], 'COMMAND')) {
19 …exec('lsof -p ' . escapeshellarg(getmypid()) . ' 2> /dev/null', $out); // Note: valgrind can prod…
20 return count($out);
/PHP-8.0/ext/mbstring/tests/
H A Dillformed_utf_sequences.phpt61 $out = '';
68 $out .= $s;
72 var_dump($out);
87 $out = '';
98 var_dump($out);
100 $out = '';
111 var_dump($out);
113 $out = '';
124 var_dump($out);
128 $out = '';
[all …]
H A Dmb_strpos_empty_needle.phpt26 echo "\n-- ASCII string with out of bound positive offset --\n";
33 echo "\n-- ASCII string with out of bound negative offset --\n";
49 echo "\n-- Multi-byte string with out of bound positive offset --\n";
56 echo "\n-- Multi-byte string with out of bound negative offset --\n";
74 -- ASCII string with out of bound positive offset --
77 -- ASCII string with out of bound negative offset --
89 -- Multi-byte string with out of bound positive offset --
92 -- Multi-byte string with out of bound negative offset --
H A Dmb_strrpos_empty_needle.phpt26 echo "\n-- ASCII string with out of bound positive offset --\n";
33 echo "\n-- ASCII string with out of bound negative offset --\n";
50 echo "\n-- Multi-byte string with out of bound positive offset --\n";
57 echo "\n-- Multi-byte string with out of bound negative offset --\n";
75 -- ASCII string with out of bound positive offset --
78 -- ASCII string with out of bound negative offset --
90 -- Multi-byte string with out of bound positive offset --
93 -- Multi-byte string with out of bound negative offset --
H A Dmb_stripos_empty_needle.phpt26 echo "\n-- ASCII string with out of bound positive offset --\n";
33 echo "\n-- ASCII string with out of bound negative offset --\n";
50 echo "\n-- Multi-byte string with out of bound positive offset --\n";
57 echo "\n-- Multi-byte string with out of bound negative offset --\n";
75 -- ASCII string with out of bound positive offset --
78 -- ASCII string with out of bound negative offset --
90 -- Multi-byte string with out of bound positive offset --
93 -- Multi-byte string with out of bound negative offset --
H A Dmb_strripos_empty_needle.phpt26 echo "\n-- ASCII string with out of bound positive offset --\n";
33 echo "\n-- ASCII string with out of bound negative offset --\n";
50 echo "\n-- Multi-byte string with out of bound positive offset --\n";
57 echo "\n-- Multi-byte string with out of bound negative offset --\n";
75 -- ASCII string with out of bound positive offset --
78 -- ASCII string with out of bound negative offset --
90 -- Multi-byte string with out of bound positive offset --
93 -- Multi-byte string with out of bound negative offset --
H A Dmb_ereg_search_setpos.phpt39 mb_ereg_search_setpos(): Argument #1 ($offset) is out of range
50 mb_ereg_search_setpos(): Argument #1 ($offset) is out of range
54 mb_ereg_search_setpos(): Argument #1 ($offset) is out of range
70 mb_ereg_search_setpos(): Argument #1 ($offset) is out of range
/PHP-8.0/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.0/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.0/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.0/ext/dba/libcdb/
H A Duint32.h32 void uint32_pack(char *out, uint32 in);
33 void uint32_unpack(const char *in, uint32 *out);
/PHP-8.0/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 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 Dgddemo.c11 FILE *out; in main() local
108 out = fopen ("demoout.png", "wb"); in main()
110 gdImagePng (im_out, out); in main()
111 fclose (out); in main()
/PHP-8.0/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()

Completed in 56 milliseconds

12345678910>>...18