++ in php

Run Settings
LanguagePHP
Language Version
Run Command
<?php function test(){ $a=1; $b=&$a; echo (++$a)+(++$a)+(++$a); } test();
Editor Settings
Theme
Key bindings
Full width
Lines