编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « 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 assign divphp opcode descriptions and examples assign modphp opcode descriptions and examples bw orphp opcode descriptions and examples bw xorphp opcode descriptions and examples echophp opcode descriptions and examples end silencephp opcode descriptions and examples fetch dim unsetphp opcode descriptions and examples fetch dim wphp opcode descriptions and examples handle exceptionphp opcode descriptions and examples include or evalphp opcode descriptions and examples isset isempty prop objphp opcode descriptions and examples isset isempty varphp 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 inc objphp opcode descriptions and examples pre incphp opcode descriptions and examples send varphp opcode descriptions and examples sl
关注编程学问公众号
编程学问网 湘ICP备20001732号