mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
- fix test, dir separator agnostic
This commit is contained in:
parent
ce14d8cd5b
commit
f5aa7da785
1 changed files with 2 additions and 2 deletions
|
@ -32,6 +32,6 @@ rmdir($include_path);
|
||||||
Warning: stream_resolve_include_path() expects exactly 1 parameter, 0 given in %s on line %d
|
Warning: stream_resolve_include_path() expects exactly 1 parameter, 0 given in %s on line %d
|
||||||
NULL
|
NULL
|
||||||
bool(false)
|
bool(false)
|
||||||
string(%d) "%s/test_path/file"
|
string(%d) "%stest_path%sfile"
|
||||||
string(%d) "%s/test_path/nested/file"
|
string(%d) "%stest_path%snested%sfile"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue