Lines Matching refs:php_timezone_obj

2176 …ect_value date_object_new_timezone_ex(zend_class_entry *class_type, php_timezone_obj **ptr TSRMLS_…  in date_object_new_timezone_ex()
2178 php_timezone_obj *intern; in date_object_new_timezone_ex()
2182 intern = emalloc(sizeof(php_timezone_obj)); in date_object_new_timezone_ex()
2183 memset(intern, 0, sizeof(php_timezone_obj)); in date_object_new_timezone_ex()
2204 php_timezone_obj *new_obj = NULL; in date_object_clone_timezone()
2205 php_timezone_obj *old_obj = (php_timezone_obj *) zend_object_store_get_object(this_ptr TSRMLS_CC); in date_object_clone_timezone()
2366 php_timezone_obj *intern = (php_timezone_obj *)object; in date_object_free_storage_timezone()
2459 php_timezone_obj *tzobj; in php_date_initialize()
2461 tzobj = (php_timezone_obj *) zend_object_store_get_object(timezone_object TSRMLS_CC); in php_date_initialize()
2574 php_timezone_obj *tzobj; in php_date_initialize_from_hash()
2991 php_timezone_obj *tzobj; in PHP_FUNCTION()
3000 tzobj = (php_timezone_obj *) zend_object_store_get_object(return_value TSRMLS_CC); in PHP_FUNCTION()
3030 php_timezone_obj *tzobj; in PHP_FUNCTION()
3037 tzobj = (php_timezone_obj *) zend_object_store_get_object(timezone_object TSRMLS_CC); in PHP_FUNCTION()
3262 php_timezone_obj *tzobj; in PHP_FUNCTION()
3285 php_timezone_obj *tzobj; in PHP_METHOD()
3309 php_timezone_obj *tzobj; in PHP_FUNCTION()
3314 tzobj = (php_timezone_obj *) zend_object_store_get_object(object TSRMLS_CC); in PHP_FUNCTION()
3370 php_timezone_obj *tzobj; in PHP_FUNCTION()
3377 tzobj = (php_timezone_obj *) zend_object_store_get_object(object TSRMLS_CC); in PHP_FUNCTION()
3404 php_timezone_obj *tzobj; in PHP_FUNCTION()
3411 tzobj = (php_timezone_obj *) zend_object_store_get_object(object TSRMLS_CC); in PHP_FUNCTION()
3486 php_timezone_obj *tzobj; in PHP_FUNCTION()
3491 tzobj = (php_timezone_obj *) zend_object_store_get_object(object TSRMLS_CC); in PHP_FUNCTION()