This website works better with JavaScript
Home
Explore
Help
Sign In
waibao
/
NN2024010801
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
13e1313ea1
Branches
Tags
master
NN2024010801
/
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;');