News Feed
Jobs Feed
Sections




News Archive
Gareth Heyes:
Tweetable PHP-Non Alpha
December 13, 2012 @ 09:40:25

Gareth Heyes has a new post that shares some of his efforts to write "non-alpha PHP", using characters other than the alpha-numeric ones to write executable PHP scripts. In his case, this involves a lot of pluses, underscores and square brackets.

I started to try and break the 10 charset limit of PHP non-alpha after @InsertScript showed me that PHP Dev supports [] syntax for arrays. I wondered if it would be possible to break the limit within production PHP. At first I thought you could but then after some testing I found that there was no way to concat without "." and no way to call a string as a function without $ and =. However since I got into PHP Non-alpha again I thought why not try and improve it and make the code tweetable.

He works through the whole process of his discovery - starting with the creation of a non-alpha version of "0" (zero), moving into letter creation and finally all the way up to a full word..."assert". The result is tweetable code that echoes that string and contains more symbols than letters. If you're interested in more of this non-alpha kind of coding, check out some of the other posts on his blog.

0 comments voice your opinion now!
nonalpha code tweet plus underscore squarebracket


blog comments powered by Disqus

Similar Posts

NetTuts.com: How to Write Testable and Maintainable Code in PHP

James Fuller: First Impressions: Cloud9 IDE + PHP

PHP in Action Blog: Bad code is good for you?

NetTuts.com: The Best Way to Learn PHP

Andrew Podner: Make it Testable-No Matter how Painful it is


Community Events









Don't see your event here?
Let us know!


code object composer example tool functional zendframework2 introduction api unittest podcast community language framework interview development testing opinion release event

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework