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