Skip to content

Commit d361408

Browse files
committed
disable xdebug's extra output
1 parent 01adfbc commit d361408

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

tests/PEAR_RunTest/bug10286.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
PEAR_RunTest Bug #10286 - no output from fatal errors displayed.
3+
--INI--
4+
xdebug.mode = off
35
--SKIPIF--
46
<?php
57
if (version_compare(PHP_VERSION, '8.0.0') == -1) {

tests/PEAR_RunTest/bug_12793.phpt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
PEAR_RunTest Bug #12793
3+
--INI--
4+
xdebug.mode = off
35
--ARGS--
46
--version
57
--FILE--
@@ -20,4 +22,4 @@ array(2) {
2022
string(%d) "%sbug_12793.php"
2123
[1]=>
2224
string(9) "--version"
23-
}
25+
}

0 commit comments

Comments
 (0)