Lines Matching refs:php_timezone_obj
2086 date_object_handlers_timezone.offset = XtOffsetOf(php_timezone_obj, std); in date_register_classes()
2279 php_timezone_obj *intern; in date_object_new_timezone_ex()
2281 intern = ecalloc(1, sizeof(php_timezone_obj) + zend_object_properties_size(class_type)); in date_object_new_timezone_ex()
2299 php_timezone_obj *old_obj = Z_PHPTIMEZONE_P(this_ptr); in date_object_clone_timezone()
2300 …php_timezone_obj *new_obj = php_timezone_obj_from_obj(date_object_new_timezone_ex(old_obj->std.ce,… in date_object_clone_timezone()
2330 php_timezone_obj *tzobj; in date_object_get_properties_timezone()
2494 php_timezone_obj *intern = php_timezone_obj_from_obj(object); in date_object_free_storage_timezone()
2582 php_timezone_obj *tzobj; in php_date_initialize()
2792 php_timezone_obj *tzobj; in php_date_initialize_from_hash()
3277 static void set_timezone_from_timelib_time(php_timezone_obj *tzobj, timelib_time *t) in set_timezone_from_timelib_time()
3304 php_timezone_obj *tzobj; in PHP_FUNCTION()
3324 php_timezone_obj *tzobj; in php_date_timezone_set()
3670 static int timezone_initialize(php_timezone_obj *tzobj, /*const*/ char *tz, size_t tz_len) /* {{{ */ in timezone_initialize()
3702 php_timezone_obj *tzobj; in PHP_FUNCTION()
3722 php_timezone_obj *tzobj; in PHP_METHOD()
3736 static int php_date_timezone_initialize_from_hash(zval **return_value, php_timezone_obj **tzobj, Ha… in php_date_timezone_initialize_from_hash()
3761 php_timezone_obj *tzobj; in PHP_METHOD()
3784 php_timezone_obj *tzobj; in PHP_METHOD()
3803 php_timezone_obj *tzobj; in PHP_FUNCTION()
3864 php_timezone_obj *tzobj; in PHP_FUNCTION()
3898 php_timezone_obj *tzobj; in PHP_FUNCTION()
3978 php_timezone_obj *tzobj; in PHP_FUNCTION()