codepad
[
create a new paste
]
login
|
about
Language:
C
C++
D
Haskell
Lua
OCaml
PHP
Perl
Plain Text
Python
Ruby
Scheme
Tcl
<?php // zcephp5 oops class myclass { function reassign($ref) { $this = $ref; } } $a = new myclass(); $b = new myclass(); $a->reassign($b); ?>
Private
[
?
]
Run code