diff options
Diffstat (limited to 'Zend/tests/bug26802.phpt')
-rw-r--r-- | 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 833f81bdb3..0ab4760d48 100644 --- a/Zend/tests/bug26802.phpt +++ b/Zend/tests/bug26802.phpt @@ -21,8 +21,8 @@ class foo } } -/* The following is a BC break with PHP 4 where it would - * call foo::fail. In PHP 5 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 = 'foo_func'; |