3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace TYPO3\CMS\Core\Resource\Service; class FrontendContentAdapterService { static protected $migrateFields = array(); static public function modifyDBRow(&$row, $table) { if (array_key_exists($table, static::$migrateFields)) { } } } $row = array(); FrontendContentAdapterService::modifyDBRow($row, 'tx_test');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/MP4NH
function name:  (null)
number of ops:  6
compiled vars:  !0 = $row
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   14     0  E >   ASSIGN                                                   !0, <array>
   15     1        INIT_STATIC_METHOD_CALL                                  'TYPO3%5CCMS%5CCore%5CResource%5CService%5CFrontendContentAdapterService', 'modifyDBRow'
          2        SEND_REF                                                 !0
          3        SEND_VAL                                                 'tx_test'
          4        DO_FCALL                                      0          
          5      > RETURN                                                   1

Class TYPO3\CMS\Core\Resource\Service\FrontendContentAdapterService:
Function modifydbrow:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 9, Position 2 = 9
Branch analysis from position: 9
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 9
filename:       /in/MP4NH
function name:  modifyDBRow
number of ops:  10
compiled vars:  !0 = $row, !1 = $table
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E >   RECV                                             !0      
          1        RECV                                             !1      
    9     2        INIT_NS_FCALL_BY_NAME                                    'TYPO3%5CCMS%5CCore%5CResource%5CService%5Carray_key_exists'
          3        SEND_VAR_EX                                              !1
          4        CHECK_FUNC_ARG                                           
          5        FETCH_STATIC_PROP_FUNC_ARG   unknown             $2      'migrateFields'
          6        SEND_FUNC_ARG                                            $2
          7        DO_FCALL                                      0  $3      
          8      > JMPZ                                                     $3, ->9
   11     9    > > RETURN                                                   null

End of function modifydbrow

End of class TYPO3\CMS\Core\Resource\Service\FrontendContentAdapterService.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
186.49 ms | 1399 KiB | 15 Q