Skip to content

Instantly share code, notes, and snippets.

@drgomesp
Created November 6, 2014 08:48
Show Gist options
  • Save drgomesp/d6085059b402135f5338 to your computer and use it in GitHub Desktop.
Save drgomesp/d6085059b402135f5338 to your computer and use it in GitHub Desktop.
<?php
$func = function () { return 'stdClass'; };
$obj = (object)[];
var_dump($obj instanceof ($func()));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment