<?php $a = 10; $d = $a << 2; $c = $a + 5 + 2; $b = $a > 5; $e = 255; $f = $d ^ $e; $g = [1,3,5]; $h = ($a > $c) ? 1 : 2;
info at phpclasses dot org