will.thoughts.pop
RSS icon Email icon Home icon
  • Ciaran on the joys of working with PHP

    Posted on February 14th, 2008 Will 1 comment

    I feel for you Ciaran, I really do:

    <ciaran>: OH FUCK YOU PHP
    <ciaran>: FUCK YOU
    - ciaran: stabs
    PHP
  • PHP is stupid

    Posted on September 19th, 2007 Will No comments

    cheetara:~ will$ php -r 'pg_escape_string();'

    Warning: pg_escape_string() expects exactly 2 parameters, 0 given in Command line code on line 1
    cheetara:~ will$ php -r 'pg_escape_string( "" );'
    cheetara:~ will$

    Why?! Thanks to Carl for spotting this particular inadequacy in PHP.