Searched refs:_phpVersion (Results 1 – 3 of 3) sorted by relevance
35 private $_phpVersion = null; variable in PSR1_Sniffs_Classes_ClassDeclarationSniff65 if ($this->_phpVersion === null) {66 $this->_phpVersion = PHP_CodeSniffer::getConfigData('php_version');67 if ($this->_phpVersion === null) {68 $this->_phpVersion = PHP_VERSION_ID;88 if ($this->_phpVersion >= 50300) {
48 private $_phpVersion = null; variable in Generic_Sniffs_PHP_DisallowAlternativePHPTagsSniff58 if ($this->_phpVersion === null) {59 $this->_phpVersion = PHP_CodeSniffer::getConfigData('php_version');60 if ($this->_phpVersion === null) {61 $this->_phpVersion = PHP_VERSION_ID;65 if ($this->_phpVersion < 70000) {
40 private $_phpVersion = null; variable in Squiz_Sniffs_Commenting_FunctionCommentSniff260 if ($this->_phpVersion === null) {261 $this->_phpVersion = PHP_CodeSniffer::getConfigData('php_version');262 if ($this->_phpVersion === null) {263 $this->_phpVersion = PHP_VERSION_ID;401 if ($this->_phpVersion >= 70000) {