3v4l.org

run code in 300+ PHP versions simultaneously
<?php $m1 = <<<EOM The heart attack rate for smokers is 70 percent higher than for nonsmokers. But, believe or not, just one full day after quitting smoking, your risk for heart attack will already have begun to drop. While you're not quite out of the woods yet, you're on your way! EOM; $m2 = <<<EOM Deadened senses—specifically, smell and taste—are one of the more obvious consequences of smoking. Luckily, after 48 hours without a cigarette, your nerve endings will start to re-grow, and your ability to smell and taste is enhanced. EOM; $timeline_array = array('Milestone 1' => $m1, 'Milestone 2' => $m2);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/dvdUe
function name:  (null)
number of ops:  6
compiled vars:  !0 = $m1, !1 = $m2, !2 = $timeline_array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '++++The+heart+attack+rate+for+smokers+is+70+percent+higher+than+for+nonsmokers.+But%2C+believe+or+not%2C+just+one+full+day+after+quitting+smoking%2C+your+risk+for+heart+attack+will+already+have+begun+to+drop.+While+you%27re+not+quite+out+of+the+woods+yet%2C+you%27re+on+your+way%21'
    6     1        ASSIGN                                                   !1, '++++Deadened+senses%E2%80%94specifically%2C+smell+and+taste%E2%80%94are+one+of+the+more+obvious+consequences+of+smoking.+Luckily%2C+after+48+hours+without+a+cigarette%2C+your+nerve+endings+will+start+to+re-grow%2C+and+your+ability+to+smell+and+taste+is+enhanced.'
   10     2        INIT_ARRAY                                       ~5      !0, 'Milestone+1'
          3        ADD_ARRAY_ELEMENT                                ~5      !1, 'Milestone+2'
          4        ASSIGN                                                   !2, ~5
          5      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.62 ms | 1393 KiB | 13 Q