3v4l.org

run code in 300+ PHP versions simultaneously
<?php function getManHoursPerAcre($squarefootage) { return ceil(((($squarefootage / 43560) / 0.25) * 0.25) * 4)/4; } echo getManHoursPerAcre(23000);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/0SKCD
function name:  (null)
number of ops:  5
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   INIT_FCALL                                               'getmanhoursperacre'
          1        SEND_VAL                                                 23000
          2        DO_FCALL                                      0  $0      
          3        ECHO                                                     $0
          4      > RETURN                                                   1

Function getmanhoursperacre:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/0SKCD
function name:  getManHoursPerAcre
number of ops:  11
compiled vars:  !0 = $squarefootage
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   RECV                                             !0      
    6     1        INIT_FCALL                                               'ceil'
          2        DIV                                              ~1      !0, 43560
          3        DIV                                              ~2      ~1, 0.25
          4        MUL                                              ~3      ~2, 0.25
          5        MUL                                              ~4      ~3, 4
          6        SEND_VAL                                                 ~4
          7        DO_ICALL                                         $5      
          8        DIV                                              ~6      $5, 4
          9      > RETURN                                                   ~6
    7    10*     > RETURN                                                   null

End of function getmanhoursperacre

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.34 ms | 1397 KiB | 16 Q