]> granicus.if.org Git - php/commitdiff
MFH
authorAntony Dovgal <tony2001@php.net>
Fri, 4 May 2007 22:32:57 +0000 (22:32 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 4 May 2007 22:32:57 +0000 (22:32 +0000)
ext/gmp/tests/011.phpt

index ec5d24f3fc7706b5167aa611360fde03e2a025b7..fc2d0d52f206006bc2219a322d7c6a9f1c782def 100644 (file)
@@ -1,5 +1,11 @@
 --TEST--
-gmp_divexact() tests (OK to fail with GMP =< 4.2.1)
+gmp_divexact() tests
+--SKIPIF--
+<?php 
+if (!defined('GMP_VERSION') || version_compare("4.2.1", GMP_VERSION, ">=")) {
+       die("skip your GMP is too old and will crash");
+}
+?>
 --FILE--
 <?php