Home
last modified time | relevance | path

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

12345678910>>...20

/php-src/ext/spl/tests/
H A DSplObjectStorage_seek.phpt85 Seek position -1 is out of range
86 Seek position 5 is out of range
139 Seek position 3 is out of range
/php-src/
H A DUPGRADING224 modifier ("i"), the expression locks out mixing of ASCII and non-ASCII
H A Dconfigure.ac910 [Set how installed files will be laid out. Type can be either PHP or GNU [PHP]])],
/php-src/ext/standard/
H A Darray.c5246 goto out;
5336 goto out;
5360 goto out;
5376 goto out;
5389 out:
5641 goto out;
5748 goto out;
5764 goto out;
5777 out:
/php-src/ext/hash/
H A Dhash.c464 static inline void php_hash_string_xor_char(unsigned char *out, const unsigned char *in, const unsi… in php_hash_string_xor_char() argument
467 out[i] = in[i] ^ xor_with; in php_hash_string_xor_char()
471 static inline void php_hash_string_xor(unsigned char *out, const unsigned char *in, const unsigned … in php_hash_string_xor() argument
474 out[i] = in[i] ^ xor_with[i]; in php_hash_string_xor()
/php-src/ext/dom/
H A Ddocument.c1623 xmlOutputBufferPtr out = xmlOutputBufferCreateBuffer(buf, handler); in dom_document_save_xml() local
1624 if (EXPECTED(out != NULL)) { in dom_document_save_xml()
1625 status = dom_xml_serialize(ctxt, out, node, format); in dom_document_save_xml()
1626 status |= xmlOutputBufferFlush(out); in dom_document_save_xml()
1627 status |= xmlOutputBufferClose(out); in dom_document_save_xml()
1663 xmlOutputBufferPtr out = xmlOutputBufferCreateBuffer(buf, handler); in dom_document_save_xml() local
1664 if (EXPECTED(out != NULL)) { in dom_document_save_xml()
1665 status = dom_xml_serialize(ctxt, out, (xmlNodePtr) docp, format); in dom_document_save_xml()
1666 status |= xmlOutputBufferFlush(out); in dom_document_save_xml()
1667 status |= xmlOutputBufferClose(out); in dom_document_save_xml()
/php-src/ext/curl/
H A Dinterface.c2871 char *out = NULL; in PHP_FUNCTION() local
2888 if ((out = curl_easy_unescape(ch->cp, ZSTR_VAL(str), ZSTR_LEN(str), &out_len))) { in PHP_FUNCTION()
2889 RETVAL_STRINGL(out, out_len); in PHP_FUNCTION()
2890 curl_free(out); in PHP_FUNCTION()
/php-src/sapi/cgi/
H A Dcgi_main.c2258 goto out;
2320 goto out;
2340 goto out;
2367 goto out;
2626 out:
/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst7 This sounds simple on the surface but turns out to be quite tricky, mainly because the data may not
/php-src/scripts/dev/
H A Dbless_tests.php37 $out = generateMinimallyDifferingOutput($out, $oldExpect); variable
39 $out = normalizeOutput($out); variable
66 $out = preg_replace('/in (\/|[A-Z]:\\\\)\S+:\d+/m', 'in %s:%d', $out);
68 $out = preg_replace('/object\(([A-Za-z0-9]*)\)#\d+/', 'object($1)#%d', $out);
70 $out = preg_replace('/Resource id #\d+/', 'Resource id #%d', $out);
71 $out = preg_replace('/resource\(\d+\) of type/', 'resource(%d) of type', $out);
72 $out = preg_replace(
75 $out);
76 $out = preg_replace('/string\(\d+\) "([^"]*%d)/', 'string(%d) "$1', $out);
77 $out = str_replace("\0", '%0', $out);
[all …]
/php-src/ext/openssl/
H A Dopenssl.c1724 BIO *out = NULL; in PHP_FUNCTION() local
1754 if (out && PEM_write_bio_PUBKEY(out, pkey)) { in PHP_FUNCTION()
1769 BIO_free_all(out); in PHP_FUNCTION()
4978 BIO_free(out); in PHP_FUNCTION()
5212 BIO_free(out); in PHP_FUNCTION()
5957 if (out == NULL) { in PHP_FUNCTION()
5976 BIO_free(out); in PHP_FUNCTION()
6668 if (out == NULL) { in PHP_FUNCTION()
6702 BIO_free(out); in PHP_FUNCTION()
6802 out = zend_string_truncate(out, out_len, 0); in PHP_FUNCTION()
[all …]
/php-src/ext/mbstring/
H A Dmbstring.c1940 out: in mb_find_strpos()
2297 out: in PHP_FUNCTION()
4403 out: in _php_mbstr_parse_mail_headers()
6085 out = mb_convert_buf_add4(out, in transfer_encode_mime_bytes()
6109 out = mb_convert_buf_add(out, c); in transfer_encode_mime_bytes()
6222 buf.out = mb_convert_buf_add(buf.out, ' '); in mb_mime_header_encode()
6227 buf.out = mb_convert_buf_add(buf.out, ' '); in mb_mime_header_encode()
6236 buf.out = mb_convert_buf_add(buf.out, ' '); in mb_mime_header_encode()
6241 buf.out = mb_convert_buf_add(buf.out, ' '); in mb_mime_header_encode()
6277 buf.out = mb_convert_buf_add(buf.out, ' '); in mb_mime_header_encode()
[all …]
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.c348 goto out; in lxb_selectors_state_tree()
387 out: in lxb_selectors_state_tree()
/php-src/build/
H A Dlibtool.m4571 # Find out which ABI we are using.
586 # Find out which ABI we are using.
620 # Find out which ABI we are using.
687 # Find out which ABI we are using.
1141 mkdir out
1156 cat out/conftest.err >&5
1163 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
1164 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
1172 test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
1173 $rm out/* && rmdir out
[all …]
H A Dphp.m4882 dnl Add build directories and directories required for the out-of-source builds.
2705 char out[32];
2706 _mm512_storeu_si512(out, _mm512_shuffle_epi8(mask, mask));
2733 char out[32];
2734 _mm512_storeu_si512(out, _mm512_permutexvar_epi8(mask, mask));
/php-src/docs/
H A Drelease-process.md119 3. Check out the *release branch* for this release from the *version branch*.
428 In the announcement message, point out the location of the release and the
459 1. Check out the *patch-level version branch* for the release
/php-src/Zend/
H A Dzend_execute.c2764 goto out; in zend_fetch_dimension_address_read()
2818 out: in zend_fetch_dimension_address_read()
/php-src/main/
H A Doutput.c259 if (context.out.data && context.out.used) { in php_output_flush()
261 php_output_write(context.out.data, context.out.used); in php_output_flush()
814 context->out.used = 0; in php_output_context_swap()
815 context->out.free = 0; in php_output_context_swap()
816 context->out.size = 0; in php_output_context_swap()
843 if (context->out.free && context->out.data) { in php_output_context_dtor()
1000 if (context->out.data && context->out.free) { in php_output_handler_op()
1006 context->out.free = 1; in php_output_handler_op()
1063 if (context.out.data && context.out.used) { in php_output_op()
1070 sapi_module.ub_write(context.out.data, context.out.used); in php_output_op()
[all …]
H A Dphp_output.h102 php_output_buffer out; member
/php-src/ext/tidy/
H A Dtidy.c468 ZVAL_LONG(out, 0); in tidy_doc_cast_handler()
472 ZVAL_DOUBLE(out, 0); in tidy_doc_cast_handler()
476 ZVAL_TRUE(out); in tidy_doc_cast_handler()
486 ZVAL_EMPTY_STRING(out); in tidy_doc_cast_handler()
506 ZVAL_LONG(out, 0); in tidy_node_cast_handler()
510 ZVAL_DOUBLE(out, 0); in tidy_node_cast_handler()
514 ZVAL_TRUE(out); in tidy_node_cast_handler()
522 ZVAL_STRINGL(out, (char *) buf.bp, buf.size-1); in tidy_node_cast_handler()
524 ZVAL_EMPTY_STRING(out); in tidy_node_cast_handler()
984 output_context->out.data = (char *) outbuf.bp; in php_tidy_output_handler()
[all …]
/php-src/ext/zlib/
H A Dzlib.c407 out = zend_string_truncate(out, Z.total_out, 0); in php_zlib_encode()
408 ZSTR_VAL(out)[ZSTR_LEN(out)] = '\0'; in php_zlib_encode() local
409 return out; in php_zlib_encode()
570 if (ctx.out.data && ctx.out.free) { in PHP_FUNCTION()
578 RETVAL_STRINGL(ctx.out.data, ctx.out.used); in PHP_FUNCTION()
996 out = zend_string_realloc(out, ZSTR_LEN(out) + CHUNK_SIZE, 0); in PHP_FUNCTION()
1008 out = zend_string_realloc(out, ZSTR_LEN(out) + CHUNK_SIZE, 0); in PHP_FUNCTION()
1044 out = zend_string_realloc(out, buffer_used, 0); in PHP_FUNCTION()
1229 out = zend_string_realloc(out, ZSTR_LEN(out) + 64, 0); in PHP_FUNCTION()
1240 ZSTR_VAL(out)[ZSTR_LEN(out)] = 0; in PHP_FUNCTION() local
[all …]
/php-src/ext/iconv/
H A Diconv.c342 if (out) { in php_iconv_output_handler()
343 output_context->out.data = estrndup(ZSTR_VAL(out), ZSTR_LEN(out)); in php_iconv_output_handler()
344 output_context->out.used = ZSTR_LEN(out); in php_iconv_output_handler()
448 *out = NULL; in php_iconv_string()
943 goto out; in _php_iconv_mime_encode()
953 goto out; in _php_iconv_mime_encode()
963 goto out; in _php_iconv_mime_encode()
1176 out: in _php_iconv_mime_encode()
1224 goto out; in _php_iconv_mime_decode()
1724 goto out; in _php_iconv_mime_decode()
[all …]
/php-src/ext/odbc/
H A Dconfig.m48 dnl Figure out which library file to link with for the Solid support.
51 dnl we have an error and should bail out, as we can't find the libs!
69 dnl Figure out which library file to link with for the Empress support.
/php-src/ext/opcache/
H A Dconfig.m459 dnl Find out which ABI we are using.
/php-src/ext/ftp/
H A Dftp.c1736 char out[INET6_ADDRSTRLEN]; in ftp_getdata() local
1739 r = inet_ntop(AF_INET6, &((struct sockaddr_in6*) sa)->sin6_addr, out, sizeof(out)); in ftp_getdata()
1742 …eprtarg_len = snprintf(eprtarg, sizeof(eprtarg), "|2|%s|%hu|", out, ntohs(((struct sockaddr_in6 *)… in ftp_getdata()

Completed in 195 milliseconds

12345678910>>...20