Home
last modified time | relevance | path

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

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DSyntaxSniff.php38 private $_phpPath = null; variable in Generic_Sniffs_PHP_SyntaxSniff
64 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";