This website works better with JavaScript
Home
Explore
Help
Sign In
business
/
JX2023122301
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
07a3328c49
Branches
Tags
master
JX2023122301
/
vendor
/
phpunit
/
php-code-coverage
/
tests
/
_files
/
source_with_eval.php
source_with_eval.php
66 B
History
Raw
1
2
3
4
5
<?php
$normalResult = 1 + 1;
$evalResult = eval('return 1+1;');