3v4l.org

run code in 300+ PHP versions simultaneously
<?php $hasil = 52.5; $biasa = array(0,40,65); $puas = array(40,65,80); $istimewa = array(65,80,100); $result = array_intersect($biasa, $puas); print_r($result); echo $array1[1]; if ($hasil >= $result ){ echo "true"; }else{echo "false";}
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 16, Position 2 = 18
Branch analysis from position: 16
1 jumps found. (Code = 42) Position 1 = 19
Branch analysis from position: 19
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 18
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/WcGnQ
function name:  (null)
number of ops:  20
compiled vars:  !0 = $hasil, !1 = $biasa, !2 = $puas, !3 = $istimewa, !4 = $result, !5 = $array1
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 52.5
    3     1        ASSIGN                                                   !1, <array>
    4     2        ASSIGN                                                   !2, <array>
    5     3        ASSIGN                                                   !3, <array>
    6     4        INIT_FCALL                                               'array_intersect'
          5        SEND_VAR                                                 !1
          6        SEND_VAR                                                 !2
          7        DO_ICALL                                         $10     
          8        ASSIGN                                                   !4, $10
    7     9        INIT_FCALL                                               'print_r'
         10        SEND_VAR                                                 !4
         11        DO_ICALL                                                 
    9    12        FETCH_DIM_R                                      ~13     !5, 1
         13        ECHO                                                     ~13
   11    14        IS_SMALLER_OR_EQUAL                                      !4, !0
         15      > JMPZ                                                     ~14, ->18
         16    >   ECHO                                                     'true'
         17      > JMP                                                      ->19
         18    >   ECHO                                                     'false'
         19    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.52 ms | 1386 KiB | 17 Q