Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / debug / Resources / ext / tests / 003.phpt
index ce3c4e0ab5647fd7c1617418538f7772d460f021..4e7645031ccf26e1251a323d825b7dcda430d477 100644 (file)
@@ -45,7 +45,7 @@ function foo()
 $handler = ErrorHandler::register();
 $handler->setExceptionHandler('print_r');
 
-if (function_exists('xdebug_disable')) {
+if (\function_exists('xdebug_disable')) {
     xdebug_disable();
 }