jani                                     Fri, 11 Dec 2009 12:57:57 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=291985

Log:
- Fix test

Changed paths:
    U   php/php-src/trunk/tests/output/ob_get_status.phpt

Modified: php/php-src/trunk/tests/output/ob_get_status.phpt
===================================================================
--- php/php-src/trunk/tests/output/ob_get_status.phpt   2009-12-11 12:09:23 UTC 
(rev 291984)
+++ php/php-src/trunk/tests/output/ob_get_status.phpt   2009-12-11 12:57:57 UTC 
(rev 291985)
@@ -15,20 +15,19 @@
 array(1) {
   [0]=>
   array(7) {
-    ["chunk_size"]=>
+    [u"name"]=>
+    unicode(22) "default output handler"
+    [u"type"]=>
     int(0)
-    ["size"]=>
-    int(40960)
-    ["block_size"]=>
-    int(10240)
-    ["type"]=>
-    int(1)
-    ["status"]=>
+    [u"flags"]=>
+    int(112)
+    [u"level"]=>
     int(0)
-    ["name"]=>
-    string(22) "default output handler"
-    ["del"]=>
-    bool(true)
+    [u"chunk_size"]=>
+    int(0)
+    [u"buffer_size"]=>
+    int(16384)
+    [u"buffer_used"]=>
+    int(0)
   }
 }
-

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to