Lines Matching refs:zval

543 	zval *object; \
576 static zend_object_value date_object_clone_date(zval *this_ptr TSRMLS_DC);
577 static zend_object_value date_object_clone_timezone(zval *this_ptr TSRMLS_DC);
578 static zend_object_value date_object_clone_interval(zval *this_ptr TSRMLS_DC);
579 static zend_object_value date_object_clone_period(zval *this_ptr TSRMLS_DC);
581 static int date_object_compare_date(zval *d1, zval *d2 TSRMLS_DC);
582 static HashTable *date_object_get_properties(zval *object TSRMLS_DC);
583 static HashTable *date_object_get_properties_interval(zval *object TSRMLS_DC);
584 static HashTable *date_object_get_properties_period(zval *object TSRMLS_DC);
586 zval *date_interval_read_property(zval *object, zval *member, int type TSRMLS_DC);
587 void date_interval_write_property(zval *object, zval *member, zval *value TSRMLS_DC);
588 static zval *date_period_read_property(zval *object, zval *member, int type TSRMLS_DC);
589 static void date_period_write_property(zval *object, zval *member, zval *value TSRMLS_DC);
881 zval ztz; in guess_timezone()
1815 zval *date_period_zval;
1816 zval *current;
1874 static void date_period_it_current_data(zend_object_iterator *iter, zval ***data TSRMLS_DC) in date_period_it_current_data()
1948 zend_object_iterator *date_object_period_get_iterator(zend_class_entry *ce, zval *object, int by_re… in date_object_period_get_iterator()
2052 zval *tmp; in date_object_new_date_ex()
2061 …ss_type->default_properties, (copy_ctor_func_t) zval_property_ctor, (void *) &tmp, sizeof(zval *)); in date_object_new_date_ex()
2074 static zend_object_value date_object_clone_date(zval *this_ptr TSRMLS_DC) in date_object_clone_date()
2098 static int date_object_compare_date(zval *d1, zval *d2 TSRMLS_DC) in date_object_compare_date()
2123 static HashTable *date_object_get_properties(zval *object TSRMLS_DC) in date_object_get_properties()
2126 zval *zv; in date_object_get_properties()
2141 zend_hash_update(props, "date", 5, &zv, sizeof(zval), NULL); in date_object_get_properties()
2147 zend_hash_update(props, "timezone_type", 14, &zv, sizeof(zval), NULL); in date_object_get_properties()
2170 zend_hash_update(props, "timezone", 9, &zv, sizeof(zval), NULL); in date_object_get_properties()
2180 zval *tmp; in date_object_new_timezone_ex()
2189 …ss_type->default_properties, (copy_ctor_func_t) zval_property_ctor, (void *) &tmp, sizeof(zval *)); in date_object_new_timezone_ex()
2202 static zend_object_value date_object_clone_timezone(zval *this_ptr TSRMLS_DC) in date_object_clone_timezone()
2236 zval *tmp; in date_object_new_interval_ex()
2245 …ss_type->default_properties, (copy_ctor_func_t) zval_property_ctor, (void *) &tmp, sizeof(zval *)); in date_object_new_interval_ex()
2258 static zend_object_value date_object_clone_interval(zval *this_ptr TSRMLS_DC) in date_object_clone_interval()
2270 static HashTable *date_object_get_properties_interval(zval *object TSRMLS_DC) in date_object_get_properties_interval()
2273 zval *zv; in date_object_get_properties_interval()
2287 zend_hash_update(props, n, strlen(n) + 1, &zv, sizeof(zval), NULL); in date_object_get_properties_interval()
2304 zend_hash_update(props, "days", 5, &zv, sizeof(zval), NULL); in date_object_get_properties_interval()
2318 zval *tmp; in date_object_new_period_ex()
2327 …ss_type->default_properties, (copy_ctor_func_t) zval_property_ctor, (void *) &tmp, sizeof(zval *)); in date_object_new_period_ex()
2340 static zend_object_value date_object_clone_period(zval *this_ptr TSRMLS_DC) in date_object_clone_period()
2406 PHPAPI zval *php_date_instantiate(zend_class_entry *pce, zval *object TSRMLS_DC) in php_date_instantiate()
2427 …e_obj *dateobj, /*const*/ char *time_str, int time_str_len, char *format, zval *timezone_object, i… in php_date_initialize()
2514 zval *timezone_object = NULL; in PHP_FUNCTION()
2534 zval *timezone_object = NULL; in PHP_FUNCTION()
2554 zval *timezone_object = NULL; in PHP_METHOD()
2567 static int php_date_initialize_from_hash(zval **return_value, php_date_obj **dateobj, HashTable *my… in php_date_initialize_from_hash()
2569 zval **z_date = NULL; in php_date_initialize_from_hash()
2570 zval **z_timezone = NULL; in php_date_initialize_from_hash()
2571 zval **z_timezone_type = NULL; in php_date_initialize_from_hash()
2572 zval *tmp_obj = NULL; in php_date_initialize_from_hash()
2622 zval *array; in PHP_METHOD()
2643 zval *object = getThis(); in PHP_METHOD()
2658 static void zval_from_error_container(zval *z, timelib_error_container *error) in zval_from_error_container()
2661 zval *element; in zval_from_error_container()
2696 zval *element; in php_date_do_return_parsed_time()
2812 zval *object; in PHP_FUNCTION()
2831 zval *object; in PHP_FUNCTION()
2899 zval *object, *interval; in PHP_FUNCTION()
2943 zval *object, *interval; in PHP_FUNCTION()
2989 zval *object; in PHP_FUNCTION()
3027 zval *object; in PHP_FUNCTION()
3028 zval *timezone_object; in PHP_FUNCTION()
3054 zval *object; in PHP_FUNCTION()
3089 zval *object; in PHP_FUNCTION()
3112 zval *object; in PHP_FUNCTION()
3135 zval *object; in PHP_FUNCTION()
3162 zval *object; in PHP_FUNCTION()
3183 zval *object; in PHP_FUNCTION()
3209 zval *object1, *object2; in PHP_FUNCTION()
3308 zval *object; in PHP_FUNCTION()
3369 zval *object, *dateobject; in PHP_FUNCTION()
3403 zval *object, *element; in PHP_FUNCTION()
3485 zval *object; in PHP_FUNCTION()
3539 zval *date_interval_read_property(zval *object, zval *member, int type TSRMLS_DC) in date_interval_read_property()
3542 zval *retval; in date_interval_read_property()
3543 zval tmp_member; in date_interval_read_property()
3601 void date_interval_write_property(zval *object, zval *member, zval *value TSRMLS_DC) in date_interval_write_property()
3604 zval tmp_member, tmp_value; in date_interval_write_property()
3683 static int php_date_interval_initialize_from_hash(zval **return_value, php_interval_obj **intobj, H… in php_date_interval_initialize_from_hash()
3689 zval **z_arg = NULL; \ in php_date_interval_initialize_from_hash()
3700 zval **z_arg = NULL; \ in php_date_interval_initialize_from_hash()
3734 zval *array; in PHP_METHOD()
3753 zval *object = getThis(); in PHP_METHOD()
3857 zval *object; in PHP_FUNCTION()
3904 zval *start, *end = NULL, *interval; in PHP_METHOD()
4056 zval *element, **abbr_array_pp, *abbr_array; in PHP_FUNCTION()
4329 static HashTable *date_object_get_properties_period(zval *object TSRMLS_DC) in date_object_get_properties_period()
4332 zval *zv; in date_object_get_properties_period()
4402 zval **ht_entry; in php_date_period_initialize_from_hash()
4478 zval *array; in PHP_METHOD()
4499 zval *object = getThis(); in PHP_METHOD()
4514 static zval *date_period_read_property(zval *object, zval *member, int type TSRMLS_DC) in date_period_read_property()
4516 zval *zv; in date_period_read_property()
4537 static void date_period_write_property(zval *object, zval *member, zval *value TSRMLS_DC) in date_period_write_property()