Lines Matching refs:true

68                                                 'strict' => true,
75 'strict' => true,
82 'strict' => true,
149 'strict' => true,
156 'strict' => true,
163 'strict' => true,
170 'strict' => true,
211 'strict' => true,
224 'strict' => true,
240 'strict' => true,
241 'shared' => true,
260 'strict' => true,
261 'shared' => true,
270 'strict' => true,
322 $isWin = true;
343 if ($tokenIsArray === true) {
353 if ($tokenIsArray === true) {
373 if ($tokenIsArray === true && substr($token[1], -1) === "\r") {
374 if (isset($tokens[($stackPtr + 1)]) === true
375 && is_array($tokens[($stackPtr + 1)]) === true
380 if ($isWin === true) {
405 if ($tokenIsArray === true && $token[0] === T_DOC_COMMENT) {
439 if ($subTokenIsArray === true) {
455 && empty($nestedVars) === true
498 if ($tokenIsArray === true && $token[0] === T_START_HEREDOC) {
508 $nowdoc = true;
514 if ($subTokenIsArray === true
521 if ($subTokenIsArray === true) {
563 if ($nowdoc === true) {
578 if ($nowdoc === true) {
581 $nowdoc = true;
598 && isset($tokens[($stackPtr + 1)]) === true
599 && isset($tokens[($stackPtr + 2)]) === true
622 && isset($tokens[($stackPtr + 1)]) === true
644 && isset($tokens[($stackPtr + 1)]) === true
645 && is_array($tokens[($stackPtr + 1)]) === true
669 && isset($tokens[($stackPtr + 1)]) === true
671 && isset($tokens[($stackPtr + 2)]) === true
673 || ($tokenIsArray === true
675 && isset($tokens[($stackPtr + 1)]) === true
703 && isset($tokens[($stackPtr + 1)]) === true
726 if (is_array($tokens[$i]) === true) {
736 …} else if (in_array($tokenType, array(T_OPEN_TAG, T_OPEN_TAG_WITH_ECHO, '=', '{', ';')) === true) {
757 && (is_array($tokens[($stackPtr - 1)]) === true
759 && $tokenIsArray === true
782 if ($tokenIsArray === true && $token[0] === T_FUNCTION) {
792 if ($x < $numTokens && is_array($tokens[$x]) === true) {
803 if ($tokenIsArray === true
805 && isset($tokens[($stackPtr + 1)]) === true
823 if ($tokenIsArray === true
851 if ($tokenIsArray === true
853 && isset($tokens[($stackPtr + 1)]) === true
858 T_CASE => true,
859 T_SEMICOLON => true,
860 T_OPEN_CURLY_BRACKET => true,
861 T_INLINE_THEN => true,
865 if (isset($stopTokens[$finalTokens[$x]['code']]) === true) {
896 if ($tokenIsArray === true
933 if ($tokenIsArray === true && token_name($token[0]) === 'T_HASHBANG') {
955 if ($tokenIsArray === true && strpos($token[1], $eolChar) !== false) {
978 if ($tokenIsArray === true && $token[0] === T_STRING) {
982 T_OBJECT_OPERATOR => true,
983 T_FUNCTION => true,
984 T_CLASS => true,
985 T_EXTENDS => true,
986 T_IMPLEMENTS => true,
987 T_NEW => true,
988 T_CONST => true,
989 T_NS_SEPARATOR => true,
990 T_USE => true,
991 T_NAMESPACE => true,
992 T_PAAMAYIM_NEKUDOTAYIM => true,
994 if (isset($context[$finalTokens[$lastNotEmptyToken]['code']]) === true) {
1020 if (isset(self::$_resolveTokenCache[$token[0]]) === true) {
1031 … if ($cacheKey !== null && isset(self::$_resolveTokenCache[$cacheKey]) === true) {
1103 $insideUseGroup = true;
1106 if ($insideUseGroup === true && $newToken['code'] === T_CLOSE_CURLY_BRACKET) {
1150 if (isset($tokens[$i]['scope_opener']) === true
1162 if (isset($tokens[$i]['scope_opener']) === true) {
1193 } else if (isset($tokens[$i]['parenthesis_closer']) === true) {
1218 …x]['code'], array(T_STRING, T_ARRAY, T_ARRAY_HINT, T_CALLABLE, T_SELF, T_PARENT), true) === true) {
1234 … } else if ($tokens[$i]['code'] === T_CLASS && isset($tokens[$i]['scope_opener']) === true) {
1293 if (isset($tokens[$x]['scope_opener']) === true) {
1294 $isShortArray = true;
1300 $isShortArray = true;
1307 if ($isShortArray === true) {
1362 T_OBJECT_OPERATOR => true,
1363 T_NS_SEPARATOR => true,
1364 T_PAAMAYIM_NEKUDOTAYIM => true,
1366 if (isset($context[$tokens[$x]['code']]) === true) {
1437 || isset($tokens[$x]['scope_condition']) === true
1530 if (isset(self::$_resolveTokenCache[$token[0]]) === true) {
1541 if ($cacheKey !== null && isset(self::$_resolveTokenCache[$cacheKey]) === true) {