-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/Zend/tests/
File Upload :
Current File : //usr/src/php/Zend/tests/indirect_reference_this.phpt

--TEST--
Indirect referenced $this
--FILE--
<?php
class X {
  function f($x){var_dump($$x);}
}
$x = new X;
$x->f("this");
?>
--EXPECTF--
object(X)#%d (0) {
}

Copyright © 2017 || Recoded By Mr.Bumblebee