3v4l.org

run code in 300+ PHP versions simultaneously
<?php $i = new \GlobIterator($this->container->getParameter('path_archive_crm').$basename.'_*.gz'); $i->count() == 1;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Pk7pv
function name:  (null)
number of ops:  16
compiled vars:  !0 = $i, !1 = $basename
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   NEW                                              $2      'GlobIterator'
          1        FETCH_THIS                                       $3      
          2        FETCH_OBJ_R                                      ~4      $3, 'container'
          3        INIT_METHOD_CALL                                         ~4, 'getParameter'
          4        SEND_VAL_EX                                              'path_archive_crm'
          5        DO_FCALL                                      0  $5      
          6        CONCAT                                           ~6      $5, !1
          7        CONCAT                                           ~7      ~6, '_%2A.gz'
          8        SEND_VAL_EX                                              ~7
          9        DO_FCALL                                      0          
         10        ASSIGN                                                   !0, $2
    3    11        INIT_METHOD_CALL                                         !0, 'count'
         12        DO_FCALL                                      0  $10     
         13        IS_EQUAL                                         ~11     $10, 1
         14        FREE                                                     ~11
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.3 ms | 1393 KiB | 13 Q