3v4l.org

run code in 300+ PHP versions simultaneously
<?php $i = IntlBreakIterator::createWordInstance('en'); $i->setText('This is so awesome. Don\'t you think?'); $i->following(IntlBreakIterator::WORD_NUMBER); foreach($i->getPartsIterator(IntlPartsIterator::KEY_RIGHT) as $word) { echo var_dump($word); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 16, Position 2 = 22
Branch analysis from position: 16
2 jumps found. (Code = 78) Position 1 = 17, Position 2 = 22
Branch analysis from position: 17
1 jumps found. (Code = 42) Position 1 = 16
Branch analysis from position: 16
Branch analysis from position: 22
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 22
filename:       /in/ZHIYj
function name:  (null)
number of ops:  24
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          
    5     7        INIT_METHOD_CALL                                         !0, 'following'
          8        FETCH_CLASS_CONSTANT                             ~5      'IntlBreakIterator', 'WORD_NUMBER'
          9        SEND_VAL_EX                                              ~5
         10        DO_FCALL                                      0          
    7    11        INIT_METHOD_CALL                                         !0, 'getPartsIterator'
         12        FETCH_CLASS_CONSTANT                             ~7      'IntlPartsIterator', 'KEY_RIGHT'
         13        SEND_VAL_EX                                              ~7
         14        DO_FCALL                                      0  $8      
         15      > FE_RESET_R                                       $9      $8, ->22
         16    > > FE_FETCH_R                                               $9, !1, ->22
    8    17    >   INIT_FCALL                                               'var_dump'
         18        SEND_VAR                                                 !1
         19        DO_ICALL                                         $10     
         20        ECHO                                                     $10
    7    21      > JMP                                                      ->16
         22    >   FE_FREE                                                  $9
    9    23      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.74 ms | 1395 KiB | 15 Q