3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo 'start'; function recuperation_info_product_et_decrementation($reference, $qty, $isDeclinaison){ /* Fonction de récupèration et décrementation produit */ global $version_sup_egale_1531; $product_infos = array(); $tables = array('product_attribute'); if($isDeclinaison === false) { array_unshift($tables, 'product'); } } echo 'done';
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/QYm71
function name:  (null)
number of ops:  3
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ECHO                                                     'start'
   18     1        ECHO                                                     'done'
          2      > RETURN                                                   1

Function recuperation_info_product_et_decrementation:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 8, Position 2 = 12
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 12
filename:       /in/QYm71
function name:  recuperation_info_product_et_decrementation
number of ops:  13
compiled vars:  !0 = $reference, !1 = $qty, !2 = $isDeclinaison, !3 = $version_sup_egale_1531, !4 = $product_infos, !5 = $tables
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV                                             !0      
          1        RECV                                             !1      
          2        RECV                                             !2      
    4     3        BIND_GLOBAL                                              !3, 'version_sup_egale_1531'
    5     4        ASSIGN                                                   !4, <array>
    6     5        ASSIGN                                                   !5, <array>
    8     6        TYPE_CHECK                                    4          !2
          7      > JMPZ                                                     ~8, ->12
    9     8    >   INIT_FCALL                                               'array_unshift'
          9        SEND_REF                                                 !5
         10        SEND_VAL                                                 'product'
         11        DO_ICALL                                                 
   13    12    > > RETURN                                                   null

End of function recuperation_info_product_et_decrementation

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.79 ms | 1395 KiB | 15 Q