-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
errmsg: default value for parameters with array type hint can only be an array or NULL
--FILE--
<?php

class test {
	function foo(array $a = "s") {
	}
}

echo "Done\n";
?>
--EXPECTF--	
Fatal error: Default value for parameters with array type hint can only be an array or NULL in %s on line %d

Copyright © 2017 || Recoded By Mr.Bumblebee