<?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); /*
You have javascript disabled. You will not be able to edit any code.