Lines Matching refs:add_assoc_long

1712 		add_assoc_long(return_value, "tm_sec",   ts->s);  in PHP_FUNCTION()
1713 add_assoc_long(return_value, "tm_min", ts->i); in PHP_FUNCTION()
1714 add_assoc_long(return_value, "tm_hour", ts->h); in PHP_FUNCTION()
1715 add_assoc_long(return_value, "tm_mday", ts->d); in PHP_FUNCTION()
1716 add_assoc_long(return_value, "tm_mon", ts->m - 1); in PHP_FUNCTION()
1717 add_assoc_long(return_value, "tm_year", ts->y - 1900); in PHP_FUNCTION()
1718 add_assoc_long(return_value, "tm_wday", timelib_day_of_week(ts->y, ts->m, ts->d)); in PHP_FUNCTION()
1719 add_assoc_long(return_value, "tm_yday", timelib_day_of_year(ts->y, ts->m, ts->d)); in PHP_FUNCTION()
1720 add_assoc_long(return_value, "tm_isdst", ts->dst); in PHP_FUNCTION()
1757 add_assoc_long(return_value, "seconds", ts->s); in PHP_FUNCTION()
1758 add_assoc_long(return_value, "minutes", ts->i); in PHP_FUNCTION()
1759 add_assoc_long(return_value, "hours", ts->h); in PHP_FUNCTION()
1760 add_assoc_long(return_value, "mday", ts->d); in PHP_FUNCTION()
1761 add_assoc_long(return_value, "wday", timelib_day_of_week(ts->y, ts->m, ts->d)); in PHP_FUNCTION()
1762 add_assoc_long(return_value, "mon", ts->m); in PHP_FUNCTION()
1763 add_assoc_long(return_value, "year", ts->y); in PHP_FUNCTION()
1764 add_assoc_long(return_value, "yday", timelib_day_of_year(ts->y, ts->m, ts->d)); in PHP_FUNCTION()
2665 add_assoc_long(z, "warning_count", error->warning_count); in zval_from_error_container()
2673 add_assoc_long(z, "error_count", error->error_count); in zval_from_error_container()
2705 add_assoc_long(return_value, #name, parsed_time->elem); \ in php_date_do_return_parsed_time()
2751 add_assoc_long(element, "year", parsed_time->relative.y); in php_date_do_return_parsed_time()
2752 add_assoc_long(element, "month", parsed_time->relative.m); in php_date_do_return_parsed_time()
2753 add_assoc_long(element, "day", parsed_time->relative.d); in php_date_do_return_parsed_time()
2754 add_assoc_long(element, "hour", parsed_time->relative.h); in php_date_do_return_parsed_time()
2755 add_assoc_long(element, "minute", parsed_time->relative.i); in php_date_do_return_parsed_time()
2756 add_assoc_long(element, "second", parsed_time->relative.s); in php_date_do_return_parsed_time()
2758 add_assoc_long(element, "weekday", parsed_time->relative.weekday); in php_date_do_return_parsed_time()
2761 add_assoc_long(element, "weekdays", parsed_time->relative.special.amount); in php_date_do_return_parsed_time()
3396 add_assoc_long(element, "ts", timestamp_begin); \ in PHP_FUNCTION()
3398 add_assoc_long(element, "offset", tzobj->tzi.tz->type[0].offset); \ in PHP_FUNCTION()
3406 add_assoc_long(element, "ts", ts); \ in PHP_FUNCTION()
3408 add_assoc_long(element, "offset", tzobj->tzi.tz->type[tzobj->tzi.tz->trans_idx[i]].offset); \ in PHP_FUNCTION()
4054 add_assoc_long(element, "offset", entry->gmtoffset); in PHP_FUNCTION()
4251 add_assoc_long(return_value, "sunrise", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4253 add_assoc_long(return_value, "sunset", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4256 add_assoc_long(return_value, "transit", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4271 add_assoc_long(return_value, "civil_twilight_begin", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4273 add_assoc_long(return_value, "civil_twilight_end", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4289 add_assoc_long(return_value, "nautical_twilight_begin", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4291 add_assoc_long(return_value, "nautical_twilight_end", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4307 add_assoc_long(return_value, "astronomical_twilight_begin", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
4309 add_assoc_long(return_value, "astronomical_twilight_end", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()