Searched refs:output (Results 176 – 200 of 568) sorted by relevance
12345678910>>...23
/PHP-5.6/ext/standard/tests/general_functions/ |
H A D | bug44394.phpt | 2 Bug #44394 (Last two bytes missing from output)
|
/PHP-5.6/ext/standard/tests/strings/ |
H A D | setlocale_variation1.phpt | 29 // 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 D | sha1raw.phpt | 2 sha1() with RAW output
|
H A D | 005.phpt | 2 highlight_string(), output buffer and error level
|
H A D | bug24098.phpt | 4 <?php if (DIRECTORY_SEPARATOR == '\\') die("skip directory separator won't match expected output");…
|
H A D | setlocale_basic1.phpt | 29 // 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 D | md5.phpt | 2 md5() with ASCII output
|
H A D | setlocale_basic2.phpt | 29 // 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 D | 006.phpt | 2 highlight_file() and output buffer
|
/PHP-5.6/main/ |
H A D | php_output.h | 113 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 D | ob_get_clean_basic_002.phpt | 7 * Function is implemented in main/output.c
|
H A D | ob_get_clean_basic_001.phpt | 7 * Function is implemented in main/output.c
|
H A D | ob_get_contents_basic_001.phpt | 8 * Description: Return the contents of the output buffer 9 * Source code: main/output.c
|
H A D | ob_get_status.phpt | 19 string(22) "default output handler"
|
H A D | ob_end_clean_error_001.phpt | 7 * Function is implemented in main/output.c
|
H A D | ob_get_clean_error_001.phpt | 7 * Function is implemented in main/output.c
|
H A D | ob_get_length_error_001.phpt | 7 * Function is implemented in main/output.c
|
H A D | ob_017.phpt | 2 output buffering - stati
|
/PHP-5.6/ext/xmlrpc/libxmlrpc/ |
H A D | xmlrpc.c | 597 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 D | bug64745.phpt | 2 Bug #64745 hash_pbkdf2() truncates data when using default length and hex output
|
/PHP-5.6/ext/standard/ |
H A D | crypt_freesec.c | 678 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 D | php_hash_haval.h | 32 short output; member
|
/PHP-5.6/Zend/tests/ |
H A D | bug65911.phpt | 12 echo A::$this->foo; // should not output 'bar'
|
/PHP-5.6/ext/ereg/regex/ |
H A D | README | 20 program, and run regression tests on them. No output is good output.
|
/PHP-5.6/ext/gd/libgd/ |
H A D | gdkanji.c | 605 unsigned char *output; 616 output = (unsigned char *) gdMalloc (BUFSIZ); 617 any2eucjp (output, input, BUFSIZ); 618 str = output; 622 gdFree (output);
|
Completed in 31 milliseconds
12345678910>>...23