1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
archived-php-src/Zend/tests/objects_026.phpt
2015-05-17 17:31:43 -05:00

17 lines
247 B
PHP

--TEST--
Using $this when out of context
--FILE--
<?php
try {
$this->a = 1;
} catch (Exception $e) {
}
?>
--EXPECTF--
Fatal error: Uncaught Error: Using $this when not in object context in %s:%d
Stack trace:
#0 {main}
thrown in %s on line %d