[ create a new paste ] login | about

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

PHP, pasted on Oct 11:
1
2
3
<?
$user_data = array();
$profile_data = $user_data('first_name','last_name','email');


Output:
1
2

Fatal error: Function name must be a string on line 3


Create a new paste based on this one


Comments: