This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
php-src
Watch
0
Star
0
Fork
0
You've already forked php-src
mirror of
https://github.com/php/php-src.git
synced
2024-12-14 12:26:19 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
79d42d1e91
php-src
/
tests
/
testfuncref
11 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
PHP 4.0
1999-04-08 05:05:13 +08:00
<?
function foobar()
{
print "foobar\n";
}
- Converted math.c to use new convert_to_number_ex() macro.
1999-10-15 14:31:40 +08:00
$foobar = "foobar";
PHP 4.0
1999-04-08 05:05:13 +08:00
$a = ${"foo"."bar"}();
Reference in New Issue
Copy Permalink