tests2            666 ext/standard/crypt_sha256.c } tests2[] =
tests2            691 ext/standard/crypt_sha256.c #define ntests2 (sizeof (tests2) / sizeof (tests2[0]))
tests2            740 ext/standard/crypt_sha256.c 		char *cp = php_sha256_crypt(tests2[cnt].input, tests2[cnt].salt);
tests2            741 ext/standard/crypt_sha256.c 		if (strcmp(cp, tests2[cnt].expected) != 0) {
tests2            742 ext/standard/crypt_sha256.c 			printf("test %d: expected \"%s\", got \"%s\"\n", cnt, tests2[cnt].expected, cp);
tests2            730 ext/standard/crypt_sha512.c } tests2[] = {
tests2            756 ext/standard/crypt_sha512.c #define ntests2 (sizeof (tests2) / sizeof (tests2[0]))
tests2            807 ext/standard/crypt_sha512.c 		char *cp = php_sha512_crypt(tests2[cnt].input, tests2[cnt].salt);
tests2            809 ext/standard/crypt_sha512.c 		if (strcmp (cp, tests2[cnt].expected) != 0) {
tests2            811 ext/standard/crypt_sha512.c 					cnt, tests2[cnt].expected, cp);