-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
errmsg: __construct() cannot be static
--FILE--
<?php

class test {

	static function __construct() {
	}
}

echo "Done\n";
?>
--EXPECTF--	
Fatal error: Constructor test::__construct() cannot be static in %s on line %d

Copyright © 2017 || Recoded By Mr.Bumblebee