Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8841 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9121 invoked by uid 1010); 31 Mar 2004 07:27:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 9096 invoked from network); 31 Mar 2004 07:27:45 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 31 Mar 2004 07:27:45 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id i2V7Rivl011043; Wed, 31 Mar 2004 09:27:44 +0200 Date: Wed, 31 Mar 2004 09:27:42 +0200 (CEST) X-X-Sender: derick@localhost To: Antony Dovgal cc: internals@lists.php.net In-Reply-To: <20040331110649.4004014e.tony2001@phpclub.net> Message-ID: References: <20040331110649.4004014e.tony2001@phpclub.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Segfault in HEAD From: derick@php.net (Derick Rethans) On Wed, 31 Mar 2004, Antony Dovgal wrote: > Hi all! > > This small script: > > class test { > var $a = false; > var $x = false; > > function getA() { > if (!$this->x) { // yep, I know, it's infinite loop PHP always crashes on infinite loops as you might be aware off. You'll have to live with it. regards, Derick