Home
last modified time | relevance | path

Searched defs:_php_timezone_obj (Results 1 – 1 of 1) sorted by relevance

/PHP-5.6/ext/date/
H A Dphp_date.h139 struct _php_timezone_obj { struct
140 zend_object std;
141 int initialized;
142 int type;
143 union {
147 } tzi;
148 HashTable *props;

Completed in 7 milliseconds