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

PRE_INC

PHP code

<?php
/*
 * increments variable indicated by value1 by 1 (before performing other operations) and stores in result
 * opcode number: 34
 */
++$a;
?>

PHP opcodes

Function name: (null)

Compiled variables: !0=$a

line # op fetch ext return operands
6 0 PRE_INC       !0
7 1 RETURN       1
相关文章
php opcode descriptions and examples add charphp opcode descriptions and examples add interfacephp opcode descriptions and examples assign slphp opcode descriptions and examples assign srphp opcode descriptions and examples clonephp opcode descriptions and examples concatphp opcode descriptions and examples ext nopphp opcode descriptions and examples ext stmtphp opcode descriptions and examples fetch obj isphp opcode descriptions and examples fetch obj rphp opcode descriptions and examples init ns fcall by namephp opcode descriptions and examples init static method callphp opcode descriptions and examples jmpz exphp opcode descriptions and examples post inc objphp opcode descriptions and examples post incphp 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 throw
关注编程学问公众号
编程学问网 湘ICP备20001732号