From: Zoe Slattery Date: Fri, 14 Sep 2007 16:28:54 +0000 (+0000) Subject: Changing to use %a to match recent run-tests.php patch X-Git-Tag: php-5.2.5RC1~149 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=619b218e9a59f7974526e403f79e2c67f38343ed;p=php Changing to use %a to match recent run-tests.php patch --- 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)