Searched refs:SUNFUNCS_RET_DOUBLE (Results 1 – 9 of 9) sorted by relevance
/PHP-8.4/ext/date/tests/ |
H A D | sunfuncts.phpt | 12 echo date_sunrise(mktime(1,1,1,$a,1,2003),SUNFUNCS_RET_DOUBLE,31.76670,35.23330,90.83,2)."\n"; 16 echo date_sunset(mktime(1,1,1,$a,1,2003),SUNFUNCS_RET_DOUBLE,31.76670,35.23330,90.83,2)."\n";
|
H A D | date_sunrise_and_sunset_error.phpt | 21 … ($returnFormat) must be one of SUNFUNCS_RET_TIMESTAMP, SUNFUNCS_RET_STRING, or SUNFUNCS_RET_DOUBLE 24 … ($returnFormat) must be one of SUNFUNCS_RET_TIMESTAMP, SUNFUNCS_RET_STRING, or SUNFUNCS_RET_DOUBLE
|
H A D | date_sunrise_variation8.phpt | 26 var_dump( date_sunrise($time, SUNFUNCS_RET_DOUBLE, 90, 0 ) ); 29 var_dump( date_sunrise($time, SUNFUNCS_RET_DOUBLE, -90, 0 ) );
|
H A D | date_sunset_variation8.phpt | 26 var_dump( date_sunset($time, SUNFUNCS_RET_DOUBLE, 90, 0 ) ); 29 var_dump( date_sunset($time, SUNFUNCS_RET_DOUBLE, -90, 0 ) );
|
/PHP-8.4/ext/date/ |
H A D | php_date.stub.php | 102 const SUNFUNCS_RET_DOUBLE = UNKNOWN; define
|
H A D | php_date_arginfo.h | 813 …REGISTER_LONG_CONSTANT("SUNFUNCS_RET_DOUBLE", SUNFUNCS_RET_DOUBLE, CONST_PERSISTENT | CONST_DEPREC… in register_php_date_symbols()
|
H A D | php_date.c | 214 #define SUNFUNCS_RET_DOUBLE 2 macro 5522 retformat != SUNFUNCS_RET_DOUBLE) in php_do_date_sunrise_sunset() 5571 case SUNFUNCS_RET_DOUBLE: in php_do_date_sunrise_sunset()
|
/PHP-8.4/ |
H A D | NEWS | 625 . Constants SUNFUNCS_RET_TIMESTAMP, SUNFUNCS_RET_STRING, and SUNFUNCS_RET_DOUBLE
|
H A D | UPGRADING | 497 SUNFUNCS_RET_DOUBLE are now deprecated, following the deprecation of
|
Completed in 49 milliseconds