typeless

warning: Parameter 2 to views_rss_views_feed_argument() expected to be a reference, value given in /home/0all/drupal-5.9/includes/module.inc on line 406.

Ilia Alshanetsky's Blog: Type hinting for PHP 5.3

PHPDeveloper.org  Thu, 07/02/2009 - 08:46

One of the features included in the PHP 5.x releases is type hinting for validating that you have the right values for your functions and methods coming in.

In this new post to his blog Ilia Alshanetshy takes a look at the the feature and gives a patch to add it .