-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/Zend/tests/
File Upload :
Current File : //usr/src/php/Zend/tests/abstract-static.phpt

--TEST--
Test for abstract static classes
--FILE--
<?php
abstract class TestClass
{
    abstract static public function getName();
}
?>
===DONE===
--EXPECTF--

Strict Standards: Static function TestClass::getName() should not be abstract in %sabstract-static.php on line %d
===DONE===

Copyright © 2017 || Recoded By Mr.Bumblebee