Home
last modified time | relevance | path

Searched refs:out (Results 1 – 25 of 425) sorted by last modified time

12345678910>>...17

/PHP-7.4/
H A DNEWS491 . Fixed bug #80402 (configure filtering out -lpthread). (Nikita)
1309 . Fixed bug #78833 (Integer overflow in pack causes out-of-bound access).
2386 . Fixed bug #77184 (Unsigned rational numbers are written out as signed
2452 . Fixed bug #77242 (heap out of bounds read in xmlrpc_decode()). (cmb)
2453 . Fixed bug #77380 (Global out of bounds read in xmlrpc base64 code). (Stas)
2461 thus making it work on Windows out of the box. (Kalle)
H A Dconfigure.ac859 [Set how installed files will be laid out. Type can be either PHP or GNU [PHP]])],
/PHP-7.4/main/streams/
H A Dstreams.c338 static const char *_php_stream_pretty_free_options(int close_options, char *out) in _php_stream_pretty_free_options() argument
341 strcat(out, "CALL_DTOR, "); in _php_stream_pretty_free_options()
343 strcat(out, "RELEASE_STREAM, "); in _php_stream_pretty_free_options()
345 strcat(out, "PREVERSE_HANDLE, "); in _php_stream_pretty_free_options()
347 strcat(out, "RSRC_DTOR, "); in _php_stream_pretty_free_options()
349 strcat(out, "PERSISTENT, "); in _php_stream_pretty_free_options()
351 strcat(out, "IGNORE_ENCLOSING, "); in _php_stream_pretty_free_options()
352 if (out[0] != '\0') in _php_stream_pretty_free_options()
353 out[strlen(out) - 2] = '\0'; in _php_stream_pretty_free_options()
354 return out; in _php_stream_pretty_free_options()
[all …]
/PHP-7.4/ext/standard/
H A Darray.c4891 goto out;
4963 goto out;
4987 goto out;
5003 goto out;
5016 out:
5302 goto out;
5396 goto out;
5412 goto out;
5425 out:
H A Duser_filters.c48 ZEND_ARG_INFO(0, out)
H A Ddns_win32.c265 unsigned short out[8]; in php_parserr() local
270 out[i * 2] = htons(LOWORD(chunk)); in php_parserr()
271 out[i * 2 + 1] = htons(HIWORD(chunk)); in php_parserr()
275 if (out[i] != 0) { in php_parserr()
281 tp += sprintf((char*)tp,"%x", out[i]); in php_parserr()
H A Dstring.c174 PHPAPI struct lconv *localeconv_r(struct lconv *out) in localeconv_r() argument
189 *out = *cur->locinfo->lconv; in localeconv_r()
194 *out = *localeconv(); in localeconv_r()
201 return out; in localeconv_r()
4233 *out++ = str[i];
4240 *out++ = '\0';
4247 vst1q_u8((uint8_t*)out, x);
4248 out += 16;
4261 *out++='\0';
4269 *out++ = *str++;
[all …]
/PHP-7.4/ext/simplexml/tests/
H A Dbug79971_1.phpt18 var_dump($sxe->asXML("$uri.out%00foo"));
/PHP-7.4/ext/gd/libgd/
H A Dgd_png.c442 gdIOCtx *out = gdNewFileCtx(outFile); in gdImagePngEx() local
444 out->gd_free(out); in gdImagePngEx()
449 gdIOCtx *out = gdNewFileCtx(outFile); in gdImagePng() local
450 gdImagePngCtxEx(im, out, -1, -1); in gdImagePng()
451 out->gd_free(out); in gdImagePng()
457 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImagePngPtr() local
458 gdImagePngCtxEx(im, out, -1, -1); in gdImagePngPtr()
459 rv = gdDPExtractData(out, size); in gdImagePngPtr()
460 out->gd_free(out); in gdImagePngPtr()
470 rv = gdDPExtractData(out, size); in gdImagePngPtrEx()
[all …]
/PHP-7.4/ext/mbstring/
H A Dmbstring.c4219 goto out; in _php_mbstr_parse_mail_headers()
4313 out: in _php_mbstr_parse_mail_headers()
/PHP-7.4/ext/mysqli/tests/
H A Dbug64726.phpt23 Warning: mysqli_result::fetch_object(): (HY000/2014): Commands out of sync; you can't run this comm…
H A Dmysqli_report.phpt326 Warning: mysqli_autocommit(): (%s/%d): Commands out of sync; you can't run this command now in %s o…
328 Warning: mysqli_commit(): (%s/%d): Commands out of sync; you can't run this command now in %s on li…
330 Warning: mysqli_rollback(): (%s/%d): Commands out of sync; you can't run this command now in %s on …
332 Warning: mysqli_stmt_prepare(): (%s/%d): Commands out of sync; you can't run this command now in %s…
/PHP-7.4/ext/standard/tests/filters/
H A Dbug54350.phpt7 function filter($in, $out, &$consumed, $closing): int {
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch933 out:
1209 out:
1241 out:
1250 out:
1261 out:
1291 out:
2275 -out:
2492 -out:
2555 +out:
2679 -out:
[all …]
/PHP-7.4/ext/fileinfo/libmagic/
H A Dencoding.c589 from_ebcdic(const unsigned char *buf, size_t nbytes, unsigned char *out) in from_ebcdic() argument
594 out[i] = ebcdic_to_ascii[buf[i]]; in from_ebcdic()
/PHP-7.4/TSRM/
H A Dtsrm_win32.c455 HANDLE in, out; in popen_ex() local
508 if (!type_len || !CreatePipe(&in, &out, &security, 2048L)) { in popen_ex()
528 startup.hStdOutput = out; in popen_ex()
530 out = dupHandle(out, FALSE); in popen_ex()
582 CloseHandle(out); in popen_ex()
584 fno = _open_osfhandle((tsrm_intptr_t)out, _O_WRONLY | mode); in popen_ex()
/PHP-7.4/ext/curl/
H A Dinterface.c3827 char *out = NULL; in PHP_FUNCTION() local
3846 if ((out = curl_easy_unescape(ch->cp, ZSTR_VAL(str), ZSTR_LEN(str), &out_len))) { in PHP_FUNCTION()
3847 RETVAL_STRINGL(out, out_len); in PHP_FUNCTION()
3848 curl_free(out); in PHP_FUNCTION()
/PHP-7.4/ext/imap/
H A Dphp_imap.c2492 zval *stream, *out; in PHP_FUNCTION() local
2511 switch (Z_TYPE_P(out)) in PHP_FUNCTION()
2829 unsigned char *out, *outp; in PHP_FUNCTION() local
2901 out = emalloc(outlen + 1); in PHP_FUNCTION()
2904 outp = out; in PHP_FUNCTION()
2952 if (outp - out != outlen) { in PHP_FUNCTION()
2968 zend_string *out; in PHP_FUNCTION() local
3068 RETURN_STR(out); in PHP_FUNCTION()
3081 unsigned char *out; in php_imap_mutf7() local
3097 if (out == NIL) { in php_imap_mutf7()
[all …]
/PHP-7.4/ext/openssl/
H A Dopenssl.c142 ZEND_ARG_INFO(1, out)
192 ZEND_ARG_INFO(1, out)
212 ZEND_ARG_INFO(1, out)
255 ZEND_ARG_INFO(1, out)
2010 BIO *out = NULL; in PHP_FUNCTION() local
2040 if (out && PEM_write_bio_PUBKEY(out, pkey)) { in PHP_FUNCTION()
2055 if (out != NULL) { in PHP_FUNCTION()
4824 BIO *out; in PHP_FUNCTION() local
4837 BIO_free(out); in PHP_FUNCTION()
4988 BIO_free(out); in PHP_FUNCTION()
[all …]
H A Dxp_ssl.c117 #define PHP_X509_NAME_ENTRY_TO_UTF8(ne, i, out) \ argument
118 ASN1_STRING_to_UTF8(&out, X509_NAME_ENTRY_get_data(X509_NAME_get_entry(ne, i)))
1546 unsigned char *out; in php_openssl_alpn_protos_parse() local
1554 out = emalloc(strlen(in) + 1); in php_openssl_alpn_protos_parse()
1559 efree(out); in php_openssl_alpn_protos_parse()
1562 out[start] = i - start; in php_openssl_alpn_protos_parse()
1565 out[i + 1] = in[i]; in php_openssl_alpn_protos_parse()
1571 return out; in php_openssl_alpn_protos_parse()
1576 const unsigned char **out, unsigned char *outlen, in php_openssl_server_alpn_callback() argument
1581 …if (SSL_select_next_proto((unsigned char **)out, outlen, sslsock->alpn_ctx.data, sslsock->alpn_ctx… in php_openssl_server_alpn_callback()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c2303 goto out;
2364 goto out;
2384 goto out;
2411 goto out;
2674 out:
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c1674 goto out; in main()
1708 goto out; in main()
1728 goto out; in main()
1746 goto out; in main()
1759 goto out; in main()
1993 out: in main()
/PHP-7.4/main/
H A Doutput.c273 if (context.out.data && context.out.used) { in php_output_flush()
275 php_output_write(context.out.data, context.out.used); in php_output_flush()
827 context->out.used = 0; in php_output_context_swap()
828 context->out.free = 0; in php_output_context_swap()
829 context->out.size = 0; in php_output_context_swap()
856 if (context->out.free && context->out.data) { in php_output_context_dtor()
1005 if (context->out.data && context->out.free) { in php_output_handler_op()
1011 context->out.free = 1; in php_output_handler_op()
1068 if (context.out.data && context.out.used) { in php_output_op()
1075 sapi_module.ub_write(context.out.data, context.out.used); in php_output_op()
[all …]
/PHP-7.4/sapi/cli/
H A Dphp_cli.c648 goto out; in do_cli()
676 goto out; in do_cli()
690 goto out; in do_cli()
980 goto out; in do_cli()
990 goto out; in do_cli()
1131 out: in do_cli()
1146 goto out; in do_cli()
1286 goto out; in WinMain()
1290 goto out; in WinMain()
1334 goto out; in WinMain()
[all …]
H A Dphp_cli_server.c1362 goto out; in php_network_listen_socket()
1367 goto out; in php_network_listen_socket()
1370 out: in php_network_listen_socket()
2426 goto out; in php_cli_server_ctor()
2436 goto out; in php_cli_server_ctor()
2442 goto out; in php_cli_server_ctor()
2457 goto out; in php_cli_server_ctor()
2468 goto out; in php_cli_server_ctor()
2479 goto out; in php_cli_server_ctor()
2483 out: in php_cli_server_ctor()
[all …]

Completed in 246 milliseconds

12345678910>>...17