From 57f7aaca54f47fa7af9d7bf2b80f17be9cf2fd04 Mon Sep 17 00:00:00 2001 From: Brandon Kraft Date: Thu, 10 Oct 2019 11:22:40 -0500 Subject: [PATCH] Add apcu_* functions to getPassByReferenceFunctions --- VariableAnalysis/Lib/Constants.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VariableAnalysis/Lib/Constants.php b/VariableAnalysis/Lib/Constants.php index d69b1ba8..5dc51497 100644 --- a/VariableAnalysis/Lib/Constants.php +++ b/VariableAnalysis/Lib/Constants.php @@ -24,6 +24,9 @@ public static function getPassByReferenceFunctions() { 'apc_dec' => [3], 'apc_fetch' => [2], 'apc_inc' => [3], + 'apcu_dec' => [3], + 'apcu_fetch' => [2], + 'apcu_inc' => [3], 'areConfusable' => [3], 'array_multisort' => [1], 'array_pop' => [1],