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