编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « SEND_VAR_NO_REF
  • SR »
  • PHP Manual
  • Opcode Descriptions and Examples
  • SL

SL

PHP code

<?php
/*
 * Shift bits of value1 to the left value2 steps (each step means "multiply by two")
 * opcode number: 6
 */
echo 8 << 2;
?>

PHP opcodes

Function name: (null)

Compiled variables: none

line # op fetch ext return operands
6 0 SL     ~0 8,2
  1 ECHO       ~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 slphp opcode descriptions and examples switch freephp opcode descriptions and examples throw
关注编程学问公众号
编程学问网 湘ICP备20001732号