]> granicus.if.org Git - php/commitdiff
MFH
authorfoobar <sniper@php.net>
Fri, 17 Jun 2005 16:23:04 +0000 (16:23 +0000)
committerfoobar <sniper@php.net>
Fri, 17 Jun 2005 16:23:04 +0000 (16:23 +0000)
ext/gmp/tests/bug32773.phpt

index 0890362c7d69324f56d9b99e1408b6ed68b6fe50..feb9d8d755222383a926f60e76c99092a50929f6 100644 (file)
@@ -2,10 +2,8 @@
 Bug #32773 binary GMP functions returns unexpected value, when second parameter is int(0)
 --SKIPIF--
 <?php if (!extension_loaded("gmp")) print "skip"; ?>
---POST--
---GET--
 --FILE--
-<?
+<?php
 echo '10 + 0 = ', gmp_strval(gmp_add(10, 0)), "\n";
 echo '10 + "0" = ', gmp_strval(gmp_add(10, '0')), "\n";