Skip to content

Instantly share code, notes, and snippets.

@jpauli
Created December 31, 2013 12:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jpauli/8196145 to your computer and use it in GitHub Desktop.
Save jpauli/8196145 to your computer and use it in GitHub Desktop.
$o1 = new stdclass($a=8);
var_dump($a); // Notice: Undefined variable: a
$o2 = new Datetime($b='now');
var_dump($b); // string "now"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment