Fork me on GitHub

PHP in a Tweet


PHP in a Tweet is a code golf game like 140byt.es, where you should write a valid PHP code in 140 bytes (the size of a tweet) and post it on Twitter.

To add your tweet here fork the website on GitHub and add your tweet to the _posts directory following current examples.

Game rules

  1. The tweet have to be a well-formed PHP code. You can check the right syntax using php -l tweet.php as described here: php.net/manual/en/function.php-check-syntax.php
  2. A code is taggable only using things like echo "#php"; or return "#error"; but still keeping your tweet a well-formed PHP code
  3. Open (<? and <?php) and close (?>) tags are not recommended

Tweets

A tweet size service manager Read more...
Read more...
Read more...
Read more...
Read more...