--TEST-- IntlTimeZone::getErrorCode(): errors --SKIPIF-- getErrorCode(array())); var_dump(intltz_get_error_code(null)); --EXPECTF-- Warning: IntlTimeZone::getErrorCode() expects exactly 0 parameters, 1 given in %s on line %d Warning: IntlTimeZone::getErrorCode(): intltz_get_error_code: bad arguments in %s on line %d bool(false) Catchable fatal error: Argument 1 passed to intltz_get_error_code() must be an instance of IntlTimeZone, null given in %s on line %d