<?php function main_entry() { $generator = (function (): \Generator { do { echo "===BEGIN===\n"; debug_print_backtrace(); echo "===END===\n"; yield; } while (true); } )(); $generator->current(); $generator->send(null); } main_entry();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`