3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace PHPUnit\Framework { class TestCase { } } namespace App { class SomeTestCase extends PHPUnit\Framework\TestCase { } $someTestCase = new App\SomeTestCase; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5Sjjh
function name:  (null)
number of ops:  5
compiled vars:  !0 = $someTestCase
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   12     0  E >   DECLARE_CLASS                                            'app%5Csometestcase', 'app%5Cphpunit%5Cframework%5Ctestcase'
   16     1        NEW                                              $1      'App%5CApp%5CSomeTestCase'
          2        DO_FCALL                                      0          
          3        ASSIGN                                                   !0, $1
   17     4      > RETURN                                                   1

Class PHPUnit\Framework\TestCase: [no user functions]
Class App\SomeTestCase: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.92 ms | 1392 KiB | 13 Q