php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | |
Patch bug55397.phpt for Date/time related Bug #55397Patch version 2011-08-14 16:09 UTC Return to Bug #55397 | Download this patchThis patch is obsolete Obsoleted by patches: Patch Revisions:Developer: laruence@php.net--TEST-- Bug #55397 (comparsion of incomplete DateTime causes SIGSEGV) --INI-- --FILE-- <?php date_default_timezone_set('Europe/Prague'); var_dump(unserialize('O:8:"DateTime":0:{}') == new DateTime); ?> --EXPECT-- bool(false) |
Copyright © 2001-2024 The PHP Group All rights reserved. |
Last updated: Thu Nov 21 15:01:30 2024 UTC |