summaryrefslogtreecommitdiff
path: root/ext/wddx/tests/bug35410_64bit.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/wddx/tests/bug35410_64bit.phpt')
-rw-r--r--ext/wddx/tests/bug35410_64bit.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/wddx/tests/bug35410_64bit.phpt b/ext/wddx/tests/bug35410_64bit.phpt
index 15377b175e..8514170fcb 100644
--- a/ext/wddx/tests/bug35410_64bit.phpt
+++ b/ext/wddx/tests/bug35410_64bit.phpt
@@ -1,8 +1,8 @@
--TEST--
#35410 (wddx_deserialize() doesn't handle large ints as keys properly)
--SKIPIF--
-<?php
- if (!extension_loaded("wddx")) print "skip";
+<?php
+ if (!extension_loaded("wddx")) print "skip";
if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
?>
--FILE--