3v4l.org

run code in 300+ PHP versions simultaneously
<?php $countAA = 0; $sample = count($countAA) > 3; echo "sample: " . (int)$sample . "\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/HUlYe
function name:  (null)
number of ops:  9
compiled vars:  !0 = $countAA, !1 = $sample
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 0
    4     1        COUNT                                            ~3      !0
          2        IS_SMALLER                                       ~4      3, ~3
          3        ASSIGN                                                   !1, ~4
    5     4        CAST                                          4  ~6      !1
          5        CONCAT                                           ~7      'sample%3A+', ~6
          6        CONCAT                                           ~8      ~7, '%0A'
          7        ECHO                                                     ~8
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.97 ms | 1392 KiB | 13 Q