<?php $array_test['first']['two']['three'] = ($array_test['first']['two']['three'] ?? 0) + 10; var_export($array_test);
You have javascript disabled. You will not be able to edit any code.