Searched refs:socket_write (Results 1 – 11 of 11) sorted by relevance
/php-src/ext/sockets/tests/ |
H A D | socket_import_stream-1.phpt | 16 socket_write($sock, "test message");
|
H A D | socket_export_stream-1.phpt | 17 socket_write($s1, "test message");
|
H A D | socket_bind.phpt | 27 $s_write = socket_write($s_c, $request);
|
H A D | ipv4loop.phpt | 38 socket_write($client, "ABCdef123\n");
|
H A D | ipv6loop.phpt | 46 socket_write($client, "ABCdef123\n");
|
H A D | unixloop.phpt | 46 socket_write($client, "ABCdef123\n");
|
H A D | socket_meminfo.phpt | 41 socket_write($client, "SO_MEMINFO\n");
|
/php-src/ext/sockets/ |
H A D | sockets_arginfo.h | 221 ZEND_FUNCTION(socket_write); 269 ZEND_FE(socket_write, arginfo_socket_write)
|
H A D | sockets.stub.php | 1974 function socket_write(Socket $socket, string $data, ?int $length = null): int|false {} function
|
H A D | sockets.c | 850 PHP_FUNCTION(socket_write) argument
|
/php-src/sapi/fpm/tests/ |
H A D | fcgi.inc | 328 $result = socket_write($this->socket, $bytes);
|
Completed in 20 milliseconds