Home
last modified time | relevance | path

Searched refs:output (Results 201 – 225 of 610) sorted by relevance

12345678910>>...25

/PHP-7.2/ext/standard/tests/general_functions/
H A Dfloatval.phpt36 float values, expected output:float value for valid floating point number */
45 float values, expected output:float value for valid floating point number */
80 floatval() on non float types, expected output: float value valid floating point numbers */
89 doubleval() on non float types, expected output: float value valid floating point numbers */
H A Dbug44394.phpt2 Bug #44394 (Last two bytes missing from output)
/PHP-7.2/ext/standard/tests/strings/
H A D005.phpt2 highlight_string(), output buffer and error level
H A Dbug24098.phpt4 <?php if (DIRECTORY_SEPARATOR == '\\') die("skip directory separator won't match expected output");…
H A Dmd5.phpt2 md5() with ASCII output
H A Dsetlocale_basic1.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 D006.phpt2 highlight_file() and output buffer
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
/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c594 if(request && output) { in XMLRPC_RequestSetOutputOptions()
595 memcpy (&request->output, output, in XMLRPC_RequestSetOutputOptions()
597 return &request->output; in XMLRPC_RequestSetOutputOptions()
625 return request ? &request->output : NULL; in XMLRPC_RequestGetOutputOptions()
698 if (request->output.version == xmlrpc_version_simple) { in XMLRPC_REQUEST_ToXML()
701 else if (request->output.version == xmlrpc_version_1_0 || in XMLRPC_REQUEST_ToXML()
702 request->output.version == xmlrpc_version_none) { in XMLRPC_REQUEST_ToXML()
712 &request->output.xml_elem_opts, in XMLRPC_REQUEST_ToXML()
814 request->output.version = xmlrpc_version_simple; in XMLRPC_REQUEST_FromXML()
818 request->output.version = xmlrpc_version_soap_1_1; in XMLRPC_REQUEST_FromXML()
[all …]
/PHP-7.2/tests/output/
H A Dob_get_clean_basic_001.phpt7 * Function is implemented in main/output.c
H A Dob_get_status.phpt19 string(22) "default output handler"
H A Dob_get_contents_basic_001.phpt8 * Description: Return the contents of the output buffer
9 * Source code: main/output.c
H A Dob_end_clean_error_001.phpt7 * Function is implemented in main/output.c
H A Dob_get_clean_error_001.phpt7 * Function is implemented in main/output.c
H A Dob_get_length_error_001.phpt7 * Function is implemented in main/output.c
H A Dob_017.phpt2 output buffering - stati
/PHP-7.2/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-SnP.h36 …ndAddBytes(const void *state, const unsigned char *input, unsigned char *output, unsigned int offs…
/PHP-7.2/ext/hash/tests/
H A Dbug64745.phpt2 Bug #64745 hash_pbkdf2() truncates data when using default length and hex output
/PHP-7.2/ext/standard/
H A Durl_scanner_ex.c307 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 && start - PG(arg_separator).output >= separator_len in php_url_scanner_reset_var_impl()
[all …]
H A Dcrypt_freesec.c676 memcpy(data->output, setting, 9); in _crypt_extended_r()
677 data->output[9] = '\0'; in _crypt_extended_r()
678 p = (u_char *) data->output + 9; in _crypt_extended_r()
693 data->output[0] = setting[0]; in _crypt_extended_r()
694 data->output[1] = setting[1]; in _crypt_extended_r()
695 p = (u_char *) data->output + 2; in _crypt_extended_r()
724 return(data->output); in _crypt_extended_r()
/PHP-7.2/ext/hash/
H A Dphp_hash_haval.h32 short output; member
/PHP-7.2/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.2/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.2/ext/zlib/tests/
H A Dbug74240.phpt21 $output = deflate_add(
/PHP-7.2/ext/xsl/tests/53965/
H A Dcollection.xsl6 <xsl:output method="html" encoding="iso-8859-1" indent="no"/>

Completed in 59 milliseconds

12345678910>>...25