]> granicus.if.org Git - php/commit
- New tests (testfest BerlinUG)
authorFelipe Pena <felipe@php.net>
Sun, 17 May 2009 18:08:27 +0000 (18:08 +0000)
committerFelipe Pena <felipe@php.net>
Sun, 17 May 2009 18:08:27 +0000 (18:08 +0000)
commit40cabb39c67aa9ef224ddf5a52e64da19c529728
tree852c502585dc00f142d1cec81a21afdde1eac511
parentfe6bbdca72c4f93ff5c4ae2086c8bc7533471aa7
- New tests (testfest BerlinUG)
23 files changed:
ext/sockets/tests/socket_accept-wrongparams.phpt [new file with mode: 0644]
ext/sockets/tests/socket_create_listen-nobind.phpt [new file with mode: 0644]
ext/sockets/tests/socket_create_listen-wrongparams.phpt [new file with mode: 0644]
ext/sockets/tests/socket_create_listen.phpt [new file with mode: 0644]
ext/sockets/tests/socket_create_pair-wrongparams.phpt [new file with mode: 0644]
ext/sockets/tests/socket_create_pair.phpt [new file with mode: 0644]
ext/sockets/tests/socket_listen-wrongparams.phpt [new file with mode: 0644]
ext/sockets/tests/socket_select-wrongparams-1.phpt [new file with mode: 0644]
ext/sockets/tests/socket_select-wrongparams-2.phpt [new file with mode: 0644]
ext/sockets/tests/socket_select-wrongparams-3.phpt [new file with mode: 0644]
ext/sockets/tests/socket_select-wrongparams-4.phpt [new file with mode: 0644]
ext/sockets/tests/socket_select.phpt [new file with mode: 0644]
ext/sockets/tests/socket_sentto_recvfrom_ipv4_udp.phpt [new file with mode: 0644]
ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp.phpt [new file with mode: 0644]
ext/sockets/tests/socket_sentto_recvfrom_unix.phpt [new file with mode: 0644]
ext/sockets/tests/socket_set_block-retval.phpt [new file with mode: 0644]
ext/sockets/tests/socket_set_block-wrongparams.phpt [new file with mode: 0644]
ext/sockets/tests/socket_set_nonblock-retval.phpt [new file with mode: 0644]
ext/sockets/tests/socket_set_nonblock-wrongparams.phpt [new file with mode: 0644]
ext/sockets/tests/socket_set_option_error_socket_option.phpt [new file with mode: 0644]
ext/sockets/tests/socket_set_option_rcvtimeo.phpt [new file with mode: 0644]
ext/sockets/tests/socket_set_option_seolinger.phpt [new file with mode: 0644]
ext/sockets/tests/socket_set_option_sndtimeo.phpt [new file with mode: 0644]