Commit: a62499280928b02dbfe1901ceb4fba092761ab75 Author: Stanislav Malyshev <[email protected]> Tue, 15 May 2012 23:09:46 -0700 Parents: 5bc82d4305d873dd87325961ebb2357dfd583758 Branches: PHP-5.4.4
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=a62499280928b02dbfe1901ceb4fba092761ab75 Log: fix test Changed paths: M tests/output/ob_013.phpt Diff: diff --git a/tests/output/ob_013.phpt b/tests/output/ob_013.phpt index e96de46..ad2e36d 100644 --- a/tests/output/ob_013.phpt +++ b/tests/output/ob_013.phpt @@ -39,7 +39,7 @@ Array ( [name] => d [type] => 1 - [flags] => 4209 + [flags] => 20593 [level] => 4 [chunk_size] => %d [buffer_size] => 16384 @@ -95,7 +95,7 @@ Array ( [name] => d [type] => 1 - [flags] => 4209 + [flags] => 20593 [level] => 4 [chunk_size] => %d [buffer_size] => 16384 -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
