root/Zend/tests/use_function/includes/foo_strlen.php

/* [<][>][^][v][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. strlen

<?php

namespace foo;

function strlen($str) {
    return 4;
}

/* [<][>][^][v][top][bottom][index][help] */