"; $pi_as_string = strval(M_PI); echo "PI as string = ".$pi_as_string; echo ""; for ($i = 2; $i < 12; $i++) { echo $pi_as_string[$i].", "; } echo ""; echo "The above output is generated by the code below:"; highlight_file( __FILE__ ); ?>