Searched refs:allFunctionExist (Results 1 – 1 of 1) sorted by relevance
| /plugin/shell/ |
| D | P0wnyShell.php | 37 protected function allFunctionExist($list = []) function in P0wnyShell 62 … } else if ($this->allFunctionExist(['system', 'ob_start', 'ob_get_contents', 'ob_end_clean'])) { 67 … } else if ($this->allFunctionExist(['passthru', 'ob_start', 'ob_get_contents', 'ob_end_clean'])) { 72 } else if ($this->allFunctionExist(['popen', 'feof', 'fread', 'pclose'])) { 78 } else if ($this->allFunctionExist(['proc_open', 'stream_get_contents', 'proc_close'])) {
|