Skip to content

Commit 6aab040

Browse files
Lets waste three more characters on a solution for a problem that should not exist
1 parent 33585d9 commit 6aab040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Util/PHP/eval-stdin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* file that was distributed with this source code.
99
*/
1010
if (\PHP_SAPI !== 'cli' && \PHP_SAPI !== 'phpdbg') {
11-
exit;
11+
exit(1);
1212
}
1313

1414
eval('?>' . \file_get_contents('php://stdin'));

0 commit comments

Comments
 (0)