Searched refs:date_obj (Results 1 – 4 of 4) sorted by relevance
/PHP-8.4/ext/intl/calendar/ |
H A D | calendar_methods.cpp | 1000 zend_object *date_obj; in PHP_FUNCTION() local 1012 Z_PARAM_OBJ_OF_CLASS_OR_STR(date_obj, php_date_get_date_ce(), date_str) in PHP_FUNCTION() 1021 date_obj = Z_OBJ(zv_tmp); in PHP_FUNCTION() 1028 datetime = php_date_obj_from_obj(date_obj); in PHP_FUNCTION() 1036 …zend_call_method_with_0_params(date_obj, php_date_get_date_ce(), NULL, "gettimestamp", &zv_timesta… in PHP_FUNCTION() 1080 OBJ_RELEASE(date_obj); in PHP_FUNCTION()
|
/PHP-8.4/ext/date/ |
H A D | php_date.h | 143 …PI zend_string *php_format_date_obj(const char *format, size_t format_len, php_date_obj *date_obj);
|
H A D | php_date.c | 848 if (!date_obj->time) { in php_format_date_obj() 852 return date_format(format, format_len, date_obj->time, date_obj->time->is_localtime); in php_format_date_obj() 1484 php_date_obj *date_obj; in create_date_period_datetime() local 1487 date_obj = Z_PHPDATE_P(zv); in create_date_period_datetime() 5754 php_date_obj *date_obj; in php_date_period_initialize_from_hash() local 5755 date_obj = Z_PHPDATE_P(ht_entry); in php_date_period_initialize_from_hash() 5757 if (!date_obj->time) { in php_date_period_initialize_from_hash() 5776 php_date_obj *date_obj; in php_date_period_initialize_from_hash() local 5779 if (!date_obj->time) { in php_date_period_initialize_from_hash() 5797 php_date_obj *date_obj; in php_date_period_initialize_from_hash() local [all …]
|
/PHP-8.4/ext/soap/ |
H A D | php_encoding.c | 2976 php_date_obj *date_obj = Z_PHPDATE_P(data); in to_xml_datetime_ex() local 2977 …tring *formatted_date_string = php_format_date_obj(ext_date_format, ext_date_format_len, date_obj); in to_xml_datetime_ex()
|
Completed in 33 milliseconds