From: <php...@li...> - 2011-02-23 23:02:24
|
Hi, your java code has thrown an unchecked exception (error or runtime exception). After that your php code has tried to set a non-existing property on it. Any unchecked exception crossing the container boundary must be declared, otherwise the behaviour is undefined. Please see our FAQ for details. Your code contains several problems. Your java object backed by a php instance doesn't have any public methods. This may or may not be what you want. And you call a method as if it were a procedure. Won't work, so I assume that the code you have shown isn't the code you actually use. Either encode is actually static or the php code you have posted is missing a new statement. Regards, Jost Bökemeier |