exec()Function exec() is disabled or not available.
shell_exec()Function shell_exec() is disabled or not available.
system()Function system() is disabled or not available.
passthru()Function passthru() is disabled or not available.
proc_open()Function proc_open() executed successfully.
Output: Test
Return Status: 0
popen()Function popen() executed successfully.
Output: Test
Backticks()Function Backticks() is disabled or not available.
escapeshellcmd()Function escapeshellcmd() is enabled.
Original Command: ls -la; rm -rf /
Sanitized Command: ls -la\; rm -rf /