Skip to content

Commit

Permalink
Fix WS in serialization_error_002.phpt
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasuo Ohgaki committed Nov 19, 2013
1 parent 050dd59 commit 0d558af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ext/standard/tests/serialize/serialization_error_002.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 0d558af

Please sign in to comment.