Home
last modified time | relevance | path

Searched refs:input (Results 351 – 375 of 690) sorted by relevance

1...<<11121314151617181920>>...28

/PHP-7.4/ext/standard/tests/math/
H A Dpow_variation2.phpt82 foreach($inputs as $input) {
84 var_dump(pow(20.3, $input));
H A Ddeg2rad_variation.phpt13 //Test deg2rad with a different input values
H A Dtan_variation.phpt13 //Test tan with a different input values
H A Dacosh_variation.phpt13 //Test acosh with a different input values
H A Dasinh_variation.phpt13 //Test asinh with a different input values
H A Datan_variation.phpt13 //Test atan with a different input values
H A Dcos_variation.phpt13 //Test cos with a different input values
H A Dcosh_variation.phpt13 //Test cosh with a different input values
H A Dlog10_basic.phpt2 Test return type and value for expected input log10()
H A Dlog10_variation.phpt13 //Test log10 with a different input values
H A Drad2deg_variation.phpt13 //Test rad2deg with a different input values
H A Dsin_variation.phpt13 //Test sin with a different input values
H A Dsinh_variation.phpt13 //Test sinh with a different input values
H A Dtanh_variation.phpt13 //Test tanh with a different input values
/PHP-7.4/ext/standard/tests/array/
H A Darray_chunk_variation5.phpt14 * 2. size value is more than the no. of elements in the input array
21 // input array
H A Darray_diff_variation10.phpt12 * Test behaviour of array_diff() function with binary input
H A Darray_sum_variation4.phpt5 /* Prototype : mixed array_sum(array $input)
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_pkcs7_sign_basic.phpt48 Warning: openssl_pkcs7_sign(): error opening input file %s in %s on line %d
51 Warning: openssl_pkcs7_sign(): error opening input file %s in %s on line %d
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_execute_stored_proc.phpt105 // no result set, one input parameter, output parameter
106 // yes, I really do not want to bind input values...
143 // no result set, one input parameter, output parameter
144 // yes, I really do not want to bind input values...
150 …printf("[039] Cannot bind input parameter, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error…
/PHP-7.4/ext/standard/
H A Dcrypt_sha512.c651 const char *input; member
712 const char *input; member
758 sha512_process_bytes (tests[cnt].input, strlen (tests[cnt].input), &ctx); in main()
766 for (i = 0; tests[cnt].input[i] != '\0'; ++i) { in main()
767 sha512_process_bytes (&tests[cnt].input[i], 1, &ctx); in main()
791 char *cp = php_sha512_crypt(tests2[cnt].input, tests2[cnt].salt); in main()
/PHP-7.4/ext/standard/tests/strings/
H A Dpack_Z.phpt20 Warning: unpack(): Type Z: not enough input, need 2, have 1 in %s on line %d
/PHP-7.4/sapi/cgi/tests/
H A D004.phpt48 string(25) "No input file specified.
/PHP-7.4/sapi/cli/tests/
H A D011.phpt52 string(40) "Could not open input file: some.unknown
/PHP-7.4/ext/session/tests/
H A Dsession_decode_basic.phpt85 foreach($inputs as $input) {
87 $_SESSION["data"] = $input;
H A Dsession_decode_basic_serialize.phpt86 foreach($inputs as $input) {
88 $_SESSION["data"] = $input;

Completed in 25 milliseconds

1...<<11121314151617181920>>...28