001.phpt 84 B

123456
  1. --TEST--
  2. Strlen() function test
  3. --FILE--
  4. <?php echo strlen("abcdef")?>
  5. --EXPECT--
  6. 6