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

PRINT

PHP code

<?php
/*
 * 
 * opcode number: 41
 */
print "Hello World";
?>

PHP opcodes

Function name: (null)

Compiled variables: none

line # op fetch ext return operands
6 0 PRINT     ~0 'Hello+World'
  1 FREE       ~0
7 2 RETURN       1
相关文章
php opcode descriptions and examples add array elementphp opcode descriptions and examples add charphp opcode descriptions and examples add interfacephp 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 jmpz exphp opcode descriptions and examples pre inc objphp opcode descriptions and examples pre incphp opcode descriptions and examples printphp opcode descriptions and examples switch freephp opcode descriptions and examples throw
关注编程学问公众号
编程学问网 湘ICP备20001732号