This website requires JavaScript.
Explore
Help
Register
Sign In
hailin
/
php-8.0.30-src
Watch
1
Star
0
Fork
You've already forked php-8.0.30-src
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a6e71bef39
php-8.0.30-src
/
Zend
/
tests
/
use_function
/
includes
/
foo_strlen.inc
8 lines
63 B
PHP
Raw
Blame
History
<
?
php
namespace
foo
;
function
strlen
(
$str
)
{
return
4
;
}
Reference in New Issue
View Git Blame
Copy Permalink