summaryrefslogtreecommitdiffstats
path: root/internal.php
diff options
context:
space:
mode:
Diffstat (limited to 'internal.php')
-rw-r--r--internal.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/internal.php b/internal.php
new file mode 100644
index 0000000..fe7fc38
--- /dev/null
+++ b/internal.php
@@ -0,0 +1,7 @@
+<?php
+error_reporting(-1);
+class Service_Provider Extends SplFixedArray {
+}
+
+$yar = new Yar_Server(new Service_Provider());
+$yar->handle();