Changeset 978 for trunk/jquery/build
- Timestamp:
- 01/10/07 15:04:54 (2 years ago)
- Files:
-
- 1 modified
-
trunk/jquery/build/test/data/name.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jquery/build/test/data/name.php
r977 r978 8 8 if($xml) { 9 9 header("Content-type: text/xml"); 10 eval("\$result = $xml;");10 $result = ($xml == "5-2") ? "3" : "?"; 11 11 echo "<math><calculation>$xml</calculation><result>$result</result></math>"; 12 12 die();
