Home
last modified time | relevance | path

Searched refs:SUNFUNCS_RET_TIMESTAMP (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/date/tests/
H A Ddate_sunrise_and_sunset_error.phpt21 date_sunrise(): Argument #2 ($returnFormat) must be one of SUNFUNCS_RET_TIMESTAMP, SUNFUNCS_RET_STR…
24 date_sunset(): Argument #2 ($returnFormat) must be one of SUNFUNCS_RET_TIMESTAMP, SUNFUNCS_RET_STRI…
H A Dsunfuncts.phpt10 echo date_sunrise(mktime(1,1,1,$a,1,2003),SUNFUNCS_RET_TIMESTAMP,31.76670,35.23330,90.83,2)." ";
14 echo date_sunset(mktime(1,1,1,$a,1,2003),SUNFUNCS_RET_TIMESTAMP,31.76670,35.23330,90.83,2)." ";
H A Ddate_sunrise_variation8.phpt27 var_dump( date_sunrise($time, SUNFUNCS_RET_TIMESTAMP, 90, 0 ) );
30 var_dump( date_sunrise($time, SUNFUNCS_RET_TIMESTAMP, -90, 0 ) );
H A Ddate_sunset_variation8.phpt27 var_dump( date_sunset($time, SUNFUNCS_RET_TIMESTAMP, 90, 0 ) );
30 var_dump( date_sunset($time, SUNFUNCS_RET_TIMESTAMP, -90, 0 ) );
/php-src/ext/date/
H A Dphp_date.stub.php87 const SUNFUNCS_RET_TIMESTAMP = UNKNOWN; define
H A Dphp_date_arginfo.h847 REGISTER_LONG_CONSTANT("SUNFUNCS_RET_TIMESTAMP", SUNFUNCS_RET_TIMESTAMP, CONST_PERSISTENT); in register_php_date_symbols()
H A Dphp_date.c214 #define SUNFUNCS_RET_TIMESTAMP 0 macro
5485 if (retformat != SUNFUNCS_RET_TIMESTAMP && in php_do_date_sunrise_sunset()
5515 if (retformat == SUNFUNCS_RET_TIMESTAMP) { in php_do_date_sunrise_sunset()

Completed in 56 milliseconds