summaryrefslogtreecommitdiff
path: root/Zend/tests/bug22725.phpt
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-07-24 17:07:40 +0000
committerfoobar <sniper@php.net>2003-07-24 17:07:40 +0000
commite03b0dea7d5298ff60bdf25af7f565f0e0c2a7a9 (patch)
tree3d09c958d1694906b65fb762231addbf9829b319 /Zend/tests/bug22725.phpt
parent0e0936fa59affbcae5c94a1f7be2ed7378c2b88a (diff)
downloadphp-git-e03b0dea7d5298ff60bdf25af7f565f0e0c2a7a9.tar.gz
cleanup (CS+ws)
Diffstat (limited to 'Zend/tests/bug22725.phpt')
-rwxr-xr-xZend/tests/bug22725.phpt2
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--