[ create a new paste ] login | about

Link: http://codepad.org/508BRBCi    [ raw code | output | fork ]

PHP, pasted on Sep 7:
1
2
3
4
5
6
7
8
<?php

$y = 0;
while ($y++ != 2) {
    $x = 12;
}

echo $x;


Output:
1
12


Create a new paste based on this one


Comments: