3v4l.org

run code in 300+ PHP versions simultaneously
<?php class rasterBasicTest extends PHPUnit_Framework_TestCase { public function test_mpStackFlush() { $aInitValues = array ( 'dtBucketStart' => 0, 'dtWindowStart' => 20, ); var_dump(current($aInitValues)); var_dump(next($aInitValues)); } } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/nGeoG
function name:  (null)
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   DECLARE_CLASS                                            'rasterbasictest', 'phpunit_framework_testcase'
   15     1      > RETURN                                                   1

Class rasterBasicTest:
Function test_mpstackflush:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/nGeoG
function name:  test_mpStackFlush
number of ops:  14
compiled vars:  !0 = $aInitValues
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   ASSIGN                                                   !0, <array>
   11     1        INIT_FCALL                                               'var_dump'
          2        INIT_FCALL                                               'current'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $2      
          5        SEND_VAR                                                 $2
          6        DO_ICALL                                                 
   12     7        INIT_FCALL                                               'var_dump'
          8        INIT_FCALL                                               'next'
          9        SEND_REF                                                 !0
         10        DO_ICALL                                         $4      
         11        SEND_VAR                                                 $4
         12        DO_ICALL                                                 
   13    13      > RETURN                                                   null

End of function test_mpstackflush

End of class rasterBasicTest.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.53 ms | 1395 KiB | 19 Q