fix reader/writer options according to docs
[awesomized/ext-ion] / tests / Unserializer / PHP.phpt
index 3783d1d010f175bce0f7d8c39f405863d8e7380f..3d7f2907298d136a2131d9ef18867015bbaaa91d 100644 (file)
@@ -21,7 +21,7 @@ DONE
 TEST
 object(ion\Unserializer\PHP)#%d (4) {
   ["readerOptions"]=>
-  object(ion\Reader\Options)#%d (13) {
+  object(ion\Reader\Options)#%d (9) {
     ["catalog"]=>
     NULL
     ["decimalContext"]=>
@@ -30,22 +30,14 @@ object(ion\Unserializer\PHP)#%d (4) {
     NULL
     ["returnSystemValues"]=>
     bool(false)
-    ["newLine"]=>
-    int(10)
     ["maxContainerDepth"]=>
     int(10)
     ["maxAnnotations"]=>
     int(10)
-    ["maxAnnotationBuffered"]=>
-    int(512)
-    ["symbolThreshold"]=>
-    int(16384)
-    ["userValueThreshold"]=>
+    ["annotationBufferSize"]=>
     int(16384)
-    ["chunkThreshold"]=>
+    ["tempBufferSize"]=>
     int(16384)
-    ["allocationPageSize"]=>
-    int(65536)
     ["skipCharacterValidation"]=>
     bool(false)
   }