PHP version: 7
Working with $_REQUEST key 'test'.
index.php: $_REQUEST value is: abcdef
index.php: Modifying $_REQUEST by setting key 'test' to 'zzz'
index.php: $_REQUEST value is: zzz
index.php: Calling eval() with no syntax error.
index.php: Including the 'dump.php' file...
dump.php: $_REQUEST value is: zzz
index.php: $_REQUEST value is: zzz
index.php: Calling eval() with a syntax error.
Parse error: syntax error, unexpected 'error' (T_STRING) in /home/famzah/www/www/bugs/evalbug/index.php(27) : eval()'d code on line 1