codepad
[
create a new paste
]
login
|
about
Language:
C
C++
D
Haskell
Lua
OCaml
PHP
Perl
Plain Text
Python
Ruby
Scheme
Tcl
<?php class welcome { public $count; function display() { return $this->count++; } } $obj = new welcome; $obj->display(); $obj->display(); ?>
Private
[
?
]
Run code