foo_strlen.php 63 B

1234567
  1. <?php
  2. namespace foo;
  3. function strlen($str) {
  4. return 4;
  5. }