-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/Zend/tests/
File Upload :
Current File : //usr/src/php/Zend/tests/errmsg_001.phpt

--TEST--
errmsg: Non-abstract method must contain body
--FILE--
<?php

abstract class test { 
} 

class Impl extends Test { 
	function Foo(); 
}

echo "Done\n";
?>
--EXPECTF--	
Fatal error: Non-abstract method Impl::Foo() must contain body in %s on line %d

Copyright © 2017 || Recoded By Mr.Bumblebee