Archive for the ‘PHP Core Development’ Category

New type hinting patch

Monday, March 31st, 2008

This new type hinting patch includes support for objects with __toString methods, allowing them to pass a string type hint.

Scalar Type Hinting Patch (March 31, 2008)

Full Featured Type Hinting Patch

Tuesday, March 11th, 2008

Attached is my more complete type hinting patch. It allows type hinting for int, float, string, bool, num (int or float), resource, object, and scalar.

Full Scalar Type Hinting Patch