summaryrefslogtreecommitdiff
path: root/ext/gmp/tests
diff options
context:
space:
mode:
authorSander Roobol <sander@php.net>2002-03-08 19:16:19 +0000
committerSander Roobol <sander@php.net>2002-03-08 19:16:19 +0000
commit58a52f93bc28a8c789c2320e138d69bbd4b045a6 (patch)
treea2ad276deee141dcc3bfcd54e8a71ad5f5fdea94 /ext/gmp/tests
parentea48f89d2692e190c1b64059dfee1aca1c7c192d (diff)
downloadphp-git-58a52f93bc28a8c789c2320e138d69bbd4b045a6.tar.gz
Fixed many tests, mostly incorrect paths.
Diffstat (limited to 'ext/gmp/tests')
-rw-r--r--ext/gmp/tests/002.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gmp/tests/002.phpt b/ext/gmp/tests/002.phpt
index 2f32450474..4e33b6111d 100644
--- a/ext/gmp/tests/002.phpt
+++ b/ext/gmp/tests/002.phpt
@@ -5,7 +5,7 @@ GMP functionality test - factorial
--POST--
--GET--
--FILE--
-<?
+<?php
function fact($x) {
if($x <= 1)
return 1;