3v4l.org

run code in 300+ PHP versions simultaneously
<?php $mystring = '05/07/2017 06:14:22: #1 atualizacao de status da entrega UN085464466BR para a nova situacao 0 em 2017-07-05 06:14:22 [imagens/33/2017/06/30/UN085464466BR.jpg][Sucesso]'; $findme = 'da entrega '; $pos = strpos($mystring, $findme); echo $pos;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/L2vRM
function name:  (null)
number of ops:  9
compiled vars:  !0 = $mystring, !1 = $findme, !2 = $pos
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '05%2F07%2F2017+06%3A14%3A22%3A+%231+atualizacao+de+status+da+entrega+UN085464466BR+para+a+nova+situacao+0+em+2017-07-05+06%3A14%3A22+%5Bimagens%2F33%2F2017%2F06%2F30%2FUN085464466BR.jpg%5D%5BSucesso%5D'
    4     1        ASSIGN                                                   !1, 'da+entrega+'
    5     2        INIT_FCALL                                               'strpos'
          3        SEND_VAR                                                 !0
          4        SEND_VAR                                                 !1
          5        DO_ICALL                                         $5      
          6        ASSIGN                                                   !2, $5
    6     7        ECHO                                                     !2
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.06 ms | 1398 KiB | 15 Q