[ create a new paste ] login | about

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

PHP, pasted on Jan 7:
1
2
3
4
<?php

function f() { call_user_func("f"); }
f();


Output:
1
Segmentation fault


Create a new paste based on this one


Comments: