I were not able to find a proper source stating what the intended behaviour is when invoking a function listed in disable_functions
.
My observation is that a log entry is created saying something like
[04-Sep-2014 16:17:55 UTC] PHP Warning: curl_exec() has been disabled for security reasons in {file} {line}
But what does the function return in such a case? And I mean what is it documented to return?