QuackatronHQ / Gigarepo

Undefined function call detected PHP-E1000
Bug risk
Critical
2 occurrences in this check
Call to function htmlspecialchars() with incorrect case: htmlSpecialChars
29        var_dump(Version::php72());
30        var_dump(Version::PHP73());
31
32        var_dump(htmlSpecialChars('<strong>Foo</strong>'));33    }
34}
Function Utils\GroupUse\php_81 not found
21         *
22         */
23        var_dump(php_80());
24        var_dump(php_81()); // invalid: function doesn't exist25
26        var_dump(PHP_74);
27        var_dump(PHP_73); // invalid: constant doesn't exist