phpshell icon indicating copy to clipboard operation
phpshell copied to clipboard

Fatal error: Cannot redeclare function (previously declared in php-wasm)

Open Krinkle opened this issue 1 year ago • 0 comments

At https://3v4l.org/#live, when typing:

function x() {
}
x();

And then adding anything above or below it, the preview starts failing:

Fatal error: Cannot redeclare x() (previously declared in php-wasm run script:4) in php-wasm run script on line 5

Browser: Firefox 128 on macOS.

Krinkle avatar Aug 12 '24 23:08 Krinkle