3v4l.org

run code in 300+ PHP versions simultaneously
<?php $donut = array("Adı" => false, "açıklama" => false, "kurulum" => false, "kaldırma" => false, "onayDurumu" => 2); echo count($donut); if (count($donut) == 1){ echo "hmm..."; } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 6, Position 2 = 7
Branch analysis from position: 6
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
filename:       /in/5BtBq
function name:  (null)
number of ops:  8
compiled vars:  !0 = $donut
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        COUNT                                            ~2      !0
          2        ECHO                                                     ~2
    4     3        COUNT                                            ~3      !0
          4        IS_EQUAL                                                 ~3, 1
          5      > JMPZ                                                     ~4, ->7
    5     6    >   ECHO                                                     'hmm...'
    7     7    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.89 ms | 1396 KiB | 13 Q