File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
ext/standard/tests/serialize Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ Test unserialize(): error is indistinguishable from deserialized boolean
3
3
--FILE--
4
4
<?php
5
5
/* 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)
7
7
* Source code: ext/standard/var.c
8
- * Alias to functions:
8
+ * Alias to functions:
9
9
*/
10
10
/* 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
12
12
* Source code: ext/standard/var.c
13
- * Alias to functions:
13
+ * Alias to functions:
14
14
*/
15
15
16
16
echo "*** Testing unserialize() error/boolean distinction *** \n" ;
You can’t perform that action at this time.
0 commit comments