From 619b218e9a59f7974526e403f79e2c67f38343ed Mon Sep 17 00:00:00 2001 From: Zoe Slattery Date: Fri, 14 Sep 2007 16:28:54 +0000 Subject: [PATCH] Changing to use %a to match recent run-tests.php patch --- ext/standard/tests/general_functions/phpcredits2.phpt | 4 ++-- ext/standard/tests/general_functions/phpinfo2.phpt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ext/standard/tests/general_functions/phpcredits2.phpt b/ext/standard/tests/general_functions/phpcredits2.phpt index e3b6e354db..9c5148b1d3 100644 --- a/ext/standard/tests/general_functions/phpcredits2.phpt +++ b/ext/standard/tests/general_functions/phpcredits2.phpt @@ -18,7 +18,7 @@ var_dump(phpcredits(CREDITS_GROUP)); ?> --EXPECTF-- -%s +%s bool(true) Warning: phpcredits() expects parameter 1 to be long, array given in %sphpcredits2.php on line 4 @@ -28,5 +28,5 @@ NULL bool(true) --

PHP Credits

-%sPHP Group%s +%aPHP Group%a bool(true) diff --git a/ext/standard/tests/general_functions/phpinfo2.phpt b/ext/standard/tests/general_functions/phpinfo2.phpt index ba9cc28ab2..cf65e0c988 100644 --- a/ext/standard/tests/general_functions/phpinfo2.phpt +++ b/ext/standard/tests/general_functions/phpinfo2.phpt @@ -20,14 +20,14 @@ var_dump(phpinfo(INFO_LICENSE)); ?> --EXPECTF-- -%sbool(true) +%abool(true) -- Warning: phpinfo() expects parameter 1 to be long, array given in %sphpinfo2.php on line 5 NULL -- -%sbool(true) +%abool(true) -- -%sbool(true) +%abool(true) -- 2.50.1