summaryrefslogtreecommitdiffstats
path: root/application/third_party/test-more-php/t/goodlib.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/third_party/test-more-php/t/goodlib.php')
-rwxr-xr-xapplication/third_party/test-more-php/t/goodlib.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/application/third_party/test-more-php/t/goodlib.php b/application/third_party/test-more-php/t/goodlib.php
new file mode 100755
index 000000000..5b2140962
--- /dev/null
+++ b/application/third_party/test-more-php/t/goodlib.php
@@ -0,0 +1,5 @@
+<?php
+
+ function xyzzy () { return true; }
+
+?>