mirror of
https://github.com/php/php-src.git
synced 2026-04-14 03:22:58 +02:00
Merge branch 'PHP-7.3'
* PHP-7.3: Fix test when it's run on another drive
This commit is contained in:
@@ -23,9 +23,9 @@ print_r(count($status['scripts']) > 0);
|
||||
--EXPECTF--
|
||||
Array
|
||||
(
|
||||
[0] => C:\path\to\foo
|
||||
[1] => C:\path\to\foo2
|
||||
[2] => C:\path\to\bar
|
||||
[0] => %c:\path\to\foo
|
||||
[1] => %c:\path\to\foo2
|
||||
[2] => %c:\path\to\bar
|
||||
[3] => __DIR__\blacklist.inc
|
||||
[4] => __DIR__\current.php
|
||||
[5] => %scurrent.php
|
||||
|
||||
Reference in New Issue
Block a user