xref: /PHP-7.4/tests/func/001.phpt (revision 84e5fcb5)
1--TEST--
2Strlen() function test
3--FILE--
4<?php echo strlen("abcdef")?>
5--EXPECT--
66
7