Home
last modified time | relevance | path

Searched refs:execFile (Results 1 – 1 of 1) sorted by relevance

/plugin/abc/
H A Dsyntax.php161 function _checkExec($execFile, $execName) { argument
162 if (!$execFile) {
164 } else if (!file_exists($execFile)) {
165 …$error .= "'".$execFile."' (<strong>".$execName."</strong>) is <strong>not existent</strong>.<br /…
166 } else if (!is_executable($execFile)) {
167 …$error .= "'".$execFile."' (<strong>".$execName."</strong>) is <strong>not executable</strong>.<br…