3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ride = \Estimator\Models\Rides\Rides::query()->first(); (new \App\SentryGateway\Services\SentryRideReviveService())->perform($ride);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/63WK1
function name:  (null)
number of ops:  11
compiled vars:  !0 = $ride
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_STATIC_METHOD_CALL                                  'Estimator%5CModels%5CRides%5CRides', 'query'
          1        DO_FCALL                                      0  $1      
          2        INIT_METHOD_CALL                                         $1, 'first'
          3        DO_FCALL                                      0  $2      
          4        ASSIGN                                                   !0, $2
    4     5        NEW                                              $4      'App%5CSentryGateway%5CServices%5CSentryRideReviveService'
          6        DO_FCALL                                      0          
          7        INIT_METHOD_CALL                                         $4, 'perform'
          8        SEND_VAR_EX                                              !0
          9        DO_FCALL                                      0          
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
138.22 ms | 960 KiB | 13 Q