Skip to content

Commit 8c5f6ae

Browse files
committed
Remove error handler $vars in test
1 parent 553b7a2 commit 8c5f6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PEAR_Error/pear_error.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if (!defined('E_DEPRECATED')) {
2222
define('E_DEPRECATED', -1);
2323
}
2424

25-
function test_error_handler($errno, $errmsg, $file, $line, $vars) {
25+
function test_error_handler($errno, $errmsg, $file, $line) {
2626
if ($errno == E_STRICT) {
2727
return;
2828
}

0 commit comments

Comments
 (0)