3v4l.org

run code in 300+ PHP versions simultaneously
<?php use Magento\InventorySalesApi\Api\Data\SalesEventInterface; use Construmart\SquareMeterPrice\Helper\Data; /** * @var \Magento\Framework\ObjectManagerInterface $om */ $data = $om->get(Data::class); echo $data->formatPricePerSquareMeter(332);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/daEWN
function name:  (null)
number of ops:  9
compiled vars:  !0 = $data, !1 = $om
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   10     0  E >   INIT_METHOD_CALL                                         !1, 'get'
          1        SEND_VAL_EX                                              'Construmart%5CSquareMeterPrice%5CHelper%5CData'
          2        DO_FCALL                                      0  $2      
          3        ASSIGN                                                   !0, $2
   12     4        INIT_METHOD_CALL                                         !0, 'formatPricePerSquareMeter'
          5        SEND_VAL_EX                                              332
          6        DO_FCALL                                      0  $4      
          7        ECHO                                                     $4
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.62 ms | 1005 KiB | 13 Q