summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2013-11-20 07:17:53 +0900
committerYasuo Ohgaki <yohgaki@php.net>2013-11-20 07:17:53 +0900
commit0d558afc057e5e939d6cab325b2ddf2c170f0103 (patch)
treee3a521ada2d61fb796d5c57131539b57f781664b
parent050dd59c639d2c742042bc884021fc3d0fca0c7b (diff)
downloadphp-git-0d558afc057e5e939d6cab325b2ddf2c170f0103.tar.gz
Fix WS in serialization_error_002.phpt
-rw-r--r--ext/standard/tests/serialize/serialization_error_002.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/standard/tests/serialize/serialization_error_002.phpt b/ext/standard/tests/serialize/serialization_error_002.phpt
index 6525aaaf43..6b4f6e376b 100644
--- a/ext/standard/tests/serialize/serialization_error_002.phpt
+++ b/ext/standard/tests/serialize/serialization_error_002.phpt
@@ -3,14 +3,14 @@ Test unserialize(): error is indistinguishable from deserialized boolean
--FILE--
<?php
/* Prototype : proto string serialize(mixed variable)
- * Description: Returns a string representation of variable (which can later be unserialized)
+ * Description: Returns a string representation of variable (which can later be unserialized)
* Source code: ext/standard/var.c
- * Alias to functions:
+ * Alias to functions:
*/
/* Prototype : proto mixed unserialize(string variable_representation)
- * Description: Takes a string representation of variable and recreates it
+ * Description: Takes a string representation of variable and recreates it
* Source code: ext/standard/var.c
- * Alias to functions:
+ * Alias to functions:
*/
echo "*** Testing unserialize() error/boolean distinction ***\n";