diff options
Diffstat (limited to 'Zend/tests/bug26802.phpt')
-rwxr-xr-x | Zend/tests/bug26802.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/bug26802.phpt b/Zend/tests/bug26802.phpt index 3adb686bc3..794dbd73b4 100755 --- a/Zend/tests/bug26802.phpt +++ b/Zend/tests/bug26802.phpt @@ -33,8 +33,8 @@ $static_method = "foo::bar"; $static_method(); -/* The following is a BC break with PHP4 where it would - * call foo::fail. In PHP5 we first evaluate static class +/* The following is a BC break with PHP 4 where it would + * call foo::fail. In PHP 5 we first evaluate static class * properties and then do the function call. */ $method = 'fail'; |