diff options
Diffstat (limited to 'Zend/tests/bug21888.phpt')
-rwxr-xr-x | Zend/tests/bug21888.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug21888.phpt b/Zend/tests/bug21888.phpt index 8485cbef18..43b19c1e8b 100755 --- a/Zend/tests/bug21888.phpt +++ b/Zend/tests/bug21888.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #21888 protected property and protected method of the same name +Bug #21888 (protected property and protected method of the same name) --SKIPIF-- <?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 is needed'); |