index
:
php
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Zend
/
tests
/
use_function
/
includes
/
foo_strlen.php
blob: d2df2aa2b4beccc82f7cafdfa6139416ba7cd061 (
plain
)
1
2
3
4
5
6
7
<
?php
namespace
foo
;
function
strlen
(
$str
) {
return
4
;
}