diff options
Diffstat (limited to 'Zend/tests/bug22725.phpt')
-rwxr-xr-x | Zend/tests/bug22725.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug22725.phpt b/Zend/tests/bug22725.phpt index aecb0ce486..aadd81be5a 100755 --- a/Zend/tests/bug22725.phpt +++ b/Zend/tests/bug22725.phpt @@ -1,5 +1,5 @@ --TEST-- -A derived class can call a parent's protected method that calls a private method +bug #22725 (A derived class can call a parent's protected method that calls a private method) --SKIPIF-- <?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 needed'); ?> --FILE-- |