Warning: Unterminated comment starting line 13 in /in/pS3LE on line 13
string(0) ""
string(316) "<?php
function log_error($num, $str, $file, $line, $context = null) { throw new ErrorException( $str, 0, $num, $file, $line ); } set_error_handler('log_error'); ob_start(); $out = php_strip_whitespace(__FILE__); var_dump(ob_get_clean(), $out);
Warning: Unterminated comment starting line 13 in /in/pS3LE on line 9
"
Output for 5.2.10 - 5.2.17
Warning: Unterminated comment starting line 13 in /in/pS3LE on line 13
Fatal error: fatal flex scanner internal error--end of buffer missed in /in/pS3LE on line 13
Process exited with code 255.
Output for 5.0.0
Warning: Unterminated comment starting line 13 in /in/pS3LE on line 13
string(0) ""
string(71) "
Warning: Unterminated comment starting line 13 in /in/pS3LE on line 9
"
<?php
function log_error($num, $str, $file, $line, $context = null) { throw new ErrorException( $str, 0, $num, $file, $line ); } set_error_handler('log_error'); ob_start(); $out = php_strip_whitespace(__FILE__); var_dump(ob_get_clean(), $out);
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected T_NEW in /in/pS3LE on line 4
Process exited with code 255.