<?php header_register_callback(function(){ $backtrace = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS); foreach($backtrace as $frame){ if(isset($frame['file'], $frame['line'])){ echo "Output started: {$frame['file']}:{$frame['line']}\n"; break; } } }); echo "data";
You have javascript disabled. You will not be able to edit any code.