--TEST-- strtotime() - Format: @timestamps --FILE-- $max_2) $new_tm *= -1; if (strtotime("@$new_tm") != $new_tm) { echo "Error when parsing: @$new_tm\n"; } } echo "done!"; ?> --EXPECT-- done!