8 lines
65 B
PHP
Raw Normal View History

2023-02-13 20:29:32 +08:00
<?php
echo 'hi';
if (in_array('fail', $argv)) {
exit(1);
}