Skip to content

Commit 07535b7

Browse files
author
Jani Taskinen
committed
- Fix test
1 parent 41a1de4 commit 07535b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/output/ob_start_basic_005.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ checkAndClean();
2525

2626
?>
2727
--EXPECTF--
28-
Strict Standards: Non-static method C::h() should not be called statically in %s on line 20
28+
Warning: ob_start(): non-static method C::h() should not be called statically in %s on line 20
2929
bool(true)
3030
Array
3131
(
3232
[0] => C::h
33-
)
33+
)

0 commit comments

Comments
 (0)