From 24e5bc25eaae263d9c507fc3555c57aaa2e025cd Mon Sep 17 00:00:00 2001 From: Justin Martin Date: Sat, 25 Feb 2012 20:22:48 +0000 Subject: [PATCH] Changed ZEND_JMP_SET and ZEND_DECLARE_LAMBDA_FUNCTION to use links and added skeleton sections. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323536 c90b9560-bf6c-de11-be94-00142212c4b1 --- internals2/opcodes.xml | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/internals2/opcodes.xml b/internals2/opcodes.xml index c0c8e25b8e..b50bc05ab3 100644 --- a/internals2/opcodes.xml +++ b/internals2/opcodes.xml @@ -279,8 +279,8 @@ 149yes 150no - 152ZEND_JMP_SETno - 153ZEND_DECLARE_LAMBDA_FUNCTIONno + 152no + 153no @@ -9338,6 +9338,38 @@ unset($$a); * opcode number: 146 * No sample PHP yet */ ?> +]]> + + + +
+ CONT +
+ PHP code + + +]]> + +
+
+
+ CONT +
+ PHP code + + ]]>