3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string="As a credit user, I want to know the users who will receive a digest with all the evolutions that were inserted during the day, so I don't have to explicitly select them to be notified"; $string = strtolower($string); $string = str_replace(' ', '_', $string); $string = str_replace(',', '', $string); $string = str_replace('\'', '', $string); var_dump($string);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5qaaE
function name:  (null)
number of ops:  27
compiled vars:  !0 = $string
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'As+a+credit+user%2C+I+want+to+know+the+users+who+will+receive+a+digest+with+all+the+evolutions+that+were+inserted+during+the+day%2C+so+I+don%27t+have+to+explicitly+select+them+to+be+notified'
    4     1        INIT_FCALL                                               'strtolower'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $2      
          4        ASSIGN                                                   !0, $2
    5     5        INIT_FCALL                                               'str_replace'
          6        SEND_VAL                                                 '+'
          7        SEND_VAL                                                 '_'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                         $4      
         10        ASSIGN                                                   !0, $4
    6    11        INIT_FCALL                                               'str_replace'
         12        SEND_VAL                                                 '%2C'
         13        SEND_VAL                                                 ''
         14        SEND_VAR                                                 !0
         15        DO_ICALL                                         $6      
         16        ASSIGN                                                   !0, $6
    7    17        INIT_FCALL                                               'str_replace'
         18        SEND_VAL                                                 '%27'
         19        SEND_VAL                                                 ''
         20        SEND_VAR                                                 !0
         21        DO_ICALL                                         $8      
         22        ASSIGN                                                   !0, $8
    9    23        INIT_FCALL                                               'var_dump'
         24        SEND_VAR                                                 !0
         25        DO_ICALL                                                 
         26      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.43 ms | 1395 KiB | 19 Q