You are here

public property Twig_TemplateArrayAccessObject::$attributes in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/twig/twig/test/Twig/Tests/TemplateTest.php \Twig_TemplateArrayAccessObject::attributes

File

vendor/twig/twig/test/Twig/Tests/TemplateTest.php, line 480

Class

Twig_TemplateArrayAccessObject

Code

public $attributes = array(
  'defined' => 'defined',
  'zero' => 0,
  'null' => null,
  '1' => 1,
  'bar' => true,
  '09' => '09',
  '+4' => '+4',
);