php-src/ext/date/tests/DateTimeImmutable_modify_invalid_format.phpt
2020-01-30 12:16:56 +01:00

13 lines
271 B
PHP

--TEST--
DateTimeImmutable::modify() with invalid format
--FILE--
<?php
$datetime = new DateTimeImmutable;
var_dump($datetime->modify(''));
?>
--EXPECTF--
Warning: DateTimeImmutable::modify(): Failed to parse time string () at position 0 ( in %s on line %d
bool(false)