-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
redefining constructor (__construct first)
--INI--
error_reporting=8191
--FILE--
<?php

class test {
	function __construct() {
	}
	function test() {
	}
}

echo "Done\n";
?>
--EXPECT--
Done

Copyright © 2017 || Recoded By Mr.Bumblebee