mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
eval()
This commit is contained in:
parent
5c866a9f13
commit
2977840a4a
5 changed files with 34 additions and 1 deletions
3
test.php
3
test.php
|
@ -1,3 +1,6 @@
|
|||
<?php
|
||||
echo "Hello World\n";
|
||||
if (isset($greeting)) {
|
||||
echo $greeting;
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue