View difference between Paste ID: GK8FhsdY and 1M8KzK9r
SHOW: | | - or go back to the newest paste.
1
#!/usr/bin/php
2
<?php
3
4
$a="";
5
6-
$a.="a";
6+
7
  printf("\r%d ", strlen($a));
8
  $a .= "a";
9
}