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]
- Re: [PHP-DEV] 4.0.5: Merge Request Zeev Suraski
- Re: [PHP-DEV] 4.0.5: Merge Request Sascha Schumann
- Re: [PHP-DEV] 4.0.5: Merge Request Zeev Suraski
- Re: [PHP-DEV] 4.0.5: Merge Request Jani Taskinen
- Re: [PHP-DEV] 4.0.5: Merge Request Zeev Suraski
- Re: [PHP-DEV] 4.0.5: Merge Request Andi Gutmans
- Re: [PHP-DEV] 4.0.5: Merge Request Zeev Suraski
- Re: [PHP-DEV] 4.0.5: Merge Request Andi Gutmans
- Re: [PHP-DEV] 4.0.5: Merge Request Zeev Suraski
- [PHP-DEV] Bug in objects+XML Vadka
- Re: [PHP-DEV] Bug in objects+XML Jon Parise
- Re: [PHP-DEV] Bug in objects+XML Vadka
- Re: [PHP-DEV] Bug in objects+XML Vadka
- Re: [PHP-DEV] Bug in objects+XML Thies C. Arntzen
- Re: [PHP-DEV] Bug in objects+XML Thies C. Arntzen
- Re: [PHP-DEV] Bug in objects+XML Jon Parise
- Re: [PHP-DEV] Bug in objects+XML Thies C. Arntzen
- Re: [PHP-DEV] 4.0.5: Merge Request Rasmus Lerdorf
- Re: [PHP-DEV] 4.0.5: Merge Request Jani Taskinen
- Re: [PHP-DEV] 4.0.5: Merge Request Rasmus Lerdorf
- RE: [PHP-DEV] 4.0.5: Merge Request James Moore
