Skip to content

Commit 8bc4d47

Browse files
committed
Remove useles var_dump()
1 parent 4b4b5d6 commit 8bc4d47

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ext/date/tests/DateInterval_createFromDateString_broken.phpt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ try {
77
} catch (DateMalformedIntervalStringException $e) {
88
echo $e::class, ': ', $e->getMessage(), "\n";
99
}
10-
var_dump($i);
1110
?>
1211
--EXPECTF--
1312
DateMalformedIntervalStringException: Unknown or bad format (foobar) at position 0 (f): The timezone could not be found in the database
14-
15-
Warning: Undefined variable $i in %s
16-
NULL

0 commit comments

Comments
 (0)