1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 09:28:21 +02:00

adding the serialize_precision=100 for the tests, credits to Mats Lindh for reporting it

This commit is contained in:
Ferenc Kovacs
2011-05-16 19:49:59 +00:00
parent 9ea582a76c
commit c4e6beebb3
5 changed files with 7 additions and 1 deletions
+2
View File
@@ -1,5 +1,7 @@
--TEST--
serialize()/unserialize()/var_dump()
--INI--
serialize_precision=100
--FILE--
<?php
class t
@@ -1,5 +1,7 @@
--TEST--
Test serialize() & unserialize() functions: arrays (circular references)
--INI--
serialize_precision=100
--FILE--
<?php
/* Prototype : proto string serialize(mixed variable)
@@ -1,5 +1,7 @@
--TEST--
Test serialize() & unserialize() functions: objects (abstract classes)
--INI--
serialize_precision=100
--FILE--
<?php
/* Prototype : proto string serialize(mixed variable)
@@ -64,4 +66,4 @@ object(extendName)#%d (3) {
string(18) "s:10:"extendName";"
string(10) "extendName"
Done
Done