Skip to content

Instantly share code, notes, and snippets.

@chrismeller
Created February 3, 2013 20:42
Show Gist options
  • Select an option

  • Save chrismeller/4703583 to your computer and use it in GitHub Desktop.

Select an option

Save chrismeller/4703583 to your computer and use it in GitHub Desktop.
<?php
error_reporting( -1 );
ini_set( 'display_errors', true );
$foo = new ArrayObject();
$foo['bar']['baz']['qux'] = 'something';
var_dump($foo);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment