<?php$n1 = 13;print ++$n++;?>
First pre increment is done and the result is a number,thus post increment cannot be performed on it.
Previous Question Next Question
Your comments will be displayed only after manual approval.