3v4l.org

run code in 500+ PHP versions simultaneously
<?php class ValidationError { use Setter, Getter; private string $text; public function __construct(string $text) { $this->text = $text; } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/u0bd4
function name:  (null)
number of ops:  2
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   DECLARE_CLASS                                                'validationerror'
   13     1      > RETURN                                                       1

Class ValidationError:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/u0bd4
function name:  __construct
number of ops:  4
compiled vars:  !0 = $text
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    9     0  E >   RECV                                                 !0      
   11     1        ASSIGN_OBJ                                                   'text'
          2        OP_DATA                                                      !0
   12     3      > RETURN                                                       null

End of function __construct

End of class ValidationError.

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
166.09 ms | 1591 KiB | 13 Q