#!/usr/bin/env php ------------------- Print ------------------- Hello, World! Escape "chars" are the SAME as in Java! You can have line breaks in a string.A string can use "single-quotes". It's cool! -------------------- Int and Float -------------------- a = 3.5 b = 3 c = 4 d = 123 e = 123 --------------------- Math operation ---------------------- c = 5 ------------------- String Functions ------------------- length 17 Comparison result 14 Index 1 First DiCap Toupper LEONARDO DICAPRIO ------------------- For loop --------------------- 0 squared is 0. 1 squared is 1. 2 squared is 4. 3 squared is 9. 4 squared is 16. 5 squared is 25. 6 squared is 36. 7 squared is 49. 8 squared is 64. 9 squared is 81. -------------------- Array and foreach loop --------------------- The fellowship of the ring members are: Frodo Sam Gandalf Strider Gimli Legolas Boromir The fellowship of the ring members are: Frodo Sam Gandalf Strider Gimli Legolas Boromir -------------------- String Comparison --------------------- Onlyconsonants: Hll Wrld f PHP NewPhrase: You should eat pizza, beer, and ice cream every day. --------------------- Multi-dimensional array ---------------------- White Mushrooms Dried Mulberries Chicken Tofu soy sauce mustard ------------------------ Multi-dimensional array with foreach ----------------------- A Japanese hot flavor is wasabi. A Japanese salty flavor is soy sauce. A Chinese hot flavor is mustard. A Chinese pepper-salty flavor is prickly ash.