On Sun, Apr 6, 2008 at 8:41 PM, Felipe Pena <[EMAIL PROTECTED]> wrote:

> - PHP types
>
> function (string) foo(...) { } // Unicode string too
> function (object) foo(...) { } // Strict
> function  (array) foo(...) { } // Strict
> function   (bool) foo(...) { } // Strict
> function    (int) foo(...) { } // Accepts numeric string
> function (double) foo(...) { } // Accepts numeric string


If there ever were return type hinting in PHP I don't think it would be wise
to support PHP Types unless parameter hints were changed to support them.
It's just inconsistent.


> :: Question ----------------------------
> - Weird syntax?                        |
> ----------------------------------------
>

Yes, is there any reason why any special characters are needed?

Reply via email to