Searched refs:tests2 (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/standard/ |
H A D | crypt_sha256.c | 670 } tests2[] = variable 695 #define ntests2 (sizeof (tests2) / sizeof (tests2[0])) 744 char *cp = php_sha256_crypt(tests2[cnt].input, tests2[cnt].salt); in main() 745 if (strcmp(cp, tests2[cnt].expected) != 0) { in main() 746 printf("test %d: expected \"%s\", got \"%s\"\n", cnt, tests2[cnt].expected, cp); in main()
|
H A D | crypt_sha512.c | 734 } tests2[] = { variable 760 #define ntests2 (sizeof (tests2) / sizeof (tests2[0])) 811 char *cp = php_sha512_crypt(tests2[cnt].input, tests2[cnt].salt); in main() 813 if (strcmp (cp, tests2[cnt].expected) != 0) { in main() 815 cnt, tests2[cnt].expected, cp); in main()
|
/PHP-8.3/ext/standard/tests/strings/ |
H A D | htmlentities20.phpt | 55 $tests2 = array_map('codepoint_to_utf8', $tests); 60 global $tests, $tests2; 62 foreach ($tests2 as $test) {
|
H A D | crypt_blowfish.phpt | 37 $tests2 = array( 58 foreach($tests2 as $test) {
|
Completed in 11 milliseconds