Home
last modified time | relevance | path

Searched refs:tests2 (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/standard/
H A Dcrypt_sha256.c650 } tests2[] = variable
675 #define ntests2 (sizeof (tests2) / sizeof (tests2[0]))
724 char *cp = php_sha256_crypt(tests2[cnt].input, tests2[cnt].salt); in main()
725 if (strcmp(cp, tests2[cnt].expected) != 0) { in main()
726 printf("test %d: expected \"%s\", got \"%s\"\n", cnt, tests2[cnt].expected, cp); in main()
H A Dcrypt_sha512.c714 } tests2[] = { variable
740 #define ntests2 (sizeof (tests2) / sizeof (tests2[0]))
791 char *cp = php_sha512_crypt(tests2[cnt].input, tests2[cnt].salt); in main()
793 if (strcmp (cp, tests2[cnt].expected) != 0) { in main()
795 cnt, tests2[cnt].expected, cp); in main()
/PHP-7.4/ext/standard/tests/strings/
H A Dhtmlentities20.phpt55 $tests2 = array_map('codepoint_to_utf8', $tests);
60 global $tests, $tests2;
62 foreach ($tests2 as $test) {
H A Dcrypt_blowfish.phpt37 $tests2 = array(
58 foreach($tests2 as $test) {

Completed in 11 milliseconds