3v4l.org

run code in 300+ PHP versions simultaneously
<?php /* * * Definições de URL e Diretório (Sempre terminado e iniciado em Barra / ) * */ define(URL_SITE, 'http://localhost/Ondina/programado/'); define(BASE_URL, '/Ondina/programado/'); /* * Definições SEO e etc */ define(TITULO_SITE, 'Ondina - Beauty Academy'); /* * Ajuste de hora */ if (function_exists('date_default_timezone_set')) { date_default_timezone_set('Brazil/East'); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 19, Position 2 = 22
Branch analysis from position: 19
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 22
filename:       /in/UUL8T
function name:  (null)
number of ops:  23
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   INIT_FCALL                                               'define'
          1        FETCH_CONSTANT                                   ~0      'URL_SITE'
          2        SEND_VAL                                                 ~0
          3        SEND_VAL                                                 'http%3A%2F%2Flocalhost%2FOndina%2Fprogramado%2F'
          4        DO_ICALL                                                 
    8     5        INIT_FCALL                                               'define'
          6        FETCH_CONSTANT                                   ~2      'BASE_URL'
          7        SEND_VAL                                                 ~2
          8        SEND_VAL                                                 '%2FOndina%2Fprogramado%2F'
          9        DO_ICALL                                                 
   13    10        INIT_FCALL                                               'define'
         11        FETCH_CONSTANT                                   ~4      'TITULO_SITE'
         12        SEND_VAL                                                 ~4
         13        SEND_VAL                                                 'Ondina+-+Beauty+Academy'
         14        DO_ICALL                                                 
   18    15        INIT_FCALL                                               'function_exists'
         16        SEND_VAL                                                 'date_default_timezone_set'
         17        DO_ICALL                                         $6      
         18      > JMPZ                                                     $6, ->22
   19    19    >   INIT_FCALL                                               'date_default_timezone_set'
         20        SEND_VAL                                                 'Brazil%2FEast'
         21        DO_ICALL                                                 
   20    22    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.06 ms | 1395 KiB | 19 Q