Lines Matching refs:add_assoc_long

1410 		add_assoc_long(return_value, "tm_sec",   ts->s);  in PHP_FUNCTION()
1411 add_assoc_long(return_value, "tm_min", ts->i); in PHP_FUNCTION()
1412 add_assoc_long(return_value, "tm_hour", ts->h); in PHP_FUNCTION()
1413 add_assoc_long(return_value, "tm_mday", ts->d); in PHP_FUNCTION()
1414 add_assoc_long(return_value, "tm_mon", ts->m - 1); in PHP_FUNCTION()
1415 add_assoc_long(return_value, "tm_year", ts->y - 1900); in PHP_FUNCTION()
1416 add_assoc_long(return_value, "tm_wday", timelib_day_of_week(ts->y, ts->m, ts->d)); in PHP_FUNCTION()
1417 add_assoc_long(return_value, "tm_yday", timelib_day_of_year(ts->y, ts->m, ts->d)); in PHP_FUNCTION()
1418 add_assoc_long(return_value, "tm_isdst", ts->dst); in PHP_FUNCTION()
1463 add_assoc_long(return_value, "seconds", ts->s); in PHP_FUNCTION()
1464 add_assoc_long(return_value, "minutes", ts->i); in PHP_FUNCTION()
1465 add_assoc_long(return_value, "hours", ts->h); in PHP_FUNCTION()
1466 add_assoc_long(return_value, "mday", ts->d); in PHP_FUNCTION()
1467 add_assoc_long(return_value, "wday", timelib_day_of_week(ts->y, ts->m, ts->d)); in PHP_FUNCTION()
1468 add_assoc_long(return_value, "mon", ts->m); in PHP_FUNCTION()
1469 add_assoc_long(return_value, "year", ts->y); in PHP_FUNCTION()
1470 add_assoc_long(return_value, "yday", timelib_day_of_year(ts->y, ts->m, ts->d)); in PHP_FUNCTION()
3093 add_assoc_long(z, "warning_count", error->warning_count); in zval_from_error_container()
3100 add_assoc_long(z, "error_count", error->error_count); in zval_from_error_container()
3131 add_assoc_long(return_value, #name, parsed_time->elem); \ in php_date_do_return_parsed_time()
3176 add_assoc_long(&element, "year", parsed_time->relative.y); in php_date_do_return_parsed_time()
3177 add_assoc_long(&element, "month", parsed_time->relative.m); in php_date_do_return_parsed_time()
3178 add_assoc_long(&element, "day", parsed_time->relative.d); in php_date_do_return_parsed_time()
3179 add_assoc_long(&element, "hour", parsed_time->relative.h); in php_date_do_return_parsed_time()
3180 add_assoc_long(&element, "minute", parsed_time->relative.i); in php_date_do_return_parsed_time()
3181 add_assoc_long(&element, "second", parsed_time->relative.s); in php_date_do_return_parsed_time()
3183 add_assoc_long(&element, "weekday", parsed_time->relative.weekday); in php_date_do_return_parsed_time()
3186 add_assoc_long(&element, "weekdays", parsed_time->relative.special.amount); in php_date_do_return_parsed_time()
4303 add_assoc_long(&element, "ts", timestamp_begin); \ in PHP_FUNCTION()
4305 add_assoc_long(&element, "offset", tzobj->tzi.tz->type[0].offset); \ in PHP_FUNCTION()
4312 add_assoc_long(&element, "ts", ts); \ in PHP_FUNCTION()
4314 add_assoc_long(&element, "offset", tzobj->tzi.tz->type[tzobj->tzi.tz->trans_idx[i]].offset); \ in PHP_FUNCTION()
4321 add_assoc_long(&element, "ts", ts); \ in PHP_FUNCTION()
4323 add_assoc_long(&element, "offset", tzobj->tzi.tz->type[i].offset); \ in PHP_FUNCTION()
4330 add_assoc_long(&element, "ts", ts); \ in PHP_FUNCTION()
4332 add_assoc_long(&element, "offset", (to)->offset); \ in PHP_FUNCTION()
5595 add_assoc_long(return_value, "sunrise", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
5597 add_assoc_long(return_value, "sunset", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
5600 add_assoc_long(return_value, "transit", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
5615 add_assoc_long(return_value, "civil_twilight_begin", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
5617 add_assoc_long(return_value, "civil_twilight_end", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
5633 add_assoc_long(return_value, "nautical_twilight_begin", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
5635 add_assoc_long(return_value, "nautical_twilight_end", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
5651 add_assoc_long(return_value, "astronomical_twilight_begin", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()
5653 add_assoc_long(return_value, "astronomical_twilight_end", timelib_date_to_int(t2, &dummy)); in PHP_FUNCTION()