We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13eee77 + 5aaffc8 commit 0811ccbCopy full SHA for 0811ccb
ext/imap/tests/bug80438.phpt
@@ -2,11 +2,10 @@
2
Bug #80438: imap_msgno() incorrectly warns and return false on valid UIDs in PHP 8.0.0
3
--SKIPIF--
4
<?php
5
-require_once(__DIR__.'/skipif.inc');
+require_once(__DIR__.'/setup/skipif.inc');
6
?>
7
--FILE--
8
9
-echo "*** Testing imap_fetch_overview() : basic functionality ***\n";
10
11
require_once __DIR__.'/setup/imap_include.inc';
12
@@ -41,7 +40,6 @@ $mailbox_suffix = 'bug80438';
41
40
require_once __DIR__.'/setup/clean.inc';
42
43
--EXPECT--
44
-*** Testing imap_fetch_overview() : basic functionality ***
45
Create a temporary mailbox and add 10 msgs
46
New mailbox created
47
array(6) {
0 commit comments