Skip to content

Commit 2ad171c

Browse files
committed
Update stubs
1 parent 714d2b9 commit 2ad171c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

stubs/ext/standard/openlog.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
/* syslog.c */
44
#ifdef HAVE_SYSLOG_H
5+
#[\Until('8.2')]
56
function openlog(string $prefix, int $flags, int $facility) : bool
67
{
8+
}
9+
/* syslog.c */
10+
#ifdef HAVE_SYSLOG_H
11+
#[\Since('8.2')]
12+
function openlog(string $prefix, int $flags, int $facility) : \true
13+
{
714
}

0 commit comments

Comments
 (0)