[ create a new paste ] login | about

steadweb

Name:
Email:
Site/Blog:
Location:
Default language:
Favorite languages:
About:

Saved pastes by steadweb:

PHP, pasted on Oct 28:
1
2
3
4
5
<?php

$serialized = 'TzozOiJGb28iOjE6e3M6NjoiACoAYmFyIjtzOjM6ImJheiI7fQ==';

class Foo
...
view (21 lines, 6 lines of output)
PHP, pasted on Apr 23:
1
2
3
4
5
<?php

$x = new stdclass();
$x->{"42"} = 'foo';
$x = (array)$x;
...
view (11 lines, 11 lines of output)
PHP, pasted on Apr 23:
1
2
3
4
5
<?php

$x = new stdclass();
$x->{"42"} = 'foo';
$x = (array)$x;
...
view (11 lines, 11 lines of output)