mirror of
https://github.com/php/php-src.git
synced 2026-04-18 21:41:22 +02:00
Merge branch 'PHP-7.4'
* PHP-7.4: Try one more FD in ext/standard/tests/file/php_fd_wrapper_04.phpt
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
php://fd wrapper: invalid file descriptor
|
||||
--FILE--
|
||||
<?php
|
||||
fopen("php://fd/120", "w");
|
||||
fopen("php://fd/1023", "w");
|
||||
|
||||
echo "\nDone.\n";
|
||||
--EXPECTF--
|
||||
Warning: fopen(php://fd/120): failed to open stream: Error duping file descriptor 120; possibly it doesn't exist: [9]: %s in %s on line %d
|
||||
Warning: fopen(php://fd/1023): failed to open stream: Error duping file descriptor 1023; possibly it doesn't exist: [9]: %s in %s on line %d
|
||||
|
||||
Done.
|
||||
|
||||
Reference in New Issue
Block a user