|
@@ -32,7 +32,7 @@ |
|
|
block discarded – undo |
|
32
|
32
|
// enable them everywhere with -e and mask them instead |
|
33
|
33
|
$input = str_replace( |
|
34
|
34
|
['\a', '\b', '\c', '\e', '\f', '\n', '\r', '\t', '\v'], |
|
35
|
|
- [ '\\\a', '\\\b', '\\\c', '\\\e', '\\\f', '\\\n', '\\\r', '\\\t', '\\\v'], |
|
|
35
|
+ ['\\\a', '\\\b', '\\\c', '\\\e', '\\\f', '\\\n', '\\\r', '\\\t', '\\\v'], |
|
36
|
36
|
$input |
|
37
|
37
|
); |
|
38
|
38
|
exec(sprintf('echo -e %s | php -l', escapeshellarg($input)) . " 2>&1", $parse_results, $return_status); |
Please login to merge, or discard this patch.