codepad
[
create a new paste
]
login
|
about
Link:
http://codepad.org/FZNSKVzP
[
raw code
|
output
|
fork
]
PHP
,
pasted on Jun 26:
1
2
3
4
<?php
$number
=
3
;
echo
++
$number
;
?>
Output:
1
4
Create a new paste based on this one
Comments: