tony2001 Wed Mar 19 12:36:17 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/standard/tests/serialize
serialization_miscTypes_001.phpt
Log:
fix test
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/serialize/serialization_miscTypes_001.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/standard/tests/serialize/serialization_miscTypes_001.phpt
diff -u
php-src/ext/standard/tests/serialize/serialization_miscTypes_001.phpt:1.1.2.1
php-src/ext/standard/tests/serialize/serialization_miscTypes_001.phpt:1.1.2.2
---
php-src/ext/standard/tests/serialize/serialization_miscTypes_001.phpt:1.1.2.1
Tue Mar 18 15:11:12 2008
+++ php-src/ext/standard/tests/serialize/serialization_miscTypes_001.phpt
Wed Mar 19 12:36:17 2008
@@ -1,5 +1,11 @@
--TEST--
Test serialize() & unserialize() functions: many types
+--SKIPIF--
+<?php
+if (PHP_INT_SIZE != 4) {
+ die("skip this test is for 32bit platform only");
+}
+?>
--FILE--
<?php
/* Prototype : proto string serialize(mixed variable)
@@ -339,4 +345,4 @@
after serialization => string(2) "N;"
after unserialization => NULL
-Done
\ No newline at end of file
+Done
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php