We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10eea96 commit 822db6bCopy full SHA for 822db6b
VariableAnalysis/Lib/Constants.php
@@ -24,6 +24,9 @@ public static function getPassByReferenceFunctions() {
24
'apc_dec' => [3],
25
'apc_fetch' => [2],
26
'apc_inc' => [3],
27
+ 'apcu_dec' => [3],
28
+ 'apcu_fetch' => [2],
29
+ 'apcu_inc' => [3],
30
'areConfusable' => [3],
31
'array_multisort' => [1],
32
'array_pop' => [1],
0 commit comments