Searched refs:_phpPath (Results 1 – 1 of 1) sorted by relevance
38 private $_phpPath = null; variable in Generic_Sniffs_PHP_SyntaxSniff64 if ($this->_phpPath === null) {65 $this->_phpPath = PHP_CodeSniffer::getConfigData('php_path');66 if ($this->_phpPath === null) {69 $this->_phpPath = PHP_BINARY;78 $cmd = escapeshellcmd($this->_phpPath)." -l -d error_prepend_string='' $fileName 2>&1";80 $cmd = escapeshellcmd($this->_phpPath)." -l $fileName 2>&1";