I would like to execute a single php statement like if(function_exists(\"my_func\")) echo \'function exists\'; directly with the command line without having to
if(function_exists(\"my_func\")) echo \'function exists\';
On the command line:
php -i | grep sourceguardian
If it's there, then you'll get some text. If not, you won't get a thing.