This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
waibao
/
ZY2024102601
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
53cce7ad58
Rami (Branch)
Tag
master
ZY2024102601
/
vendor
/
phpunit
/
php-code-coverage
/
tests
/
_files
/
source_with_eval.php
source_with_eval.php
66 B
Cronologia
Originale
1
2
3
4
5
<?php
$normalResult = 1 + 1;
$evalResult = eval('return 1+1;');