summaryrefslogtreecommitdiff
path: root/ext/wddx
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2006-06-27 00:09:43 +0000
committerHannes Magnusson <bjori@php.net>2006-06-27 00:09:43 +0000
commitaaa1d62614b1ffab4c7f698fa1f3a2c4746b379f (patch)
tree932c523bfe9b142bc6e33a22e233bd70f7216842 /ext/wddx
parent000957818e31fbe25cf22dcbb6e58956b0699f54 (diff)
downloadphp-git-aaa1d62614b1ffab4c7f698fa1f3a2c4746b379f.tar.gz
MFH: fix/add SKIPIF
Diffstat (limited to 'ext/wddx')
-rwxr-xr-xext/wddx/tests/bug37569.phpt2
-rwxr-xr-xext/wddx/tests/bug37587.phpt2
2 files changed, 4 insertions, 0 deletions
diff --git a/ext/wddx/tests/bug37569.phpt b/ext/wddx/tests/bug37569.phpt
index f741d7b029..cc19bb0943 100755
--- a/ext/wddx/tests/bug37569.phpt
+++ b/ext/wddx/tests/bug37569.phpt
@@ -1,5 +1,7 @@
--TEST--
Bug #37569 (WDDX incorrectly encodes high-ascii characters)
+--SKIPIF--
+<?php if (!extension_loaded("wddx")) print "skip"; ?>
--FILE--
<?php
echo wddx_serialize_value(chr(1))."\n";
diff --git a/ext/wddx/tests/bug37587.phpt b/ext/wddx/tests/bug37587.phpt
index 81e485325c..2b5d5f3994 100755
--- a/ext/wddx/tests/bug37587.phpt
+++ b/ext/wddx/tests/bug37587.phpt
@@ -1,5 +1,7 @@
--TEST--
Bug #37587 (var without attribute causes segfault)
+--SKIPIF--
+<?php if (!extension_loaded("wddx")) print "skip"; ?>
--FILE--
<?php