[ create a new paste ] login | about

Link: http://codepad.org/IlPVB4C0    [ raw code | output | fork ]

PHP, pasted on Jan 9:
1
2
3
<?php
function f() { call_user_func("f"); }
f();


Output:
1
Segmentation fault


Create a new paste based on this one


Comments: