<?php

function main($arg) {
    throw new Exception();
}
main('123456789012345678901234567890');

?>