Date: 09/15/01
- Next message: Andi Gutmans: "Re: [PHP-DEV] Re: Bug #13304 Updated: string comparisons not working as expected"
- Previous message: arevill <email protected>: "[PHP-DEV] Easy way to List all functions and parameters on a website?"
- In reply to: Stefan Arentz: "Re: [PHP-DEV] zend_do_end_class_declaration() question"
- Next in thread: Stefan Arentz: "Re: [PHP-DEV] zend_do_end_class_declaration() question"
- Reply: Stefan Arentz: "Re: [PHP-DEV] zend_do_end_class_declaration() question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
It's the correct place. It sounds weird what you're mentioning.
do_inherit_parent_constructor() also checks ce->parent and it seems to work.
Do you have a short script (class decelerations) which shows this behavior?
What are you trying to accomplish?
Andi
At 07:22 PM 9/14/2001 +0200, Stefan Arentz wrote:
>Is this the correct list for questions like below or is there also a more
>Zend specific mailinglist?
>
> Stefan
>
>On Fri, Sep 14, 2001 at 03:28:20AM +0200, Stefan Arentz wrote:
> > Hi, I'm trying to add some code to zend_do_end_class_declaration that
> > looks at the parent class. However the following check always fails,
> > even for classes that do have parents:
> >
> > ce = CG(active_class_entry);
> >
> > if (ce->parent) {
> > fprintf(stderr, "Class has a parent\n");
> > }
> >
> > I don't understand this. I can see that parent is being set in the
> > zend_do_begin_class_declaration() function.
> >
> > What's going on here?
> >
> > Stefan
>
>--
>PHP Development Mailing List <http://www.php.net/>
>To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
>For additional commands, e-mail: php-dev-help <email protected>
>To contact the list administrators, e-mail: php-list-admin <email protected>
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Andi Gutmans: "Re: [PHP-DEV] Re: Bug #13304 Updated: string comparisons not working as expected"
- Previous message: arevill <email protected>: "[PHP-DEV] Easy way to List all functions and parameters on a website?"
- In reply to: Stefan Arentz: "Re: [PHP-DEV] zend_do_end_class_declaration() question"
- Next in thread: Stefan Arentz: "Re: [PHP-DEV] zend_do_end_class_declaration() question"
- Reply: Stefan Arentz: "Re: [PHP-DEV] zend_do_end_class_declaration() question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

