summaryrefslogtreecommitdiff
path: root/ext/wddx/tests/bug35410.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/wddx/tests/bug35410.phpt')
-rw-r--r--ext/wddx/tests/bug35410.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/wddx/tests/bug35410.phpt b/ext/wddx/tests/bug35410.phpt
index 3b4b9b62cf..27655c7bdc 100644
--- a/ext/wddx/tests/bug35410.phpt
+++ b/ext/wddx/tests/bug35410.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 != 4) die("skip this test is for 32bit platform only");
?>
--FILE--