Home
last modified time | relevance | path

Searched refs:T_STRING (Results 51 – 52 of 52) sorted by relevance

123

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php2692 if ($this->_tokens[$i]['code'] === T_STRING) {
2727 if ($this->_tokens[$i]['code'] === T_STRING) {
2837 case T_STRING:
3743 T_STRING,
3794 T_STRING,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
H A DAbstractPatternSniff.php640 if ($tokens[$stackPtr]['code'] !== T_STRING) {

123