/PHP-5.6/tests/output/ |
H A D | ob_start_error_004.phpt | 7 * Function is implemented in main/output.c
|
H A D | ob_end_clean_basic_001.phpt | 7 * Function is implemented in main/output.c
|
/PHP-5.6/ext/hash/ |
H A D | hash_md.c | 67 static void Encode(unsigned char *output, php_hash_uint32 *input, unsigned int len) in Encode() argument 72 output[j] = (unsigned char) (input[i] & 0xff); in Encode() 73 output[j + 1] = (unsigned char) ((input[i] >> 8) & 0xff); in Encode() 74 output[j + 2] = (unsigned char) ((input[i] >> 16) & 0xff); in Encode() 75 output[j + 3] = (unsigned char) ((input[i] >> 24) & 0xff); in Encode() 84 static void Decode(php_hash_uint32 *output, const unsigned char *input, unsigned int len) in Decode() argument 89 output[i] = ((php_hash_uint32) input[j]) | (((php_hash_uint32) input[j + 1]) << 8) | in Decode() 688 PHP_HASH_API void PHP_MD2Final(unsigned char output[16], PHP_MD2_CTX *context) in PHP_MD2Final() 694 memcpy(output, context->state, 16); in PHP_MD2Final()
|
/PHP-5.6/ext/bcmath/libbcmath/src/ |
H A D | Makefile.am | 8 init.c int2num.c nearzero.c neg.c num2long.c num2str.c output.c \
|
/PHP-5.6/ext/standard/tests/array/ |
H A D | array_walk_variation9.phpt | 27 echo "\n"; // new line to separate the output between each element 37 echo "\n"; // new line to separate the output between each element
|
H A D | array_walk_recursive_variation6.phpt | 31 echo "\n"; // new line to separate the output between each element 45 echo "\n"; // new line to separate the output between each element 59 echo "\n"; // new line to separate the output between each element
|
H A D | array_walk_recursive_variation9.phpt | 27 echo "\n"; // new line to separate the output between each element 37 echo "\n"; // new line to separate the output between each element
|
/PHP-5.6/ext/standard/tests/general_functions/ |
H A D | floatval_basic.phpt | 37 float values, expected output:float value for valid floating point number */ 45 float values, expected output:float value for valid floating point number */
|
/PHP-5.6/ext/openssl/tests/ |
H A D | openssl_sign_basic.phpt | 11 var_dump(openssl_sign($data, $sign, $privkey)); // no output
|
/PHP-5.6/ext/gd/tests/ |
H A D | bug41442.phpt | 2 Bug #41442 (imagegd2() under output control)
|
/PHP-5.6/ext/imap/tests/ |
H A D | bug31142_2.phpt | 2 Bug #31142 test #2 (imap_mail_compose() generates incorrect output)
|
/PHP-5.6/ext/standard/tests/http/ |
H A D | bug43510.phpt | 16 $pid = http_server("tcp://127.0.0.1:12342", $responses, $output);
|
H A D | bug38802.phpt | 22 $pid = http_server("tcp://127.0.0.1:12342", $responses, $output); 34 fseek($output, 0, SEEK_SET); 35 var_dump(stream_get_contents($output));
|
/PHP-5.6/ |
H A D | run-tests.php | 1523 if (!strncasecmp('skip', ltrim($output), 4)) { 1544 if (!strncasecmp('info', ltrim($output), 4)) { 1550 if (!strncasecmp('warn', ltrim($output), 4)) { 1854 $output = preg_replace("/\r\n/", "\n", trim($out)); 1860 $output = trim($match[2]); 1909 show_file_block('out', $output); 1991 if (preg_match("/^$wanted_re\$/s", $output)) { 2019 if (!strcmp($output, $wanted)) { 2049 $output = $output_headers . "\n--HEADERS--\n" . $output; 2109 $output [all …]
|
/PHP-5.6/ext/bcmath/ |
H A D | config.w32 | 10 num2long.c output.c recmul.c sqrt.c zero.c debug.c doaddsub.c \
|
/PHP-5.6/Zend/tests/ |
H A D | bug64896.phpt | 33 /* will output:
|
/PHP-5.6/ext/iconv/tests/ |
H A D | bug48289.phpt | 11 'output-charset' => 'UTF-8',
|
/PHP-5.6/ext/oci8/tests/ |
H A D | conn_attr_5.phpt | 9 if ($test_drcp) die("skip output might vary with DRCP"); 13 die("skip expected output only valid when using Oracle 10g or greater database server");
|
/PHP-5.6/ext/session/tests/ |
H A D | bug42596.phpt | 12 arg_separator.output="&"
|
/PHP-5.6/tests/lang/ |
H A D | bug24951.phpt | 2 Bug #24951 (ob_flush() destroys output handler)
|
/PHP-5.6/ext/snmp/tests/ |
H A D | snmp_set_oid_output_format.phpt | 28 Warning: snmp_set_oid_output_format(): Unknown SNMP output print format '123' in %s on line %d
|
/PHP-5.6/ext/curl/tests/ |
H A D | curl_copy_handle_basic_004.phpt | 19 ob_start(); // start output buffering
|
H A D | curl_setopt_basic003.phpt | 29 ob_start(); // start output buffering
|
H A D | curl_write_callback.phpt | 7 Writes the value 'test' to a temporary file. Use curl to access this file, passing the output into …
|
H A D | curl_write_stdout.phpt | 7 Writes the value 'test' to a temporary file. Use curl to access this file and store the output in a…
|