3v4l.org

run code in 500+ PHP versions simultaneously
<?php $word = "koala"; print max('g', min($word, 'm')); // koala = koala // squirrel => m // crocodile => g
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/HHLkD
function name:  (null)
number of ops:  5
compiled vars:  !0 = $word
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, 'koala'
    5     1        FRAMELESS_ICALL_2                min                 ~2      !0, 'm'
          2        FRAMELESS_ICALL_2                max                 ~3      'g', ~2
          3        ECHO                                                         ~3
    9     4      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
135.62 ms | 1098 KiB | 13 Q