]> granicus.if.org Git - php/commit
New POSIX extension tests from Berlin UG TestFest 2009.
authorandy wharmby <wharmby@php.net>
Mon, 15 Jun 2009 12:14:58 +0000 (12:14 +0000)
committerandy wharmby <wharmby@php.net>
Mon, 15 Jun 2009 12:14:58 +0000 (12:14 +0000)
commitfacd8866d8e2206588e7d2b48acdba4f54b282be
treee8d9867997ea954a3e915fe47fc1255914753e4c
parent1c9d43d4306b0a8167266c3b05d68e51d2e9853f
New POSIX extension tests from Berlin UG TestFest 2009.
14 files changed:
ext/posix/tests/posix_access.phpt [new file with mode: 0644]
ext/posix/tests/posix_access_error_modes.phpt [new file with mode: 0644]
ext/posix/tests/posix_access_error_wrongparams.phpt [new file with mode: 0644]
ext/posix/tests/posix_ctermid.phpt [new file with mode: 0644]
ext/posix/tests/posix_getgrgid.phpt [new file with mode: 0644]
ext/posix/tests/posix_getgrgid_macosx.phpt [new file with mode: 0644]
ext/posix/tests/posix_getgrgid_wrongparams.phpt [new file with mode: 0644]
ext/posix/tests/posix_getsid.phpt [new file with mode: 0644]
ext/posix/tests/posix_getsid_error.phpt [new file with mode: 0644]
ext/posix/tests/posix_mkfifo_wrongparams.phpt [new file with mode: 0644]
ext/posix/tests/posix_times.phpt [new file with mode: 0644]
ext/posix/tests/posix_ttyname.phpt [new file with mode: 0644]
ext/posix/tests/posix_ttyname_error_wrongparams.phpt [new file with mode: 0644]
ext/posix/tests/posix_uname.phpt [new file with mode: 0644]