Searched refs:intltz_get_offset (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/intl/tests/ |
H A D | timezone_getOffset_error.phpt | 19 intltz_get_offset(null, time()*1000, false, $a, $a); 25 Fatal error: Uncaught TypeError: intltz_get_offset(): Argument #1 ($timezone) must be of type IntlT… 27 #0 %s(%d): intltz_get_offset(NULL, %f, false, NULL, NULL)
|
H A D | timezone_getOffset_basic.phpt | 19 var_dump(intltz_get_offset($lsb, $date *1000., true, $rawOffset, $dstOffset),
|
/php-src/ext/intl/timezone/ |
H A D | timezone_arginfo.h | 119 ZEND_FUNCTION(intltz_get_offset);
|
H A D | timezone_methods.cpp | 432 U_CFUNC PHP_FUNCTION(intltz_get_offset) in PHP_FUNCTION() argument
|
/php-src/ext/intl/ |
H A D | php_intl.stub.php | 596 function intltz_get_offset(IntlTimeZone $timezone, float $timestamp, bool $local, &$rawOffset, &$ds… function
|
H A D | php_intl_arginfo.h | 956 ZEND_FUNCTION(intltz_get_offset); 1143 ZEND_FE(intltz_get_offset, arginfo_intltz_get_offset)
|
Completed in 14 milliseconds