3v4l.org

run code in 300+ PHP versions simultaneously
<?php function BallRand() { $ball1 = mt_rand(1,99); echo "$ball1\n"; $ball2 = mt_rand(1,99); echo "$ball2\n"; $ball3 = mt_rand(1,99); echo "$ball3\n"; $ball4 = mt_rand(1,99); echo "$ball4\n"; $ball5 = mt_rand(1,99); echo "$ball5\n"; $bonus_ball = mt_rand(1,99); echo "$bonus_ball\n"; } echo BallRand() ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Clu2i
function name:  (null)
number of ops:  4
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   22     0  E >   INIT_FCALL                                               'ballrand'
          1        DO_FCALL                                      0  $0      
          2        ECHO                                                     $0
   23     3      > RETURN                                                   1

Function ballrand:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Clu2i
function name:  BallRand
number of ops:  49
compiled vars:  !0 = $ball1, !1 = $ball2, !2 = $ball3, !3 = $ball4, !4 = $ball5, !5 = $bonus_ball
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'mt_rand'
          1        SEND_VAL                                                 1
          2        SEND_VAL                                                 99
          3        DO_ICALL                                         $6      
          4        ASSIGN                                                   !0, $6
    5     5        NOP                                                      
          6        FAST_CONCAT                                      ~8      !0, '%0A'
          7        ECHO                                                     ~8
    6     8        INIT_FCALL                                               'mt_rand'
          9        SEND_VAL                                                 1
         10        SEND_VAL                                                 99
         11        DO_ICALL                                         $9      
         12        ASSIGN                                                   !1, $9
    7    13        NOP                                                      
         14        FAST_CONCAT                                      ~11     !1, '%0A'
         15        ECHO                                                     ~11
    9    16        INIT_FCALL                                               'mt_rand'
         17        SEND_VAL                                                 1
         18        SEND_VAL                                                 99
         19        DO_ICALL                                         $12     
         20        ASSIGN                                                   !2, $12
   10    21        NOP                                                      
         22        FAST_CONCAT                                      ~14     !2, '%0A'
         23        ECHO                                                     ~14
   12    24        INIT_FCALL                                               'mt_rand'
         25        SEND_VAL                                                 1
         26        SEND_VAL                                                 99
         27        DO_ICALL                                         $15     
         28        ASSIGN                                                   !3, $15
   13    29        NOP                                                      
         30        FAST_CONCAT                                      ~17     !3, '%0A'
         31        ECHO                                                     ~17
   15    32        INIT_FCALL                                               'mt_rand'
         33        SEND_VAL                                                 1
         34        SEND_VAL                                                 99
         35        DO_ICALL                                         $18     
         36        ASSIGN                                                   !4, $18
   16    37        NOP                                                      
         38        FAST_CONCAT                                      ~20     !4, '%0A'
         39        ECHO                                                     ~20
   18    40        INIT_FCALL                                               'mt_rand'
         41        SEND_VAL                                                 1
         42        SEND_VAL                                                 99
         43        DO_ICALL                                         $21     
         44        ASSIGN                                                   !5, $21
   19    45        NOP                                                      
         46        FAST_CONCAT                                      ~23     !5, '%0A'
         47        ECHO                                                     ~23
   21    48      > RETURN                                                   null

End of function ballrand

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.04 ms | 1407 KiB | 16 Q