root
/
Zend
/
tests
/
use_function
/
includes
/foo_strlen.php
/* [<][>]
[^]
[v][top]
[bottom]
[index]
[help]
*/
DEFINITIONS
This source file includes following definitions.
strlen
<?php
namespace foo;
function
strlen
($str)
{
return
4;
}
/* [<][>][^]
[v]
[top]
[bottom]
[index]
[help]
*/