News Feed
Jobs Feed
Sections




News Archive
Till Klampaeckel's Blog:
Monkey patching in PHP
June 23, 2010 @ 10:31:09

In a new post to his blog today Till Klampaeckel takes a look at monkey patching in PHP - a way to replace functions at runtime.

I haven't really had the chance or time to play with PHP 5.3 until recently when Ubuntu 10.04 upgraded my local installations and kind of forced me to dive into it a little. And I'm also probably the last person on the planet to notice, but namespaces in PHP 5.3 allow you to monkey-patch core PHP code. [...] One of the more common applications is stubbing (or mocking) code in unit tests.

He includes a code sample showing how you can use a simple namespace hack to call a function from another namespace named the same as an internal one - in this case strlen.

0 comments voice your opinion now!
monkeypatch namespace runkit


blog comments powered by Disqus

Similar Posts

OpenIdeasCompany.com: Redeclaring native PHP functions

Community News: Namespace Code Checked In

Community News: PHPNamespaces.org Site Launched

NetBeans Blog: PHP Namespace Support Screencast

Chris Hartjes' Blog: Scope Is Not a Mouthwash


Community Events











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


conference database community zendframework2 phpunit development series interview rest language functional symfony2 introduction framework testing unittest podcast opinion usergroup release

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