]> granicus.if.org Git - php/commitdiff
- Fix test
authorJani Taskinen <jani@php.net>
Fri, 3 Dec 2010 15:30:54 +0000 (15:30 +0000)
committerJani Taskinen <jani@php.net>
Fri, 3 Dec 2010 15:30:54 +0000 (15:30 +0000)
tests/output/ob_start_basic_005.phpt

index cd2b2e07e587fb2133a0f4dd9a160e224bb20402..4048ad25a28e767c2727a7ae3940456986c28ca1 100644 (file)
@@ -25,9 +25,9 @@ checkAndClean();
 
 ?>
 --EXPECTF--
-Strict Standards: Non-static method C::h() should not be called statically in %s on line 20
+Warning: ob_start(): non-static method C::h() should not be called statically in %s on line 20
 bool(true)
 Array
 (
     [0] => C::h
-)
\ No newline at end of file
+)