-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/tests/classes/
File Upload :
Current File : //usr/src/php/tests/classes/inheritance_004.phpt

--TEST--
ZE2 method inheritance without interfaces
--FILE--
<?php

class A
{
	function f() {}
}

class B extends A
{
	function f($x) {}
}

?>
===DONE===
--EXPECTF--

Strict Standards: Declaration of B::f() should be compatible with that of A::f() in %sinheritance_004.php on line %d
===DONE===

Copyright © 2017 || Recoded By Mr.Bumblebee