3v4l.org

run code in 300+ PHP versions simultaneously
<?php class AC { function actionClosest_AddPointsToResponse() { $points = array(); $res_pnt = 0; $timestamp = 0; $more_records = false; } } $aco = new AC; $aco->actionClosest_AddPointsToResponse();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1LeqK
function name:  (null)
number of ops:  6
compiled vars:  !0 = $aco
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   11     0  E >   NEW                                              $1      'AC'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $1
   12     3        INIT_METHOD_CALL                                         !0, 'actionClosest_AddPointsToResponse'
          4        DO_FCALL                                      0          
          5      > RETURN                                                   1

Class AC:
Function actionclosest_addpointstoresponse:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1LeqK
function name:  actionClosest_AddPointsToResponse
number of ops:  5
compiled vars:  !0 = $points, !1 = $res_pnt, !2 = $timestamp, !3 = $more_records
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, <array>
    5     1        ASSIGN                                                   !1, 0
    6     2        ASSIGN                                                   !2, 0
    7     3        ASSIGN                                                   !3, <false>
    8     4      > RETURN                                                   null

End of function actionclosest_addpointstoresponse

End of class AC.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.64 ms | 1393 KiB | 13 Q