[pmwiki-users] Irreproducible behavior - maybe a bug

Joachim Durchholz jo at durchholz.org
Wed May 11 16:12:27 CDT 2005


Joachim Durchholz wrote:

> Patrick R. Michaud wrote:
>> try changing the line to read:
>>
>>       foreach((array)(@$MarkupTable[$id]['dep']) as $i=>$m)
>>
>> and see if that resolves the problem or gives a useful
>> error message.  It would explain a lot.
> 
> 
> No, that doesn't help.

More specifically:
   var_dump($MarkupTable[$id]['dep']) => NULL
   var_dump((array)$MarkupTable[$id]['dep']) => array("")
   var_dump((array)($MarkupTable[$id]['dep'])) => array("")

HTH
Jo



More information about the pmwiki-users mailing list