summaryrefslogtreecommitdiffstats
path: root/foo.php
diff options
context:
space:
mode:
Diffstat (limited to 'foo.php')
-rw-r--r--foo.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/foo.php b/foo.php
new file mode 100644
index 0000000..13447ae
--- /dev/null
+++ b/foo.php
@@ -0,0 +1,3 @@
+<?php
+printf("Class Remi\Foo %s\n",
+ class_exists("\\Remi\\Foo") ? "exists" : "is missing");