diff options
Diffstat (limited to 'ext/gmp/tests/002.phpt')
| -rw-r--r-- | ext/gmp/tests/002.phpt | 2 |
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; |
