Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50174 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35101 invoked from network); 12 Nov 2010 17:10:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Nov 2010 17:10:44 -0000 Authentication-Results: pb1.pair.com header.from=jonah.harris@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=jonah.harris@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: jonah.harris@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-wy0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:42152] helo=mail-wy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 02/F1-09586-3157DDC4 for ; Fri, 12 Nov 2010 12:10:43 -0500 Received: by wyb38 with SMTP id 38so2588977wyb.29 for ; Fri, 12 Nov 2010 09:10:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=0YGiPfA7tIbmjjW1JhHlPSJQVEY8NpyIwBV79p6VXhw=; b=orW/g8zBYLai2mPDyrSlBKjaHwD0b2RA3PD5YueSSzdQaFe5EVUIoslu/JXritZTtm nhYoRXrR7t3+24tHUvKGm0bBrjmiaJvI6o31qESc01WhQT7T8HLKeGyVFaOr5xB+4JVk r7t8uEjrrqeswC+ukT/UrZgw18xS3BL9uF1Wk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=PiHkZAA4Coc7YUZAKQXBoh97kJAMeP78bu+EMWE/dwdeJzq63g/G5DZZuqfM/6EHJl 0utwB6XJ/5kRgwSJt/VOZfq1qsqiTNp5Rvq9UTi14tQPViM7HJbO+IdhXWDeB0zyU9Rw /qsSPERDAFigRw8FUJs0E9qY8Zz2oLyvUrL9A= MIME-Version: 1.0 Received: by 10.227.128.84 with SMTP id j20mr2641584wbs.206.1289581840230; Fri, 12 Nov 2010 09:10:40 -0800 (PST) Received: by 10.227.29.100 with HTTP; Fri, 12 Nov 2010 09:10:40 -0800 (PST) In-Reply-To: <4CDCBD75.2070909@cubiclesoft.com> References: <201011102029.49703.larry@garfieldtech.com> <4CDC218F.4020309@oracle.com> <4CDCACB8.5040702@cubiclesoft.com> <4CDCBD75.2070909@cubiclesoft.com> Date: Fri, 12 Nov 2010 12:10:40 -0500 Message-ID: To: Thomas Hruska Cc: PHP Development Content-Type: multipart/alternative; boundary=0016364577507eea530494de2b9a Subject: Re: [PHP-DEV] Supporting Binary Notation for Integers From: jonah.harris@gmail.com ("Jonah H. Harris") --0016364577507eea530494de2b9a Content-Type: text/plain; charset=ISO-8859-1 On Thu, Nov 11, 2010 at 11:07 PM, Thomas Hruska wrote: > What languages are supporting this? (Besides PHP.) I'm not adverse to >> the feature but if you say other languages are doing this on the RFC >> page, please provide links to the relevant documentation of those >> languages. >> > > Ah. Finally found something via Google. An ISO C99 extension not a part > of ANSI C++ but accepted by GCC even in C++ mode. Learned something new > today. > RFC updated with links to GCC, Python, and Ruby syntax definitions. -- Jonah H. Harris Blog: http://www.oracle-internals.com/ --0016364577507eea530494de2b9a--