Skip to content

Instantly share code, notes, and snippets.

@orther
Created February 24, 2011 19:10
Show Gist options
  • Save orther/842686 to your computer and use it in GitHub Desktop.
Save orther/842686 to your computer and use it in GitHub Desktop.
<?php
$a = (object) array(
"name" => "Brandon",
"age" => 29,
);
echo $a->name;
# ------
Output >> Brandon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment