Skip to content

Commit 0d558af

Browse files
author
Yasuo Ohgaki
committed
Fix WS in serialization_error_002.phpt
1 parent 050dd59 commit 0d558af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ext/standard/tests/serialize/serialization_error_002.phpt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ Test unserialize(): error is indistinguishable from deserialized boolean
33
--FILE--
44
<?php
55
/* Prototype : proto string serialize(mixed variable)
6-
* Description: Returns a string representation of variable (which can later be unserialized)
6+
* Description: Returns a string representation of variable (which can later be unserialized)
77
* Source code: ext/standard/var.c
8-
* Alias to functions:
8+
* Alias to functions:
99
*/
1010
/* Prototype : proto mixed unserialize(string variable_representation)
11-
* Description: Takes a string representation of variable and recreates it
11+
* Description: Takes a string representation of variable and recreates it
1212
* Source code: ext/standard/var.c
13-
* Alias to functions:
13+
* Alias to functions:
1414
*/
1515

1616
echo "*** Testing unserialize() error/boolean distinction ***\n";

0 commit comments

Comments
 (0)