xref
: /
PHP-5.6
/
Zend
/
tests
/
use_function
/
includes
/
foo_strlen.php
(revision 85d4cfb0)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
namespace
foo
;
4
5
function
strlen
($
str
) {
6
return
4
;
7
}
8