php-src/ext/sockets/tests
2011-09-07 00:56:52 +00:00
..
bug46360.phpt More tests from 2009 testfest 2009-08-30 09:30:13 +00:00
bug51958.phpt - Fixed SKIPIF section of bug51958.phpt. 2011-03-20 22:12:11 +00:00
ipv4loop.phpt
ipv6_skipif.inc MFH: Fix skipif 2009-05-20 09:13:29 +00:00
ipv6loop.phpt MFH: Fix skipif 2009-05-20 09:13:29 +00:00
socket_accept-wrongparams.phpt - New tests (testfest BerlinUG) 2009-05-17 18:08:09 +00:00
socket_bind_params.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
socket_bind.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
socket_close_params.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
socket_connect_error.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
socket_connect_params.phpt fixed 6 tests to pass on non-linux os, by removing the generic linux error string from the exp result. on socket_strerror on the other hand, added to the SKIPIF a condition to run on linux only, as the test checks specifically various error strings 2010-12-26 13:10:23 +00:00
socket_create_listen_params.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
socket_create_listen_used.phpt fixed 6 tests to pass on non-linux os, by removing the generic linux error string from the exp result. on socket_strerror on the other hand, added to the SKIPIF a condition to run on linux only, as the test checks specifically various error strings 2010-12-26 13:10:23 +00:00
socket_create_listen-nobind.phpt - New tests (testfest BerlinUG) 2009-05-17 18:08:09 +00:00
socket_create_listen-wrongparams.phpt - New tests (testfest BerlinUG) 2009-05-17 18:08:09 +00:00
socket_create_listen.phpt Make these socket tests less Linux-specific 2009-08-09 14:50:51 +00:00
socket_create_pair-wrongparams.phpt Make these socket tests less Linux-specific 2009-08-09 14:50:51 +00:00
socket_create_pair.phpt - New tests (testfest BerlinUG) 2009-05-17 18:08:09 +00:00
socket_create_params.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
socket_getpeername_ipv4loop.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
socket_getpeername_ipv6loop.phpt fix test 2009-12-11 15:06:50 +00:00
socket_getpeername.phpt fixed 6 tests to pass on non-linux os, by removing the generic linux error string from the exp result. on socket_strerror on the other hand, added to the SKIPIF a condition to run on linux only, as the test checks specifically various error strings 2010-12-26 13:10:23 +00:00
socket_getsockname.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
socket_listen_params.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
socket_listen-wrongparams.phpt - New tests (testfest BerlinUG) 2009-05-17 18:08:09 +00:00
socket_read_params.phpt fixed 6 tests to pass on non-linux os, by removing the generic linux error string from the exp result. on socket_strerror on the other hand, added to the SKIPIF a condition to run on linux only, as the test checks specifically various error strings 2010-12-26 13:10:23 +00:00
socket_select-wrongparams-1.phpt - New tests (testfest BerlinUG) 2009-05-17 18:08:09 +00:00
socket_select-wrongparams-2.phpt - New tests (testfest BerlinUG) 2009-05-17 18:08:09 +00:00
socket_select-wrongparams-3.phpt - New tests (testfest BerlinUG) 2009-05-17 18:08:09 +00:00
socket_select-wrongparams-4.phpt - New tests (testfest BerlinUG) 2009-05-17 18:08:09 +00:00
socket_select.phpt - New tests (testfest BerlinUG) 2009-05-17 18:08:09 +00:00
socket_sentto_recvfrom_ipv4_udp.phpt fixed 6 tests to pass on non-linux os, by removing the generic linux error string from the exp result. on socket_strerror on the other hand, added to the SKIPIF a condition to run on linux only, as the test checks specifically various error strings 2010-12-26 13:10:23 +00:00
socket_sentto_recvfrom_ipv6_udp.phpt MFH: Fix skipif 2009-05-20 09:13:29 +00:00
socket_sentto_recvfrom_unix.phpt Make these socket tests less Linux-specific 2009-08-09 14:50:51 +00:00
socket_set_block-retval.phpt Make these socket tests less Linux-specific 2009-08-09 14:50:51 +00:00
socket_set_block-wrongparams.phpt - New tests (testfest BerlinUG) 2009-05-17 18:08:09 +00:00
socket_set_nonblock-retval.phpt Make these socket tests less Linux-specific 2009-08-09 14:50:51 +00:00
socket_set_nonblock-wrongparams.phpt - New tests (testfest BerlinUG) 2009-05-17 18:08:09 +00:00
socket_set_nonblock.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
socket_set_option_error_socket_option.phpt - New tests (testfest BerlinUG) 2009-05-17 18:08:09 +00:00
socket_set_option_rcvtimeo.phpt - Fix bad section names (extra - in the end..) 2009-11-09 17:08:48 +00:00
socket_set_option_seolinger.phpt - Fix bad section names (extra - in the end..) 2009-11-09 17:08:48 +00:00
socket_set_option_sndtimeo.phpt - Fix bad section names (extra - in the end..) 2009-11-09 17:08:48 +00:00
socket_strerror.phpt fixed typo 2011-09-07 00:56:52 +00:00
socket_write_params.phpt fixed 6 tests to pass on non-linux os, by removing the generic linux error string from the exp result. on socket_strerror on the other hand, added to the SKIPIF a condition to run on linux only, as the test checks specifically various error strings 2010-12-26 13:10:23 +00:00
unixloop.phpt