News Feed
Jobs Feed
Sections




News Archive
feed this:

WebTutor.pl:
Strong data typing in PHP, part II autoboxing and indestructable objects
April 14, 2011 @ 12:09:40

In the second part of their series looking at data typing in PHP, the WebTutor blog takes a different approach to supporting strong typing in PHP, using autoboxing and indestructible objects.

In an earlier article on the strong typing I've described the typehint mechanism that provides data type enforcement for the values sent to the methods and functions. Unfortunately said implementation does not protect against another problem associated with the dynamic typing of variables: a lack of type enforcement when overwritting value of an existing variable. In order to control the type of data, I decided to introduce to PHP the concept of autoboxing known from other languages such as C# and Java.

He talks briefly about what autoboxing is (wrapping primitive types into objects automatically) and links to a library that can be used to accomplish it. A bit of sample code is included showing how to create an AutoBoxedObject and how to use it in practice on some string values.

0 comments voice your opinion now!
strong data type autoboxing indestructible object



Community Events











Don't see your event here?
Let us know!


object conference functional code podcast introduction development tool community series testing framework interview release phpunit language opinion unittest example zendframework2

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework