0byt3m1n1
Path:
C:
/
wamp64
/
www
/
id
/
vendor1
/
myclabs
/
deep-copy
/
fixtures
/
f005
/
[
Home
]
File: Foo.php
<?php namespace DeepCopy\f005; class Foo { public $cloned = false; public function __clone() { $this->cloned = true; } }