Andi Gutmans
5cb454a8ad
- Fix scoping issue. The following works now:
<?
class MyClass {
static $id = 0;
function MyClass()
{
$this->id = self::$id++;
}
function _clone()
{
$this->name = $clone->name;
$this->address = "New York";
$this->id = self::$id++;
}
}
$obj = new MyClass();
$obj->name = "Hello";
$obj->address = "Tel-Aviv";
print $obj->id;
print "\n";
$obj = $obj->_clone();
print $obj->id;
print "\n";
print $obj->name;
print "\n";
print $obj->address;
print "\n";
2001-12-26 20:17:34 +00:00
..
2001-09-17 16:01:20 +00:00
2001-03-11 19:35:26 +00:00
2000-06-18 16:51:42 +00:00
1999-10-10 02:02:13 +00:00
1999-10-04 15:20:12 +00:00
2000-12-02 13:27:07 +00:00
2001-09-22 00:09:24 +00:00
2000-07-03 00:55:36 +00:00
2001-12-11 17:38:49 +00:00
2001-09-19 10:41:35 +00:00
2001-12-11 15:16:21 +00:00
2001-12-11 15:16:21 +00:00
2001-12-13 16:55:04 +00:00
2001-12-26 19:54:20 +00:00
2001-12-11 15:16:21 +00:00
2001-12-11 15:16:21 +00:00
2001-12-16 20:28:18 +00:00
2001-12-26 19:54:20 +00:00
2001-12-26 17:49:22 +00:00
2001-12-11 15:16:21 +00:00
2001-12-12 20:45:38 +00:00
2001-12-11 15:16:21 +00:00
2001-12-11 15:16:21 +00:00
2001-12-11 15:16:21 +00:00
2001-12-11 15:16:21 +00:00
2001-12-26 20:17:34 +00:00
2001-08-31 21:47:26 +00:00
2001-12-26 20:17:34 +00:00
2001-12-11 15:16:21 +00:00
2001-12-11 15:16:21 +00:00
2001-12-11 15:16:21 +00:00
2001-12-11 15:16:21 +00:00
2001-12-11 15:16:21 +00:00
2001-12-13 16:55:04 +00:00
2001-12-11 15:16:21 +00:00
2001-12-11 15:16:21 +00:00
2001-12-11 15:16:21 +00:00
2001-12-11 15:16:21 +00:00
2001-12-11 15:16:21 +00:00
2001-12-11 15:16:21 +00:00
2001-12-11 15:16:21 +00:00
2001-09-10 00:08:24 +00:00
2001-12-11 15:16:21 +00:00
2001-12-11 15:16:21 +00:00
2001-12-11 15:16:21 +00:00
2001-01-12 11:14:46 +00:00
2001-12-26 17:49:22 +00:00
2001-12-18 19:56:23 +00:00
2001-12-18 19:56:23 +00:00
2001-12-11 15:16:21 +00:00
2001-12-11 15:16:21 +00:00
2001-12-11 15:16:21 +00:00
2001-12-11 15:16:21 +00:00
2001-12-11 15:16:21 +00:00
2001-12-26 19:54:20 +00:00
2001-11-05 00:17:28 +00:00
2001-12-13 16:55:04 +00:00
2001-12-11 15:16:21 +00:00
2001-12-11 15:16:21 +00:00
2001-12-11 15:16:21 +00:00
2001-12-11 15:16:21 +00:00
2001-12-11 15:16:21 +00:00
2001-12-11 15:16:21 +00:00
2001-12-11 15:16:21 +00:00
2001-12-11 15:16:21 +00:00
2001-12-11 15:16:21 +00:00
2001-12-11 15:16:21 +00:00
2001-12-11 15:16:21 +00:00
2001-12-11 15:16:21 +00:00
2001-12-11 15:16:21 +00:00
2001-12-26 20:06:06 +00:00
2001-12-12 20:45:38 +00:00
2001-12-26 19:54:20 +00:00
1999-04-07 18:10:10 +00:00
2001-12-11 09:17:38 +00:00
2001-02-26 18:18:34 +00:00
2001-09-19 10:06:09 +00:00