php-src/Zend/tests/objects_026.phpt
2020-02-03 22:52:20 +01:00

17 lines
250 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