3v4l.org

run code in 300+ PHP versions simultaneously
<?php $outputDir="RAZMIK"; $dbName="panor"; $handle = fopen($outputDir.'/db-backup-'.$dbName.'-'.date("Ymd-His", time()).'.sql','w+'); echo"$handle";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/r9s8M
function name:  (null)
number of ops:  21
compiled vars:  !0 = $outputDir, !1 = $dbName, !2 = $handle
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'RAZMIK'
    3     1        ASSIGN                                                   !1, 'panor'
    4     2        INIT_FCALL                                               'fopen'
          3        CONCAT                                           ~5      !0, '%2Fdb-backup-'
          4        CONCAT                                           ~6      ~5, !1
          5        CONCAT                                           ~7      ~6, '-'
          6        INIT_FCALL                                               'date'
          7        SEND_VAL                                                 'Ymd-His'
          8        INIT_FCALL                                               'time'
          9        DO_ICALL                                         $8      
         10        SEND_VAR                                                 $8
         11        DO_ICALL                                         $9      
         12        CONCAT                                           ~10     ~7, $9
         13        CONCAT                                           ~11     ~10, '.sql'
         14        SEND_VAL                                                 ~11
         15        SEND_VAL                                                 'w%2B'
         16        DO_ICALL                                         $12     
         17        ASSIGN                                                   !2, $12
    5    18        CAST                                          6  ~14     !2
         19        ECHO                                                     ~14
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
140.46 ms | 1399 KiB | 19 Q