3v4l.org

run code in 300+ PHP versions simultaneously
<?php $nonce = explode(' ', microtime()); $request['nonce'] = $nonce[1] . str_pad(substr($nonce[0], 2, 6), 6, '0'); print_r($request['nonce']);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/l00oq
function name:  (null)
number of ops:  27
compiled vars:  !0 = $nonce, !1 = $request
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'explode'
          1        SEND_VAL                                                 '+'
          2        INIT_FCALL                                               'microtime'
          3        DO_ICALL                                         $2      
          4        SEND_VAR                                                 $2
          5        DO_ICALL                                         $3      
          6        ASSIGN                                                   !0, $3
    4     7        FETCH_DIM_R                                      ~6      !0, 1
          8        INIT_FCALL                                               'str_pad'
          9        INIT_FCALL                                               'substr'
         10        FETCH_DIM_R                                      ~7      !0, 0
         11        SEND_VAL                                                 ~7
         12        SEND_VAL                                                 2
         13        SEND_VAL                                                 6
         14        DO_ICALL                                         $8      
         15        SEND_VAR                                                 $8
         16        SEND_VAL                                                 6
         17        SEND_VAL                                                 '0'
         18        DO_ICALL                                         $9      
         19        CONCAT                                           ~10     ~6, $9
         20        ASSIGN_DIM                                               !1, 'nonce'
         21        OP_DATA                                                  ~10
    6    22        INIT_FCALL                                               'print_r'
         23        FETCH_DIM_R                                      ~11     !1, 'nonce'
         24        SEND_VAL                                                 ~11
         25        DO_ICALL                                                 
         26      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.13 ms | 1395 KiB | 23 Q