编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « IS_SMALLER
  • ISSET_ISEMPTY_DIM_OBJ »
  • PHP Manual
  • Opcode Descriptions and Examples
  • IS_SMALLER_OR_EQUAL

IS_SMALLER_OR_EQUAL

PHP code

<?php
/*
 * compares if value1 is less than or equal to value2
 * opcode number: 20
 */
echo (2 <= 1);
?>

PHP opcodes

Function name: (null)

Compiled variables: none

line # op fetch ext return operands
6 0 IS_SMALLER_OR_EQUAL     ~0 2,1
  1 ECHO       ~0
7 2 RETURN       1
相关文章
php opcode descriptions and examples add interfacephp opcode descriptions and examples add stringphp opcode descriptions and examples assign srphp opcode descriptions and examples assign subphp opcode descriptions and examples concatphp opcode descriptions and examples contphp opcode descriptions and examples ext stmtphp opcode descriptions and examples fe fetchphp opcode descriptions and examples fetch obj rphp opcode descriptions and examples fetch obj rwphp opcode descriptions and examples init static method callphp opcode descriptions and examples init stringphp opcode descriptions and examples is equalphp opcode descriptions and examples is not equalphp opcode descriptions and examples is smaller or equalphp opcode descriptions and examples is smallerphp opcode descriptions and examples jmpzphp opcode descriptions and examples jmpznzphp opcode descriptions and examples printphp opcode descriptions and examples ticks
关注编程学问公众号
编程学问网 湘ICP备20001732号