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 23:31:14 +00:00
parent 36fde4043b
commit 23cab07e4f
5 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,7 @@
--TEST--
serialize()/unserialize()/var_dump()
--INI--
serialize_precision=100
--FILE--
<?php
class t

View File

@ -1,5 +1,7 @@
--TEST--
Test serialize() & unserialize() functions: arrays (circular references)
--INI--
serialize_precision=100
--FILE--
<?php
/* Prototype : proto string serialize(mixed variable)

View File

@ -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