4 lines
58 B
PHP
4 lines
58 B
PHP
|
<?php
|
||
|
class C extends C {}
|
||
|
$c = new C;
|
||
|
$c->undef_prop = 1;
|