2023-02-13 20:29:32 +08:00

8 lines
65 B
PHP

<?php
echo 'hi';
if (in_array('fail', $argv)) {
exit(1);
}