--TEST-- Test unixtojd() function : error conditions --CREDITS-- edgarsandi - --EXTENSIONS-- calendar --INI-- date.timezone=UTC --FILE-- getMessage(), PHP_EOL; } var_dump(unixtojd(false)) . PHP_EOL; var_dump(unixtojd(null)) . PHP_EOL; var_dump(unixtojd(time())) . PHP_EOL; ?> --EXPECTF-- unixtojd(): Argument #1 ($timestamp) must be greater than or equal to 0 int(%d) int(%d) int(%d)