Skip to content

Instantly share code, notes, and snippets.

@davedevelopment
Created February 26, 2013 19:53
Show Gist options
  • Save davedevelopment/5041564 to your computer and use it in GitHub Desktop.
Save davedevelopment/5041564 to your computer and use it in GitHub Desktop.
<?php
namespace Dave {
class IsAce {}
}
namespace {
var_dump(class_exists('IsAce', false)); // bool(false)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment