]> granicus.if.org Git - php/commit
Allow the third arg to DateTime(Immutable)::createFromFormat() to be null.
authorSara Golemon <pollita@php.net>
Tue, 30 Dec 2014 21:54:02 +0000 (13:54 -0800)
committerSara Golemon <sgolemon@fb.com>
Tue, 30 Dec 2014 21:58:59 +0000 (13:58 -0800)
commit365f428d463502fd8a2c63640b280753df4bf71f
treea4172089c7fdd03854e206917c162d86695e8e81
parentef19072af29668a4254785e59984e764f4dd532f
Allow the third arg to DateTime(Immutable)::createFromFormat() to be null.

Permit the same meaning as not passing the arg at all.
ext/date/php_date.c
ext/date/tests/bug68669.phpt [new file with mode: 0644]