Skip to content

Instantly share code, notes, and snippets.

@terryjsmith
Created February 23, 2012 17:16
Show Gist options
  • Save terryjsmith/1893868 to your computer and use it in GitHub Desktop.
Save terryjsmith/1893868 to your computer and use it in GitHub Desktop.
Testing PHP class definitions
<?php
var_dump(class_exists('TestClass')); die;
class TestClass {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment