编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « POST_INC_OBJ
  • PRE_DEC_OBJ »
  • PHP Manual
  • Opcode Descriptions and Examples
  • PRE_DEC

PRE_DEC

PHP code

<?php
/*
 * decrements variable indicated by value1 by 1 (before performing other operations) and stores in results
 * opcode number: 35
 */
--$a;
?>

PHP opcodes

Function name: (null)

Compiled variables: !0=$a

line # op fetch ext return operands
6 0 PRE_DEC       !0
7 1 RETURN       1
相关文章
php opcode descriptions and examples add array elementphp opcode descriptions and examples add charphp opcode descriptions and examples assign refphp opcode descriptions and examples assign slphp opcode descriptions and examples catchphp opcode descriptions and examples clonephp opcode descriptions and examples ext fcall endphp opcode descriptions and examples ext nopphp opcode descriptions and examples fetch obj func argphp opcode descriptions and examples fetch obj isphp opcode descriptions and examples init method callphp opcode descriptions and examples init ns fcall by namephp opcode descriptions and examples jmpnzphp opcode descriptions and examples post dec objphp opcode descriptions and examples post decphp opcode descriptions and examples pre dec objphp opcode descriptions and examples pre decphp opcode descriptions and examples pre inc objphp opcode descriptions and examples pre incphp opcode descriptions and examples switch free
关注编程学问公众号
编程学问网 湘ICP备20001732号