Searched refs:socket_create_pair (Results 1 – 12 of 12) sorted by relevance
/PHP-5.3/ext/sockets/tests/ |
H A D | socket_create_pair-wrongparams.phpt | 2 Test parameter handling in socket_create_pair() 13 var_dump(socket_create_pair(AF_INET, null, null)); 16 var_dump(socket_create_pair($domain, SOCK_STREAM, 0, $sockets)); 18 var_dump(socket_create_pair(AF_INET, null, null, $sockets)); 20 var_dump(socket_create_pair(31337, null, null, $sockets)); 22 var_dump(socket_create_pair(AF_INET, 31337, 0, $sockets)); 24 Warning: socket_create_pair() expects exactly 4 parameters, 3 given in %s on line %d 27 Warning: socket_create_pair() expects parameter 1 to be long, %unicode_string_optional% given in %s… 30 Warning: socket_create_pair(): unable to create socket pair [%d]: %s not supported in %s on line %d 35 Warning: socket_create_pair(): unable to create socket pair [%d]: %s not supported in %s on line %d [all …]
|
H A D | socket_create_pair-wrongparams-win32.phpt | 2 Test parameter handling in socket_create_pair() 13 var_dump(socket_create_pair(AF_INET, null, null)); 16 var_dump(socket_create_pair($domain, SOCK_STREAM, 0, $sockets)); 18 var_dump(socket_create_pair(AF_INET, null, null, $sockets)); 20 var_dump(socket_create_pair(31337, null, null, $sockets)); 22 var_dump(socket_create_pair(AF_INET, 31337, 0, $sockets)); 24 Warning: socket_create_pair() expects exactly 4 parameters, 3 given in %s on line %d 27 Warning: socket_create_pair() expects parameter 1 to be long, %unicode_string_optional% given in %s… 31 Warning: socket_create_pair(): invalid socket domain [31337] specified for argument 1, assuming AF_… 34 Warning: socket_create_pair(): invalid socket type [31337] specified for argument 2, assuming SOCK_…
|
H A D | socket_create_pair.phpt | 2 Test for socket_create_pair() 16 socket_create_pair($domain, SOCK_STREAM, 0, $sockets);
|
H A D | socket_select.phpt | 16 socket_create_pair($domain, SOCK_STREAM, 0, $sockets);
|
H A D | socket_select-wrongparams-4.phpt | 18 socket_create_pair($domain, SOCK_STREAM, 0, $sockets);
|
H A D | socket_select-wrongparams-1-win32.phpt | 15 socket_create_pair($domain, SOCK_STREAM, 0, $sockets);
|
H A D | socket_select-wrongparams-3.phpt | 18 socket_create_pair($domain, SOCK_STREAM, 0, $sockets);
|
H A D | socket_select-wrongparams-1.phpt | 15 socket_create_pair($domain, SOCK_STREAM, 0, $sockets);
|
/PHP-5.3/ext/sockets/ |
H A D | php_sockets.h | 47 PHP_FUNCTION(socket_create_pair);
|
H A D | sockets.c | 273 PHP_FE(socket_create_pair, arginfo_socket_create_pair) 1911 PHP_FUNCTION(socket_create_pair) argument
|
/PHP-5.3/ |
H A D | UPGRADING | 457 time_sleep_until(), and socket_create_pair().
|
H A D | NEWS | 2749 . Re-added socket_create_pair() for Windows in sockets extension. (Kalle)
|
Completed in 41 milliseconds