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

POST_INC

PHP code

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

PHP opcodes

Function name: (null)

Compiled variables: !0=$a

line # op fetch ext return operands
6 0 POST_INC     ~0 !0
  1 FREE       ~0
7 2 RETURN       1
相关文章
php opcode descriptions and examples add array elementphp opcode descriptions and examples assign objphp opcode descriptions and examples assign refphp opcode descriptions and examples castphp opcode descriptions and examples catchphp opcode descriptions and examples ext fcall beginphp opcode descriptions and examples ext fcall endphp opcode descriptions and examples fetch isphp opcode descriptions and examples fetch obj func argphp opcode descriptions and examples init fcall by namephp opcode descriptions and examples init method callphp opcode descriptions and examples jmpnz exphp opcode descriptions and examples post dec objphp opcode descriptions and examples post decphp opcode descriptions and examples post inc objphp opcode descriptions and examples post incphp opcode descriptions and examples pre decphp opcode descriptions and examples pre inc objphp opcode descriptions and examples pre incphp opcode descriptions and examples sub
关注编程学问公众号
编程学问网 湘ICP备20001732号