-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/date/tests/
File Upload :
Current File : //usr/src/php/ext/date/tests/bug54283.phpt

--TEST--
Bug #54283 (new DatePeriod(NULL) causes crash)
--FILE--
<?php

try {
	var_dump(new DatePeriod(NULL));
} catch (Exception $e) {
	var_dump($e->getMessage());
}

?>
--EXPECTF--
string(51) "DatePeriod::__construct(): Unknown or bad format ()"

Copyright © 2017 || Recoded By Mr.Bumblebee