summaryrefslogtreecommitdiff
path: root/ext/date/tests/DateTimeImmutable_modify_invalid_format.phpt
blob: 3386f725acffa1279846a6f30a10a63ec0badf2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--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)