Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10773 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41376 invoked by uid 1010); 25 Jun 2004 15:00:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 41352 invoked from network); 25 Jun 2004 15:00:46 -0000 Received: from unknown (HELO web50206.mail.yahoo.com) (206.190.38.47) by pb1.pair.com with SMTP; 25 Jun 2004 15:00:46 -0000 Message-ID: <20040625150046.84070.qmail@web50206.mail.yahoo.com> Received: from [207.244.123.50] by web50206.mail.yahoo.com via HTTP; Fri, 25 Jun 2004 08:00:46 PDT Date: Fri, 25 Jun 2004 08:00:46 -0700 (PDT) To: internals@lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: expected behavior of call_user_function() From: sumoraigabe-php@yahoo.com Is it expected that call_user_function() will free up memory allocated to the function name and argument array? =====