<?php class A { public function foo() { static $x=2; function bar($x) { echo "x=$x"; } bar($x); } } $a = new A(); $a->foo();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`