Fork me on GitHub

test

Php code posted by
created at 02 Feb 17: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 3 ms with coderay