summaryrefslogtreecommitdiff
path: root/tests/classes/static_properties_undeclared_inc.phpt
blob: ff8b8c3af1d9aef14811ebdd4ecbfd261afff512 (plain)
1
2
3
4
5
6
7
8
9
--TEST--
Incrementing a non-existent static property
--FILE--
<?php
Class C {}
C::$p++;
?>
--EXPECTF--
Fatal error: Access to undeclared static property: C::$p in %s on line 3