Home
last modified time | relevance | path

Searched refs:output (Results 226 – 250 of 611) sorted by relevance

12345678910>>...25

/PHP-7.3/ext/standard/
H A Durl_scanner_ex.c309 append_modified_url(&ctx->val, &ctx->result, &ctx->url_app, PG(arg_separator).output); in tag_arg()
1028 append_modified_url(&surl, &buf, &url_app, PG(arg_separator).output); in php_url_scanner_adapt_single_url()
1122 smart_str_appendl(&ctx->result, output, output_len); in php_url_scanner_session_handler_impl()
1130 *handled_output = estrndup(output, *handled_output_len = output_len); in php_url_scanner_session_handler_impl()
1139 …php_url_scanner_session_handler_impl(output, output_len, handled_output, handled_output_len, mode,… in php_url_scanner_session_handler()
1144 …php_url_scanner_session_handler_impl(output, output_len, handled_output, handled_output_len, mode,… in php_url_scanner_output_handler()
1172 smart_str_appends(&url_state->url_app, PG(arg_separator).output); in php_url_scanner_add_var_impl()
1313 separator_len = strlen(PG(arg_separator).output); in php_url_scanner_reset_var_impl()
1315 if (!memcmp(end, PG(arg_separator).output, separator_len)) { in php_url_scanner_reset_var_impl()
1329 && (size_t)(start - PG(arg_separator).output) >= separator_len in php_url_scanner_reset_var_impl()
[all …]
H A Dcrypt_freesec.c672 memcpy(data->output, setting, 9); in _crypt_extended_r()
673 data->output[9] = '\0'; in _crypt_extended_r()
674 p = (u_char *) data->output + 9; in _crypt_extended_r()
689 data->output[0] = setting[0]; in _crypt_extended_r()
690 data->output[1] = setting[1]; in _crypt_extended_r()
691 p = (u_char *) data->output + 2; in _crypt_extended_r()
720 return(data->output); in _crypt_extended_r()
/PHP-7.3/ext/standard/tests/general_functions/
H A Dbug44394.phpt2 Bug #44394 (Last two bytes missing from output)
H A Ddebug_zval_dump_e.phpt7 to output.
/PHP-7.3/ext/xmlreader/tests/
H A Dbug70309.phpt2 XMLReader: Bug #70309 XmlReader read generates extra output
10 /* From the bug report an extra message comes from libxml2 debug output left unwrapped. */
/PHP-7.3/ext/zlib/tests/
H A Dbug74240.phpt21 $output = deflate_add(
/PHP-7.3/ext/xsl/tests/53965/
H A Dcollection.xsl6 <xsl:output method="html" encoding="iso-8859-1" indent="no"/>
/PHP-7.3/
H A D.gitignore55 configuration-parser.output
118 sapi/phpdbg/*.output
134 Zend/zend_ini_parser.output
137 Zend/zend_language_parser.output
/PHP-7.3/ext/standard/tests/strings/
H A Dsetlocale_basic2.phpt29 // start the buffering of next command to internal output buffer
35 // get the contents from the internal output buffer
38 // fflush and end the output buffering to internal output buffer
H A D007-win32.phpt2 php_strip_whitespace() and output buffer
H A D007.phpt2 php_strip_whitespace() and output buffer
H A Dmd5raw.phpt2 md5() with RAW output
/PHP-7.3/ext/iconv/tests/
H A Dbug53891.phpt12 'output-charset' => 'utf-8',
H A Diconv_encoding_basic.phpt16 * Description: Get internal encoding and output encoding for ob_iconv_handler()
18 * Description: Sets internal encoding and output encoding for ob_iconv_handler()
/PHP-7.3/ext/session/tests/
H A D015.phpt11 arg_separator.output=&
/PHP-7.3/ext/xmlrpc/tests/
H A Dbug72647.phpt2 Bug #72647 (xmlrpc_encode() unexpected output after referencing array elements)
/PHP-7.3/ext/mysqli/tests/
H A Dbug72701.phpt2 Bug #72701 mysqli_get_host_info() wrong output
/PHP-7.3/ext/standard/tests/streams/
H A Dstream_get_meta_data_process_basic.phpt7 $cmd = "echo here is some output";
/PHP-7.3/ext/gd/libgd/
H A Dgdkanji.c604 unsigned char *output;
615 output = (unsigned char *) gdMalloc (BUFSIZ);
616 any2eucjp (output, input, BUFSIZ);
617 str = output;
621 gdFree (output);
/PHP-7.3/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-SnP.h47 …ndAddBytes(const void *state, const unsigned char *input, unsigned char *output, unsigned int offs…
/PHP-7.3/Zend/tests/
H A Dbug65911.phpt12 echo A::$this->foo; // should not output 'bar'
/PHP-7.3/ext/standard/tests/http/
H A Dbug75535.phpt15 $pid = http_server("tcp://127.0.0.1:22351", $responses, $output);
H A Dhttp_response_header_05.phpt16 $pid = http_server("tcp://127.0.0.1:22350", $responses, $output);
/PHP-7.3/tests/output/
H A Dob_014.phpt2 output buffering - failure
H A Dob_015.phpt2 output buffering - failure

Completed in 48 milliseconds

12345678910>>...25