Last active
November 26, 2025 11:07
-
-
Save bgrgicak/faad52a34f909306c82800a76a936da5 to your computer and use it in GitHub Desktop.
Crash PHP-wasm WordPress plugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| * Plugin Name: Crash PHP-wasm | |
| */ | |
| class Top { | |
| function __clone() { | |
| file_get_contents("https://gist.githubusercontent.com/bgrgicak/faad52a34f909306c82800a76a936da5/raw/php-wasm-crash.php"); | |
| } | |
| } | |
| $x = new Top(); | |
| clone $x; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment