summaryrefslogtreecommitdiff
path: root/Zend/tests/ns_022.inc
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/ns_022.inc')
-rw-r--r--Zend/tests/ns_022.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/Zend/tests/ns_022.inc b/Zend/tests/ns_022.inc
new file mode 100644
index 0000000..be571fc
--- /dev/null
+++ b/Zend/tests/ns_022.inc
@@ -0,0 +1,6 @@
+<?php
+class Test {
+ static function foo() {
+ echo __CLASS__,"::",__FUNCTION__,"\n";
+ }
+}