Searched defs:_php_timezone_obj (Results 1 – 1 of 1) sorted by relevance
148 struct _php_timezone_obj { struct149 int initialized;150 int type;151 union {155 } tzi;156 HashTable *props;157 zend_object std;
Completed in 5 milliseconds