3v4l.org

run code in 300+ PHP versions simultaneously
<?php setlocale(LC_ALL, 'de_DE.utf8', 'de_DE@euro', 'de_DE', 'de', 'ge'); $foo = 29.95; echo 'Test '.$foo.' <br />'; echo date('l F');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/NtNSi
function name:  (null)
number of ops:  17
compiled vars:  !0 = $foo
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'setlocale'
          1        SEND_VAL                                                 6
          2        SEND_VAL                                                 'de_DE.utf8'
          3        SEND_VAL                                                 'de_DE%40euro'
          4        SEND_VAL                                                 'de_DE'
          5        SEND_VAL                                                 'de'
          6        SEND_VAL                                                 'ge'
          7        DO_ICALL                                                 
    3     8        ASSIGN                                                   !0, 29.95
    5     9        CONCAT                                           ~3      'Test+', !0
         10        CONCAT                                           ~4      ~3, '+%3Cbr+%2F%3E'
         11        ECHO                                                     ~4
    6    12        INIT_FCALL                                               'date'
         13        SEND_VAL                                                 'l+F'
         14        DO_ICALL                                         $5      
         15        ECHO                                                     $5
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.68 ms | 1386 KiB | 17 Q