1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00
Files
archived-php-src/tests/func/001.phpt
2003-01-24 05:56:55 +00:00

7 lines
84 B
PHP

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