8398c9048d
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
7 lines
205 B
PHTML
7 lines
205 B
PHTML
<?php
|
|
require_once 'PHPUnit/Util/Filter.php';
|
|
PHPUnit_Util_Filter::addFileToFilter(__FILE__);
|
|
?>
|
|
Testing strict variables
|
|
<?php echo $this->foo ?> should emit a notice.
|
|
As should <?php echo $this->bar ?>.
|