News Feed
Jobs Feed
Sections




News Archive
Paul Reinheimer's Blog:
Memcached Constants - Lame Code
June 19, 2009 @ 10:27:26

If you've worked with memcached and have ever run into an error, you might get tossed a code, the value of the error's constant, rather than the actual constant name. Paul Reinheimer was seeing just that and decided to map out all of the constants in relation to their error codes for future reference.

I was running into a few errors, and getResultCode() was obligingly returning the value of the constant, rather than the constant itself. I had to look up what that value meant. For some reason I couldn't reflect the extension to get the constants and values thereof, so with some lame scraping you get the following.

He's included the list in both a normal text format and as a PHP array that can be cut and pasted directly into a library.

0 comments voice your opinion now!
code error constant memcached


blog comments powered by Disqus

Similar Posts

Alessandro Crugnola's Blog: AMFPHP issue referencing ByteArray

Matthew Turland's Blog: CDC Update (or an Unusual Parse Error)

Alvaro Videla's Blog: A Word About Caching: Memcached and APC

Debuggable Blog: Supressing Errors in PHP

PHPMaster.com: Testing Error Conditions with PHPUnit


Community Events











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


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

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