Home
last modified time | relevance | path

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

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Classes/
H A DClassDeclarationSniff.php35 private $_phpVersion = null; variable in PSR1_Sniffs_Classes_ClassDeclarationSniff
65 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) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DDisallowAlternativePHPTagsSniff.php48 private $_phpVersion = null; variable in Generic_Sniffs_PHP_DisallowAlternativePHPTagsSniff
58 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) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentSniff.php40 private $_phpVersion = null; variable in Squiz_Sniffs_Commenting_FunctionCommentSniff
260 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) {