Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57569 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95594 invoked from network); 30 Jan 2012 12:34:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jan 2012 12:34:29 -0000 Authentication-Results: pb1.pair.com header.from=adi.nita@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=adi.nita@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.54 as permitted sender) X-PHP-List-Original-Sender: adi.nita@gmail.com X-Host-Fingerprint: 74.125.82.54 mail-ww0-f54.google.com Received: from [74.125.82.54] ([74.125.82.54:50924] helo=mail-ww0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 03/24-53934-45E862F4 for ; Mon, 30 Jan 2012 07:34:29 -0500 Received: by wgbds10 with SMTP id ds10so4152409wgb.11 for ; Mon, 30 Jan 2012 04:34:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=nBFu7V/B8tOGxkiKLhZHNHbsq3+1AZSZQKSOX1SS02U=; b=gxuAETaaCoPxkw1x15K8WoUzX/K04+u8JTdoH91PC/xtkTRmn/1T8o6e+DSGCoLgtG IwGqCw0PFiWdPCO/+w2UezhQvMoHHHqk9/HKUmY6BGpSaFGLasZKFOXruRVZ/Ccva7gR zk/TnT9nMKQCO84vKjufcY+bSimwxA08XXFY8= MIME-Version: 1.0 Received: by 10.180.90.212 with SMTP id by20mr27357078wib.12.1327926866189; Mon, 30 Jan 2012 04:34:26 -0800 (PST) Received: by 10.223.2.143 with HTTP; Mon, 30 Jan 2012 04:34:26 -0800 (PST) Date: Mon, 30 Jan 2012 14:34:26 +0200 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=f46d043be256259c9804b7be119d Subject: operators From: adi.nita@gmail.com (Adi Nita) --f46d043be256259c9804b7be119d Content-Type: text/plain; charset=ISO-8859-1 Hello, Does anyone know what are the official names for the "->" and "=>" operators? They don't seem to be included in the PHP documentation, although I would have expected them to reside in the Operators section of the manual. Also, the "\" operator used for declaring sub-namespaces is never mentioned as a proper operator in the PHP manual, let alone have a specific name. Thank you, Adrian --f46d043be256259c9804b7be119d--