diff --git a/Zend/tests/unset_cv07.phpt b/Zend/tests/unset_cv07.phpt index 93ec021fbce..39ab7189567 100644 --- a/Zend/tests/unset_cv07.phpt +++ b/Zend/tests/unset_cv07.phpt @@ -1,7 +1,5 @@ --TEST-- unset() CV 7 (indirect unset() of global variable in import_request_variables()) ---SKIPIF-- - --GET-- x=2 --FILE-- diff --git a/ext/standard/tests/file/is_uploaded_file_basic.phpt b/ext/standard/tests/file/is_uploaded_file_basic.phpt index 355125e8304..1907d390bea 100644 --- a/ext/standard/tests/file/is_uploaded_file_basic.phpt +++ b/ext/standard/tests/file/is_uploaded_file_basic.phpt @@ -2,8 +2,6 @@ is_uploaded_file() function --CREDITS-- Dave Kelsey ---SKIPIF-- - --POST_RAW-- Content-type: multipart/form-data, boundary=AaB03x diff --git a/ext/standard/tests/file/move_uploaded_file_basic.phpt b/ext/standard/tests/file/move_uploaded_file_basic.phpt index f008304f357..00bbcf6e189 100644 --- a/ext/standard/tests/file/move_uploaded_file_basic.phpt +++ b/ext/standard/tests/file/move_uploaded_file_basic.phpt @@ -2,8 +2,6 @@ move_uploaded_file() function --CREDITS-- Dave Kelsey ---SKIPIF-- - --POST_RAW-- Content-type: multipart/form-data, boundary=AaB03x diff --git a/ext/standard/tests/general_functions/phpcredits2.phpt b/ext/standard/tests/general_functions/phpcredits2.phpt index 1c6e5058e5c..e53eca9436c 100644 --- a/ext/standard/tests/general_functions/phpcredits2.phpt +++ b/ext/standard/tests/general_functions/phpcredits2.phpt @@ -1,7 +1,5 @@ --TEST-- phpcredits() CGI ---SKIPIF-- - --POST-- dummy=x --FILE-- diff --git a/ext/standard/tests/general_functions/phpinfo2.phpt b/ext/standard/tests/general_functions/phpinfo2.phpt index cf65e0c9889..891867f2eca 100644 --- a/ext/standard/tests/general_functions/phpinfo2.phpt +++ b/ext/standard/tests/general_functions/phpinfo2.phpt @@ -1,7 +1,5 @@ --TEST-- phpinfo() CGI ---SKIPIF-- - --POST-- dummy=x --FILE-- diff --git a/tests/basic/002.phpt b/tests/basic/002.phpt index e9330c8bf94..25dc513032d 100644 --- a/tests/basic/002.phpt +++ b/tests/basic/002.phpt @@ -1,7 +1,5 @@ --TEST-- Simple POST Method test ---SKIPIF-- - --POST-- a=Hello+World --FILE-- diff --git a/tests/basic/003.phpt b/tests/basic/003.phpt index ae6603f448a..43d3be1d9e9 100644 --- a/tests/basic/003.phpt +++ b/tests/basic/003.phpt @@ -1,7 +1,5 @@ --TEST-- GET and POST Method combined ---SKIPIF-- - --POST-- a=Hello+World --GET-- diff --git a/tests/basic/004.phpt b/tests/basic/004.phpt index 86bf431860e..c381e5009fb 100644 --- a/tests/basic/004.phpt +++ b/tests/basic/004.phpt @@ -1,7 +1,5 @@ --TEST-- Two variables in POST data ---SKIPIF-- - --POST-- a=Hello+World&b=Hello+Again+World --FILE-- diff --git a/tests/basic/005.phpt b/tests/basic/005.phpt index aa1d1998255..742e0ca4b14 100644 --- a/tests/basic/005.phpt +++ b/tests/basic/005.phpt @@ -1,7 +1,5 @@ --TEST-- Three variables in POST data ---SKIPIF-- - --POST-- a=Hello+World&b=Hello+Again+World&c=1 --FILE-- diff --git a/tests/basic/011.phpt b/tests/basic/011.phpt index 68264afdd23..662280f1a30 100644 --- a/tests/basic/011.phpt +++ b/tests/basic/011.phpt @@ -1,7 +1,5 @@ --TEST-- Testing $argc and $argv handling (GET) ---SKIPIF-- - --INI-- register_argc_argv=1 --GET-- diff --git a/tests/basic/013.phpt b/tests/basic/013.phpt index 38ebd9b3f4f..81b1bb07d3a 100644 --- a/tests/basic/013.phpt +++ b/tests/basic/013.phpt @@ -1,7 +1,5 @@ --TEST-- POST Method test and arrays ---SKIPIF-- - --POST-- a[]=1 --FILE-- diff --git a/tests/basic/014.phpt b/tests/basic/014.phpt index f7dd4217d27..c892e50b28c 100644 --- a/tests/basic/014.phpt +++ b/tests/basic/014.phpt @@ -1,7 +1,5 @@ --TEST-- POST Method test and arrays - 2 ---SKIPIF-- - --POST-- a[]=1&a[]=1 --FILE-- diff --git a/tests/basic/015.phpt b/tests/basic/015.phpt index a6ca5d66fda..b6a77f9d060 100644 --- a/tests/basic/015.phpt +++ b/tests/basic/015.phpt @@ -1,7 +1,5 @@ --TEST-- POST Method test and arrays - 3 ---SKIPIF-- - --POST-- a[]=1&a[0]=5 --FILE-- diff --git a/tests/basic/016.phpt b/tests/basic/016.phpt index c1516340784..7e200941ddf 100644 --- a/tests/basic/016.phpt +++ b/tests/basic/016.phpt @@ -1,7 +1,5 @@ --TEST-- POST Method test and arrays - 4 ---SKIPIF-- - --POST-- a[a]=1&a[b]=3 --FILE-- diff --git a/tests/basic/017.phpt b/tests/basic/017.phpt index baac17889c0..73d8dca4929 100644 --- a/tests/basic/017.phpt +++ b/tests/basic/017.phpt @@ -1,7 +1,5 @@ --TEST-- POST Method test and arrays - 5 ---SKIPIF-- - --POST-- a[]=1&a[a]=1&a[b]=3 --FILE-- diff --git a/tests/basic/018.phpt b/tests/basic/018.phpt index da403b1d1ae..d683d0163f2 100644 --- a/tests/basic/018.phpt +++ b/tests/basic/018.phpt @@ -1,7 +1,5 @@ --TEST-- POST Method test and arrays - 6 ---SKIPIF-- - --POST-- a[][]=1&a[][]=3&b[a][b][c]=1&b[a][b][d]=1 --FILE-- diff --git a/tests/basic/019.phpt b/tests/basic/019.phpt index 6deab514468..bb860164cb6 100644 --- a/tests/basic/019.phpt +++ b/tests/basic/019.phpt @@ -1,7 +1,5 @@ --TEST-- POST Method test and arrays - 7 ---SKIPIF-- - --POST-- a[]=1&a[]]=3&a[[]=4 --FILE-- diff --git a/tests/basic/020.phpt b/tests/basic/020.phpt index b105818a459..d44aafb97fc 100644 --- a/tests/basic/020.phpt +++ b/tests/basic/020.phpt @@ -1,7 +1,5 @@ --TEST-- POST Method test and arrays - 8 ---SKIPIF-- - --POST-- a[a[]]=1&a[b[]]=3 --FILE-- diff --git a/tests/basic/024.phpt b/tests/basic/024.phpt index 7484a11adbd..db86bd7b0c0 100644 --- a/tests/basic/024.phpt +++ b/tests/basic/024.phpt @@ -3,8 +3,6 @@ Test HTTP_RAW_POST_DATA creation --INI-- magic_quotes_gpc=0 always_populate_raw_post_data=1 ---SKIPIF-- - --POST-- a=ABC&y=XYZ&c[]=1&c[]=2&c[a]=3 --FILE-- diff --git a/tests/basic/025.phpt b/tests/basic/025.phpt index fea9468b416..bafcac8091a 100644 --- a/tests/basic/025.phpt +++ b/tests/basic/025.phpt @@ -4,8 +4,6 @@ Test HTTP_RAW_POST_DATA with excessive post length magic_quotes_gpc=0 always_populate_raw_post_data=1 post_max_size=1K ---SKIPIF-- - --POST-- a=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa --FILE-- diff --git a/tests/basic/026.phpt b/tests/basic/026.phpt index 6f90f6a33d5..65ddda16d61 100644 --- a/tests/basic/026.phpt +++ b/tests/basic/026.phpt @@ -3,8 +3,6 @@ Registration of HTTP_RAW_POST_DATA due to unknown content-type --INI-- magic_quotes_gpc=0 always_populate_raw_post_data=0 ---SKIPIF-- - --POST_RAW-- Content-Type: unknown/type a=1&b=ZYX diff --git a/tests/basic/027.phpt b/tests/basic/027.phpt index 5f93d16be8e..24927b32b0a 100644 --- a/tests/basic/027.phpt +++ b/tests/basic/027.phpt @@ -7,8 +7,6 @@ display_errors=0 max_input_nesting_level=10 track_errors=1 log_errors=0 ---SKIPIF-- - --POST-- a=1&b=ZYX&c[][][][][][][][][][][][][][][][][][][][][][]=123&d=123&e[][]][]=3 --FILE-- diff --git a/tests/basic/rfc1867_anonymous_upload.phpt b/tests/basic/rfc1867_anonymous_upload.phpt index 0f58014a449..8a27e2e3782 100644 --- a/tests/basic/rfc1867_anonymous_upload.phpt +++ b/tests/basic/rfc1867_anonymous_upload.phpt @@ -5,8 +5,6 @@ file_uploads=1 error_reporting=E_ALL&~E_NOTICE comment=debug builds show some additional E_NOTICE errors upload_max_filesize=1024 ---SKIPIF-- - --POST_RAW-- Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737 -----------------------------20896060251896012921717172737 diff --git a/tests/basic/rfc1867_array_upload.phpt b/tests/basic/rfc1867_array_upload.phpt index 7af67000605..0b762c20906 100644 --- a/tests/basic/rfc1867_array_upload.phpt +++ b/tests/basic/rfc1867_array_upload.phpt @@ -5,8 +5,6 @@ file_uploads=1 error_reporting=E_ALL&~E_NOTICE comment=debug builds show some additional E_NOTICE errors upload_max_filesize=1024 ---SKIPIF-- - --POST_RAW-- Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737 -----------------------------20896060251896012921717172737 diff --git a/tests/basic/rfc1867_boundary_1.phpt b/tests/basic/rfc1867_boundary_1.phpt index 35fe3a3f6ec..fe0a9f2f4d8 100644 --- a/tests/basic/rfc1867_boundary_1.phpt +++ b/tests/basic/rfc1867_boundary_1.phpt @@ -4,8 +4,6 @@ rfc1867 boundary 1 post_max_size=1024 error_reporting=E_ALL&~E_NOTICE comment=debug builds show some additional E_NOTICE errors ---SKIPIF-- - --POST_RAW-- Content-Type: multipart/form-data; boundary="------------------------------------foobar" --------------------------------------foobar diff --git a/tests/basic/rfc1867_boundary_2.phpt b/tests/basic/rfc1867_boundary_2.phpt index 575853bb66a..256ec4bf78f 100644 --- a/tests/basic/rfc1867_boundary_2.phpt +++ b/tests/basic/rfc1867_boundary_2.phpt @@ -4,8 +4,6 @@ rfc1867 boundary 2 post_max_size=1024 error_reporting=E_ALL&~E_NOTICE comment=debug builds show some additional E_NOTICE errors ---SKIPIF-- - --POST_RAW-- Content-Type: multipart/form-data; boundary=------------------------------------foo, bar --------------------------------------foo diff --git a/tests/basic/rfc1867_empty_upload.phpt b/tests/basic/rfc1867_empty_upload.phpt index 10ed419d4d6..12ab0fdf0b4 100644 --- a/tests/basic/rfc1867_empty_upload.phpt +++ b/tests/basic/rfc1867_empty_upload.phpt @@ -5,8 +5,6 @@ file_uploads=1 error_reporting=E_ALL&~E_NOTICE comment=debug builds show some additional E_NOTICE errors upload_max_filesize=1024 ---SKIPIF-- - --POST_RAW-- Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737 -----------------------------20896060251896012921717172737 diff --git a/tests/basic/rfc1867_file_upload_disabled.phpt b/tests/basic/rfc1867_file_upload_disabled.phpt index a0d5271d9ce..99dee9b8350 100644 --- a/tests/basic/rfc1867_file_upload_disabled.phpt +++ b/tests/basic/rfc1867_file_upload_disabled.phpt @@ -4,8 +4,6 @@ rfc1867 file_upload disabled file_uploads=0 error_reporting=E_ALL&~E_NOTICE comment=debug builds show some additional E_NOTICE errors ---SKIPIF-- - --POST_RAW-- Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737 -----------------------------20896060251896012921717172737 diff --git a/tests/basic/rfc1867_garbled_mime_headers.phpt b/tests/basic/rfc1867_garbled_mime_headers.phpt index 9bee926d9b7..4010f22ca1c 100644 --- a/tests/basic/rfc1867_garbled_mime_headers.phpt +++ b/tests/basic/rfc1867_garbled_mime_headers.phpt @@ -5,8 +5,6 @@ file_uploads=1 error_reporting=E_ALL&~E_NOTICE comment=debug builds show some additional E_NOTICE errors upload_max_filesize=1024 ---SKIPIF-- - --POST_RAW-- Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737 -----------------------------20896060251896012921717172737 diff --git a/tests/basic/rfc1867_invalid_boundary.phpt b/tests/basic/rfc1867_invalid_boundary.phpt index 3c663901626..cb27675a012 100644 --- a/tests/basic/rfc1867_invalid_boundary.phpt +++ b/tests/basic/rfc1867_invalid_boundary.phpt @@ -4,8 +4,6 @@ rfc1867 invalid boundary post_max_size=1024 error_reporting=E_ALL&~E_NOTICE comment=debug builds show some additional E_NOTICE errors ---SKIPIF-- - --POST_RAW-- Content-Type: multipart/form-data; boundary="foobar -----------------------------20896060251896012921717172737 diff --git a/tests/basic/rfc1867_malicious_input.phpt b/tests/basic/rfc1867_malicious_input.phpt index 74c7ad0f7e4..40b43d277f9 100644 --- a/tests/basic/rfc1867_malicious_input.phpt +++ b/tests/basic/rfc1867_malicious_input.phpt @@ -5,8 +5,6 @@ file_uploads=1 error_reporting=E_ALL&~E_NOTICE comment=debug builds show some additional E_NOTICE errors upload_max_filesize=1024 ---SKIPIF-- - --POST_RAW-- Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737 -----------------------------20896060251896012921717172737 diff --git a/tests/basic/rfc1867_max_file_size.phpt b/tests/basic/rfc1867_max_file_size.phpt index 0671dc5f046..fa7876fd12d 100644 --- a/tests/basic/rfc1867_max_file_size.phpt +++ b/tests/basic/rfc1867_max_file_size.phpt @@ -5,8 +5,6 @@ file_uploads=1 error_reporting=E_ALL&~E_NOTICE comment=debug builds show some additional E_NOTICE errors upload_max_filesize=1024 ---SKIPIF-- - --POST_RAW-- Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737 -----------------------------20896060251896012921717172737 diff --git a/tests/basic/rfc1867_missing_boundary.phpt b/tests/basic/rfc1867_missing_boundary.phpt index 9c8726cd672..6218b135f15 100644 --- a/tests/basic/rfc1867_missing_boundary.phpt +++ b/tests/basic/rfc1867_missing_boundary.phpt @@ -4,8 +4,6 @@ rfc1867 missing boundary post_max_size=1024 error_reporting=E_ALL&~E_NOTICE comment=debug builds show some additional E_NOTICE errors ---SKIPIF-- - --POST_RAW-- Content-Type: multipart/form-data -----------------------------20896060251896012921717172737 diff --git a/tests/basic/rfc1867_missing_boundary_2.phpt b/tests/basic/rfc1867_missing_boundary_2.phpt index cace44383b7..a8f38ae5332 100644 --- a/tests/basic/rfc1867_missing_boundary_2.phpt +++ b/tests/basic/rfc1867_missing_boundary_2.phpt @@ -5,8 +5,6 @@ file_uploads=1 error_reporting=E_ALL&~E_NOTICE comment=debug builds show some additional E_NOTICE errors upload_max_filesize=1024 ---SKIPIF-- - --POST_RAW-- Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737 -----------------------------20896060251896012921717172737 diff --git a/tests/basic/rfc1867_post_max_filesize.phpt b/tests/basic/rfc1867_post_max_filesize.phpt index 4276d496ba6..62be6c29905 100644 --- a/tests/basic/rfc1867_post_max_filesize.phpt +++ b/tests/basic/rfc1867_post_max_filesize.phpt @@ -5,8 +5,6 @@ file_uploads=1 error_reporting=E_ALL&~E_NOTICE comment=debug builds show some additional E_NOTICE errors upload_max_filesize=1 ---SKIPIF-- - --POST_RAW-- Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737 -----------------------------20896060251896012921717172737 diff --git a/tests/basic/rfc1867_post_max_size.phpt b/tests/basic/rfc1867_post_max_size.phpt index 5e40ccaf45a..92281351df0 100644 --- a/tests/basic/rfc1867_post_max_size.phpt +++ b/tests/basic/rfc1867_post_max_size.phpt @@ -4,8 +4,6 @@ rfc1867 post_max_size post_max_size=1 error_reporting=E_ALL&~E_NOTICE comment=debug builds show some additional E_NOTICE errors ---SKIPIF-- - --POST_RAW-- Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737 -----------------------------20896060251896012921717172737 diff --git a/tests/lang/bug25145.phpt b/tests/lang/bug25145.phpt index 98ca7def10a..445ee83c79e 100755 --- a/tests/lang/bug25145.phpt +++ b/tests/lang/bug25145.phpt @@ -1,7 +1,5 @@ --TEST-- Bug #25145 (SEGV on recpt of form input with name like "123[]") ---SKIPIF-- - --GET-- 123[]=SEGV --FILE--