Skip to content

Instantly share code, notes, and snippets.

@sfgeorge
Created May 17, 2011 19:31
Show Gist options
  • Save sfgeorge/977200 to your computer and use it in GitHub Desktop.
Save sfgeorge/977200 to your computer and use it in GitHub Desktop.
<?php
class Foo {};
$a = new Foo;
var_dump($a instanceof stdClass); // returns FALSE
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment