3v4l.org

run code in 500+ 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.5.0


preferences:
164.27 ms | 3326 KiB | 13 Q