
(PHP) Undefined Index from existing keys in getMulti result
By: a guest on
Mar 21st, 2012 | syntax:
None | size: 0.41 KB | hits: 29 | expires: Never
Array
(
[testKey] => testVal testKey
[testKey1] => testVal testKey1
)
result key: testKey ; result value: testVal testKey
string(7) "testKey"
multiResult[testKey]: NULL
result key: testKey1 ; result value: testVal testKey1
string(8) "testKey1"
multiResult[testKey1]: NULL
------
query key: testKey
string(7) "testKey"
NULL
query key: testKey1
string(8) "testKey1"
NULL