document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?php
  2.     define ("PI",3.14);
  3.     $luas = 5 * 5 * PI;
  4.     echo "Luas = $luas";
  5.  
  6. ?>
');