]> granicus.if.org Git - php/commit
- New tests (testfest BerlinUG)
authorFelipe Pena <felipe@php.net>
Sun, 17 May 2009 18:08:09 +0000 (18:08 +0000)
committerFelipe Pena <felipe@php.net>
Sun, 17 May 2009 18:08:09 +0000 (18:08 +0000)
commit47f87a58aa6b2ff1c0e67225e884c7e3a788effb
tree1880910c5990385128260ec60b878bf37173f7ff
parentb5cec43162890b1fc3a6286cdcc99f6be209dbbc
- 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]