3v4l.org

run code in 300+ PHP versions simultaneously
<?php $truc = new Stdclass; $truc->hello = " "; $truc->a = function(){}; echo count($truc);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5N8eN
function name:  (null)
number of ops:  11
compiled vars:  !0 = $truc
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   NEW                                              $1      'Stdclass'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $1
    4     3        ASSIGN_OBJ                                               !0, 'hello'
          4        OP_DATA                                                  '+'
    5     5        DECLARE_LAMBDA_FUNCTION                                  '%00%7Bclosure%7D%2Fin%2F5N8eN%3A5%240'
          6        ASSIGN_OBJ                                               !0, 'a'
          7        OP_DATA                                                  ~6
    6     8        COUNT                                            ~7      !0
          9        ECHO                                                     ~7
         10      > RETURN                                                   1

Function %00%7Bclosure%7D%2Fin%2F5N8eN%3A5%240:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5N8eN
function name:  {closure}
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E > > RETURN                                                   null

End of function %00%7Bclosure%7D%2Fin%2F5N8eN%3A5%240

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.33 ms | 1397 KiB | 13 Q