-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
Trying inherit abstract function twice
--FILE--
<?php

interface d {
	static function B();	
}

interface c {
	function b();	
}

class_alias('c', 'w');

interface a extends d, w { }

?>
--EXPECTF--
Fatal error: Cannot make non static method c::B() static in class d in %s on line %d

Copyright © 2017 || Recoded By Mr.Bumblebee