オペコード一覧
PHP Manual

SR

PHP code

<?php
/*
 * Shift bits to right
 * opcode number: 7
 */
echo >> 2;
?>

PHP opcodes

Function name: (null)

Compiled variables: none

line#op fetchextreturn operands
60 SR? ?~0 8,2
?1 ECHO? ?? ~0
72 RETURN? ?? 1

オペコード一覧
PHP Manual