<?php chdir('/tmp'); $path = str_repeat('x', 101) . '.socket'; $s = stream_socket_server('unix://' . $path); $c = stream_socket_client('unix://' . $path); var_dump(stream_socket_get_name($c, true));
You have javascript disabled. You will not be able to edit any code.