3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A{ /** * [getData description] * @param array $data [description] * @param string $a [description] * @param int $b [description] * @param boolean $c [description] * @param float $d [description] * @return [type] [description] */ public function getData(array $data, string $a, int $b, float $f, double $d, boolean $c) {} } $a = new A(); $a->getData(["as"],"assasa",12345, 64.153454, 65.41, true);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/hUEnW
function name:  (null)
number of ops:  12
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   17     0  E >   NEW                                              $1      'A'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $1
   18     3        INIT_METHOD_CALL                                         !0, 'getData'
          4        SEND_VAL_EX                                              <array>
          5        SEND_VAL_EX                                              'assasa'
          6        SEND_VAL_EX                                              12345
          7        SEND_VAL_EX                                              64.1535
          8        SEND_VAL_EX                                              65.41
          9        SEND_VAL_EX                                              <true>
         10        DO_FCALL                                      0          
         11      > RETURN                                                   1

Class A:
Function getdata:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/hUEnW
function name:  getData
number of ops:  7
compiled vars:  !0 = $data, !1 = $a, !2 = $b, !3 = $f, !4 = $d, !5 = $c
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   13     0  E >   RECV                                             !0      
          1        RECV                                             !1      
          2        RECV                                             !2      
          3        RECV                                             !3      
          4        RECV                                             !4      
          5        RECV                                             !5      
   14     6      > RETURN                                                   null

End of function getdata

End of class A.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.08 ms | 1393 KiB | 13 Q