Skip to content

Instantly share code, notes, and snippets.

@bgrgicak
Last active November 26, 2025 11:07
Show Gist options
  • Select an option

  • Save bgrgicak/faad52a34f909306c82800a76a936da5 to your computer and use it in GitHub Desktop.

Select an option

Save bgrgicak/faad52a34f909306c82800a76a936da5 to your computer and use it in GitHub Desktop.
Crash PHP-wasm WordPress plugin
<?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