You are here

private static property DebugClassLoader::$php7Reserved in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/debug/DebugClassLoader.php \Symfony\Component\Debug\DebugClassLoader::php7Reserved

File

vendor/symfony/debug/DebugClassLoader.php, line 32

Class

DebugClassLoader
Autoloader checking if the class is really defined in the file found.

Namespace

Symfony\Component\Debug

Code

private static $php7Reserved = array(
  'int',
  'float',
  'bool',
  'string',
  'true',
  'false',
  'null',
);