Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59113 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93709 invoked from network); 21 Mar 2012 10:37:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Mar 2012 10:37:56 -0000 Authentication-Results: pb1.pair.com header.from=ykomotir@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ykomotir@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.45 as permitted sender) X-PHP-List-Original-Sender: ykomotir@gmail.com X-Host-Fingerprint: 209.85.210.45 mail-pz0-f45.google.com Received: from [209.85.210.45] ([209.85.210.45:42380] helo=mail-pz0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4C/C0-23147-28FA96F4 for ; Wed, 21 Mar 2012 05:37:55 -0500 Received: by dadp14 with SMTP id p14so1543601dad.18 for ; Wed, 21 Mar 2012 03:37:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=h488NjkvKWi+BOm6Ntp7RnWovpk1SRr5+IJsgeHx5UA=; b=a/PWqK60SuPWawf91duPdnD3s8fJ3g+dWkPEYIr6LcZFpi7icO9xJB8LWIuOftcdsk id0UOITj4hBPKFo5Tjr7QdyCLH2hg1UJyrLKnwAEF+JWrgcqhn74LMdZaaAq5HazHuKN vCcbZDWojLPQ7xVFzJdOxqJmhKOuRgdrsyTXFkf3XzY9Vmj9wVI5YkuCCnAXKjvqCVTC BFHZbA1ZHiip6J5nr8LO8QOCd7y01RARDTOC9ZgSUMNbN8DJKNTKrA48A1LevfawoZj4 rYz3IOhK9SXHgRs0IN4QdkVRDns0GmHAVpr2VhTZ/3sbDTbGMuCgybf72ZrJrQOekK78 LAyg== MIME-Version: 1.0 Received: by 10.68.73.225 with SMTP id o1mr9837755pbv.77.1332326272470; Wed, 21 Mar 2012 03:37:52 -0700 (PDT) Received: by 10.68.28.133 with HTTP; Wed, 21 Mar 2012 03:37:52 -0700 (PDT) Date: Wed, 21 Mar 2012 11:37:52 +0100 Message-ID: To: internals@lists.php.net Cc: Barbu Paul Gheorghe Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] TSRMLS_* keywords in PHP source From: ykomotir@gmail.com (Yannick Komotir) Hi, You can find some additional information in this blog post http://blog.golemon.com/2006/06/what-heck-is-tsrmlscc-anyway.html Regards, 2012/3/19 Barbu Paul Gheorghe > Hello! > > What role does the keywords TSRMLS_CC, TSRMLS_DC, TSRMLS_D have when > passed along with a argument in PHP's source? > For example in this random file: > > http://lxr.php.net/opengrok/**xref/PHP_5_4/ext/intl/** > formatter/formatter_data.c > > > I don't even know if "keyword" is the right technical term for it because > it's the first time I see this kind of call in C: > > foo(data_type variable_name "keyword"); > > -- > Barbu Paul - Gheorghe > Common sense is not so common - Voltaire > Visit My GitHub profile to see my open-source projects - > https://github.com/paullik -- Yannick