Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • \$\begingroup\$ Maybe you should make a golf version of PHP :P \$\endgroup\$ Commented May 31, 2017 at 16:05
  • \$\begingroup\$ @CalculatorFeline I am sure that exists but it is not really good \$\endgroup\$ Commented May 31, 2017 at 16:10
  • \$\begingroup\$ Maybe you should make a good one. Step 1: automatic starting tag. \$\endgroup\$ Commented May 31, 2017 at 16:12
  • \$\begingroup\$ @CalculatorFeline I have search the link for you. github.com/barkermn01/PGP-php-CodeGolf I have no interest to make one \$\endgroup\$ Commented May 31, 2017 at 16:31
  • 2
    \$\begingroup\$ @CalculatorFeline Making PHP a golfing language destroys what is the fun in golfing with PHP (at least for me): you have to constantly balance between calling functions (which often have long names), using loops, different input methods and so on. Step 1: automatic starting tag well php -r ... but e.g. in this example it doesn't pay of because echo is longer than <?=. \$\endgroup\$ Commented Jun 2, 2017 at 14:12