News Feed
Jobs Feed
Sections




News Archive
Gareth Heyes:
PHP nonalpha tutorial
August 22, 2012 @ 08:53:02

Gareth Heyes has another post to his site on the topic of "non-alpha PHP code", this time getting a bit more into the process and how his examples are parsed by PHP into more familiar functionality.

My first post on PHP non-alpha numeric code was a bit brief, in the excitement of the discovery I failed to detail in depth the process. I've decided to follow up with a tutorial and hopefully explain the process better for anyone wanting to learn or improve the technique. The basis of PHP non-alphanumeric code is to take advantage of the fact that PHP automatically converts Arrays into a string "Array" when using in a string context.

He includes some basic examples showing how, with just a combination of things like "+", "_" and "[" or "]" you can reproduce similar output to echoing out an array and use that "Array" output string to get to other strings (like the letter "B"). There's also a more lengthy example showing how to build up the string "print 1+1" and have it execute using this technique.

0 comments voice your opinion now!
interpretation nonalpha tutorial special character


blog comments powered by Disqus

Similar Posts

DevShed: Working with MySQL and Sessions to Serialize Objects in PHP (Part 3)

Sameer Borate's Blog: Grabbing website Favicons using curl and php

Ibuildings techPortal: Scaling Web Applications with HMVC

Wenbert Del Rosario's Blog: Registering your custom plugins in Zend Framework 1.8

Rob Allen's Blog: Tutorial Notes - Zend_Auth in French & Using Oracle


Community Events











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


example language introduction testing podcast api series database code functional zendframework2 opinion release composer community interview phpunit development framework application

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