Slide 13
Slide 13 text
JEMMA'LOC
# OPCODES OF RANGE()
~$ php -d vld.active=1 -d vld.execute=0 -f range.func.php
number of ops: 22
compiled vars:
!0 = $start,
!1 = $limit,
!2 = $step,
!3 = $elements,
!4 = $i
# OPCODES OF XRANGE()
~$ php -d vld.active=1 -d vld.execute=0 -f xrange.func.php
number of ops: 16
compiled vars:
!0 = $start,
!1 = $limit,
!2 = $step,
!3 = $i
@hollodotme