Don't really need the ZE2 check since this is in HEAD

This commit is contained in:
Rasmus Lerdorf 2005-06-23 11:01:08 +00:00
parent eccc955ed5
commit ba80543b16

View File

@ -1,7 +1,5 @@
--TEST--
ZE2 The child class can re-use the parent class name for a function member
--SKIPIF--
<?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 needed'); ?>
--FILE--
<?php
class base {