Lines Matching defs:TSRMLS_DC

905 …atic timelib_tzinfo *php_date_parse_tzfile(char *formal_tzname, const timelib_tzdb *tzdb TSRMLS_DC)  in php_date_parse_tzfile()
954 static char* guess_timezone(const timelib_tzdb *tzdb TSRMLS_DC) in guess_timezone()
1237 PHPAPI char *php_format_date(char *format, int format_len, time_t ts, int localtime TSRMLS_DC) /* {… in php_format_date()
1264 PHPAPI int php_idate(char format, time_t ts, int localtime TSRMLS_DC) in php_idate()
1858 static void date_period_it_invalidate_current(zend_object_iterator *iter TSRMLS_DC) in date_period_it_invalidate_current()
1871 static void date_period_it_dtor(zend_object_iterator *iter TSRMLS_DC) in date_period_it_dtor()
1885 static int date_period_it_has_more(zend_object_iterator *iter TSRMLS_DC) in date_period_it_has_more()
1910 static void date_period_it_current_data(zend_object_iterator *iter, zval ***data TSRMLS_DC) in date_period_it_current_data()
1936 static void date_period_it_current_key(zend_object_iterator *iter, zval *key TSRMLS_DC) in date_period_it_current_key()
1945 static void date_period_it_move_forward(zend_object_iterator *iter TSRMLS_DC) in date_period_it_move_forward()
1956 static void date_period_it_rewind(zend_object_iterator *iter TSRMLS_DC) in date_period_it_rewind()
1983 …iterator *date_object_period_get_iterator(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC) in date_object_period_get_iterator()
2002 …lement_date_interface_handler(zend_class_entry *interface, zend_class_entry *implementor TSRMLS_DC) in implement_date_interface_handler()
2113 …nd_object_value date_object_new_date_ex(zend_class_entry *class_type, php_date_obj **ptr TSRMLS_DC) in date_object_new_date_ex()
2133 static zend_object_value date_object_new_date(zend_class_entry *class_type TSRMLS_DC) in date_object_new_date()
2138 static zend_object_value date_object_clone_date(zval *this_ptr TSRMLS_DC) in date_object_clone_date()
2162 static zval* date_clone_immutable(zval *object TSRMLS_DC) in date_clone_immutable()
2175 static int date_object_compare_date(zval *d1, zval *d2 TSRMLS_DC) in date_object_compare_date()
2194 static HashTable *date_object_get_gc(zval *object, zval ***table, int *n TSRMLS_DC) in date_object_get_gc()
2201 static HashTable *date_object_get_gc_timezone(zval *object, zval ***table, int *n TSRMLS_DC) in date_object_get_gc_timezone()
2209 static HashTable *date_object_get_properties(zval *object TSRMLS_DC) in date_object_get_properties()
2262 …t_value date_object_new_timezone_ex(zend_class_entry *class_type, php_timezone_obj **ptr TSRMLS_DC) in date_object_new_timezone_ex()
2282 static zend_object_value date_object_new_timezone(zend_class_entry *class_type TSRMLS_DC) in date_object_new_timezone()
2287 static zend_object_value date_object_clone_timezone(zval *this_ptr TSRMLS_DC) in date_object_clone_timezone()
2317 static HashTable *date_object_get_properties_timezone(zval *object TSRMLS_DC) in date_object_get_properties_timezone()
2361 …t_value date_object_new_interval_ex(zend_class_entry *class_type, php_interval_obj **ptr TSRMLS_DC) in date_object_new_interval_ex()
2381 static zend_object_value date_object_new_interval(zend_class_entry *class_type TSRMLS_DC) in date_object_new_interval()
2386 static zend_object_value date_object_clone_interval(zval *this_ptr TSRMLS_DC) in date_object_clone_interval()
2398 static HashTable *date_object_get_gc_interval(zval *object, zval ***table, int *n TSRMLS_DC) in date_object_get_gc_interval()
2406 static HashTable *date_object_get_properties_interval(zval *object TSRMLS_DC) in date_object_get_properties_interval()
2450 …bject_value date_object_new_period_ex(zend_class_entry *class_type, php_period_obj **ptr TSRMLS_DC) in date_object_new_period_ex()
2470 static zend_object_value date_object_new_period(zend_class_entry *class_type TSRMLS_DC) in date_object_new_period()
2475 static zend_object_value date_object_clone_period(zval *this_ptr TSRMLS_DC) in date_object_clone_period()
2487 static void date_object_free_storage_date(void *object TSRMLS_DC) in date_object_free_storage_date()
2499 static void date_object_free_storage_timezone(void *object TSRMLS_DC) in date_object_free_storage_timezone()
2510 static void date_object_free_storage_interval(void *object TSRMLS_DC) in date_object_free_storage_interval()
2519 static void date_object_free_storage_period(void *object TSRMLS_DC) in date_object_free_storage_period()
2541 PHPAPI zval *php_date_instantiate(zend_class_entry *pce, zval *object TSRMLS_DC) in php_date_instantiate()
2549 static void update_errors_warnings(timelib_error_container *last_errors TSRMLS_DC) in update_errors_warnings()
2558 …*const*/ char *time_str, int time_str_len, char *format, zval *timezone_object, int ctor TSRMLS_DC) in php_date_initialize()
2779 static int php_date_initialize_from_hash(php_date_obj **dateobj, HashTable *myht TSRMLS_DC) in php_date_initialize_from_hash()
3060 static int php_date_modify(zval *object, char *modify, int modify_len TSRMLS_DC) in php_date_modify()
3164 static void php_date_add(zval *object, zval *interval, zval *return_value TSRMLS_DC) in php_date_add()
3214 static void php_date_sub(zval *object, zval *interval, zval *return_value TSRMLS_DC) in php_date_sub()
3313 static void php_date_timezone_set(zval *object, zval *timezone_object, zval *return_value TSRMLS_DC) in php_date_timezone_set()
3407 static void php_date_time_set(zval *object, long h, long i, long s, zval *return_value TSRMLS_DC) in php_date_time_set()
3455 static void php_date_date_set(zval *object, long y, long m, long d, zval *return_value TSRMLS_DC) in php_date_date_set()
3503 static void php_date_isodate_set(zval *object, long y, long w, long d, zval *return_value TSRMLS_DC) in php_date_isodate_set()
3555 static void php_date_timestamp_set(zval *object, long timestamp, zval *return_value TSRMLS_DC) in php_date_timestamp_set()
3657 static int timezone_initialize(php_timezone_obj *tzobj, /*const*/ char *tz TSRMLS_DC) in timezone_initialize()
3716 …zone_initialize_from_hash(zval **return_value, php_timezone_obj **tzobj, HashTable *myht TSRMLS_DC) in php_date_timezone_initialize_from_hash()
3973 …ate_interval_initialize(timelib_rel_time **rt, /*const*/ char *format, int format_length TSRMLS_DC) in date_interval_initialize()
4007 …ate_interval_read_property(zval *object, zval *member, int type, const zend_literal *key TSRMLS_DC) in date_interval_read_property()
4074 …interval_write_property(zval *object, zval *member, zval *value, const zend_literal *key TSRMLS_DC) in date_interval_write_property()
4157 …val_initialize_from_hash(zval **return_value, php_interval_obj **intobj, HashTable *myht TSRMLS_DC) in php_date_interval_initialize_from_hash()
4352 …**et, timelib_rel_time **d, long *recurrences, /*const*/ char *format, int format_length TSRMLS_DC) in date_period_initialize()
4810 static HashTable *date_object_get_gc_period(zval *object, zval ***table, int *n TSRMLS_DC) in date_object_get_gc_period()
4817 static HashTable *date_object_get_properties_period(zval *object TSRMLS_DC) in date_object_get_properties_period()
4888 …tic int php_date_period_initialize_from_hash(php_period_obj *period_obj, HashTable *myht TSRMLS_DC) in php_date_period_initialize_from_hash()
5003 …*date_period_read_property(zval *object, zval *member, int type, const zend_literal *key TSRMLS_DC) in date_period_read_property()
5026 …e_period_write_property(zval *object, zval *member, zval *value, const zend_literal *key TSRMLS_DC) in date_period_write_property()