3v4l.org

run code in 300+ PHP versions simultaneously
<?php return preg_match('#\\b' . preg_quote('no', '#') . '\\b#i', 'NO') || preg_match('#\\b' . preg_quote('No', '#') . '\\b#i', 'NO');
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 11, Position 2 = 22
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 22
filename:       /in/L7932
function name:  (null)
number of ops:  24
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'preg_match'
          1        INIT_FCALL                                               'preg_quote'
          2        SEND_VAL                                                 'no'
          3        SEND_VAL                                                 '%23'
          4        DO_ICALL                                         $0      
          5        CONCAT                                           ~1      '%23%5Cb', $0
          6        CONCAT                                           ~2      ~1, '%5Cb%23i'
          7        SEND_VAL                                                 ~2
          8        SEND_VAL                                                 'NO'
          9        DO_ICALL                                         $3      
         10      > JMPNZ_EX                                         ~4      $3, ->22
         11    >   INIT_FCALL                                               'preg_match'
         12        INIT_FCALL                                               'preg_quote'
         13        SEND_VAL                                                 'No'
         14        SEND_VAL                                                 '%23'
         15        DO_ICALL                                         $5      
         16        CONCAT                                           ~6      '%23%5Cb', $5
         17        CONCAT                                           ~7      ~6, '%5Cb%23i'
         18        SEND_VAL                                                 ~7
         19        SEND_VAL                                                 'NO'
         20        DO_ICALL                                         $8      
         21        BOOL                                             ~4      $8
         22    > > RETURN                                                   ~4
         23*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.61 ms | 1395 KiB | 17 Q