Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19426 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60638 invoked by uid 1010); 5 Oct 2005 23:14:42 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 60623 invoked from network); 5 Oct 2005 23:14:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Oct 2005 23:14:42 -0000 X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:36159] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id EF/86-54476-16E54434 for ; Wed, 05 Oct 2005 19:14:41 -0400 Received: from [192.168.1.3] (dslb-084-063-020-121.pools.arcor-ip.net [84.63.20.121]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id F149F35C392; Thu, 6 Oct 2005 01:15:36 +0200 (CEST) Date: Thu, 6 Oct 2005 01:14:45 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <609160853.20051006011445@marcus-boerger.de> To: Andi Gutmans , Andrei Zmievski , Derick Rethans , Dmitry Stogov , Ilia Alshanetsky Cc: internals@lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Question regarding test system From: helly@php.net (Marcus Boerger) Hello guys, i had a chat with Dmitry this morning regarding the unpleasant state of our test system. I assume here that everyone agrees that it is quite difficult to provide each and every test expectations in two variants, one for native string executoin (e.g. unicode_semantics=off) and one for unicode execution (e.g. unicode_semantics=on). The easy way out is to have var_dump not print 'unicode' for namely values but instead use 'string' always. Since the encoding is meant to be transparent anyway there shouldn't be a problem. And in case we have tests where the difference is important we can overwrite the setting in the --INI-- setting and use the --UEXPECT-- as we are doing now. Dmitry now came up with the idea of providing a new ini setting to control this behavior. He suggests to name it "var_dump.show_unicode=on/off" Any comments? Best regards, Marcus