php
Php
code posted
by
php
created at 18 Jul 13:40
Edit
|
Back
1
2
3
4
5
6
7
8
9
10
11
12
13 |
<?php
echo 'test';
class Test {
public $var = NULL;
private $_conf = array();
public __construct($args = NULL) {}
}
$t = new Test; |
147 Bytes in 2 ms with coderay