Home
last modified time | relevance | path

Searched refs:out (Results 26 – 50 of 450) sorted by relevance

12345678910>>...18

/PHP-8.1/ext/gd/libgd/
H A Dgd2copypal.c16 FILE *in, *out; in main() local
52 out = fopen (argv[2], "wb"); in main()
53 if (!out) in main()
59 gdImageGd2 (im, out, 128, 2); in main()
60 fclose (out); in main()
H A Dgdparttopng.c14 FILE *in, *out; in main() local
43 out = fopen (argv[2], "wb"); in main()
44 if (!out) in main()
51 gdImagePng (im, out); in main()
55 fclose (out); in main()
H A Dgd_xbm.c162 void gdCtxPrintf(gdIOCtx * out, const char *format, ...) in gdCtxPrintf() argument
171 out->putBuf(out, buf, len); in gdCtxPrintf()
177 void gdImageXbmCtx(gdImagePtr image, char* file_name, int fg, gdIOCtx * out) in gdImageXbmCtx() argument
200 gdCtxPrintf(out, "#define %s_width %d\n", name, gdImageSX(image)); in gdImageXbmCtx()
201 gdCtxPrintf(out, "#define %s_height %d\n", name, gdImageSY(image)); in gdImageXbmCtx()
202 gdCtxPrintf(out, "static unsigned char %s_bits[] = {\n ", name); in gdImageXbmCtx()
219 gdCtxPrintf(out, ", "); in gdImageXbmCtx()
221 gdCtxPrintf(out, "\n "); in gdImageXbmCtx()
226 gdCtxPrintf(out, "0x%02X", c); in gdImageXbmCtx()
233 gdCtxPrintf(out, "};\n"); in gdImageXbmCtx()
H A Dwbmp.h43 void putmbi( int i, void (*putout)(int c, void *out), void *out);
48 int writewbmp( Wbmp *wbmp, void (*putout)( int c, void *out), void *out);
H A Dgd_gd2.c656 gdPutWord(im->sx, out); in _gd2PutHeader()
657 gdPutWord(im->sy, out); in _gd2PutHeader()
658 gdPutWord(cs, out); in _gd2PutHeader()
659 gdPutWord(fmt, out); in _gd2PutHeader()
660 gdPutWord(cx, out); in _gd2PutHeader()
661 gdPutWord(cy, out); in _gd2PutHeader()
728 idxPos = gdTell(out); in _gdImageGd2()
809 gdSeek(out, idxPos); in _gdImageGd2()
816 gdSeek(out, posSave); in _gdImageGd2()
838 out->gd_free(out); in gdImageGd2()
[all …]
H A Dtestac.c21 FILE *out; in main() local
79 FILE *out; in testDrawing() local
110 out = fopen (filename, "wb"); in testDrawing()
125 gdImagePng (im_out, out); in testDrawing()
126 fclose (out); in testDrawing()
/PHP-8.1/ext/standard/tests/strings/
H A Dbug55871.phpt27 $out = substr_replace(array(&$my_var), array(new test1), 40, 0);
28 var_dump($out, $my_var);
30 $out = substr_replace(array(&$my_var), array(new test2), 40, 0);
31 var_dump($out, $my_var);
33 $out = substr_replace(array(&$my_var), array(new test3), 40, 0);
34 var_dump($out, $my_var);
/PHP-8.1/ext/date/tests/
H A Dbug-gh9763.phpt21 Testing +99:60: DateTimeZone::__construct(): Timezone offset is out of range (+99:60)
22 Testing +99:62: DateTimeZone::__construct(): Timezone offset is out of range (+99:62)
23 Testing -99:62: DateTimeZone::__construct(): Timezone offset is out of range (-99:62)
24 Testing -99:60: DateTimeZone::__construct(): Timezone offset is out of range (-99:60)
25 Testing +9960: DateTimeZone::__construct(): Timezone offset is out of range (+9960)
26 Testing -9960: DateTimeZone::__construct(): Timezone offset is out of range (-9960)
/PHP-8.1/ext/standard/
H A Dbase64.c113 out += 64; in neon_base64_encode()
119 return out; in neon_base64_encode()
128 out = neon_base64_encode(in, inl, out, &left); in php_base64_encode_impl()
150 *out++ = base64_pad; in php_base64_encode_impl()
158 *out = '\0'; in php_base64_encode_impl()
160 return out; in php_base64_encode_impl()
237 out += 16 * 3; in neon_base64_decode()
288 out[j] = ch << 2; in php_base64_decode_impl()
299 out[j++] |= ch; in php_base64_decode_impl()
317 out[j] = '\0'; in php_base64_decode_impl()
[all …]
/PHP-8.1/ext/snmp/tests/
H A Dbug72479.phpt13 $out = unserialize($poc);
24 var_dump($out[1]);
28 $out = '';
30 $out .= chr($ptr & 0xff);
33 return $out;
/PHP-8.1/ext/zlib/
H A Dzlib.c409 out = zend_string_truncate(out, Z.total_out, 0); in php_zlib_encode()
410 ZSTR_VAL(out)[ZSTR_LEN(out)] = '\0'; in php_zlib_encode() local
411 return out; in php_zlib_encode()
572 if (ctx.out.data && ctx.out.free) { in PHP_FUNCTION()
580 RETVAL_STRINGL(ctx.out.data, ctx.out.used); in PHP_FUNCTION()
998 out = zend_string_realloc(out, ZSTR_LEN(out) + CHUNK_SIZE, 0); in PHP_FUNCTION()
1010 out = zend_string_realloc(out, ZSTR_LEN(out) + CHUNK_SIZE, 0); in PHP_FUNCTION()
1046 out = zend_string_realloc(out, buffer_used, 0); in PHP_FUNCTION()
1231 out = zend_string_realloc(out, ZSTR_LEN(out) + 64, 0); in PHP_FUNCTION()
1242 ZSTR_VAL(out)[ZSTR_LEN(out)] = 0; in PHP_FUNCTION() local
[all …]
/PHP-8.1/ext/standard/tests/filters/
H A Dbug73586.phpt7 function filter($in, $out, &$consumed, $closing): int {
10 stream_bucket_append($out, $bucket);
14 stream_bucket_append($out, $bucket);
28 function filter($in, $out, &$consumed, $closing): int {
31 stream_bucket_append($out, $bucket);
35 stream_bucket_append($out, $bucket);
H A Dphp_user_filter_01.phpt6 function filter($in, $out, &$consumed, $closing): int {}
11 function filter($in, $out, &$consumed): int {}
17 …or: Declaration of bar::filter($in, $out, &$consumed): int must be compatible with php_user_filter…
/PHP-8.1/ext/hash/murmur/
H A DPMurHash128.h32 …x64_Result(const uint64_t ph[2], const uint64_t pcarry[2], uint32_t total_length, uint64_t out[2]);
33 void PMurHash128x64(const void * key, const int len, uint32_t seed, void * out);
37 …x86_Result(const uint32_t ph[4], const uint32_t pcarry[4], uint32_t total_length, uint32_t out[4]);
38 void PMurHash128x86(const void * key, const int len, uint32_t seed, void * out);
/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddynasm.lua104 line(out)
251 out:write("\n")
486 out:write("\n")
489 out:write("\n")
546 wline(function(out)
567 out:write("\n")
614 out:write("\n")
655 local out = stdout
659 g_arch.dumparch(out)
689 out:write("\n")
[all …]
H A Ddasm_arm.lua73 out:write("\n")
156 out:write("\n")
163 out:write("enum {\n")
202 out:write("\n")
955 wline(function(out) writeactions(out, name) end) function
962 wline(function(out) writeglobals(out, prefix) end) function
969 wline(function(out) writeglobalnames(out, name) end) function
976 wline(function(out) writeexternnames(out, name) end) function
1063 out:write("\n")
1080 dumpactions(out)
[all …]
H A Ddasm_arm64.lua75 out:write("\n")
158 out:write("\n")
165 out:write("enum {\n")
204 out:write("\n")
1034 wline(function(out) writeactions(out, name) end) function
1041 wline(function(out) writeglobals(out, prefix) end) function
1048 wline(function(out) writeglobalnames(out, name) end) function
1055 wline(function(out) writeexternnames(out, name) end) function
1169 out:write("\n")
1186 dumpactions(out)
[all …]
/PHP-8.1/ext/standard/tests/file/
H A Dbug26615.phpt7 $out = array();
10 …_EXECUTABLE'].' -n -r \'for($i=1;$i<=5000;$i++) print "$i\n";\' | tr \'\n\' \' \'', $out, $status);
12 …exec($_ENV['TEST_PHP_EXECUTABLE'].' -n -r "for($i=1;$i<=5000;$i++) echo $i,\' \';"', $out, $status…
14 print_r($out);
H A Dbug26938.phpt5 $out = array();
14 . '}\'', $out, $status);
21 . '}"', $out, $status);
24 print "md5(line $i)= " . md5($out[$i]) . " (length " .
25 strlen($out[$i]) . ")\n";
/PHP-8.1/ext/gd/tests/
H A Dimagegammacorrect_variation2.phpt13 function test_gamma_both($in, $out)
15 test_gamma($in, $out, 'imagecreate');
16 test_gamma($in, $out, 'imagecreatetruecolor');
19 function test_gamma($in, $out, $constructor)
28 imagegammacorrect($im, $in, $out);
31 . "imagegammacorrect_variation2_{$in}_{$out}.png";
33 echo "$kind gamma ($in, $out): ";
/PHP-8.1/ext/intl/tests/
H A Dbug72241.phpt2 Bug #72241: get_icu_value_internal out-of-bounds read
8 $out = locale_get_primary_language($var1);
9 var_dump($out);
/PHP-8.1/Zend/tests/
H A Dlsb_024.phpt9 public static function out() {
19 A::out();
20 B::out();
21 C::out();
H A Dlsb_023.phpt7 public static function out() {
19 A::out();
20 B::out();
21 C::out();
/PHP-8.1/ext/filter/tests/
H A D030.phpt53 $out = filter_var($ip, FILTER_VALIDATE_IP, FILTER_FLAG_IPV6);
54 $out = $out !== false;
55 if ($exp != $out) {
57 $out?"true":"false", ")\n";
/PHP-8.1/ext/standard/tests/streams/
H A Dbug76859.phpt13 $out = '';
15 $out .= stream_get_line($fh, 1024);
20 echo strlen($out) . "\n";

Completed in 52 milliseconds

12345678910>>...18