On Tue, Apr 24, 2001 at 08:00:47PM +0400, Vadka wrote:

> <?
> $Bad=0; // try to set it to 1 for segfault
> 
> $taggz[0]="table_here";
> $taggz[1]="mydir";
> $functinz['table_here']="my_func";
> $functinz['mydir']="my_func";
> 
> error_reporting(E_ALL);
> 
> Function my_func($atr){
> echo("Variable:-----");
> var_dump($atr);
> }
> 
> class my_xml {
> var $functinz;
> var $tagz;
> var $parser;
> var $parzed;
 
[trimmed]

Would you say this is the same problem that I reported a while
back?

    http://www.php.net/bugs.php?id=6175

-- 
Jon Parise ([EMAIL PROTECTED])  .  Rochester Inst. of Technology
http://www.csh.rit.edu/~jon/  :  Computer Science House Member

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to