New type hinting patch
Monday, March 31st, 2008This new type hinting patch includes support for objects with __toString methods, allowing them to pass a string type hint.
This new type hinting patch includes support for objects with __toString methods, allowing them to pass a string type hint.
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.