elixer Thu Oct 3 22:34:15 2002 EDT
Modified files:
/php4/ext/standard/tests/math hexdec.phpt
Log:
Add missing ?>
Index: php4/ext/standard/tests/math/hexdec.phpt
diff -u php4/ext/standard/tests/math/hexdec.phpt:1.1
php4/ext/standard/tests/math/hexdec.phpt:1.2
--- php4/ext/standard/tests/math/hexdec.phpt:1.1 Thu Oct 3 22:20:41 2002
+++ php4/ext/standard/tests/math/hexdec.phpt Thu Oct 3 22:34:15 2002
@@ -10,6 +10,8 @@
var_dump(hexdec("12345q"));
var_dump(hexdec("1234500001"));
var_dump(hexdec("17fffffff"));
+
+?>
--EXPECT--
int(74565)
int(74565)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php