mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
fix dir separator
This commit is contained in:
parent
d858b4c77f
commit
a61eade827
1 changed files with 4 additions and 4 deletions
|
@ -13,11 +13,11 @@ fopen('mystream://foo', 'r');
|
|||
echo 'Done';
|
||||
|
||||
--EXPECTF--
|
||||
Warning: fopen(mystream://foo): failed to open stream: "FailStream::stream_open" call failed in %s/user-stream-error.php on line %d
|
||||
Warning: fopen(mystream://foo): failed to open stream: "FailStream::stream_open" call failed in %s%euser-stream-error.php on line %d
|
||||
|
||||
Fatal error: Uncaught Error: Call to undefined function _some_undefined_function() in %s/user-stream-error.php:%d
|
||||
Fatal error: Uncaught Error: Call to undefined function _some_undefined_function() in %s%euser-stream-error.php:%d
|
||||
Stack trace:
|
||||
#0 [internal function]: FailStream->stream_open('mystream://foo', 'r', 0, NULL)
|
||||
#1 %s/user-stream-error.php(%d): fopen('mystream://foo', 'r')
|
||||
#1 %s%euser-stream-error.php(%d): fopen('mystream://foo', 'r')
|
||||
#2 {main}
|
||||
thrown in %s/user-stream-error.php on line %d
|
||||
thrown in %s%euser-stream-error.php on line %d
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue