Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88973 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12186 invoked from network); 28 Oct 2015 20:35:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Oct 2015 20:35:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.223.174 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 209.85.223.174 mail-io0-f174.google.com Received: from [209.85.223.174] ([209.85.223.174:34583] helo=mail-io0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B5/60-08716-D8131365 for ; Wed, 28 Oct 2015 15:35:25 -0500 Received: by iody8 with SMTP id y8so24040628iod.1 for ; Wed, 28 Oct 2015 13:35:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zend_com.20150623.gappssmtp.com; s=20150623; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=kwspEtgJzng9Zzz3G/qO5YZ//Kj85yQdFdRPnLJuFg4=; b=qil62vlQe/p2gJS0eQ5SZ5Qb1U3YdyKuFj5EqsVdl4jRlDF69Z1IkITxPV8euordF4 tPxHrqLpr2uJ7gDJK/p5maPXrm05i9rHET+4m8yFSLSFhgn0ZG74smoKfHzW9FWnX+7Z HvzQXc0O4O6rh8p8Xh/XN0Fn8ICtcUfj0jSCuQQXoVYU0GuGunmg4fuBMgeN7Ykgvjmh qC8+XkACIIw/jFp1LqmiWYm/Rn4o/XbT/OVQZ/g42AEotYxKrw4nlyrs9OO6elyMMmZp hxSoq6elLbQ0CQDRQGAKVIaPABAFmZD3JXi1LFTIASJhuHU8qFKULwebuZVcc4xexFIx NodQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to:cc :content-type; bh=kwspEtgJzng9Zzz3G/qO5YZ//Kj85yQdFdRPnLJuFg4=; b=RK4dvscZEikOtYxwEbGw8+1sCwJQlVq9tIjumRlPvSUHkFoTiM+affEWZ/BRuP2DJO 7kGynbBDWFxvOdLeEc6lBJrsl2XA4uqrR0ptItCm50nJvZtjOMAL3FDBv0r8lSOzphg8 LWXTJ+ZvMN/bCHIdlI9khFTBYLvvx7ng/PATz9e+dYpIPUCJVBDOY6kA+sx750AoLXTd VjAJ0F5DR55XRfLdu5EWat8B8aDtt+eIbLAopaEWge7sFrRKDd0H7GUcJsMkH8x1tmvT OmKW2Yggu3o1BJEKJY3z2n/1qODEjHxPPjr3H7oNaDE1vxyVw0v8bT3V+Mh0qPZePPzc zvbQ== X-Gm-Message-State: ALoCoQkp2vCHCXuls+XFAXJKE3ycL2gfXujUQz2Be34MtkRDImVhKAYHg6cR3xrXE2XXHj26wMNu/vytR5LXFNuxEwh6O/tSogCgJYdKgy0O/P9zwm8CUb071hLB5JCx719ryz5R8vHjINiuxbD/k+uYEQOHKW3fU2eZp3c5OMrCY09Vofa/JcI= MIME-Version: 1.0 X-Received: by 10.107.15.31 with SMTP id x31mr36036675ioi.51.1446064522217; Wed, 28 Oct 2015 13:35:22 -0700 (PDT) Received: by 10.50.73.166 with HTTP; Wed, 28 Oct 2015 13:35:22 -0700 (PDT) Date: Wed, 28 Oct 2015 23:35:22 +0300 Message-ID: To: Nikita Popov , Bob Weinand , Derick , Xinchen Hui Cc: PHP Internals Content-Type: multipart/alternative; boundary=001a113edd3c2b7352052330225f Subject: API to retrieve opcode operand and extended_value meaning From: dmitry@zend.com (Dmitry Stogov) --001a113edd3c2b7352052330225f Content-Type: text/plain; charset=UTF-8 Hi, Please review the PR (for master only). It adds an API call to get information about opcode operand and extended_value meaning. This API should be useful for phpdbg, xdebug and others. Once these extension switch to new API, they will support most new opcodes out of the box. https://github.com/php/php-src/pull/1610 Comments and additional ideas are welcome. Thanks. Dmitry. --001a113edd3c2b7352052330225f--