Searched refs:intltz_get_offset (Results 1 – 7 of 7) sorted by relevance
/PHP-7.1/ext/intl/tests/ |
H A D | timezone_getOffset_error.phpt | 16 intltz_get_offset(null, time()*1000, false, $a, $a); 18 Warning: IntlTimeZone::getOffset(): intltz_get_offset: error obtaining offset in %s on line %d 23 Warning: IntlTimeZone::getOffset(): intltz_get_offset: bad arguments in %s on line %d 28 Warning: IntlTimeZone::getOffset(): intltz_get_offset: bad arguments in %s on line %d 31 Fatal error: Uncaught TypeError: Argument 1 passed to intltz_get_offset() must be an instance of In… 33 #0 %s(%d): intltz_get_offset(NULL, %d, false, NULL, NULL)
|
H A D | timezone_getErrorCodeMessage_basic.phpt | 27 Warning: IntlTimeZone::getOffset(): intltz_get_offset: error obtaining offset in %s on line %d 30 string(67) "intltz_get_offset: error obtaining offset: U_ILLEGAL_ARGUMENT_ERROR"
|
H A D | timezone_getOffset_basic.phpt | 21 var_dump(intltz_get_offset($lsb, $date *1000., true, $rawOffset, $dstOffset),
|
/PHP-7.1/ext/intl/timezone/ |
H A D | timezone_methods.h | 52 PHP_FUNCTION(intltz_get_offset);
|
H A D | timezone_class.cpp | 481 PHP_ME_MAPPING(getOffset, intltz_get_offset, ainfo_tz_getOffset, ZEND_ACC_PUBLIC)
|
H A D | timezone_methods.cpp | 441 U_CFUNC PHP_FUNCTION(intltz_get_offset) in PHP_FUNCTION() argument
|
/PHP-7.1/ext/intl/ |
H A D | php_intl.c | 773 PHP_FE( intltz_get_offset, arginfo_tz_get_offset )
|
Completed in 17 milliseconds