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....
Post new comment