We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a346914 commit 8fd30aaCopy full SHA for 8fd30aa
ext/standard/tests/file/php_fd_wrapper_04.phpt
@@ -2,10 +2,10 @@
2
php://fd wrapper: invalid file descriptor
3
--FILE--
4
<?php
5
-fopen("php://fd/12", "w");
+fopen("php://fd/120", "w");
6
7
echo "\nDone.\n";
8
--EXPECTF--
9
-Warning: fopen(php://fd/12): failed to open stream: Error duping file descriptor 12; possibly it doesn't exist: [9]: %s in %s on line %d
+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
10
11
Done.
0 commit comments