-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/spl/tests/
File Upload :
Current File : //usr/src/php/ext/spl/tests/bug54292.phpt

--TEST--
Bug #54292 (Wrong parameter causes crash in SplFileObject::__construct())
--FILE--
<?php

try {
	new SplFileObject('foo', array());
} catch (Exception $e) {
	var_dump($e->getMessage());
}

?>
--EXPECTF--
string(74) "SplFileObject::__construct() expects parameter 2 to be string, array given"

Copyright © 2017 || Recoded By Mr.Bumblebee