<?php

return array (
  0 => 
  ezcDocumentPcssLayoutDirective::__set_state(array(
     'address' => 
    array (
      0 => 'foo',
      1 => '> bar',
    ),
     'formats' => 
    array (
      'font-size' => '9pt',
    ),
     'file' => 's_005_simple_formatting_rules.pcss',
     'line' => 1,
     'position' => 10,
     'regularExpression' => NULL,
  )),
  1 => 
  ezcDocumentPcssLayoutDirective::__set_state(array(
     'address' => 
    array (
      0 => 'foo',
      1 => '.bar',
    ),
     'formats' => 
    array (
      'background-color' => '#ffffff',
    ),
     'file' => 's_005_simple_formatting_rules.pcss',
     'line' => 5,
     'position' => 9,
     'regularExpression' => NULL,
  )),
  2 => 
  ezcDocumentPcssLayoutDirective::__set_state(array(
     'address' => 
    array (
      0 => 'foo',
      1 => '#bar',
    ),
     'formats' => 
    array (
      'margin' => '0em',
      'padding' => '1em',
    ),
     'file' => 's_005_simple_formatting_rules.pcss',
     'line' => 9,
     'position' => 9,
     'regularExpression' => NULL,
  )),
);

