We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77c2fcf commit 6ff9ca1Copy full SHA for 6ff9ca1
ext/date/php_date.h
@@ -89,9 +89,9 @@ static inline php_timezone_obj *php_timezone_obj_from_obj(zend_object *obj) {
89
struct _php_interval_obj {
90
timelib_rel_time *diff;
91
int civil_or_wall;
92
+ bool initialized;
93
bool from_string;
94
zend_string *date_string;
- bool initialized;
95
zend_object std;
96
};
97
0 commit comments