Home
last modified time | relevance | path

Searched refs:output (Results 251 – 275 of 578) sorted by relevance

1...<<11121314151617181920>>...24

/PHP-7.4/ext/openssl/tests/
H A Dopenssl_sign_basic.phpt11 var_dump(openssl_sign($data, $sign, $privkey)); // no output
/PHP-7.4/ext/standard/tests/http/
H A Dbug43510.phpt16 $pid = http_server("tcp://127.0.0.1:12342", $responses, $output);
/PHP-7.4/ext/bcmath/
H A Dconfig.w329 num2long.c output.c recmul.c sqrt.c zero.c debug.c doaddsub.c \
/PHP-7.4/ext/standard/tests/array/
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-7.4/ext/iconv/tests/
H A Dbug48289.phpt11 'output-charset' => 'UTF-8',
/PHP-7.4/ext/oci8/tests/
H A Dconn_attr_5.phpt9 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-7.4/ext/standard/tests/general_functions/
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 */
H A Dbug44394_2.phpt2 Bug #44394 (Last two bytes missing from output) with session.use_trans_id
/PHP-7.4/Zend/tests/closures/
H A Dclosure_from_callable.inc19 $output = $fn($input);
20 return $input === $output;
/PHP-7.4/ext/hash/
H A Dhash_md.c68 static void Encode(unsigned char *output, uint32_t *input, unsigned int len) in Encode() argument
73 output[j] = (unsigned char) (input[i] & 0xff); in Encode()
74 output[j + 1] = (unsigned char) ((input[i] >> 8) & 0xff); in Encode()
75 output[j + 2] = (unsigned char) ((input[i] >> 16) & 0xff); in Encode()
76 output[j + 3] = (unsigned char) ((input[i] >> 24) & 0xff); in Encode()
85 static void Decode(uint32_t *output, const unsigned char *input, unsigned int len) in Decode() argument
90 output[i] = ((uint32_t) input[j]) | (((uint32_t) input[j + 1]) << 8) | in Decode()
686 PHP_HASH_API void PHP_MD2Final(unsigned char output[16], PHP_MD2_CTX *context) in PHP_MD2Final()
692 memcpy(output, context->state, 16); in PHP_MD2Final()
/PHP-7.4/ext/spl/tests/
H A DSPLDoublyLinkedList_iterate_by_reference.phpt15 …// We should never see this output, because the "by reference" exception should be thrown in the p…
/PHP-7.4/ext/session/tests/
H A Dbug42596.phpt12 arg_separator.output="&amp;"
/PHP-7.4/ext/snmp/tests/
H A Dsnmp_set_oid_output_format.phpt28 Warning: snmp_set_oid_output_format(): Unknown SNMP output print format '123' in %s on line %d
/PHP-7.4/tests/lang/
H A Dbug24951.phpt2 Bug #24951 (ob_flush() destroys output handler)
/PHP-7.4/sapi/fpm/tests/
H A Dlog-bwd-limit-1050-msg-2900.phpt2 FPM: Buffered worker output decorated log with limit 1050 with 2900 msg
H A Dlog-bwd-limit-64-too-low-error.phpt2 FPM: Buffered worker output decorated log with limit 64 fails because it is too low
H A Dlog-bwd-limit-8000-msg-4096.phpt2 FPM: Buffered worker output decorated log with limit 8000 with 4096 msg
H A Dlog-dwd-limit-1050-msg-2900.phpt2 FPM: Direct worker output decorated log with limit 1050 with 2900 msg
H A Dlog-dwd-limit-8000-msg-4096.phpt2 FPM: Direct worker output decorated log with limit 8000 with 4096 msg
H A Dlog-bm-limit-1024-msg-80.phpt2 FPM: Buffered message output log with limit 1024 and msg 80
H A Dlog-bm-limit-2048-msg-4000.phpt2 FPM: Buffered message output log with limit 2048 and msg 4000
H A Dlog-bwd-limit-1050-msg-2048.phpt2 FPM: Buffered worker output decorated log with limit 1050 with 2048 msg
H A Dlog-bwp-limit-1024-msg-120.phpt2 FPM: Buffered worker output plain log with limit 1024 and msg 120
/PHP-7.4/ext/tidy/tests/
H A D020.phpt14 $tidy->parseString($str, array('output-xhtml'=>1), 'latin1');

Completed in 33 milliseconds

1...<<11121314151617181920>>...24