3v4l.org

run code in 300+ PHP versions simultaneously
<?php $i = IntlBreakIterator::createWordInstance('en'); $i->setText('This is so awesome. Don\'t you think?'); foreach($i->getPartsIterator() as $word) { echo $word . PHP_EOL; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 10, Position 2 = 14
Branch analysis from position: 10
2 jumps found. (Code = 78) Position 1 = 11, Position 2 = 14
Branch analysis from position: 11
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 14
filename:       /in/gJflb
function name:  (null)
number of ops:  16
compiled vars:  !0 = $i, !1 = $word
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_STATIC_METHOD_CALL                                  'IntlBreakIterator', 'createWordInstance'
          1        SEND_VAL_EX                                              'en'
          2        DO_FCALL                                      0  $2      
          3        ASSIGN                                                   !0, $2
    4     4        INIT_METHOD_CALL                                         !0, 'setText'
          5        SEND_VAL_EX                                              'This+is+so+awesome.+Don%27t+you+think%3F'
          6        DO_FCALL                                      0          
    6     7        INIT_METHOD_CALL                                         !0, 'getPartsIterator'
          8        DO_FCALL                                      0  $5      
          9      > FE_RESET_R                                       $6      $5, ->14
         10    > > FE_FETCH_R                                               $6, !1, ->14
    7    11    >   CONCAT                                           ~7      !1, '%0A'
         12        ECHO                                                     ~7
    6    13      > JMP                                                      ->10
         14    >   FE_FREE                                                  $6
    8    15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.01 ms | 1393 KiB | 13 Q