Skip to content

Commit db0e6ec

Browse files
committed
Update stubs
1 parent c81f7a9 commit db0e6ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

stubs/ext/dba/dba_open.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ function dba_open($path, $mode, $handler = UNKNOWN, ...$handler_params)
1313
}
1414
/** @return resource|false */
1515
#[\Since('8.2')]
16-
function dba_open(string $path, string $mode, ?string $handler = null, int $permission = 0644, int $map_size = 0)
16+
function dba_open(string $path, string $mode, ?string $handler = null, int $permission = 0644, int $map_size = 0, ?int $flags = null)
1717
{
1818
}

stubs/ext/dba/dba_popen.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
function dba_popen($path, $mode, $handler = UNKNOWN, ...$handler_params)
1313
{
1414
}
15-
/** @generate-class-entries */
15+
#endif
1616
/** @return resource|false */
1717
#[\Since('8.2')]
18-
function dba_popen(string $path, string $mode, ?string $handler = null, int $permission = 0644, int $map_size = 0)
18+
function dba_popen(string $path, string $mode, ?string $handler = null, int $permission = 0644, int $map_size = 0, ?int $flags = null)
1919
{
2020
}

0 commit comments

Comments
 (0)