test

Php code posted
created at 02 Feb 18:08

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
namespace Foo
{
class Bar
{
    public function fooBar($a, $b = null)
    {
        die($a);
    }
}

}
113 Bytes in 2 ms with coderay