"alice@x", "bob" => "bob@x"]; function run($ownerId) { global $STORE; if ($ownerId !== CALLER_ID) return null; return $STORE[$ownerId] ?? null; }