--TEST-- FPM: UNIX socket filename is too for test --SKIPIF-- --FILE-- testConfig(true, [ sprintf( '/cannot bind to UNIX socket \'%s\' as path is too long ' . '\(found length: %d, maximal length: \d+\)/', preg_quote($socketFile, '/'), strlen($socketFile) ), '/FPM initialization failed/', ]); ?> Done --EXPECT-- Done --CLEAN--