ru_php/tests/func/001.phpt

7 lines
84 B
PHP

--TEST--
Strlen() function test
--FILE--
<?php echo strlen("abcdef")?>
--EXPECT--
6