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-25 01:40:50 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8532076c64
php-src
/
test.php
7 lines
77 B
PHP
Raw
Normal View
History
Unescape
Escape
execution
2013-11-10 21:01:46 +08:00
<
?
php
echo
"
Hello World
\n
"
;
eval()
2013-11-10 22:43:46 +08:00
if
(
isset
(
$greeting
))
{
echo
$greeting
;
}
execution
2013-11-10 21:01:46 +08:00
?>
Reference in New Issue
Copy Permalink