Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / console / Output / ConsoleOutput.php
index edef356c4e2bf29d26857b77f58d3ea7fd94d4fe..3cb0fb1aeb4f3c789c1013be877eccfa6f85c736 100644 (file)
@@ -122,7 +122,7 @@ class ConsoleOutput extends StreamOutput implements ConsoleOutputInterface
     private function isRunningOS400()
     {
         $checks = array(
-            function_exists('php_uname') ? php_uname('s') : '',
+            \function_exists('php_uname') ? php_uname('s') : '',
             getenv('OSTYPE'),
             PHP_OS,
         );