Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37867 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29512 invoked from network); 25 May 2008 18:54:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 May 2008 18:54:48 -0000 Authentication-Results: pb1.pair.com header.from=steph@zend.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=steph@zend.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain zend.com does not designate 64.97.136.187 as permitted sender) X-PHP-List-Original-Sender: steph@zend.com X-Host-Fingerprint: 64.97.136.187 smtpout0187.sc1.he.tucows.com Solaris 8 (1) Received: from [64.97.136.187] ([64.97.136.187:39157] helo=n082.sc1.he.tucows.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4D/BE-21001-7F5B9384 for ; Sun, 25 May 2008 14:54:47 -0400 Received: from sc1-out08.emaildefenseservice.com (64.97.139.2) by n082.sc1.he.tucows.com (7.2.069.1) id 4769FAD40152A433; Sun, 25 May 2008 18:53:44 +0000 X-SpamScore: 2 X-Spamcatcher-Summary: 2,0,0,0c1feec9a48ce11f,3a4aab86e773532b,steph@zend.com,-,RULES_HIT:355:379:539:540:541:542:543:567:599:601:967:973:980:988:989:1155:1156:1260:1277:1311:1313:1314:1345:1437:1515:1516:1518:1534:1541:1587:1593:1594:1711:1730:1747:1766:1792:2073:2075:2078:2194:2198:2199:2200:2393:2525:2559:2563:2682:2685:2828:2857:2859:2933:2937:2939:2942:2945:2947:2951:2954:3022:3027:3353:3421:3622:3865:3866:3867:3868:3869:3870:3871:3872:3874:3934:3936:3938:3941:3944:3947:3950: 4886:5007:6119:6261:7679:7875:7904,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:none,DNSBL:none,TSO:0 X-Spamcatcher-Explanation: Received: from foxbox (host81-155-113-213.range81-155.btcentralplus.com [81.155.113.213]) (Authenticated sender: steph.fox) by sc1-out08.emaildefenseservice.com (Postfix) with ESMTP; Sun, 25 May 2008 18:53:42 +0000 (UTC) Message-ID: <00cb01c8be98$d36be870$4401a8c0@foxbox> Reply-To: "Steph Fox" To: "Marcus Boerger" , References: <138099273.20080525202849@marcus-boerger.de> Date: Sun, 25 May 2008 19:54:54 +0100 Organization: Zend Technologies MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-15"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: [PHP-DEV] [RFC] Change var_dump back? From: steph@zend.com ("Steph Fox") Hi Marcus, > now that we got rid of the unicode.semantics switch, should we change > var_dump("foo") from showing 'unicode(3) "foo"' back to 'string(3) "foo"' > as it is the new string type and change the other output to show 'binary' > which it is now? And long those lines should we change all occurances of > the 'u' prefix to instead show a 'b' prefix if non usnice? All in all I > would prefer to reflect the real situation, the new string type is unicode > capable but named 'string' and the old stuff is binary data and hence > called 'binary'. And when entering strings we have a b prefix but no u > prefix. This would affect a ton of tests but we need to fix run-tests and > most tests anyway. For one, we need to drop all --UEXPECT*-- blocks. I have about 3000 tests ready to commit, but obviously if 'u'/'unicode' is going too there'll be a bit more work to do on them. I've covered Zend/tests, /tests and a chunk of ext/standard/tests over the last week. - Steph > > Best regards, > Marcus > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >