Browse Source

- $clone -> $that

experimental/threaded
Andi Gutmans 24 years ago
parent
commit
f40e3b8548
  1. 2
      Zend/tests/zend2.php

2
Zend/tests/zend2.php

@ -264,7 +264,7 @@ Example 8: __clone()
function __clone()
{
$this->name = $clone->name;
$this->name = $that->name;
$this->address = "New York";
$this->id = self::$id++;
}

Loading…
Cancel
Save