Could Be A Constant

Those literals are assigned then compared somewhere else in the code. When those literals are carrying a state, it is recommended to assign them to a constant, to ensure that both parts of the application use the same values..

LiteralAssignationsComparisons
-2
  • $prefixOffset = -2
  • $seq = -2
  • $this->protected = -2
  • $this->remaining = -2
  • $this->state = -2
  • -2 !== $seq
  • -2 !== $this->protected
  • -2 < $this->state
2
  • $array[1]->code = '2'
  • $bar2->id = 2
  • $example->two = 2
  • $i = 2
  • $length = 2
  • $listener2->name = '2'
  • $map['2'] = 2
  • $map['added'] = 2
  • $map['foo'] = 2
  • $map['replaced'] = 2
  • $map['second'] = 2
  • $obj->bar = 2
  • $obj->{'a%2Fb'} = '2'
  • $object->data = '2'
  • $parent = 2
  • $properties['p1'] = 2
  • $shellVerbosity = 2
  • $state = 2
  • $third = 2
  • $this->cacheConfig['default_ttl'] = 2
  • $this->state = 2
  • $var->{1} = 2
  • $var[''] = 2
  • Blacklist::$blacklistedClassNames[__CLASS__] = 2
  • self::$caseCheck = 2
  • $count > 2
  • $count < 2
  • $hours >= 2
  • $i < 2
  • $i <= 2
  • $number >= 2
  • $number < 2
  • 2 > $callCount
  • 2 > $this->inlinedDefinitions[$inlineDef]
  • 2 < $firstNamedArgumentIndex
  • 2 == $loop
  • 2 == $number
  • 2 === $dirSeparatorPosition
  • 2 === $i
  • 2 === $length
  • 2 === $parent
  • 2 === $this->state
  • 2 === $used
  • 2 === self::$caseCheck
  • '2' === $value
123
  • $arrayWithRefs[0] = 123
  • $b = 123
  • $foo->bar = 123
  • $instance->bar = 123
  • $instance->foo = 123
  • $loadedClass = 123
  • $memoryLimit = 123
  • $proxy->dynProp = 123
  • $proxy->public = 123
  • $this->baz = 123
  • $this->bis = 123
  • $this->foo = 123
  • $value->sub->baz = 123
  • $value->sub->bis = 123
  • $value->sub->sub = 123
  • $var[$obj] = 123
  • 123 === $this->sub
128
  • $netmask = 128
  • $other = 128
  • $netmask > 128
  • $netmask <= 128
  • 128 <= $chr
10
  • $digit = 10
  • $lowTtl = 10
  • $sameHandlerLimit = 10
  • $this->cacheConfig['default_ttl'] = 10
  • $this->cacheConfig['stale_if_error'] = 10
  • $this->cacheConfig['stale_while_revalidate'] = 10
  • $value = 10
  • $i < 10
  • $i <= 10
  • $level > 10
  • 10 === $i
3
  • $_ENV['SHELL_VERBOSITY'] = 3
  • $_SERVER['SHELL_VERBOSITY'] = 3
  • $driver->report_mode = 3
  • $iteration = 3
  • $map['added'] = 3
  • $map['replaced'] = 3
  • $maxRetries = 3
  • $min = 3
  • $msgCount = 3
  • $second = 3
  • $shellVerbosity = 3
  • $distance < 3
  • $i < 3
  • $i <= 3
  • $len <= 3
  • $length > 3
  • $minScore < 3
  • $rule > 3
  • $used >= 3
  • 3 !== $type
  • 3 > $opsLimit
  • 3 > $this->opsLimit
  • 3 < $methodLength
  • 3 === $i
  • 3 === $used
4
  • $_ENV['FOO'] = 4
  • $i = 4
  • $map['replaced'] = 4
  • $this->publicReadonly = 4
  • $cost < 4
  • $i <= 4
  • $length < 4
  • $number <= 4
  • $used >= 4
  • 4 < $this->minScore
  • 4 === $i
  • 4 === $invalidBehavior
1024
  • $_SERVER['CONTENT_LENGTH'] = 1024
  • $memory >= 1024
12
  • $instance->public = 12
  • $i < 12
500
  • $limit = 500
  • $level >= 500
  • $statusCode <= 500
  • $this->statusCode >= 500
  • $this->statusCode < 500
  • 500 <= $code
  • 500 <= $statusCode
1000
  • $delay = 1000
  • $lifetime = 1000
  • $maxCheckedIps = 1000
  • $i < 1000
7
  • $i = 7
  • $object->data = 7
  • $years = '7'
  • $entropy <= 7
  • $i < 7
  • $mode > 7
  • $ulid[0] <= '7'
  • $value[0] > '7'
6
  • $limit = 6
  • $value = 6
  • $i < 6
  • 6 !== $this->private
50
  • $limit = 50
  • $this->maxIdLength = 50
  • $i < 50
400
  • $statusCode = 400
  • $info['http_code'] < 400
  • $level >= 400
  • $log['priority'] >= 400
  • $status < 400
  • $statusCode < 400
  • $this->statusCode >= 400
  • $this->statusCode < 400
  • 400 <= $code
  • 400 <= $info['http_code']
  • 400 <= $statusCode
  • 400 === $statusCode
255
  • $exitCode = 255
  • self::$exitCode = 255
  • $exitCode > 255
-3
  • $this->private = -3
  • $prefixOffset > -3
5
  • $expected = 5
  • $limit = 5
  • $priority = 5
  • $this->protectedReadonly = 5
  • $i < 5
  • $i <= 5
  • $priority > 5
15
  • $messageCount = 15
  • $i <= 15
30
  • $amqpReadTimeout = 30
  • $i < 30
76
  • $maxLineLength = 76
  • $maxLineLength > 76
  • 76 < $maxLineLength
75
  • $maxLineLength = 75
  • $firstLineOffset >= 75
42
  • $int->cdata = 42
  • 42 === $attribute
443
  • $server['SERVER_PORT'] = 443
  • 443 != $httpsPort
  • 443 != $this->httpsPort
  • 443 == $port
32
  • $netmask = 32
  • $chr < 32
  • $netmask > 32
  • $netmask <= 32
  • 32 > $codePoint
80
  • $port = 80
  • $server['SERVER_PORT'] = 80
  • $entropy >= 80
  • 80 != $httpPort
  • 80 != $this->httpPort
  • 80 == $port
100
  • $log['priority'] = 100
  • $entropy >= 100
  • $i < 100
  • $params["id"] < 100
  • $statusCode >= 100
  • $statusCode < 100
  • $this->statusCode >= 100
  • $this->statusCode < 100
  • $v < 100
404
  • $code = 404
  • 404 !== $statusCode
  • 404 === $statusCode
  • 404 === $this->statusCode
201
  • $statusCode = 201
  • 201 !== $statusCode
200
  • $status = 200
  • $count < 200
  • $i < 200
  • $statusCode >= 200
  • $statusCode < 200
  • $this->statusCode >= 200
  • $this->statusCode < 200
  • $x < 200
  • 200 !== $statusCode
  • 200 > $statusCode
  • 200 === $statusCode
  • 200 === $this->statusCode
-
  • $blockChompingIndicator = '-'
  • $connection[3] = '-'
  • $previousId = '-'
  • $tagInformation = '-'
  • $title = '-'
  • '-' !== $next[0]
  • '-' !== $path
  • '-' !== $token
  • '-' !== $token[0]
  • '-' === $canonical[4]
  • '-' === $chomping
  • '-' === $data[0]
  • '-' === $data[0][0]
  • '-' === $file
  • '-' === $first
  • '-' === $next
  • '-' === $param[0]
  • '-' === $param[1]
  • '-' === $previousToken[0]
  • '-' === $relevantToken[0]
  • '-' === $result['invert']
  • '-' === $scalar[0]
  • '-' === $str[0]
  • '-' === $this->currentLine[0]
  • '-' === $time[0]
  • '-' === $token[0]
  • '-' === $token[1]
  • '-' === $trimmed[$i]
  • '-' === $value[$i]
  • '-' === $value[0]
__invoke
  • $event['method'] = '__invoke'
  • $method = '__invoke'
  • '__invoke' !== $method
  • '__invoke' !== $this->method
  • '__invoke' === $method->name
  • '__invoke' === $methodName
reset
  • $pool['reset'] = 'reset'
  • 'reset' === $attr
  • 'reset' === $method->name
1.2
  • $xliffVersion = '1.2'
  • '1.2' === $xliffVersion
public
  • $defaultPublicDir = 'public'
  • 'public' === $style
  • 'public' === $visibility
object
  • $data['type'] = 'object'
  • $genericType = 'object'
  • 'object' !== $genericType
  • 'object' === $item[0]
  • 'object' === $normalizedType
  • 'object' === $this->patchTypes['force']
  • 'object' === $type
string
  • $entity->reference = 'string'
  • $prefix = 'string'
  • $processor = 'string'
  • 'string' !== $prefix
  • 'string' === $options['input']
  • 'string' === $prefix
  • 'string' === $type
closure
  • $data['type'] = 'closure'
  • $this->name = 'Closure'
  • $this->name = 'closure'
  • 'Closure' !== $class
  • 'Closure' !== $type
  • 'Closure' === $method
  • 'closure' === $type
0
  • $_ENV[$debugKey] = '0'
  • $_ENV[$this->options['debug_var_name']] = '0'
  • $_SERVER['DEBUG_ENABLED'] = '0'
  • $input['weeks'] = '0'
  • $messageId = '0'
  • $result['weeks'] = '0'
  • $server['PHP_AUTH_PW'] = '0'
  • $server['PHP_AUTH_USER'] = '0'
  • '0' != $value
  • '0' !== $cursor
  • '0' === $attr->nodeValue[0]
  • '0' === $data
  • '0' === $netmask
  • '0' === $v
  • '0' === $value
post
  • $_SERVER['REQUEST_METHOD'] = 'PoSt'
  • $method = 'POST'
  • 'POST' !== $method
  • 'POST' !== $this->method
  • 'POST' === $info['http_method']
  • 'POST' === $method
  • 'POST' === $options['method']
foo
  • $_ENV['existing_var'] = 'foo'
  • $body = 'foo'
  • $content = 'foo'
  • $d1->foo = 'Foo'
  • $d2->foo = 'FOO'
  • $data->bar = 'foo'
  • $data->foo = 'foo'
  • $expectedFirewallName = 'foo'
  • $foobar->foo = 'foo'
  • $formView->vars['name'] = 'foo'
  • $itemKey = 'foo'
  • $itemKey1 = 'foo'
  • $nested->one = 'foo'
  • $obj->foo = 'foo'
  • $obj->xmlFoo = 'foo'
  • $object1->name = 'Foo'
  • $object2->name = 'Foo'
  • $object3->name = 'Foo'
  • $object->foo = 'foo'
  • $objectOuter->foo = 'foo'
  • $objectToPopulate->foo = 'foo'
  • $option = 'foo'
  • $options['option'] = 'foo'
  • $path = 'foo'
  • $recipient = 'foo'
  • $resource2 = 'foo'
  • $this->buffer[0] = 'foo'
  • $value = 'Foo'
  • $value = 'foo'
  • 'foo' === $attributeName
  • 'foo' === $buffer
  • 'foo' === $name
  • 'foo' === $this->currentId
php
  • $cmd = 'php'
  • $driver = 'php'
  • 'PHP' === $h['wrapper_type']
  • 'php' === $type
test
  • $_SERVER['TEST_APP_ENV'] = 'test'
  • $form['_password'] = 'test'
  • $form['user_login[password]'] = 'test'
  • $message = 'test'
  • $metadata->name = 'test'
  • $msgid = 'test'
  • $name = 'test'
  • $this->message = 'test'
  • 'test' !== $this->kernelEnvironment
native
  • $config['algorithm'] = 'native'
  • 'native' === $config['algorithm']
sodium
  • $config['algorithm'] = 'sodium'
  • 'sodium' === $config['algorithm']
http
  • $scheme = 'http'
  • 'http' !== $scheme
  • 'http' === $channel
  • 'http' === $proxy['scheme']
  • 'http' === $scheme
  • 'http' === $url['scheme']
name
  • $config['autoescape'] = 'name'
  • 'name' === $name
default
  • $style = 'default'
  • 'default' !== $sanitizerName
  • 'default' === $class
  • 'default' === $host
  • 'default' === $name
  • 'default' === $prefix
  • 'default' === $resourceName
label
  • $style = 'label'
  • 'label' !== $style
  • 'label' === $blockNameSuffix
  • 'label' === $style
const
  • $style = 'const'
  • 'const' === $prefix
  • 'const' === $style
null
  • $code = 'null'
  • $value = 'null'
  • $yml = 'null'
  • 'NULL' === $actualType
  • 'null' !== $n
  • 'null' == $onInvalid
  • 'null' === $decorationOnInvalid
  • 'null' === $item[0]
  • 'null' === $lowercaseValue
  • 'null' === $n
  • 'null' === $phpTypeOrClass
  • 'null' === $scalarLower
  • 'null' === $type
  • 'null' === $types
key
  • $style = 'key'
  • 'key' === $prefix
integer
  • $style = 'integer'
  • 'integer' === $options['widget']
float
  • $style = 'float'
  • 'float' === $prefix
stdclass
  • $stub->class = 'stdClass'
  • $this->class = 'stdClass'
  • 'stdClass' !== $class
private
  • $options['type'] = 'private'
  • $style = 'private'
  • 'private' === $style
1
  • $_ENV[$debugKey] = '1'
  • $_ENV['APP_DEBUG'] = '1'
  • $_SERVER['APP_DEBUG'] = '1'
  • $_SERVER['DEBUG_MODE'] = '1'
  • $array[0]->code = '1'
  • $emptyData = '1'
  • $listener1->name = '1'
  • $messageData['nostop'] = '1'
  • $obj->qux = '1'
  • $obj->{'a/b'} = '1'
  • $object->data = '1'
  • $options['include_empty_translations'] = '1'
  • '1' === $_SERVER[$debugKey]
  • '1' === $data
  • '1' === $value
meta
  • $style = 'meta'
  • 'meta' === $style
protected
  • $style = 'protected'
  • 'protected' === $style
ok
  • $a->flag = 'ok'
  • $b->flag = 'ok'
  • 'ok' !== $jsonContents['status']
  • 'ok' !== $responseArr['status']
legacy
  • $group = 'legacy'
  • 'legacy' !== $group
  • 'legacy' !== $name
  • 'legacy' !== $type
  • 'legacy' === $group
cache-control
  • $this->headerNames['cache-control'] = 'Cache-Control'
  • 'cache-control' === $key
  • 'cache-control' === $uniqueKey
xml
  • $driver = 'xml'
  • $obj->xmlFoo = 'xml'
  • 'xml' === $format
  • 'xml' === $type
attribute
  • $mappingConfig['type'] = 'attribute'
  • 'attribute' === $type
[
  • $array[0] = '['
  • $export = '['
  • $startTag = '['
  • '[' !== $domain[0]
  • '[' !== $propertyPath[0]
  • '[' !== $value[0]
  • '[' === $host[0]
  • '[' === $matches['left_delimiter']
  • '[' === $next
  • '[' === $startTag
  • '[' === $subPath[0]
  • '[' === $this->currentLine[0]
  • '[' === $token->value
  • '[' === $value[0]
/
  • $components['path'] = '/'
  • $path = '/'
  • $resource = '/'
  • $this->basePath = '/'
  • $url = '/'
  • $url['path'] = '/'
  • '/' != $basePath[0]
  • '/' != $url[0]
  • '/' !== $dir[--$i]
  • '/' !== $path[0]
  • '/' !== $pathinfo
  • '/' !== $regex
  • '/' !== $requestUri[0]
  • '/' !== $text[1]
  • '/' !== $this->path
  • '/' !== $tokens[1][1]
  • '/' !== $uri[0]
  • '/' !== $url['path'][0]
  • '/' === $basePath[0]
  • '/' === $car
  • '/' === $delimiter
  • '/' === $dir
  • '/' === $expression[0]
  • '/' === $file[0]
  • '/' === $file[2]
  • '/' === $firstCharacter
  • '/' === $glob[$i + 3]
  • '/' === $h[4]
  • '/' === $logoutPath[0]
  • '/' === $mode[0]
  • '/' === $path
  • '/' === $path[0]
  • '/' === $path[2]
  • '/' === $pathinfo
  • '/' === $regex[-1]
  • '/' === $regex[$pos - 1]
  • '/' === $requestUri[0]
  • '/' === $targetPath[0]
  • '/' === $tokens[0][1]
  • '/' === $uri[0]
  • '/' === $versionedPath[0]
on
  • $_SERVER['HTTPS'] = 'on'
  • $server['HTTPS'] = 'on'
  • 'on' === $lowercaseValue
set-cookie
  • $this->headerNames['set-cookie'] = 'Set-Cookie'
  • 'set-cookie' !== $key
  • 'set-cookie' === $uniqueKey
symfony
  • $server['PHP_AUTH_PW'] = 'symfony'
  • 'symfony' === $argv[1]
utf-8
  • $charsetOrigin = 'UTF-8'
  • 'UTF-8' !== $encoding
  • 'UTF-8' !== $this->charset
  • 'UTF-8' === $charset
  • 'utf-8' === $charset
{
  • $array[0] = '{'
  • $startTag = '{'
  • '{' !== $requiredHost[0]
  • '{' !== $value[0]
  • '{' === $car
  • '{' === $matches['opening_brace']
  • '{' === $requiredHost[0]
  • '{' === $startTag
  • '{' === $this->currentLine[0]
  • '{' === $value[0]
get
  • $canonicalMethod = 'GET'
  • $headers['Allow'] = 'GET'
  • $method = 'GET'
  • 'GET' === $canonicalMethod
  • 'GET' === $method
  • 'get' === $call->name
https
  • $url['scheme'] = 'https'
  • 'https' !== $parts['scheme']
  • 'https' !== $scheme
  • 'https' !== $urlParts['scheme']
  • 'https' === $channel
  • 'https' === $components['scheme']
  • 'https' === $params['scheme']
  • 'https' === $proxy['scheme']
  • 'https' === $requestScheme
  • 'https' === $scheme
  • 'https' === $this->scheme
directory
  • $subType = 'directory'
  • 'directory' === $type
c
  • $inner->inner2 = 'c'
  • $var3 = 'c'
  • $waitFor[0] = 'C'
  • 'C' !== $waitFor[0]
  • 'C' === $class[0]
  • 'C' === $k[0]
  • 'C' === $key
  • 'C' === $serialized[0]
a
  • $char = 'a'
  • $outer->outer1 = 'a'
  • $path = 'a'
  • $value = 'A'
  • $var1 = 'a'
  • 'A' === $c[2]
  • 'A' === $key
  • 'A' === $record['type']
  • 'A' === $this->type
  • 'a' !== $node->nodeName
  • 'a' === $element
  • 'a' === $message[0]
b
  • $inner->inner1 = 'b'
  • $o1->bar = 'b'
  • $path = 'b'
  • $value = 'B'
  • $var2 = 'b'
  • 'B' === $c[2]
  • 'B' === $key
  • 'b' === $property
%r
  • $format = '%R '
  • '%R ' === $format
path
  • $this->attr['ellipsis-type'] = 'path'
  • 'path' === $attr['ellipsis-type']
*
  • $element = '*'
  • $genericType = '*'
  • $this->element = '*'
  • '*' != $pattern[0]
  • '*' !== $message
  • '*' !== $this->element
  • '*' === $allowedAttributes
  • '*' === $allowedElements
  • '*' === $car
  • '*' === $droppedElements
  • '*' === $ifNoneMatchEtag
  • '*' === $k[1]
  • '*' === $n[1]
  • '*' === $regexp[++$i]
  • '*' === $rule
  • '*' === $v
  • '*' === $values['value'][0]
  • $combinator = ' '
  • ' ' !== $c
  • ' ' !== $line[3]
  • ' ' == $expression[$cursor]
  • ' ' === $blockLines[$i][0]
  • ' ' === $char->string
  • ' ' === $chars[$j]
  • ' ' === $line[0]
  • ' ' === $mapping[$i]
  • ' ' === $prevChr
  • ' ' === $sequence[$i]
  • ' ' === $this->combinator
  • ' ' === $this->currentLine[$i]
  • ' ' === $this->currentLine[0]
  • ' ' === $this->currentLine[1]
  • ' ' === $this->data[$this->cursor]
  • ' ' === $value[0]
  • ' ' === $value[\strlen($value) - 1]
  • ' ' === $values['value'][1]
=
  • $operator = '='
  • $prepend = '='
  • '=' !== $this->data[$this->cursor]
  • '=' === $matches['default_value'][1]
+
  • $blockChompingIndicator = '+'
  • '+' === $car
  • '+' === $data[0]
  • '+' === $first
  • '+' === $k[1]
mapping
  • $context = 'mapping'
  • 'mapping' == $context
  • 'mapping' === $context
sequence
  • $context = 'sequence'
  • 'sequence' == $context
select
  • $this->type = 'select'
  • 'select' !== $this->node->nodeName
  • 'select' == $nodeName
  • 'select' === $this->node->nodeName
  • 'select' === $this->type
>
  • $messageId = '>'
  • $operator = '>'
  • '>' === $output[0]
  • '>' === $style
message_bus
  • $busId = 'message_bus'
  • $messageBusId = 'message_bus'
  • 'message_bus' !== $busId
&
  • $glue = '&'
  • '&' !== $values['value'][0]
  • '&' === $value[0]
  • '&' === $values['value'][0]
|
  • $glue = '|'
  • '|' === $car
  • '|' === $output[0]
ccc
  • $_SERVER['FOO'] = 'CCC'
  • $_SERVER['SOME_VAR'] = 'ccc'
  • $_SERVER['TEST_APP_ENV'] = 'ccc'
  • $this->foo = 'ccc'
  • 'ccc' === $modelData
inline
  • $att['disposition'] = 'inline'
  • 'inline' === $disposition
docblock
  • $this->patchTypes['force'] = 'docblock'
  • 'docblock' !== $this->patchTypes['force']
  • 'docblock' === $this->patchTypes['force']
static
  • $returnType = 'static'
  • 'static' === $frame['type']
  • 'static' === $matches[1]
  • 'static' === $name
  • 'static' === $parts[0]
  • 'static' === $type
?
  • $tail = '?'
  • $this->providedTypes[$name] = '?'
  • '?' !== $m[4]
  • '?' !== $returnType
  • '?' !== $t
  • '?' === $car
  • '?' === $expression[$cursor]
  • '?' === $path[0]
  • '?' === $regexp[$i]
  • '?' === $returnType[0]
  • '?' === $this->currentLine[0]
  • '?' === $type[0]
  • '?' === $uri[0]
  • '?' === $values['value'][0]
error
  • $logType = 'error'
  • $status = 'error'
  • 'Error' === $c
  • 'error' === $key
  • 'error' === $result['data']['status']
warning
  • $status = 'warning'
  • 'WARNING' === $log['priorityName']
.
  • $buffer = '.'
  • $prefix = '.'
  • '.' != $pattern[1]
  • '.' !== $attr->nodeValue[1]
  • '.' !== $car
  • '.' !== $decSep
  • '.' !== $dir[0]
  • '.' !== $f[0]
  • '.' !== $file
  • '.' !== $file->getBasename( )[0]
  • '.' !== $groupSep
  • '.' !== $id[0]
  • '.' !== $link
  • '.' !== $part
  • '.' !== $propertyPath
  • '.' !== $segment
  • '.' !== $sourceId[0]
  • '.' === $basePath
  • '.' === $car
  • '.' === $currentId[0]
  • '.' === $expression[0]
  • '.' === $id[0]
  • '.' === $knownId[0]
  • '.' === $link
  • '.' === $match[1]
  • '.' === $name[0]
  • '.' === $next
  • '.' === $part
  • '.' === $path[0]
  • '.' === $token->value
value
  • $value = 'VALUE'
  • 'value' === $key
%%%%not_defined%%%%
  • $value = '%%%%not_defined%%%%'
  • '%%%%not_defined%%%%' === $value
prototype
  • $info = 'Prototype'
  • $info = 'prototype'
  • 'prototype' === $service->tagName
~
  • $default = '~'
  • '~' === $k[1]
  • '~' === $path[0]
  • '~' === $scalar
no
  • $this->options['cache'] = 'no'
  • $this->options['firebase'] = 'no'
  • 'no' === $lowercaseValue
json
  • $optionsContainer = 'json'
  • 'json' === $format
  • 'json' === $prefix
auto
  • $options['mode'] = 'AUTO'
  • 'auto' === $config['algorithm']
  • 'auto' === $config['secure']
  • 'auto' === $value
(
  • $array[1] = '('
  • '(' !== $regexp[$i]
  • '(' === $car
  • '(' === $file[0]
  • '(' === $prefix[$i]
  • '(' === $prefix[$j]
  • '(' === $this->data[$this->cursor + 1]
  • '(' === $this->data[$this->cursor]
  • '(' === $this->stream->current->value
  • '(' === $tokens[$j]
  • '(' === $xpath[$startPosition]
\0
  • $meta[8] = "\0"
  • $meta[9] = "\0"
  • "\0" !== $k[0]
  • "\0" !== $k[5]
  • "\0" !== $key[0]
  • "\0" !== $n[0]
  • "\0" !== $name
  • "\0" !== $value[5]
  • "\0" === $meta[5]
  • "\0" === $name
  • "\0" === $result[$i]
\x5f
  • $serialized[$id][9] = "\x5F"
  • "\x5F" !== $k[9]
  • "\x5F" !== $value[9]
  • "\x5F" === $meta[9]
xlf
  • $format = 'xlf'
  • 'xlf' === $format
2.0
  • $xliffVersion = '2.0'
  • '2.0' === $xliffVersion
rediss
  • $scheme = 'rediss'
  • 'rediss' === $params['scheme']
  • 'rediss' === $scheme
redis
  • $params['cluster'] = 'redis'
  • $scheme = 'redis'
  • 'Redis' === $class
none
  • $traversalStrategy = 'None'
  • 'none' === $lowercaseValue
save
  • $traceableAdapterEvent->name = 'save'
  • 'save' === $call->name
getitem
  • $traceableAdapterEvent->name = 'getItem'
  • 'getItem' === $call->name
hasitem
  • $traceableAdapterEvent->name = 'hasItem'
  • 'hasItem' === $call->name
root
  • $this->root = 'root'
  • 'root' !== $parent
  • 'root' !== self::$defaultFallback
  • 'root' === $fallback
local
  • $_ENV['LOCAL'] = 'local'
  • $_SERVER['TEST_APP_ENV'] = 'local'
  • 'local' === $env
prod
  • $_ENV['APP_ENV'] = 'prod'
  • $env = 'prod'
  • 'prod' !== $env
  • 'prod' === $env
array
  • $class = 'Array'
  • $timeOptions['input'] = 'array'
  • 'array' !== $type
  • 'array' === $class
  • 'array' === $docType
  • 'array' === $item[0]
  • 'array' === $options['input']
  • 'array' === $type
url
  • $denormalized->url = 'url'
  • $view->vars['attr']['inputmode'] = 'url'
  • 'url' === $prefix
hello
  • $dummy->ignored1 = 'hello'
  • 'hello' === $data
text
  • $template = 'text'
  • $view->vars['type'] = 'text'
  • 'text' !== $tokens[0][0]
  • 'text' === $options['widget']
  • 'text' === $token[0]
  • 'text' === explode('/', $mimeType, 2)[0]
deprecated
  • $map['deprecated'] = 'deprecated'
  • 'deprecated' !== $child->localName
  • 'deprecated' === $data['reason']
  • 'deprecated' === $key
_0
  • $waitFor = '_0'
  • '_0' === $waitFor
application/octet-stream
  • $contentType = 'application/octet-stream'
  • 'application/octet-stream' === $mimeType
phpunit\util\errorhandler::handleerror
  • self::$errorHandler = 'PHPUnit\Util\ErrorHandler::handleError'
  • 'PHPUnit\Util\ErrorHandler::handleError' === $eh
html
  • $template = 'html'
  • 'html' === $format
date
  • $view->vars['type'] = 'date'
  • 'date' === $uniqueKey
any
  • $view->vars['attr']['step'] = 'any'
  • 'ANY' === $type
h
  • $format = 'H'
  • 'H' !== $waitFor[0]
  • 'H' === $waitFor[0]