--TEST-- FPM: Socket port connection falls back to IPv4 --SKIPIF-- --FILE-- getPort(); // Occupy our port and let things fail $busy = stream_socket_server("tcp://[::]:$port"); $tester->start(); $tester->expectLogNotice('Failed implicitly binding to ::, retrying with 0.0.0.0'); $tester->expectLogError("unable to bind listening socket for address '$port': " . 'Address already in use \(\d+\)'); $tester->expectLogError('FPM initialization failed'); $tester->close(true); ?> Done --EXPECT-- Done --CLEAN--