Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97523 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35378 invoked from network); 6 Jan 2017 14:03:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Jan 2017 14:03:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=beberveiga@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=beberveiga@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.193 as permitted sender) X-PHP-List-Original-Sender: beberveiga@gmail.com X-Host-Fingerprint: 209.85.217.193 mail-ua0-f193.google.com Received: from [209.85.217.193] ([209.85.217.193:34237] helo=mail-ua0-f193.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3B/71-23307-BC3AF685 for ; Fri, 06 Jan 2017 09:03:57 -0500 Received: by mail-ua0-f193.google.com with SMTP id i68so43018595uad.1 for ; Fri, 06 Jan 2017 06:03:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=GplIHex7/ki41dRhjClaTVLmt2cUddRHxeVcVfUhpMA=; b=aGKbir0rbLGFi1ash+L9Su20dYWprD4HgB2xxXFkyMCZGH8kmWgNoUXFBq9J/H1fVR hZrFDpfswze0od3utmbDwrRG7KnMHMhNyoRKDHe+EJxzWkNBGIC8kazhLTsr6WViq/9W utp2rPKKCkQiSmkgGlo9r93XaQYFDNqH2kFYvXil2cOPegM2EFlDYgqHF7i3yUufwQh9 gGNI63SbwzHBpNA7zcvBEKw3jkjva8jHStZG7A0YSkZbG33Ga2uTTG1t1u4nT6NDWFqy rv0u/3ZGUVlEupR5yrr0uXu4Xmy3ZfKSw3QhL+oMKAL3ebet+UF5HLpyVdlPVIt5rSJ8 7VfQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=GplIHex7/ki41dRhjClaTVLmt2cUddRHxeVcVfUhpMA=; b=IO+BrzwP7UgBr2IqPFJr1VCxACEuf8IXbQO9kygy6a8Sxr60xJzQOlalAAX3WxAxGW hGeHvlldPHaVAA0S41VLxAnpAeUhpvAQFTHaZMfhJMMOKiB2vqKF/gDs2wfnZIsnrXB2 wLtCoaWhKLI5+aLW/9r8c/kZLJS3X4DknVW+43GpJurtXlxzGmO351M9EiogVBQjlzoz NjQrgrZGn8TjU9GIZFMPhT3KtfRFwemVwO1BANtZORNTCeVEtX9b16PmhD2wfFNidnhe trYqqcXQFiMHsnlqVc8B/rzZv6OkoYCDf7+qzv+Ot7TwJiweAiUPWdzFjr4NuCBMGe6a +Njg== X-Gm-Message-State: AIkVDXLNQo9jkFoQHUx0CI7bhpqcnv0/KTWHaANGvx7UxQtM2/Cp3GFGAMwQ5cbD5RGD+xoFReyCN6OAWXLazQ== X-Received: by 10.176.6.106 with SMTP id f97mr56188741uaf.118.1483711433108; Fri, 06 Jan 2017 06:03:53 -0800 (PST) MIME-Version: 1.0 Received: by 10.103.50.212 with HTTP; Fri, 6 Jan 2017 06:03:52 -0800 (PST) Date: Fri, 6 Jan 2017 12:03:52 -0200 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=94eb2c1236feeb6ff605456d7c17 Subject: SimpleXML's atXPath method From: beberveiga@gmail.com (Willian Veiga) --94eb2c1236feeb6ff605456d7c17 Content-Type: text/plain; charset=UTF-8 Hello, What do you think about a new method, called atXPath, that would return a single SimpleXMLElement? Details: https://github.com/php/php-src/pull/1717 https://bugs.php.net/bug.php?id=45201 Thank you, Willian. --94eb2c1236feeb6ff605456d7c17--