unfold cookie tests and fix variable type inconsitency
authorMichael Wallner <mike@php.net>
Thu, 10 Jul 2014 13:56:33 +0000 (15:56 +0200)
committerMichael Wallner <mike@php.net>
Thu, 10 Jul 2014 13:56:33 +0000 (15:56 +0200)
commit4850e3ba188215f9d0cda9e7c0e7e011b340b7c7
treec95b9bd5862310774f5939ac459b962bc7d4798c
parent1cf96ccdd9eec5efd69ea474636bcb9f7ab89bb8
unfold cookie tests and fix variable type inconsitency
16 files changed:
php_http_cookie.c
php_http_misc.c
php_http_misc.h
phpunit/CookieTest.php [deleted file]
tests/cookie001.phpt [new file with mode: 0644]
tests/cookie002.phpt [new file with mode: 0644]
tests/cookie003.phpt [new file with mode: 0644]
tests/cookie004.phpt [new file with mode: 0644]
tests/cookie005.phpt [new file with mode: 0644]
tests/cookie006.phpt [new file with mode: 0644]
tests/cookie007.phpt [new file with mode: 0644]
tests/cookie008.phpt [new file with mode: 0644]
tests/cookie009.phpt [new file with mode: 0644]
tests/cookie010.phpt [new file with mode: 0644]
tests/cookie011.phpt [new file with mode: 0644]
tests/cookie012.phpt [new file with mode: 0644]