Home
last modified time | relevance | path

Searched refs:output (Results 176 – 200 of 568) sorted by relevance

12345678910>>...23

/PHP-5.6/ext/standard/tests/general_functions/
H A Dbug44394.phpt2 Bug #44394 (Last two bytes missing from output)
/PHP-5.6/ext/standard/tests/strings/
H A Dsetlocale_variation1.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 Dsha1raw.phpt2 sha1() with RAW output
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 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 Dmd5.phpt2 md5() with ASCII output
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 D006.phpt2 highlight_file() and output buffer
/PHP-5.6/main/
H A Dphp_output.h113 typedef void (*php_output_handler_func_t)(char *output, uint output_len, char **handled_output, uin…
146 ZEND_BEGIN_MODULE_GLOBALS(output)
153 ZEND_END_MODULE_GLOBALS(output)
155 PHPAPI ZEND_EXTERN_MODULE_GLOBALS(output);
/PHP-5.6/tests/output/
H A Dob_get_clean_basic_002.phpt7 * Function is implemented in main/output.c
H A Dob_get_clean_basic_001.phpt7 * Function is implemented in main/output.c
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_get_status.phpt19 string(22) "default output handler"
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-5.6/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c597 if(request && output) { in XMLRPC_RequestSetOutputOptions()
598 memcpy (&request->output, output, in XMLRPC_RequestSetOutputOptions()
600 return &request->output; in XMLRPC_RequestSetOutputOptions()
628 return request ? &request->output : NULL; in XMLRPC_RequestGetOutputOptions()
701 if (request->output.version == xmlrpc_version_simple) { in XMLRPC_REQUEST_ToXML()
704 else if (request->output.version == xmlrpc_version_1_0 || in XMLRPC_REQUEST_ToXML()
705 request->output.version == xmlrpc_version_none) { in XMLRPC_REQUEST_ToXML()
715 &request->output.xml_elem_opts, in XMLRPC_REQUEST_ToXML()
817 request->output.version = xmlrpc_version_simple; in XMLRPC_REQUEST_FromXML()
821 request->output.version = xmlrpc_version_soap_1_1; in XMLRPC_REQUEST_FromXML()
[all …]
/PHP-5.6/ext/hash/tests/
H A Dbug64745.phpt2 Bug #64745 hash_pbkdf2() truncates data when using default length and hex output
/PHP-5.6/ext/standard/
H A Dcrypt_freesec.c678 memcpy(data->output, setting, 9); in _crypt_extended_r()
679 data->output[9] = '\0'; in _crypt_extended_r()
680 p = (u_char *) data->output + 9; in _crypt_extended_r()
695 data->output[0] = setting[0]; in _crypt_extended_r()
696 data->output[1] = setting[1]; in _crypt_extended_r()
697 p = (u_char *) data->output + 2; in _crypt_extended_r()
726 return(data->output); in _crypt_extended_r()
/PHP-5.6/ext/hash/
H A Dphp_hash_haval.h32 short output; member
/PHP-5.6/Zend/tests/
H A Dbug65911.phpt12 echo A::$this->foo; // should not output 'bar'
/PHP-5.6/ext/ereg/regex/
H A DREADME20 program, and run regression tests on them. No output is good output.
/PHP-5.6/ext/gd/libgd/
H A Dgdkanji.c605 unsigned char *output;
616 output = (unsigned char *) gdMalloc (BUFSIZ);
617 any2eucjp (output, input, BUFSIZ);
618 str = output;
622 gdFree (output);

Completed in 48 milliseconds

12345678910>>...23