We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1720f96 commit 99d8bcaCopy full SHA for 99d8bca
dba/dba.php
@@ -1,6 +1,7 @@
1
<?php
2
3
// Start of dba v.
4
+use JetBrains\PhpStorm\Deprecated;
5
use JetBrains\PhpStorm\Internal\LanguageLevelTypeAware;
6
use JetBrains\PhpStorm\Internal\PhpStormStubsElementAvailable;
7
@@ -238,6 +239,7 @@ function dba_fetch($key, $handle): string|false {}
238
239
* @return string|false the associated string if the key/data pair is found, <b>FALSE</b>
240
* otherwise.
241
*/
242
+#[Deprecated(since: 8.3)]
243
function dba_fetch($key, $skip, $dba): string|false {}
244
245
/**
0 commit comments