3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Applicant { function getFirstName() { return "pie"; } } $applicant = new Applicant; if (empty($applicant->getFirstName()) ){ }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 7, Position 2 = 7
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
filename:       /in/SBJlI
function name:  (null)
number of ops:  8
compiled vars:  !0 = $applicant
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   NEW                                              $1      'Applicant'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $1
    8     3        INIT_METHOD_CALL                                         !0, 'getFirstName'
          4        DO_FCALL                                      0  $4      
          5        BOOL_NOT                                         ~5      $4
          6      > JMPZ                                                     ~5, ->7
    9     7    > > RETURN                                                   1

Class Applicant:
Function getfirstname:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/SBJlI
function name:  getFirstName
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E > > RETURN                                                   'pie'
          1*     > RETURN                                                   null

End of function getfirstname

End of class Applicant.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.92 ms | 1393 KiB | 13 Q