We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b19d01e commit edfa9c8Copy full SHA for edfa9c8
Crawler.php
@@ -1191,7 +1191,7 @@ private function createSubCrawler($nodes)
1191
private function triggerDeprecation($methodName, $useTrace = false)
1192
{
1193
if ($useTrace || defined('HHVM_VERSION')) {
1194
- if (PHP_VERSION_ID >= 50400) {
+ if (\PHP_VERSION_ID >= 50400) {
1195
$trace = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS, 3);
1196
} else {
1197
$trace = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS);
0 commit comments