Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-5.5/ext/standard/tests/strings/
H A Dmd5raw.phpt2 md5() with RAW output
/PHP-5.5/
H A DMakefile.gcov67 @$(LTP) --directory lcov_data/ --capture --base-directory=lcov_data --output-file $@
71 @$(LTP_GENHTML) --legend --output-directory lcov_html/ --title "PHP Code Coverage" php_lcov.info
/PHP-5.5/ext/calendar/tests/
H A Dunixtojd.phpt9 // this line has no impact on test output on Windows
27 // -if ommitted from unixtojd.phpt, does NOT output DATE_TZ_ERRMSG
/PHP-5.5/ext/iconv/tests/
H A Diconv_encoding_basic.phpt15 * Description: Get internal encoding and output encoding for ob_iconv_handler()
17 * Description: Sets internal encoding and output encoding for ob_iconv_handler()
H A Diconv002.phpt16 Expected output:
/PHP-5.5/tests/output/
H A Dob_014.phpt2 output buffering - failure
H A Dob_015.phpt2 output buffering - failure
H A Dob_start_error_003.phpt7 * Function is implemented in main/output.c
H A Dob_start_basic_005.phpt7 * Function is implemented in main/output.c
H A Dob_start_error_004.phpt7 * Function is implemented in main/output.c
H A Dob_end_clean_basic_001.phpt7 * Function is implemented in main/output.c
/PHP-5.5/ext/session/tests/
H A Dbug41600.phpt11 arg_separator.output="&"
/PHP-5.5/ext/standard/tests/array/
H A Darray_walk_recursive_basic1.phpt26 echo "\n"; // new line to separate the output between each element
35 echo "\n"; // new line to separate the output between each element
H A Darray_walk_basic1.phpt26 echo "\n"; // new line to separate the output between each element
35 echo "\n"; // new line to separate the output between each element
H A Darray_walk_variation6.phpt31 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 Darray_walk_variation9.phpt27 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.5/ext/standard/tests/http/
H A Dbug38802.phpt22 $pid = http_server("tcp://127.0.0.1:12342", $responses, $output);
34 fseek($output, 0, SEEK_SET);
35 var_dump(stream_get_contents($output));
H A Dbug43510.phpt16 $pid = http_server("tcp://127.0.0.1:12342", $responses, $output);
/PHP-5.5/ext/hash/
H A Dhash_md.c67 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.5/ext/standard/tests/general_functions/
H A Dbug44394_2.phpt2 Bug #44394 (Last two bytes missing from output) with session.use_trans_id
H A Dfloatval_basic.phpt37 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.5/ext/gd/tests/
H A Dbug36697.phpt2 Bug #36697 (TrueColor transparency with GIF palette output).
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_private.h117 STRUCT_XMLRPC_REQUEST_OUTPUT_OPTIONS output; /* xml output options */ member
/PHP-5.5/ext/bcmath/libbcmath/src/
H A DMakefile.am8 init.c int2num.c nearzero.c neg.c num2long.c num2str.c output.c \
/PHP-5.5/ext/openssl/tests/
H A D018.phpt11 var_dump(openssl_sign($data, $sign, $privkey)); // no output

Completed in 24 milliseconds

12345678910>>...21