diff --git a/build/test/data/name.php b/build/test/data/name.php index 7f77a0b2..a4b990e3 100644 --- a/build/test/data/name.php +++ b/build/test/data/name.php @@ -7,7 +7,7 @@ if($wait) { $xml = $_REQUEST['xml']; if($xml) { header("Content-type: text/xml"); - eval("\$result = $xml;"); + $result = ($xml == "5-2") ? "3" : "?"; echo "$xml$result"; die(); }