3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { private $test1; private $test2; } $setter = function($propertyName, $newValue) { $this->$propertyName = $newValue; }; $foo = new Foo(); $setter = Closure::bind($setter,$foo,$foo); $setter('test1',10);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/LpVEI
function name:  (null)
number of ops:  16
compiled vars:  !0 = $setter, !1 = $foo
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   DECLARE_LAMBDA_FUNCTION                                  '%00%7Bclosure%7D%2Fin%2FLpVEI%3A9%240'
          1        ASSIGN                                                   !0, ~2
   13     2        NEW                                              $4      'Foo'
          3        DO_FCALL                                      0          
          4        ASSIGN                                                   !1, $4
   14     5        INIT_STATIC_METHOD_CALL                                  'Closure', 'bind'
          6        SEND_VAR                                                 !0
          7        SEND_VAR                                                 !1
          8        SEND_VAR                                                 !1
          9        DO_FCALL                                      0  $7      
         10        ASSIGN                                                   !0, $7
   15    11        INIT_DYNAMIC_CALL                                        !0
         12        SEND_VAL_EX                                              'test1'
         13        SEND_VAL_EX                                              10
         14        DO_FCALL                                      0          
         15      > RETURN                                                   1

Function %00%7Bclosure%7D%2Fin%2FLpVEI%3A9%240:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/LpVEI
function name:  {closure}
number of ops:  6
compiled vars:  !0 = $propertyName, !1 = $newValue
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   RECV                                             !0      
          1        RECV                                             !1      
   10     2        FETCH_THIS                                       $2      
          3        ASSIGN_OBJ                                               $2, !0
          4        OP_DATA                                                  !1
   11     5      > RETURN                                                   null

End of function %00%7Bclosure%7D%2Fin%2FLpVEI%3A9%240

Class Foo: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
139.68 ms | 1394 KiB | 13 Q