• Resolved ZenBen

    (@zenben)


    Hi!
    I used the “PHP Compatibility Checker” plugin to check my site an it told me the following >>

    FILE: /wp-content/plugins/block-bad-queries/block-bad-queries.php
    ——————————————————————————————————————————————————
    FOUND 1 ERROR AFFECTING 1 LINE
    ——————————————————————————————————————————————————
    49 | ERROR | The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: ‘0x3c62723e’
    ——————————————————————————————————————————————————

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeff Starr

    (@specialk)

    Hi, glad to help. It’s just a false positive. Safe to ignore. The string that is detected by whatever PHP scanner you are using is a static string used as a pattern, “0x3c62723e”. I.e., It is not processed as functional PHP.

    Thread Starter ZenBen

    (@zenben)

    GREAT!
    Thank you ^^

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Error with PHP 7.2’ is closed to new replies.