summaryrefslogtreecommitdiff
path: root/tests/func/001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/func/001.phpt')
-rw-r--r--tests/func/001.phpt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/func/001.phpt b/tests/func/001.phpt
new file mode 100644
index 0000000..d080406
--- /dev/null
+++ b/tests/func/001.phpt
@@ -0,0 +1,6 @@
+--TEST--
+Strlen() function test
+--FILE--
+<?php echo strlen("abcdef")?>
+--EXPECT--
+6