Skip to content

Commit 3948152

Browse files
authored
[PHP 8.4] posix_isatty update. (#4220)
1 parent 9fb67f0 commit 3948152

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

reference/posix/functions/posix-isatty.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@
4646
</row>
4747
</thead>
4848
<tbody>
49+
<row>
50+
<entry>8.4.0</entry>
51+
<entry>
52+
Set errno (error number) to <constant>EBADF</constant> when the
53+
file descriptor/stream passed is invalid.
54+
</entry>
55+
</row>
4956
<row>
5057
<entry>8.3.0</entry>
5158
<entry>

0 commit comments

Comments
 (0)