5555555555 - PHP Online

Form of PHP Sandbox

Enter Your PHP code here for testing/debugging in the Online PHP Sandbox. As in the usual PHP files, you can also add HTML, but do not forget to add the tag <?php in the places where the PHP script should be executed.



Your result can be seen below.

Result of php executing





Full code of 5555555555.php

  1. <?php
  2.         //Enter your code here, enjoy!
  3.  
  4. $array = array("1" => "PHP code tester Sandbox Online",  
  5.               "foo" => "bar", 5 , 5 => 89009, 
  6.               "case" => "Random Stuff: " . rand(100,999),
  7.               "PHP Version" => phpversion()
  8.               );
  9. sa
  10. foreach( $array as $key => $value ){
  11.     echo $key."\t=>\t".$value."\n";
  12. }
File Description
  • 5555555555
  • PHP Code
  • 16 Dec-2020
  • 347 Bytes
You can Share it: