testStrictVars.phtml 119 B

1234567
  1. <?php
  2. ?>
  3. Testing strict variables
  4. <?php echo $this->foo ?> should emit a notice.
  5. As should <?php echo $this->bar ?>.