Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72193 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78575 invoked from network); 4 Feb 2014 11:48:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Feb 2014 11:48:10 -0000 Authentication-Results: pb1.pair.com header.from=cryptocompress@googlemail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=cryptocompress@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.215.174 as permitted sender) X-PHP-List-Original-Sender: cryptocompress@googlemail.com X-Host-Fingerprint: 209.85.215.174 mail-ea0-f174.google.com Received: from [209.85.215.174] ([209.85.215.174:60287] helo=mail-ea0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 48/C2-64896-973D0F25 for ; Tue, 04 Feb 2014 06:48:10 -0500 Received: by mail-ea0-f174.google.com with SMTP id b10so4330574eae.33 for ; Tue, 04 Feb 2014 03:48:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=CN2xkqlhvjx8awJDkhGtPtOcSWfY13ji7Pq8ZRCqP3A=; b=vg34Gliioy7hNkEPVDxEbtE2VXXkJH5dSFMEDqAKWO7lq0E/040rs9ORGfYS8CIjrh w+qGuPzBXCaDV/S3GdktuoSeSTxu8BrtPWYh1KYI6YUpis8/27Ay7Q8nGu4EH/mPTCqy gjf7JSyVx2DcVSUN4sjJA6VE6qn7CBxFVhoxAUlwqqY9ZNc6SK0NP6kyl0cLQroBqIGr tRv91M/DJmDnFlnO9KVrrTaBY0Acqk4XI3xX2190A/Hf/FSqHB+yCv1GHeeO6bABug4s wdGRmgQkpZPIkzi1ouxokMAeXGdtgCFTzr9genLbSSw3/BsTBsSzVqFtIZU/3VoE+OsN al4Q== X-Received: by 10.14.102.67 with SMTP id c43mr49355349eeg.23.1391514486780; Tue, 04 Feb 2014 03:48:06 -0800 (PST) Received: from [192.168.1.115] (mnch-5d859604.pool.mediaWays.net. [93.133.150.4]) by mx.google.com with ESMTPSA id y47sm40401443eel.14.2014.02.04.03.48.01 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 04 Feb 2014 03:48:05 -0800 (PST) Message-ID: <52F0D36B.7010905@googlemail.com> Date: Tue, 04 Feb 2014 12:47:55 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Sara Golemon CC: PHP Developers Mailing List References: <52F00437.7010903@googlemail.com> <52F005E6.6090702@googlemail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] [VOTE] __debugInfo() From: cryptocompress@googlemail.com (Crypto Compress) Hello Sara, some more questions: 1. Can this hook be bypassed or disabled (global/temporary)? e.g. real_var_dump(), ini setting, some other flag? 2. What will be affected by this hook beside "var_dump"? e.g. xdebug output, var_export, ... 3. How would this behave (segfault?): public function __debugInfo() { var_dump($this); return []; } Thank You! cryptocompress