mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
ext/date: Pack php_interval_obj
This reduces the size of the struct from 88 to 80 bytes.
This commit is contained in:
parent
77c2fcf147
commit
6ff9ca12d6
1 changed files with 1 additions and 1 deletions
|
@ -89,9 +89,9 @@ static inline php_timezone_obj *php_timezone_obj_from_obj(zend_object *obj) {
|
|||
struct _php_interval_obj {
|
||||
timelib_rel_time *diff;
|
||||
int civil_or_wall;
|
||||
bool initialized;
|
||||
bool from_string;
|
||||
zend_string *date_string;
|
||||
bool initialized;
|
||||
zend_object std;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue