Skip to content

Instantly share code, notes, and snippets.

@drgomesp
Created November 6, 2014 07:31
Show Gist options
  • Select an option

  • Save drgomesp/f612ef52d8f0c3d1b27e to your computer and use it in GitHub Desktop.

Select an option

Save drgomesp/f612ef52d8f0c3d1b27e to your computer and use it in GitHub Desktop.
instanceof.php
<?php
$obj instanceof 'stdClass';
$obj instanceof stdClass;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment