From 74859783398a5fba177cdfd39cbf299abf327fa0 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 11 Jun 2021 11:57:42 +0200 Subject: [PATCH] Migrate SKIPIF -> EXTENSIONS (#7138) This is an automated migration of most SKIPIF extension_loaded checks. --- .../016_custom_attribute_validation.phpt | 7 ++----- Zend/tests/bug34199.phpt | 4 ++-- Zend/tests/bug34617.phpt | 4 ++-- Zend/tests/bug39602.phpt | 4 ++-- Zend/tests/bug43918.phpt | 4 ++-- Zend/tests/bug69092.phpt | 8 ++------ Zend/tests/bug70914.phpt | 8 ++------ Zend/tests/bug71428.2.phpt | 4 ++-- Zend/tests/bug71930.phpt | 8 ++------ Zend/tests/bug78239.phpt | 4 ++-- Zend/tests/bug78335_2.phpt | 4 ++-- Zend/tests/bug78770.phpt | 6 ++---- Zend/tests/bug79919.phpt | 6 ++---- .../tests/call_to_deprecated_function_args.phpt | 5 ++--- Zend/tests/const_deprecation.phpt | 6 ++---- Zend/tests/declare_001.phpt | 8 ++------ Zend/tests/declare_002.phpt | 8 ++------ Zend/tests/inherit_internal_static.phpt | 4 ++-- Zend/tests/iterable_or_null.phpt | 6 ++---- Zend/tests/multibyte/bug68665.phpt | 8 ++------ .../tests/multibyte/multibyte_encoding_001.phpt | 8 ++------ .../tests/multibyte/multibyte_encoding_002.phpt | 8 ++------ .../tests/multibyte/multibyte_encoding_003.phpt | Bin 329 -> 251 bytes .../tests/multibyte/multibyte_encoding_004.phpt | 8 ++------ .../tests/multibyte/multibyte_encoding_005.phpt | 8 ++------ Zend/tests/ns_086.phpt | 8 ++------ Zend/tests/overloaded_func_001.phpt | 6 ++---- Zend/tests/overloaded_func_002.phpt | 6 ++---- .../return_types/internal_functions001.phpt | 3 ++- .../return_types/internal_functions002.phpt | 5 ++--- .../return_types/internal_functions003.phpt | 5 ++--- Zend/tests/str_or_obj_of_class_zpp.phpt | 6 ++---- Zend/tests/str_or_obj_zpp.phpt | 6 ++---- Zend/tests/temporary_cleaning_014.phpt | 4 ++-- Zend/tests/traits/bug69579.phpt | 6 ++---- ...scalar_strict_declaration_placement_006.phpt | 8 ++------ ...scalar_strict_declaration_placement_007.phpt | 8 ++------ .../type_declarations/typed_properties_095.phpt | 4 ++-- .../union_types/inheritance_internal.phpt | 6 ++---- ext/curl/tests/bug61948-unix.phpt | 5 +++-- ext/curl/tests/bug61948.phpt | 5 ++--- ext/curl/tests/bug62839.phpt | 5 ++--- ext/curl/tests/bug67643.phpt | 6 ++---- ext/curl/tests/bug78775.phpt | 5 +++-- ext/curl/tests/bug79199.phpt | 6 ++---- ext/curl/tests/check_win_config.phpt | 6 +++--- ext/curl/tests/curl_basic_007.phpt | 4 ++-- ext/curl/tests/curl_basic_008.phpt | 3 ++- ext/curl/tests/curl_basic_009.phpt | 4 ++-- ext/curl/tests/curl_basic_010.phpt | 3 ++- ext/curl/tests/curl_basic_022.phpt | 4 ++-- ext/curl/tests/curl_basic_023.phpt | 5 +++-- ext/curl/tests/curl_basic_024.phpt | 5 +++-- ext/curl/tests/curl_close_basic.phpt | 6 ++---- ext/curl/tests/curl_error_basic.phpt | 4 ++-- ext/curl/tests/curl_multi_close_basic.phpt | 6 ++---- ext/curl/tests/curl_multi_close_basic001.phpt | 6 ++---- ext/curl/tests/curl_multi_close_reference.phpt | 6 ++---- ext/curl/tests/curl_multi_info_read.phpt | 6 ++---- ext/curl/tests/curl_multi_init_basic.phpt | 4 ++-- ext/curl/tests/curl_multi_select_basic1.phpt | 4 ++-- ext/curl/tests/curl_reset.phpt | 5 +++-- .../tests/curl_setopt_CURLOPT_READFUNCTION.phpt | 6 ++---- ext/curl/tests/curl_setopt_error.phpt | 4 ++-- ext/curl/tests/curl_share_close_basic001.phpt | 4 ++-- ext/curl/tests/curl_write_callback.phpt | 4 ++-- ext/curl/tests/curl_write_file.phpt | 4 ++-- ext/curl/tests/curl_write_return.phpt | 4 ++-- ext/curl/tests/curl_write_stdout.phpt | 4 ++-- ext/dba/tests/bug70825.phpt | 3 ++- ext/dba/tests/bug71514.phpt | 3 ++- ext/enchant/tests/broker_describe.phpt | 7 ++----- ext/enchant/tests/broker_dict_exists.phpt | 3 ++- ext/enchant/tests/broker_free.phpt | 3 ++- ext/enchant/tests/broker_free_01.phpt | 3 ++- ext/enchant/tests/broker_free_02.phpt | 3 ++- ext/enchant/tests/broker_free_dict.phpt | 3 ++- ext/enchant/tests/broker_get_error.phpt | 3 ++- ext/enchant/tests/broker_init.phpt | 3 ++- ext/enchant/tests/broker_list_dicts.phpt | 7 ++----- ext/enchant/tests/broker_request_dict.phpt | 3 ++- ext/enchant/tests/broker_request_dict_01.phpt | 3 ++- .../broker_request_dict_error_on_empty_tag.phpt | 3 ++- ext/enchant/tests/broker_request_pwl_dict.phpt | 3 ++- ext/enchant/tests/broker_set_ordering.phpt | 3 ++- ext/enchant/tests/bug13181.phpt | 7 ++----- ext/enchant/tests/bug53070.phpt | 3 ++- ext/enchant/tests/dict_add_to_personal.phpt | 3 ++- ext/enchant/tests/dict_add_to_session.phpt | 3 ++- ext/enchant/tests/dict_check.phpt | 3 ++- ext/enchant/tests/dict_describe.phpt | 3 ++- ext/enchant/tests/dict_get_error.phpt | 3 ++- ext/enchant/tests/dict_is_in_session.phpt | 3 ++- ext/enchant/tests/dict_quick_check.phpt | 3 ++- ext/enchant/tests/dict_quick_check_01.phpt | 3 ++- ext/enchant/tests/dict_store_replacement.phpt | 3 ++- ext/enchant/tests/dict_suggest.phpt | 3 ++- .../tests/enchant_broker_set_dict_path.phpt | 3 ++- ext/enchant/tests/invalidobj.phpt | 3 ++- ext/filter/tests/004.phpt | 4 ++-- ext/filter/tests/005.phpt | 4 ++-- ext/filter/tests/006.phpt | 4 ++-- ext/filter/tests/007.phpt | 4 ++-- ext/filter/tests/008.phpt | 4 ++-- ext/filter/tests/009.phpt | 4 ++-- ext/filter/tests/010.phpt | 4 ++-- ext/filter/tests/011.phpt | 4 ++-- ext/filter/tests/012.phpt | 4 ++-- ext/filter/tests/013.phpt | 4 ++-- ext/filter/tests/014.phpt | 4 ++-- ext/filter/tests/015.phpt | 4 ++-- ext/filter/tests/016.phpt | 4 ++-- ext/filter/tests/017.phpt | 4 ++-- ext/filter/tests/018.phpt | 4 ++-- ext/filter/tests/019.phpt | 4 ++-- ext/filter/tests/021.phpt | 4 ++-- ext/filter/tests/022.phpt | 4 ++-- ext/filter/tests/023.phpt | 4 ++-- ext/filter/tests/024.phpt | 4 ++-- ext/filter/tests/025.phpt | 4 ++-- ext/filter/tests/026.phpt | 4 ++-- ext/filter/tests/027.phpt | 4 ++-- ext/filter/tests/028.phpt | 4 ++-- ext/filter/tests/029.phpt | 4 ++-- ext/filter/tests/030.phpt | 4 ++-- ext/filter/tests/031.phpt | 4 ++-- ext/filter/tests/032.phpt | 4 ++-- ext/filter/tests/033.phpt | 4 ++-- ext/filter/tests/034.phpt | 4 ++-- ext/filter/tests/035.phpt | 4 ++-- ext/filter/tests/036.phpt | 4 ++-- ext/filter/tests/037.phpt | 4 ++-- ext/filter/tests/038.phpt | 4 ++-- ext/filter/tests/039.phpt | 4 ++-- ext/filter/tests/040.phpt | 4 ++-- ext/filter/tests/041.phpt | 4 ++-- ext/filter/tests/042.phpt | 4 ++-- ext/filter/tests/043.phpt | 4 ++-- ext/filter/tests/044.phpt | 4 ++-- ext/filter/tests/045.phpt | 4 ++-- ext/filter/tests/046.phpt | 4 ++-- ext/filter/tests/047.phpt | 4 ++-- ext/filter/tests/048.phpt | 4 ++-- ext/filter/tests/049.phpt | 4 ++-- ext/filter/tests/050.phpt | 4 ++-- ext/filter/tests/051.phpt | 4 ++-- ext/filter/tests/052.phpt | 4 ++-- ext/filter/tests/053.phpt | 4 ++-- ext/filter/tests/054.phpt | 4 ++-- ext/filter/tests/055.phpt | 4 ++-- ext/filter/tests/056.phpt | 4 ++-- ext/filter/tests/057.phpt | 4 ++-- ext/filter/tests/058.phpt | 4 ++-- ext/filter/tests/059.phpt | 4 ++-- ext/filter/tests/060.phpt | 4 ++-- ext/filter/tests/061.phpt | 4 ++-- ext/filter/tests/PMOPB45.phpt | 4 ++-- ext/filter/tests/bug39846.phpt | 4 ++-- ext/filter/tests/bug42718-2.phpt | 4 ++-- ext/filter/tests/bug42718.phpt | 4 ++-- ext/filter/tests/bug44445.phpt | 4 ++-- ext/filter/tests/bug44779.phpt | 4 ++-- ext/filter/tests/bug46973.phpt | 4 ++-- ext/filter/tests/bug47435.phpt | 4 ++-- ext/filter/tests/bug47745.phpt | 4 ++-- ext/filter/tests/bug48762.phpt | 4 ++-- ext/filter/tests/bug49184.phpt | 4 ++-- ext/filter/tests/bug49274.phpt | 4 ++-- ext/filter/tests/bug49510.phpt | 4 ++-- ext/filter/tests/bug50158.phpt | 4 ++-- ext/filter/tests/bug50632.phpt | 4 ++-- ext/filter/tests/bug51192.phpt | 4 ++-- ext/filter/tests/bug51368.phpt | 6 ++---- ext/filter/tests/bug52209.phpt | 3 ++- ext/filter/tests/bug52929.phpt | 4 ++-- ext/filter/tests/bug53037.phpt | 4 ++-- ext/filter/tests/bug53150.phpt | 4 ++-- ext/filter/tests/bug55478.phpt | 4 ++-- ext/filter/tests/bug64441.phpt | 4 ++-- ext/filter/tests/bug67167.01.phpt | 4 ++-- ext/filter/tests/bug67167.02.phpt | 4 ++-- ext/filter/tests/bug69202.phpt | 4 ++-- ext/filter/tests/bug69203.phpt | 4 ++-- ext/filter/tests/bug71063.phpt | 4 ++-- ext/filter/tests/bug73054.phpt | 6 ++---- ext/filter/tests/bug76366.phpt | 6 ++---- ext/filter/tests/bug7715.phpt | 4 ++-- ext/filter/tests/bug7733.phpt | 4 ++-- ext/filter/tests/bug80584.phpt | 6 ++---- ext/filter/tests/bug8315.phpt | 4 ++-- ext/filter/tests/callback_closure.phpt | 4 ++-- ext/filter/tests/callback_non_modified_var.phpt | 4 ++-- ext/filter/tests/filter_data.phpt | 4 ++-- ext/filter/tests/filter_ipv4_rfc6890.phpt | 4 ++-- ext/filter/tests/filter_var_array_with_ref.phpt | 4 ++-- .../tests/surprising_integer_literals.phpt | 4 ++-- ext/gettext/tests/44938.phpt | 7 ++----- ext/gettext/tests/bug53251.phpt | 3 ++- ext/gettext/tests/bug66267.phpt | 6 +++--- ext/gettext/tests/bug73730.phpt | 6 ++---- ext/gettext/tests/dcngettext.phpt | 3 ++- ext/gettext/tests/gettext_basic-enus.phpt | 6 +++--- ext/gettext/tests/gettext_basic.phpt | 6 +++--- .../gettext_bind_textdomain_codeset-retval.phpt | 8 ++------ .../tests/gettext_bindtextdomain-cwd.phpt | 6 +++--- .../gettext_bindtextdomain-emptydomain.phpt | 8 ++------ .../tests/gettext_bindtextdomain-path.phpt | 7 ++----- ext/gettext/tests/gettext_dcgettext.phpt | 6 +++--- ext/gettext/tests/gettext_dgettext.phpt | 6 +++--- ext/gettext/tests/gettext_dngettext-plural.phpt | 6 +++--- ext/gettext/tests/gettext_ngettext.phpt | 6 +++--- ext/gettext/tests/gettext_phpinfo.phpt | 8 ++------ .../tests/gettext_textdomain-retval.phpt | 6 +++--- .../tests/hash_update_stream_basic_001.phpt | 6 ++---- ext/imap/tests/bug31142_1.phpt | 8 ++------ ext/imap/tests/bug40854.phpt | 8 ++------ ext/imap/tests/bug46918.phpt | 8 ++------ ext/imap/tests/bug77020.phpt | 6 ++---- ext/imap/tests/bug80213.phpt | 6 ++---- ext/imap/tests/bug80215.phpt | 6 ++---- ext/imap/tests/bug80216.phpt | 6 ++---- ext/imap/tests/bug80220.phpt | 6 ++---- ext/imap/tests/bug80223.phpt | 6 ++---- ext/imap/tests/bug80242.phpt | 6 ++---- ext/imap/tests/bug80710_1.phpt | 6 ++---- ext/imap/tests/bug80710_2.phpt | 6 ++---- ext/imap/tests/imap_mutf7_to_utf8.phpt | 4 ++-- .../tests/imap_rfc822_write_address_basic.phpt | 6 ++---- ext/imap/tests/imap_utf8.phpt | 4 ++-- ext/imap/tests/imap_utf8_to_mutf7_basic.phpt | 4 ++-- ext/intl/tests/badargs.phpt | 4 ++-- ext/intl/tests/breakiter___construct.phpt | 6 ++---- ext/intl/tests/breakiter___construct_error.phpt | 4 ++-- ext/intl/tests/breakiter_clone_basic.phpt | 6 ++---- ...breakiter_createCodePointInstance_basic.phpt | 6 ++---- ext/intl/tests/breakiter_current_basic.phpt | 6 ++---- ext/intl/tests/breakiter_factories_basic.phpt | 6 ++---- ext/intl/tests/breakiter_first_basic.phpt | 6 ++---- ext/intl/tests/breakiter_following_basic.phpt | 6 ++---- ext/intl/tests/breakiter_getLocale_basic.phpt | 3 ++- ext/intl/tests/breakiter_getLocale_basic2.phpt | 3 ++- ext/intl/tests/breakiter_getLocale_basic3.phpt | 3 ++- .../tests/breakiter_getPartsIterator_basic.phpt | 4 ++-- .../breakiter_getPartsIterator_basic2.phpt | 4 ++-- .../tests/breakiter_getPartsIterator_error.phpt | 6 ++---- .../tests/breakiter_getPartsIterator_var1.phpt | 6 ++---- ext/intl/tests/breakiter_getText_basic.phpt | 6 ++---- ext/intl/tests/breakiter_isBoundary_basic.phpt | 6 ++---- ext/intl/tests/breakiter_last_basic.phpt | 6 ++---- ext/intl/tests/breakiter_next_basic.phpt | 6 ++---- ext/intl/tests/breakiter_preceding_basic.phpt | 4 ++-- ext/intl/tests/breakiter_preceding_basic2.phpt | 4 ++-- ext/intl/tests/breakiter_previous_basic.phpt | 6 ++---- ext/intl/tests/breakiter_setText_basic.phpt | 6 ++---- ext/intl/tests/bug12887.phpt | 4 ++-- ext/intl/tests/bug14562.phpt | 4 ++-- ext/intl/tests/bug48227.phpt | 4 ++-- ext/intl/tests/bug50590.phpt | 4 ++-- ext/intl/tests/bug53512.phpt | 5 +++-- ext/intl/tests/bug53735.phpt | 3 ++- ext/intl/tests/bug55562.phpt | 4 ++-- ext/intl/tests/bug58756_MessageFormatter.phpt | 4 ++-- .../bug58756_MessageFormatter_variant2.phpt | 6 +++--- ext/intl/tests/bug59597_32.phpt | 3 ++- ext/intl/tests/bug59597_64.phpt | 3 ++- ext/intl/tests/bug60192-compare.phpt | 6 ++---- ext/intl/tests/bug60192-getlocale.phpt | 6 ++---- ext/intl/tests/bug60192-getsortkey.phpt | 6 ++---- ext/intl/tests/bug60192-sort.phpt | 6 ++---- ext/intl/tests/bug60192-sortwithsortkeys.phpt | 6 ++---- ext/intl/tests/bug61487.phpt | 5 +++-- ext/intl/tests/bug61860.phpt | 4 ++-- ext/intl/tests/bug62017.phpt | 6 ++---- ext/intl/tests/bug62070.phpt | 3 ++- ext/intl/tests/bug62070_2.phpt | 3 ++- ext/intl/tests/bug62070_3.phpt | 3 ++- ext/intl/tests/bug62081.phpt | 6 ++---- ext/intl/tests/bug62082.phpt | 6 ++---- ext/intl/tests/bug62083.phpt | 6 ++---- ext/intl/tests/bug62759.phpt | 4 ++-- ext/intl/tests/bug62915-2.phpt | 4 ++-- ext/intl/tests/bug62915.phpt | 6 ++---- ext/intl/tests/bug65732.phpt | 6 ++---- ext/intl/tests/bug67052-win32.phpt | 3 ++- ext/intl/tests/bug67052.phpt | 3 ++- ext/intl/tests/bug67397.phpt | 4 ++-- ext/intl/tests/bug68447.phpt | 4 ++-- ext/intl/tests/bug69374.phpt | 4 ++-- ext/intl/tests/bug69398.phpt | 4 ++-- ext/intl/tests/bug70451.phpt | 4 ++-- ext/intl/tests/bug70452.phpt | 4 ++-- ext/intl/tests/bug71020.phpt | 4 ++-- ext/intl/tests/bug72061.phpt | 4 ++-- ext/intl/tests/bug72241.phpt | 4 ++-- ext/intl/tests/bug72506.phpt | 3 ++- ext/intl/tests/bug72533.phpt | 4 ++-- ext/intl/tests/bug72639.phpt | 4 ++-- ext/intl/tests/bug74063.phpt | 6 ++---- ext/intl/tests/bug74230.phpt | 4 ++-- ext/intl/tests/bug74298.phpt | 4 ++-- ext/intl/tests/bug74433.phpt | 4 ++-- ext/intl/tests/bug74468.phpt | 3 ++- ext/intl/tests/bug74484_MessageFormatter.phpt | 7 ++----- ext/intl/tests/bug74705.phpt | 4 ++-- ext/intl/tests/bug75090.phpt | 4 ++-- ext/intl/tests/bug75193.phpt | 4 ++-- ext/intl/tests/bug75317.phpt | 6 ++---- ext/intl/tests/bug75318.phpt | 6 ++---- ext/intl/tests/bug75378.phpt | 6 ++---- ext/intl/tests/bug76556.phpt | 6 ++---- ext/intl/tests/bug77895.phpt | 4 ++-- ext/intl/tests/bug78912.phpt | 3 ++- ext/intl/tests/bug80763.phpt | 6 ++---- ext/intl/tests/calendar_add_basic.phpt | 6 ++---- ext/intl/tests/calendar_add_error.phpt | 6 ++---- ext/intl/tests/calendar_before_after_error.phpt | 6 ++---- ext/intl/tests/calendar_clear_basic.phpt | 6 ++---- ext/intl/tests/calendar_clear_error.phpt | 6 ++---- ext/intl/tests/calendar_clear_variation1.phpt | 6 ++---- .../tests/calendar_const_field_field_count.phpt | 6 ++---- .../tests/calendar_createInstance_basic.phpt | 6 ++---- .../tests/calendar_createInstance_error.phpt | 6 ++---- .../calendar_createInstance_variation1.phpt | 6 ++---- .../calendar_equals_before_after_basic.phpt | 6 ++---- ext/intl/tests/calendar_equals_error.phpt | 6 ++---- .../tests/calendar_fieldDifference_basic.phpt | 6 ++---- .../tests/calendar_fieldDifference_error.phpt | 6 ++---- ext/intl/tests/calendar_fromDateTime_basic.phpt | 6 ++---- ext/intl/tests/calendar_fromDateTime_error.phpt | 6 ++---- .../calendar_getAvailableLocales_basic.phpt | 6 ++---- .../tests/calendar_getDayOfWeekType_basic.phpt | 4 ++-- .../tests/calendar_getDayOfWeekType_basic2.phpt | 4 ++-- .../tests/calendar_getDayOfWeekType_error.phpt | 6 ++---- ext/intl/tests/calendar_getErrorCode_error.phpt | 6 ++---- ...ndar_getErrorCode_getErrorMessage_basic.phpt | 6 ++---- .../tests/calendar_getErrorMessage_error.phpt | 6 ++---- .../tests/calendar_getFirstDayOfWeek_basic.phpt | 6 ++---- .../tests/calendar_getFirstDayOfWeek_error.phpt | 6 ++---- ...alendar_getKeywordValuesForLocale_basic.phpt | 6 ++---- ext/intl/tests/calendar_getLocale_basic.phpt | 6 ++---- ext/intl/tests/calendar_getLocale_error.phpt | 6 ++---- ...alendar_getMinimalDaysInFirstWeek_basic.phpt | 6 ++---- ...alendar_getMinimalDaysInFirstWeek_error.phpt | 6 ++---- ext/intl/tests/calendar_getNow_basic.phpt | 6 ++---- ...getSkipped_RepeatedWallTimeOption_error.phpt | 6 ++---- ext/intl/tests/calendar_getTimeZone_basic.phpt | 6 ++---- ext/intl/tests/calendar_getTimeZone_error.phpt | 6 ++---- ext/intl/tests/calendar_getTime_basic.phpt | 6 ++---- ext/intl/tests/calendar_getTime_error.phpt | 6 ++---- ext/intl/tests/calendar_getType_basic.phpt | 6 ++---- ext/intl/tests/calendar_getType_error.phpt | 6 ++---- .../calendar_getWeekendTransition_basic.phpt | 6 ++---- .../calendar_getWeekendTransition_error.phpt | 6 ++---- ext/intl/tests/calendar_getXMaximum_basic.phpt | 6 ++---- ext/intl/tests/calendar_getXMinimum_basic.phpt | 6 ++---- ...et_Least_Greatest_Minimum_Maximum_error.phpt | 6 ++---- ext/intl/tests/calendar_get_basic.phpt | 6 ++---- ...ndar_get_getActualMaximum_Minumum_error.phpt | 6 ++---- ...dar_get_getActualMaximum_Minumum_error2.phpt | 6 ++---- ...dar_get_setRepeatedWallTimeOption_basic.phpt | 6 ++---- ...ndar_get_setSkippedWallTimeOption_basic.phpt | 6 ++---- .../tests/calendar_inDaylightTime_basic.phpt | 6 ++---- .../tests/calendar_inDaylightTime_error.phpt | 6 ++---- .../tests/calendar_isEquivalentTo_basic.phpt | 6 ++---- .../tests/calendar_isEquivalentTo_error.phpt | 6 ++---- ext/intl/tests/calendar_isLenient_error.phpt | 6 ++---- ext/intl/tests/calendar_isSet_basic.phpt | 6 ++---- ext/intl/tests/calendar_isSet_error.phpt | 6 ++---- ext/intl/tests/calendar_isWeekend_basic.phpt | 6 ++---- ext/intl/tests/calendar_isWeekend_error.phpt | 6 ++---- .../tests/calendar_is_set_lenient_basic.phpt | 6 ++---- ext/intl/tests/calendar_roll_basic.phpt | 6 ++---- ext/intl/tests/calendar_roll_error.phpt | 6 ++---- ext/intl/tests/calendar_roll_variation1.phpt | 6 ++---- .../tests/calendar_setFirstDayOfWeek_basic.phpt | 6 ++---- .../tests/calendar_setFirstDayOfWeek_error.phpt | 6 ++---- ext/intl/tests/calendar_setLenient_error.phpt | 6 ++---- ...alendar_setMinimalDaysInFirstWeek_basic.phpt | 6 ++---- ...alendar_setMinimalDaysInFirstWeek_error.phpt | 6 ++---- ...setSkipped_RepeatedWallTimeOption_error.phpt | 6 ++---- ext/intl/tests/calendar_setTimeZone_basic.phpt | 6 ++---- ext/intl/tests/calendar_setTimeZone_error.phpt | 6 ++---- ext/intl/tests/calendar_setTimeZone_error2.phpt | 6 ++---- .../tests/calendar_setTimeZone_variation1.phpt | 6 ++---- .../tests/calendar_setTimeZone_variation2.phpt | 6 ++---- ext/intl/tests/calendar_setTime_basic.phpt | 6 ++---- ext/intl/tests/calendar_setTime_error.phpt | 6 ++---- ext/intl/tests/calendar_set_basic.phpt | 6 ++---- ext/intl/tests/calendar_set_error.phpt | 6 ++---- ext/intl/tests/calendar_set_variation1.phpt | 6 ++---- ext/intl/tests/calendar_toDateTime_basic.phpt | 6 ++---- ext/intl/tests/calendar_toDateTime_error.phpt | 6 ++---- ext/intl/tests/collation_customization.phpt | 4 ++-- ext/intl/tests/collator_asort.phpt | 3 ++- ext/intl/tests/collator_asort_variant2.phpt | 3 ++- ext/intl/tests/collator_compare.phpt | 3 ++- ext/intl/tests/collator_compare_variant2.phpt | 3 ++- ext/intl/tests/collator_create2.phpt | 3 ++- ext/intl/tests/collator_create3.phpt | 3 ++- ext/intl/tests/collator_create4.phpt | 3 ++- ext/intl/tests/collator_get_error_code.phpt | 4 ++-- ext/intl/tests/collator_get_error_message.phpt | 4 ++-- ext/intl/tests/collator_get_locale2.phpt | 3 ++- ext/intl/tests/collator_get_set_attribute.phpt | 4 ++-- ext/intl/tests/collator_get_set_strength.phpt | 4 ++-- ext/intl/tests/collator_get_sort_key.phpt | 3 ++- .../tests/collator_get_sort_key_variant2.phpt | 3 ++- .../tests/collator_get_sort_key_variant3.phpt | 3 ++- .../tests/collator_get_sort_key_variant4.phpt | 3 ++- .../tests/collator_get_sort_key_variant5.phpt | 3 ++- .../tests/collator_get_sort_key_variant6.phpt | 3 ++- .../tests/collator_get_sort_key_variant7.phpt | 3 ++- ext/intl/tests/collator_sort.phpt | 3 ++- ext/intl/tests/collator_sort_variant2.phpt | 3 ++- .../tests/collator_sort_with_sort_keys.phpt | 3 ++- .../collator_sort_with_sort_keys_variant2.phpt | 3 ++- ext/intl/tests/cpbi_clone_equality.phpt | 6 ++---- ext/intl/tests/cpbi_getLastCodePoint_basic.phpt | 6 ++---- ext/intl/tests/cpbi_parts_iterator.phpt | 6 ++---- .../dateformat___construct_bad_tz_cal.phpt | 6 ++---- ext/intl/tests/dateformat_bug65683.phpt | 5 ++--- ext/intl/tests/dateformat_bug65683_2.phpt | 4 ++-- ext/intl/tests/dateformat_bug68893.phpt | 4 ++-- ext/intl/tests/dateformat_bug71516.phpt | 5 ++--- ext/intl/tests/dateformat_calendars.phpt | 4 ++-- .../tests/dateformat_calendars_variant2.phpt | 4 ++-- .../tests/dateformat_calendars_variant3.phpt | 4 ++-- ext/intl/tests/dateformat_clone2.phpt | 4 ++-- ext/intl/tests/dateformat_clone_bad_obj.phpt | 4 ++-- ext/intl/tests/dateformat_create_cal_arg.phpt | 4 ++-- .../dateformat_create_cal_arg_variant2.phpt | 4 ++-- .../dateformat_create_cal_arg_variant3.phpt | 4 ++-- .../dateformat_create_cal_arg_variant4.phpt | 4 ++-- .../dateformat_create_cal_arg_variant5.phpt | 4 ++-- ext/intl/tests/dateformat_format.phpt | 3 ++- .../tests/dateformat_formatObject_calendar.phpt | 4 ++-- ...teformat_formatObject_calendar_variant2.phpt | 4 ++-- ...teformat_formatObject_calendar_variant3.phpt | 4 ++-- ...teformat_formatObject_calendar_variant4.phpt | 4 ++-- ...teformat_formatObject_calendar_variant5.phpt | 4 ++-- .../tests/dateformat_formatObject_datetime.phpt | 4 ++-- ...teformat_formatObject_datetime_variant2.phpt | 4 ++-- ...teformat_formatObject_datetime_variant3.phpt | 4 ++-- ...teformat_formatObject_datetime_variant4.phpt | 4 ++-- ...teformat_formatObject_datetime_variant5.phpt | 4 ++-- .../tests/dateformat_formatObject_error.phpt | 6 ++---- ext/intl/tests/dateformat_format_parse.phpt | 3 ++- .../tests/dateformat_format_parse_version2.phpt | 3 ++- ext/intl/tests/dateformat_format_relative.phpt | 4 ++-- ext/intl/tests/dateformat_format_variant2.phpt | 3 ++- ext/intl/tests/dateformat_format_variant3.phpt | 3 ++- ext/intl/tests/dateformat_get_datetype.phpt | 4 ++-- ext/intl/tests/dateformat_get_locale.phpt | 5 +++-- ext/intl/tests/dateformat_get_set_calendar.phpt | 4 ++-- .../dateformat_get_set_calendar_variant2.phpt | 4 ++-- .../dateformat_get_set_calendar_variant3.phpt | 4 ++-- .../dateformat_get_set_calendar_variant4.phpt | 4 ++-- .../dateformat_get_set_calendar_variant5.phpt | 4 ++-- ext/intl/tests/dateformat_get_set_pattern2.phpt | 4 ++-- ext/intl/tests/dateformat_get_set_timezone.phpt | 4 ++-- .../dateformat_get_set_timezone_variant2.phpt | 4 ++-- .../dateformat_get_set_timezone_variant3.phpt | 4 ++-- .../dateformat_get_set_timezone_variant4.phpt | 4 ++-- .../dateformat_get_set_timezone_variant5.phpt | 4 ++-- ext/intl/tests/dateformat_get_timetype.phpt | 4 ++-- ext/intl/tests/dateformat_get_timezone_id.phpt | 4 ++-- ext/intl/tests/dateformat_is_set_lenient.phpt | 4 ++-- .../tests/dateformat_setTimeZone_error.phpt | 6 ++---- ext/intl/tests/dateformat_set_timezone_id2.phpt | 3 ++- ext/intl/tests/dateformat_set_timezone_id3.phpt | 3 ++- .../dateformat_timezone_arg_variations.phpt | 4 ++-- .../dateformat_timezone_arg_variations2.phpt | 4 ++-- .../dateformat_timezone_arg_variations3.phpt | 4 ++-- .../dateformat_timezone_arg_variations4.phpt | 4 ++-- ext/intl/tests/datepatterngenerator_clone.phpt | 5 ++--- ext/intl/tests/datepatterngenerator_error.phpt | 5 ++--- .../datepatterngenerator_get_best_pattern.phpt | 5 ++--- ext/intl/tests/formatter_clone.phpt | 4 ++-- ext/intl/tests/formatter_clone_bad_obj.phpt | 4 ++-- ext/intl/tests/formatter_fail.phpt | 4 ++-- ext/intl/tests/formatter_format2.phpt | 3 ++- ext/intl/tests/formatter_format3.phpt | 3 ++- ext/intl/tests/formatter_format4.phpt | 3 ++- ext/intl/tests/formatter_format5.phpt | 3 ++- ext/intl/tests/formatter_format6.phpt | 3 ++- ext/intl/tests/formatter_format7.phpt | 3 ++- ext/intl/tests/formatter_format8.phpt | 3 ++- ext/intl/tests/formatter_format_conv.phpt | 4 ++-- ext/intl/tests/formatter_format_currency2.phpt | 4 ++-- ext/intl/tests/formatter_get_error.phpt | 4 ++-- ext/intl/tests/formatter_get_locale.phpt | 3 ++- .../tests/formatter_get_locale_variant2.phpt | 3 ++- .../tests/formatter_get_locale_variant3.phpt | 3 ++- .../tests/formatter_get_locale_variant4.phpt | 3 ++- ext/intl/tests/formatter_get_set_pattern.phpt | 3 ++- ext/intl/tests/formatter_get_set_pattern2.phpt | 3 ++- ext/intl/tests/formatter_get_set_symbol2.phpt | 3 ++- .../tests/formatter_get_set_text_attribute.phpt | 3 ++- .../formatter_get_set_text_attribute_var2.phpt | 3 ++- ext/intl/tests/formatter_parse.phpt | 4 ++-- ext/intl/tests/formatter_parse_currency.phpt | 4 ++-- ext/intl/tests/grapheme.phpt | 3 ++- ext/intl/tests/grapheme2.phpt | 3 ++- ext/intl/tests/grapheme_empty.phpt | 4 ++-- .../gregoriancalendar___construct_basic.phpt | 6 ++---- .../gregoriancalendar___construct_error.phpt | 6 ++---- .../gregoriancalendar___construct_variant1.phpt | 6 ++---- ...goriancalendar_getGregorianChange_error.phpt | 6 ++---- ...ancalendar_get_setGregorianChange_basic.phpt | 6 ++---- .../gregoriancalendar_isLeapYear_basic.phpt | 6 ++---- .../gregoriancalendar_isLeapYear_error.phpt | 6 ++---- ext/intl/tests/idn.phpt | 4 ++-- ext/intl/tests/idn_bug76829.phpt | 4 ++-- ext/intl/tests/idn_uts46_basic.phpt | 4 ++-- ext/intl/tests/idn_uts46_errors.phpt | 4 ++-- ext/intl/tests/ini_use_exceptions_basic.phpt | 4 ++-- ext/intl/tests/intl_error_name.phpt | 4 ++-- ext/intl/tests/intl_get_error_code.phpt | 4 ++-- ext/intl/tests/intl_get_error_message.phpt | 4 ++-- .../tests/intl_icu_data_version_constant.phpt | 4 ++-- ext/intl/tests/intl_icu_version_constant.phpt | 4 ++-- ext/intl/tests/intl_is_failure.phpt | 4 ++-- ext/intl/tests/locale_accept.phpt | 4 ++-- ext/intl/tests/locale_bug66289.phpt | 4 ++-- ext/intl/tests/locale_bug72658.phpt | 4 ++-- ext/intl/tests/locale_bug74439.phpt | 4 ++-- ext/intl/tests/locale_compose_locale.phpt | 4 ++-- ext/intl/tests/locale_filter_matches2.phpt | 3 ++- ext/intl/tests/locale_filter_matches3.phpt | 3 ++- ext/intl/tests/locale_filter_matches4.phpt | 3 ++- ext/intl/tests/locale_get_all_variants.phpt | 4 ++-- ext/intl/tests/locale_get_default.phpt | 4 ++-- ext/intl/tests/locale_get_display_language.phpt | 3 ++- .../tests/locale_get_display_language2.phpt | 3 ++- ext/intl/tests/locale_get_display_name2.phpt | 3 ++- ext/intl/tests/locale_get_display_name3.phpt | 3 ++- ext/intl/tests/locale_get_display_name4.phpt | 3 ++- ext/intl/tests/locale_get_display_name5.phpt | 3 ++- ext/intl/tests/locale_get_display_name6.phpt | 3 ++- ext/intl/tests/locale_get_display_name7.phpt | 3 ++- ext/intl/tests/locale_get_display_name8.phpt | 3 ++- ext/intl/tests/locale_get_display_region2.phpt | 3 ++- ext/intl/tests/locale_get_display_region3.phpt | 3 ++- ext/intl/tests/locale_get_display_script3.phpt | 3 ++- ext/intl/tests/locale_get_display_script4.phpt | 3 ++- ext/intl/tests/locale_get_display_variant2.phpt | 4 ++-- ext/intl/tests/locale_get_keywords2.phpt | 4 ++-- ext/intl/tests/locale_get_primary_language.phpt | 4 ++-- ext/intl/tests/locale_get_region.phpt | 4 ++-- ext/intl/tests/locale_get_script.phpt | 4 ++-- ext/intl/tests/locale_lookup.phpt | 3 ++- ext/intl/tests/locale_lookup_variant2.phpt | 3 ++- ext/intl/tests/locale_lookup_variant3.phpt | 3 ++- ext/intl/tests/locale_parse_locale2.phpt | 4 ++-- ext/intl/tests/locale_set_default.phpt | 4 ++-- ext/intl/tests/msgfmt_bug70484.phpt | 6 ++---- ext/intl/tests/msgfmt_clone.phpt | 4 ++-- ext/intl/tests/msgfmt_clone_bad_obj.phpt | 4 ++-- ext/intl/tests/msgfmt_fail2.phpt | 4 ++-- ext/intl/tests/msgfmt_format.phpt | 4 ++-- ext/intl/tests/msgfmt_format_datetime.phpt | 6 ++---- ext/intl/tests/msgfmt_format_error1.phpt | 6 ++---- ext/intl/tests/msgfmt_format_error2.phpt | 6 ++---- ext/intl/tests/msgfmt_format_error3.phpt | 6 ++---- ext/intl/tests/msgfmt_format_error4.phpt | 6 ++---- ext/intl/tests/msgfmt_format_error5.phpt | 6 ++---- ext/intl/tests/msgfmt_format_error6.phpt | 6 ++---- ext/intl/tests/msgfmt_format_intlcalendar.phpt | 4 ++-- .../msgfmt_format_intlcalendar_variant2.phpt | 4 ++-- .../msgfmt_format_intlcalendar_variant3.phpt | 4 ++-- .../msgfmt_format_intlcalendar_variant4.phpt | 3 ++- ext/intl/tests/msgfmt_format_mixed_params.phpt | 6 ++---- ...fmt_format_simple_types_numeric_strings.phpt | 6 ++---- ext/intl/tests/msgfmt_format_subpatterns.phpt | 6 ++---- .../tests/msgfmt_format_subpatterns_named.phpt | 6 ++---- ext/intl/tests/msgfmt_get_locale.phpt | 4 ++-- ext/intl/tests/msgfmt_get_set_pattern.phpt | 4 ++-- ext/intl/tests/msgfmt_millisecond_dates.phpt | 6 ++---- ext/intl/tests/msgfmt_parse.phpt | 4 ++-- ext/intl/tests/msgfmt_setPattern_cache.phpt | 6 ++---- .../tests/normalizer_get_raw_decomposition.phpt | 3 ++- ext/intl/tests/normalizer_normalize.phpt | 4 ++-- ext/intl/tests/normalizer_normalize_kc_cf.phpt | 3 ++- ext/intl/tests/rbbiter___construct_basic.phpt | 6 ++---- .../tests/rbbiter_getBinaryRules_basic.phpt | 3 ++- .../tests/rbbiter_getBinaryRules_basic2.phpt | 3 ++- .../tests/rbbiter_getBinaryRules_basic3.phpt | 3 ++- .../tests/rbbiter_getRuleStatusVec_basic.phpt | 6 ++---- ext/intl/tests/rbbiter_getRuleStatus_basic.phpt | 6 ++---- ext/intl/tests/rbbiter_getRules_basic.phpt | 3 ++- ext/intl/tests/rbbiter_getRules_basic2.phpt | 3 ++- ext/intl/tests/rbbiter_getRules_basic3.phpt | 3 ++- ext/intl/tests/regression_sort_and_cow.phpt | 4 ++-- ext/intl/tests/regression_sort_eq.phpt | 4 ++-- ext/intl/tests/regression_sortwsk_and_cow.phpt | 4 ++-- ext/intl/tests/regression_sortwsk_eq.phpt | 4 ++-- ext/intl/tests/resourcebundle_arrayaccess.phpt | 4 ++-- ext/intl/tests/resourcebundle_countable.phpt | 4 ++-- ext/intl/tests/resourcebundle_create.phpt | 4 ++-- ext/intl/tests/resourcebundle_double_ctor.phpt | 4 ++-- ext/intl/tests/resourcebundle_individual.phpt | 4 ++-- ext/intl/tests/resourcebundle_internal.phpt | 3 ++- ext/intl/tests/resourcebundle_iterator.phpt | 4 ++-- ext/intl/tests/resourcebundle_locales.phpt | 4 ++-- .../resourcebundle_null_mandatory_args.phpt | 3 ++- ...urcebundle_null_mandatory_args_variant2.phpt | 4 ++-- ext/intl/tests/resourcebundle_traversable.phpt | 4 ++-- .../tests/timezone_IDforWindowsID_basic.phpt | 5 ++--- .../tests/timezone_IDforWindowsID_basic2.phpt | 5 ++--- ext/intl/tests/timezone_clone_basic.phpt | 6 ++---- ext/intl/tests/timezone_clone_error.phpt | 6 ++---- .../timezone_countEquivalentIDs_basic.phpt | 6 ++---- .../timezone_countEquivalentIDs_error.phpt | 6 ++---- .../tests/timezone_createDefault_basic.phpt | 6 ++---- .../tests/timezone_createEnumeration_basic.phpt | 6 ++---- .../tests/timezone_createEnumeration_error.phpt | 6 ++---- .../timezone_createEnumeration_variation1.phpt | 6 ++---- .../timezone_createEnumeration_variation2.phpt | 6 ++---- ...ezone_createTimeZoneIDEnumeration_basic.phpt | 6 ++---- ...ezone_createTimeZoneIDEnumeration_error.phpt | 6 ++---- ...ne_createTimeZoneIDEnumeration_variant1.phpt | 6 ++---- ...ne_createTimeZoneIDEnumeration_variant2.phpt | 6 ++---- .../tests/timezone_createTimeZone_basic.phpt | 6 ++---- .../tests/timezone_createTimeZone_error.phpt | 6 ++---- ext/intl/tests/timezone_equals_basic.phpt | 6 ++---- ext/intl/tests/timezone_equals_error.phpt | 6 ++---- .../tests/timezone_fromDateTimeZone_basic.phpt | 6 ++---- .../tests/timezone_fromDateTimeZone_error.phpt | 6 ++---- .../tests/timezone_getCanonicalID_basic.phpt | 6 ++---- .../tests/timezone_getCanonicalID_error.phpt | 6 ++---- .../tests/timezone_getCanonicalID_variant1.phpt | 3 ++- .../timezone_getCanonicalID_variant1_2.phpt | 3 ++- .../tests/timezone_getDSTSavings_basic.phpt | 6 ++---- .../tests/timezone_getDSTSavings_error.phpt | 6 ++---- .../tests/timezone_getDisplayName_basic.phpt | 6 ++---- .../tests/timezone_getDisplayName_error.phpt | 6 ++---- .../tests/timezone_getDisplayName_variant1.phpt | 6 ++---- .../timezone_getDisplayName_variant2-49+.phpt | 3 ++- .../timezone_getDisplayName_variant3-49+.phpt | 3 ++- .../tests/timezone_getDisplayName_variant4.phpt | 3 ++- .../tests/timezone_getEquivalentID_basic.phpt | 6 ++---- .../tests/timezone_getEquivalentID_error.phpt | 6 ++---- .../timezone_getErrorCodeMessage_basic.phpt | 4 ++-- ext/intl/tests/timezone_getErrorCode_error.phpt | 6 ++---- .../tests/timezone_getErrorMessage_error.phpt | 6 ++---- ext/intl/tests/timezone_getGMT_basic.phpt | 6 ++---- ext/intl/tests/timezone_getID_error.phpt | 6 ++---- ext/intl/tests/timezone_getOffset_basic.phpt | 6 ++---- ext/intl/tests/timezone_getOffset_error.phpt | 5 ++--- ext/intl/tests/timezone_getRawOffset_basic.phpt | 6 ++---- ext/intl/tests/timezone_getRawOffset_error.phpt | 6 ++---- ext/intl/tests/timezone_getRegion_basic.phpt | 6 ++---- ext/intl/tests/timezone_getRegion_error.phpt | 6 ++---- ext/intl/tests/timezone_getTZData_basic.phpt | 6 ++---- ext/intl/tests/timezone_getUnknown_basic.phpt | 6 ++---- ext/intl/tests/timezone_hasSameRules_basic.phpt | 6 ++---- ext/intl/tests/timezone_hasSameRules_error.phpt | 6 ++---- .../tests/timezone_toDateTimeZone_basic.phpt | 6 ++---- .../tests/timezone_toDateTimeZone_error.phpt | 6 ++---- .../tests/timezone_useDaylightTime_basic.phpt | 6 ++---- .../tests/timezone_useDaylightTime_error.phpt | 6 ++---- ext/intl/tests/timezone_windowsID_basic.phpt | 5 ++--- ext/intl/tests/timezone_windowsID_basic2.phpt | 5 ++--- ext/intl/tests/transliterator_clone.phpt | 4 ++-- ext/intl/tests/transliterator_create_basic.phpt | 4 ++-- ext/intl/tests/transliterator_create_error.phpt | 4 ++-- .../transliterator_create_from_rule_basic.phpt | 4 ++-- .../transliterator_create_from_rule_error.phpt | 4 ++-- .../transliterator_create_inverse_basic.phpt | 4 ++-- .../transliterator_create_inverse_error.phpt | 4 ++-- .../transliterator_get_error_code_basic.phpt | 4 ++-- .../transliterator_get_error_code_error.phpt | 4 ++-- .../transliterator_get_error_message_basic.phpt | 4 ++-- .../transliterator_get_error_message_error.phpt | 4 ++-- .../tests/transliterator_list_ids_basic.phpt | 4 ++-- ext/intl/tests/transliterator_property_id.phpt | 4 ++-- .../transliterator_transliterate_basic.phpt | 4 ++-- .../transliterator_transliterate_error.phpt | 4 ++-- .../transliterator_transliterate_variant1.phpt | 4 ++-- .../tests/uconverter___construct_error.phpt | 4 ++-- ext/intl/tests/uconverter_bug66873.phpt | 4 ++-- ext/intl/tests/uconverter_enum.phpt | 4 ++-- ext/intl/tests/uconverter_func_basic.phpt | 4 ++-- ext/intl/tests/uconverter_func_subst.phpt | 4 ++-- .../uconverter_getDestinationEncoding.phpt | 4 ++-- .../tests/uconverter_getSourceEncoding.phpt | 4 ++-- .../tests/uconverter_getstandards_basic.phpt | 4 ++-- ext/intl/tests/uconverter_oop_algo.phpt | 4 ++-- ext/intl/tests/uconverter_oop_basic.phpt | 4 ++-- ext/intl/tests/uconverter_oop_callback.phpt | 3 ++- ext/intl/tests/uconverter_oop_callback2.phpt | 3 ++- .../tests/uconverter_oop_callback_return.phpt | 4 ++-- ext/intl/tests/uconverter_oop_subst.phpt | 4 ++-- .../tests/uconverter_setSourceEncoding.phpt | 4 ++-- ext/intl/uchar/tests/basic-functionality.phpt | 4 ++-- ext/intl/uchar/tests/bug70453.phpt | 4 ++-- ext/intl/uchar/tests/bug70454.phpt | 4 ++-- ext/intl/uchar/tests/bug70455.phpt | 4 ++-- ext/ldap/tests/ldap_read_variation1.phpt | 6 ++---- ext/libxml/tests/001.phpt | 4 ++-- ext/libxml/tests/002.phpt | 4 ++-- ext/libxml/tests/003.phpt | 4 ++-- ext/libxml/tests/004.phpt | 4 ++-- ext/libxml/tests/bug42112.phpt | 4 ++-- ext/libxml/tests/bug51903.phpt | 3 ++- ext/libxml/tests/bug54138.phpt | 3 ++- ext/libxml/tests/bug54138_2.phpt | 3 ++- ext/libxml/tests/bug54440.phpt | 4 ++-- ext/libxml/tests/bug61367-read.phpt | 3 ++- ext/libxml/tests/bug61367-read_2.phpt | 3 ++- ext/libxml/tests/bug61367-write.phpt | 4 ++-- ext/libxml/tests/bug63389.phpt | 4 ++-- ext/libxml/tests/bug69753-mb.phpt | 3 ++- ext/libxml/tests/bug69753.phpt | 3 ++- ext/libxml/tests/bug76777.phpt | 5 +++-- ext/libxml/tests/bug79191.phpt | 8 +++----- .../tests/libxml_disable_entity_loader.phpt | 5 +++-- .../tests/libxml_disable_entity_loader_2.phpt | 5 +++-- ...bxml_entity_loading_disabled_by_default.phpt | 7 +++---- ...libxml_set_external_entity_loader_basic.phpt | 4 ++-- ...ibxml_set_external_entity_loader_error1.phpt | 4 ++-- ...l_set_external_entity_loader_variation1.phpt | 4 ++-- ...l_set_external_entity_loader_variation2.phpt | 4 ++-- ext/mbstring/tests/bug46806.phpt | 4 ++-- ext/mbstring/tests/bug66797.phpt | 3 ++- ext/mbstring/tests/bug71606.phpt | 6 ++---- ext/mbstring/tests/bug72691.phpt | 3 ++- ext/mbstring/tests/bug72693.phpt | 3 ++- ext/mbstring/tests/bug72694.phpt | 3 ++- ext/mbstring/tests/bug72710.phpt | 3 ++- ext/mbstring/tests/bug76319.phpt | 4 ++-- ext/mbstring/tests/bug76704.phpt | 6 ++---- ext/mbstring/tests/bug76958.phpt | 4 ++-- ext/mbstring/tests/bug76999.phpt | 3 ++- ext/mbstring/tests/bug77025.phpt | 4 ++-- ext/mbstring/tests/bug77367.phpt | 3 ++- ext/mbstring/tests/bug77370.phpt | 3 ++- ext/mbstring/tests/bug77371.phpt | 3 ++- ext/mbstring/tests/bug77381.phpt | 3 ++- ext/mbstring/tests/bug77418.phpt | 3 ++- ext/mbstring/tests/bug77428.phpt | 3 ++- ext/mbstring/tests/bug77514.phpt | 3 ++- ext/mbstring/tests/bug78559.phpt | 3 ++- ext/mbstring/tests/bug78609.phpt | 6 ++---- ext/mbstring/tests/bug78633.phpt | 3 ++- ext/mbstring/tests/bug79149.phpt | 6 ++---- ext/mbstring/tests/bug79154.phpt | 6 ++---- ext/mbstring/tests/bug79371.phpt | 6 ++---- ext/mbstring/tests/bug81011.phpt | 6 ++---- ext/mbstring/tests/mb_convert_kana.phpt | 3 ++- ext/mbstring/tests/mb_decode_numericentity.phpt | 3 ++- ext/mbstring/tests/mb_encode_numericentity.phpt | 3 ++- ext/mbstring/tests/mb_ereg2.phpt | 3 ++- ext/mbstring/tests/mb_ereg_dupnames.phpt | 3 ++- .../tests/mb_ereg_named_subpatterns.phpt | 3 ++- ext/mbstring/tests/mb_ereg_search.phpt | 3 ++- .../mb_ereg_search_named_subpatterns_1.phpt | 3 ++- .../mb_ereg_search_named_subpatterns_2.phpt | 3 ++- ext/mbstring/tests/mb_ereg_search_pos.phpt | 3 ++- ext/mbstring/tests/mb_ereg_search_regs.phpt | 3 ++- ext/mbstring/tests/mb_ereg_search_setpos.phpt | 3 ++- ext/mbstring/tests/mb_ereg_search_syntax.phpt | 3 ++- ext/mbstring/tests/mb_eregi.phpt | 3 ++- ext/mbstring/tests/mb_eregi_replace.phpt | 3 ++- ext/mysqli/tests/bug32490.phpt | 4 ++-- ext/mysqli/tests/bug38003.phpt | 4 ++-- ext/oci8/tests/array_bind_001.phpt | 4 ++-- ext/oci8/tests/array_bind_002.phpt | 4 ++-- ext/oci8/tests/array_bind_007.phpt | 4 ++-- ext/oci8/tests/array_bind_009.phpt | 4 ++-- ext/oci8/tests/array_bind_010.phpt | 4 ++-- ext/oci8/tests/array_bind_011.phpt | 4 ++-- ext/oci8/tests/array_bind_012.phpt | 4 ++-- ext/oci8/tests/array_bind_013.phpt | 4 ++-- ext/oci8/tests/bind_boolean_1.phpt | 3 ++- ext/oci8/tests/bind_char_1.phpt | 3 ++- ext/oci8/tests/bind_char_1_11gR1.phpt | 3 ++- ext/oci8/tests/bind_char_2.phpt | 3 ++- ext/oci8/tests/bind_char_2_11gR1.phpt | 3 ++- ext/oci8/tests/bind_char_3.phpt | 3 ++- ext/oci8/tests/bind_char_3_11gR1.phpt | 3 ++- ext/oci8/tests/bind_char_4.phpt | 3 ++- ext/oci8/tests/bind_char_4_11gR1.phpt | 3 ++- ext/oci8/tests/bind_empty.phpt | 4 ++-- ext/oci8/tests/bind_misccoltypes_errs.phpt | 4 ++-- ext/oci8/tests/bind_number.phpt | 6 ++---- ext/oci8/tests/bind_query.phpt | 4 ++-- ext/oci8/tests/bind_rowid.phpt | 4 ++-- ext/oci8/tests/bind_sqltafc.phpt | 4 ++-- ext/oci8/tests/bind_sqltchr_1.phpt | 4 ++-- ext/oci8/tests/bind_sqltchr_2.phpt | 4 ++-- ext/oci8/tests/bind_sqltint.phpt | 4 ++-- ext/oci8/tests/bind_sqltnum.phpt | 3 ++- ext/oci8/tests/bind_sqltnum_11g.phpt | 3 ++- ext/oci8/tests/bind_unsupported_1.phpt | 4 ++-- ext/oci8/tests/bind_unsupported_2.phpt | 6 ++---- ext/oci8/tests/bug26133.phpt | 4 ++-- ext/oci8/tests/bug27303_1.phpt | 3 ++- ext/oci8/tests/bug27303_1_11gR1.phpt | 3 ++- ext/oci8/tests/bug27303_2.phpt | 3 ++- ext/oci8/tests/bug27303_2_11gR1.phpt | 3 ++- ext/oci8/tests/bug27303_3.phpt | 4 ++-- ext/oci8/tests/bug27303_4.phpt | 3 ++- ext/oci8/tests/bug27303_4_11gR1.phpt | 3 ++- ext/oci8/tests/bug36096.phpt | 4 ++-- ext/oci8/tests/bug36403.phpt | 6 ++---- ext/oci8/tests/bug38161.phpt | 4 ++-- ext/oci8/tests/bug45458.phpt | 4 ++-- ext/oci8/tests/bug51291_1.phpt | 4 ++-- ext/oci8/tests/bug68298.phpt | 3 ++- ext/oci8/tests/bug70700.phpt | 3 ++- ext/oci8/tests/bug71422.phpt | 6 ++---- ext/oci8/tests/bug74625.phpt | 6 ++---- ext/oci8/tests/calltimeout1.phpt | 3 ++- ext/oci8/tests/clientversion.phpt | 6 ++---- ext/oci8/tests/close.phpt | 4 ++-- ext/oci8/tests/conn_attr_1.phpt | 5 +++-- ext/oci8/tests/connect.phpt | 4 ++-- ext/oci8/tests/connect_1.phpt | 4 ++-- ext/oci8/tests/connect_scope1.phpt | 4 ++-- ext/oci8/tests/connect_scope2.phpt | 4 ++-- ext/oci8/tests/connect_scope_try1.phpt | 4 ++-- ext/oci8/tests/connect_scope_try2.phpt | 4 ++-- ext/oci8/tests/connect_scope_try3.phpt | 4 ++-- ext/oci8/tests/connect_scope_try4.phpt | 4 ++-- ext/oci8/tests/connect_scope_try5.phpt | 4 ++-- ext/oci8/tests/connect_scope_try6.phpt | 4 ++-- ext/oci8/tests/connect_with_charset_001.phpt | 4 ++-- ext/oci8/tests/connect_without_oracle_home.phpt | 3 ++- .../tests/connect_without_oracle_home_11.phpt | 3 ++- ext/oci8/tests/db_op_1.phpt | 3 ++- ext/oci8/tests/db_op_2.phpt | 3 ++- ext/oci8/tests/default_prefetch0.phpt | 4 ++-- ext/oci8/tests/default_prefetch1.phpt | 4 ++-- ext/oci8/tests/default_prefetch2.phpt | 4 ++-- ext/oci8/tests/define.phpt | 4 ++-- ext/oci8/tests/define0.phpt | 4 ++-- ext/oci8/tests/define1.phpt | 4 ++-- ext/oci8/tests/define4.phpt | 4 ++-- ext/oci8/tests/define5.phpt | 4 ++-- ext/oci8/tests/drcp_cclass1.phpt | 3 ++- ext/oci8/tests/drcp_characterset.phpt | 4 ++-- ext/oci8/tests/drcp_conn_close1.phpt | 4 ++-- ext/oci8/tests/drcp_conn_close2.phpt | 4 ++-- ext/oci8/tests/drcp_connection_class.phpt | 3 ++- ext/oci8/tests/drcp_newconnect.phpt | 4 ++-- ext/oci8/tests/drcp_pconn_close1.phpt | 4 ++-- ext/oci8/tests/drcp_pconn_close2.phpt | 4 ++-- ext/oci8/tests/drcp_privileged.phpt | 3 ++- ext/oci8/tests/drcp_scope1.phpt | 4 ++-- ext/oci8/tests/drcp_scope2.phpt | 4 ++-- ext/oci8/tests/drcp_scope3.phpt | 4 ++-- ext/oci8/tests/drcp_scope4.phpt | 4 ++-- ext/oci8/tests/drcp_scope5.phpt | 4 ++-- ext/oci8/tests/driver_name.phpt | 6 +++--- ext/oci8/tests/driver_name_11gR2.phpt | 6 +++--- ext/oci8/tests/dupcolnames.phpt | 4 ++-- ext/oci8/tests/edition_1.phpt | 3 ++- ext/oci8/tests/edition_2.phpt | 3 ++- ext/oci8/tests/error1.phpt | 4 ++-- ext/oci8/tests/error_bind.phpt | 4 ++-- ext/oci8/tests/error_bind_2.phpt | 3 ++- ext/oci8/tests/error_bind_3.phpt | 3 ++- ext/oci8/tests/error_parse.phpt | 4 ++-- ext/oci8/tests/error_set.phpt | 4 ++-- ext/oci8/tests/exec_fetch.phpt | 4 ++-- ext/oci8/tests/execute_mode.phpt | 4 ++-- ext/oci8/tests/existence_aliases.phpt | 4 ++-- ext/oci8/tests/extauth_01.phpt | 3 ++- ext/oci8/tests/extauth_02.phpt | 3 ++- ext/oci8/tests/extauth_03.phpt | 3 ++- ext/oci8/tests/extauth_04.phpt | 3 ++- ext/oci8/tests/fetch.phpt | 4 ++-- ext/oci8/tests/fetch_all1.phpt | 4 ++-- ext/oci8/tests/fetch_all3.phpt | 4 ++-- ext/oci8/tests/fetch_all4.phpt | 4 ++-- ext/oci8/tests/fetch_all5.phpt | 4 ++-- ext/oci8/tests/fetch_assoc.phpt | 4 ++-- ext/oci8/tests/fetch_row.phpt | 4 ++-- ext/oci8/tests/field_funcs1.phpt | 4 ++-- ext/oci8/tests/field_funcs2.phpt | 4 ++-- ext/oci8/tests/field_funcs3.phpt | 4 ++-- ext/oci8/tests/imp_res_1.phpt | 3 ++- ext/oci8/tests/imp_res_2.phpt | 3 ++- ext/oci8/tests/imp_res_3.phpt | 3 ++- ext/oci8/tests/imp_res_4.phpt | 3 ++- ext/oci8/tests/imp_res_5.phpt | 3 ++- ext/oci8/tests/imp_res_6.phpt | 3 ++- ext/oci8/tests/imp_res_7.phpt | 3 ++- ext/oci8/tests/imp_res_call_error.phpt | 3 ++- ext/oci8/tests/imp_res_cancel.phpt | 3 ++- ext/oci8/tests/imp_res_close.phpt | 3 ++- ext/oci8/tests/imp_res_cursor.phpt | 3 ++- ext/oci8/tests/imp_res_dbmsoutput.phpt | 3 ++- ext/oci8/tests/imp_res_field.phpt | 3 ++- ext/oci8/tests/imp_res_func_error.phpt | 3 ++- ext/oci8/tests/imp_res_get_1.phpt | 3 ++- ext/oci8/tests/imp_res_get_2.phpt | 3 ++- ext/oci8/tests/imp_res_get_3.phpt | 3 ++- ext/oci8/tests/imp_res_get_4.phpt | 3 ++- ext/oci8/tests/imp_res_get_5.phpt | 3 ++- ext/oci8/tests/imp_res_get_all.phpt | 3 ++- ext/oci8/tests/imp_res_get_cancel.phpt | 3 ++- ext/oci8/tests/imp_res_get_close_1.phpt | 3 ++- ext/oci8/tests/imp_res_get_close_2.phpt | 3 ++- ext/oci8/tests/imp_res_get_close_3.phpt | 3 ++- ext/oci8/tests/imp_res_get_cursor.phpt | 3 ++- ext/oci8/tests/imp_res_get_dbmsoutput.phpt | 3 ++- ext/oci8/tests/imp_res_get_exec.phpt | 3 ++- ext/oci8/tests/imp_res_get_none.phpt | 3 ++- ext/oci8/tests/imp_res_insert.phpt | 3 ++- ext/oci8/tests/imp_res_lob.phpt | 3 ++- ext/oci8/tests/imp_res_prefetch.phpt | 3 ++- ext/oci8/tests/ini_1.phpt | 3 ++- ext/oci8/tests/lob_temp2.phpt | 3 ++- ext/oci8/tests/minfo.phpt | 4 ++-- ext/oci8/tests/null_byte_1.phpt | 4 ++-- ext/oci8/tests/null_byte_3.phpt | 4 ++-- ext/oci8/tests/num.phpt | 4 ++-- ext/oci8/tests/old_oci_close.phpt | 4 ++-- ext/oci8/tests/old_oci_close1.phpt | 4 ++-- ext/oci8/tests/password.phpt | 3 ++- ext/oci8/tests/password_2.phpt | 3 ++- ext/oci8/tests/pecl_bug16035.phpt | 3 ++- ext/oci8/tests/pecl_bug6109.phpt | 4 ++-- ext/oci8/tests/persistent.phpt | 4 ++-- ext/oci8/tests/prefetch.phpt | 4 ++-- ext/oci8/tests/privileged_connect.phpt | 4 ++-- ext/oci8/tests/privileged_connect1.phpt | 4 ++-- ext/oci8/tests/refcur_prefetch_1.phpt | 7 ++++--- ext/oci8/tests/refcur_prefetch_2.phpt | 7 ++++--- ext/oci8/tests/refcur_prefetch_3.phpt | 7 ++++--- ext/oci8/tests/refcur_prefetch_4.phpt | 7 ++++--- ext/oci8/tests/select_null.phpt | 4 ++-- ext/oci8/tests/serverversion.phpt | 4 ++-- ext/oci8/tests/statement_type.phpt | 4 ++-- ext/oci8/tests/testping.phpt | 4 ++-- ext/oci8/tests/uncommitted.phpt | 4 ++-- ext/oci8/tests/xmltype_01.phpt | 3 ++- ext/oci8/tests/xmltype_02.phpt | 3 ++- ext/odbc/tests/bug78473.phpt | 6 ++---- ext/opcache/tests/jit/bug80426.phpt | 2 +- ext/openssl/tests/001.phpt | 3 ++- ext/openssl/tests/bug25614.phpt | 3 ++- ext/openssl/tests/bug28382.phpt | 6 ++---- ext/openssl/tests/bug36732.phpt | 6 ++---- ext/openssl/tests/bug37820.phpt | 6 ++---- ext/openssl/tests/bug38255.phpt | 6 ++---- ext/openssl/tests/bug38261.phpt | 6 ++---- ext/openssl/tests/bug39217.phpt | 6 ++---- ext/openssl/tests/bug41033.phpt | 6 ++---- ext/openssl/tests/bug41353.phpt | 6 ++---- ext/openssl/tests/bug46127.phpt | 3 ++- ext/openssl/tests/bug47828.phpt | 4 ++-- ext/openssl/tests/bug48182.phpt | 3 ++- ext/openssl/tests/bug54060.phpt | 4 ++-- ext/openssl/tests/bug54061.phpt | 4 ++-- ext/openssl/tests/bug54992.phpt | 3 ++- ext/openssl/tests/bug55259.phpt | 4 ++-- ext/openssl/tests/bug55646.phpt | 4 ++-- ext/openssl/tests/bug60632.phpt | 6 ++---- ext/openssl/tests/bug61124.phpt | 5 ++--- ext/openssl/tests/bug61930.phpt | 6 ++---- ext/openssl/tests/bug62890.phpt | 3 ++- ext/openssl/tests/bug64802.phpt | 3 ++- ext/openssl/tests/bug65538_001.phpt | 3 ++- ext/openssl/tests/bug65538_002.phpt | 3 ++- ext/openssl/tests/bug65538_003.phpt | 5 +++-- ext/openssl/tests/bug65698.phpt | 4 ++-- ext/openssl/tests/bug65729.phpt | 3 ++- ext/openssl/tests/bug66501.phpt | 3 ++- ext/openssl/tests/bug67403.phpt | 4 ++-- ext/openssl/tests/bug68265.phpt | 3 ++- ext/openssl/tests/bug68879.phpt | 3 ++- ext/openssl/tests/bug68912.phpt | 3 ++- ext/openssl/tests/bug68920.phpt | 3 ++- ext/openssl/tests/bug69215.phpt | 3 ++- ext/openssl/tests/bug70438.phpt | 3 ++- ext/openssl/tests/bug71475.phpt | 6 ++---- ext/openssl/tests/bug71917.phpt | 6 ++---- ext/openssl/tests/bug72165.phpt | 6 ++---- ext/openssl/tests/bug72333.phpt | 3 ++- ext/openssl/tests/bug72336.phpt | 4 ++-- ext/openssl/tests/bug72362.phpt | 6 ++---- ext/openssl/tests/bug73072.phpt | 3 ++- ext/openssl/tests/bug73478.phpt | 4 ++-- ext/openssl/tests/bug73711.phpt | 6 ++---- ext/openssl/tests/bug73833.phpt | 6 ++---- ext/openssl/tests/bug74022.phpt | 6 ++---- ext/openssl/tests/bug74022_2.phpt | 6 ++---- ext/openssl/tests/bug74099.phpt | 6 ++---- ext/openssl/tests/bug74159.phpt | 3 ++- ext/openssl/tests/bug74341.phpt | 4 ++-- ext/openssl/tests/bug74402.phpt | 3 ++- ext/openssl/tests/bug74651.phpt | 6 ++---- ext/openssl/tests/bug74720_0.phpt | 6 ++---- ext/openssl/tests/bug74720_1.phpt | 4 ++-- ext/openssl/tests/bug74798.phpt | 4 ++-- ext/openssl/tests/bug74903.phpt | 6 ++---- ext/openssl/tests/bug76296.phpt | 4 ++-- ext/openssl/tests/bug76705.phpt | 3 ++- ext/openssl/tests/bug77390.phpt | 3 ++- ext/openssl/tests/bug78391.phpt | 4 ++-- ext/openssl/tests/bug79145.phpt | 3 ++- ext/openssl/tests/bug80747.phpt | 3 ++- ext/openssl/tests/capture_peer_cert_001.phpt | 3 ++- ext/openssl/tests/cve-2013-6420.phpt | 4 ++-- ext/openssl/tests/cve2013_4073.phpt | 4 ++-- .../tests/openssl_cms_decrypt_basic.phpt | 4 ++-- .../tests/openssl_cms_decrypt_error.phpt | 4 ++-- .../tests/openssl_cms_encrypt_basic.phpt | 4 ++-- ext/openssl/tests/openssl_cms_encrypt_der.phpt | 5 ++--- ext/openssl/tests/openssl_cms_encrypt_pem.phpt | 5 ++--- ext/openssl/tests/openssl_cms_read_basic.phpt | 4 ++-- ext/openssl/tests/openssl_cms_sign_basic.phpt | 4 ++-- ext/openssl/tests/openssl_cms_sign_der.phpt | 4 ++-- .../tests/openssl_cms_sign_verify_basic.phpt | 4 ++-- .../tests/openssl_cms_sign_verify_detached.phpt | 4 ++-- .../openssl_cms_sign_verify_nodetached_pem.phpt | 4 ++-- ext/openssl/tests/openssl_cms_verify_basic.phpt | 4 ++-- ext/openssl/tests/openssl_cms_verify_der.phpt | 4 ++-- ext/openssl/tests/openssl_csr_export_basic.phpt | 4 ++-- .../tests/openssl_csr_export_to_file_basic.phpt | 4 ++-- .../tests/openssl_csr_get_public_key_basic.phpt | 6 ++---- .../tests/openssl_csr_get_subject_basic.phpt | 6 ++---- ext/openssl/tests/openssl_csr_new_basic.phpt | 4 ++-- ext/openssl/tests/openssl_csr_sign_basic.phpt | 4 ++-- ext/openssl/tests/openssl_decrypt_basic.phpt | 4 ++-- ext/openssl/tests/openssl_decrypt_ccm.phpt | 4 ++-- ext/openssl/tests/openssl_decrypt_error.phpt | 4 ++-- ext/openssl/tests/openssl_decrypt_gcm.phpt | 4 ++-- ext/openssl/tests/openssl_decrypt_ocb.phpt | 4 ++-- ext/openssl/tests/openssl_digest_basic.phpt | 4 ++-- ext/openssl/tests/openssl_encrypt_ccm.phpt | 4 ++-- ext/openssl/tests/openssl_encrypt_crash.phpt | 4 ++-- ext/openssl/tests/openssl_encrypt_error.phpt | 4 ++-- ext/openssl/tests/openssl_encrypt_gcm.phpt | 4 ++-- ext/openssl/tests/openssl_encrypt_ocb.phpt | 4 ++-- .../tests/openssl_error_string_basic.phpt | 4 ++-- ext/openssl/tests/openssl_free_key.phpt | 4 ++-- .../tests/openssl_get_cert_locations_basic.phpt | 4 ++-- .../tests/openssl_get_cipher_methods.phpt | 6 ++---- ext/openssl/tests/openssl_get_md_methods.phpt | 6 ++---- ext/openssl/tests/openssl_open_basic.phpt | 4 ++-- .../tests/openssl_peer_fingerprint_basic.phpt | 3 ++- .../tests/openssl_pkcs12_export_basic.phpt | 4 ++-- .../openssl_pkcs12_export_to_file_basic.phpt | 4 ++-- .../openssl_pkcs12_export_to_file_error.phpt | 4 ++-- .../tests/openssl_pkcs12_read_basic.phpt | 4 ++-- .../tests/openssl_pkcs7_decrypt_basic.phpt | 4 ++-- .../tests/openssl_pkcs7_decrypt_error.phpt | 4 ++-- .../tests/openssl_pkcs7_encrypt_basic.phpt | 4 ++-- ext/openssl/tests/openssl_pkcs7_read_basic.phpt | 4 ++-- ext/openssl/tests/openssl_pkcs7_sign_basic.phpt | 4 ++-- .../tests/openssl_pkcs7_verify_basic.phpt | 4 ++-- ext/openssl/tests/openssl_pkey_derive-dh.phpt | 4 ++-- .../tests/openssl_pkey_export_basic.phpt | 4 ++-- .../tests/openssl_pkey_get_details_basic.phpt | 3 ++- ext/openssl/tests/openssl_pkey_new_basic.phpt | 4 ++-- ext/openssl/tests/openssl_pkey_new_error.phpt | 4 ++-- .../tests/openssl_private_decrypt_basic.phpt | 4 ++-- .../tests/openssl_private_encrypt_basic.phpt | 4 ++-- .../tests/openssl_public_decrypt_basic.phpt | 4 ++-- .../tests/openssl_public_encrypt_basic.phpt | 4 ++-- .../openssl_random_pseudo_bytes_basic.phpt | 4 ++-- .../openssl_random_pseudo_bytes_error.phpt | 4 ++-- ext/openssl/tests/openssl_seal_basic.phpt | 4 ++-- ext/openssl/tests/openssl_sign_basic.phpt | 4 ++-- .../tests/openssl_spki_export_basic.phpt | 3 ++- .../openssl_spki_export_challenge_basic.phpt | 3 ++- ext/openssl/tests/openssl_spki_new_basic.phpt | 6 ++---- .../tests/openssl_spki_verify_basic.phpt | 6 ++---- ext/openssl/tests/openssl_verify_basic.phpt | 4 ++-- .../openssl_x509_check_private_key_basic.phpt | 4 ++-- .../tests/openssl_x509_checkpurpose_basic.phpt | 5 +++-- .../tests/openssl_x509_export_basic.phpt | 4 ++-- .../openssl_x509_export_to_file_basic.phpt | 4 ++-- .../tests/openssl_x509_fingerprint_basic.phpt | 4 ++-- ext/openssl/tests/openssl_x509_free_basic.phpt | 4 ++-- ext/openssl/tests/openssl_x509_parse_basic.phpt | 4 ++-- ext/openssl/tests/openssl_x509_read_basic.phpt | 4 ++-- ext/openssl/tests/openssl_x509_verify.phpt | 4 ++-- ext/openssl/tests/peer_verification.phpt | 3 ++- ext/openssl/tests/san_peer_matching.phpt | 3 ++- ext/openssl/tests/session_meta_capture.phpt | 3 ++- .../tests/session_meta_capture_tlsv13.phpt | 3 ++- ext/openssl/tests/sni_server.phpt | 3 ++- ext/openssl/tests/sni_server_key_cert.phpt | 3 ++- ext/openssl/tests/stream_crypto_flags_001.phpt | 3 ++- ext/openssl/tests/stream_crypto_flags_002.phpt | 3 ++- ext/openssl/tests/stream_crypto_flags_003.phpt | 3 ++- ext/openssl/tests/stream_crypto_flags_004.phpt | 3 ++- ext/openssl/tests/stream_security_level.phpt | 3 ++- .../tests/stream_server_reneg_limit.phpt | 3 ++- .../tests/stream_verify_peer_name_001.phpt | 3 ++- .../tests/stream_verify_peer_name_002.phpt | 3 ++- .../tests/stream_verify_peer_name_003.phpt | 3 ++- ext/openssl/tests/streams_crypto_method.phpt | 3 ++- .../tests/tls_min_v1.0_max_v1.1_wrapper.phpt | 3 ++- ext/openssl/tests/tls_wrapper.phpt | 3 ++- .../tests/tls_wrapper_with_tls_v1.3.phpt | 3 ++- ext/openssl/tests/tlsv1.0_wrapper.phpt | 3 ++- ext/openssl/tests/tlsv1.1_wrapper.phpt | 3 ++- ext/openssl/tests/tlsv1.2_wrapper.phpt | 3 ++- ext/openssl/tests/tlsv1.3_wrapper.phpt | 3 ++- ext/pcntl/tests/001.phpt | 11 ++++++----- ext/pcntl/tests/002.phpt | 15 ++++++++------- ext/pcntl/tests/003.phpt | 7 ++++--- ext/pcntl/tests/async_signals.phpt | 10 +++------- ext/pcntl/tests/async_signals_2.phpt | 3 ++- ext/pcntl/tests/bug47566.phpt | 4 ++-- ext/pcntl/tests/bug72154.phpt | 4 ++-- ext/pcntl/tests/bug73783.phpt | 8 +++----- ext/pcntl/tests/pcntl_exec.phpt | 3 ++- ext/pcntl/tests/pcntl_exec_2.phpt | 3 ++- ext/pcntl/tests/pcntl_exec_3.phpt | 4 ++-- ext/pcntl/tests/pcntl_fork_basic.phpt | 8 +++----- ext/pcntl/tests/pcntl_fork_variation.phpt | 8 +++----- ext/pcntl/tests/pcntl_get_last_error.phpt | 6 ++---- ext/pcntl/tests/pcntl_getpriority_basic.phpt | 6 +++--- ext/pcntl/tests/pcntl_getpriority_error.phpt | 6 +++--- ext/pcntl/tests/pcntl_realtime_signal.phpt | 5 +++-- ext/pcntl/tests/pcntl_rfork.phpt | 7 ++++--- ext/pcntl/tests/pcntl_rfork_badflags.phpt | 7 ++++--- ext/pcntl/tests/pcntl_rfork_flags.phpt | 7 ++++--- ext/pcntl/tests/pcntl_rfork_nowait.phpt | 7 ++++--- ext/pcntl/tests/pcntl_setpriority_basic.phpt | 6 +++--- ext/pcntl/tests/pcntl_setpriority_error.phpt | 6 +++--- ext/pcntl/tests/pcntl_signal.phpt | 6 +++--- ext/pcntl/tests/pcntl_signal_dispatch.phpt | 11 +++-------- ext/pcntl/tests/pcntl_signal_get_handler.phpt | 6 +++--- ext/pcntl/tests/pcntl_unshare_01.phpt | 5 +++-- ext/pcntl/tests/pcntl_unshare_02.phpt | 5 +++-- ext/pcntl/tests/pcntl_unshare_03.phpt | 5 +++-- ext/pcntl/tests/pcntl_unshare_04.phpt | 5 +++-- ext/pcntl/tests/pcntl_wait.phpt | 6 +++--- ext/pcntl/tests/pcntl_wait_rusage1.phpt | 6 +++--- ext/pcntl/tests/pcntl_waitpid_rusage1.phpt | 6 +++--- ext/pcntl/tests/signal_closure_handler.phpt | 10 +++------- ext/pcre/tests/bug77193.phpt | 8 ++------ ext/pcre/tests/bug78272.phpt | 6 ++---- ext/pdo/tests/bug_34630.phpt | 3 ++- ext/pdo/tests/bug_34687.phpt | 3 ++- ext/pdo/tests/bug_35671.phpt | 3 ++- ext/pdo/tests/bug_36428.phpt | 5 +++-- ext/pdo/tests/bug_36798.phpt | 3 ++- ext/pdo/tests/bug_38253.phpt | 3 ++- ext/pdo/tests/bug_38394.phpt | 3 ++- ext/pdo/tests/bug_39398.phpt | 3 ++- ext/pdo/tests/bug_39656.phpt | 3 ++- ext/pdo/tests/bug_40285.phpt | 3 ++- ext/pdo/tests/bug_42917.phpt | 3 ++- ext/pdo/tests/bug_43130.phpt | 3 ++- ext/pdo/tests/bug_43139.phpt | 3 ++- ext/pdo/tests/bug_43663.phpt | 5 +++-- ext/pdo/tests/bug_44159.phpt | 3 ++- ext/pdo/tests/bug_44173.phpt | 3 ++- ext/pdo/tests/bug_44409.phpt | 3 ++- ext/pdo/tests/bug_44861.phpt | 3 ++- ext/pdo/tests/bug_47769.phpt | 7 ++----- ext/pdo/tests/bug_50458.phpt | 3 ++- ext/pdo/tests/bug_52098.phpt | 3 ++- ext/pdo/tests/bug_60665.phpt | 3 ++- ext/pdo/tests/bug_61292.phpt | 3 ++- ext/pdo/tests/bug_64172.phpt | 3 ++- ext/pdo/tests/bug_65946.phpt | 3 ++- ext/pdo/tests/bug_69356.phpt | 3 ++- ext/pdo/tests/bug_71447.phpt | 3 ++- ext/pdo/tests/bug_71885.phpt | 3 ++- ext/pdo/tests/bug_72368.phpt | 3 ++- ext/pdo/tests/bug_72788.phpt | 3 ++- ext/pdo/tests/bug_73234.phpt | 3 ++- ext/pdo/tests/bug_77849.phpt | 3 ++- ext/pdo/tests/bug_77849_2.phpt | 6 ++---- ext/pdo/tests/bug_79106.phpt | 3 ++- ext/pdo/tests/bug_79106_collision.phpt | 3 ++- ext/pdo/tests/debug_emulated_prepares.phpt | 3 ++- ext/pdo/tests/pdo_001.phpt | 3 ++- ext/pdo/tests/pdo_002.phpt | 3 ++- ext/pdo/tests/pdo_003.phpt | 3 ++- ext/pdo/tests/pdo_004.phpt | 3 ++- ext/pdo/tests/pdo_005.phpt | 3 ++- ext/pdo/tests/pdo_006.phpt | 3 ++- ext/pdo/tests/pdo_007.phpt | 3 ++- ext/pdo/tests/pdo_008.phpt | 3 ++- ext/pdo/tests/pdo_009.phpt | 3 ++- ext/pdo/tests/pdo_010.phpt | 3 ++- ext/pdo/tests/pdo_011.phpt | 3 ++- ext/pdo/tests/pdo_012.phpt | 3 ++- ext/pdo/tests/pdo_013.phpt | 3 ++- ext/pdo/tests/pdo_014.phpt | 3 ++- ext/pdo/tests/pdo_015.phpt | 3 ++- ext/pdo/tests/pdo_016.phpt | 3 ++- ext/pdo/tests/pdo_016a.phpt | 3 ++- ext/pdo/tests/pdo_017.phpt | 3 ++- ext/pdo/tests/pdo_018.phpt | 3 ++- ext/pdo/tests/pdo_019.phpt | 3 ++- ext/pdo/tests/pdo_020.phpt | 3 ++- ext/pdo/tests/pdo_021.phpt | 3 ++- ext/pdo/tests/pdo_022.phpt | 3 ++- ext/pdo/tests/pdo_023.phpt | 3 ++- ext/pdo/tests/pdo_024.phpt | 3 ++- ext/pdo/tests/pdo_025.phpt | 3 ++- ext/pdo/tests/pdo_026.phpt | 3 ++- ext/pdo/tests/pdo_027.phpt | 3 ++- ext/pdo/tests/pdo_028.phpt | 3 ++- ext/pdo/tests/pdo_029.phpt | 3 ++- ext/pdo/tests/pdo_030.phpt | 3 ++- ext/pdo/tests/pdo_031.phpt | 3 ++- ext/pdo/tests/pdo_032.phpt | 3 ++- ext/pdo/tests/pdo_033.phpt | 3 ++- ext/pdo/tests/pdo_034.phpt | 3 ++- ext/pdo/tests/pdo_035.phpt | 6 ++---- ext/pdo/tests/pdo_036.phpt | 4 ++-- ext/pdo/tests/pdo_037.phpt | 6 ++---- ext/pdo/tests/pdo_038.phpt | 3 ++- ext/pdo/tests/pdo_039.phpt | 3 ++- ext/pdo/tests/pdo_drivers_basic.phpt | 5 ++--- .../tests/pdo_dsn_containing_credentials.phpt | 3 ++- ext/pdo/tests/pdo_quote_empty_string.phpt | 3 ++- ext/pdo/tests/pdo_uninitialized.phpt | 4 ++-- ext/pdo/tests/pdorow.phpt | 4 ++-- ext/pdo/tests/pecl_bug_5217.phpt | 3 ++- ext/pdo/tests/pecl_bug_5772.phpt | 3 ++- ext/pdo/tests/pecl_bug_5809.phpt | 3 ++- ext/pdo_dblib/tests/batch_stmt_ins_exec.phpt | 3 ++- .../tests/batch_stmt_ins_sel_up_del.phpt | 3 ++- ext/pdo_dblib/tests/batch_stmt_ins_up.phpt | 3 ++- ext/pdo_dblib/tests/batch_stmt_rowcount.phpt | 3 ++- ext/pdo_dblib/tests/batch_stmt_transaction.phpt | 3 ++- ext/pdo_dblib/tests/batch_stmt_try.phpt | 3 ++- ext/pdo_dblib/tests/bug_38955.phpt | 3 ++- ext/pdo_dblib/tests/bug_45876.phpt | 3 ++- ext/pdo_dblib/tests/bug_47588.phpt | 3 ++- ext/pdo_dblib/tests/bug_50755.phpt | 3 ++- ext/pdo_dblib/tests/bug_54648.phpt | 3 ++- ext/pdo_dblib/tests/bug_67130.phpt | 3 ++- ext/pdo_dblib/tests/bug_68957.phpt | 3 ++- ext/pdo_dblib/tests/bug_69592.phpt | 3 ++- ext/pdo_dblib/tests/bug_69757.phpt | 3 ++- ext/pdo_dblib/tests/bug_71667.phpt | 3 ++- ext/pdo_dblib/tests/bug_73396.phpt | 3 ++- ext/pdo_dblib/tests/common.phpt | 6 ++---- ext/pdo_dblib/tests/datetime2.phpt | 3 ++- ext/pdo_dblib/tests/datetime_convert.phpt | 3 ++- ext/pdo_dblib/tests/dbtds.phpt | 3 ++- ext/pdo_dblib/tests/dbversion.phpt | 3 ++- .../tests/pdo_dblib_param_str_natl.phpt | 3 ++- ext/pdo_dblib/tests/pdo_dblib_quote.phpt | 3 ++- .../tests/stringify_uniqueidentifier.phpt | 3 ++- ext/pdo_dblib/tests/timeout.phpt | 3 ++- ext/pdo_dblib/tests/types.phpt | 3 ++- ext/pdo_firebird/tests/common.phpt | 4 +++- ext/pdo_firebird/tests/payload_test.phpt | 8 +++----- ext/pdo_mysql/tests/bug_64705.phpt | 6 ++---- ext/pdo_oci/tests/common.phpt | 5 ++--- ext/pdo_odbc/tests/bug44643.phpt | 3 ++- ext/pdo_odbc/tests/bug67465.phpt | 3 ++- ext/pdo_odbc/tests/bug80783.phpt | 3 ++- ext/pdo_odbc/tests/bug80783a.phpt | 3 ++- ext/pdo_odbc/tests/common.phpt | 3 ++- ext/pdo_odbc/tests/get_attribute_server.phpt | 3 ++- ext/pdo_odbc/tests/long_columns.phpt | 3 ++- ext/pdo_odbc/tests/max_columns.phpt | 3 ++- ext/pdo_pgsql/tests/bug_64705.phpt | 6 ++---- ext/pdo_pgsql/tests/common.phpt | 5 ++--- ext/pdo_sqlite/tests/bug33841.phpt | 6 ++---- ext/pdo_sqlite/tests/bug35336.phpt | 6 ++---- ext/pdo_sqlite/tests/bug38334.phpt | 6 ++---- ext/pdo_sqlite/tests/bug43831.phpt | 4 ++-- ext/pdo_sqlite/tests/bug44327_2.phpt | 6 ++---- ext/pdo_sqlite/tests/bug44327_3.phpt | 6 ++---- ext/pdo_sqlite/tests/bug46139.phpt | 6 ++---- ext/pdo_sqlite/tests/bug46542.phpt | 6 ++---- ext/pdo_sqlite/tests/bug48773.phpt | 6 ++---- ext/pdo_sqlite/tests/bug50728.phpt | 6 ++---- ext/pdo_sqlite/tests/bug52487.phpt | 6 ++---- ext/pdo_sqlite/tests/bug60104.phpt | 6 ++---- ext/pdo_sqlite/tests/bug66033.phpt | 6 ++---- ext/pdo_sqlite/tests/bug70221.phpt | 6 ++---- ext/pdo_sqlite/tests/bug70862.phpt | 4 ++-- ext/pdo_sqlite/tests/bug78192.phpt | 6 ++---- ext/pdo_sqlite/tests/bug79664.phpt | 6 ++---- .../tests/bug_44159_sqlite_version.phpt | 6 ++---- ext/pdo_sqlite/tests/bug_63916-2.phpt | 3 ++- ext/pdo_sqlite/tests/bug_63916.phpt | 3 ++- ext/pdo_sqlite/tests/bug_64705.phpt | 6 ++---- ext/pdo_sqlite/tests/common.phpt | 5 ++--- ext/pdo_sqlite/tests/debugdumpparams_001.phpt | 6 ++---- ext/pdo_sqlite/tests/gc.phpt | 6 ++---- ext/pdo_sqlite/tests/open_basedir.phpt | 4 ++-- ext/pdo_sqlite/tests/pdo_fetch_func_001.phpt | 6 ++---- .../tests/pdo_sqlite_createaggregate.phpt | 4 ++-- .../tests/pdo_sqlite_createaggregate_002.phpt | 4 ++-- .../tests/pdo_sqlite_createcollation.phpt | 4 ++-- .../tests/pdo_sqlite_createfunction.phpt | 4 ++-- .../tests/pdo_sqlite_createfunction_002.phpt | 4 ++-- .../pdo_sqlite_createfunction_with_flags.phpt | 3 ++- .../tests/pdo_sqlite_extendederror_attr.phpt | 4 ++-- .../tests/pdo_sqlite_filename_uri.phpt | 4 ++-- .../tests/pdo_sqlite_get_attribute.phpt | 4 ++-- .../tests/pdo_sqlite_lastinsertid.phpt | 4 ++-- ext/pdo_sqlite/tests/pdo_sqlite_open_flags.phpt | 4 ++-- .../pdo_sqlite_statement_getattribute.phpt | 4 ++-- .../tests/pdo_sqlite_tostring_exception.phpt | 4 ++-- .../tests/pdo_sqlite_transaction.phpt | 4 ++-- ext/phar/tests/001.phpt | 4 ++-- ext/phar/tests/002.phpt | 4 ++-- ext/phar/tests/003.phpt | 4 ++-- ext/phar/tests/003a.phpt | 4 ++-- ext/phar/tests/004.phpt | 4 ++-- ext/phar/tests/005.phpt | 4 ++-- ext/phar/tests/006.phpt | 4 ++-- ext/phar/tests/007.phpt | 4 ++-- ext/phar/tests/008.phpt | 4 ++-- ext/phar/tests/009.phpt | 4 ++-- ext/phar/tests/010.phpt | 4 ++-- ext/phar/tests/011.phpt | 4 ++-- ext/phar/tests/012.phpt | 4 ++-- ext/phar/tests/013.phpt | 4 ++-- ext/phar/tests/014.phpt | 4 ++-- ext/phar/tests/015.phpt | 6 +++--- ext/phar/tests/015b.phpt | 6 +++--- ext/phar/tests/016.phpt | 6 +++--- ext/phar/tests/016b.phpt | 6 +++--- ext/phar/tests/017.phpt | 6 ++---- ext/phar/tests/018.phpt | 6 ++---- ext/phar/tests/019.phpt | 4 ++-- ext/phar/tests/019b.phpt | 6 ++---- ext/phar/tests/019c.phpt | 6 ++---- ext/phar/tests/020.phpt | 4 ++-- ext/phar/tests/021.phpt | 4 ++-- ext/phar/tests/022.phpt | 4 ++-- ext/phar/tests/023.phpt | 4 ++-- ext/phar/tests/024-opcache-win32.phpt | 4 +++- ext/phar/tests/024.phpt | 4 ++-- ext/phar/tests/025.phpt | 4 ++-- ext/phar/tests/026.phpt | 4 ++-- ext/phar/tests/027.phpt | 6 ++---- ext/phar/tests/028.phpt | 4 ++-- ext/phar/tests/029.phpt | 4 ++-- ext/phar/tests/030.phpt | 4 ++-- ext/phar/tests/031.phpt | 4 ++-- ext/phar/tests/032.phpt | 4 ++-- ext/phar/tests/033.phpt | 4 ++-- ext/phar/tests/033a.phpt | 4 ++-- ext/phar/tests/addfuncs.phpt | 4 ++-- ext/phar/tests/alias_acrobatics.phpt | 4 ++-- ext/phar/tests/badparameters.phpt | 4 ++-- ext/phar/tests/bug13727.phpt | 3 ++- ext/phar/tests/bug13786.phpt | 4 ++-- ext/phar/tests/bug45218_SLOWTEST.phpt | 3 ++- ext/phar/tests/bug46032.phpt | 3 ++- ext/phar/tests/bug46060.phpt | 3 ++- ext/phar/tests/bug46178.phpt | 4 ++-- ext/phar/tests/bug47085.phpt | 4 ++-- ext/phar/tests/bug48377.2.phpt | 4 ++-- ext/phar/tests/bug48377.phpt | 4 ++-- ext/phar/tests/bug52013.phpt | 8 +++----- ext/phar/tests/bug53872.phpt | 8 +++----- ext/phar/tests/bug54289.phpt | 4 ++-- ext/phar/tests/bug54395.phpt | 4 ++-- ext/phar/tests/bug60164.phpt | 6 ++---- ext/phar/tests/bug60261.phpt | 4 ++-- ext/phar/tests/bug65028.phpt | 4 ++-- ext/phar/tests/bug65414.phpt | 4 ++-- ext/phar/tests/bug66960.phpt | 4 ++-- ext/phar/tests/bug69279.phpt | 8 +++----- ext/phar/tests/bug69279a.phpt | 8 +++----- ext/phar/tests/bug69324.phpt | 6 ++---- ext/phar/tests/bug69441.phpt | 4 ++-- ext/phar/tests/bug69453.phpt | 4 ++-- ext/phar/tests/bug69720.phpt | 4 ++-- ext/phar/tests/bug69958.phpt | 4 ++-- ext/phar/tests/bug70091.phpt | 8 +++----- ext/phar/tests/bug71331.phpt | 4 ++-- ext/phar/tests/bug71354.phpt | 4 ++-- ext/phar/tests/bug71391.phpt | 4 ++-- ext/phar/tests/bug71488.phpt | 4 ++-- ext/phar/tests/bug71498.phpt | 4 ++-- ext/phar/tests/bug72321.phpt | 4 ++-- ext/phar/tests/bug72928.phpt | 4 ++-- ext/phar/tests/bug73035.phpt | 4 ++-- ext/phar/tests/bug73764.phpt | 4 ++-- ext/phar/tests/bug73768.phpt | 4 ++-- ext/phar/tests/bug73809.phpt | 8 +++----- ext/phar/tests/bug74196.phpt | 6 +++--- ext/phar/tests/bug74383.phpt | 4 ++-- ext/phar/tests/bug74386.phpt | 4 ++-- ext/phar/tests/bug74991.phpt | 4 ++-- ext/phar/tests/bug75102.phpt | 6 ++---- ext/phar/tests/bug76584.phpt | 8 +++----- ext/phar/tests/bug77022.phpt | 3 ++- ext/phar/tests/bug77143.phpt | 4 ++-- ext/phar/tests/bug77247.phpt | 4 ++-- ext/phar/tests/bug77322.phpt | 6 ++---- ext/phar/tests/bug77396.phpt | 4 ++-- ext/phar/tests/bug77565.phpt | 6 ++---- ext/phar/tests/bug79082.phpt | 3 ++- ext/phar/tests/bug79503.phpt | 6 ++---- ext/phar/tests/bug79797.phpt | 6 ++---- ext/phar/tests/bug79912.phpt | 8 +++----- .../tests/cache_list/copyonwrite1.phar.phpt | 4 ++-- .../tests/cache_list/copyonwrite10.phar.phpt | 4 ++-- .../tests/cache_list/copyonwrite11.phar.phpt | 4 ++-- .../tests/cache_list/copyonwrite12.phar.phpt | 4 ++-- .../tests/cache_list/copyonwrite13.phar.phpt | 6 +++--- .../tests/cache_list/copyonwrite14.phar.phpt | 6 +++--- .../tests/cache_list/copyonwrite15.phar.phpt | 4 ++-- .../tests/cache_list/copyonwrite16.phar.phpt | 4 ++-- .../tests/cache_list/copyonwrite17.phar.phpt | 4 ++-- .../tests/cache_list/copyonwrite18.phar.phpt | 4 ++-- .../tests/cache_list/copyonwrite19.phar.phpt | 4 ++-- .../tests/cache_list/copyonwrite2.phar.phpt | 4 ++-- .../tests/cache_list/copyonwrite20.phar.phpt | 4 ++-- .../tests/cache_list/copyonwrite21.phar.phpt | 6 +++--- .../tests/cache_list/copyonwrite22.phar.phpt | 6 +++--- .../tests/cache_list/copyonwrite23.phar.phpt | 6 +++--- .../tests/cache_list/copyonwrite24.phar.phpt | 6 +++--- .../tests/cache_list/copyonwrite25.phar.phpt | 6 +++--- .../tests/cache_list/copyonwrite3.phar.phpt | 4 ++-- .../tests/cache_list/copyonwrite4.phar.phpt | 4 ++-- ext/phar/tests/cache_list/copyonwrite4a.phpt | 4 ++-- .../tests/cache_list/copyonwrite5.phar.phpt | 4 ++-- .../tests/cache_list/copyonwrite6.phar.phpt | 4 ++-- .../tests/cache_list/copyonwrite7.phar.phpt | 4 ++-- .../tests/cache_list/copyonwrite8.phar.phpt | 4 ++-- .../tests/cache_list/copyonwrite9.phar.phpt | 4 ++-- ext/phar/tests/cache_list/frontcontroller1.phpt | 4 ++-- .../tests/cache_list/frontcontroller10.phpt | 4 ++-- .../tests/cache_list/frontcontroller11.phpt | 4 ++-- .../tests/cache_list/frontcontroller12.phpt | 4 ++-- .../tests/cache_list/frontcontroller13.phpt | 4 ++-- .../tests/cache_list/frontcontroller14.phpt | 4 ++-- .../tests/cache_list/frontcontroller15.phpt | 4 ++-- .../tests/cache_list/frontcontroller16.phpt | 4 ++-- .../tests/cache_list/frontcontroller17.phpt | 4 ++-- .../tests/cache_list/frontcontroller18.phpt | 4 ++-- .../tests/cache_list/frontcontroller19.phpt | 4 ++-- ext/phar/tests/cache_list/frontcontroller2.phpt | 4 ++-- .../tests/cache_list/frontcontroller20.phpt | 4 ++-- .../tests/cache_list/frontcontroller21.phpt | 4 ++-- .../tests/cache_list/frontcontroller22.phpt | 4 ++-- .../tests/cache_list/frontcontroller23.phpt | 4 ++-- .../tests/cache_list/frontcontroller24.phpt | 4 ++-- .../tests/cache_list/frontcontroller25.phpt | 4 ++-- .../tests/cache_list/frontcontroller26.phpt | 4 ++-- .../tests/cache_list/frontcontroller27.phpt | 4 ++-- .../tests/cache_list/frontcontroller28.phpt | 4 ++-- .../tests/cache_list/frontcontroller29.phpt | 4 ++-- ext/phar/tests/cache_list/frontcontroller3.phpt | 4 ++-- .../tests/cache_list/frontcontroller30.phpt | 4 ++-- .../tests/cache_list/frontcontroller31.phpt | 4 ++-- .../tests/cache_list/frontcontroller32.phpt | 4 ++-- .../tests/cache_list/frontcontroller33.phpt | 4 ++-- .../tests/cache_list/frontcontroller34.phpt | 4 ++-- ext/phar/tests/cache_list/frontcontroller4.phpt | 4 ++-- ext/phar/tests/cache_list/frontcontroller5.phpt | 4 ++-- ext/phar/tests/cache_list/frontcontroller6.phpt | 4 ++-- ext/phar/tests/cache_list/frontcontroller7.phpt | 4 ++-- ext/phar/tests/cache_list/frontcontroller8.phpt | 4 ++-- ext/phar/tests/cache_list/frontcontroller9.phpt | 4 ++-- ext/phar/tests/cached_manifest_1.phpt | 6 ++---- ext/phar/tests/create_new_and_modify.phpt | 4 ++-- ext/phar/tests/create_new_phar.phpt | 4 ++-- ext/phar/tests/create_new_phar_b.phpt | 4 ++-- ext/phar/tests/create_new_phar_c.phpt | 4 ++-- ext/phar/tests/create_path_error.phpt | 4 ++-- ext/phar/tests/delete.phpt | 4 ++-- ext/phar/tests/delete_in_phar.phpt | 4 ++-- ext/phar/tests/delete_in_phar_b.phpt | 4 ++-- ext/phar/tests/delete_in_phar_confirm.phpt | 4 ++-- ext/phar/tests/dir.phpt | 4 ++-- ext/phar/tests/fatal_error_webphar.phpt | 4 ++-- ext/phar/tests/fgc_edgecases.phpt | 6 ++---- ext/phar/tests/file_get_contents.phpt | 4 ++-- ext/phar/tests/fopen.phpt | 4 ++-- ext/phar/tests/fopen_edgecases.phpt | 4 ++-- ext/phar/tests/fopen_edgecases2.phpt | 4 ++-- ext/phar/tests/front.phar.phpt | 4 ++-- ext/phar/tests/frontcontroller1.phpt | 4 ++-- ext/phar/tests/frontcontroller10.phpt | 4 ++-- ext/phar/tests/frontcontroller11.phpt | 4 ++-- ext/phar/tests/frontcontroller12.phpt | 4 ++-- ext/phar/tests/frontcontroller13.phpt | 4 ++-- ext/phar/tests/frontcontroller14.phpt | 4 ++-- ext/phar/tests/frontcontroller15.phpt | 4 ++-- ext/phar/tests/frontcontroller16.phpt | 4 ++-- ext/phar/tests/frontcontroller17.phpt | 4 ++-- ext/phar/tests/frontcontroller18.phpt | 4 ++-- ext/phar/tests/frontcontroller19.phpt | 4 ++-- ext/phar/tests/frontcontroller2.phpt | 4 ++-- ext/phar/tests/frontcontroller20.phpt | 4 ++-- ext/phar/tests/frontcontroller21.phpt | 4 ++-- ext/phar/tests/frontcontroller22.phpt | 4 ++-- ext/phar/tests/frontcontroller23.phpt | 4 ++-- ext/phar/tests/frontcontroller24.phpt | 4 ++-- ext/phar/tests/frontcontroller25.phpt | 4 ++-- ext/phar/tests/frontcontroller26.phpt | 4 ++-- ext/phar/tests/frontcontroller27.phpt | 4 ++-- ext/phar/tests/frontcontroller28.phpt | 4 ++-- ext/phar/tests/frontcontroller29.phpt | 4 ++-- ext/phar/tests/frontcontroller3.phpt | 4 ++-- ext/phar/tests/frontcontroller30.phpt | 4 ++-- ext/phar/tests/frontcontroller31.phpt | 4 ++-- ext/phar/tests/frontcontroller32.phpt | 4 ++-- ext/phar/tests/frontcontroller33.phpt | 4 ++-- ext/phar/tests/frontcontroller34.phpt | 4 ++-- ext/phar/tests/frontcontroller4.phpt | 4 ++-- ext/phar/tests/frontcontroller5.phpt | 4 ++-- ext/phar/tests/frontcontroller6.phpt | 4 ++-- ext/phar/tests/frontcontroller7.phpt | 4 ++-- ext/phar/tests/frontcontroller8.phpt | 4 ++-- ext/phar/tests/frontcontroller9.phpt | 4 ++-- ext/phar/tests/include_path.phpt | 4 ++-- ext/phar/tests/include_path_advanced.phpt | 4 ++-- ext/phar/tests/ini_set.phpt | 6 ++---- ext/phar/tests/ini_set_off.phpt | 6 ++---- ext/phar/tests/invalid_alias.phpt | 4 ++-- ext/phar/tests/invalid_setstubalias.phpt | 4 ++-- ext/phar/tests/metadata_read.phpt | 6 ++---- ext/phar/tests/metadata_write.phpt | 6 ++---- ext/phar/tests/metadata_write_commit.phpt | 6 ++---- ext/phar/tests/mkdir.phpt | 4 ++-- ext/phar/tests/mounteddir.phpt | 6 ++---- ext/phar/tests/open_for_write_existing.phpt | 4 ++-- ext/phar/tests/open_for_write_existing_b.phpt | 6 ++---- ext/phar/tests/open_for_write_existing_c.phpt | 6 ++---- ext/phar/tests/open_for_write_newfile.phpt | 4 ++-- ext/phar/tests/open_for_write_newfile_b.phpt | 6 ++---- ext/phar/tests/open_for_write_newfile_c.phpt | 6 ++---- ext/phar/tests/opendir.phpt | 4 ++-- ext/phar/tests/opendir_edgecases.phpt | 4 ++-- ext/phar/tests/phar_begin_setstub_commit.phpt | 6 ++---- ext/phar/tests/phar_buildfromdirectory1.phpt | 4 ++-- .../tests/phar_buildfromdirectory2-win.phpt | 3 ++- ext/phar/tests/phar_buildfromdirectory2.phpt | 3 ++- ext/phar/tests/phar_buildfromdirectory4.phpt | 4 ++-- ext/phar/tests/phar_buildfromdirectory5.phpt | 4 ++-- ext/phar/tests/phar_buildfromdirectory6.phpt | 4 ++-- ext/phar/tests/phar_buildfromiterator1.phpt | 4 ++-- ext/phar/tests/phar_buildfromiterator10.phpt | 6 ++---- ext/phar/tests/phar_buildfromiterator4.phpt | 4 ++-- ext/phar/tests/phar_buildfromiterator5.phpt | 4 ++-- ext/phar/tests/phar_buildfromiterator6.phpt | 4 ++-- ext/phar/tests/phar_buildfromiterator7.phpt | 4 ++-- ext/phar/tests/phar_buildfromiterator8.phpt | 4 ++-- ext/phar/tests/phar_buildfromiterator9.phpt | 4 ++-- ext/phar/tests/phar_bz2.phpt | 8 +++----- ext/phar/tests/phar_commitwrite.phpt | 4 ++-- ext/phar/tests/phar_construct_invalidurl.phpt | 4 ++-- ext/phar/tests/phar_convert_again.phpt | 8 ++++---- ext/phar/tests/phar_convert_repeated.phpt | 4 ++-- ext/phar/tests/phar_convert_repeated_b.phpt | 6 +++--- ext/phar/tests/phar_convert_tar.phpt | 4 ++-- ext/phar/tests/phar_convert_tar2.phpt | 6 +++--- ext/phar/tests/phar_convert_tar3.phpt | 6 +++--- ext/phar/tests/phar_convert_zip.phpt | 4 ++-- ext/phar/tests/phar_copy.phpt | 6 +++--- ext/phar/tests/phar_create_in_cwd.phpt | 4 ++-- ext/phar/tests/phar_createdefaultstub.phpt | 4 ++-- ext/phar/tests/phar_ctx_001.phpt | 6 +++--- ext/phar/tests/phar_decompress.phpt | 6 +++--- ext/phar/tests/phar_dir_iterate.phpt | 4 ++-- ext/phar/tests/phar_dotted_path.phpt | 4 ++-- ext/phar/tests/phar_extract.phpt | 4 ++-- ext/phar/tests/phar_extract2.phpt | 4 ++-- ext/phar/tests/phar_extract3.phpt | 4 ++-- .../phar_get_supported_signatures_002.phpt | 3 ++- .../phar_get_supported_signatures_002a.phpt | 3 ++- ext/phar/tests/phar_get_supportedcomp1.phpt | 8 ++++---- ext/phar/tests/phar_get_supportedcomp2.phpt | 5 +++-- ext/phar/tests/phar_get_supportedcomp3.phpt | 5 +++-- ext/phar/tests/phar_get_supportedcomp4.phpt | 3 ++- ext/phar/tests/phar_gobyebye-win32.phpt | 5 +++-- ext/phar/tests/phar_gobyebye.phpt | 3 ++- ext/phar/tests/phar_gzip.phpt | 8 +++----- ext/phar/tests/phar_isvalidpharfilename.phpt | 4 ++-- ext/phar/tests/phar_magic.phpt | 4 ++-- ext/phar/tests/phar_metadata_read.phpt | 6 ++---- ext/phar/tests/phar_metadata_write.phpt | 6 ++---- ext/phar/tests/phar_metadata_write2.phpt | 6 ++---- ext/phar/tests/phar_metadata_write3.phpt | 6 ++---- ext/phar/tests/phar_metadata_write4.phpt | 6 ++---- ext/phar/tests/phar_mount.phpt | 4 ++-- ext/phar/tests/phar_offset_check.phpt | 4 ++-- ext/phar/tests/phar_offset_get_error.phpt | 4 ++-- ext/phar/tests/phar_oo_001.phpt | 6 ++---- ext/phar/tests/phar_oo_002.phpt | 6 ++---- ext/phar/tests/phar_oo_003.phpt | 4 ++-- ext/phar/tests/phar_oo_004.phpt | 6 ++---- ext/phar/tests/phar_oo_005.phpt | 6 ++---- ext/phar/tests/phar_oo_006.phpt | 4 ++-- ext/phar/tests/phar_oo_007.phpt | 4 ++-- ext/phar/tests/phar_oo_008.phpt | 4 ++-- ext/phar/tests/phar_oo_009.phpt | 3 ++- ext/phar/tests/phar_oo_010.phpt | 4 ++-- ext/phar/tests/phar_oo_011.phpt | 4 ++-- ext/phar/tests/phar_oo_011b.phpt | 4 ++-- ext/phar/tests/phar_oo_012.phpt | 4 ++-- ext/phar/tests/phar_oo_012_confirm.phpt | 4 ++-- ext/phar/tests/phar_oo_012b.phpt | 4 ++-- ext/phar/tests/phar_oo_compressallbz2.phpt | 6 +++--- ext/phar/tests/phar_oo_compressallgz.phpt | 6 +++--- ext/phar/tests/phar_oo_compressed_001.phpt | 6 +++--- ext/phar/tests/phar_oo_compressed_001b.phpt | 6 +++--- ext/phar/tests/phar_oo_compressed_002.phpt | 6 +++--- ext/phar/tests/phar_oo_compressed_002b.phpt | 6 +++--- ext/phar/tests/phar_oo_getcontents.phpt | 4 ++-- ext/phar/tests/phar_oo_getcontentsgz.phpt | 6 +++--- ext/phar/tests/phar_oo_getmodified.phpt | 6 +++--- ext/phar/tests/phar_oo_iswriteable.phpt | 4 ++-- ext/phar/tests/phar_oo_nosig.phpt | 4 ++-- ext/phar/tests/phar_oo_uncompressall.phpt | 6 +++--- ext/phar/tests/phar_running.phpt | 4 ++-- ext/phar/tests/phar_setalias.phpt | 4 ++-- ext/phar/tests/phar_setalias2.phpt | 4 ++-- ext/phar/tests/phar_setdefaultstub.phpt | 4 ++-- ext/phar/tests/phar_setsignaturealgo2.phpt | 3 ++- ext/phar/tests/phar_stub.phpt | 4 ++-- ext/phar/tests/phar_stub_error.phpt | 4 ++-- ext/phar/tests/phar_stub_write.phpt | 4 ++-- ext/phar/tests/phar_stub_write_file.phpt | 4 ++-- ext/phar/tests/phar_unlinkarchive.phpt | 4 ++-- ext/phar/tests/pharfileinfo_chmod.phpt | 4 ++-- ext/phar/tests/pharfileinfo_compression.phpt | 8 ++++---- ext/phar/tests/pharfileinfo_construct.phpt | 4 ++-- ext/phar/tests/pharfileinfo_destruct.phpt | 4 ++-- ext/phar/tests/pharfileinfo_getcrc32.phpt | 4 ++-- ext/phar/tests/pharfileinfo_setmetadata.phpt | 4 ++-- ext/phar/tests/phpinfo_001.phpt | 7 ++++--- ext/phar/tests/phpinfo_002.phpt | 7 ++++--- ext/phar/tests/phpinfo_003.phpt | 3 ++- ext/phar/tests/phpinfo_004.phpt | 7 ++++--- ext/phar/tests/readfile.phpt | 4 ++-- ext/phar/tests/readfile_edgecases.phpt | 4 ++-- ext/phar/tests/refcount1.phpt | 4 ++-- ext/phar/tests/rename.phpt | 4 ++-- ext/phar/tests/rename_dir.phpt | 4 ++-- ext/phar/tests/rename_dir_and_mount.phpt | 4 ++-- ext/phar/tests/rmdir.phpt | 4 ++-- ext/phar/tests/security.phpt | 4 ++-- ext/phar/tests/stat.phpt | 4 ++-- ext/phar/tests/stat2_5.3.phpt | 4 ++-- ext/phar/tests/tar/033.phpt | 4 ++-- ext/phar/tests/tar/033a.phpt | 4 ++-- ext/phar/tests/tar/alias_acrobatics.phpt | 4 ++-- ext/phar/tests/tar/all.phpt | 6 ++---- ext/phar/tests/tar/badalias.phpt | 8 ++++---- ext/phar/tests/tar/badchecksum.phpt | 4 ++-- ext/phar/tests/tar/bignames.phpt | 4 ++-- ext/phar/tests/tar/bignames_overflow.phpt | 4 ++-- ext/phar/tests/tar/bug49910.phpt | 6 +++--- ext/phar/tests/tar/bug64343.phpt | 4 ++-- .../tests/tar/bug71317-duplicate-filename.phpt | 6 +++--- ext/phar/tests/tar/bug71504.phpt | 6 +++--- ext/phar/tests/tar/create_new_and_modify.phpt | 4 ++-- ext/phar/tests/tar/create_new_phar_b.phpt | 4 ++-- ext/phar/tests/tar/delete.phpt | 4 ++-- ext/phar/tests/tar/delete_in_phar.phpt | 4 ++-- ext/phar/tests/tar/delete_in_phar_b.phpt | 4 ++-- ext/phar/tests/tar/delete_in_phar_confirm.phpt | 4 ++-- ext/phar/tests/tar/dir.phpt | 4 ++-- ext/phar/tests/tar/exists_as_phar.phpt | 4 ++-- ext/phar/tests/tar/frontcontroller1.phar.phpt | 4 ++-- ext/phar/tests/tar/frontcontroller10.phar.phpt | 4 ++-- ext/phar/tests/tar/frontcontroller11.phar.phpt | 4 ++-- ext/phar/tests/tar/frontcontroller12.phar.phpt | 4 ++-- ext/phar/tests/tar/frontcontroller13.phar.phpt | 4 ++-- ext/phar/tests/tar/frontcontroller14.phar.phpt | 4 ++-- ext/phar/tests/tar/frontcontroller15.phar.phpt | 4 ++-- ext/phar/tests/tar/frontcontroller16.phar.phpt | 4 ++-- ext/phar/tests/tar/frontcontroller17.phar.phpt | 4 ++-- ext/phar/tests/tar/frontcontroller18.phar.phpt | 4 ++-- ext/phar/tests/tar/frontcontroller19.phar.phpt | 4 ++-- ext/phar/tests/tar/frontcontroller2.phar.phpt | 4 ++-- ext/phar/tests/tar/frontcontroller20.phar.phpt | 4 ++-- ext/phar/tests/tar/frontcontroller21.phar.phpt | 4 ++-- ext/phar/tests/tar/frontcontroller3.phar.phpt | 4 ++-- ext/phar/tests/tar/frontcontroller4.phar.phpt | 4 ++-- ext/phar/tests/tar/frontcontroller5.phar.phpt | 4 ++-- ext/phar/tests/tar/frontcontroller6.phar.phpt | 4 ++-- ext/phar/tests/tar/frontcontroller7.phar.phpt | 4 ++-- ext/phar/tests/tar/frontcontroller8.phar.phpt | 4 ++-- ext/phar/tests/tar/frontcontroller9.phar.phpt | 4 ++-- ext/phar/tests/tar/links.phpt | 4 ++-- ext/phar/tests/tar/links2.phpt | 4 ++-- ext/phar/tests/tar/links3.phpt | 4 ++-- ext/phar/tests/tar/links4.phpt | 4 ++-- ext/phar/tests/tar/links5.phpt | 4 ++-- ext/phar/tests/tar/links6.phpt | 6 ++---- ext/phar/tests/tar/open_for_write_existing.phpt | 4 ++-- .../tests/tar/open_for_write_existing_b.phpt | 6 ++---- .../tests/tar/open_for_write_existing_c.phpt | 6 ++---- ext/phar/tests/tar/open_for_write_newfile.phpt | 4 ++-- .../tests/tar/open_for_write_newfile_b.phpt | 6 ++---- .../tests/tar/open_for_write_newfile_c.phpt | 6 ++---- .../tests/tar/phar_begin_setstub_commit.phpt | 6 ++---- ext/phar/tests/tar/phar_buildfromiterator4.phpt | 4 ++-- ext/phar/tests/tar/phar_buildfromiterator5.phpt | 4 ++-- ext/phar/tests/tar/phar_buildfromiterator6.phpt | 4 ++-- ext/phar/tests/tar/phar_buildfromiterator7.phpt | 4 ++-- ext/phar/tests/tar/phar_buildfromiterator8.phpt | 4 ++-- ext/phar/tests/tar/phar_buildfromiterator9.phpt | 4 ++-- ext/phar/tests/tar/phar_commitwrite.phpt | 4 ++-- ext/phar/tests/tar/phar_convert_phar.phpt | 4 ++-- ext/phar/tests/tar/phar_convert_phar2.phpt | 6 +++--- ext/phar/tests/tar/phar_convert_phar3.phpt | 6 +++--- ext/phar/tests/tar/phar_convert_phar4.phpt | 6 +++--- ext/phar/tests/tar/phar_copy.phpt | 6 +++--- ext/phar/tests/tar/phar_magic.phpt | 4 ++-- ext/phar/tests/tar/phar_setalias.phpt | 4 ++-- ext/phar/tests/tar/phar_setalias2.phpt | 4 ++-- ext/phar/tests/tar/phar_setdefaultstub.phpt | 4 ++-- ext/phar/tests/tar/phar_setsignaturealgo2.phpt | 3 ++- ext/phar/tests/tar/phar_stub.phpt | 4 ++-- ext/phar/tests/tar/phar_stub_error.phpt | 4 ++-- ext/phar/tests/tar/refcount1.phpt | 4 ++-- ext/phar/tests/tar/rename.phpt | 4 ++-- ext/phar/tests/tar/rename_dir.phpt | 4 ++-- ext/phar/tests/tar/require_hash.phpt | 4 ++-- ext/phar/tests/tar/rmdir.phpt | 4 ++-- ext/phar/tests/tar/tar_001.phpt | 4 ++-- ext/phar/tests/tar/tar_002.phpt | 4 ++-- ext/phar/tests/tar/tar_003.phpt | 4 ++-- ext/phar/tests/tar/tar_004.phpt | 6 ++---- ext/phar/tests/tar/tar_bz2.phpt | 8 +++----- ext/phar/tests/tar/tar_gzip.phpt | 8 +++----- ext/phar/tests/tar/tar_makebz2.phpt | 6 +++--- ext/phar/tests/tar/tar_makegz.phpt | 6 +++--- ext/phar/tests/tar/tar_nohash.phpt | 6 +++--- ext/phar/tests/tar/tar_nostub.phpt | 4 ++-- ext/phar/tests/tar/tar_openssl_hash.phpt | 8 ++++---- ext/phar/tests/tar/truncated.phpt | 4 ++-- ext/phar/tests/test_alias_unset.phpt | 4 ++-- ext/phar/tests/test_signaturealgos.phpt | 3 ++- ext/phar/tests/test_unset.phpt | 4 ++-- ext/phar/tests/webphar_compilefail.phpt | 4 ++-- ext/phar/tests/withphar.phpt | 4 ++-- ext/phar/tests/withphar_web.phpt | 4 ++-- ext/phar/tests/zf_test.phpt | 6 +++--- ext/phar/tests/zip/033.phpt | 4 ++-- ext/phar/tests/zip/033a.phpt | 4 ++-- ext/phar/tests/zip/alias_acrobatics.phpt | 4 ++-- ext/phar/tests/zip/all.phpt | 10 ++++------ ext/phar/tests/zip/badalias.phpt | 8 ++++---- ext/phar/tests/zip/bug48791.phpt | 6 +++--- ext/phar/tests/zip/bzip2.phpt | 6 +++--- ext/phar/tests/zip/corrupt_001.phpt | 4 ++-- ext/phar/tests/zip/corrupt_002.phpt | 4 ++-- ext/phar/tests/zip/corrupt_003.phpt | 4 ++-- ext/phar/tests/zip/corrupt_004.phpt | 4 ++-- ext/phar/tests/zip/corrupt_005.phpt | 4 ++-- ext/phar/tests/zip/corrupt_006.phpt | 4 ++-- ext/phar/tests/zip/corrupt_007.phpt | 4 ++-- ext/phar/tests/zip/corrupt_008.phpt | 4 ++-- ext/phar/tests/zip/corrupt_009.phpt | 4 ++-- ext/phar/tests/zip/corrupt_010.phpt | 4 ++-- ext/phar/tests/zip/create_new_and_modify.phpt | 4 ++-- ext/phar/tests/zip/create_new_phar_b.phpt | 4 ++-- ext/phar/tests/zip/delete.phpt | 4 ++-- ext/phar/tests/zip/delete_in_phar.phpt | 4 ++-- ext/phar/tests/zip/delete_in_phar_b.phpt | 4 ++-- ext/phar/tests/zip/delete_in_phar_confirm.phpt | 4 ++-- ext/phar/tests/zip/dir.phpt | 4 ++-- ext/phar/tests/zip/exists_as_phar.phpt | 4 ++-- ext/phar/tests/zip/frontcontroller1.phar.phpt | 6 +++--- ext/phar/tests/zip/frontcontroller10.phar.phpt | 4 ++-- ext/phar/tests/zip/frontcontroller11.phar.phpt | 6 +++--- ext/phar/tests/zip/frontcontroller12.phar.phpt | 6 +++--- ext/phar/tests/zip/frontcontroller13.phar.phpt | 6 +++--- ext/phar/tests/zip/frontcontroller14.phar.phpt | 6 +++--- ext/phar/tests/zip/frontcontroller15.phar.phpt | 6 +++--- ext/phar/tests/zip/frontcontroller16.phar.phpt | 6 +++--- ext/phar/tests/zip/frontcontroller17.phar.phpt | 6 +++--- ext/phar/tests/zip/frontcontroller18.phar.phpt | 6 +++--- ext/phar/tests/zip/frontcontroller19.phar.phpt | 6 +++--- ext/phar/tests/zip/frontcontroller2.phar.phpt | 6 +++--- ext/phar/tests/zip/frontcontroller20.phar.phpt | 6 +++--- ext/phar/tests/zip/frontcontroller21.phar.phpt | 6 +++--- ext/phar/tests/zip/frontcontroller3.phar.phpt | 6 +++--- ext/phar/tests/zip/frontcontroller4.phar.phpt | 6 +++--- ext/phar/tests/zip/frontcontroller5.phar.phpt | 6 +++--- ext/phar/tests/zip/frontcontroller6.phar.phpt | 6 +++--- ext/phar/tests/zip/frontcontroller7.phar.phpt | 6 +++--- ext/phar/tests/zip/frontcontroller8.phar.phpt | 4 ++-- ext/phar/tests/zip/frontcontroller9.phar.phpt | 4 ++-- ext/phar/tests/zip/getalias.phpt | 4 ++-- ext/phar/tests/zip/largezip.phpt | 4 ++-- ext/phar/tests/zip/metadata_write_commit.phpt | 6 ++---- ext/phar/tests/zip/notphar.phpt | 4 ++-- ext/phar/tests/zip/odt.phpt | 6 +++--- ext/phar/tests/zip/open_for_write_existing.phpt | 4 ++-- .../tests/zip/open_for_write_existing_b.phpt | 6 ++---- .../tests/zip/open_for_write_existing_c.phpt | 6 ++---- ext/phar/tests/zip/open_for_write_newfile.phpt | 4 ++-- .../tests/zip/open_for_write_newfile_b.phpt | 6 ++---- .../tests/zip/open_for_write_newfile_c.phpt | 6 ++---- .../tests/zip/phar_begin_setstub_commit.phpt | 6 ++---- ext/phar/tests/zip/phar_buildfromiterator4.phpt | 4 ++-- ext/phar/tests/zip/phar_buildfromiterator5.phpt | 4 ++-- ext/phar/tests/zip/phar_buildfromiterator6.phpt | 4 ++-- ext/phar/tests/zip/phar_buildfromiterator7.phpt | 4 ++-- ext/phar/tests/zip/phar_buildfromiterator8.phpt | 4 ++-- ext/phar/tests/zip/phar_buildfromiterator9.phpt | 4 ++-- ext/phar/tests/zip/phar_commitwrite.phpt | 4 ++-- ext/phar/tests/zip/phar_convert_phar.phpt | 4 ++-- ext/phar/tests/zip/phar_copy.phpt | 4 ++-- ext/phar/tests/zip/phar_magic.phpt | 6 ++---- ext/phar/tests/zip/phar_oo_compressallbz2.phpt | 6 +++--- ext/phar/tests/zip/phar_oo_compressallgz.phpt | 6 +++--- ext/phar/tests/zip/phar_setalias.phpt | 8 ++++---- ext/phar/tests/zip/phar_setalias2.phpt | 4 ++-- ext/phar/tests/zip/phar_setdefaultstub.phpt | 4 ++-- ext/phar/tests/zip/phar_setsignaturealgo2.phpt | 3 ++- ext/phar/tests/zip/phar_stub.phpt | 4 ++-- ext/phar/tests/zip/phar_stub_error.phpt | 4 ++-- ext/phar/tests/zip/refcount1.phpt | 4 ++-- ext/phar/tests/zip/rename.phpt | 4 ++-- ext/phar/tests/zip/rename_dir.phpt | 4 ++-- ext/phar/tests/zip/require_hash.phpt | 8 +++----- ext/phar/tests/zip/rmdir.phpt | 4 ++-- ext/phar/tests/zip/unixzip.phpt | 4 ++-- ext/phar/tests/zip/zlib.phpt | 6 +++--- ext/posix/tests/001.phpt | 4 ++-- ext/posix/tests/bug75696.phpt | 6 ++---- ext/posix/tests/posix_ctermid.phpt | 6 +++--- ext/posix/tests/posix_ctermid_basic.phpt | 6 ++---- ext/posix/tests/posix_errno_basic.phpt | 6 ++---- ext/posix/tests/posix_errno_variation1.phpt | 3 ++- ext/posix/tests/posix_errno_variation2.phpt | 8 +++----- ext/posix/tests/posix_getcwd.phpt | 3 ++- ext/posix/tests/posix_getegid_basic.phpt | 6 ++---- ext/posix/tests/posix_geteuid_basic.phpt | 6 ++---- ext/posix/tests/posix_getgrgid.phpt | 8 ++------ ext/posix/tests/posix_getgrgid_basic.phpt | 6 ++---- ext/posix/tests/posix_getgrgid_error.phpt | 3 ++- ext/posix/tests/posix_getgrgid_macosx.phpt | 6 +++--- ext/posix/tests/posix_getgrnam_basic.phpt | 3 ++- ext/posix/tests/posix_getgroups_basic.phpt | 6 ++---- ext/posix/tests/posix_getpgid_basic.phpt | 6 ++---- ext/posix/tests/posix_getpgrp_basic.phpt | 6 ++---- ext/posix/tests/posix_getpid_basic.phpt | 6 ++---- ext/posix/tests/posix_getppid_basic.phpt | 6 ++---- ext/posix/tests/posix_getpwnam_basic_01.phpt | 6 ++---- ext/posix/tests/posix_getpwuid_basic.phpt | 6 ++---- ext/posix/tests/posix_getrlimit.phpt | 3 ++- ext/posix/tests/posix_getsid.phpt | 6 ++---- ext/posix/tests/posix_getsid_basic.phpt | 6 ++---- ext/posix/tests/posix_getsid_error.phpt | 8 ++------ ext/posix/tests/posix_initgroups.phpt | 3 ++- ext/posix/tests/posix_isatty.phpt | 3 ++- ext/posix/tests/posix_kill_error.phpt | 6 ++---- ext/posix/tests/posix_mknod.phpt | 3 ++- ext/posix/tests/posix_setegid_basic.phpt | 6 ++---- ext/posix/tests/posix_seteuid_basic.phpt | 6 ++---- ext/posix/tests/posix_seteuid_variation2.phpt | 3 ++- ext/posix/tests/posix_seteuid_variation5.phpt | 3 ++- ext/posix/tests/posix_setgid_basic.phpt | 6 ++---- ext/posix/tests/posix_setgid_variation2.phpt | 3 ++- ext/posix/tests/posix_setgid_variation5.phpt | 3 ++- ext/posix/tests/posix_setrlimit.phpt | 3 ++- ext/posix/tests/posix_setuid_basic.phpt | 6 ++---- ext/posix/tests/posix_setuid_variation2.phpt | 3 ++- ext/posix/tests/posix_setuid_variation5.phpt | 3 ++- ext/posix/tests/posix_strerror_error.phpt | 6 ++---- ext/posix/tests/posix_times.phpt | 8 ++------ ext/posix/tests/posix_times_basic.phpt | 6 ++---- ext/posix/tests/posix_ttyname.phpt | 8 ++------ .../tests/posix_ttyname_error_wrongparams.phpt | 12 +++--------- ext/posix/tests/posix_ttyname_variation1.phpt | 8 ++------ ext/posix/tests/posix_ttyname_variation2.phpt | 8 ++------ ext/posix/tests/posix_ttyname_variation3.phpt | 8 ++------ ext/posix/tests/posix_ttyname_variation5.phpt | 8 ++------ ext/posix/tests/posix_ttyname_variation6.phpt | 8 ++------ ext/posix/tests/posix_ttyname_variation7.phpt | 8 ++------ ext/posix/tests/posix_uname_basic.phpt | 6 ++---- ext/pspell/tests/001.phpt | 3 ++- ext/pspell/tests/002.phpt | 3 ++- ext/pspell/tests/003.phpt | 3 ++- ext/pspell/tests/004.phpt | 3 ++- ext/pspell/tests/005.phpt | 3 ++- ext/readline/tests/bug72538.phpt | 5 +++-- ext/readline/tests/bug77812-libedit.phpt | 3 ++- ext/readline/tests/bug77812-readline.phpt | 3 ++- ext/readline/tests/libedit_info_001-win32.phpt | 5 +++-- ext/readline/tests/libedit_info_001.phpt | 5 +++-- ext/readline/tests/readline_basic.phpt | 4 ++-- .../tests/readline_clear_history_001.phpt | 4 ++-- .../tests/readline_completion_function_001.phpt | 4 ++-- ext/readline/tests/readline_info_001.phpt | 5 +++-- .../tests/readline_read_history_error_001.phpt | 3 ++- ext/readline/tests/readline_without_input.phpt | 3 ++- ext/reflection/tests/016.phpt | 8 ++------ ...flectionExtension_getDependencies_basic.phpt | 6 ++---- ext/reflection/tests/bug64936.phpt | 4 ++-- ext/session/tests/016.phpt | 8 ++------ ext/session/tests/bug73100.phpt | 6 ++---- ext/session/tests/bug79091.phpt | 6 ++---- ext/session/tests/bug79413.phpt | 6 ++---- ext/session/tests/bug80774.phpt | 6 ++---- ext/sockets/tests/bug46360.phpt | 4 ++-- ext/sockets/tests/bug49341.phpt | 6 +++--- ext/sockets/tests/bug51958.phpt | 6 +++--- ext/sockets/tests/bug63000.phpt | 6 +++--- ext/sockets/tests/bug76839.phpt | 5 ++--- ext/sockets/tests/ipv4loop.phpt | 8 ++------ ext/sockets/tests/ipv6loop.phpt | 6 +++--- ext/sockets/tests/mcast_ipv4_recv.phpt | 6 +++--- ext/sockets/tests/mcast_ipv4_send.phpt | 6 +++--- ext/sockets/tests/mcast_ipv4_send_error.phpt | 6 +++--- ext/sockets/tests/mcast_ipv6_recv.phpt | 6 +++--- ext/sockets/tests/mcast_ipv6_recv_limited.phpt | 6 +++--- ext/sockets/tests/mcast_ipv6_send.phpt | 6 +++--- ext/sockets/tests/socket_abstract_path.phpt | 5 ++--- .../tests/socket_abstract_path_sendmsg.phpt | 5 ++--- ext/sockets/tests/socket_addrinfo_bind.phpt | 7 ++----- ext/sockets/tests/socket_addrinfo_connect.phpt | 7 ++----- ext/sockets/tests/socket_addrinfo_explain.phpt | 7 ++----- ext/sockets/tests/socket_addrinfo_lookup.phpt | 7 ++----- ext/sockets/tests/socket_bind.phpt | 6 +++--- ext/sockets/tests/socket_clear_error-win32.phpt | 6 +++--- ext/sockets/tests/socket_clear_error.phpt | 6 +++--- ext/sockets/tests/socket_cmsg_credentials.phpt | 6 +++--- ext/sockets/tests/socket_cmsg_rights.phpt | 6 +++--- ext/sockets/tests/socket_connect_params.phpt | 8 ++------ .../tests/socket_create_listen-nobind.phpt | 6 +++--- .../tests/socket_create_listen-win32.phpt | 5 ++--- ext/sockets/tests/socket_create_listen.phpt | 5 ++--- .../tests/socket_create_listen_used.phpt | 8 ++------ .../socket_create_pair-wrongparams-win32.phpt | 5 ++--- .../tests/socket_create_pair-wrongparams.phpt | 5 ++--- ext/sockets/tests/socket_create_pair.phpt | 7 ++----- ext/sockets/tests/socket_defer_acp.phpt | 6 +++--- ext/sockets/tests/socket_export_stream-1.phpt | 7 ++----- ext/sockets/tests/socket_export_stream-2.phpt | 7 ++----- ext/sockets/tests/socket_export_stream-3.phpt | 6 +++--- .../tests/socket_export_stream-4-win.phpt | 6 +++--- ext/sockets/tests/socket_export_stream-4.phpt | 6 +++--- ext/sockets/tests/socket_export_stream-5.phpt | 6 +++--- ext/sockets/tests/socket_getopt.phpt | 8 ++------ ext/sockets/tests/socket_getpeername.phpt | 8 ++------ .../tests/socket_getpeername_ipv4loop.phpt | 8 ++------ .../tests/socket_getpeername_ipv6loop.phpt | 6 +++--- ext/sockets/tests/socket_getsockname.phpt | 8 ++------ ext/sockets/tests/socket_import_stream-1.phpt | 7 ++----- ext/sockets/tests/socket_import_stream-2.phpt | 7 ++----- ext/sockets/tests/socket_import_stream-3.phpt | 6 +++--- .../tests/socket_import_stream-4-win.phpt | 6 +++--- ext/sockets/tests/socket_import_stream-4.phpt | 6 +++--- ext/sockets/tests/socket_import_stream-5.phpt | 6 +++--- .../tests/socket_listen-wrongparams.phpt | 5 ++--- ext/sockets/tests/socket_read_params.phpt | 8 ++------ ext/sockets/tests/socket_recvmsg.phpt | 6 +++--- .../socket_select-wrongparams-1-win32.phpt | 5 ++--- .../tests/socket_select-wrongparams-1.phpt | 5 ++--- .../tests/socket_select-wrongparams-2.phpt | 7 ++----- .../tests/socket_select-wrongparams-4.phpt | 7 ++----- ext/sockets/tests/socket_select.phpt | 7 ++----- ext/sockets/tests/socket_select_error.phpt | 6 ++---- ext/sockets/tests/socket_send.phpt | 6 +++--- ext/sockets/tests/socket_send_params.phpt | 8 ++------ .../socket_sendrecvmsg_multi_msg-unix.phpt | 5 ++--- .../tests/socket_sendrecvmsg_multi_msg.phpt | 5 ++--- ext/sockets/tests/socket_sendto_params.phpt | 8 ++------ .../tests/socket_sentto_recvfrom_ipv4_udp.phpt | 8 ++------ .../socket_sentto_recvfrom_ipv6_udp-win32.phpt | 6 +++--- .../tests/socket_sentto_recvfrom_ipv6_udp.phpt | 6 +++--- .../tests/socket_sentto_recvfrom_unix.phpt | 5 ++--- ext/sockets/tests/socket_set_block-retval.phpt | 8 ++------ .../tests/socket_set_nonblock-retval.phpt | 8 ++------ ext/sockets/tests/socket_set_nonblock.phpt | 8 ++------ ext/sockets/tests/socket_set_option_acf.phpt | 6 +++--- .../tests/socket_set_option_bindtodevice.phpt | 6 +++--- .../socket_set_option_error_socket_option.phpt | 6 +++--- .../tests/socket_set_option_in6_pktinfo.phpt | 6 +++--- .../tests/socket_set_option_rcvtimeo.phpt | 8 ++------ .../tests/socket_set_option_seolinger.phpt | 8 ++------ .../tests/socket_set_option_sndtimeo.phpt | 8 ++------ ext/sockets/tests/socket_setopt_basic.phpt | 8 ++------ ext/sockets/tests/socket_shutdown-win32.phpt | 6 +++--- ext/sockets/tests/socket_shutdown.phpt | 6 +++--- ext/sockets/tests/socket_strerror.phpt | 6 +++--- ext/sockets/tests/unixloop.phpt | 6 +++--- ext/sockets/tests/wsaprotocol_info_0.phpt | 6 +++--- .../get_object_vars_variation_004.phpt | 4 ++-- ext/standard/tests/file/bug43008.phpt | 6 ++---- .../tests/general_functions/bug44394_2.phpt | 4 ++-- .../tests/general_functions/bug77638_1.phpt | 6 ++---- .../tests/general_functions/bug77638_2.phpt | 6 ++---- .../output_add_rewrite_var_basic1.phpt | 4 ++-- .../output_add_rewrite_var_basic2.phpt | 4 ++-- .../output_add_rewrite_var_basic3.phpt | 4 ++-- .../output_add_rewrite_var_basic4.phpt | 4 ++-- ext/standard/tests/image/bug70096.phpt | 3 ++- ext/standard/tests/network/http-stream.phpt | 3 ++- ext/standard/tests/serialize/bug70219.phpt | 6 ++---- ext/standard/tests/serialize/bug70219_1.phpt | 8 ++------ ext/standard/tests/serialize/bug70513.phpt | 4 ++-- ext/standard/tests/serialize/bug72663_3.phpt | 4 ++-- ext/standard/tests/streams/bug72771.phpt | 3 ++- ext/standard/tests/streams/bug75776.phpt | 8 +++----- ext/standard/tests/streams/bug77080.phpt | 6 ++---- ext/standard/tests/streams/opendir-003.phpt | 3 ++- ext/standard/tests/streams/opendir-004.phpt | 3 ++- .../streams/stream_context_tcp_nodelay.phpt | 5 +++-- .../stream_context_tcp_nodelay_fopen.phpt | 3 ++- .../stream_context_tcp_nodelay_server.phpt | 4 ++-- ext/standard/tests/strings/bug72663_2.phpt | 8 ++------ ext/sysvshm/tests/001.phpt | 4 +++- ext/sysvshm/tests/002.phpt | 4 +++- ext/sysvshm/tests/003.phpt | 4 +++- ext/sysvshm/tests/004.phpt | 4 +++- ext/sysvshm/tests/005.phpt | 4 +++- ext/sysvshm/tests/006.phpt | 4 +++- ext/sysvshm/tests/007.phpt | 4 +++- ext/sysvshm/tests/bug72858.phpt | 4 +++- ext/sysvshm/tests/shutdown_crash_0.phpt | 6 ++---- ext/tokenizer/tests/001.phpt | 4 +++- ext/tokenizer/tests/002.phpt | 4 ++-- ext/tokenizer/tests/003.phpt | 4 ++-- ext/tokenizer/tests/PhpToken_constructor.phpt | 4 ++-- ext/tokenizer/tests/PhpToken_extension.phpt | 4 ++-- .../tests/PhpToken_extension_errors.phpt | 4 ++-- .../tests/PhpToken_final_constructor.phpt | 4 ++-- ext/tokenizer/tests/PhpToken_methods.phpt | 4 ++-- ext/tokenizer/tests/PhpToken_tokenize.phpt | 4 ++-- ext/tokenizer/tests/bad_character.phpt | 4 ++-- ext/tokenizer/tests/bug26463.phpt | 4 ++-- ext/tokenizer/tests/bug54089.phpt | 4 ++-- ext/tokenizer/tests/bug60097.phpt | 4 ++-- ext/tokenizer/tests/bug67395.phpt | 4 ++-- ext/tokenizer/tests/bug76437.phpt | 4 ++-- ext/tokenizer/tests/bug76991.phpt | 4 ++-- .../invalid_large_octal_with_underscores.phpt | 4 ++-- ext/tokenizer/tests/invalid_octal_dnumber.phpt | 4 ++-- ext/tokenizer/tests/no_inline_html_split.phpt | 4 ++-- ext/tokenizer/tests/parse_errors.phpt | 4 ++-- ext/tokenizer/tests/php_tag_only.phpt | 4 ++-- ext/tokenizer/tests/php_tag_only_2.phpt | 4 ++-- .../tests/token_get_all_TOKEN_PARSE_000.phpt | 4 ++-- .../tests/token_get_all_TOKEN_PARSE_001.phpt | 4 ++-- .../tests/token_get_all_TOKEN_PARSE_002.phpt | 4 ++-- ext/tokenizer/tests/token_get_all_basic.phpt | 4 ++-- .../tests/token_get_all_heredoc_nowdoc.phpt | 4 ++-- .../tests/token_get_all_variation10.phpt | 4 ++-- .../tests/token_get_all_variation11.phpt | 4 ++-- .../tests/token_get_all_variation12.phpt | 4 ++-- .../tests/token_get_all_variation13.phpt | 4 ++-- .../tests/token_get_all_variation14.phpt | 4 ++-- .../tests/token_get_all_variation15.phpt | 4 ++-- .../tests/token_get_all_variation16.phpt | 4 ++-- .../tests/token_get_all_variation17.phpt | 4 ++-- .../tests/token_get_all_variation18.phpt | 4 ++-- .../tests/token_get_all_variation19.phpt | 4 ++-- .../tests/token_get_all_variation2.phpt | 4 ++-- .../tests/token_get_all_variation3.phpt | 4 ++-- .../tests/token_get_all_variation4.phpt | 4 ++-- .../tests/token_get_all_variation5.phpt | 4 ++-- .../tests/token_get_all_variation6.phpt | 4 ++-- .../tests/token_get_all_variation7.phpt | 4 ++-- .../tests/token_get_all_variation8.phpt | 4 ++-- .../tests/token_get_all_variation9.phpt | 4 ++-- ext/xml/tests/bug30875.phpt | 6 ++---- ext/xml/tests/bug32001.phpt | 3 ++- ext/xml/tests/bug32001b.phpt | 3 ++- ext/xml/tests/bug71592.phpt | 6 ++---- ext/xml/tests/bug72085.phpt | 6 ++---- ext/xml/tests/bug72714.phpt | 6 ++---- ext/xml/tests/bug73135.phpt | 4 ++-- .../tests/xml_parse_into_struct_variation.phpt | 8 ++------ .../tests/xml_parser_get_option_variation3.phpt | 6 ++---- ext/xml/tests/xml_parser_set_option_basic.phpt | 8 ++------ .../tests/xml_parser_set_option_variation4.phpt | 8 ++------ .../xml_set_notation_decl_handler_basic.phpt | 8 ++------ ...et_processing_instruction_handler_basic.phpt | 8 ++------ ..._set_start_namespace_decl_handler_basic.phpt | 8 ++------ ext/xmlreader/tests/001.phpt | 4 ++-- ext/xmlreader/tests/002.phpt | 4 ++-- ext/xmlreader/tests/003-get-errors.phpt | 4 ++-- ext/xmlreader/tests/003-mb.phpt | 4 ++-- ext/xmlreader/tests/003-move-errors.phpt | 4 ++-- ext/xmlreader/tests/003.phpt | 4 ++-- ext/xmlreader/tests/004.phpt | 4 ++-- ext/xmlreader/tests/005.phpt | 4 ++-- ext/xmlreader/tests/006.phpt | 4 ++-- ext/xmlreader/tests/007.phpt | 4 ++-- ext/xmlreader/tests/008.phpt | 4 ++-- ext/xmlreader/tests/009.phpt | 4 ++-- ext/xmlreader/tests/010.phpt | 4 ++-- ext/xmlreader/tests/011.phpt | 5 +++-- ext/xmlreader/tests/012.phpt | 4 ++-- ext/xmlreader/tests/013.phpt | 3 ++- ext/xmlreader/tests/014.phpt | 4 ++-- ext/xmlreader/tests/015-get-errors.phpt | 4 ++-- ext/xmlreader/tests/015-move-errors.phpt | 4 ++-- ext/xmlreader/tests/015.phpt | 4 ++-- ext/xmlreader/tests/bug36743.phpt | 4 ++-- ext/xmlreader/tests/bug42139.phpt | 4 ++-- ext/xmlreader/tests/bug70309.phpt | 4 +++- ext/xmlreader/tests/bug71805.phpt | 4 ++-- ext/xmlreader/tests/bug73053.phpt | 3 ++- ext/xmlreader/tests/bug73246.phpt | 6 ++---- ext/xmlreader/tests/bug74457.phpt | 4 ++-- ext/xmlreader/tests/expand.phpt | 7 ++++--- ext/xmlreader/tests/expand_error.phpt | 7 ++++--- ext/xmlreader/tests/next_basic.phpt | 4 ++-- ext/xmlreader/tests/open_error.phpt | 4 ++-- ext/xmlreader/tests/readString_basic.phpt | 4 ++-- .../tests/setParserProperty_error.phpt | 4 ++-- ext/xmlreader/tests/setSchema_error.phpt | 4 ++-- ext/xmlreader/tests/static.phpt | 6 ++---- ext/xmlwriter/tests/001.phpt | 4 ++-- ext/xmlwriter/tests/002.phpt | 4 ++-- ext/xmlwriter/tests/003.phpt | 4 ++-- ext/xmlwriter/tests/004.phpt | 4 ++-- ext/xmlwriter/tests/005-mb.phpt | 3 ++- ext/xmlwriter/tests/005.phpt | 3 ++- ext/xmlwriter/tests/006.phpt | 6 ++---- ext/xmlwriter/tests/007.phpt | 6 ++---- ext/xmlwriter/tests/008.phpt | 6 ++---- ext/xmlwriter/tests/009.phpt | 3 ++- ext/xmlwriter/tests/010.phpt | 6 ++---- ext/xmlwriter/tests/011.phpt | 6 ++---- ext/xmlwriter/tests/012.phpt | 6 ++---- ext/xmlwriter/tests/OO_001.phpt | 4 ++-- ext/xmlwriter/tests/OO_002.phpt | 4 ++-- ext/xmlwriter/tests/OO_003.phpt | 4 ++-- ext/xmlwriter/tests/OO_004.phpt | 4 ++-- ext/xmlwriter/tests/OO_005.phpt | 3 ++- ext/xmlwriter/tests/OO_006.phpt | 6 ++---- ext/xmlwriter/tests/OO_007.phpt | 6 ++---- ext/xmlwriter/tests/OO_008.phpt | 6 ++---- ext/xmlwriter/tests/OO_009.phpt | 6 ++---- ext/xmlwriter/tests/OO_010.phpt | 6 ++---- ext/xmlwriter/tests/OO_011.phpt | 6 ++---- ext/xmlwriter/tests/OO_012.phpt | 4 ++-- ext/xmlwriter/tests/OO_013.phpt | 4 ++-- ext/xmlwriter/tests/bug39504.phpt | 6 ++---- ext/xmlwriter/tests/bug41287.phpt | 6 ++---- ext/xmlwriter/tests/bug41326.phpt | 6 ++---- ext/xmlwriter/tests/bug48204.phpt | 4 ++-- ext/xmlwriter/tests/bug71536.phpt | 6 ++---- ext/xmlwriter/tests/bug79029.phpt | 8 +++----- ext/xmlwriter/tests/bug79344.phpt | 6 ++---- .../tests/xmlwriter_open_uri_error_001.phpt | 4 ++-- .../tests/xmlwriter_open_uri_error_003.phpt | 4 ++-- .../tests/xmlwriter_open_uri_error_004.phpt | 4 ++-- .../tests/xmlwriter_open_uri_error_005.phpt | 4 ++-- .../xmlwriter_set_indent_string_basic_001.phpt | 4 ++-- .../xmlwriter_write_attribute_ns_basic_001.phpt | 4 ++-- .../tests/xmlwriter_write_dtd_basic_001.phpt | 4 ++-- ext/xsl/tests/bug33853.phpt | 6 ++---- ext/xsl/tests/bug48221.phpt | 6 ++---- ext/xsl/tests/bug53965.phpt | 6 ++---- ext/xsl/tests/bug54446.phpt | 6 ++---- ext/xsl/tests/bug54446_with_ini.phpt | 6 ++---- ext/xsl/tests/bug70078.phpt | 6 ++---- ext/xsl/tests/bug70535.phpt | 8 +++----- ext/xsl/tests/bug71540.phpt | 3 ++- ext/xsl/tests/throw_in_autoload.phpt | 6 ++---- ext/xsl/tests/xsl-phpinfo.phpt | 8 ++------ ext/xsl/tests/xslt008-mb.phpt | 5 +++-- ext/xsl/tests/xslt008.phpt | 5 +++-- ext/xsl/tests/xslt009.phpt | 5 +++-- ...xsltprocessor_getParameter-invalidparam.phpt | 8 ++------ ext/xsl/tests/xsltprocessor_getParameter.phpt | 8 ++------ ...processor_registerPHPFunctions-allfuncs.phpt | 8 ++------ ...sor_registerPHPFunctions-array-multiple.phpt | 8 ++------ ...r_registerPHPFunctions-array-notallowed.phpt | 8 ++------ ...sltprocessor_registerPHPFunctions-array.phpt | 8 ++------ ...essor_registerPHPFunctions-funcnostring.phpt | 8 ++------ ...rocessor_registerPHPFunctions-funcundef.phpt | 8 ++------ ...xsltprocessor_registerPHPFunctions-null.phpt | 8 ++------ ...or_registerPHPFunctions-string-multiple.phpt | 8 ++------ ..._registerPHPFunctions-string-notallowed.phpt | 8 ++------ ...ltprocessor_registerPHPFunctions-string.phpt | 8 ++------ ...tprocessor_removeParameter-invalidparam.phpt | 8 ++------ .../tests/xsltprocessor_removeParameter.phpt | 8 ++------ .../xsltprocessor_setparameter-errorquote.phpt | 8 ++------ .../xsltprocessor_setparameter-nostring.phpt | 8 ++------ ext/zend_test/tests/observer_backtrace_01.phpt | 4 ++-- ext/zend_test/tests/observer_basic_01.phpt | 4 ++-- ext/zend_test/tests/observer_basic_02.phpt | 4 ++-- ext/zend_test/tests/observer_basic_03.phpt | 4 ++-- ext/zend_test/tests/observer_basic_04.phpt | 4 ++-- ext/zend_test/tests/observer_basic_05.phpt | 4 ++-- .../tests/observer_call_user_func_01.phpt | 4 ++-- .../tests/observer_call_user_func_02.phpt | 4 ++-- .../tests/observer_call_user_func_03.phpt | 4 ++-- .../tests/observer_call_user_func_04.phpt | 4 ++-- ext/zend_test/tests/observer_closure_01.phpt | 4 ++-- ext/zend_test/tests/observer_closure_02.phpt | 4 ++-- ext/zend_test/tests/observer_error_01.phpt | 4 ++-- ext/zend_test/tests/observer_error_02.phpt | 4 ++-- ext/zend_test/tests/observer_error_03.phpt | 4 ++-- ext/zend_test/tests/observer_error_04.phpt | 6 +++--- ext/zend_test/tests/observer_error_05.phpt | 4 ++-- ext/zend_test/tests/observer_eval_01.phpt | 4 ++-- ext/zend_test/tests/observer_exception_01.phpt | 4 ++-- ext/zend_test/tests/observer_fiber_01.phpt | 4 ++-- ext/zend_test/tests/observer_fiber_02.phpt | 4 ++-- ext/zend_test/tests/observer_fiber_03.phpt | 4 ++-- ext/zend_test/tests/observer_fiber_04.phpt | 4 ++-- ext/zend_test/tests/observer_fiber_05.phpt | 4 ++-- ext/zend_test/tests/observer_fiber_06.phpt | 4 ++-- ext/zend_test/tests/observer_generator_01.phpt | 4 ++-- ext/zend_test/tests/observer_generator_02.phpt | 4 ++-- ext/zend_test/tests/observer_generator_03.phpt | 4 ++-- ext/zend_test/tests/observer_generator_04.phpt | 4 ++-- ext/zend_test/tests/observer_generator_05.phpt | 4 ++-- ext/zend_test/tests/observer_magic_01.phpt | 4 ++-- ext/zend_test/tests/observer_opline_01.phpt | 4 ++-- ext/zend_test/tests/observer_retval_01.phpt | 4 ++-- ext/zend_test/tests/observer_retval_02.phpt | 4 ++-- ext/zend_test/tests/observer_retval_03.phpt | 4 ++-- ext/zend_test/tests/observer_retval_04.phpt | 4 ++-- ext/zend_test/tests/observer_retval_05.phpt | 4 ++-- ext/zend_test/tests/observer_retval_06.phpt | 4 ++-- ext/zend_test/tests/observer_retval_07.phpt | 4 ++-- .../tests/observer_retval_by_ref_01.phpt | 4 ++-- .../tests/observer_retval_by_ref_02.phpt | 4 ++-- .../tests/observer_retval_by_ref_03.phpt | 4 ++-- ext/zend_test/tests/observer_shutdown_01.phpt | 4 ++-- ext/zend_test/tests/observer_shutdown_02.phpt | 4 ++-- ext/zend_test/tests/observer_types_01.phpt | 4 ++-- .../tests/observer_zend_call_function_01.phpt | 4 ++-- ext/zip/tests/001.phpt | 4 ++-- ext/zip/tests/bug11216.phpt | 6 ++---- ext/zip/tests/bug14962.phpt | 6 ++---- ext/zip/tests/bug38943_2.phpt | 6 ++---- ext/zip/tests/bug38944.phpt | 4 ++-- ext/zip/tests/bug40228-mb.phpt | 4 ++-- ext/zip/tests/bug40228.phpt | 4 ++-- ext/zip/tests/bug47667.phpt | 6 ++---- ext/zip/tests/bug49072.phpt | 6 ++---- ext/zip/tests/bug50678.phpt | 6 ++---- ext/zip/tests/bug51353.phpt | 3 ++- ext/zip/tests/bug53579.phpt | 6 ++---- ext/zip/tests/bug53603.phpt | 6 ++---- ext/zip/tests/bug53854.phpt | 6 ++---- ext/zip/tests/bug53885.phpt | 6 ++---- ext/zip/tests/bug64342_0.phpt | 6 ++---- ext/zip/tests/bug64342_1-mb.phpt | 6 ++---- ext/zip/tests/bug64342_1.phpt | 6 ++---- ext/zip/tests/bug70103.phpt | 6 ++---- ext/zip/tests/bug70322.phpt | 6 ++---- ext/zip/tests/bug70350.phpt | 6 ++---- ext/zip/tests/bug70752.phpt | 6 ++---- ext/zip/tests/bug7214.phpt | 6 ++---- ext/zip/tests/bug72258.phpt | 6 ++---- ext/zip/tests/bug72374.phpt | 6 ++---- ext/zip/tests/bug72660.phpt | 3 ++- ext/zip/tests/bug76524.phpt | 6 ++---- ext/zip/tests/bug7658.phpt | 6 ++---- ext/zip/tests/bug78641.phpt | 6 ++---- ext/zip/tests/bug8009.phpt | 6 ++---- ext/zip/tests/bug80863.phpt | 6 ++---- ext/zip/tests/bug8700.phpt | 6 ++---- ext/zip/tests/compression_methods.phpt | 6 ++---- ext/zip/tests/doubleclose.phpt | 6 ++---- ext/zip/tests/oo_add_encoding.phpt | 3 ++- ext/zip/tests/oo_add_from_string.phpt | 3 ++- ext/zip/tests/oo_addemptydir.phpt | 6 ++---- ext/zip/tests/oo_addemptydir_error.phpt | 3 ++- ext/zip/tests/oo_addfile.phpt | 6 ++---- ext/zip/tests/oo_addglob.phpt | 3 ++- ext/zip/tests/oo_addglob2.phpt | 3 ++- ext/zip/tests/oo_addpattern.phpt | 6 ++---- ext/zip/tests/oo_cancel.phpt | 3 ++- ext/zip/tests/oo_close.phpt | 6 ++---- ext/zip/tests/oo_count.phpt | 6 ++---- ext/zip/tests/oo_delete.phpt | 6 ++---- ext/zip/tests/oo_encryption.phpt | 3 ++- ext/zip/tests/oo_ext_zip.phpt | 6 ++---- ext/zip/tests/oo_externalattributes.phpt | 6 ++---- ext/zip/tests/oo_extract.phpt | 6 ++---- ext/zip/tests/oo_getcomment.phpt | 6 ++---- ext/zip/tests/oo_getnameindex.phpt | 6 ++---- ext/zip/tests/oo_getstatusstring.phpt | 4 ++-- ext/zip/tests/oo_namelocate.phpt | 6 ++---- ext/zip/tests/oo_open.phpt | 6 ++---- ext/zip/tests/oo_progress.phpt | 3 ++- ext/zip/tests/oo_properties.phpt | 6 ++---- ext/zip/tests/oo_rename.phpt | 6 ++---- ext/zip/tests/oo_replacefile.phpt | 6 ++---- ext/zip/tests/oo_setcomment.phpt | 6 ++---- ext/zip/tests/oo_setcomment_error.phpt | 6 ++---- ext/zip/tests/oo_setcompression.phpt | 6 ++---- ext/zip/tests/oo_setmtime.phpt | 3 ++- ext/zip/tests/oo_stream.phpt | 6 ++---- ext/zip/tests/oo_supported.phpt | 3 ++- ext/zip/tests/oo_unchangeIndex.phpt | 4 ++-- ext/zip/tests/oo_unchangeName.phpt | 4 ++-- ext/zip/tests/pecl12414.phpt | 5 +++-- ext/zip/tests/stream_meta_data.phpt | 6 ++---- ext/zip/tests/zip_close.phpt | 6 ++---- ext/zip/tests/zip_entry_close.phpt | 6 ++---- ext/zip/tests/zip_entry_compressedsize.phpt | 6 ++---- ext/zip/tests/zip_entry_compressionmethod.phpt | 6 ++---- ext/zip/tests/zip_entry_filesize.phpt | 6 ++---- ext/zip/tests/zip_entry_name.phpt | 6 ++---- ext/zip/tests/zip_entry_open.phpt | 6 ++---- ext/zip/tests/zip_entry_read.phpt | 6 ++---- ext/zip/tests/zip_open.phpt | 6 ++---- ext/zip/tests/zip_open_error.phpt | 6 ++---- ext/zip/tests/zip_read.phpt | 6 ++---- ext/zlib/tests/001.phpt | 4 ++-- ext/zlib/tests/002.phpt | 4 ++-- ext/zlib/tests/003.phpt | 4 ++-- ext/zlib/tests/004-mb.phpt | 4 ++-- ext/zlib/tests/004.phpt | 4 ++-- ext/zlib/tests/005.phpt | 4 ++-- ext/zlib/tests/006.phpt | 4 ++-- ext/zlib/tests/007.phpt | 4 ++-- ext/zlib/tests/008.phpt | 4 ++-- ext/zlib/tests/bug48725.phpt | 6 ++---- ext/zlib/tests/bug48725_2.phpt | 6 ++---- ext/zlib/tests/bug51269.phpt | 6 ++---- ext/zlib/tests/bug60761.phpt | 4 ++-- ext/zlib/tests/bug61139.phpt | 8 ++------ ext/zlib/tests/bug71417.phpt | 4 ++-- ext/zlib/tests/bug73944.phpt | 4 ++-- ext/zlib/tests/bug74240.phpt | 8 ++------ ext/zlib/tests/bug75273.phpt | 6 ++---- ext/zlib/tests/bug75299.phpt | 4 ++-- ext/zlib/tests/bug_34821.phpt | 4 ++-- ext/zlib/tests/bug_40189.phpt | 4 ++-- ext/zlib/tests/bug_52944.phpt | 4 ++-- ext/zlib/tests/compress_zlib_wrapper.phpt | 4 ++-- ext/zlib/tests/deflate_add_basic.phpt | 8 ++------ ext/zlib/tests/deflate_add_block_v123.phpt | 6 +++--- ext/zlib/tests/deflate_add_buffer_full.phpt | 8 ++------ ext/zlib/tests/deflate_add_error.phpt | 8 ++------ ext/zlib/tests/deflate_init_error.phpt | 8 ++------ ext/zlib/tests/deflate_init_reuse.phpt | 8 ++------ ext/zlib/tests/dictionary_usage.phpt | 4 ++-- ext/zlib/tests/gzclose_basic.phpt | 8 ++------ ext/zlib/tests/gzcompress_basic1.phpt | 8 ++------ ext/zlib/tests/gzcompress_error1.phpt | 8 ++------ ext/zlib/tests/gzcompress_variation1.phpt | 8 ++------ ext/zlib/tests/gzdeflate_basic1.phpt | 8 ++------ ext/zlib/tests/gzdeflate_error1.phpt | 8 ++------ ext/zlib/tests/gzdeflate_variation1.phpt | 8 ++------ ext/zlib/tests/gzencode_basic1.phpt | 8 ++------ ext/zlib/tests/gzencode_error1.phpt | 8 ++------ ext/zlib/tests/gzencode_variation1-win32.phpt | 6 +++--- ext/zlib/tests/gzencode_variation1.phpt | 6 +++--- ext/zlib/tests/gzencode_variation2-win32.phpt | 6 +++--- ext/zlib/tests/gzencode_variation2.phpt | 6 +++--- ext/zlib/tests/gzeof_basic.phpt | 8 ++------ ext/zlib/tests/gzeof_variation1.phpt | 8 ++------ ext/zlib/tests/gzfile_basic.phpt | 6 ++---- ext/zlib/tests/gzfile_basic2.phpt | 6 ++---- ext/zlib/tests/gzfile_variation12.phpt | 6 ++---- ext/zlib/tests/gzfile_variation15.phpt | 8 ++------ ext/zlib/tests/gzfile_variation4.phpt | 6 ++---- ext/zlib/tests/gzfile_variation5.phpt | 6 ++---- ext/zlib/tests/gzfile_variation7.phpt | 6 ++---- ext/zlib/tests/gzfile_variation9.phpt | 6 ++---- ext/zlib/tests/gzfilegzreadfile.phpt | 5 ++--- ext/zlib/tests/gzgetc_basic.phpt | 6 +++--- ext/zlib/tests/gzgetc_basic_1.phpt | 6 +++--- ext/zlib/tests/gzgets_basic.phpt | 8 ++------ ext/zlib/tests/gzinflate-bug42663.phpt | 4 ++-- ext/zlib/tests/gzinflate_error1.phpt | 8 ++------ ext/zlib/tests/gzinflate_length.phpt | 4 ++-- ext/zlib/tests/gzopen_basic.phpt | 8 ++------ ext/zlib/tests/gzopen_basic2.phpt | 8 ++------ ext/zlib/tests/gzopen_variation4.phpt | 8 ++------ ext/zlib/tests/gzopen_variation5.phpt | 8 ++------ ext/zlib/tests/gzopen_variation6.phpt | 8 ++------ ext/zlib/tests/gzopen_variation7.phpt | 8 ++------ ext/zlib/tests/gzopen_variation8.phpt | 8 ++------ ext/zlib/tests/gzopen_variation9.phpt | 8 ++------ ext/zlib/tests/gzpassthru_basic.phpt | 8 ++------ ext/zlib/tests/gzputs_basic.phpt | 8 ++------ ext/zlib/tests/gzread_basic.phpt | 8 ++------ ext/zlib/tests/gzread_error2.phpt | 8 ++------ ext/zlib/tests/gzread_variation1.phpt | 8 ++------ ext/zlib/tests/gzreadgzwrite.phpt | 5 ++--- ext/zlib/tests/gzreadgzwriteplain.phpt | 5 ++--- ext/zlib/tests/gzrewind_basic.phpt | 8 ++------ ext/zlib/tests/gzrewind_basic2.phpt | 8 ++------ ext/zlib/tests/gzrewind_variation1.phpt | 8 ++------ ext/zlib/tests/gzseek_basic.phpt | 8 ++------ ext/zlib/tests/gzseek_basic2.phpt | 8 ++------ ext/zlib/tests/gzseek_variation1.phpt | 8 ++------ ext/zlib/tests/gzseek_variation2.phpt | 8 ++------ ext/zlib/tests/gzseek_variation3.phpt | 8 ++------ ext/zlib/tests/gzseek_variation4.phpt | 8 ++------ ext/zlib/tests/gzseek_variation5.phpt | 8 ++------ ext/zlib/tests/gzseek_variation6.phpt | 8 ++------ ext/zlib/tests/gzseek_variation7.phpt | 8 ++------ ext/zlib/tests/gztell_basic.phpt | 8 ++------ ext/zlib/tests/gztell_basic2.phpt | 8 ++------ ext/zlib/tests/gzuncompress_basic1.phpt | 8 ++------ ext/zlib/tests/gzuncompress_error1.phpt | 8 ++------ ext/zlib/tests/gzwrite_basic.phpt | 8 ++------ ext/zlib/tests/gzwrite_error2.phpt | 8 ++------ ext/zlib/tests/gzwrite_variation1.phpt | 8 ++------ ext/zlib/tests/inflate_add_basic.phpt | 8 ++------ ext/zlib/tests/inflate_add_error.phpt | 8 ++------ ext/zlib/tests/inflate_get_read_len.phpt | 4 ++-- ext/zlib/tests/inflate_get_status.phpt | 4 ++-- ext/zlib/tests/inflate_init_error.phpt | 8 ++------ ext/zlib/tests/inflate_init_reuse.phpt | 8 ++------ ext/zlib/tests/ob_001.phpt | 3 ++- ext/zlib/tests/ob_002.phpt | 6 ++---- ext/zlib/tests/ob_003.phpt | 3 ++- ext/zlib/tests/ob_004.phpt | 3 ++- ext/zlib/tests/ob_005.phpt | 3 ++- ext/zlib/tests/ob_gzhandler_legacy_002.phpt | 3 ++- ext/zlib/tests/readgzfile_basic.phpt | 6 ++---- ext/zlib/tests/readgzfile_basic2.phpt | 6 ++---- ext/zlib/tests/readgzfile_variation12.phpt | 6 ++---- ext/zlib/tests/readgzfile_variation15.phpt | 8 ++------ ext/zlib/tests/readgzfile_variation4.phpt | 6 ++---- ext/zlib/tests/readgzfile_variation5.phpt | 6 ++---- ext/zlib/tests/readgzfile_variation7.phpt | 6 ++---- ext/zlib/tests/readgzfile_variation9.phpt | 6 ++---- ext/zlib/tests/zlib_filter_deflate.phpt | 4 ++-- ext/zlib/tests/zlib_filter_deflate2.phpt | 4 ++-- ext/zlib/tests/zlib_filter_inflate.phpt | 4 ++-- ext/zlib/tests/zlib_filter_inflate2.phpt | 4 ++-- ext/zlib/tests/zlib_get_coding_type_basic.phpt | 4 ++-- ext/zlib/tests/zlib_get_coding_type_br.phpt | 4 ++-- .../tests/zlib_get_coding_type_deflate.phpt | 4 ++-- ext/zlib/tests/zlib_get_coding_type_gzip.phpt | 4 ++-- ext/zlib/tests/zlib_scheme_copy_basic.phpt | 8 ++------ ext/zlib/tests/zlib_scheme_copy_variation1.phpt | 8 ++------ ext/zlib/tests/zlib_scheme_copy_variation2.phpt | 8 ++------ ext/zlib/tests/zlib_scheme_dir_basic.phpt | 8 ++------ ext/zlib/tests/zlib_scheme_file_basic.phpt | 8 ++------ .../zlib_scheme_file_get_contents_basic.phpt | 8 ++------ .../zlib_scheme_file_put_contents_basic.phpt | 8 ++------ .../tests/zlib_scheme_file_read_file_basic.phpt | 8 ++------ ext/zlib/tests/zlib_scheme_fopen_basic.phpt | 8 ++------ .../tests/zlib_scheme_fopen_variation1.phpt | 8 ++------ ext/zlib/tests/zlib_scheme_rename_basic.phpt | 8 ++------ ext/zlib/tests/zlib_scheme_stat_basic.phpt | 8 ++------ ext/zlib/tests/zlib_scheme_stat_basic2.phpt | 8 ++------ ext/zlib/tests/zlib_scheme_unlink_basic.phpt | 8 ++------ ext/zlib/tests/zlib_wrapper_fflush_basic.phpt | 8 ++------ ext/zlib/tests/zlib_wrapper_flock_basic.phpt | 8 ++------ ext/zlib/tests/zlib_wrapper_fstat_basic.phpt | 8 ++------ .../tests/zlib_wrapper_ftruncate_basic.phpt | 8 ++------ .../tests/zlib_wrapper_meta_data_basic.phpt | 8 ++------ sapi/cli/tests/006.phpt | 6 +++--- tests/basic/029.phpt | 8 ++------ tests/basic/bug20539.phpt | 3 ++- tests/output/bug60282.phpt | 4 ++-- tests/output/ob_018.phpt | 6 ++---- 2453 files changed, 5164 insertions(+), 6356 deletions(-) diff --git a/Zend/tests/attributes/016_custom_attribute_validation.phpt b/Zend/tests/attributes/016_custom_attribute_validation.phpt index 11ffeaa7745..b2111d4dede 100644 --- a/Zend/tests/attributes/016_custom_attribute_validation.phpt +++ b/Zend/tests/attributes/016_custom_attribute_validation.phpt @@ -1,10 +1,7 @@ --TEST-- Attribute validation callback of internal attributes. ---SKIPIF-- - +--EXTENSIONS-- +simplexml --FILE-- "; diff --git a/Zend/tests/bug34617.phpt b/Zend/tests/bug34617.phpt index 171db4b3f4c..9468c111126 100644 --- a/Zend/tests/bug34617.phpt +++ b/Zend/tests/bug34617.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #34617 (zend_deactivate: objects_store used after zend_objects_store_destroy is called) ---SKIPIF-- - +--EXTENSIONS-- +xml --FILE-- +--EXTENSIONS-- +session --INI-- session.save_handler=qwerty error_reporting=0 diff --git a/Zend/tests/bug43918.phpt b/Zend/tests/bug43918.phpt index e3389818bef..d832675281b 100644 --- a/Zend/tests/bug43918.phpt +++ b/Zend/tests/bug43918.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #43918 (Segmentation fault in garbage collector) ---SKIPIF-- - +--EXTENSIONS-- +simplexml --FILE-- +--EXTENSIONS-- +mbstring --INI-- zend.multibyte=On --FILE-- diff --git a/Zend/tests/bug70914.phpt b/Zend/tests/bug70914.phpt index d1f42793129..73a43a5600d 100644 --- a/Zend/tests/bug70914.phpt +++ b/Zend/tests/bug70914.phpt @@ -1,11 +1,7 @@ --TEST-- Bug #70914 zend_throw_or_error() format string vulnerability ---SKIPIF-- - +--EXTENSIONS-- +pdo_sqlite --FILE-- +--EXTENSIONS-- +pdo --FILE-- gc.refcount <= 1' failed) ---SKIPIF-- - +--EXTENSIONS-- +curl --FILE-- +--EXTENSIONS-- +zend_test --FILE-- +--EXTENSIONS-- +zend_test --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +simplexml --FILE-- +--EXTENSIONS-- +zend_test --FILE-- +--EXTENSIONS-- +mbstring --INI-- zend.multibyte=1 --FILE-- diff --git a/Zend/tests/declare_002.phpt b/Zend/tests/declare_002.phpt index 42f8127bfe7..a0acac6c66a 100644 --- a/Zend/tests/declare_002.phpt +++ b/Zend/tests/declare_002.phpt @@ -1,11 +1,7 @@ --TEST-- Testing declare statement with several type values ---SKIPIF-- - +--EXTENSIONS-- +mbstring --INI-- zend.multibyte=1 --FILE-- diff --git a/Zend/tests/inherit_internal_static.phpt b/Zend/tests/inherit_internal_static.phpt index 6e29301b74f..ed2a211ea37 100644 --- a/Zend/tests/inherit_internal_static.phpt +++ b/Zend/tests/inherit_internal_static.phpt @@ -1,7 +1,7 @@ --TEST-- Inherit internal static property into userland class ---SKIPIF-- - +--EXTENSIONS-- +zend_test --FILE-- +--EXTENSIONS-- +zend_test --FILE-- +--EXTENSIONS-- +mbstring --INI-- zend.multibyte=1 internal_encoding=big5 diff --git a/Zend/tests/multibyte/multibyte_encoding_001.phpt b/Zend/tests/multibyte/multibyte_encoding_001.phpt index f95b4311a95..023e0a41b11 100644 --- a/Zend/tests/multibyte/multibyte_encoding_001.phpt +++ b/Zend/tests/multibyte/multibyte_encoding_001.phpt @@ -1,11 +1,7 @@ --TEST-- Zend Multibyte and ShiftJIS ---SKIPIF-- - +--EXTENSIONS-- +mbstring --INI-- zend.multibyte=1 internal_encoding=SJIS diff --git a/Zend/tests/multibyte/multibyte_encoding_002.phpt b/Zend/tests/multibyte/multibyte_encoding_002.phpt index bf6107c5419..8fb04c0fcfb 100644 --- a/Zend/tests/multibyte/multibyte_encoding_002.phpt +++ b/Zend/tests/multibyte/multibyte_encoding_002.phpt @@ -1,11 +1,7 @@ --TEST-- Zend Multibyte and UTF-8 BOM ---SKIPIF-- - +--EXTENSIONS-- +mbstring --INI-- zend.multibyte=1 internal_encoding=iso-8859-1 diff --git a/Zend/tests/multibyte/multibyte_encoding_003.phpt b/Zend/tests/multibyte/multibyte_encoding_003.phpt index f0fb60f6cdd4161f9d0fe51f7965fe0f2d96bd2c..3d977647ab86fe90aad9c2873e22dab10ae05ac4 100644 GIT binary patch delta 31 mcmX@f^qX;lrl@N~h^t?)r@vpYt}a(@QgKO9W?uTlp1lC5hYLyo delta 109 zcmey(c#>&?W^%B%XMm@ht}d62eL+S6S7w@mhGJ?(NornkW`16LPJUuaYKn$ZZc=ec zQD$DclBT9YHJ5@yN@l8tQgL=>fkIGfVQFSjYOw-Li2_`=lBP9REtkFBM7zBJ*?%Pm diff --git a/Zend/tests/multibyte/multibyte_encoding_004.phpt b/Zend/tests/multibyte/multibyte_encoding_004.phpt index 124cd036de9..650fa5f6fc8 100644 --- a/Zend/tests/multibyte/multibyte_encoding_004.phpt +++ b/Zend/tests/multibyte/multibyte_encoding_004.phpt @@ -1,11 +1,7 @@ --TEST-- test for mbstring script_encoding for flex unsafe encoding (Shift_JIS) ---SKIPIF-- - +--EXTENSIONS-- +mbstring --INI-- zend.multibyte=1 zend.script_encoding=Shift_JIS diff --git a/Zend/tests/multibyte/multibyte_encoding_005.phpt b/Zend/tests/multibyte/multibyte_encoding_005.phpt index 993e078b219..c5dbc57b988 100644 --- a/Zend/tests/multibyte/multibyte_encoding_005.phpt +++ b/Zend/tests/multibyte/multibyte_encoding_005.phpt @@ -1,11 +1,7 @@ --TEST-- encoding conversion from script encoding into internal encoding ---SKIPIF-- - +--EXTENSIONS-- +mbstring --INI-- zend.multibyte=1 mbstring.encoding_translation = On diff --git a/Zend/tests/ns_086.phpt b/Zend/tests/ns_086.phpt index c87f1b72d4b..546f7075526 100644 --- a/Zend/tests/ns_086.phpt +++ b/Zend/tests/ns_086.phpt @@ -1,11 +1,7 @@ --TEST-- 086: bracketed namespace with encoding ---SKIPIF-- - +--EXTENSIONS-- +mbstring --INI-- zend.multibyte=1 --FILE-- diff --git a/Zend/tests/overloaded_func_001.phpt b/Zend/tests/overloaded_func_001.phpt index d78ef1971c8..1c3af8b0577 100644 --- a/Zend/tests/overloaded_func_001.phpt +++ b/Zend/tests/overloaded_func_001.phpt @@ -1,9 +1,7 @@ --TEST-- Overloaded function 001 ---SKIPIF-- - +--EXTENSIONS-- +zend_test --FILE-- +--EXTENSIONS-- +zend_test --FILE-- diff --git a/Zend/tests/return_types/internal_functions002.phpt b/Zend/tests/return_types/internal_functions002.phpt index f6287b72f0a..de2a0838a05 100644 --- a/Zend/tests/return_types/internal_functions002.phpt +++ b/Zend/tests/return_types/internal_functions002.phpt @@ -1,8 +1,7 @@ --TEST-- Return type for internal functions 2 ---SKIPIF-- - +--EXTENSIONS-- +zend_test --FILE-- +--EXTENSIONS-- +zend_test --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +zend_test --FILE-- +--EXTENSIONS-- +mbstring --INI-- zend.multibyte=1 --FILE-- diff --git a/Zend/tests/type_declarations/scalar_strict_declaration_placement_007.phpt b/Zend/tests/type_declarations/scalar_strict_declaration_placement_007.phpt index c6cfbd56f47..924f3d4c783 100644 --- a/Zend/tests/type_declarations/scalar_strict_declaration_placement_007.phpt +++ b/Zend/tests/type_declarations/scalar_strict_declaration_placement_007.phpt @@ -1,11 +1,7 @@ --TEST-- Test strict declaration being first operation only 007 ---SKIPIF-- - +--EXTENSIONS-- +mbstring --INI-- zend.multibyte=1 --FILE-- diff --git a/Zend/tests/type_declarations/typed_properties_095.phpt b/Zend/tests/type_declarations/typed_properties_095.phpt index 7e92cec6829..434fd467506 100644 --- a/Zend/tests/type_declarations/typed_properties_095.phpt +++ b/Zend/tests/type_declarations/typed_properties_095.phpt @@ -1,7 +1,7 @@ --TEST-- Typed properties in internal classes ---SKIPIF-- - +--EXTENSIONS-- +zend_test --FILE-- +--EXTENSIONS-- +zend_test --FILE-- --INI-- diff --git a/ext/curl/tests/bug61948.phpt b/ext/curl/tests/bug61948.phpt index 9b795241f26..1245c3a6999 100644 --- a/ext/curl/tests/bug61948.phpt +++ b/ext/curl/tests/bug61948.phpt @@ -1,8 +1,7 @@ --TEST-- Bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction) ---SKIPIF-- - +--EXTENSIONS-- +curl --FILE-- +--EXTENSIONS-- +curl --FILE-- +--EXTENSIONS-- +curl --FILE-- --FILE-- diff --git a/ext/curl/tests/bug79199.phpt b/ext/curl/tests/bug79199.phpt index b56f22614fe..c67bfffd5e1 100644 --- a/ext/curl/tests/bug79199.phpt +++ b/ext/curl/tests/bug79199.phpt @@ -1,9 +1,7 @@ --TEST-- Bug #79199 (curl_copy_handle() memory leak) ---SKIPIF-- - +--EXTENSIONS-- +curl --FILE-- diff --git a/ext/curl/tests/curl_basic_007.phpt b/ext/curl/tests/curl_basic_007.phpt index 539da719523..3b53658d6a7 100644 --- a/ext/curl/tests/curl_basic_007.phpt +++ b/ext/curl/tests/curl_basic_007.phpt @@ -2,8 +2,8 @@ Test curl_error() & curl_errno() function without url --CREDITS-- TestFest 2009 - AFUP - Perrick Penet ---SKIPIF-- - +--EXTENSIONS-- +curl --FILE-- +--EXTENSIONS-- +curl --SKIPIF-- ---SKIPIF-- - +--EXTENSIONS-- +curl --FILE-- +--EXTENSIONS-- +curl --SKIPIF-- +--EXTENSIONS-- +curl --FILE-- = 7.50.0"); } diff --git a/ext/curl/tests/curl_basic_024.phpt b/ext/curl/tests/curl_basic_024.phpt index 4037a0bc126..b16bfed0383 100644 --- a/ext/curl/tests/curl_basic_024.phpt +++ b/ext/curl/tests/curl_basic_024.phpt @@ -1,8 +1,9 @@ --TEST-- Test curl_getinfo() function with CURLINFO_* from curl >= 7.52.0 +--EXTENSIONS-- +curl --SKIPIF-- -= 7.52.0"); } diff --git a/ext/curl/tests/curl_close_basic.phpt b/ext/curl/tests/curl_close_basic.phpt index af7d9ea88ed..5b327264c7d 100644 --- a/ext/curl/tests/curl_close_basic.phpt +++ b/ext/curl/tests/curl_close_basic.phpt @@ -3,10 +3,8 @@ curl_close --CREDITS-- Stefan Koopmanschap #testfest Utrecht 2009 ---SKIPIF-- - +--EXTENSIONS-- +curl --FILE-- #testfest Utrecht 2009 ---SKIPIF-- - +--EXTENSIONS-- +curl --FILE-- +--EXTENSIONS-- +curl --FILE-- +--EXTENSIONS-- +curl --FILE-- - @phpsp - sao paulo - br ---SKIPIF-- - +--EXTENSIONS-- +curl --FILE-- +--EXTENSIONS-- +curl --FILE-- #testfest Utrecht 2009 ---SKIPIF-- - +--EXTENSIONS-- +curl --FILE-- = 7.12.1)"); += 7.12.1)"); ?> --FILE-- +--EXTENSIONS-- +curl --FILE-- +--EXTENSIONS-- +curl --FILE-- +--EXTENSIONS-- +curl --FILE-- Dutch UG, TestFest 2009, Utrecht --DESCRIPTION-- Writes the value 'test' to a temporary file. Use curl to access this file, passing the output into a callback. Tests the PHP_CURL_USER case in curl_write. ---SKIPIF-- - +--EXTENSIONS-- +curl --FILE-- Dutch UG, TestFest 2009, Utrecht --DESCRIPTION-- Writes the value 'test' to a temporary file. Use curl to access this file and store the output in another temporary file. Tests the PHP_CURL_FILE case in curl_write(). ---SKIPIF-- - +--EXTENSIONS-- +curl --FILE-- +--EXTENSIONS-- +curl --FILE-- Dutch UG, TestFest 2009, Utrecht --DESCRIPTION-- Writes the value 'test' to a temporary file. Use curl to access this file and store the output in another temporary file. Tests the PHP_CURL_FILE case in curl_write(). ---SKIPIF-- - +--EXTENSIONS-- +curl --FILE-- --FILE-- diff --git a/ext/dba/tests/bug71514.phpt b/ext/dba/tests/bug71514.phpt index 8aada12e8f8..c7a441ebcff 100644 --- a/ext/dba/tests/bug71514.phpt +++ b/ext/dba/tests/bug71514.phpt @@ -1,8 +1,9 @@ --TEST-- Bug #71514 (Bad dba_replace condition because of wrong API usage) +--EXTENSIONS-- +dba --SKIPIF-- --FILE-- diff --git a/ext/enchant/tests/broker_describe.phpt b/ext/enchant/tests/broker_describe.phpt index 93ec1fafdc8..80c3b785624 100644 --- a/ext/enchant/tests/broker_describe.phpt +++ b/ext/enchant/tests/broker_describe.phpt @@ -2,13 +2,10 @@ enchant_broker_describe() function --CREDITS-- marcosptf - +--EXTENSIONS-- +enchant --SKIPIF-- +--EXTENSIONS-- +enchant --SKIPIF-- diff --git a/ext/enchant/tests/broker_free.phpt b/ext/enchant/tests/broker_free.phpt index e816119ddf7..9ede2e07cfb 100644 --- a/ext/enchant/tests/broker_free.phpt +++ b/ext/enchant/tests/broker_free.phpt @@ -2,9 +2,10 @@ enchant_broker_free() function --CREDITS-- marcosptf - +--EXTENSIONS-- +enchant --SKIPIF-- --FILE-- diff --git a/ext/enchant/tests/broker_free_01.phpt b/ext/enchant/tests/broker_free_01.phpt index 5b129a0b294..9971a8332bf 100644 --- a/ext/enchant/tests/broker_free_01.phpt +++ b/ext/enchant/tests/broker_free_01.phpt @@ -2,9 +2,10 @@ @enchant_broker_free() function --CREDITS-- marcosptf - +--EXTENSIONS-- +enchant --SKIPIF-- --FILE-- diff --git a/ext/enchant/tests/broker_free_02.phpt b/ext/enchant/tests/broker_free_02.phpt index 036ae3a2ab0..e6fb7e2466e 100644 --- a/ext/enchant/tests/broker_free_02.phpt +++ b/ext/enchant/tests/broker_free_02.phpt @@ -2,9 +2,10 @@ @enchant_broker_free() function --CREDITS-- marcosptf - +--EXTENSIONS-- +enchant --SKIPIF-- diff --git a/ext/enchant/tests/broker_free_dict.phpt b/ext/enchant/tests/broker_free_dict.phpt index 20bc66e5e97..f10eddad1f5 100644 --- a/ext/enchant/tests/broker_free_dict.phpt +++ b/ext/enchant/tests/broker_free_dict.phpt @@ -2,9 +2,10 @@ enchant_broker_free_dict(resource $dict); function --CREDITS-- marcosptf - +--EXTENSIONS-- +enchant --SKIPIF-- diff --git a/ext/enchant/tests/broker_get_error.phpt b/ext/enchant/tests/broker_get_error.phpt index ca568306a67..f165f5489ab 100644 --- a/ext/enchant/tests/broker_get_error.phpt +++ b/ext/enchant/tests/broker_get_error.phpt @@ -2,9 +2,10 @@ enchant_broker_get_error() function --CREDITS-- marcosptf - +--EXTENSIONS-- +enchant --SKIPIF-- --FILE-- diff --git a/ext/enchant/tests/broker_init.phpt b/ext/enchant/tests/broker_init.phpt index f35b001cea1..373ae947856 100644 --- a/ext/enchant/tests/broker_init.phpt +++ b/ext/enchant/tests/broker_init.phpt @@ -2,9 +2,10 @@ enchant_broker_init() function --CREDITS-- marcosptf - +--EXTENSIONS-- +enchant --SKIPIF-- --FILE-- diff --git a/ext/enchant/tests/broker_list_dicts.phpt b/ext/enchant/tests/broker_list_dicts.phpt index a12527733c9..3b5a2657d98 100644 --- a/ext/enchant/tests/broker_list_dicts.phpt +++ b/ext/enchant/tests/broker_list_dicts.phpt @@ -2,13 +2,10 @@ enchant_broker_list_dicts() function --CREDITS-- marcosptf - +--EXTENSIONS-- +enchant --SKIPIF-- +--EXTENSIONS-- +enchant --SKIPIF-- diff --git a/ext/enchant/tests/broker_request_dict_01.phpt b/ext/enchant/tests/broker_request_dict_01.phpt index fad527c4c46..6f7113ae466 100644 --- a/ext/enchant/tests/broker_request_dict_01.phpt +++ b/ext/enchant/tests/broker_request_dict_01.phpt @@ -2,9 +2,10 @@ enchant_broker_request_dict() function --CREDITS-- marcosptf - +--EXTENSIONS-- +enchant --SKIPIF-- diff --git a/ext/enchant/tests/broker_request_dict_error_on_empty_tag.phpt b/ext/enchant/tests/broker_request_dict_error_on_empty_tag.phpt index 63005a9ba6c..b49967cbedc 100644 --- a/ext/enchant/tests/broker_request_dict_error_on_empty_tag.phpt +++ b/ext/enchant/tests/broker_request_dict_error_on_empty_tag.phpt @@ -1,8 +1,9 @@ --TEST-- enchant_broker_request_dict() must throw ValueError on empty tag +--EXTENSIONS-- +enchant --SKIPIF-- --FILE-- diff --git a/ext/enchant/tests/broker_request_pwl_dict.phpt b/ext/enchant/tests/broker_request_pwl_dict.phpt index 605a019db0e..3d326ff6dda 100644 --- a/ext/enchant/tests/broker_request_pwl_dict.phpt +++ b/ext/enchant/tests/broker_request_pwl_dict.phpt @@ -2,9 +2,10 @@ resource enchant_broker_request_pwl_dict(resource $broker, string $filename); function --CREDITS-- marcosptf - +--EXTENSIONS-- +enchant --SKIPIF-- --FILE-- diff --git a/ext/enchant/tests/broker_set_ordering.phpt b/ext/enchant/tests/broker_set_ordering.phpt index 7037ae16880..d17f1f0baf9 100644 --- a/ext/enchant/tests/broker_set_ordering.phpt +++ b/ext/enchant/tests/broker_set_ordering.phpt @@ -2,9 +2,10 @@ enchant_broker_set_ordering() function --CREDITS-- marcosptf - +--EXTENSIONS-- +enchant --SKIPIF-- diff --git a/ext/enchant/tests/bug13181.phpt b/ext/enchant/tests/bug13181.phpt index 9cfdd2c6f9f..9d1fdda77dc 100644 --- a/ext/enchant/tests/bug13181.phpt +++ b/ext/enchant/tests/bug13181.phpt @@ -1,12 +1,9 @@ --TEST-- bug #13181, leaving a context frees the broker resources +--EXTENSIONS-- +enchant --SKIPIF-- ")) die('skip libenchant v1 only'); ?> diff --git a/ext/enchant/tests/dict_add_to_personal.phpt b/ext/enchant/tests/dict_add_to_personal.phpt index 6e914ca9cbf..1fe6c1ff4a4 100644 --- a/ext/enchant/tests/dict_add_to_personal.phpt +++ b/ext/enchant/tests/dict_add_to_personal.phpt @@ -2,9 +2,10 @@ enchant_dict_add() function --CREDITS-- marcosptf - +--EXTENSIONS-- +enchant --SKIPIF-- diff --git a/ext/enchant/tests/dict_add_to_session.phpt b/ext/enchant/tests/dict_add_to_session.phpt index a9692beada0..04687ca4c56 100644 --- a/ext/enchant/tests/dict_add_to_session.phpt +++ b/ext/enchant/tests/dict_add_to_session.phpt @@ -2,9 +2,10 @@ enchant_dict_add_to_session() function --CREDITS-- marcosptf - +--EXTENSIONS-- +enchant --SKIPIF-- diff --git a/ext/enchant/tests/dict_check.phpt b/ext/enchant/tests/dict_check.phpt index dc11d5d7bcc..8f752dbc6f3 100644 --- a/ext/enchant/tests/dict_check.phpt +++ b/ext/enchant/tests/dict_check.phpt @@ -2,9 +2,10 @@ enchant_dict_check() function --CREDITS-- marcosptf - +--EXTENSIONS-- +enchant --SKIPIF-- diff --git a/ext/enchant/tests/dict_describe.phpt b/ext/enchant/tests/dict_describe.phpt index c8215b9d956..c79ac822a91 100644 --- a/ext/enchant/tests/dict_describe.phpt +++ b/ext/enchant/tests/dict_describe.phpt @@ -2,9 +2,10 @@ enchant_dict_describe() function --CREDITS-- marcosptf - +--EXTENSIONS-- +enchant --SKIPIF-- diff --git a/ext/enchant/tests/dict_get_error.phpt b/ext/enchant/tests/dict_get_error.phpt index ca4ee8c138f..0689818dd02 100644 --- a/ext/enchant/tests/dict_get_error.phpt +++ b/ext/enchant/tests/dict_get_error.phpt @@ -2,9 +2,10 @@ enchant_dict_get_error() function --CREDITS-- marcosptf - +--EXTENSIONS-- +enchant --SKIPIF-- diff --git a/ext/enchant/tests/dict_is_in_session.phpt b/ext/enchant/tests/dict_is_in_session.phpt index c87dbec95ea..6cab8ff37fb 100644 --- a/ext/enchant/tests/dict_is_in_session.phpt +++ b/ext/enchant/tests/dict_is_in_session.phpt @@ -2,9 +2,10 @@ enchant_dict_is_in_session() function --CREDITS-- marcosptf - +--EXTENSIONS-- +enchant --SKIPIF-- diff --git a/ext/enchant/tests/dict_quick_check.phpt b/ext/enchant/tests/dict_quick_check.phpt index 717398fcfb5..3cc45079f24 100644 --- a/ext/enchant/tests/dict_quick_check.phpt +++ b/ext/enchant/tests/dict_quick_check.phpt @@ -2,9 +2,10 @@ enchant_dict_quick_check() basic test --CREDITS-- marcosptf - +--EXTENSIONS-- +enchant --SKIPIF-- +--EXTENSIONS-- +enchant --SKIPIF-- diff --git a/ext/enchant/tests/dict_store_replacement.phpt b/ext/enchant/tests/dict_store_replacement.phpt index b3a51863154..38c1334a9d4 100644 --- a/ext/enchant/tests/dict_store_replacement.phpt +++ b/ext/enchant/tests/dict_store_replacement.phpt @@ -2,9 +2,10 @@ enchant_dict_store_replacement() function --CREDITS-- marcosptf - +--EXTENSIONS-- +enchant --SKIPIF-- diff --git a/ext/enchant/tests/dict_suggest.phpt b/ext/enchant/tests/dict_suggest.phpt index 49b9dae81d8..015935fae75 100644 --- a/ext/enchant/tests/dict_suggest.phpt +++ b/ext/enchant/tests/dict_suggest.phpt @@ -2,9 +2,10 @@ enchant_dict_suggest() function --CREDITS-- marcosptf - +--EXTENSIONS-- +enchant --SKIPIF-- diff --git a/ext/enchant/tests/enchant_broker_set_dict_path.phpt b/ext/enchant/tests/enchant_broker_set_dict_path.phpt index 0c9da82092f..901805e0283 100644 --- a/ext/enchant/tests/enchant_broker_set_dict_path.phpt +++ b/ext/enchant/tests/enchant_broker_set_dict_path.phpt @@ -3,9 +3,10 @@ proto bool enchant_broker_set_dict_path(resource broker, int dict_type, string v proto string enchant_broker_get_dict_path(resource broker, int dict_type) function --CREDITS-- marcosptf - +--EXTENSIONS-- +enchant --SKIPIF-- ")) die('skip libenchant v1 only'); diff --git a/ext/enchant/tests/invalidobj.phpt b/ext/enchant/tests/invalidobj.phpt index a9cfabd96ea..8dbfc2e1f9a 100644 --- a/ext/enchant/tests/invalidobj.phpt +++ b/ext/enchant/tests/invalidobj.phpt @@ -1,8 +1,9 @@ --TEST-- invalid object raise exception() function +--EXTENSIONS-- +enchant --SKIPIF-- --FILE-- diff --git a/ext/filter/tests/004.phpt b/ext/filter/tests/004.phpt index e36682979c4..72b49599e2b 100644 --- a/ext/filter/tests/004.phpt +++ b/ext/filter/tests/004.phpt @@ -1,7 +1,7 @@ --TEST-- GET/POST/REQUEST Test with filtered data ---SKIPIF-- - +--EXTENSIONS-- +filter --INI-- filter.default=special_chars --POST-- diff --git a/ext/filter/tests/005.phpt b/ext/filter/tests/005.phpt index 7ddb8a783b7..75b6fbbc1e7 100644 --- a/ext/filter/tests/005.phpt +++ b/ext/filter/tests/005.phpt @@ -1,7 +1,7 @@ --TEST-- GET/REQUEST Test with fifa example data ---SKIPIF-- - +--EXTENSIONS-- +filter --INI-- filter.default=stripped --GET-- diff --git a/ext/filter/tests/006.phpt b/ext/filter/tests/006.phpt index 74f85da7e38..4aef7aae514 100644 --- a/ext/filter/tests/006.phpt +++ b/ext/filter/tests/006.phpt @@ -1,7 +1,7 @@ --TEST-- filter_input() test ---SKIPIF-- - +--EXTENSIONS-- +filter --POST-- foo=abc --FILE-- diff --git a/ext/filter/tests/007.phpt b/ext/filter/tests/007.phpt index b5f285342bf..3e46ba4ef04 100644 --- a/ext/filter/tests/007.phpt +++ b/ext/filter/tests/007.phpt @@ -1,7 +1,7 @@ --TEST-- filter_has_var() ---SKIPIF-- - +--EXTENSIONS-- +filter --GET-- a=qwe&abc=href --POST-- diff --git a/ext/filter/tests/008.phpt b/ext/filter/tests/008.phpt index 1d4d64529dc..b43d14603dc 100644 --- a/ext/filter/tests/008.phpt +++ b/ext/filter/tests/008.phpt @@ -1,7 +1,7 @@ --TEST-- filter_list() ---SKIPIF-- - +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --GET-- a=test&b=http://example.com --POST-- diff --git a/ext/filter/tests/012.phpt b/ext/filter/tests/012.phpt index cd74081e8ca..dade38ddfaa 100644 --- a/ext/filter/tests/012.phpt +++ b/ext/filter/tests/012.phpt @@ -1,7 +1,7 @@ --TEST-- filter_input() ---SKIPIF-- - +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --INI-- precision=14 --FILE-- diff --git a/ext/filter/tests/032.phpt b/ext/filter/tests/032.phpt index 7bdb685eb07..6fe9a1082a7 100644 --- a/ext/filter/tests/032.phpt +++ b/ext/filter/tests/032.phpt @@ -1,7 +1,7 @@ --TEST-- filter_var_array() ---SKIPIF-- - +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --INI-- precision=14 default_charset=UTF-8 diff --git a/ext/filter/tests/034.phpt b/ext/filter/tests/034.phpt index ae0a18ee66a..990db573375 100644 --- a/ext/filter/tests/034.phpt +++ b/ext/filter/tests/034.phpt @@ -1,7 +1,7 @@ --TEST-- Logical filter: boolean ---SKIPIF-- - +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --POST-- d=379 --GET-- diff --git a/ext/filter/tests/036.phpt b/ext/filter/tests/036.phpt index 114b8f097f8..63e03c0a3bf 100644 --- a/ext/filter/tests/036.phpt +++ b/ext/filter/tests/036.phpt @@ -1,7 +1,7 @@ --TEST-- filter_var_array() and references ---SKIPIF-- - +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --GET-- a=1&b=2 --FILE-- diff --git a/ext/filter/tests/038.phpt b/ext/filter/tests/038.phpt index 998c80fe8b8..695f8ba9cec 100644 --- a/ext/filter/tests/038.phpt +++ b/ext/filter/tests/038.phpt @@ -1,7 +1,7 @@ --TEST-- Test scalar, array ---SKIPIF-- - +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --GET-- a=1&b=2&c=0 --POST-- diff --git a/ext/filter/tests/041.phpt b/ext/filter/tests/041.phpt index febcbfe3621..f28809cd8da 100644 --- a/ext/filter/tests/041.phpt +++ b/ext/filter/tests/041.phpt @@ -1,7 +1,7 @@ --TEST-- COOKIE multiple cookie test ---SKIPIF-- - +--EXTENSIONS-- +filter --INI-- filter.default=stripped filter.default_flags=0 diff --git a/ext/filter/tests/042.phpt b/ext/filter/tests/042.phpt index 4d5ec341586..1e914356dbe 100644 --- a/ext/filter/tests/042.phpt +++ b/ext/filter/tests/042.phpt @@ -1,7 +1,7 @@ --TEST-- Combination of strip & sanitize filters ---SKIPIF-- - +--EXTENSIONS-- +filter --FILE-- alert(/ext/filter+bypass/);< /script>ABC'; diff --git a/ext/filter/tests/043.phpt b/ext/filter/tests/043.phpt index 3d1e8ae140c..e4b6947ac70 100644 --- a/ext/filter/tests/043.phpt +++ b/ext/filter/tests/043.phpt @@ -1,7 +1,7 @@ --TEST-- Character encoding test ---SKIPIF-- - +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --INI-- precision=14 --FILE-- diff --git a/ext/filter/tests/045.phpt b/ext/filter/tests/045.phpt index 8fb934c2f04..a0d47c52fcc 100644 --- a/ext/filter/tests/045.phpt +++ b/ext/filter/tests/045.phpt @@ -1,7 +1,7 @@ --TEST-- Options must not be changed by filter_var() ---SKIPIF-- - +--EXTENSIONS-- +filter --FILE-- (string)FILTER_FLAG_ALLOW_HEX, "options" => array("min_range"=>"0", "max_range"=>"1024")); diff --git a/ext/filter/tests/046.phpt b/ext/filter/tests/046.phpt index dc67255a7de..295369e56f5 100644 --- a/ext/filter/tests/046.phpt +++ b/ext/filter/tests/046.phpt @@ -1,7 +1,7 @@ --TEST-- Integer overflow ---SKIPIF-- - +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --INI-- display_errors=0 filter.default=unsafe_raw diff --git a/ext/filter/tests/bug42718.phpt b/ext/filter/tests/bug42718.phpt index ba56d3988a6..28635df698f 100644 --- a/ext/filter/tests/bug42718.phpt +++ b/ext/filter/tests/bug42718.phpt @@ -2,8 +2,8 @@ Bug #42718 (unsafe_raw filter not applied when configured as default filter) --XFAIL-- FILTER_UNSAFE_RAW not applied when configured as default filter, even with flags ---SKIPIF-- - +--EXTENSIONS-- +filter --INI-- filter.default=unsafe_raw filter.default_flags=4 diff --git a/ext/filter/tests/bug44445.phpt b/ext/filter/tests/bug44445.phpt index a8dcc046ece..870bc1290e0 100644 --- a/ext/filter/tests/bug44445.phpt +++ b/ext/filter/tests/bug44445.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #44445 (email validator does not handle domains starting/ending with a -) ---SKIPIF-- - +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --ENV-- HTTP_X_FORWARDED_FOR=example.com --FILE-- diff --git a/ext/filter/tests/bug49274.phpt b/ext/filter/tests/bug49274.phpt index ff2a4a4ea48..12980db4041 100644 --- a/ext/filter/tests/bug49274.phpt +++ b/ext/filter/tests/bug49274.phpt @@ -1,7 +1,7 @@ --TEST-- #49274, fatal error when an object does not implement toString ---SKIPIF-- - +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- FILTER_REQUIRE_SCALAR, 'options' => array('default' => 23))); diff --git a/ext/filter/tests/bug51192.phpt b/ext/filter/tests/bug51192.phpt index 47e1a0c03c1..397f22d1d88 100644 --- a/ext/filter/tests/bug51192.phpt +++ b/ext/filter/tests/bug51192.phpt @@ -1,7 +1,7 @@ --TEST-- bug 51192, FILTER_VALIDATE_URL will invalidate a hostname that includes '-' ---SKIPIF-- - +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- FILTER_FLAG_ALLOW_THOUSAND, 'options' => ['thousand' => ' ']]; diff --git a/ext/filter/tests/bug52209.phpt b/ext/filter/tests/bug52209.phpt index 255197c7982..d2083e1d2f0 100644 --- a/ext/filter/tests/bug52209.phpt +++ b/ext/filter/tests/bug52209.phpt @@ -1,12 +1,13 @@ --TEST-- Bug #52209 (INPUT_ENV returns NULL for set variables (CLI)) +--EXTENSIONS-- +filter --SKIPIF-- --INI-- diff --git a/ext/filter/tests/bug52929.phpt b/ext/filter/tests/bug52929.phpt index d94fb256162..982351a30a2 100644 --- a/ext/filter/tests/bug52929.phpt +++ b/ext/filter/tests/bug52929.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #52929 (Segfault in filter_var with FILTER_VALIDATE_EMAIL with large amount of data) ---SKIPIF-- - +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- 1 -) ---SKIPIF-- - +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --ENV-- PATH=/ --INI-- diff --git a/ext/filter/tests/bug73054.phpt b/ext/filter/tests/bug73054.phpt index 4dba4f08138..057223e4d70 100644 --- a/ext/filter/tests/bug73054.phpt +++ b/ext/filter/tests/bug73054.phpt @@ -1,9 +1,7 @@ --TEST-- Bug #73054 (default option ignored when object passed to int filter) ---SKIPIF-- - +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --INI-- precision=14 --FILE-- diff --git a/ext/filter/tests/filter_ipv4_rfc6890.phpt b/ext/filter/tests/filter_ipv4_rfc6890.phpt index a8edb048f6a..2ae55c60787 100644 --- a/ext/filter/tests/filter_ipv4_rfc6890.phpt +++ b/ext/filter/tests/filter_ipv4_rfc6890.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #71745 FILTER_FLAG_NO_RES_RANGE does not cover whole 127.0.0.0/8 range ---SKIPIF-- - +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +filter --FILE-- --FILE-- diff --git a/ext/gettext/tests/bug66267.phpt b/ext/gettext/tests/bug66267.phpt index 3b0b3fd0eea..c8a525bc925 100644 --- a/ext/gettext/tests/bug66267.phpt +++ b/ext/gettext/tests/bug66267.phpt @@ -1,10 +1,10 @@ --TEST-- #66265: gettext doesn't switch locales within the same script +--EXTENSIONS-- +gettext --SKIPIF-- +--EXTENSIONS-- +gettext --FILE-- --FILE-- diff --git a/ext/gettext/tests/gettext_basic-enus.phpt b/ext/gettext/tests/gettext_basic-enus.phpt index 6fcd5bed804..09138513990 100644 --- a/ext/gettext/tests/gettext_basic-enus.phpt +++ b/ext/gettext/tests/gettext_basic-enus.phpt @@ -1,10 +1,10 @@ --TEST-- Gettext basic test with en_US locale that should be on nearly every system +--EXTENSIONS-- +gettext --SKIPIF-- +--EXTENSIONS-- +gettext --FILE-- +--EXTENSIONS-- +gettext --FILE-- +--EXTENSIONS-- +gettext --FILE-- - @phpdublin ---SKIPIF-- - +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +imap --FILE-- +--EXTENSIONS-- +imap --FILE-- +--EXTENSIONS-- +imap --FILE-- +--EXTENSIONS-- +imap --FILE-- +--EXTENSIONS-- +imap --FILE-- +--EXTENSIONS-- +imap --FILE-- +--EXTENSIONS-- +imap --FILE-- TYPEMULTIPART], []]); diff --git a/ext/imap/tests/bug80220.phpt b/ext/imap/tests/bug80220.phpt index 0d3e3eda9b7..c871d65d664 100644 --- a/ext/imap/tests/bug80220.phpt +++ b/ext/imap/tests/bug80220.phpt @@ -1,9 +1,7 @@ --TEST-- Bug #80220 (imap_mail_compose() may leak memory) - message/rfc822 regression ---SKIPIF-- - +--EXTENSIONS-- +imap --FILE-- +--EXTENSIONS-- +imap --FILE-- +--EXTENSIONS-- +imap --FILE-- +--EXTENSIONS-- +imap --FILE-- +--EXTENSIONS-- +imap --FILE-- +--EXTENSIONS-- +imap --FILE-- +--EXTENSIONS-- +imap --FILE-- +--EXTENSIONS-- +imap --FILE-- +--EXTENSIONS-- +imap --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- = 0) die('skip for ICU < 53.1'); ?> --FILE-- = 53.1'); ?> = 0) die('skip for ICU < 64.0'); ?> --FILE-- diff --git a/ext/intl/tests/breakiter_getLocale_basic3.phpt b/ext/intl/tests/breakiter_getLocale_basic3.phpt index c49bbc39cb1..ae7d4fb91a6 100644 --- a/ext/intl/tests/breakiter_getLocale_basic3.phpt +++ b/ext/intl/tests/breakiter_getLocale_basic3.phpt @@ -1,7 +1,8 @@ --TEST-- IntlBreakIterator::getLocale(): basic test +--EXTENSIONS-- +intl --SKIPIF-- - = 64.0'); ?> --FILE-- 0) die('skip for ICU <= 57.1'); ?> --FILE-- diff --git a/ext/intl/tests/breakiter_getPartsIterator_basic2.phpt b/ext/intl/tests/breakiter_getPartsIterator_basic2.phpt index 826f57e45ab..70fea65f46b 100644 --- a/ext/intl/tests/breakiter_getPartsIterator_basic2.phpt +++ b/ext/intl/tests/breakiter_getPartsIterator_basic2.phpt @@ -1,9 +1,9 @@ --TEST-- IntlBreakIterator::getPartsIterator(): basic test, ICU >= 58.1 +--EXTENSIONS-- +intl --SKIPIF-- = 58.1'); ?> --FILE-- diff --git a/ext/intl/tests/breakiter_getPartsIterator_error.phpt b/ext/intl/tests/breakiter_getPartsIterator_error.phpt index e3667afabff..0b2ce3c078f 100644 --- a/ext/intl/tests/breakiter_getPartsIterator_error.phpt +++ b/ext/intl/tests/breakiter_getPartsIterator_error.phpt @@ -1,9 +1,7 @@ --TEST-- IntlBreakIterator::getPartsIterator(): bad args ---SKIPIF-- - 0) die('skip for ICU <= 57.1'); ?> --FILE-- diff --git a/ext/intl/tests/breakiter_preceding_basic2.phpt b/ext/intl/tests/breakiter_preceding_basic2.phpt index 53446b2f6bc..1ba45bde1f2 100644 --- a/ext/intl/tests/breakiter_preceding_basic2.phpt +++ b/ext/intl/tests/breakiter_preceding_basic2.phpt @@ -1,9 +1,9 @@ --TEST-- IntlBreakIterator::preceding(): basic test, ICU >= 58.1 +--EXTENSIONS-- +intl --SKIPIF-- = 58.1'); --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- --FILE-- = 51.2'); ?> --FILE-- +--EXTENSIONS-- +intl --FILE-- = 0) die('skip for ICU < 51.2'); ?> diff --git a/ext/intl/tests/bug58756_MessageFormatter_variant2.phpt b/ext/intl/tests/bug58756_MessageFormatter_variant2.phpt index d60109191b6..34cf5aa498f 100644 --- a/ext/intl/tests/bug58756_MessageFormatter_variant2.phpt +++ b/ext/intl/tests/bug58756_MessageFormatter_variant2.phpt @@ -1,10 +1,10 @@ --TEST-- Bug #58756: w.r.t MessageFormatter +--EXTENSIONS-- +intl --SKIPIF-- = 51.2'); } diff --git a/ext/intl/tests/bug59597_32.phpt b/ext/intl/tests/bug59597_32.phpt index 7a058cf4344..31cc908f52d 100644 --- a/ext/intl/tests/bug59597_32.phpt +++ b/ext/intl/tests/bug59597_32.phpt @@ -1,7 +1,8 @@ --TEST-- Bug#59597 NumberFormatter::parse() with TYPE_INT64 results in a 32 bit integer +--EXTENSIONS-- +intl --SKIPIF-- - --FILE-- --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- --FILE-- +--EXTENSIONS-- +intl --FILE-- = 0) die('skip for ICU < 53.1'); ?> --FILE-- = 53.1'); ?> = 0) die('skip for ICU < 62.1'); ?> --FILE-- diff --git a/ext/intl/tests/bug62070_3.phpt b/ext/intl/tests/bug62070_3.phpt index 6f750e53c35..08c1bbf45f8 100644 --- a/ext/intl/tests/bug62070_3.phpt +++ b/ext/intl/tests/bug62070_3.phpt @@ -1,7 +1,8 @@ --TEST-- Bug #62070: Collator::getSortKey() returns garbage +--EXTENSIONS-- +intl --SKIPIF-- - = 62.1'); ?> --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- uloc_getDisplayName (libicu 4.8.1)) ---SKIPIF-- - +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- = 51.1.2'); ?> --FILE-- = 51.1.2'); ?> --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- --FILE-- diff --git a/ext/intl/tests/bug72533.phpt b/ext/intl/tests/bug72533.phpt index bf48c83c70c..c7cc90f9c3b 100644 --- a/ext/intl/tests/bug72533.phpt +++ b/ext/intl/tests/bug72533.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #72533 (locale_accept_from_http out-of-bounds access) ---SKIPIF-- - +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +iconv --FILE-- format() doesn't return microseconds/fractions) ---SKIPIF-- - +--EXTENSIONS-- +intl --FILE-- format('Y-m-d\TH:i:s.u')); diff --git a/ext/intl/tests/bug74433.phpt b/ext/intl/tests/bug74433.phpt index 44f7807b246..0c656fb02c9 100644 --- a/ext/intl/tests/bug74433.phpt +++ b/ext/intl/tests/bug74433.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #74433 Wrong reflection on the Normalizer methods ---SKIPIF-- - +--EXTENSIONS-- +intl --FILE-- = 0) die('skip for ICU < 51.2'); ?> --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- = 53.0'); ?> --FILE-- diff --git a/ext/intl/tests/bug80763.phpt b/ext/intl/tests/bug80763.phpt index bd5aeb45c60..13f5d9c95f3 100644 --- a/ext/intl/tests/bug80763.phpt +++ b/ext/intl/tests/bug80763.phpt @@ -1,9 +1,7 @@ --TEST-- Bug #80763 (msgfmt_format() does not accept DateTime references) ---SKIPIF-- - +--EXTENSIONS-- +intl --FILE-- = 0) die('skip for ICU < 52.1'); --FILE-- diff --git a/ext/intl/tests/calendar_getDayOfWeekType_basic2.phpt b/ext/intl/tests/calendar_getDayOfWeekType_basic2.phpt index a4dac59144c..b64a7e1031f 100644 --- a/ext/intl/tests/calendar_getDayOfWeekType_basic2.phpt +++ b/ext/intl/tests/calendar_getDayOfWeekType_basic2.phpt @@ -2,10 +2,10 @@ IntlCalendar::getDayOfWeekType() basic test --INI-- date.timezone=Atlantic/Azores +--EXTENSIONS-- +intl --SKIPIF-- = 52.1'); --FILE-- diff --git a/ext/intl/tests/calendar_getDayOfWeekType_error.phpt b/ext/intl/tests/calendar_getDayOfWeekType_error.phpt index 9a066d800b7..e239f830f17 100644 --- a/ext/intl/tests/calendar_getDayOfWeekType_error.phpt +++ b/ext/intl/tests/calendar_getDayOfWeekType_error.phpt @@ -2,10 +2,8 @@ IntlCalendar::getDayOfWeekOfType(): bad arguments --INI-- date.timezone=Atlantic/Azores ---SKIPIF-- - +--EXTENSIONS-- +intl --FILE-- = 0) die('skip for ICU < 51.2'); ?> --FILE-- = 51.2'); ?> --FILE-- = 0) die('skip for ICU < 51.2'); ?> --FILE-- = 51.2'); ?> --FILE-- = 4.8 && icu < 53.1 +--EXTENSIONS-- +intl --SKIPIF-- - = 0) die('skip for ICU < 53.1'); ?> --FILE-- = 53.1 && icu < 54.1 +--EXTENSIONS-- +intl --SKIPIF-- - = 53.1'); ?> = 0) die('skip for ICU < 54.1'); ?> --FILE-- diff --git a/ext/intl/tests/collator_create4.phpt b/ext/intl/tests/collator_create4.phpt index dafeaf4e87c..690b521ab32 100644 --- a/ext/intl/tests/collator_create4.phpt +++ b/ext/intl/tests/collator_create4.phpt @@ -1,7 +1,8 @@ --TEST-- create() icu >= 53.1 +--EXTENSIONS-- +intl --SKIPIF-- - = 54.1'); ?> --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- = 4.8 +--EXTENSIONS-- +intl --SKIPIF-- - --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- = 4.8 and < 51.2 */ if (version_compare(INTL_ICU_VERSION, '51.2') >= 0) die('skip for ICU < 51.2'); ?> --FILE-- diff --git a/ext/intl/tests/collator_get_sort_key_variant2.phpt b/ext/intl/tests/collator_get_sort_key_variant2.phpt index 8b8a8af3cd7..7dcff2785af 100644 --- a/ext/intl/tests/collator_get_sort_key_variant2.phpt +++ b/ext/intl/tests/collator_get_sort_key_variant2.phpt @@ -1,7 +1,8 @@ --TEST-- collator_get_sort_key() +--EXTENSIONS-- +intl --SKIPIF-- - = 51.2'); ?> = 0) die('skip for ICU < 53.1'); ?> --FILE-- diff --git a/ext/intl/tests/collator_get_sort_key_variant3.phpt b/ext/intl/tests/collator_get_sort_key_variant3.phpt index fdb3ea60145..1281112c5ae 100644 --- a/ext/intl/tests/collator_get_sort_key_variant3.phpt +++ b/ext/intl/tests/collator_get_sort_key_variant3.phpt @@ -1,7 +1,8 @@ --TEST-- collator_get_sort_key() icu >= 53.1 && icu < 54.1 +--EXTENSIONS-- +intl --SKIPIF-- - = 53.1'); ?> = 0) die('skip for ICU < 54.1'); ?> --FILE-- diff --git a/ext/intl/tests/collator_get_sort_key_variant4.phpt b/ext/intl/tests/collator_get_sort_key_variant4.phpt index 5c5463e3d89..32d1ea70114 100644 --- a/ext/intl/tests/collator_get_sort_key_variant4.phpt +++ b/ext/intl/tests/collator_get_sort_key_variant4.phpt @@ -1,7 +1,8 @@ --TEST-- collator_get_sort_key() icu >= 54.1 +--EXTENSIONS-- +intl --SKIPIF-- - = 0) die('skip for ICU < 55.1'); ?> = 54.1'); ?> --FILE-- diff --git a/ext/intl/tests/collator_get_sort_key_variant5.phpt b/ext/intl/tests/collator_get_sort_key_variant5.phpt index 5173579df56..9c382aeabf9 100644 --- a/ext/intl/tests/collator_get_sort_key_variant5.phpt +++ b/ext/intl/tests/collator_get_sort_key_variant5.phpt @@ -1,7 +1,8 @@ --TEST-- collator_get_sort_key() icu >= 55.1 +--EXTENSIONS-- +intl --SKIPIF-- - = 0) die('skip for ICU < 56.1'); ?> = 55.1'); ?> --FILE-- diff --git a/ext/intl/tests/collator_get_sort_key_variant6.phpt b/ext/intl/tests/collator_get_sort_key_variant6.phpt index cf3e4606a5c..75e70313797 100644 --- a/ext/intl/tests/collator_get_sort_key_variant6.phpt +++ b/ext/intl/tests/collator_get_sort_key_variant6.phpt @@ -1,7 +1,8 @@ --TEST-- collator_get_sort_key() icu >= 56.1 +--EXTENSIONS-- +intl --SKIPIF-- - = 56.1'); ?> = 0) die('skip for ICU < 62.1'); ?> --FILE-- diff --git a/ext/intl/tests/collator_get_sort_key_variant7.phpt b/ext/intl/tests/collator_get_sort_key_variant7.phpt index 12dd66aece6..44be0bea3fd 100644 --- a/ext/intl/tests/collator_get_sort_key_variant7.phpt +++ b/ext/intl/tests/collator_get_sort_key_variant7.phpt @@ -1,7 +1,8 @@ --TEST-- collator_get_sort_key() icu >= 62.1 +--EXTENSIONS-- +intl --SKIPIF-- - = 62.1'); ?> --FILE-- = 0) die('skip for ICU < 51.2'); ?> --FILE-- = 51.2'); ?> --FILE-- = 0) die('skip for ICU < 51.2'); ?> --FILE-- = 51.2'); ?> --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- = 0) die('skip for ICU < 50.1.2'); ?> --FILE-- = 51.2'); ?> = 0) die('skip for ICU < 54.1'); ?> --FILE-- diff --git a/ext/intl/tests/dateformat_calendars_variant3.phpt b/ext/intl/tests/dateformat_calendars_variant3.phpt index 99e153e2908..0e7f8b0183d 100644 --- a/ext/intl/tests/dateformat_calendars_variant3.phpt +++ b/ext/intl/tests/dateformat_calendars_variant3.phpt @@ -2,9 +2,9 @@ IntlDateFormatter, calendars and time zone --INI-- date.timezone=Atlantic/Azores +--EXTENSIONS-- +intl --SKIPIF-- - = 54.1'); ?> --FILE-- = 4.8 ---SKIPIF-- - +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- = 0) die('skip for ICU < 50.1.2'); ?> --FILE-- = 0) die('skip for ICU >= 51.2 and < 52.1'); ?> --FILE-- = 52.1'); ?> = 0) die('skip for ICU < 54.1'); ?> --FILE-- diff --git a/ext/intl/tests/dateformat_create_cal_arg_variant4.phpt b/ext/intl/tests/dateformat_create_cal_arg_variant4.phpt index a60d77363b3..7a1288c3e9f 100644 --- a/ext/intl/tests/dateformat_create_cal_arg_variant4.phpt +++ b/ext/intl/tests/dateformat_create_cal_arg_variant4.phpt @@ -1,8 +1,8 @@ --TEST-- IntlDateFormatter: several forms of the calendar arg +--EXTENSIONS-- +intl --SKIPIF-- - = 54.1'); ?> = 0) die('skip for ICU <= 57.1'); ?> --FILE-- diff --git a/ext/intl/tests/dateformat_create_cal_arg_variant5.phpt b/ext/intl/tests/dateformat_create_cal_arg_variant5.phpt index 372a3178a12..935bd171e2d 100644 --- a/ext/intl/tests/dateformat_create_cal_arg_variant5.phpt +++ b/ext/intl/tests/dateformat_create_cal_arg_variant5.phpt @@ -1,8 +1,8 @@ --TEST-- IntlDateFormatter: several forms of the calendar arg +--EXTENSIONS-- +intl --SKIPIF-- - = 58.1'); ?> --FILE-- = 0) die('skip for ICU < 50.1.2'); ?> --FILE-- = 0) die('skip for ICU < 50.1.2'); ?> --FILE-- = 0) die('skip for ICU >= 51.2 and < 52.1'); ?> --FILE-- = 52.1'); ?> = 0) die('skip for ICU < 54.1'); ?> --FILE-- diff --git a/ext/intl/tests/dateformat_formatObject_calendar_variant4.phpt b/ext/intl/tests/dateformat_formatObject_calendar_variant4.phpt index 3637f9c80e2..828585c6e35 100644 --- a/ext/intl/tests/dateformat_formatObject_calendar_variant4.phpt +++ b/ext/intl/tests/dateformat_formatObject_calendar_variant4.phpt @@ -1,8 +1,8 @@ --TEST-- IntlDateFormatter::formatObject(): IntlCalendar tests +--EXTENSIONS-- +intl --SKIPIF-- - = 54.1'); ?> = 0) die('skip for ICU < 55.1'); ?> --FILE-- diff --git a/ext/intl/tests/dateformat_formatObject_calendar_variant5.phpt b/ext/intl/tests/dateformat_formatObject_calendar_variant5.phpt index a6757105f95..494b6676890 100644 --- a/ext/intl/tests/dateformat_formatObject_calendar_variant5.phpt +++ b/ext/intl/tests/dateformat_formatObject_calendar_variant5.phpt @@ -1,8 +1,8 @@ --TEST-- IntlDateFormatter::formatObject(): IntlCalendar tests +--EXTENSIONS-- +intl --SKIPIF-- - = 55.1'); ?> --FILE-- = 0) die('skip for ICU < 50.1.2'); ?> --FILE-- = 0) die('skip for ICU >= 51.2 and < 52.1'); ?> --FILE-- = 52.1'); ?> = 0) die('skip for ICU < 54.1'); ?> --FILE-- diff --git a/ext/intl/tests/dateformat_formatObject_datetime_variant4.phpt b/ext/intl/tests/dateformat_formatObject_datetime_variant4.phpt index 10089f7464e..4ff1bff5bcf 100644 --- a/ext/intl/tests/dateformat_formatObject_datetime_variant4.phpt +++ b/ext/intl/tests/dateformat_formatObject_datetime_variant4.phpt @@ -1,8 +1,8 @@ --TEST-- IntlDateFormatter::formatObject(): DateTime tests +--EXTENSIONS-- +intl --SKIPIF-- - = 54.1'); ?> = 0) die('skip for ICU < 55.1'); ?> --FILE-- diff --git a/ext/intl/tests/dateformat_formatObject_datetime_variant5.phpt b/ext/intl/tests/dateformat_formatObject_datetime_variant5.phpt index c037869541f..b51a46d7f39 100644 --- a/ext/intl/tests/dateformat_formatObject_datetime_variant5.phpt +++ b/ext/intl/tests/dateformat_formatObject_datetime_variant5.phpt @@ -1,8 +1,8 @@ --TEST-- IntlDateFormatter::formatObject(): DateTime tests +--EXTENSIONS-- +intl --SKIPIF-- - = 55.1'); ?> --FILE-- = 0) die('skip for ICU < 50.1.2'); ?> --FILE-- = 51.2'); ?> --FILE-- +--EXTENSIONS-- +intl --FILE-- = 0) die('skip for ICU >= 51.2 && ICU < 52.1'); ?> --FILE-- = 52.1'); ?> --FILE-- +--EXTENSIONS-- +intl --FILE-- --FILE-- = 0) die('skip for ICU < 50.1.2'); ?> --FILE-- = 0) die('skip for ICU >= 51.2 and < 52.1'); ?> --FILE-- = 52.1'); ?> = 0) die('skip for ICU < 54.1'); ?> --FILE-- diff --git a/ext/intl/tests/dateformat_get_set_calendar_variant4.phpt b/ext/intl/tests/dateformat_get_set_calendar_variant4.phpt index 43ec99e61fe..6e7c7dc4549 100644 --- a/ext/intl/tests/dateformat_get_set_calendar_variant4.phpt +++ b/ext/intl/tests/dateformat_get_set_calendar_variant4.phpt @@ -1,8 +1,8 @@ --TEST-- IntlDateFormatter: setCalendar()/getCalendar()/getCalendarObject() +--EXTENSIONS-- +intl --SKIPIF-- - = 54.1'); ?> = 0) die('skip for ICU <= 57.1'); ?> --FILE-- diff --git a/ext/intl/tests/dateformat_get_set_calendar_variant5.phpt b/ext/intl/tests/dateformat_get_set_calendar_variant5.phpt index 57e5b80ea73..5b359a5e1c0 100644 --- a/ext/intl/tests/dateformat_get_set_calendar_variant5.phpt +++ b/ext/intl/tests/dateformat_get_set_calendar_variant5.phpt @@ -1,8 +1,8 @@ --TEST-- IntlDateFormatter: setCalendar()/getCalendar()/getCalendarObject() +--EXTENSIONS-- +intl --SKIPIF-- - = 58.1'); ?> --FILE-- = 4.8 ---SKIPIF-- - +--EXTENSIONS-- +intl --FILE-- = 0) die('skip for ICU < 50.1.2'); ?> --FILE-- = 0) die('skip for ICU >= 51.2 and < 52.1'); ?> --FILE-- = 52.1'); ?> = 0) die('skip for ICU < 54.1'); ?> --FILE-- diff --git a/ext/intl/tests/dateformat_get_set_timezone_variant4.phpt b/ext/intl/tests/dateformat_get_set_timezone_variant4.phpt index 3d6dd8fb57c..c8e5c5a1965 100644 --- a/ext/intl/tests/dateformat_get_set_timezone_variant4.phpt +++ b/ext/intl/tests/dateformat_get_set_timezone_variant4.phpt @@ -1,8 +1,8 @@ --TEST-- IntlDateFormatter: get/setTimeZone() +--EXTENSIONS-- +intl --SKIPIF-- - = 54.1'); ?> = 0) die('skip for ICU < 55.1'); ?> --FILE-- diff --git a/ext/intl/tests/dateformat_get_set_timezone_variant5.phpt b/ext/intl/tests/dateformat_get_set_timezone_variant5.phpt index 1b63a82b267..3cce942e741 100644 --- a/ext/intl/tests/dateformat_get_set_timezone_variant5.phpt +++ b/ext/intl/tests/dateformat_get_set_timezone_variant5.phpt @@ -1,8 +1,8 @@ --TEST-- IntlDateFormatter: get/setTimeZone() +--EXTENSIONS-- +intl --SKIPIF-- - = 55.1'); ?> --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- = 4.8 --INI-- date.timezone=Atlantic/Azores +--EXTENSIONS-- +intl --SKIPIF-- - = 0) die('skip for ICU < 50.1.2'); ?> --FILE-- = 4.8 --INI-- date.timezone=Atlantic/Azores +--EXTENSIONS-- +intl --SKIPIF-- - = 51.2'); ?> --FILE-- = 0) die('skip for ICU < 50.1.2'); ?> --FILE-- = 0) die('skip for ICU >= 51.2 and < 52.1'); ?> --FILE-- = 52.1'); ?> = 0) die('skip for ICU < 54.1'); ?> --FILE-- diff --git a/ext/intl/tests/dateformat_timezone_arg_variations4.phpt b/ext/intl/tests/dateformat_timezone_arg_variations4.phpt index 9a85eedf0fb..74320cfee82 100644 --- a/ext/intl/tests/dateformat_timezone_arg_variations4.phpt +++ b/ext/intl/tests/dateformat_timezone_arg_variations4.phpt @@ -1,8 +1,8 @@ --TEST-- IntlDateFormatter: several forms of the timezone arg +--EXTENSIONS-- +intl --SKIPIF-- - = 54.1'); ?> --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- = 4.8 +--EXTENSIONS-- +intl --SKIPIF-- - = 0) die('skip for ICU <= 52.1'); ?> --FILE-- = 52.1 && icu < 53.1 +--EXTENSIONS-- +intl --SKIPIF-- - = 52.1'; ?> = 0) die('skip for ICU < 53.1'); ?> --FILE-- diff --git a/ext/intl/tests/formatter_format4.phpt b/ext/intl/tests/formatter_format4.phpt index 0cc086b31ed..5517eebdee2 100644 --- a/ext/intl/tests/formatter_format4.phpt +++ b/ext/intl/tests/formatter_format4.phpt @@ -1,7 +1,8 @@ --TEST-- numfmt_format() icu >= 53.1 && icu < 54.1 +--EXTENSIONS-- +intl --SKIPIF-- - = 53.1'); ?> = 0) die('skip for ICU < 54.1'); ?> --FILE-- diff --git a/ext/intl/tests/formatter_format5.phpt b/ext/intl/tests/formatter_format5.phpt index 8399af11299..62ddd4ec24f 100644 --- a/ext/intl/tests/formatter_format5.phpt +++ b/ext/intl/tests/formatter_format5.phpt @@ -1,7 +1,8 @@ --TEST-- numfmt_format() icu >= 54.1 && icu < 56.1 +--EXTENSIONS-- +intl --SKIPIF-- - = 0) die('skip for ICU < 56.1'); ?> = 54.1'); ?> --FILE-- diff --git a/ext/intl/tests/formatter_format6.phpt b/ext/intl/tests/formatter_format6.phpt index 6244a7f290d..9d9c3586d71 100644 --- a/ext/intl/tests/formatter_format6.phpt +++ b/ext/intl/tests/formatter_format6.phpt @@ -1,7 +1,8 @@ --TEST-- numfmt_format() icu >= 56.1 && icu < 61.1 +--EXTENSIONS-- +intl --SKIPIF-- - = 0) die('skip for ICU < 61.1'); ?> = 56.1'); ?> --FILE-- diff --git a/ext/intl/tests/formatter_format7.phpt b/ext/intl/tests/formatter_format7.phpt index 453a16e2b54..bdd47b5bba4 100644 --- a/ext/intl/tests/formatter_format7.phpt +++ b/ext/intl/tests/formatter_format7.phpt @@ -1,7 +1,8 @@ --TEST-- numfmt_format() icu >= 61.1 && < 62.1 +--EXTENSIONS-- +intl --SKIPIF-- - = 61.1'); ?> = 0) die('skip for ICU < 62.1'); ?> --FILE-- diff --git a/ext/intl/tests/formatter_format8.phpt b/ext/intl/tests/formatter_format8.phpt index dcf8d8bca9e..89fb52bf12c 100644 --- a/ext/intl/tests/formatter_format8.phpt +++ b/ext/intl/tests/formatter_format8.phpt @@ -1,7 +1,8 @@ --TEST-- numfmt_format() icu >= 62.1 +--EXTENSIONS-- +intl --SKIPIF-- - = 62.1'); ?> --FILE-- +--EXTENSIONS-- +intl --FILE-- = 4.8 ---SKIPIF-- - +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- = 4.8 && icu < 50.1.2 +--EXTENSIONS-- +intl --SKIPIF-- - = 0) die('skip for ICU < 50.1.2'); ?> --FILE-- = 51.2'); ?> = 0) die('skip for ICU < 58.1'); ?> --FILE-- diff --git a/ext/intl/tests/formatter_get_locale_variant3.phpt b/ext/intl/tests/formatter_get_locale_variant3.phpt index 8f3ea8edc71..b6327383313 100644 --- a/ext/intl/tests/formatter_get_locale_variant3.phpt +++ b/ext/intl/tests/formatter_get_locale_variant3.phpt @@ -1,7 +1,8 @@ --TEST-- numfmt_get_locale() +--EXTENSIONS-- +intl --SKIPIF-- - = 58.1'); ?> = 0) die('skip for ICU < 62.1'); ?> --FILE-- diff --git a/ext/intl/tests/formatter_get_locale_variant4.phpt b/ext/intl/tests/formatter_get_locale_variant4.phpt index a37c271dcad..606cb0d979e 100644 --- a/ext/intl/tests/formatter_get_locale_variant4.phpt +++ b/ext/intl/tests/formatter_get_locale_variant4.phpt @@ -1,7 +1,8 @@ --TEST-- numfmt_get_locale() +--EXTENSIONS-- +intl --SKIPIF-- - = 62.1'); ?> --FILE-- = 0) die('skip for ICU < 62.1'); ?> --FILE-- = 62.1'); ?> --FILE-- = 4.8 +--EXTENSIONS-- +intl --SKIPIF-- - --FILE-- = 0) die('skip for ICU < 56.1'); ?> --FILE-- = 56.1 +--EXTENSIONS-- +intl --SKIPIF-- - = 56.1'); ?> --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- = 0) die('skip for ICU < 65.0'); ?> --FILE-- = 65.0'); ?> --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- = 4.8 && icu < 50.1.2 +--EXTENSIONS-- +intl --SKIPIF-- - = 0) die('skip for ICU < 50.1.2'); ?> --FILE-- = 51.2 && ICU < 67.1 +--EXTENSIONS-- +intl --SKIPIF-- - = 0) die('skip for ICU < 67.1'); ?> --FILE-- = 67.1 +--EXTENSIONS-- +intl --SKIPIF-- - = 67.1'); ?> --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- = 0) die('skip for ICU < 68.1'); ?> --FILE-- = 68.1 +--EXTENSIONS-- +intl --SKIPIF-- - = 68.1'); ?> --FILE-- = 4.8 && icu < 50.1.2 +--EXTENSIONS-- +intl --SKIPIF-- - = 0) die('skip for ICU < 50.1.2'); ?> --FILE-- = 51.2 +--EXTENSIONS-- +intl --SKIPIF-- - = 0) die('skip for ICU >= 51.2 and < 52.1'); ?> --FILE-- = 52.1 && icu < 53.1 +--EXTENSIONS-- +intl --SKIPIF-- - = 52.1'); ?> = 0) die('skip for ICU < 53.1'); ?> --FILE-- diff --git a/ext/intl/tests/locale_get_display_name5.phpt b/ext/intl/tests/locale_get_display_name5.phpt index 9f4e1b645c5..62e46099da2 100644 --- a/ext/intl/tests/locale_get_display_name5.phpt +++ b/ext/intl/tests/locale_get_display_name5.phpt @@ -1,7 +1,8 @@ --TEST-- locale_get_display_name() icu >= 53.1 +--EXTENSIONS-- +intl --SKIPIF-- - = 53.1'); ?> = 0) die('skip for ICU < 64.0'); ?> --FILE-- diff --git a/ext/intl/tests/locale_get_display_name6.phpt b/ext/intl/tests/locale_get_display_name6.phpt index a00464e73ea..01ccbb4b1e7 100644 --- a/ext/intl/tests/locale_get_display_name6.phpt +++ b/ext/intl/tests/locale_get_display_name6.phpt @@ -1,7 +1,8 @@ --TEST-- locale_get_display_name() icu >= 64.0 +--EXTENSIONS-- +intl --SKIPIF-- - = 64.0'); ?> = 0) die('skip for ICU < 65.0'); ?> --FILE-- diff --git a/ext/intl/tests/locale_get_display_name7.phpt b/ext/intl/tests/locale_get_display_name7.phpt index 886c724a377..8b0cd0c536f 100644 --- a/ext/intl/tests/locale_get_display_name7.phpt +++ b/ext/intl/tests/locale_get_display_name7.phpt @@ -1,7 +1,8 @@ --TEST-- locale_get_display_name() icu >= 65.0 && icu < 68.1 +--EXTENSIONS-- +intl --SKIPIF-- - = 65.0'); ?> = 0) die('skip for ICU < 68.1'); ?> --FILE-- diff --git a/ext/intl/tests/locale_get_display_name8.phpt b/ext/intl/tests/locale_get_display_name8.phpt index 0666176f287..b6b855c6d8e 100644 --- a/ext/intl/tests/locale_get_display_name8.phpt +++ b/ext/intl/tests/locale_get_display_name8.phpt @@ -1,7 +1,8 @@ --TEST-- locale_get_display_name() icu >= 68.1 +--EXTENSIONS-- +intl --SKIPIF-- - = 68.1'); ?> --FILE-- = 4.8 && icu < 51.2 +--EXTENSIONS-- +intl --SKIPIF-- - = 0) die('skip for ICU <= 50.1.2'); ?> --FILE-- = 51.2 +--EXTENSIONS-- +intl --SKIPIF-- - = 51.2'); ?> --FILE-- = 49 +--EXTENSIONS-- +intl --SKIPIF-- - = 0) die('skip for ICU < 52.1'); ?> --FILE-- = 52.1 +--EXTENSIONS-- +intl --SKIPIF-- - = 52.1'; ?> --FILE-- = 4.8 ---SKIPIF-- - +--EXTENSIONS-- +intl --FILE-- = 4.8 ---SKIPIF-- - +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- = 4.8 && icu < 50.1.2 +--EXTENSIONS-- +intl --SKIPIF-- - = 0) die('skip for ICU < 50.1.2'); ?> --FILE-- = 0) die('skip for ICU < 67.1'); ?> --FILE-- = 67.1'); ?> --FILE-- = 4.8 ---SKIPIF-- - +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- = 4.8 ---SKIPIF-- - +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- = 4.8 && icu < 50.1.2 +--EXTENSIONS-- +intl --SKIPIF-- - = 0) die('skip for ICU < 50.1.2'); ?> --FILE-- = 0) die('skip for ICU >= 51.2 and < 52.1'); ?> --FILE-- = 52.1'); ?> = 0) die('skip for ICU < 54.1'); ?> --FILE-- diff --git a/ext/intl/tests/msgfmt_format_intlcalendar_variant4.phpt b/ext/intl/tests/msgfmt_format_intlcalendar_variant4.phpt index c02fd109a0c..be470d3d0d3 100644 --- a/ext/intl/tests/msgfmt_format_intlcalendar_variant4.phpt +++ b/ext/intl/tests/msgfmt_format_intlcalendar_variant4.phpt @@ -1,8 +1,9 @@ --TEST-- MessageFormat accepts IntlCalendar args +--EXTENSIONS-- +intl --SKIPIF-- = 54.1'); if (str_contains(PHP_OS, 'FreeBSD')) { die('xfail Fails on FreeBSD for unknown reason'); diff --git a/ext/intl/tests/msgfmt_format_mixed_params.phpt b/ext/intl/tests/msgfmt_format_mixed_params.phpt index 8b7812e5768..016dbe96be4 100644 --- a/ext/intl/tests/msgfmt_format_mixed_params.phpt +++ b/ext/intl/tests/msgfmt_format_mixed_params.phpt @@ -1,9 +1,7 @@ --TEST-- MessageFormatter::format(): mixed named and numeric parameters ---SKIPIF-- - +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- --FILE-- +--EXTENSIONS-- +intl --FILE-- --FILE-- = 0) die('skip for ICU < 61.1'); ?> --FILE-- = 61.1 && icu < 68.1 +--EXTENSIONS-- +intl --SKIPIF-- - = 61.1 only'; ?> = 0) die('skip for ICU < 68.1'); ?> --FILE-- diff --git a/ext/intl/tests/rbbiter_getBinaryRules_basic3.phpt b/ext/intl/tests/rbbiter_getBinaryRules_basic3.phpt index 4c03d3af24e..438489f7e27 100644 --- a/ext/intl/tests/rbbiter_getBinaryRules_basic3.phpt +++ b/ext/intl/tests/rbbiter_getBinaryRules_basic3.phpt @@ -1,7 +1,8 @@ --TEST-- IntlRuleBasedBreakIterator::getBinaryRules(): basic test icu >= 68.1 +--EXTENSIONS-- +intl --SKIPIF-- - = 68.1'); ?> --FILE-- = 0) die('skip for ICU < 61.1'); ?> --FILE-- = 61.1 && icu < 68.1 +--EXTENSIONS-- +intl --SKIPIF-- - = 61.1'); ?> = 0) die('skip for ICU < 68.1'); ?> --FILE-- diff --git a/ext/intl/tests/rbbiter_getRules_basic3.phpt b/ext/intl/tests/rbbiter_getRules_basic3.phpt index d8c3e53184a..9920e77e291 100644 --- a/ext/intl/tests/rbbiter_getRules_basic3.phpt +++ b/ext/intl/tests/rbbiter_getRules_basic3.phpt @@ -1,7 +1,8 @@ --TEST-- IntlRuleBasedBreakIterator::getRules(): basic test icu >= 68.1 +--EXTENSIONS-- +intl --SKIPIF-- - = 68.1'); ?> --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- = 4.4'; ?> --FILE-- diff --git a/ext/intl/tests/resourcebundle_iterator.phpt b/ext/intl/tests/resourcebundle_iterator.phpt index 93833fdf355..27f97678837 100644 --- a/ext/intl/tests/resourcebundle_iterator.phpt +++ b/ext/intl/tests/resourcebundle_iterator.phpt @@ -1,7 +1,7 @@ --TEST-- Test ResourceBundle iterator ---SKIPIF-- - +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- = 0) die('skip for ICU < 50.1.2'); ?> --FILE-- = 51.2'); ?> --FILE-- +--EXTENSIONS-- +intl --FILE-- = 52'); ?> = 0) die('skip for ICU <= 57.1'); ?> --FILE-- diff --git a/ext/intl/tests/timezone_IDforWindowsID_basic2.phpt b/ext/intl/tests/timezone_IDforWindowsID_basic2.phpt index 064c5826d87..aeb9b168991 100644 --- a/ext/intl/tests/timezone_IDforWindowsID_basic2.phpt +++ b/ext/intl/tests/timezone_IDforWindowsID_basic2.phpt @@ -1,9 +1,8 @@ --TEST-- IntlTimeZone::getIDForWindowsID basic test +--EXTENSIONS-- +intl --SKIPIF-- - = 58.1'); ?> --FILE-- = 0) die('skip for ICU < 53.1'); ?> --FILE-- = 53.1'); ?> --FILE-- = 49 && ICU < 50.1.2) +--EXTENSIONS-- +intl --SKIPIF-- - = 0) die('skip for ICU < 50.1.2'); ?> --FILE-- = 0) die('skip for ICU < 55.1'); ?> --FILE-- = 51.2) +--EXTENSIONS-- +intl --SKIPIF-- - = 51.2'); ?> --FILE-- int cast behavior. */ $arch = php_uname('m'); if ($arch != 'x86_64' && $arch != 'i386') diff --git a/ext/intl/tests/timezone_getErrorCode_error.phpt b/ext/intl/tests/timezone_getErrorCode_error.phpt index 3de68f863f7..3b91977c69b 100644 --- a/ext/intl/tests/timezone_getErrorCode_error.phpt +++ b/ext/intl/tests/timezone_getErrorCode_error.phpt @@ -1,9 +1,7 @@ --TEST-- IntlTimeZone::getErrorCode(): errors ---SKIPIF-- -int cast behavior. */ $arch = php_uname('m'); if ($arch != 'x86_64' && $arch != 'i386') diff --git a/ext/intl/tests/timezone_getRawOffset_basic.phpt b/ext/intl/tests/timezone_getRawOffset_basic.phpt index 6f85e9fc9c6..734df41375c 100644 --- a/ext/intl/tests/timezone_getRawOffset_basic.phpt +++ b/ext/intl/tests/timezone_getRawOffset_basic.phpt @@ -1,9 +1,7 @@ --TEST-- IntlTimeZone::getRawOffset(): basic test ---SKIPIF-- - = 52'); ?> = 0) die('skip for ICU <= 57.1'); ?> --FILE-- diff --git a/ext/intl/tests/timezone_windowsID_basic2.phpt b/ext/intl/tests/timezone_windowsID_basic2.phpt index 32f80596c4b..e603673dc99 100644 --- a/ext/intl/tests/timezone_windowsID_basic2.phpt +++ b/ext/intl/tests/timezone_windowsID_basic2.phpt @@ -1,9 +1,8 @@ --TEST-- IntlTimeZone::getWindowsID basic test +--EXTENSIONS-- +intl --SKIPIF-- - = 58.1'); ?> --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --INI-- intl.use_exceptions=false --FILE-- diff --git a/ext/intl/tests/uconverter_getDestinationEncoding.phpt b/ext/intl/tests/uconverter_getDestinationEncoding.phpt index 4b899bb01cc..d354f2a5682 100644 --- a/ext/intl/tests/uconverter_getDestinationEncoding.phpt +++ b/ext/intl/tests/uconverter_getDestinationEncoding.phpt @@ -4,8 +4,8 @@ UConverter::getDestinationEncoding() Andy McNeice - PHP Testfest 2017 --INI-- intl.error_level = E_WARNING ---SKIPIF-- - +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- = 0) die('skip for ICU <= 57.1'); ?> --FILE-- = 60.1'); ?> --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --INI-- intl.use_exceptions=false --FILE-- diff --git a/ext/intl/tests/uconverter_setSourceEncoding.phpt b/ext/intl/tests/uconverter_setSourceEncoding.phpt index 2428cebc538..3ad539bf80b 100644 --- a/ext/intl/tests/uconverter_setSourceEncoding.phpt +++ b/ext/intl/tests/uconverter_setSourceEncoding.phpt @@ -4,8 +4,8 @@ UConverter::setSourceEncoding() Andy McNeice - PHP Testfest 2017 --INI-- intl.error_level = E_WARNING ---SKIPIF-- - +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +intl --FILE-- +--EXTENSIONS-- +ldap --FILE-- +--EXTENSIONS-- +libxml --FILE-- +--EXTENSIONS-- +simplexml --FILE-- +--EXTENSIONS-- +simplexml --FILE-- +--EXTENSIONS-- +dom --FILE-- +--EXTENSIONS-- +dom --FILE-- diff --git a/ext/libxml/tests/bug54138.phpt b/ext/libxml/tests/bug54138.phpt index 5a03f2ce079..bb71e574bb2 100644 --- a/ext/libxml/tests/bug54138.phpt +++ b/ext/libxml/tests/bug54138.phpt @@ -1,8 +1,9 @@ --TEST-- Bug #54138 - DOMNode::getLineNo() doesn't return line number higher than 65535 +--EXTENSIONS-- +dom --SKIPIF-- --FILE-- diff --git a/ext/libxml/tests/bug54138_2.phpt b/ext/libxml/tests/bug54138_2.phpt index b25e4515273..93b43db4874 100644 --- a/ext/libxml/tests/bug54138_2.phpt +++ b/ext/libxml/tests/bug54138_2.phpt @@ -1,8 +1,9 @@ --TEST-- Bug #54138 - DOMNode::getLineNo() doesn't return line number higher than 65535 +--EXTENSIONS-- +dom --SKIPIF-- = 2.9.0 only'); if (defined('LIBXML_BIGLINES')) die('skip this test is for LIBXML_BIGLINES being undefined'); ?> diff --git a/ext/libxml/tests/bug54440.phpt b/ext/libxml/tests/bug54440.phpt index ecfebbdde06..c607f14b475 100644 --- a/ext/libxml/tests/bug54440.phpt +++ b/ext/libxml/tests/bug54440.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #54440: libxml extension ignores default context ---SKIPIF-- - +--EXTENSIONS-- +simplexml --FILE-- = 20912) die('skip For libxml2 < 2.9.12 only'); ?> --INI-- diff --git a/ext/libxml/tests/bug61367-read_2.phpt b/ext/libxml/tests/bug61367-read_2.phpt index ed6576aa752..8adad1ce429 100644 --- a/ext/libxml/tests/bug61367-read_2.phpt +++ b/ext/libxml/tests/bug61367-read_2.phpt @@ -1,8 +1,9 @@ --TEST-- Bug #61367: open_basedir bypass in libxml RSHUTDOWN: read test +--EXTENSIONS-- +dom --SKIPIF-- = 2.9.12 only'); ?> --INI-- diff --git a/ext/libxml/tests/bug61367-write.phpt b/ext/libxml/tests/bug61367-write.phpt index f84de1076ba..47ab33870e7 100644 --- a/ext/libxml/tests/bug61367-write.phpt +++ b/ext/libxml/tests/bug61367-write.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #61367: open_basedir bypass in libxml RSHUTDOWN: write test ---SKIPIF-- - +--EXTENSIONS-- +dom --INI-- open_basedir=. --FILE-- diff --git a/ext/libxml/tests/bug63389.phpt b/ext/libxml/tests/bug63389.phpt index 88fce5d115b..41623d0c3da 100644 --- a/ext/libxml/tests/bug63389.phpt +++ b/ext/libxml/tests/bug63389.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #63389 (Missing context check on libxml_set_streams_context() causes memleak) ---SKIPIF-- - +--EXTENSIONS-- +libxml --FILE-- --FILE-- --FILE-- --FILE-- diff --git a/ext/libxml/tests/bug79191.phpt b/ext/libxml/tests/bug79191.phpt index 7d0dc83f232..8f0ef963293 100644 --- a/ext/libxml/tests/bug79191.phpt +++ b/ext/libxml/tests/bug79191.phpt @@ -1,10 +1,8 @@ --TEST-- Bug #79191 (Error in SoapClient ctor disables DOMDocument::save()) ---SKIPIF-- - +--EXTENSIONS-- +soap +dom --FILE-- = 20912) die('skip For libxml2 < 2.9.12 only'); ?> --FILE-- diff --git a/ext/libxml/tests/libxml_disable_entity_loader_2.phpt b/ext/libxml/tests/libxml_disable_entity_loader_2.phpt index caa7356ad30..ad253171625 100644 --- a/ext/libxml/tests/libxml_disable_entity_loader_2.phpt +++ b/ext/libxml/tests/libxml_disable_entity_loader_2.phpt @@ -1,9 +1,10 @@ --TEST-- libxml_disable_entity_loader() +--EXTENSIONS-- +libxml +dom --SKIPIF-- = 2.9.12 only'); --FILE-- +--EXTENSIONS-- +dom --FILE-- +--EXTENSIONS-- +dom --FILE-- +--EXTENSIONS-- +dom --FILE-- +--EXTENSIONS-- +dom --CLEAN-- +--EXTENSIONS-- +mbstring --FILE-- --FILE-- diff --git a/ext/mbstring/tests/bug71606.phpt b/ext/mbstring/tests/bug71606.phpt index a09d7ad8db6..ece8d5d2bd0 100644 --- a/ext/mbstring/tests/bug71606.phpt +++ b/ext/mbstring/tests/bug71606.phpt @@ -1,9 +1,7 @@ --TEST-- Bug #71606 (Segmentation fault mb_strcut + mb_list_encodings) ---SKIPIF-- - +--EXTENSIONS-- +mbstring --FILE-- --FILE-- diff --git a/ext/mbstring/tests/bug72693.phpt b/ext/mbstring/tests/bug72693.phpt index c9fcdcc0e2b..6596eadd5fe 100644 --- a/ext/mbstring/tests/bug72693.phpt +++ b/ext/mbstring/tests/bug72693.phpt @@ -1,8 +1,9 @@ --TEST-- Bug #72693 (mb_ereg_search increments search position when a match zero-width) +--EXTENSIONS-- +mbstring --SKIPIF-- --FILE-- diff --git a/ext/mbstring/tests/bug72694.phpt b/ext/mbstring/tests/bug72694.phpt index 2945b585381..ed7d2e79250 100644 --- a/ext/mbstring/tests/bug72694.phpt +++ b/ext/mbstring/tests/bug72694.phpt @@ -1,8 +1,9 @@ --TEST-- Bug #72694 (mb_ereg_search_setpos does not accept a string's last position) +--EXTENSIONS-- +mbstring --SKIPIF-- --FILE-- diff --git a/ext/mbstring/tests/bug72710.phpt b/ext/mbstring/tests/bug72710.phpt index e666b0dbd62..ca1558c2ff1 100644 --- a/ext/mbstring/tests/bug72710.phpt +++ b/ext/mbstring/tests/bug72710.phpt @@ -1,8 +1,9 @@ --TEST-- Bug #72710 (`mb_ereg` causes buffer overflow on regexp compile error) +--EXTENSIONS-- +mbstring --SKIPIF-- --FILE-- diff --git a/ext/mbstring/tests/bug76319.phpt b/ext/mbstring/tests/bug76319.phpt index d24609f1d55..121f59c803a 100644 --- a/ext/mbstring/tests/bug76319.phpt +++ b/ext/mbstring/tests/bug76319.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #76319: mb_strtolower with invalid UTF-8 causes segmentation fault ---SKIPIF-- - +--EXTENSIONS-- +mbstring --FILE-- +--EXTENSIONS-- +mbstring --FILE-- +--EXTENSIONS-- +mbstring --FILE-- --FILE-- diff --git a/ext/mbstring/tests/bug77025.phpt b/ext/mbstring/tests/bug77025.phpt index 014addaf1f6..f7349de920e 100644 --- a/ext/mbstring/tests/bug77025.phpt +++ b/ext/mbstring/tests/bug77025.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #77025: mb_strpos throws Unknown encoding or conversion error ---SKIPIF-- - +--EXTENSIONS-- +mbstring --FILE-- --FILE-- diff --git a/ext/mbstring/tests/bug77370.phpt b/ext/mbstring/tests/bug77370.phpt index 365463f90fe..a2e3759c120 100644 --- a/ext/mbstring/tests/bug77370.phpt +++ b/ext/mbstring/tests/bug77370.phpt @@ -1,8 +1,9 @@ --TEST-- Bug #77370 (Buffer overflow on mb regex functions - fetch_token) +--EXTENSIONS-- +mbstring --SKIPIF-- --FILE-- diff --git a/ext/mbstring/tests/bug77371.phpt b/ext/mbstring/tests/bug77371.phpt index 9427a3cd4ed..767533c66a4 100644 --- a/ext/mbstring/tests/bug77371.phpt +++ b/ext/mbstring/tests/bug77371.phpt @@ -1,8 +1,9 @@ --TEST-- Bug #77371 (heap buffer overflow in mb regex functions - compile_string_node) +--EXTENSIONS-- +mbstring --SKIPIF-- --FILE-- diff --git a/ext/mbstring/tests/bug77381.phpt b/ext/mbstring/tests/bug77381.phpt index 5176cc55a83..76607bc9ceb 100644 --- a/ext/mbstring/tests/bug77381.phpt +++ b/ext/mbstring/tests/bug77381.phpt @@ -1,8 +1,9 @@ --TEST-- Bug #77381 (heap buffer overflow in multibyte match_at) +--EXTENSIONS-- +mbstring --SKIPIF-- --FILE-- diff --git a/ext/mbstring/tests/bug77418.phpt b/ext/mbstring/tests/bug77418.phpt index 1f00371057d..352e125d689 100644 --- a/ext/mbstring/tests/bug77418.phpt +++ b/ext/mbstring/tests/bug77418.phpt @@ -1,8 +1,9 @@ --TEST-- Bug #77418 (Heap overflow in utf32be_mbc_to_code) +--EXTENSIONS-- +mbstring --SKIPIF-- --FILE-- diff --git a/ext/mbstring/tests/bug77428.phpt b/ext/mbstring/tests/bug77428.phpt index 82a2574b1ab..c65cd000042 100644 --- a/ext/mbstring/tests/bug77428.phpt +++ b/ext/mbstring/tests/bug77428.phpt @@ -1,8 +1,9 @@ --TEST-- Bug #77428: mb_ereg_replace() doesn't replace a substitution variable +--EXTENSIONS-- +mbstring --SKIPIF-- --FILE-- diff --git a/ext/mbstring/tests/bug77514.phpt b/ext/mbstring/tests/bug77514.phpt index 565a8fd773d..4b33cca8a30 100644 --- a/ext/mbstring/tests/bug77514.phpt +++ b/ext/mbstring/tests/bug77514.phpt @@ -1,8 +1,9 @@ --TEST-- Bug #77514: mb_ereg_replace() with trailing backslash adds null byte +--EXTENSIONS-- +mbstring --SKIPIF-- --FILE-- diff --git a/ext/mbstring/tests/bug78559.phpt b/ext/mbstring/tests/bug78559.phpt index afe412c1415..e107d1ba864 100644 --- a/ext/mbstring/tests/bug78559.phpt +++ b/ext/mbstring/tests/bug78559.phpt @@ -1,8 +1,9 @@ --TEST-- Bug #78559 (#78559 Heap buffer overflow in mb_eregi) +--EXTENSIONS-- +mbstring --SKIPIF-- --FILE-- diff --git a/ext/mbstring/tests/bug78609.phpt b/ext/mbstring/tests/bug78609.phpt index 11f9b06f13d..1c91fbd5cf4 100644 --- a/ext/mbstring/tests/bug78609.phpt +++ b/ext/mbstring/tests/bug78609.phpt @@ -1,9 +1,7 @@ --TEST-- Bug #78609 (mb_check_encoding() no longer supports stringable objects) ---SKIPIF-- - +--EXTENSIONS-- +mbstring --FILE-- --FILE-- diff --git a/ext/mbstring/tests/bug79149.phpt b/ext/mbstring/tests/bug79149.phpt index b8a7bb0e3c5..02a705b9d3f 100644 --- a/ext/mbstring/tests/bug79149.phpt +++ b/ext/mbstring/tests/bug79149.phpt @@ -1,9 +1,7 @@ --TEST-- Bug #79149 (SEGV in mb_convert_encoding with non-string encodings) ---SKIPIF-- - +--EXTENSIONS-- +mbstring --FILE-- +--EXTENSIONS-- +mbstring --FILE-- +--EXTENSIONS-- +mbstring --FILE-- +--EXTENSIONS-- +mbstring --FILE-- --FILE-- diff --git a/ext/mbstring/tests/mb_decode_numericentity.phpt b/ext/mbstring/tests/mb_decode_numericentity.phpt index b28a875f8a7..b0247e286fe 100644 --- a/ext/mbstring/tests/mb_decode_numericentity.phpt +++ b/ext/mbstring/tests/mb_decode_numericentity.phpt @@ -1,8 +1,9 @@ --TEST-- Test mb_decode_numericentity() function : Convert HTML-Entities to UTF-8 +--EXTENSIONS-- +mbstring --SKIPIF-- --FILE-- diff --git a/ext/mbstring/tests/mb_encode_numericentity.phpt b/ext/mbstring/tests/mb_encode_numericentity.phpt index 417b099f65c..b06a2c6b1a0 100644 --- a/ext/mbstring/tests/mb_encode_numericentity.phpt +++ b/ext/mbstring/tests/mb_encode_numericentity.phpt @@ -1,8 +1,9 @@ --TEST-- Test mb_encode_numericentity() function : Convert UTF-8 to HTML-Entities +--EXTENSIONS-- +mbstring --SKIPIF-- --FILE-- diff --git a/ext/mbstring/tests/mb_ereg2.phpt b/ext/mbstring/tests/mb_ereg2.phpt index 22e3cd36c5a..f87b5c5410a 100644 --- a/ext/mbstring/tests/mb_ereg2.phpt +++ b/ext/mbstring/tests/mb_ereg2.phpt @@ -1,8 +1,9 @@ --TEST-- mb_ereg() returning matches +--EXTENSIONS-- +mbstring --SKIPIF-- --FILE-- diff --git a/ext/mbstring/tests/mb_ereg_dupnames.phpt b/ext/mbstring/tests/mb_ereg_dupnames.phpt index fcc428c3604..cf4444682f5 100644 --- a/ext/mbstring/tests/mb_ereg_dupnames.phpt +++ b/ext/mbstring/tests/mb_ereg_dupnames.phpt @@ -1,8 +1,9 @@ --TEST-- Testing mb_ereg() duplicate named groups +--EXTENSIONS-- +mbstring --SKIPIF-- --FILE-- diff --git a/ext/mbstring/tests/mb_ereg_named_subpatterns.phpt b/ext/mbstring/tests/mb_ereg_named_subpatterns.phpt index ed0f85baa31..80c17b729d7 100644 --- a/ext/mbstring/tests/mb_ereg_named_subpatterns.phpt +++ b/ext/mbstring/tests/mb_ereg_named_subpatterns.phpt @@ -1,8 +1,9 @@ --TEST-- Testing mb_ereg() named subpatterns +--EXTENSIONS-- +mbstring --SKIPIF-- --FILE-- diff --git a/ext/mbstring/tests/mb_ereg_search.phpt b/ext/mbstring/tests/mb_ereg_search.phpt index 4df54c48285..f167b9d7607 100644 --- a/ext/mbstring/tests/mb_ereg_search.phpt +++ b/ext/mbstring/tests/mb_ereg_search.phpt @@ -1,8 +1,9 @@ --TEST-- Testing mb_ereg_search() function +--EXTENSIONS-- +mbstring --SKIPIF-- --FILE-- diff --git a/ext/mbstring/tests/mb_ereg_search_named_subpatterns_1.phpt b/ext/mbstring/tests/mb_ereg_search_named_subpatterns_1.phpt index f6ab8c0c362..03161cf27ce 100644 --- a/ext/mbstring/tests/mb_ereg_search_named_subpatterns_1.phpt +++ b/ext/mbstring/tests/mb_ereg_search_named_subpatterns_1.phpt @@ -1,8 +1,9 @@ --TEST-- Testing mb_ereg_search() named capture groups +--EXTENSIONS-- +mbstring --SKIPIF-- diff --git a/ext/mbstring/tests/mb_ereg_search_named_subpatterns_2.phpt b/ext/mbstring/tests/mb_ereg_search_named_subpatterns_2.phpt index 78332da662a..7823aa45e1e 100644 --- a/ext/mbstring/tests/mb_ereg_search_named_subpatterns_2.phpt +++ b/ext/mbstring/tests/mb_ereg_search_named_subpatterns_2.phpt @@ -1,8 +1,9 @@ --TEST-- Testing mb_ereg_search() named capture groups +--EXTENSIONS-- +mbstring --SKIPIF-- =') or die("skip requires oniguruma >= 6.9.4"); ?> diff --git a/ext/mbstring/tests/mb_ereg_search_pos.phpt b/ext/mbstring/tests/mb_ereg_search_pos.phpt index 1eb425d4aa0..7f8f99f0c5d 100644 --- a/ext/mbstring/tests/mb_ereg_search_pos.phpt +++ b/ext/mbstring/tests/mb_ereg_search_pos.phpt @@ -1,8 +1,9 @@ --TEST-- mb_ereg_search_pos() # a test for the basic function of mb_ereg_search_pos +--EXTENSIONS-- +mbstring --SKIPIF-- --FILE-- diff --git a/ext/mbstring/tests/mb_ereg_search_regs.phpt b/ext/mbstring/tests/mb_ereg_search_regs.phpt index 813dabf641d..eb883387e62 100644 --- a/ext/mbstring/tests/mb_ereg_search_regs.phpt +++ b/ext/mbstring/tests/mb_ereg_search_regs.phpt @@ -1,8 +1,9 @@ --TEST-- Funktionstest mb_ereg_search_regs() +--EXTENSIONS-- +mbstring --SKIPIF-- --FILE-- diff --git a/ext/mbstring/tests/mb_ereg_search_setpos.phpt b/ext/mbstring/tests/mb_ereg_search_setpos.phpt index 94e55f1febf..6a953447174 100644 --- a/ext/mbstring/tests/mb_ereg_search_setpos.phpt +++ b/ext/mbstring/tests/mb_ereg_search_setpos.phpt @@ -1,8 +1,9 @@ --TEST-- mb_ereg_search_setpos() function +--EXTENSIONS-- +mbstring --SKIPIF-- --FILE-- diff --git a/ext/mbstring/tests/mb_ereg_search_syntax.phpt b/ext/mbstring/tests/mb_ereg_search_syntax.phpt index f66cb2a74c7..4e28ebfb8f7 100644 --- a/ext/mbstring/tests/mb_ereg_search_syntax.phpt +++ b/ext/mbstring/tests/mb_ereg_search_syntax.phpt @@ -1,8 +1,9 @@ --TEST-- Specifying non-default syntax in mb_ereg_search() +--EXTENSIONS-- +mbstring --SKIPIF-- --FILE-- diff --git a/ext/mbstring/tests/mb_eregi.phpt b/ext/mbstring/tests/mb_eregi.phpt index a12ab70116e..2cdef03a6cb 100644 --- a/ext/mbstring/tests/mb_eregi.phpt +++ b/ext/mbstring/tests/mb_eregi.phpt @@ -1,8 +1,9 @@ --TEST-- mb_eregi() and invalid arguments +--EXTENSIONS-- +mbstring --SKIPIF-- --FILE-- diff --git a/ext/mbstring/tests/mb_eregi_replace.phpt b/ext/mbstring/tests/mb_eregi_replace.phpt index 540905b1a1f..b03874701f9 100644 --- a/ext/mbstring/tests/mb_eregi_replace.phpt +++ b/ext/mbstring/tests/mb_eregi_replace.phpt @@ -1,8 +1,9 @@ --TEST-- Testing mb_eregi_replace() function +--EXTENSIONS-- +mbstring --SKIPIF-- --FILE-- diff --git a/ext/mysqli/tests/bug32490.phpt b/ext/mysqli/tests/bug32490.phpt index 4f9ef6f80d3..0c4c8693442 100644 --- a/ext/mysqli/tests/bug32490.phpt +++ b/ext/mysqli/tests/bug32490.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #32490 (constructor of mysqli has wrong name) ---SKIPIF-- - +--EXTENSIONS-- +mysqli --FILE-- +--EXTENSIONS-- +mysqli --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- = 12)) { diff --git a/ext/oci8/tests/bind_char_1.phpt b/ext/oci8/tests/bind_char_1.phpt index 93dcd96e378..52d97ce2a43 100644 --- a/ext/oci8/tests/bind_char_1.phpt +++ b/ext/oci8/tests/bind_char_1.phpt @@ -1,8 +1,9 @@ --TEST-- SELECT oci_bind_by_name with SQLT_AFC aka CHAR +--EXTENSIONS-- +oci8 --SKIPIF-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --INI-- precision = 14 --FILE-- diff --git a/ext/oci8/tests/bind_query.phpt b/ext/oci8/tests/bind_query.phpt index 9c1fa3d8d16..b0622ed4296 100644 --- a/ext/oci8/tests/bind_query.phpt +++ b/ext/oci8/tests/bind_query.phpt @@ -1,7 +1,7 @@ --TEST-- Bind with various WHERE conditions ---SKIPIF-- - +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- = 12)) { die("skip works only with Oracle 12c or greater version of Oracle client libraries"); diff --git a/ext/oci8/tests/bind_sqltnum_11g.phpt b/ext/oci8/tests/bind_sqltnum_11g.phpt index 3686127fbc4..45bb25eda02 100644 --- a/ext/oci8/tests/bind_sqltnum_11g.phpt +++ b/ext/oci8/tests/bind_sqltnum_11g.phpt @@ -1,8 +1,9 @@ --TEST-- Bind with SQLT_NUM +--EXTENSIONS-- +oci8 --SKIPIF-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- --FILE-- diff --git a/ext/oci8/tests/bug70700.phpt b/ext/oci8/tests/bug70700.phpt index 2e3a190613d..b674a593dd9 100644 --- a/ext/oci8/tests/bug70700.phpt +++ b/ext/oci8/tests/bug70700.phpt @@ -4,9 +4,10 @@ Tests for LOBs with multibyte strings, reading them out in chunks --CREDITS-- Chuck Burgess ashnazg@php.net +--EXTENSIONS-- +mbstring --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); ?> diff --git a/ext/oci8/tests/bug71422.phpt b/ext/oci8/tests/bug71422.phpt index 798981ed0b8..ea946b811f3 100644 --- a/ext/oci8/tests/bug71422.phpt +++ b/ext/oci8/tests/bug71422.phpt @@ -1,9 +1,7 @@ --TEST-- Bug #71422 (Fix ORA-01438: value larger than specified precision allowed for this column) ---SKIPIF-- - +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); if (strcasecmp($user, "system") && strcasecmp($user, "sys")) { diff --git a/ext/oci8/tests/clientversion.phpt b/ext/oci8/tests/clientversion.phpt index e31ccc1ac80..0b949f1ce2e 100644 --- a/ext/oci8/tests/clientversion.phpt +++ b/ext/oci8/tests/clientversion.phpt @@ -1,9 +1,7 @@ --TEST-- oci_client_version() ---SKIPIF-- - +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- true, 'timesten' => false); // test runs on these DBs + true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); if (strcasecmp($user, "system") && strcasecmp($user, "sys")) diff --git a/ext/oci8/tests/connect.phpt b/ext/oci8/tests/connect.phpt index f13d6fd421c..768f6aa4dc1 100644 --- a/ext/oci8/tests/connect.phpt +++ b/ext/oci8/tests/connect.phpt @@ -1,7 +1,7 @@ --TEST-- oci_connect() ---SKIPIF-- - +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --INI-- oci8.old_oci_close_semantics=0 --FILE-- diff --git a/ext/oci8/tests/connect_scope_try2.phpt b/ext/oci8/tests/connect_scope_try2.phpt index 2ec7b78c5ff..c35b048ade3 100644 --- a/ext/oci8/tests/connect_scope_try2.phpt +++ b/ext/oci8/tests/connect_scope_try2.phpt @@ -1,7 +1,7 @@ --TEST-- Check oci_connect try/catch end-of-scope with old_oci_close_semantics On ---SKIPIF-- - +--EXTENSIONS-- +oci8 --INI-- oci8.old_oci_close_semantics=1 --FILE-- diff --git a/ext/oci8/tests/connect_scope_try3.phpt b/ext/oci8/tests/connect_scope_try3.phpt index 7c09750410a..9c176dcd22a 100644 --- a/ext/oci8/tests/connect_scope_try3.phpt +++ b/ext/oci8/tests/connect_scope_try3.phpt @@ -1,7 +1,7 @@ --TEST-- Check oci_new_connect try/catch end-of-scope with old_oci_close_semantics Off ---SKIPIF-- - +--EXTENSIONS-- +oci8 --INI-- oci8.old_oci_close_semantics=0 --FILE-- diff --git a/ext/oci8/tests/connect_scope_try4.phpt b/ext/oci8/tests/connect_scope_try4.phpt index 04f82712a84..b4838462afb 100644 --- a/ext/oci8/tests/connect_scope_try4.phpt +++ b/ext/oci8/tests/connect_scope_try4.phpt @@ -1,7 +1,7 @@ --TEST-- Check oci_new_connect try/catch end-of-scope with old_oci_close_semantics On ---SKIPIF-- - +--EXTENSIONS-- +oci8 --INI-- oci8.old_oci_close_semantics=1 --FILE-- diff --git a/ext/oci8/tests/connect_scope_try5.phpt b/ext/oci8/tests/connect_scope_try5.phpt index 43b7ff00494..42976a1bac1 100644 --- a/ext/oci8/tests/connect_scope_try5.phpt +++ b/ext/oci8/tests/connect_scope_try5.phpt @@ -1,7 +1,7 @@ --TEST-- Check oci_pconnect try/catch end-of-scope with old_oci_close_semantics Off ---SKIPIF-- - +--EXTENSIONS-- +oci8 --INI-- oci8.old_oci_close_semantics=0 --FILE-- diff --git a/ext/oci8/tests/connect_scope_try6.phpt b/ext/oci8/tests/connect_scope_try6.phpt index fc31bddfd89..5cbd037d0a1 100644 --- a/ext/oci8/tests/connect_scope_try6.phpt +++ b/ext/oci8/tests/connect_scope_try6.phpt @@ -1,7 +1,7 @@ --TEST-- Check oci_pconnect try/catch end-of-scope with old_oci_close_semantics On ---SKIPIF-- - +--EXTENSIONS-- +oci8 --INI-- oci8.old_oci_close_semantics=1 --FILE-- diff --git a/ext/oci8/tests/connect_with_charset_001.phpt b/ext/oci8/tests/connect_with_charset_001.phpt index 2c8b2e10fd4..059a23a539f 100644 --- a/ext/oci8/tests/connect_with_charset_001.phpt +++ b/ext/oci8/tests/connect_with_charset_001.phpt @@ -1,7 +1,7 @@ --TEST-- oci_connect() with invalid character set ---SKIPIF-- - +--EXTENSIONS-- +oci8 --FILE-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); if (strcasecmp($user, "system") && strcasecmp($user, "sys")) { diff --git a/ext/oci8/tests/db_op_2.phpt b/ext/oci8/tests/db_op_2.phpt index 4d4624b7375..6d85bc1e031 100644 --- a/ext/oci8/tests/db_op_2.phpt +++ b/ext/oci8/tests/db_op_2.phpt @@ -1,8 +1,9 @@ --TEST-- oci_set_db_operation: test DBOP for end-to-end tracing +--EXTENSIONS-- +oci8 --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); if (strcasecmp($user, "system") && strcasecmp($user, "sys")) { diff --git a/ext/oci8/tests/default_prefetch0.phpt b/ext/oci8/tests/default_prefetch0.phpt index 4dce73431cb..9c1804166ea 100644 --- a/ext/oci8/tests/default_prefetch0.phpt +++ b/ext/oci8/tests/default_prefetch0.phpt @@ -1,7 +1,7 @@ --TEST-- oci8.default_prefetch ini option ---SKIPIF-- - +--EXTENSIONS-- +oci8 --INI-- oci8.default_prefetch=20 --FILE-- diff --git a/ext/oci8/tests/default_prefetch1.phpt b/ext/oci8/tests/default_prefetch1.phpt index dbe92e75f47..b379b1bcb6d 100644 --- a/ext/oci8/tests/default_prefetch1.phpt +++ b/ext/oci8/tests/default_prefetch1.phpt @@ -1,7 +1,7 @@ --TEST-- oci8.default_prefetch ini option ---SKIPIF-- - +--EXTENSIONS-- +oci8 --INI-- oci8.default_prefetch=100 --FILE-- diff --git a/ext/oci8/tests/default_prefetch2.phpt b/ext/oci8/tests/default_prefetch2.phpt index 6d01fb1bac3..504d77f7098 100644 --- a/ext/oci8/tests/default_prefetch2.phpt +++ b/ext/oci8/tests/default_prefetch2.phpt @@ -1,7 +1,7 @@ --TEST-- oci8.default_prefetch ini option ---SKIPIF-- - +--EXTENSIONS-- +oci8 --INI-- oci8.default_prefetch=100 --FILE-- diff --git a/ext/oci8/tests/define.phpt b/ext/oci8/tests/define.phpt index 8fd459e10ed..77745e97dbd 100644 --- a/ext/oci8/tests/define.phpt +++ b/ext/oci8/tests/define.phpt @@ -1,7 +1,7 @@ --TEST-- oci_define_by_name() ---SKIPIF-- - +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --INI-- oci8.old_oci_close_semantics=1 oci8.connection_class=test diff --git a/ext/oci8/tests/drcp_conn_close2.phpt b/ext/oci8/tests/drcp_conn_close2.phpt index cb4df083a64..8697905a433 100644 --- a/ext/oci8/tests/drcp_conn_close2.phpt +++ b/ext/oci8/tests/drcp_conn_close2.phpt @@ -1,7 +1,7 @@ --TEST-- DRCP: oci_connect() with oci_close() and oci8.old_oci_close_semantics OFF ---SKIPIF-- - +--EXTENSIONS-- +oci8 --INI-- oci8.old_oci_close_semantics=0 oci8.connection_class=test diff --git a/ext/oci8/tests/drcp_connection_class.phpt b/ext/oci8/tests/drcp_connection_class.phpt index 8544b99fc8f..e9d5fb0207c 100644 --- a/ext/oci8/tests/drcp_connection_class.phpt +++ b/ext/oci8/tests/drcp_connection_class.phpt @@ -1,8 +1,9 @@ --TEST-- DRCP: oci8.connection_class with ini_get() and ini_set() +--EXTENSIONS-- +oci8 --SKIPIF-- = 11)) { die("skip works only with Oracle 11g or greater version of Oracle client libraries"); diff --git a/ext/oci8/tests/drcp_newconnect.phpt b/ext/oci8/tests/drcp_newconnect.phpt index 3c41edbb738..8b939beead4 100644 --- a/ext/oci8/tests/drcp_newconnect.phpt +++ b/ext/oci8/tests/drcp_newconnect.phpt @@ -1,7 +1,7 @@ --TEST-- DRCP: oci_new_connect() ---SKIPIF-- - +--EXTENSIONS-- +oci8 --INI-- oci8.connection_class=test oci8.old_oci_close_semantics=0 diff --git a/ext/oci8/tests/drcp_pconn_close1.phpt b/ext/oci8/tests/drcp_pconn_close1.phpt index e4849169aef..84b7dfb7ab7 100644 --- a/ext/oci8/tests/drcp_pconn_close1.phpt +++ b/ext/oci8/tests/drcp_pconn_close1.phpt @@ -1,7 +1,7 @@ --TEST-- DRCP: oci_pconnect() with oci_close() and oci8.old_oci_close_semantics ON ---SKIPIF-- - +--EXTENSIONS-- +oci8 --INI-- oci8.old_oci_close_semantics=1 oci8.connection_class=test diff --git a/ext/oci8/tests/drcp_pconn_close2.phpt b/ext/oci8/tests/drcp_pconn_close2.phpt index 4961cb9545d..bfbf383bac5 100644 --- a/ext/oci8/tests/drcp_pconn_close2.phpt +++ b/ext/oci8/tests/drcp_pconn_close2.phpt @@ -1,7 +1,7 @@ --TEST-- DRCP: oci_pconnect() with oci_close() and oci8.old_oci_close_semantics OFF ---SKIPIF-- - +--EXTENSIONS-- +oci8 --INI-- oci8.old_oci_close_semantics=0 oci8.connection_class=test diff --git a/ext/oci8/tests/drcp_privileged.phpt b/ext/oci8/tests/drcp_privileged.phpt index 7b1283065f6..72d1f03bfd5 100644 --- a/ext/oci8/tests/drcp_privileged.phpt +++ b/ext/oci8/tests/drcp_privileged.phpt @@ -1,8 +1,9 @@ --TEST-- DRCP: privileged connect +--EXTENSIONS-- +oci8 --SKIPIF-- +--EXTENSIONS-- +oci8 --INI-- oci8.old_oci_close_semantics=1 --FILE-- diff --git a/ext/oci8/tests/drcp_scope2.phpt b/ext/oci8/tests/drcp_scope2.phpt index 99e102075d4..622ddb04722 100644 --- a/ext/oci8/tests/drcp_scope2.phpt +++ b/ext/oci8/tests/drcp_scope2.phpt @@ -1,7 +1,7 @@ --TEST-- DRCP: oci_new_connect() and oci_connect with scope end when oci8.old_oci_close_semantics OFF ---SKIPIF-- - +--EXTENSIONS-- +oci8 --INI-- oci8.old_oci_close_semantics=0 --FILE-- diff --git a/ext/oci8/tests/drcp_scope3.phpt b/ext/oci8/tests/drcp_scope3.phpt index 8d97d48e998..7728301c3b7 100644 --- a/ext/oci8/tests/drcp_scope3.phpt +++ b/ext/oci8/tests/drcp_scope3.phpt @@ -1,7 +1,7 @@ --TEST-- DRCP: oci_pconnect() with scope end when oci8.old_oci_close_semantics ON ---SKIPIF-- - +--EXTENSIONS-- +oci8 --INI-- oci8.old_oci_close_semantics=1 --FILE-- diff --git a/ext/oci8/tests/drcp_scope4.phpt b/ext/oci8/tests/drcp_scope4.phpt index abc631a4377..d1d26f931ab 100644 --- a/ext/oci8/tests/drcp_scope4.phpt +++ b/ext/oci8/tests/drcp_scope4.phpt @@ -1,7 +1,7 @@ --TEST-- DRCP: oci_pconnect() with scope end when oci8.old_oci_close_semantics OFF ---SKIPIF-- - +--EXTENSIONS-- +oci8 --INI-- oci8.old_oci_close_semantics=0 --FILE-- diff --git a/ext/oci8/tests/drcp_scope5.phpt b/ext/oci8/tests/drcp_scope5.phpt index b84853423a0..d167642d13f 100644 --- a/ext/oci8/tests/drcp_scope5.phpt +++ b/ext/oci8/tests/drcp_scope5.phpt @@ -1,7 +1,7 @@ --TEST-- DRCP: oci_pconnect() with scope end when oci8.old_oci_close_semantics ON ---SKIPIF-- - +--EXTENSIONS-- +oci8 --INI-- oci8.old_oci_close_semantics=1 --FILE-- diff --git a/ext/oci8/tests/driver_name.phpt b/ext/oci8/tests/driver_name.phpt index 3bb52779cad..d94e070c4eb 100644 --- a/ext/oci8/tests/driver_name.phpt +++ b/ext/oci8/tests/driver_name.phpt @@ -1,9 +1,9 @@ --TEST-- Verify that the Driver Name attribute is set +--EXTENSIONS-- +oci8 --SKIPIF-- - +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- true, 'timesten' => true); // test runs on these DBs require(__DIR__.'/skipif.inc'); preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); diff --git a/ext/oci8/tests/error_bind_3.phpt b/ext/oci8/tests/error_bind_3.phpt index 2ccb2f36ec0..443a2027e40 100644 --- a/ext/oci8/tests/error_bind_3.phpt +++ b/ext/oci8/tests/error_bind_3.phpt @@ -1,8 +1,9 @@ --TEST-- Test some more oci_bind_by_name error conditions +--EXTENSIONS-- +oci8 --SKIPIF-- true, 'timesten' => true); // test runs on these DBs require(__DIR__.'/skipif.inc'); preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); diff --git a/ext/oci8/tests/error_parse.phpt b/ext/oci8/tests/error_parse.phpt index 548ed3bfc0e..369d919ea05 100644 --- a/ext/oci8/tests/error_parse.phpt +++ b/ext/oci8/tests/error_parse.phpt @@ -1,7 +1,7 @@ --TEST-- Test error handling when persistent connection is passed to oci_error() ---SKIPIF-- - +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- diff --git a/ext/oci8/tests/extauth_03.phpt b/ext/oci8/tests/extauth_03.phpt index 7aefc4726fe..1c37ef1a1fc 100644 --- a/ext/oci8/tests/extauth_03.phpt +++ b/ext/oci8/tests/extauth_03.phpt @@ -1,8 +1,9 @@ --TEST-- Test External Authentication errors with oci_pconnect +--EXTENSIONS-- +oci8 --SKIPIF-- diff --git a/ext/oci8/tests/extauth_04.phpt b/ext/oci8/tests/extauth_04.phpt index 5f4e64fc84a..167358b6345 100644 --- a/ext/oci8/tests/extauth_04.phpt +++ b/ext/oci8/tests/extauth_04.phpt @@ -1,8 +1,9 @@ --TEST-- Test External Authentication errors on Windows +--EXTENSIONS-- +oci8 --SKIPIF-- --FILE-- diff --git a/ext/oci8/tests/fetch.phpt b/ext/oci8/tests/fetch.phpt index 2bb455c4d1a..0f87ff00c94 100644 --- a/ext/oci8/tests/fetch.phpt +++ b/ext/oci8/tests/fetch.phpt @@ -1,7 +1,7 @@ --TEST-- ocifetch() & ociresult() ---SKIPIF-- - +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); diff --git a/ext/oci8/tests/imp_res_2.phpt b/ext/oci8/tests/imp_res_2.phpt index 8f7abdadd82..ebd1e8b126a 100644 --- a/ext/oci8/tests/imp_res_2.phpt +++ b/ext/oci8/tests/imp_res_2.phpt @@ -1,8 +1,9 @@ --TEST-- Oracle Database 12c Implicit Result Sets: Zero Rows +--EXTENSIONS-- +oci8 --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); diff --git a/ext/oci8/tests/imp_res_3.phpt b/ext/oci8/tests/imp_res_3.phpt index d7f4debef98..6d6b865fcca 100644 --- a/ext/oci8/tests/imp_res_3.phpt +++ b/ext/oci8/tests/imp_res_3.phpt @@ -1,8 +1,9 @@ --TEST-- Oracle Database 12c Implicit Result Sets: bigger data size +--EXTENSIONS-- +oci8 --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); diff --git a/ext/oci8/tests/imp_res_4.phpt b/ext/oci8/tests/imp_res_4.phpt index b4bff4ae363..36fbfc2410a 100644 --- a/ext/oci8/tests/imp_res_4.phpt +++ b/ext/oci8/tests/imp_res_4.phpt @@ -1,8 +1,9 @@ --TEST-- Oracle Database 12c Implicit Result Sets: oci_fetch +--EXTENSIONS-- +oci8 --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); diff --git a/ext/oci8/tests/imp_res_5.phpt b/ext/oci8/tests/imp_res_5.phpt index ca611acaebc..72bacf0e601 100644 --- a/ext/oci8/tests/imp_res_5.phpt +++ b/ext/oci8/tests/imp_res_5.phpt @@ -1,8 +1,9 @@ --TEST-- Oracle Database 12c Implicit Result Sets: oci_fetch_all +--EXTENSIONS-- +oci8 --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); diff --git a/ext/oci8/tests/imp_res_6.phpt b/ext/oci8/tests/imp_res_6.phpt index d1734b9e59a..a2810bc5107 100644 --- a/ext/oci8/tests/imp_res_6.phpt +++ b/ext/oci8/tests/imp_res_6.phpt @@ -1,8 +1,9 @@ --TEST-- Oracle Database 12c Implicit Result Sets: alternating oci_fetch_* calls +--EXTENSIONS-- +oci8 --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); diff --git a/ext/oci8/tests/imp_res_7.phpt b/ext/oci8/tests/imp_res_7.phpt index a4b86ceb468..5fc258be4ba 100644 --- a/ext/oci8/tests/imp_res_7.phpt +++ b/ext/oci8/tests/imp_res_7.phpt @@ -1,8 +1,9 @@ --TEST-- Oracle Database 12c Implicit Result Sets: bigger data size +--EXTENSIONS-- +oci8 --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); diff --git a/ext/oci8/tests/imp_res_call_error.phpt b/ext/oci8/tests/imp_res_call_error.phpt index 503bef67280..ad756626703 100644 --- a/ext/oci8/tests/imp_res_call_error.phpt +++ b/ext/oci8/tests/imp_res_call_error.phpt @@ -1,8 +1,9 @@ --TEST-- Oracle Database 12c Implicit Result Sets: using SQL 'CALL' +--EXTENSIONS-- +oci8 --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); diff --git a/ext/oci8/tests/imp_res_cancel.phpt b/ext/oci8/tests/imp_res_cancel.phpt index 54c6784ea8a..053e4eaa30d 100644 --- a/ext/oci8/tests/imp_res_cancel.phpt +++ b/ext/oci8/tests/imp_res_cancel.phpt @@ -1,8 +1,9 @@ --TEST-- Oracle Database 12c Implicit Result Sets: oci_cancel +--EXTENSIONS-- +oci8 --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); diff --git a/ext/oci8/tests/imp_res_close.phpt b/ext/oci8/tests/imp_res_close.phpt index 1154df47d33..3594f85ec14 100644 --- a/ext/oci8/tests/imp_res_close.phpt +++ b/ext/oci8/tests/imp_res_close.phpt @@ -1,8 +1,9 @@ --TEST-- Oracle Database 12c Implicit Result Sets: oci_free_statement #1 +--EXTENSIONS-- +oci8 --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); diff --git a/ext/oci8/tests/imp_res_cursor.phpt b/ext/oci8/tests/imp_res_cursor.phpt index 4aba076bb23..92ef9c660bd 100644 --- a/ext/oci8/tests/imp_res_cursor.phpt +++ b/ext/oci8/tests/imp_res_cursor.phpt @@ -1,8 +1,9 @@ --TEST-- Oracle Database 12c Implicit Result Sets: nested cursor +--EXTENSIONS-- +oci8 --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); diff --git a/ext/oci8/tests/imp_res_dbmsoutput.phpt b/ext/oci8/tests/imp_res_dbmsoutput.phpt index 186c522f417..35445bda63e 100644 --- a/ext/oci8/tests/imp_res_dbmsoutput.phpt +++ b/ext/oci8/tests/imp_res_dbmsoutput.phpt @@ -1,8 +1,9 @@ --TEST-- Oracle Database 12c Implicit Result Sets: interleaved with DBMS_OUTPUT +--EXTENSIONS-- +oci8 --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); diff --git a/ext/oci8/tests/imp_res_field.phpt b/ext/oci8/tests/imp_res_field.phpt index 9280e4f7c0a..6df7828c274 100644 --- a/ext/oci8/tests/imp_res_field.phpt +++ b/ext/oci8/tests/imp_res_field.phpt @@ -1,8 +1,9 @@ --TEST-- Oracle Database 12c Implicit Result Sets: field tests +--EXTENSIONS-- +oci8 --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); diff --git a/ext/oci8/tests/imp_res_func_error.phpt b/ext/oci8/tests/imp_res_func_error.phpt index 705d3ca89c2..58b8f71a9b4 100644 --- a/ext/oci8/tests/imp_res_func_error.phpt +++ b/ext/oci8/tests/imp_res_func_error.phpt @@ -1,8 +1,9 @@ --TEST-- Oracle Database 12c Implicit Result Sets: test with a PL/SQL function +--EXTENSIONS-- +oci8 --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); diff --git a/ext/oci8/tests/imp_res_get_1.phpt b/ext/oci8/tests/imp_res_get_1.phpt index 5b7cad4036d..b8d39cc7c9f 100644 --- a/ext/oci8/tests/imp_res_get_1.phpt +++ b/ext/oci8/tests/imp_res_get_1.phpt @@ -1,8 +1,9 @@ --TEST-- Oracle Database 12c Implicit Result Sets: oci_get_implicit_resultset: basic test +--EXTENSIONS-- +oci8 --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); diff --git a/ext/oci8/tests/imp_res_get_2.phpt b/ext/oci8/tests/imp_res_get_2.phpt index 2966412e16d..d2ef438a549 100644 --- a/ext/oci8/tests/imp_res_get_2.phpt +++ b/ext/oci8/tests/imp_res_get_2.phpt @@ -1,8 +1,9 @@ --TEST-- Oracle Database 12c Implicit Result Sets: oci_get_implicit_resultset: similar to imp_res_get_1 but with unrolled loop +--EXTENSIONS-- +oci8 --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); diff --git a/ext/oci8/tests/imp_res_get_3.phpt b/ext/oci8/tests/imp_res_get_3.phpt index f12d740aacb..c7b75a06d91 100644 --- a/ext/oci8/tests/imp_res_get_3.phpt +++ b/ext/oci8/tests/imp_res_get_3.phpt @@ -1,8 +1,9 @@ --TEST-- Oracle Database 12c Implicit Result Sets: oci_get_implicit_resultset: basic test 3 +--EXTENSIONS-- +oci8 --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); diff --git a/ext/oci8/tests/imp_res_get_4.phpt b/ext/oci8/tests/imp_res_get_4.phpt index 03125029ed1..823656ba809 100644 --- a/ext/oci8/tests/imp_res_get_4.phpt +++ b/ext/oci8/tests/imp_res_get_4.phpt @@ -1,8 +1,9 @@ --TEST-- Oracle Database 12c Implicit Result Sets: oci_get_implicit_resultset: interleaved fetches +--EXTENSIONS-- +oci8 --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); diff --git a/ext/oci8/tests/imp_res_get_5.phpt b/ext/oci8/tests/imp_res_get_5.phpt index dca564b4f05..912dadfef60 100644 --- a/ext/oci8/tests/imp_res_get_5.phpt +++ b/ext/oci8/tests/imp_res_get_5.phpt @@ -1,8 +1,9 @@ --TEST-- Oracle Database 12c Implicit Result Sets: oci_get_implicit_resultset: get from wrong statement +--EXTENSIONS-- +oci8 --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); diff --git a/ext/oci8/tests/imp_res_get_all.phpt b/ext/oci8/tests/imp_res_get_all.phpt index cfc883e9d35..2f007630974 100644 --- a/ext/oci8/tests/imp_res_get_all.phpt +++ b/ext/oci8/tests/imp_res_get_all.phpt @@ -1,8 +1,9 @@ --TEST-- Oracle Database 12c Implicit Result Sets: oci_get_implicit_resultset: oci_fetch_all +--EXTENSIONS-- +oci8 --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); diff --git a/ext/oci8/tests/imp_res_get_cancel.phpt b/ext/oci8/tests/imp_res_get_cancel.phpt index dee56255020..1cd66731a76 100644 --- a/ext/oci8/tests/imp_res_get_cancel.phpt +++ b/ext/oci8/tests/imp_res_get_cancel.phpt @@ -1,8 +1,9 @@ --TEST-- Oracle Database 12c Implicit Result Sets: oci_get_implicit_resultset: oci_cancel +--EXTENSIONS-- +oci8 --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); diff --git a/ext/oci8/tests/imp_res_get_close_1.phpt b/ext/oci8/tests/imp_res_get_close_1.phpt index 14ab04aa004..3abb885cc60 100644 --- a/ext/oci8/tests/imp_res_get_close_1.phpt +++ b/ext/oci8/tests/imp_res_get_close_1.phpt @@ -1,8 +1,9 @@ --TEST-- Oracle Database 12c Implicit Result Sets: oci_get_implicit_resultset: oci_free_statement #1 +--EXTENSIONS-- +oci8 --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); diff --git a/ext/oci8/tests/imp_res_get_close_2.phpt b/ext/oci8/tests/imp_res_get_close_2.phpt index 9ce0607e21f..4f75ec3b9c3 100644 --- a/ext/oci8/tests/imp_res_get_close_2.phpt +++ b/ext/oci8/tests/imp_res_get_close_2.phpt @@ -1,8 +1,9 @@ --TEST-- Oracle Database 12c Implicit Result Sets: oci_get_implicit_resultset: oci_free_statement #2 +--EXTENSIONS-- +oci8 --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); diff --git a/ext/oci8/tests/imp_res_get_close_3.phpt b/ext/oci8/tests/imp_res_get_close_3.phpt index 36d8c50d06e..722d28fbd00 100644 --- a/ext/oci8/tests/imp_res_get_close_3.phpt +++ b/ext/oci8/tests/imp_res_get_close_3.phpt @@ -1,8 +1,9 @@ --TEST-- Oracle Database 12c Implicit Result Sets: oci_get_implicit_resultset: oci_free_statement #3 +--EXTENSIONS-- +oci8 --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); diff --git a/ext/oci8/tests/imp_res_get_cursor.phpt b/ext/oci8/tests/imp_res_get_cursor.phpt index 29742e465ed..715ed531e03 100644 --- a/ext/oci8/tests/imp_res_get_cursor.phpt +++ b/ext/oci8/tests/imp_res_get_cursor.phpt @@ -1,8 +1,9 @@ --TEST-- Oracle Database 12c Implicit Result Sets: oci_get_implicit_resultset: nested cursor +--EXTENSIONS-- +oci8 --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); diff --git a/ext/oci8/tests/imp_res_get_dbmsoutput.phpt b/ext/oci8/tests/imp_res_get_dbmsoutput.phpt index 52e289ca7d6..31c5cd7c642 100644 --- a/ext/oci8/tests/imp_res_get_dbmsoutput.phpt +++ b/ext/oci8/tests/imp_res_get_dbmsoutput.phpt @@ -1,8 +1,9 @@ --TEST-- Oracle Database 12c Implicit Result Sets: oci_get_implicit_resultset: interleaved with DBMS_OUTPUT +--EXTENSIONS-- +oci8 --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); diff --git a/ext/oci8/tests/imp_res_get_exec.phpt b/ext/oci8/tests/imp_res_get_exec.phpt index d0b9028a03a..c8961cbb4c6 100644 --- a/ext/oci8/tests/imp_res_get_exec.phpt +++ b/ext/oci8/tests/imp_res_get_exec.phpt @@ -1,8 +1,9 @@ --TEST-- Oracle Database 12c Implicit Result Sets: oci_get_implicit_resultset: Execute twice +--EXTENSIONS-- +oci8 --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); diff --git a/ext/oci8/tests/imp_res_get_none.phpt b/ext/oci8/tests/imp_res_get_none.phpt index a8d92d73269..8d268b00f1e 100644 --- a/ext/oci8/tests/imp_res_get_none.phpt +++ b/ext/oci8/tests/imp_res_get_none.phpt @@ -1,8 +1,9 @@ --TEST-- Oracle Database 12c Implicit Result Sets: oci_get_implicit_resultset: no implicit results +--EXTENSIONS-- +oci8 --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); diff --git a/ext/oci8/tests/imp_res_insert.phpt b/ext/oci8/tests/imp_res_insert.phpt index 21c7820506b..355a88520d5 100644 --- a/ext/oci8/tests/imp_res_insert.phpt +++ b/ext/oci8/tests/imp_res_insert.phpt @@ -1,8 +1,9 @@ --TEST-- Oracle Database 12c Implicit Result Sets: Commit modes +--EXTENSIONS-- +oci8 --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); diff --git a/ext/oci8/tests/imp_res_lob.phpt b/ext/oci8/tests/imp_res_lob.phpt index 66737616880..8633d78baf0 100644 --- a/ext/oci8/tests/imp_res_lob.phpt +++ b/ext/oci8/tests/imp_res_lob.phpt @@ -1,8 +1,9 @@ --TEST-- Oracle Database 12c Implicit Result Sets: LOBs +--EXTENSIONS-- +oci8 --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); diff --git a/ext/oci8/tests/imp_res_prefetch.phpt b/ext/oci8/tests/imp_res_prefetch.phpt index 6425697f7b7..1be4d2f949b 100644 --- a/ext/oci8/tests/imp_res_prefetch.phpt +++ b/ext/oci8/tests/imp_res_prefetch.phpt @@ -1,8 +1,9 @@ --TEST-- Oracle Database 12c Implicit Result Sets: basic test +--EXTENSIONS-- +oci8 --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); diff --git a/ext/oci8/tests/ini_1.phpt b/ext/oci8/tests/ini_1.phpt index 3c306a65d30..00a2b2bbd76 100644 --- a/ext/oci8/tests/ini_1.phpt +++ b/ext/oci8/tests/ini_1.phpt @@ -1,8 +1,9 @@ --TEST-- Test OCI8 php.ini settings +--EXTENSIONS-- +oci8 --SKIPIF-- = 11)) { die("skip works only with Oracle 11g or greater version of Oracle client libraries"); diff --git a/ext/oci8/tests/lob_temp2.phpt b/ext/oci8/tests/lob_temp2.phpt index 1861f3021d3..be2fcd74978 100644 --- a/ext/oci8/tests/lob_temp2.phpt +++ b/ext/oci8/tests/lob_temp2.phpt @@ -1,8 +1,9 @@ --TEST-- Writing temporary lob before binding +--EXTENSIONS-- +oci8 --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); ?> diff --git a/ext/oci8/tests/minfo.phpt b/ext/oci8/tests/minfo.phpt index 05862e89430..b0930192cae 100644 --- a/ext/oci8/tests/minfo.phpt +++ b/ext/oci8/tests/minfo.phpt @@ -1,7 +1,7 @@ --TEST-- Code coverage for PHP_MINFO_FUNCTION(oci) ---SKIPIF-- - +--EXTENSIONS-- +oci8 --FILE-- diff --git a/ext/oci8/tests/null_byte_3.phpt b/ext/oci8/tests/null_byte_3.phpt index d739cf179b5..e6bc3e91fd4 100644 --- a/ext/oci8/tests/null_byte_3.phpt +++ b/ext/oci8/tests/null_byte_3.phpt @@ -1,7 +1,7 @@ --TEST-- Null bytes in SQL statements ---SKIPIF-- - +--EXTENSIONS-- +oci8 --INI-- display_errors = On error_reporting = E_WARNING diff --git a/ext/oci8/tests/num.phpt b/ext/oci8/tests/num.phpt index 24758e1fe4c..955b3b00a2d 100644 --- a/ext/oci8/tests/num.phpt +++ b/ext/oci8/tests/num.phpt @@ -1,7 +1,7 @@ --TEST-- oci_num_*() family ---SKIPIF-- - +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --INI-- oci8.old_oci_close_semantics=1 --FILE-- diff --git a/ext/oci8/tests/old_oci_close1.phpt b/ext/oci8/tests/old_oci_close1.phpt index 7575bbad9b3..fa1cbba09e3 100644 --- a/ext/oci8/tests/old_oci_close1.phpt +++ b/ext/oci8/tests/old_oci_close1.phpt @@ -1,7 +1,7 @@ --TEST-- oci8.old_oci_close_semantics Off ---SKIPIF-- - +--EXTENSIONS-- +oci8 --INI-- oci8.old_oci_close_semantics=0 --FILE-- diff --git a/ext/oci8/tests/password.phpt b/ext/oci8/tests/password.phpt index 1e8d8c83aa1..89b9296cb15 100644 --- a/ext/oci8/tests/password.phpt +++ b/ext/oci8/tests/password.phpt @@ -1,8 +1,9 @@ --TEST-- oci_password_change() for non-persistent connections +--EXTENSIONS-- +oci8 --SKIPIF-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --INI-- oci8.privileged_connect=1 --FILE-- diff --git a/ext/oci8/tests/refcur_prefetch_1.phpt b/ext/oci8/tests/refcur_prefetch_1.phpt index c6d830506c1..0aefe4e16f3 100644 --- a/ext/oci8/tests/refcur_prefetch_1.phpt +++ b/ext/oci8/tests/refcur_prefetch_1.phpt @@ -1,9 +1,10 @@ --TEST-- Prefetch with REF cursor. Test different values for prefetch with oci_set_prefetch(). +--EXTENSIONS-- +oci8 +oci8 --SKIPIF-- -= 10))) { diff --git a/ext/oci8/tests/refcur_prefetch_2.phpt b/ext/oci8/tests/refcur_prefetch_2.phpt index de8197a5cb5..cd5c16e6af3 100644 --- a/ext/oci8/tests/refcur_prefetch_2.phpt +++ b/ext/oci8/tests/refcur_prefetch_2.phpt @@ -1,9 +1,10 @@ --TEST-- Prefetch with REF cursor. Test No 2 +--EXTENSIONS-- +oci8 +oci8 --SKIPIF-- -= 10))) { diff --git a/ext/oci8/tests/refcur_prefetch_3.phpt b/ext/oci8/tests/refcur_prefetch_3.phpt index 719f765b4f4..538e876738a 100644 --- a/ext/oci8/tests/refcur_prefetch_3.phpt +++ b/ext/oci8/tests/refcur_prefetch_3.phpt @@ -2,10 +2,11 @@ Prefetch with Nested cursors with INI setting. --INI-- oci8.default_prefetch=5 +--EXTENSIONS-- +oci8 +oci8 --SKIPIF-- -= 2) || diff --git a/ext/oci8/tests/refcur_prefetch_4.phpt b/ext/oci8/tests/refcur_prefetch_4.phpt index 64ccfbe1660..234d7401972 100644 --- a/ext/oci8/tests/refcur_prefetch_4.phpt +++ b/ext/oci8/tests/refcur_prefetch_4.phpt @@ -1,9 +1,10 @@ --TEST-- Prefetch with REF cursor. Test No 4 +--EXTENSIONS-- +oci8 +oci8 --SKIPIF-- -= 10))) { diff --git a/ext/oci8/tests/select_null.phpt b/ext/oci8/tests/select_null.phpt index a6f0c645d7f..4d9bee29008 100644 --- a/ext/oci8/tests/select_null.phpt +++ b/ext/oci8/tests/select_null.phpt @@ -1,7 +1,7 @@ --TEST-- SELECTing NULL values ---SKIPIF-- - +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --FILE-- +--EXTENSIONS-- +oci8 --INI-- oci8.ping_interval=0 --FILE-- diff --git a/ext/oci8/tests/uncommitted.phpt b/ext/oci8/tests/uncommitted.phpt index c8e8a8d5813..6b900f4e3a0 100644 --- a/ext/oci8/tests/uncommitted.phpt +++ b/ext/oci8/tests/uncommitted.phpt @@ -1,7 +1,7 @@ --TEST-- uncommitted connection ---SKIPIF-- - +--EXTENSIONS-- +oci8 --FILE-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); ?> diff --git a/ext/oci8/tests/xmltype_02.phpt b/ext/oci8/tests/xmltype_02.phpt index 962c4c56974..ed574bdff8e 100644 --- a/ext/oci8/tests/xmltype_02.phpt +++ b/ext/oci8/tests/xmltype_02.phpt @@ -1,10 +1,11 @@ --TEST-- Basic XMLType test #2 +--EXTENSIONS-- +simplexml --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); -if (!extension_loaded("simplexml")) die ("skip no simplexml extension"); ?> --FILE-- +--EXTENSIONS-- +odbc --FILE-- - --FILE-- --FILE-- diff --git a/ext/openssl/tests/bug25614.phpt b/ext/openssl/tests/bug25614.phpt index 6adc0f39c15..53210ff29bf 100644 --- a/ext/openssl/tests/bug25614.phpt +++ b/ext/openssl/tests/bug25614.phpt @@ -1,8 +1,9 @@ --TEST-- openssl: get public key from generated private key +--EXTENSIONS-- +openssl --SKIPIF-- --FILE-- diff --git a/ext/openssl/tests/bug28382.phpt b/ext/openssl/tests/bug28382.phpt index 3d8cb528ba1..1d503ec8993 100644 --- a/ext/openssl/tests/bug28382.phpt +++ b/ext/openssl/tests/bug28382.phpt @@ -1,9 +1,7 @@ --TEST-- Bug #28382 (openssl_x509_parse extensions support) ---SKIPIF-- - +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- --FILE-- diff --git a/ext/openssl/tests/bug47828.phpt b/ext/openssl/tests/bug47828.phpt index 6f7ee395f4e..00dd2092fe0 100644 --- a/ext/openssl/tests/bug47828.phpt +++ b/ext/openssl/tests/bug47828.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #47828 (segfaults when a UTF-8 conversion fails openssl_x509_parse()) ---SKIPIF-- - +--EXTENSIONS-- +openssl --FILE-- --FILE-- diff --git a/ext/openssl/tests/bug54060.phpt b/ext/openssl/tests/bug54060.phpt index 88f1f944df9..09a5efd5b7f 100644 --- a/ext/openssl/tests/bug54060.phpt +++ b/ext/openssl/tests/bug54060.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #54060 (Memory leak in openssl_encrypt) ---SKIPIF-- - +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- --FILE-- diff --git a/ext/openssl/tests/bug55259.phpt b/ext/openssl/tests/bug55259.phpt index 88e5a17ce4f..38ea985f8b5 100644 --- a/ext/openssl/tests/bug55259.phpt +++ b/ext/openssl/tests/bug55259.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #55259 (openssl extension does not get the DH parameters from DH key resource) ---SKIPIF-- - +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- --INI-- diff --git a/ext/openssl/tests/bug64802.phpt b/ext/openssl/tests/bug64802.phpt index d1065f66a7e..9d29ea5a0d0 100644 --- a/ext/openssl/tests/bug64802.phpt +++ b/ext/openssl/tests/bug64802.phpt @@ -1,8 +1,9 @@ --TEST-- Bug #64802: openssl_x509_parse fails to parse subject properly in some cases +--EXTENSIONS-- +openssl --SKIPIF-- --FILE-- diff --git a/ext/openssl/tests/bug65538_001.phpt b/ext/openssl/tests/bug65538_001.phpt index 91b1cf70fa4..c6f443627b5 100644 --- a/ext/openssl/tests/bug65538_001.phpt +++ b/ext/openssl/tests/bug65538_001.phpt @@ -1,8 +1,9 @@ --TEST-- Bug #65538: SSL context "cafile" supports stream wrappers +--EXTENSIONS-- +openssl --SKIPIF-- --FILE-- diff --git a/ext/openssl/tests/bug65538_002.phpt b/ext/openssl/tests/bug65538_002.phpt index 51d8f46f5b3..44a322c6828 100644 --- a/ext/openssl/tests/bug65538_002.phpt +++ b/ext/openssl/tests/bug65538_002.phpt @@ -1,8 +1,9 @@ --TEST-- Bug #65538: SSL context "cafile" disallows URL stream wrappers +--EXTENSIONS-- +openssl --SKIPIF-- --FILE-- diff --git a/ext/openssl/tests/bug65538_003.phpt b/ext/openssl/tests/bug65538_003.phpt index 567fcb5f1e5..3b16b7b030c 100644 --- a/ext/openssl/tests/bug65538_003.phpt +++ b/ext/openssl/tests/bug65538_003.phpt @@ -1,9 +1,10 @@ --TEST-- Bug #65538: SSL context "cafile" supports phar wrapper +--EXTENSIONS-- +openssl +phar --SKIPIF-- --INI-- diff --git a/ext/openssl/tests/bug65698.phpt b/ext/openssl/tests/bug65698.phpt index ba1efc739c4..ec30b038a62 100644 --- a/ext/openssl/tests/bug65698.phpt +++ b/ext/openssl/tests/bug65698.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #65689 (GeneralizedTime format parsing) ---SKIPIF-- - +--EXTENSIONS-- +openssl --FILE-- --FILE-- diff --git a/ext/openssl/tests/bug66501.phpt b/ext/openssl/tests/bug66501.phpt index e023ee1480e..4a7bfbf1361 100644 --- a/ext/openssl/tests/bug66501.phpt +++ b/ext/openssl/tests/bug66501.phpt @@ -1,8 +1,9 @@ --TEST-- Bug #66501: EC private key support in openssl_sign +--EXTENSIONS-- +openssl --SKIPIF-- --FILE-- diff --git a/ext/openssl/tests/bug67403.phpt b/ext/openssl/tests/bug67403.phpt index add6c09d720..a14a65880ae 100644 --- a/ext/openssl/tests/bug67403.phpt +++ b/ext/openssl/tests/bug67403.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #67403: Add signatureType to openssl_x509_parse ---SKIPIF-- - +--EXTENSIONS-- +openssl --FILE-- --FILE-- diff --git a/ext/openssl/tests/bug68879.phpt b/ext/openssl/tests/bug68879.phpt index c951a2f7151..b529b93e7f4 100644 --- a/ext/openssl/tests/bug68879.phpt +++ b/ext/openssl/tests/bug68879.phpt @@ -1,8 +1,9 @@ --TEST-- Bug #68879: Match IP address fields in subjectAltName checks +--EXTENSIONS-- +openssl --SKIPIF-- --FILE-- diff --git a/ext/openssl/tests/bug68912.phpt b/ext/openssl/tests/bug68912.phpt index 97e75df5457..7bb8c9e5032 100644 --- a/ext/openssl/tests/bug68912.phpt +++ b/ext/openssl/tests/bug68912.phpt @@ -1,8 +1,9 @@ --TEST-- Bug #68912 (Segmentation fault at openssl_spki_new) +--EXTENSIONS-- +openssl --SKIPIF-- --FILE-- diff --git a/ext/openssl/tests/bug68920.phpt b/ext/openssl/tests/bug68920.phpt index 09608b88ef5..b25dd715dbb 100644 --- a/ext/openssl/tests/bug68920.phpt +++ b/ext/openssl/tests/bug68920.phpt @@ -1,8 +1,9 @@ --TEST-- Bug #68920: peer_fingerprint input checks should be strict +--EXTENSIONS-- +openssl --SKIPIF-- --FILE-- diff --git a/ext/openssl/tests/bug69215.phpt b/ext/openssl/tests/bug69215.phpt index edd355d1841..fcae9c19a9e 100644 --- a/ext/openssl/tests/bug69215.phpt +++ b/ext/openssl/tests/bug69215.phpt @@ -1,8 +1,9 @@ --TEST-- Bug #69215: Crypto servers should send client CA list +--EXTENSIONS-- +openssl --SKIPIF-- --FILE-- diff --git a/ext/openssl/tests/bug70438.phpt b/ext/openssl/tests/bug70438.phpt index 8f19f6ac171..cda8e2282d3 100644 --- a/ext/openssl/tests/bug70438.phpt +++ b/ext/openssl/tests/bug70438.phpt @@ -1,8 +1,9 @@ --TEST-- Request #70438: Add IV parameter for openssl_seal and openssl_open +--EXTENSIONS-- +openssl --SKIPIF-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- "hello", 1 => "world"); diff --git a/ext/openssl/tests/bug72333.phpt b/ext/openssl/tests/bug72333.phpt index f57e35cd3d0..d484db77f02 100644 --- a/ext/openssl/tests/bug72333.phpt +++ b/ext/openssl/tests/bug72333.phpt @@ -1,8 +1,9 @@ --TEST-- Bug #72333: fwrite() on non-blocking SSL sockets doesn't work +--EXTENSIONS-- +openssl --SKIPIF-- --FILE-- diff --git a/ext/openssl/tests/bug72336.phpt b/ext/openssl/tests/bug72336.phpt index 1defd21dfc3..dbe211d3b58 100644 --- a/ext/openssl/tests/bug72336.phpt +++ b/ext/openssl/tests/bug72336.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #72336 (openssl_pkey_new does not fail for invalid DSA params) ---SKIPIF-- - +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- --FILE-- diff --git a/ext/openssl/tests/bug73478.phpt b/ext/openssl/tests/bug73478.phpt index 61f0faa0574..141972b0267 100644 --- a/ext/openssl/tests/bug73478.phpt +++ b/ext/openssl/tests/bug73478.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #73478: openssl_pkey_new() generates wrong pub/priv keys with Diffie Hellman ---SKIPIF-- - +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- --FILE-- diff --git a/ext/openssl/tests/bug74341.phpt b/ext/openssl/tests/bug74341.phpt index 6682b72bd1a..27269f473bf 100644 --- a/ext/openssl/tests/bug74341.phpt +++ b/ext/openssl/tests/bug74341.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #74341 (openssl_x509_parse fails to parse ASN.1 UTCTime without seconds) ---SKIPIF-- - +--EXTENSIONS-- +openssl --FILE-- --FILE-- diff --git a/ext/openssl/tests/bug74651.phpt b/ext/openssl/tests/bug74651.phpt index 96c06231b28..d2a9447f9ab 100644 --- a/ext/openssl/tests/bug74651.phpt +++ b/ext/openssl/tests/bug74651.phpt @@ -1,9 +1,7 @@ --TEST-- Bug #74651: negative-size-param (-1) in memcpy in zif_openssl_seal() ---SKIPIF-- - +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- peer_fingerprint in stream_context_create() +--EXTENSIONS-- +openssl --SKIPIF-- --FILE-- diff --git a/ext/openssl/tests/bug77390.phpt b/ext/openssl/tests/bug77390.phpt index 99ba43e50b6..b45910b7664 100644 --- a/ext/openssl/tests/bug77390.phpt +++ b/ext/openssl/tests/bug77390.phpt @@ -1,8 +1,9 @@ --TEST-- Bug #76705: feof might hang on TLS streams in case of fragmented TLS records +--EXTENSIONS-- +openssl --SKIPIF-- --FILE-- diff --git a/ext/openssl/tests/bug78391.phpt b/ext/openssl/tests/bug78391.phpt index 362754e54f6..87e95b3b949 100644 --- a/ext/openssl/tests/bug78391.phpt +++ b/ext/openssl/tests/bug78391.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #78391: Assertion failure in openssl_random_pseudo_bytes ---SKIPIF-- - +--EXTENSIONS-- +openssl --FILE-- --FILE-- diff --git a/ext/openssl/tests/bug80747.phpt b/ext/openssl/tests/bug80747.phpt index 327c9166884..6f81dfd044f 100644 --- a/ext/openssl/tests/bug80747.phpt +++ b/ext/openssl/tests/bug80747.phpt @@ -1,9 +1,10 @@ --TEST-- Bug #80747: Providing RSA key size < 512 generates key that crash PHP --FILE-- +--EXTENSIONS-- +openssl --SKIPIF-- = v1.1.0 required"); ?> --FILE-- diff --git a/ext/openssl/tests/capture_peer_cert_001.phpt b/ext/openssl/tests/capture_peer_cert_001.phpt index dab4eba4fb2..dc1e2caa6a9 100644 --- a/ext/openssl/tests/capture_peer_cert_001.phpt +++ b/ext/openssl/tests/capture_peer_cert_001.phpt @@ -1,8 +1,9 @@ --TEST-- capture_peer_cert context captures on verify failure +--EXTENSIONS-- +openssl --SKIPIF-- --FILE-- diff --git a/ext/openssl/tests/cve-2013-6420.phpt b/ext/openssl/tests/cve-2013-6420.phpt index 0abf9f1c516..d47f4f76cf7 100644 --- a/ext/openssl/tests/cve-2013-6420.phpt +++ b/ext/openssl/tests/cve-2013-6420.phpt @@ -1,7 +1,7 @@ --TEST-- CVE-2013-6420 ---SKIPIF-- - +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- diff --git a/ext/openssl/tests/openssl_decrypt_error.phpt b/ext/openssl/tests/openssl_decrypt_error.phpt index 7564b878ec2..8fe8ea8c10b 100644 --- a/ext/openssl/tests/openssl_decrypt_error.phpt +++ b/ext/openssl/tests/openssl_decrypt_error.phpt @@ -1,7 +1,7 @@ --TEST-- openssl_decrypt() error tests ---SKIPIF-- - +--EXTENSIONS-- +openssl --FILE-- diff --git a/ext/openssl/tests/openssl_decrypt_ocb.phpt b/ext/openssl/tests/openssl_decrypt_ocb.phpt index 52b5d03c7de..c050f461e40 100644 --- a/ext/openssl/tests/openssl_decrypt_ocb.phpt +++ b/ext/openssl/tests/openssl_decrypt_ocb.phpt @@ -1,9 +1,9 @@ --TEST-- openssl_decrypt() with OCB cipher algorithm tests +--EXTENSIONS-- +openssl --SKIPIF-- diff --git a/ext/openssl/tests/openssl_digest_basic.phpt b/ext/openssl/tests/openssl_digest_basic.phpt index a924c06877d..9ce872b7358 100644 --- a/ext/openssl/tests/openssl_digest_basic.phpt +++ b/ext/openssl/tests/openssl_digest_basic.phpt @@ -1,7 +1,7 @@ --TEST-- openssl_digest() basic test ---SKIPIF-- - +--EXTENSIONS-- +openssl --FILE-- diff --git a/ext/openssl/tests/openssl_encrypt_crash.phpt b/ext/openssl/tests/openssl_encrypt_crash.phpt index cf2d7f823ad..e968c366541 100644 --- a/ext/openssl/tests/openssl_encrypt_crash.phpt +++ b/ext/openssl/tests/openssl_encrypt_crash.phpt @@ -1,7 +1,7 @@ --TEST-- openssl_encrypt() crash with old OpenSSL ---SKIPIF-- - +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- diff --git a/ext/openssl/tests/openssl_encrypt_ocb.phpt b/ext/openssl/tests/openssl_encrypt_ocb.phpt index 57106f7855f..deaab7b6ad0 100644 --- a/ext/openssl/tests/openssl_encrypt_ocb.phpt +++ b/ext/openssl/tests/openssl_encrypt_ocb.phpt @@ -1,9 +1,9 @@ --TEST-- openssl_encrypt() with OCB cipher algorithm tests +--EXTENSIONS-- +openssl --SKIPIF-- diff --git a/ext/openssl/tests/openssl_error_string_basic.phpt b/ext/openssl/tests/openssl_error_string_basic.phpt index b55b7ced449..73c7ecde4d8 100644 --- a/ext/openssl/tests/openssl_error_string_basic.phpt +++ b/ext/openssl/tests/openssl_error_string_basic.phpt @@ -1,7 +1,7 @@ --TEST-- openssl_error_string() tests ---SKIPIF-- - +--EXTENSIONS-- +openssl --FILE-- - @phpsp - sao paulo - br +--EXTENSIONS-- +openssl --SKIPIF-- diff --git a/ext/openssl/tests/openssl_get_cert_locations_basic.phpt b/ext/openssl/tests/openssl_get_cert_locations_basic.phpt index b3992d0a696..b9d273e5119 100644 --- a/ext/openssl/tests/openssl_get_cert_locations_basic.phpt +++ b/ext/openssl/tests/openssl_get_cert_locations_basic.phpt @@ -1,7 +1,7 @@ --TEST-- openssl_get_cert_locations() tests ---SKIPIF-- - +--EXTENSIONS-- +openssl --FILE-- ---SKIPIF-- - +--EXTENSIONS-- +openssl --FILE-- ---SKIPIF-- - +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- --FILE-- diff --git a/ext/openssl/tests/openssl_pkcs12_export_basic.phpt b/ext/openssl/tests/openssl_pkcs12_export_basic.phpt index 03947f3a497..458f365fc14 100644 --- a/ext/openssl/tests/openssl_pkcs12_export_basic.phpt +++ b/ext/openssl/tests/openssl_pkcs12_export_basic.phpt @@ -1,7 +1,7 @@ --TEST-- openssl_pkcs12_export() tests ---SKIPIF-- - +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- diff --git a/ext/openssl/tests/openssl_pkey_get_details_basic.phpt b/ext/openssl/tests/openssl_pkey_get_details_basic.phpt index 47147436ddc..13ca00d0387 100644 --- a/ext/openssl/tests/openssl_pkey_get_details_basic.phpt +++ b/ext/openssl/tests/openssl_pkey_get_details_basic.phpt @@ -1,8 +1,9 @@ --TEST-- openssl_pkey_get_details() with EC key +--EXTENSIONS-- +openssl --SKIPIF-- --FILE-- diff --git a/ext/openssl/tests/openssl_pkey_new_basic.phpt b/ext/openssl/tests/openssl_pkey_new_basic.phpt index b2c37f6a87c..f790734297c 100644 --- a/ext/openssl/tests/openssl_pkey_new_basic.phpt +++ b/ext/openssl/tests/openssl_pkey_new_basic.phpt @@ -1,7 +1,7 @@ --TEST-- openssl_pkey_new() basic usage tests ---SKIPIF-- - +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- --FILE-- diff --git a/ext/openssl/tests/openssl_spki_export_challenge_basic.phpt b/ext/openssl/tests/openssl_spki_export_challenge_basic.phpt index f44e60ec62e..dea87729426 100644 --- a/ext/openssl/tests/openssl_spki_export_challenge_basic.phpt +++ b/ext/openssl/tests/openssl_spki_export_challenge_basic.phpt @@ -2,9 +2,10 @@ openssl_spki_export_challenge() tests for exporting challenge --INI-- error_reporting=0 +--EXTENSIONS-- +openssl --SKIPIF-- --FILE-- diff --git a/ext/openssl/tests/openssl_spki_new_basic.phpt b/ext/openssl/tests/openssl_spki_new_basic.phpt index cb54747fe06..277bff2d1b6 100644 --- a/ext/openssl/tests/openssl_spki_new_basic.phpt +++ b/ext/openssl/tests/openssl_spki_new_basic.phpt @@ -1,9 +1,7 @@ --TEST-- openssl_spki_new() test for creating SPKI string ---SKIPIF-- - +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --SKIPIF-- - --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- +--EXTENSIONS-- +openssl --FILE-- --FILE-- diff --git a/ext/openssl/tests/san_peer_matching.phpt b/ext/openssl/tests/san_peer_matching.phpt index 1b6aa80ecf7..cc828fe004b 100644 --- a/ext/openssl/tests/san_peer_matching.phpt +++ b/ext/openssl/tests/san_peer_matching.phpt @@ -1,8 +1,9 @@ --TEST-- Peer verification matches SAN names +--EXTENSIONS-- +openssl --SKIPIF-- --FILE-- diff --git a/ext/openssl/tests/session_meta_capture.phpt b/ext/openssl/tests/session_meta_capture.phpt index 58b48e9c593..e7019034f66 100644 --- a/ext/openssl/tests/session_meta_capture.phpt +++ b/ext/openssl/tests/session_meta_capture.phpt @@ -1,8 +1,9 @@ --TEST-- Capture SSL session meta array in stream context +--EXTENSIONS-- +openssl --SKIPIF-- --FILE-- diff --git a/ext/openssl/tests/session_meta_capture_tlsv13.phpt b/ext/openssl/tests/session_meta_capture_tlsv13.phpt index 717f832049c..e07fb8c24e4 100644 --- a/ext/openssl/tests/session_meta_capture_tlsv13.phpt +++ b/ext/openssl/tests/session_meta_capture_tlsv13.phpt @@ -1,8 +1,9 @@ --TEST-- Capture SSL session meta array in stream context for TLSv1.3 +--EXTENSIONS-- +openssl --SKIPIF-- diff --git a/ext/openssl/tests/sni_server.phpt b/ext/openssl/tests/sni_server.phpt index 76ea4f7325a..cb3b3d77168 100644 --- a/ext/openssl/tests/sni_server.phpt +++ b/ext/openssl/tests/sni_server.phpt @@ -1,8 +1,9 @@ --TEST-- sni_server +--EXTENSIONS-- +openssl --SKIPIF-- --FILE-- diff --git a/ext/openssl/tests/sni_server_key_cert.phpt b/ext/openssl/tests/sni_server_key_cert.phpt index 77a9d39f44d..2d0ef8c1944 100644 --- a/ext/openssl/tests/sni_server_key_cert.phpt +++ b/ext/openssl/tests/sni_server_key_cert.phpt @@ -1,8 +1,9 @@ --TEST-- sni_server with separate pk and cert +--EXTENSIONS-- +openssl --SKIPIF-- --FILE-- diff --git a/ext/openssl/tests/stream_crypto_flags_001.phpt b/ext/openssl/tests/stream_crypto_flags_001.phpt index acd97110ff4..bb8806e1588 100644 --- a/ext/openssl/tests/stream_crypto_flags_001.phpt +++ b/ext/openssl/tests/stream_crypto_flags_001.phpt @@ -1,8 +1,9 @@ --TEST-- Basic bitwise stream crypto context flag assignment +--EXTENSIONS-- +openssl --SKIPIF-- --FILE-- diff --git a/ext/openssl/tests/stream_crypto_flags_002.phpt b/ext/openssl/tests/stream_crypto_flags_002.phpt index 15b1ec2cfc3..cbc287bb6b3 100644 --- a/ext/openssl/tests/stream_crypto_flags_002.phpt +++ b/ext/openssl/tests/stream_crypto_flags_002.phpt @@ -1,8 +1,9 @@ --TEST-- TLSv1.1 and TLSv1.2 bitwise stream crypto flag assignment +--EXTENSIONS-- +openssl --SKIPIF-- --FILE-- diff --git a/ext/openssl/tests/stream_crypto_flags_003.phpt b/ext/openssl/tests/stream_crypto_flags_003.phpt index 35f83f22dda..99fad900d83 100644 --- a/ext/openssl/tests/stream_crypto_flags_003.phpt +++ b/ext/openssl/tests/stream_crypto_flags_003.phpt @@ -1,8 +1,9 @@ --TEST-- Server bitwise stream crypto flag assignment +--EXTENSIONS-- +openssl --SKIPIF-- diff --git a/ext/openssl/tests/stream_crypto_flags_004.phpt b/ext/openssl/tests/stream_crypto_flags_004.phpt index d9bfcfea3f9..c0793538601 100644 --- a/ext/openssl/tests/stream_crypto_flags_004.phpt +++ b/ext/openssl/tests/stream_crypto_flags_004.phpt @@ -1,8 +1,9 @@ --TEST-- Specific protocol method specification +--EXTENSIONS-- +openssl --SKIPIF-- --FILE-- diff --git a/ext/openssl/tests/stream_security_level.phpt b/ext/openssl/tests/stream_security_level.phpt index 44ba4c6d578..9454e3c47a7 100644 --- a/ext/openssl/tests/stream_security_level.phpt +++ b/ext/openssl/tests/stream_security_level.phpt @@ -1,8 +1,9 @@ --TEST-- security_level setting to prohibit cert +--EXTENSIONS-- +openssl --SKIPIF-- = v1.1.0 required"); if (!function_exists("proc_open")) die("skip no proc_open"); ?> diff --git a/ext/openssl/tests/stream_server_reneg_limit.phpt b/ext/openssl/tests/stream_server_reneg_limit.phpt index 999e50c780c..d661e9dc423 100644 --- a/ext/openssl/tests/stream_server_reneg_limit.phpt +++ b/ext/openssl/tests/stream_server_reneg_limit.phpt @@ -1,8 +1,9 @@ --TEST-- TLS server rate-limits client-initiated renegotiation +--EXTENSIONS-- +openssl --SKIPIF-- 0) die("skip couldn't locate openssl binary"); diff --git a/ext/openssl/tests/stream_verify_peer_name_001.phpt b/ext/openssl/tests/stream_verify_peer_name_001.phpt index 4863a8cbf4f..804aa49c0ff 100644 --- a/ext/openssl/tests/stream_verify_peer_name_001.phpt +++ b/ext/openssl/tests/stream_verify_peer_name_001.phpt @@ -1,8 +1,9 @@ --TEST-- Verify host name by default in client transfers +--EXTENSIONS-- +openssl --SKIPIF-- --FILE-- diff --git a/ext/openssl/tests/stream_verify_peer_name_002.phpt b/ext/openssl/tests/stream_verify_peer_name_002.phpt index 3aa9fc75832..a18ddd69111 100644 --- a/ext/openssl/tests/stream_verify_peer_name_002.phpt +++ b/ext/openssl/tests/stream_verify_peer_name_002.phpt @@ -1,8 +1,9 @@ --TEST-- Allow host name mismatch when "verify_host" disabled +--EXTENSIONS-- +openssl --SKIPIF-- --FILE-- diff --git a/ext/openssl/tests/stream_verify_peer_name_003.phpt b/ext/openssl/tests/stream_verify_peer_name_003.phpt index a87b161b6a3..835e55eec06 100644 --- a/ext/openssl/tests/stream_verify_peer_name_003.phpt +++ b/ext/openssl/tests/stream_verify_peer_name_003.phpt @@ -1,8 +1,9 @@ --TEST-- Host name mismatch triggers error +--EXTENSIONS-- +openssl --SKIPIF-- --FILE-- diff --git a/ext/openssl/tests/streams_crypto_method.phpt b/ext/openssl/tests/streams_crypto_method.phpt index 15ac171ea1b..92654c877c5 100644 --- a/ext/openssl/tests/streams_crypto_method.phpt +++ b/ext/openssl/tests/streams_crypto_method.phpt @@ -1,8 +1,9 @@ --TEST-- Specific crypto method for ssl:// transports. +--EXTENSIONS-- +openssl --SKIPIF-- --FILE-- diff --git a/ext/openssl/tests/tls_min_v1.0_max_v1.1_wrapper.phpt b/ext/openssl/tests/tls_min_v1.0_max_v1.1_wrapper.phpt index ac31192da4b..55c14c64bc8 100644 --- a/ext/openssl/tests/tls_min_v1.0_max_v1.1_wrapper.phpt +++ b/ext/openssl/tests/tls_min_v1.0_max_v1.1_wrapper.phpt @@ -1,8 +1,9 @@ --TEST-- tls stream wrapper with min version 1.0 and max version 1.1 +--EXTENSIONS-- +openssl --SKIPIF-- --FILE-- diff --git a/ext/openssl/tests/tls_wrapper.phpt b/ext/openssl/tests/tls_wrapper.phpt index d79e978c101..8cb5279dd5c 100644 --- a/ext/openssl/tests/tls_wrapper.phpt +++ b/ext/openssl/tests/tls_wrapper.phpt @@ -1,8 +1,9 @@ --TEST-- tls stream wrapper +--EXTENSIONS-- +openssl --SKIPIF-- diff --git a/ext/openssl/tests/tls_wrapper_with_tls_v1.3.phpt b/ext/openssl/tests/tls_wrapper_with_tls_v1.3.phpt index b419179b3f6..b1ae724f08f 100644 --- a/ext/openssl/tests/tls_wrapper_with_tls_v1.3.phpt +++ b/ext/openssl/tests/tls_wrapper_with_tls_v1.3.phpt @@ -1,8 +1,9 @@ --TEST-- tls stream wrapper when TLS 1.3 available +--EXTENSIONS-- +openssl --SKIPIF-- diff --git a/ext/openssl/tests/tlsv1.0_wrapper.phpt b/ext/openssl/tests/tlsv1.0_wrapper.phpt index adbe7b63080..0cf8bb48663 100644 --- a/ext/openssl/tests/tlsv1.0_wrapper.phpt +++ b/ext/openssl/tests/tlsv1.0_wrapper.phpt @@ -1,8 +1,9 @@ --TEST-- tlsv1.0 stream wrapper +--EXTENSIONS-- +openssl --SKIPIF-- --FILE-- diff --git a/ext/openssl/tests/tlsv1.1_wrapper.phpt b/ext/openssl/tests/tlsv1.1_wrapper.phpt index c1aaa04919e..fe010626e90 100644 --- a/ext/openssl/tests/tlsv1.1_wrapper.phpt +++ b/ext/openssl/tests/tlsv1.1_wrapper.phpt @@ -1,8 +1,9 @@ --TEST-- tlsv1.1 stream wrapper +--EXTENSIONS-- +openssl --SKIPIF-- --FILE-- diff --git a/ext/openssl/tests/tlsv1.2_wrapper.phpt b/ext/openssl/tests/tlsv1.2_wrapper.phpt index 3a67fe31550..b0b2c28c483 100644 --- a/ext/openssl/tests/tlsv1.2_wrapper.phpt +++ b/ext/openssl/tests/tlsv1.2_wrapper.phpt @@ -1,8 +1,9 @@ --TEST-- tlsv1.2 stream wrapper +--EXTENSIONS-- +openssl --SKIPIF-- --FILE-- diff --git a/ext/openssl/tests/tlsv1.3_wrapper.phpt b/ext/openssl/tests/tlsv1.3_wrapper.phpt index 5c965b5a12b..9b04a2ef002 100644 --- a/ext/openssl/tests/tlsv1.3_wrapper.phpt +++ b/ext/openssl/tests/tlsv1.3_wrapper.phpt @@ -1,8 +1,9 @@ --TEST-- tlsv1.3 stream wrapper +--EXTENSIONS-- +openssl --SKIPIF-- diff --git a/ext/pcntl/tests/001.phpt b/ext/pcntl/tests/001.phpt index 16601cdb51c..83e9ac590a7 100644 --- a/ext/pcntl/tests/001.phpt +++ b/ext/pcntl/tests/001.phpt @@ -1,12 +1,13 @@ --TEST-- Test pcntl wait functionality +--EXTENSIONS-- +pcntl +posix --SKIPIF-- --FILE-- --FILE-- --FILE-- +--EXTENSIONS-- +pcntl +posix --FILE-- --FILE-- diff --git a/ext/pcntl/tests/bug47566.phpt b/ext/pcntl/tests/bug47566.phpt index 6eb3dbc1341..0cc2b7aac4d 100644 --- a/ext/pcntl/tests/bug47566.phpt +++ b/ext/pcntl/tests/bug47566.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #47566 (return value of pcntl_wexitstatus()) ---SKIPIF-- - +--EXTENSIONS-- +pcntl --FILE-- +--EXTENSIONS-- +pcntl --FILE-- +--EXTENSIONS-- +pcntl +posix --FILE-- --FILE-- diff --git a/ext/pcntl/tests/pcntl_exec_2.phpt b/ext/pcntl/tests/pcntl_exec_2.phpt index 18a3a6bc241..35b7f36c453 100644 --- a/ext/pcntl/tests/pcntl_exec_2.phpt +++ b/ext/pcntl/tests/pcntl_exec_2.phpt @@ -1,9 +1,10 @@ --TEST-- pcntl_exec() 2 +--EXTENSIONS-- +pcntl --SKIPIF-- diff --git a/ext/pcntl/tests/pcntl_exec_3.phpt b/ext/pcntl/tests/pcntl_exec_3.phpt index 7d7f6b5271b..45e4516b1c4 100644 --- a/ext/pcntl/tests/pcntl_exec_3.phpt +++ b/ext/pcntl/tests/pcntl_exec_3.phpt @@ -1,7 +1,7 @@ --TEST-- pcntl_exec() 3 ---SKIPIF-- - +--EXTENSIONS-- +pcntl --FILE-- +--EXTENSIONS-- +pcntl +posix --FILE-- +--EXTENSIONS-- +pcntl +posix --FILE-- +--EXTENSIONS-- +pcntl --FILE-- diff --git a/ext/pcntl/tests/pcntl_getpriority_error.phpt b/ext/pcntl/tests/pcntl_getpriority_error.phpt index cf2a17a6f3f..4339e0ebf48 100644 --- a/ext/pcntl/tests/pcntl_getpriority_error.phpt +++ b/ext/pcntl/tests/pcntl_getpriority_error.phpt @@ -1,10 +1,10 @@ --TEST-- pcntl_getpriority() - Wrong process identifier +--EXTENSIONS-- +pcntl --SKIPIF-- - - --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- - +--EXTENSIONS-- +pcntl +posix --FILE-- +--EXTENSIONS-- +pcntl +posix --FILE-- - +--EXTENSIONS-- +pcntl +posix --FILE-- --FILE-- diff --git a/ext/pcntl/tests/pcntl_wait.phpt b/ext/pcntl/tests/pcntl_wait.phpt index 5616d5b9c02..d9d0571fd34 100644 --- a/ext/pcntl/tests/pcntl_wait.phpt +++ b/ext/pcntl/tests/pcntl_wait.phpt @@ -1,8 +1,8 @@ --TEST-- pcntl_wait() ---SKIPIF-- - - +--EXTENSIONS-- +pcntl +posix --FILE-- - +--EXTENSIONS-- +pcntl +posix --FILE-- - +--EXTENSIONS-- +pcntl +posix --FILE-- +--EXTENSIONS-- +pcntl +posix --FILE-- +--EXTENSIONS-- +filter --FILE-- +--EXTENSIONS-- +pcntl --FILE-- setAttribute(PDO::STATEMENT_ATTR_CLASS, NULL)) +--EXTENSIONS-- +pdo --SKIPIF-- query() parameter parsing/checking needs an update) +--EXTENSIONS-- +pdo --SKIPIF-- +--EXTENSIONS-- +pdo_sqlite --FILE-- execute() fails but does not throw an exception) +--EXTENSIONS-- +pdo --SKIPIF-- +--EXTENSIONS-- +pdo --FILE-- +--EXTENSIONS-- +pdo_sqlite --FILE-- +--EXTENSIONS-- +pdo --FILE-- +--EXTENSIONS-- +pdo --FILE-- ---SKIPIF-- - +--EXTENSIONS-- +pdo --FILE-- +--EXTENSIONS-- +pdo --FILE-- --FILE-- diff --git a/ext/pdo_dblib/tests/bug_45876.phpt b/ext/pdo_dblib/tests/bug_45876.phpt index fb5359f1ee0..93f27ff3abe 100644 --- a/ext/pdo_dblib/tests/bug_45876.phpt +++ b/ext/pdo_dblib/tests/bug_45876.phpt @@ -1,8 +1,9 @@ --TEST-- PDO_DBLIB: Does not support get column meta +--EXTENSIONS-- +pdo_dblib --SKIPIF-- --FILE-- diff --git a/ext/pdo_dblib/tests/bug_47588.phpt b/ext/pdo_dblib/tests/bug_47588.phpt index 26ea25c66e1..dcfd7286c36 100644 --- a/ext/pdo_dblib/tests/bug_47588.phpt +++ b/ext/pdo_dblib/tests/bug_47588.phpt @@ -1,8 +1,9 @@ --TEST-- PDO_DBLIB: Quoted field names +--EXTENSIONS-- +pdo_dblib --SKIPIF-- --FILE-- diff --git a/ext/pdo_dblib/tests/bug_50755.phpt b/ext/pdo_dblib/tests/bug_50755.phpt index 17ce3a1214d..3e262249d06 100644 --- a/ext/pdo_dblib/tests/bug_50755.phpt +++ b/ext/pdo_dblib/tests/bug_50755.phpt @@ -1,8 +1,9 @@ --TEST-- PDO_DBLIB: Out of memory on large recordsets +--EXTENSIONS-- +pdo_dblib --SKIPIF-- --FILE-- diff --git a/ext/pdo_dblib/tests/bug_54648.phpt b/ext/pdo_dblib/tests/bug_54648.phpt index 568f6a7e838..b88e4ad9c52 100644 --- a/ext/pdo_dblib/tests/bug_54648.phpt +++ b/ext/pdo_dblib/tests/bug_54648.phpt @@ -1,8 +1,9 @@ --TEST-- PDO_DBLIB: Does not force correct dateformat +--EXTENSIONS-- +pdo_dblib --SKIPIF-- --FILE-- diff --git a/ext/pdo_dblib/tests/bug_67130.phpt b/ext/pdo_dblib/tests/bug_67130.phpt index a1aeaecc230..936f5229567 100644 --- a/ext/pdo_dblib/tests/bug_67130.phpt +++ b/ext/pdo_dblib/tests/bug_67130.phpt @@ -1,8 +1,9 @@ --TEST-- PDO_DBLIB: \PDOStatement::nextRowset() should succeed when all rows in current rowset haven't been fetched +--EXTENSIONS-- +pdo_dblib --SKIPIF-- --FILE-- diff --git a/ext/pdo_dblib/tests/bug_68957.phpt b/ext/pdo_dblib/tests/bug_68957.phpt index 19e721f405a..a7d30eb4938 100644 --- a/ext/pdo_dblib/tests/bug_68957.phpt +++ b/ext/pdo_dblib/tests/bug_68957.phpt @@ -1,8 +1,9 @@ --TEST-- PDO_DBLIB bug #68957 PDO::query doesn't support several queries +--EXTENSIONS-- +pdo_dblib --SKIPIF-- --FILE-- diff --git a/ext/pdo_dblib/tests/bug_69592.phpt b/ext/pdo_dblib/tests/bug_69592.phpt index 42c12ef2bb6..75dedf8a77d 100644 --- a/ext/pdo_dblib/tests/bug_69592.phpt +++ b/ext/pdo_dblib/tests/bug_69592.phpt @@ -1,8 +1,9 @@ --TEST-- PDO_DBLIB: PDO::DBLIB_ATTR_SKIP_EMPTY_ROWSETS for skip junk resultsets on SET NOCOUNT expression +--EXTENSIONS-- +pdo_dblib --SKIPIF-- --FILE-- diff --git a/ext/pdo_dblib/tests/bug_69757.phpt b/ext/pdo_dblib/tests/bug_69757.phpt index 611f41bec1e..a9331fa110b 100644 --- a/ext/pdo_dblib/tests/bug_69757.phpt +++ b/ext/pdo_dblib/tests/bug_69757.phpt @@ -1,8 +1,9 @@ --TEST-- PDO_DBLIB: Segmentation fault on pdo_dblib::nextRowset +--EXTENSIONS-- +pdo_dblib --SKIPIF-- --FILE-- diff --git a/ext/pdo_dblib/tests/bug_71667.phpt b/ext/pdo_dblib/tests/bug_71667.phpt index 3c1a817808b..4aa7d9ddbe5 100644 --- a/ext/pdo_dblib/tests/bug_71667.phpt +++ b/ext/pdo_dblib/tests/bug_71667.phpt @@ -1,8 +1,9 @@ --TEST-- PDO_DBLIB: Emulate how mssql extension names "computed" columns +--EXTENSIONS-- +pdo_dblib --SKIPIF-- --FILE-- diff --git a/ext/pdo_dblib/tests/bug_73396.phpt b/ext/pdo_dblib/tests/bug_73396.phpt index 4ef77d8c9f9..1bd439782ff 100644 --- a/ext/pdo_dblib/tests/bug_73396.phpt +++ b/ext/pdo_dblib/tests/bug_73396.phpt @@ -1,8 +1,9 @@ --TEST-- PDO_DBLIB: bigint columns are returned as strings +--EXTENSIONS-- +pdo_dblib --SKIPIF-- getAttribute(PDO::DBLIB_ATTR_TDS_VERSION), ['4.2', '4.6', '5.0', '6.0', '7.0'])) die('skip bigint type is unsupported by active TDS version'); ?> diff --git a/ext/pdo_dblib/tests/common.phpt b/ext/pdo_dblib/tests/common.phpt index 1f45b44a748..293597b623e 100644 --- a/ext/pdo_dblib/tests/common.phpt +++ b/ext/pdo_dblib/tests/common.phpt @@ -1,9 +1,7 @@ --TEST-- DBLIB ---SKIPIF-- - +--EXTENSIONS-- +pdo_dblib --REDIRECTTEST-- # magic auto-configuration diff --git a/ext/pdo_dblib/tests/datetime2.phpt b/ext/pdo_dblib/tests/datetime2.phpt index becf1b0a8fd..9ee39b09ac7 100644 --- a/ext/pdo_dblib/tests/datetime2.phpt +++ b/ext/pdo_dblib/tests/datetime2.phpt @@ -1,8 +1,9 @@ --TEST-- PDO_DBLIB: DATETIME2 column data +--EXTENSIONS-- +pdo_dblib --SKIPIF-- getAttribute(PDO::DBLIB_ATTR_TDS_VERSION), ['4.2', '4.6', '5.0', '6.0', '7.0', '7.1', '7.2'])) die('skip feature unsupported by this TDS version'); ?> diff --git a/ext/pdo_dblib/tests/datetime_convert.phpt b/ext/pdo_dblib/tests/datetime_convert.phpt index 13f7db2f0b0..a025dc460ad 100644 --- a/ext/pdo_dblib/tests/datetime_convert.phpt +++ b/ext/pdo_dblib/tests/datetime_convert.phpt @@ -1,8 +1,9 @@ --TEST-- PDO_DBLIB: PDO::DBLIB_ATTR_DATETIME_CONVERT +--EXTENSIONS-- +pdo_dblib --SKIPIF-- --FILE-- diff --git a/ext/pdo_dblib/tests/dbtds.phpt b/ext/pdo_dblib/tests/dbtds.phpt index 1f3f35ff30c..cec305e276a 100644 --- a/ext/pdo_dblib/tests/dbtds.phpt +++ b/ext/pdo_dblib/tests/dbtds.phpt @@ -1,8 +1,9 @@ --TEST-- PDO_DBLIB: \PDO::DBLIB_ATTR_TDS_VERSION exposes a string or false +--EXTENSIONS-- +pdo_dblib --SKIPIF-- --FILE-- diff --git a/ext/pdo_dblib/tests/dbversion.phpt b/ext/pdo_dblib/tests/dbversion.phpt index 7575d5c45b0..53c2bb6c006 100644 --- a/ext/pdo_dblib/tests/dbversion.phpt +++ b/ext/pdo_dblib/tests/dbversion.phpt @@ -1,8 +1,9 @@ --TEST-- PDO_DBLIB: \PDO::DBLIB_ATTR_VERSION exposes a string +--EXTENSIONS-- +pdo_dblib --SKIPIF-- --FILE-- diff --git a/ext/pdo_dblib/tests/pdo_dblib_param_str_natl.phpt b/ext/pdo_dblib/tests/pdo_dblib_param_str_natl.phpt index 3c5e721a114..172649419a2 100644 --- a/ext/pdo_dblib/tests/pdo_dblib_param_str_natl.phpt +++ b/ext/pdo_dblib/tests/pdo_dblib_param_str_natl.phpt @@ -1,8 +1,9 @@ --TEST-- PDO_DBLIB: national character set values are quoted correctly in queries +--EXTENSIONS-- +pdo_dblib --SKIPIF-- --FILE-- diff --git a/ext/pdo_dblib/tests/pdo_dblib_quote.phpt b/ext/pdo_dblib/tests/pdo_dblib_quote.phpt index 582c54c5d22..1855841d4a4 100644 --- a/ext/pdo_dblib/tests/pdo_dblib_quote.phpt +++ b/ext/pdo_dblib/tests/pdo_dblib_quote.phpt @@ -1,8 +1,9 @@ --TEST-- PDO_DBLIB: Ensure quote function returns expected results +--EXTENSIONS-- +pdo_dblib --SKIPIF-- --FILE-- diff --git a/ext/pdo_dblib/tests/stringify_uniqueidentifier.phpt b/ext/pdo_dblib/tests/stringify_uniqueidentifier.phpt index 627efed1686..f83a9e643f1 100644 --- a/ext/pdo_dblib/tests/stringify_uniqueidentifier.phpt +++ b/ext/pdo_dblib/tests/stringify_uniqueidentifier.phpt @@ -1,8 +1,9 @@ --TEST-- PDO_DBLIB: Uniqueidentifier column data type stringifying +--EXTENSIONS-- +pdo_dblib --SKIPIF-- getAttribute(PDO::DBLIB_ATTR_TDS_VERSION), ['4.2', '4.6'])) die('skip feature unsupported by this TDS version'); ?> diff --git a/ext/pdo_dblib/tests/timeout.phpt b/ext/pdo_dblib/tests/timeout.phpt index 0ef227a88b9..61426bd6e7c 100644 --- a/ext/pdo_dblib/tests/timeout.phpt +++ b/ext/pdo_dblib/tests/timeout.phpt @@ -1,8 +1,9 @@ --TEST-- PDO_DBLIB: Set query timeouts +--EXTENSIONS-- +pdo_dblib --SKIPIF-- diff --git a/ext/pdo_dblib/tests/types.phpt b/ext/pdo_dblib/tests/types.phpt index a6e34ac10bc..951e3b3e59a 100644 --- a/ext/pdo_dblib/tests/types.phpt +++ b/ext/pdo_dblib/tests/types.phpt @@ -1,8 +1,9 @@ --TEST-- PDO_DBLIB: Column data types, with or without stringifying +--EXTENSIONS-- +pdo_dblib --SKIPIF-- --FILE-- diff --git a/ext/pdo_firebird/tests/common.phpt b/ext/pdo_firebird/tests/common.phpt index 4dc3c0b24e4..f081d3c3d9a 100644 --- a/ext/pdo_firebird/tests/common.phpt +++ b/ext/pdo_firebird/tests/common.phpt @@ -1,8 +1,10 @@ --TEST-- FIREBIRD +--EXTENSIONS-- +pdo_firebird --SKIPIF-- +?> --REDIRECTTEST-- # magic auto-configuration diff --git a/ext/pdo_firebird/tests/payload_test.phpt b/ext/pdo_firebird/tests/payload_test.phpt index 6672079153f..0638e47e7e1 100644 --- a/ext/pdo_firebird/tests/payload_test.phpt +++ b/ext/pdo_firebird/tests/payload_test.phpt @@ -1,10 +1,8 @@ --TEST-- FB payload server satisfies connection attempt ---SKIPIF-- - +--EXTENSIONS-- +pdo_firebird +sockets --ENV-- LSAN_OPTIONS=detect_leaks=0 --FILE-- diff --git a/ext/pdo_mysql/tests/bug_64705.phpt b/ext/pdo_mysql/tests/bug_64705.phpt index 53e79757df2..ac94c56d1f3 100644 --- a/ext/pdo_mysql/tests/bug_64705.phpt +++ b/ext/pdo_mysql/tests/bug_64705.phpt @@ -1,9 +1,7 @@ --TEST-- Bug #64705 errorInfo property of PDOException is null when PDO::__construct() fails ---SKIPIF-- - +--EXTENSIONS-- +pdo_mysql --FILE-- +--EXTENSIONS-- +pdo_oci --REDIRECTTEST-- # magic auto-configuration diff --git a/ext/pdo_odbc/tests/bug44643.phpt b/ext/pdo_odbc/tests/bug44643.phpt index eb96af8ba5b..70e5b80fdbe 100644 --- a/ext/pdo_odbc/tests/bug44643.phpt +++ b/ext/pdo_odbc/tests/bug44643.phpt @@ -1,8 +1,9 @@ --TEST-- Bug #44643 (bound parameters ignore explicit type definitions) +--EXTENSIONS-- +pdo_odbc --SKIPIF-- diff --git a/ext/pdo_odbc/tests/bug67465.phpt b/ext/pdo_odbc/tests/bug67465.phpt index 872ca45c505..5fd86283f81 100644 --- a/ext/pdo_odbc/tests/bug67465.phpt +++ b/ext/pdo_odbc/tests/bug67465.phpt @@ -1,8 +1,9 @@ --TEST-- Bug #67465 (NULL Pointer dereference in odbc_handle_preparer) +--EXTENSIONS-- +pdo_odbc --SKIPIF-- diff --git a/ext/pdo_odbc/tests/bug80783.phpt b/ext/pdo_odbc/tests/bug80783.phpt index 9794c25a30e..0263beee382 100644 --- a/ext/pdo_odbc/tests/bug80783.phpt +++ b/ext/pdo_odbc/tests/bug80783.phpt @@ -1,8 +1,9 @@ --TEST-- Bug #80783 (PDO ODBC truncates BLOB records at every 256th byte) +--EXTENSIONS-- +pdo_odbc --SKIPIF-- diff --git a/ext/pdo_odbc/tests/bug80783a.phpt b/ext/pdo_odbc/tests/bug80783a.phpt index f9e123ae542..e070cd30c3f 100644 --- a/ext/pdo_odbc/tests/bug80783a.phpt +++ b/ext/pdo_odbc/tests/bug80783a.phpt @@ -1,8 +1,9 @@ --TEST-- Bug #80783 (PDO ODBC truncates BLOB records at every 256th byte) +--EXTENSIONS-- +pdo_odbc --SKIPIF-- diff --git a/ext/pdo_odbc/tests/common.phpt b/ext/pdo_odbc/tests/common.phpt index d3be88d3aad..5b1ba28ce77 100644 --- a/ext/pdo_odbc/tests/common.phpt +++ b/ext/pdo_odbc/tests/common.phpt @@ -1,8 +1,9 @@ --TEST-- ODBC +--EXTENSIONS-- +pdo_odbc --SKIPIF-- diff --git a/ext/pdo_odbc/tests/long_columns.phpt b/ext/pdo_odbc/tests/long_columns.phpt index 2878fab1bea..d561c5b8bed 100644 --- a/ext/pdo_odbc/tests/long_columns.phpt +++ b/ext/pdo_odbc/tests/long_columns.phpt @@ -1,8 +1,9 @@ --TEST-- PDO ODBC "long" columns +--EXTENSIONS-- +pdo_odbc --SKIPIF-- diff --git a/ext/pdo_pgsql/tests/bug_64705.phpt b/ext/pdo_pgsql/tests/bug_64705.phpt index 464b4d0769a..7ddf6527725 100644 --- a/ext/pdo_pgsql/tests/bug_64705.phpt +++ b/ext/pdo_pgsql/tests/bug_64705.phpt @@ -1,9 +1,7 @@ --TEST-- Bug #64705 errorInfo property of PDOException is null when PDO::__construct() fails ---SKIPIF-- - +--EXTENSIONS-- +pdo_pgsql --FILE-- +--EXTENSIONS-- +pdo_pgsql --REDIRECTTEST-- # magic auto-configuration # Also update config.inc if you make changes here... diff --git a/ext/pdo_sqlite/tests/bug33841.phpt b/ext/pdo_sqlite/tests/bug33841.phpt index 2fc6d955b64..cacdb9910ca 100644 --- a/ext/pdo_sqlite/tests/bug33841.phpt +++ b/ext/pdo_sqlite/tests/bug33841.phpt @@ -1,9 +1,7 @@ --TEST-- PDO SQLite Bug #33841 (rowCount() does not work on prepared statements) ---SKIPIF-- - +--EXTENSIONS-- +pdo_sqlite --FILE-- +--EXTENSIONS-- +pdo_sqlite --FILE-- +--EXTENSIONS-- +pdo_sqlite --FILE-- +--EXTENSIONS-- +pdo_sqlite --FILE-- +--EXTENSIONS-- +pdo_sqlite --FILE-- +--EXTENSIONS-- +pdo_sqlite --FILE-- setFetchMode() forgets FETCH_PROPS_LATE) ---SKIPIF-- - +--EXTENSIONS-- +pdo_sqlite --FILE-- +--EXTENSIONS-- +pdo_sqlite --FILE-- +--EXTENSIONS-- +pdo_sqlite --FILE-- +--EXTENSIONS-- +pdo_sqlite --FILE-- +--EXTENSIONS-- +pdo_sqlite --FILE-- +--EXTENSIONS-- +pdo_sqlite --FILE-- +--EXTENSIONS-- +pdo_sqlite --FILE-- +--EXTENSIONS-- +pdo_sqlite --FILE-- +--EXTENSIONS-- +pdo_sqlite --FILE-- +--EXTENSIONS-- +pdo_sqlite --FILE-- +--EXTENSIONS-- +pdo_sqlite --FILE-- +--EXTENSIONS-- +pdo_sqlite --FILE-- 4) die('skip 32-bit only'); ?> --FILE-- diff --git a/ext/pdo_sqlite/tests/bug_63916.phpt b/ext/pdo_sqlite/tests/bug_63916.phpt index 5b77f6bb98b..d5a0816620b 100644 --- a/ext/pdo_sqlite/tests/bug_63916.phpt +++ b/ext/pdo_sqlite/tests/bug_63916.phpt @@ -1,8 +1,9 @@ --TEST-- Bug #63916 PDO::PARAM_INT casts to 32bit int internally even on 64bit builds in pdo_sqlite +--EXTENSIONS-- +pdo_sqlite --SKIPIF-- --FILE-- diff --git a/ext/pdo_sqlite/tests/bug_64705.phpt b/ext/pdo_sqlite/tests/bug_64705.phpt index 861a99fbd9b..514844cec54 100644 --- a/ext/pdo_sqlite/tests/bug_64705.phpt +++ b/ext/pdo_sqlite/tests/bug_64705.phpt @@ -1,9 +1,7 @@ --TEST-- Bug #64705 errorInfo property of PDOException is null when PDO::__construct() fails ---SKIPIF-- - +--EXTENSIONS-- +pdo_sqlite --FILE-- +--EXTENSIONS-- +pdo_sqlite --REDIRECTTEST-- return array( 'ENV' => array( diff --git a/ext/pdo_sqlite/tests/debugdumpparams_001.phpt b/ext/pdo_sqlite/tests/debugdumpparams_001.phpt index 88dc21ce82d..7e4dfb1cf2d 100644 --- a/ext/pdo_sqlite/tests/debugdumpparams_001.phpt +++ b/ext/pdo_sqlite/tests/debugdumpparams_001.phpt @@ -1,9 +1,7 @@ --TEST-- Testing PDOStatement::debugDumpParams() with bound params ---SKIPIF-- - +--EXTENSIONS-- +pdo_sqlite --FILE-- +--EXTENSIONS-- +pdo_sqlite --FILE-- +--EXTENSIONS-- +pdo_sqlite --INI-- open_basedir=. --FILE-- diff --git a/ext/pdo_sqlite/tests/pdo_fetch_func_001.phpt b/ext/pdo_sqlite/tests/pdo_fetch_func_001.phpt index 814a01a6472..e16ac67c6bc 100644 --- a/ext/pdo_sqlite/tests/pdo_fetch_func_001.phpt +++ b/ext/pdo_sqlite/tests/pdo_fetch_func_001.phpt @@ -1,9 +1,7 @@ --TEST-- Testing several callbacks using PDO::FETCH_FUNC ---SKIPIF-- - +--EXTENSIONS-- +pdo_sqlite --FILE-- +--EXTENSIONS-- +pdo_sqlite --FILE-- +--EXTENSIONS-- +pdo_sqlite --FILE-- +--EXTENSIONS-- +pdo_sqlite --FILE-- +--EXTENSIONS-- +pdo_sqlite --FILE-- +--EXTENSIONS-- +pdo_sqlite --FILE-- --FILE-- diff --git a/ext/pdo_sqlite/tests/pdo_sqlite_extendederror_attr.phpt b/ext/pdo_sqlite/tests/pdo_sqlite_extendederror_attr.phpt index 5ea4a2def15..19f3bc1427b 100644 --- a/ext/pdo_sqlite/tests/pdo_sqlite_extendederror_attr.phpt +++ b/ext/pdo_sqlite/tests/pdo_sqlite_extendederror_attr.phpt @@ -1,7 +1,7 @@ --TEST-- PDO_sqlite: Testing PDO_SQLITE_ATTR_EXTENDED_RESULT_CODES ---SKIPIF-- - +--EXTENSIONS-- +pdo_sqlite --FILE-- +--EXTENSIONS-- +pdo_sqlite --FILE-- +--EXTENSIONS-- +pdo_sqlite --FILE-- +--EXTENSIONS-- +pdo_sqlite --FILE-- +--EXTENSIONS-- +pdo_sqlite --FILE-- +--EXTENSIONS-- +pdo_sqlite --FILE-- +--EXTENSIONS-- +pdo_sqlite --FILE-- +--EXTENSIONS-- +pdo_sqlite --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/010.phpt b/ext/phar/tests/010.phpt index f424e17680e..724d67d815d 100644 --- a/ext/phar/tests/010.phpt +++ b/ext/phar/tests/010.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::mapPhar buffer overrun ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/011.phpt b/ext/phar/tests/011.phpt index b35e979d3f0..d143bd5091a 100644 --- a/ext/phar/tests/011.phpt +++ b/ext/phar/tests/011.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::mapPhar filesize too small in manifest ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/012.phpt b/ext/phar/tests/012.phpt index 9e35bbbeb5b..5862b1f1bf1 100644 --- a/ext/phar/tests/012.phpt +++ b/ext/phar/tests/012.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::mapPhar valid file ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/013.phpt b/ext/phar/tests/013.phpt index e486a560bc0..f0315b151be 100644 --- a/ext/phar/tests/013.phpt +++ b/ext/phar/tests/013.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::mapPhar filesize mismatch ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/014.phpt b/ext/phar/tests/014.phpt index 4ecee19e907..7b2a6d0166e 100644 --- a/ext/phar/tests/014.phpt +++ b/ext/phar/tests/014.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::mapPhar filesize mismatch ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/015.phpt b/ext/phar/tests/015.phpt index 09160027049..39ddd0ee255 100644 --- a/ext/phar/tests/015.phpt +++ b/ext/phar/tests/015.phpt @@ -1,8 +1,8 @@ --TEST-- Phar::mapPhar valid file (gzipped) ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/015b.phpt b/ext/phar/tests/015b.phpt index 1534467a194..f5e10e91608 100644 --- a/ext/phar/tests/015b.phpt +++ b/ext/phar/tests/015b.phpt @@ -1,8 +1,8 @@ --TEST-- Phar::mapPhar valid file (bzip2) ---SKIPIF-- - - +--EXTENSIONS-- +phar +bz2 --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/016.phpt b/ext/phar/tests/016.phpt index e9f6458243a..d14c1292a6e 100644 --- a/ext/phar/tests/016.phpt +++ b/ext/phar/tests/016.phpt @@ -1,8 +1,8 @@ --TEST-- Phar::mapPhar invalid file (gzipped file length is too short) ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/016b.phpt b/ext/phar/tests/016b.phpt index 465f94936d4..72b7019def5 100644 --- a/ext/phar/tests/016b.phpt +++ b/ext/phar/tests/016b.phpt @@ -1,8 +1,8 @@ --TEST-- Phar::mapPhar invalid file (gzipped file length is too short) ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/017.phpt b/ext/phar/tests/017.phpt index 54c2eef13bc..74ffddad40b 100644 --- a/ext/phar/tests/017.phpt +++ b/ext/phar/tests/017.phpt @@ -1,9 +1,7 @@ --TEST-- Phar: opendir test - no dir specified at all ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/018.phpt b/ext/phar/tests/018.phpt index 2b61b7e739b..fec0af40250 100644 --- a/ext/phar/tests/018.phpt +++ b/ext/phar/tests/018.phpt @@ -1,9 +1,7 @@ --TEST-- Phar: opendir test, root directory ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/019.phpt b/ext/phar/tests/019.phpt index 92f7b51f88b..1290bf274c4 100644 --- a/ext/phar/tests/019.phpt +++ b/ext/phar/tests/019.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: opendir test, subdirectory ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/019b.phpt b/ext/phar/tests/019b.phpt index 34404966b99..adee7db8b57 100644 --- a/ext/phar/tests/019b.phpt +++ b/ext/phar/tests/019b.phpt @@ -1,9 +1,7 @@ --TEST-- Phar: opendir test, recurse into ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/019c.phpt b/ext/phar/tests/019c.phpt index 460b8f53976..a890299a486 100644 --- a/ext/phar/tests/019c.phpt +++ b/ext/phar/tests/019c.phpt @@ -1,9 +1,7 @@ --TEST-- Phar: opendir test, recurse into ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/020.phpt b/ext/phar/tests/020.phpt index 6d1bac8a540..03730abc588 100644 --- a/ext/phar/tests/020.phpt +++ b/ext/phar/tests/020.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: url stat ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/021.phpt b/ext/phar/tests/021.phpt index 9a87f04fe16..7be0c66f8d9 100644 --- a/ext/phar/tests/021.phpt +++ b/ext/phar/tests/021.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: stream stat ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/022.phpt b/ext/phar/tests/022.phpt index 4442f65bc08..5363a65be94 100644 --- a/ext/phar/tests/022.phpt +++ b/ext/phar/tests/022.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: stream stat ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/023.phpt b/ext/phar/tests/023.phpt index e16e870b59d..10afed8e392 100644 --- a/ext/phar/tests/023.phpt +++ b/ext/phar/tests/023.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: phar:// file_get_contents ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/024-opcache-win32.phpt b/ext/phar/tests/024-opcache-win32.phpt index 7887a240723..6d2b5e5419b 100644 --- a/ext/phar/tests/024-opcache-win32.phpt +++ b/ext/phar/tests/024-opcache-win32.phpt @@ -1,8 +1,10 @@ --TEST-- Phar: phar:// include with Opcache +--EXTENSIONS-- +phar --SKIPIF-- - + +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/025.phpt b/ext/phar/tests/025.phpt index de2030448e0..8c641775e16 100644 --- a/ext/phar/tests/025.phpt +++ b/ext/phar/tests/025.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: phar:// include (repeated names) ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/026.phpt b/ext/phar/tests/026.phpt index 05e11f6a586..59fcb953182 100644 --- a/ext/phar/tests/026.phpt +++ b/ext/phar/tests/026.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: phar:// require from within ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/027.phpt b/ext/phar/tests/027.phpt index 4820c74c2e2..e5c2add435e 100644 --- a/ext/phar/tests/027.phpt +++ b/ext/phar/tests/027.phpt @@ -1,9 +1,7 @@ --TEST-- Phar: phar:// opendir ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/028.phpt b/ext/phar/tests/028.phpt index 89789381e02..f7a338a2563 100644 --- a/ext/phar/tests/028.phpt +++ b/ext/phar/tests/028.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::loadPhar ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/029.phpt b/ext/phar/tests/029.phpt index 470516ef763..1b664fbdb74 100644 --- a/ext/phar/tests/029.phpt +++ b/ext/phar/tests/029.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::loadPhar overloading alias names ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/030.phpt b/ext/phar/tests/030.phpt index 3ab5292c251..e558261df89 100644 --- a/ext/phar/tests/030.phpt +++ b/ext/phar/tests/030.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::loadPhar ignoring alias ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/031.phpt b/ext/phar/tests/031.phpt index 03ffb90a6af..856230a3866 100644 --- a/ext/phar/tests/031.phpt +++ b/ext/phar/tests/031.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: include and parser error ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/032.phpt b/ext/phar/tests/032.phpt index 481d26055c4..7099320e891 100644 --- a/ext/phar/tests/032.phpt +++ b/ext/phar/tests/032.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: require hash ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=1 --FILE-- diff --git a/ext/phar/tests/033.phpt b/ext/phar/tests/033.phpt index 4d3582ae11b..30d6cf6c551 100644 --- a/ext/phar/tests/033.phpt +++ b/ext/phar/tests/033.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::chmod ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/033a.phpt b/ext/phar/tests/033a.phpt index 3186c1853bd..c36c5c68539 100644 --- a/ext/phar/tests/033a.phpt +++ b/ext/phar/tests/033a.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::chmod ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=1 phar.require_hash=0 diff --git a/ext/phar/tests/addfuncs.phpt b/ext/phar/tests/addfuncs.phpt index 17073ab17e8..9707cb5b1f4 100644 --- a/ext/phar/tests/addfuncs.phpt +++ b/ext/phar/tests/addfuncs.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: addFile/addFromString ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/alias_acrobatics.phpt b/ext/phar/tests/alias_acrobatics.phpt index c30b2a3b075..b2f80c0abe7 100644 --- a/ext/phar/tests/alias_acrobatics.phpt +++ b/ext/phar/tests/alias_acrobatics.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: alias edge cases ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/badparameters.phpt b/ext/phar/tests/badparameters.phpt index a52a6a03a37..efa74678f89 100644 --- a/ext/phar/tests/badparameters.phpt +++ b/ext/phar/tests/badparameters.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: bad parameters to various methods ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/bug13727.phpt b/ext/phar/tests/bug13727.phpt index ea406a4d8f0..10427ef1f42 100644 --- a/ext/phar/tests/bug13727.phpt +++ b/ext/phar/tests/bug13727.phpt @@ -1,7 +1,8 @@ --TEST-- Phar: SLOW TEST bug #13727: "Number of files in the Phar" limited to 2042 +--EXTENSIONS-- +phar --SKIPIF-- - --INI-- phar.require_hash=0 diff --git a/ext/phar/tests/bug13786.phpt b/ext/phar/tests/bug13786.phpt index 76f05ef1fc5..d190343b68e 100644 --- a/ext/phar/tests/bug13786.phpt +++ b/ext/phar/tests/bug13786.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: bug #13786: "PHP crashes on phar recreate after unlink" ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/bug45218_SLOWTEST.phpt b/ext/phar/tests/bug45218_SLOWTEST.phpt index aee2aae7886..686e810a040 100644 --- a/ext/phar/tests/bug45218_SLOWTEST.phpt +++ b/ext/phar/tests/bug45218_SLOWTEST.phpt @@ -1,8 +1,9 @@ --TEST-- Phar::buildFromIterator() iterator, too many files for open file handles (Bug #45218) +--EXTENSIONS-- +phar --SKIPIF-- --INI-- diff --git a/ext/phar/tests/bug46032.phpt b/ext/phar/tests/bug46032.phpt index 8f21bf4d590..c17b538ce85 100644 --- a/ext/phar/tests/bug46032.phpt +++ b/ext/phar/tests/bug46032.phpt @@ -1,7 +1,8 @@ --TEST-- Phar: bug #46032: PharData::__construct wrong memory read +--EXTENSIONS-- +phar --SKIPIF-- - --FILE-- --INI-- phar.require_hash=0 diff --git a/ext/phar/tests/bug46178.phpt b/ext/phar/tests/bug46178.phpt index 0bb8a2df211..dda4824c33f 100644 --- a/ext/phar/tests/bug46178.phpt +++ b/ext/phar/tests/bug46178.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: PHP bug #46178: "memory leak in ext/phar" ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/bug47085.phpt b/ext/phar/tests/bug47085.phpt index 9e8c3b9f5ba..23517ad02e8 100644 --- a/ext/phar/tests/bug47085.phpt +++ b/ext/phar/tests/bug47085.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: PHP bug #47085: "rename() returns true even if the file in PHAR does not exist" ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/bug48377.2.phpt b/ext/phar/tests/bug48377.2.phpt index cdc8a42953d..547e908b11b 100644 --- a/ext/phar/tests/bug48377.2.phpt +++ b/ext/phar/tests/bug48377.2.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: PHP bug #48377 "error message unclear on converting phar with existing file" test #2 ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/bug48377.phpt b/ext/phar/tests/bug48377.phpt index 338d98a52f6..6b964b97ef9 100644 --- a/ext/phar/tests/bug48377.phpt +++ b/ext/phar/tests/bug48377.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: PHP bug #48377 "error message unclear on converting phar with existing file" ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/bug52013.phpt b/ext/phar/tests/bug52013.phpt index 12f1ae2500d..2b89eea6d73 100644 --- a/ext/phar/tests/bug52013.phpt +++ b/ext/phar/tests/bug52013.phpt @@ -5,11 +5,9 @@ Test for a bug where Phar::decompressFiles() mistakenly throws BadMethodCallExce http://bugs.php.net/bug.php?id=52013 --CREDITS-- Frederic Hardy frederic.hardy@mageekbox.net ---SKIPIF-- - +--EXTENSIONS-- +phar +zlib --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/bug53872.phpt b/ext/phar/tests/bug53872.phpt index ada60055f92..d4331c1fc7c 100644 --- a/ext/phar/tests/bug53872.phpt +++ b/ext/phar/tests/bug53872.phpt @@ -1,10 +1,8 @@ --TEST-- bug#53872 (internal corruption of phar) ---SKIPIF-- - +--EXTENSIONS-- +phar +zlib --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/bug54289.phpt b/ext/phar/tests/bug54289.phpt index 729c4e0e093..dd1d00ada06 100644 --- a/ext/phar/tests/bug54289.phpt +++ b/ext/phar/tests/bug54289.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #54289 Phar::extractTo() does not accept specific directories to be extracted ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly = 0 --FILE-- diff --git a/ext/phar/tests/bug54395.phpt b/ext/phar/tests/bug54395.phpt index fb041bc6ff5..44c3de0e322 100644 --- a/ext/phar/tests/bug54395.phpt +++ b/ext/phar/tests/bug54395.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #54395 (Phar::mount() crashes when calling with wrong parameters) ---SKIPIF-- - +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/bug60261.phpt b/ext/phar/tests/bug60261.phpt index a616dfe253c..d56d8c16e9d 100644 --- a/ext/phar/tests/bug60261.phpt +++ b/ext/phar/tests/bug60261.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #60261 (phar dos null pointer) ---SKIPIF-- - +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --INI-- phar.readonly = 0 --FILE-- diff --git a/ext/phar/tests/bug66960.phpt b/ext/phar/tests/bug66960.phpt index a2616c5e3ad..aab765b59cd 100644 --- a/ext/phar/tests/bug66960.phpt +++ b/ext/phar/tests/bug66960.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #66960 phar long filename crash ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly = 0 memory_limit = -1 diff --git a/ext/phar/tests/bug69279.phpt b/ext/phar/tests/bug69279.phpt index 17a280d3dab..190c8db3c92 100644 --- a/ext/phar/tests/bug69279.phpt +++ b/ext/phar/tests/bug69279.phpt @@ -1,10 +1,8 @@ --TEST-- Bug #69279 (Compressed ZIP Phar extractTo() creates garbage files) ---SKIPIF-- - +--EXTENSIONS-- +phar +zlib --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/bug69279a.phpt b/ext/phar/tests/bug69279a.phpt index 9bc42cb900d..1d877b7c619 100644 --- a/ext/phar/tests/bug69279a.phpt +++ b/ext/phar/tests/bug69279a.phpt @@ -1,10 +1,8 @@ --TEST-- Bug #69279 (Compressed ZIP Phar extractTo() creates garbage files) ---SKIPIF-- - +--EXTENSIONS-- +phar +zlib --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar +zlib --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar +zip --FILE-- decompress() does not correctly support dot names ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/bug74383.phpt b/ext/phar/tests/bug74383.phpt index 92ea892b880..7c068eba9a4 100644 --- a/ext/phar/tests/bug74383.phpt +++ b/ext/phar/tests/bug74383.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: bug #74383: Wrong reflection on Phar::running ---SKIPIF-- - +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar +zlib --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/bug77022.phpt b/ext/phar/tests/bug77022.phpt index 4f5795842d0..592acaf6efc 100644 --- a/ext/phar/tests/bug77022.phpt +++ b/ext/phar/tests/bug77022.phpt @@ -1,8 +1,9 @@ --TEST-- Phar: Bug #77022: PharData always creates new files with mode 0666 +--EXTENSIONS-- +phar --SKIPIF-- --FILE-- diff --git a/ext/phar/tests/bug77143.phpt b/ext/phar/tests/bug77143.phpt index c19c9ed6105..21b52d6427c 100644 --- a/ext/phar/tests/bug77143.phpt +++ b/ext/phar/tests/bug77143.phpt @@ -2,8 +2,8 @@ PHP bug #77143: Heap Buffer Overflow (READ: 4) in phar_parse_pharfile --INI-- phar.readonly=0 ---SKIPIF-- - +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- --FILE-- diff --git a/ext/phar/tests/bug79503.phpt b/ext/phar/tests/bug79503.phpt index 874330fac74..921ad8d18db 100644 --- a/ext/phar/tests/bug79503.phpt +++ b/ext/phar/tests/bug79503.phpt @@ -1,9 +1,7 @@ --TEST-- Bug #79503 (Memory leak on duplicate metadata) ---SKIPIF-- - +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --INI-- phar.cache_list={PWD}/bug79797.phar --FILE-- diff --git a/ext/phar/tests/bug79912.phpt b/ext/phar/tests/bug79912.phpt index 2a134a77dfa..dba9fd17a1b 100644 --- a/ext/phar/tests/bug79912.phpt +++ b/ext/phar/tests/bug79912.phpt @@ -1,10 +1,8 @@ --TEST-- Bug #79912 (Phar::decompressFiles not working) ---SKIPIF-- - +--EXTENSIONS-- +phar +zlib --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/cache_list/copyonwrite1.phar.phpt b/ext/phar/tests/cache_list/copyonwrite1.phar.phpt index dd6b45f9a25..8528c19c457 100644 --- a/ext/phar/tests/cache_list/copyonwrite1.phar.phpt +++ b/ext/phar/tests/cache_list/copyonwrite1.phar.phpt @@ -4,8 +4,8 @@ Phar: copy-on-write test 1 [cache_list] default_charset=UTF-8 phar.cache_list={PWD}/copyonwrite1.phar.php phar.readonly=0 ---SKIPIF-- - +--EXTENSIONS-- +phar --FILE_EXTERNAL-- files/write.phar --EXPECT-- diff --git a/ext/phar/tests/cache_list/copyonwrite10.phar.phpt b/ext/phar/tests/cache_list/copyonwrite10.phar.phpt index 7502988ed2c..918db00e803 100644 --- a/ext/phar/tests/cache_list/copyonwrite10.phar.phpt +++ b/ext/phar/tests/cache_list/copyonwrite10.phar.phpt @@ -4,8 +4,8 @@ Phar: copy-on-write test 10 [cache_list] default_charset=UTF-8 phar.cache_list={PWD}/copyonwrite10.phar.php phar.readonly=0 ---SKIPIF-- - +--EXTENSIONS-- +phar --FILE_EXTERNAL-- files/write10.phar --EXPECT-- diff --git a/ext/phar/tests/cache_list/copyonwrite11.phar.phpt b/ext/phar/tests/cache_list/copyonwrite11.phar.phpt index e75473d463d..a52b8e5fed3 100644 --- a/ext/phar/tests/cache_list/copyonwrite11.phar.phpt +++ b/ext/phar/tests/cache_list/copyonwrite11.phar.phpt @@ -4,8 +4,8 @@ Phar: copy-on-write test 11 [cache_list] default_charset=UTF-8 phar.cache_list={PWD}/copyonwrite11.phar.php phar.readonly=0 ---SKIPIF-- - +--EXTENSIONS-- +phar --FILE_EXTERNAL-- files/write11.phar --EXPECT-- diff --git a/ext/phar/tests/cache_list/copyonwrite12.phar.phpt b/ext/phar/tests/cache_list/copyonwrite12.phar.phpt index b197f6501b2..f969dfaac4e 100644 --- a/ext/phar/tests/cache_list/copyonwrite12.phar.phpt +++ b/ext/phar/tests/cache_list/copyonwrite12.phar.phpt @@ -4,8 +4,8 @@ Phar: copy-on-write test 12 [cache_list] default_charset=UTF-8 phar.cache_list={PWD}/copyonwrite12.phar.php phar.readonly=0 ---SKIPIF-- - +--EXTENSIONS-- +phar --FILE_EXTERNAL-- files/write12.phar --EXPECTF-- diff --git a/ext/phar/tests/cache_list/copyonwrite13.phar.phpt b/ext/phar/tests/cache_list/copyonwrite13.phar.phpt index 84f7cfefca3..0e2b22c37cb 100644 --- a/ext/phar/tests/cache_list/copyonwrite13.phar.phpt +++ b/ext/phar/tests/cache_list/copyonwrite13.phar.phpt @@ -4,9 +4,9 @@ Phar: copy-on-write test 13 [cache_list] default_charset=UTF-8 phar.cache_list={PWD}/copyonwrite13.phar.php phar.readonly=0 ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --FILE_EXTERNAL-- files/write13.phar --EXPECT-- diff --git a/ext/phar/tests/cache_list/copyonwrite14.phar.phpt b/ext/phar/tests/cache_list/copyonwrite14.phar.phpt index a4ad2bcb29b..7a20748d6a1 100644 --- a/ext/phar/tests/cache_list/copyonwrite14.phar.phpt +++ b/ext/phar/tests/cache_list/copyonwrite14.phar.phpt @@ -4,9 +4,9 @@ Phar: copy-on-write test 14 [cache_list] default_charset=UTF-8 phar.cache_list={PWD}/copyonwrite14.phar.php phar.readonly=0 ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --FILE_EXTERNAL-- files/write14.phar --EXPECT-- diff --git a/ext/phar/tests/cache_list/copyonwrite15.phar.phpt b/ext/phar/tests/cache_list/copyonwrite15.phar.phpt index 6ab97b50cf3..438c0ecca28 100644 --- a/ext/phar/tests/cache_list/copyonwrite15.phar.phpt +++ b/ext/phar/tests/cache_list/copyonwrite15.phar.phpt @@ -4,8 +4,8 @@ Phar: copy-on-write test 15 [cache_list] default_charset=UTF-8 phar.cache_list={PWD}/copyonwrite15.phar.php phar.readonly=0 ---SKIPIF-- - +--EXTENSIONS-- +phar --FILE_EXTERNAL-- files/write15.phar --EXPECT-- diff --git a/ext/phar/tests/cache_list/copyonwrite16.phar.phpt b/ext/phar/tests/cache_list/copyonwrite16.phar.phpt index 670d510e5cd..3b062e81c1e 100644 --- a/ext/phar/tests/cache_list/copyonwrite16.phar.phpt +++ b/ext/phar/tests/cache_list/copyonwrite16.phar.phpt @@ -4,8 +4,8 @@ Phar: copy-on-write test 16 [cache_list] default_charset=UTF-8 phar.cache_list={PWD}/copyonwrite16.phar.php phar.readonly=0 ---SKIPIF-- - +--EXTENSIONS-- +phar --FILE_EXTERNAL-- files/write16.phar --EXPECT-- diff --git a/ext/phar/tests/cache_list/copyonwrite17.phar.phpt b/ext/phar/tests/cache_list/copyonwrite17.phar.phpt index 7e2719ae7bc..8034075671a 100644 --- a/ext/phar/tests/cache_list/copyonwrite17.phar.phpt +++ b/ext/phar/tests/cache_list/copyonwrite17.phar.phpt @@ -4,8 +4,8 @@ Phar: copy-on-write test 17 [cache_list] default_charset=UTF-8 phar.cache_list={PWD}/copyonwrite17.phar.php phar.readonly=0 ---SKIPIF-- - +--EXTENSIONS-- +phar --FILE_EXTERNAL-- files/write17.phar --EXPECT-- diff --git a/ext/phar/tests/cache_list/copyonwrite18.phar.phpt b/ext/phar/tests/cache_list/copyonwrite18.phar.phpt index 6269466b9cf..c96c130c780 100644 --- a/ext/phar/tests/cache_list/copyonwrite18.phar.phpt +++ b/ext/phar/tests/cache_list/copyonwrite18.phar.phpt @@ -4,8 +4,8 @@ Phar: copy-on-write test 18 [cache_list] default_charset=UTF-8 phar.cache_list={PWD}/copyonwrite18.phar.php phar.readonly=0 ---SKIPIF-- - +--EXTENSIONS-- +phar --FILE_EXTERNAL-- files/write18.phar --EXPECT-- diff --git a/ext/phar/tests/cache_list/copyonwrite19.phar.phpt b/ext/phar/tests/cache_list/copyonwrite19.phar.phpt index b67f5d73245..a22028a02f2 100644 --- a/ext/phar/tests/cache_list/copyonwrite19.phar.phpt +++ b/ext/phar/tests/cache_list/copyonwrite19.phar.phpt @@ -4,8 +4,8 @@ Phar: copy-on-write test 19 [cache_list] default_charset=UTF-8 phar.cache_list={PWD}/copyonwrite19.phar.php phar.readonly=0 ---SKIPIF-- - +--EXTENSIONS-- +phar --FILE_EXTERNAL-- files/write19.phar --EXPECT-- diff --git a/ext/phar/tests/cache_list/copyonwrite2.phar.phpt b/ext/phar/tests/cache_list/copyonwrite2.phar.phpt index f28871f1588..7a70f64bb2d 100644 --- a/ext/phar/tests/cache_list/copyonwrite2.phar.phpt +++ b/ext/phar/tests/cache_list/copyonwrite2.phar.phpt @@ -4,8 +4,8 @@ Phar: copy-on-write test 2 [cache_list] default_charset=UTF-8 phar.cache_list={PWD}/copyonwrite2.phar.php phar.readonly=0 ---SKIPIF-- - +--EXTENSIONS-- +phar --FILE_EXTERNAL-- files/write2.phar --EXPECT-- diff --git a/ext/phar/tests/cache_list/copyonwrite20.phar.phpt b/ext/phar/tests/cache_list/copyonwrite20.phar.phpt index 843ed517098..c7ee50815f2 100644 --- a/ext/phar/tests/cache_list/copyonwrite20.phar.phpt +++ b/ext/phar/tests/cache_list/copyonwrite20.phar.phpt @@ -4,8 +4,8 @@ Phar: copy-on-write test 20 [cache_list] default_charset=UTF-8 phar.cache_list={PWD}/copyonwrite20.phar.php phar.readonly=0 ---SKIPIF-- - +--EXTENSIONS-- +phar --FILE_EXTERNAL-- files/write20.phar --EXPECT-- diff --git a/ext/phar/tests/cache_list/copyonwrite21.phar.phpt b/ext/phar/tests/cache_list/copyonwrite21.phar.phpt index 978847cf063..b24f10154e8 100644 --- a/ext/phar/tests/cache_list/copyonwrite21.phar.phpt +++ b/ext/phar/tests/cache_list/copyonwrite21.phar.phpt @@ -4,9 +4,9 @@ Phar: copy-on-write test 21 [cache_list] default_charset=UTF-8 phar.cache_list={PWD}/copyonwrite21.phar.php phar.readonly=0 ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --FILE_EXTERNAL-- files/write21.phar --EXPECT-- diff --git a/ext/phar/tests/cache_list/copyonwrite22.phar.phpt b/ext/phar/tests/cache_list/copyonwrite22.phar.phpt index 45cc8bd4a85..04281841abe 100644 --- a/ext/phar/tests/cache_list/copyonwrite22.phar.phpt +++ b/ext/phar/tests/cache_list/copyonwrite22.phar.phpt @@ -4,9 +4,9 @@ Phar: copy-on-write test 22 [cache_list] default_charset=UTF-8 phar.cache_list={PWD}/copyonwrite22.phar.php phar.readonly=0 ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --FILE_EXTERNAL-- files/write22.phar --EXPECT-- diff --git a/ext/phar/tests/cache_list/copyonwrite23.phar.phpt b/ext/phar/tests/cache_list/copyonwrite23.phar.phpt index 4cc10803f9f..b02d7e55bd6 100644 --- a/ext/phar/tests/cache_list/copyonwrite23.phar.phpt +++ b/ext/phar/tests/cache_list/copyonwrite23.phar.phpt @@ -4,9 +4,9 @@ Phar: copy-on-write test 23 [cache_list] default_charset=UTF-8 phar.cache_list={PWD}/copyonwrite23.phar.php phar.readonly=0 ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --FILE_EXTERNAL-- files/write23.phar --EXPECT-- diff --git a/ext/phar/tests/cache_list/copyonwrite24.phar.phpt b/ext/phar/tests/cache_list/copyonwrite24.phar.phpt index 0dd8f632d51..32e5f1d4b51 100644 --- a/ext/phar/tests/cache_list/copyonwrite24.phar.phpt +++ b/ext/phar/tests/cache_list/copyonwrite24.phar.phpt @@ -4,9 +4,9 @@ Phar: copy-on-write test 24 [cache_list] default_charset=UTF-8 phar.cache_list={PWD}/copyonwrite24.phar.php phar.readonly=0 ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --FILE_EXTERNAL-- files/write24.phar --EXPECT-- diff --git a/ext/phar/tests/cache_list/copyonwrite25.phar.phpt b/ext/phar/tests/cache_list/copyonwrite25.phar.phpt index 41b6382f052..a9f3a5b1677 100644 --- a/ext/phar/tests/cache_list/copyonwrite25.phar.phpt +++ b/ext/phar/tests/cache_list/copyonwrite25.phar.phpt @@ -4,9 +4,9 @@ Phar: copy-on-write test 25 [cache_list] default_charset=UTF-8 phar.cache_list={PWD}/copyonwrite25.phar.php phar.readonly=0 ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --FILE_EXTERNAL-- files/write25.phar --EXPECT-- diff --git a/ext/phar/tests/cache_list/copyonwrite3.phar.phpt b/ext/phar/tests/cache_list/copyonwrite3.phar.phpt index 887ef82231e..943ed177a3b 100644 --- a/ext/phar/tests/cache_list/copyonwrite3.phar.phpt +++ b/ext/phar/tests/cache_list/copyonwrite3.phar.phpt @@ -4,8 +4,8 @@ Phar: copy-on-write test 3 [cache_list] default_charset=UTF-8 phar.cache_list={PWD}/copyonwrite3.phar.php phar.readonly=0 ---SKIPIF-- - +--EXTENSIONS-- +phar --FILE_EXTERNAL-- files/write3.phar --EXPECT-- diff --git a/ext/phar/tests/cache_list/copyonwrite4.phar.phpt b/ext/phar/tests/cache_list/copyonwrite4.phar.phpt index dd145820552..2122ceb12da 100644 --- a/ext/phar/tests/cache_list/copyonwrite4.phar.phpt +++ b/ext/phar/tests/cache_list/copyonwrite4.phar.phpt @@ -4,8 +4,8 @@ Phar: copy-on-write test 4 [cache_list] default_charset=UTF-8 phar.cache_list={PWD}/copyonwrite4.phar.php phar.readonly=0 ---SKIPIF-- - +--EXTENSIONS-- +phar --FILE_EXTERNAL-- files/write4.phar --EXPECT-- diff --git a/ext/phar/tests/cache_list/copyonwrite4a.phpt b/ext/phar/tests/cache_list/copyonwrite4a.phpt index e0da5e7b8a7..89964a89dd1 100644 --- a/ext/phar/tests/cache_list/copyonwrite4a.phpt +++ b/ext/phar/tests/cache_list/copyonwrite4a.phpt @@ -4,8 +4,8 @@ Phar: copy-on-write test 4a [cache_list] default_charset=UTF-8 phar.cache_list={PWD}/copyonwrite4.phar.php phar.readonly=0 ---SKIPIF-- - +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE_EXTERNAL-- files/write5.phar --CLEAN-- diff --git a/ext/phar/tests/cache_list/copyonwrite6.phar.phpt b/ext/phar/tests/cache_list/copyonwrite6.phar.phpt index 3b9708341f0..3b00837a5a0 100644 --- a/ext/phar/tests/cache_list/copyonwrite6.phar.phpt +++ b/ext/phar/tests/cache_list/copyonwrite6.phar.phpt @@ -5,8 +5,8 @@ default_charset=UTF-8 phar.cache_list={PWD}/copyonwrite6.phar.php phar.readonly=0 open_basedir= ---SKIPIF-- - +--EXTENSIONS-- +phar --FILE_EXTERNAL-- files/write6.phar --CLEAN-- diff --git a/ext/phar/tests/cache_list/copyonwrite7.phar.phpt b/ext/phar/tests/cache_list/copyonwrite7.phar.phpt index 520368d3b62..8e78ca085fb 100644 --- a/ext/phar/tests/cache_list/copyonwrite7.phar.phpt +++ b/ext/phar/tests/cache_list/copyonwrite7.phar.phpt @@ -4,8 +4,8 @@ Phar: copy-on-write test 7 [cache_list] default_charset=UTF-8 phar.cache_list={PWD}/copyonwrite7.phar.php phar.readonly=0 ---SKIPIF-- - +--EXTENSIONS-- +phar --FILE_EXTERNAL-- files/write7.phar --EXPECT-- diff --git a/ext/phar/tests/cache_list/copyonwrite8.phar.phpt b/ext/phar/tests/cache_list/copyonwrite8.phar.phpt index 99f12ca8ca8..bbc38f14a1e 100644 --- a/ext/phar/tests/cache_list/copyonwrite8.phar.phpt +++ b/ext/phar/tests/cache_list/copyonwrite8.phar.phpt @@ -4,8 +4,8 @@ Phar: copy-on-write test 8 [cache_list] default_charset=UTF-8 phar.cache_list={PWD}/copyonwrite8.phar.php phar.readonly=0 ---SKIPIF-- - +--EXTENSIONS-- +phar --FILE_EXTERNAL-- files/write8.phar --EXPECTF-- diff --git a/ext/phar/tests/cache_list/copyonwrite9.phar.phpt b/ext/phar/tests/cache_list/copyonwrite9.phar.phpt index 63aa2b168e5..6c401a707a4 100644 --- a/ext/phar/tests/cache_list/copyonwrite9.phar.phpt +++ b/ext/phar/tests/cache_list/copyonwrite9.phar.phpt @@ -4,8 +4,8 @@ Phar: copy-on-write test 9 [cache_list] default_charset=UTF-8 phar.cache_list={PWD}/copyonwrite9.phar.php phar.readonly=0 ---SKIPIF-- - +--EXTENSIONS-- +phar --FILE_EXTERNAL-- files/write9.phar --EXPECT-- diff --git a/ext/phar/tests/cache_list/frontcontroller1.phpt b/ext/phar/tests/cache_list/frontcontroller1.phpt index d0d5552f167..e912362205d 100644 --- a/ext/phar/tests/cache_list/frontcontroller1.phpt +++ b/ext/phar/tests/cache_list/frontcontroller1.phpt @@ -2,8 +2,8 @@ Phar front controller other --INI-- phar.cache_list={PWD}/frontcontroller1.php [cache_list] ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller1.php REQUEST_URI=/frontcontroller1.php/a.jpg diff --git a/ext/phar/tests/cache_list/frontcontroller10.phpt b/ext/phar/tests/cache_list/frontcontroller10.phpt index 5fd986895d5..4a20fdb2144 100644 --- a/ext/phar/tests/cache_list/frontcontroller10.phpt +++ b/ext/phar/tests/cache_list/frontcontroller10.phpt @@ -3,8 +3,8 @@ Phar front controller rewrite access denied [cache_list] --INI-- default_charset=UTF-8 phar.cache_list={PWD}/frontcontroller10.php ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller10.php REQUEST_URI=/frontcontroller10.php/hi diff --git a/ext/phar/tests/cache_list/frontcontroller11.phpt b/ext/phar/tests/cache_list/frontcontroller11.phpt index 87a29196a84..5c92bb62f9e 100644 --- a/ext/phar/tests/cache_list/frontcontroller11.phpt +++ b/ext/phar/tests/cache_list/frontcontroller11.phpt @@ -3,8 +3,8 @@ Phar front controller mime type extension is not a string [cache_list] --INI-- default_charset=UTF-8 phar.cache_list={PWD}/frontcontroller11.php ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller11.php REQUEST_URI=/frontcontroller11.php/a.php diff --git a/ext/phar/tests/cache_list/frontcontroller12.phpt b/ext/phar/tests/cache_list/frontcontroller12.phpt index 857b7dc8758..a200fc2c7bc 100644 --- a/ext/phar/tests/cache_list/frontcontroller12.phpt +++ b/ext/phar/tests/cache_list/frontcontroller12.phpt @@ -3,8 +3,8 @@ Phar front controller mime type unknown int [cache_list] --INI-- default_charset=UTF-8 phar.cache_list={PWD}/frontcontroller12.php ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller12.php REQUEST_URI=/frontcontroller12.php/a.php diff --git a/ext/phar/tests/cache_list/frontcontroller13.phpt b/ext/phar/tests/cache_list/frontcontroller13.phpt index ddbab34c07a..dd66c851c12 100644 --- a/ext/phar/tests/cache_list/frontcontroller13.phpt +++ b/ext/phar/tests/cache_list/frontcontroller13.phpt @@ -3,8 +3,8 @@ Phar front controller mime type not string/int [cache_list] --INI-- default_charset=UTF-8 phar.cache_list={PWD}/frontcontroller13.php ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller13.php REQUEST_URI=/frontcontroller13.php/a.php diff --git a/ext/phar/tests/cache_list/frontcontroller14.phpt b/ext/phar/tests/cache_list/frontcontroller14.phpt index bbd9637d242..18b67087937 100644 --- a/ext/phar/tests/cache_list/frontcontroller14.phpt +++ b/ext/phar/tests/cache_list/frontcontroller14.phpt @@ -2,8 +2,8 @@ Phar front controller mime type override, other [cache_list] --INI-- phar.cache_list={PWD}/frontcontroller14.php ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller14.php REQUEST_URI=/frontcontroller14.php/a.jpg diff --git a/ext/phar/tests/cache_list/frontcontroller15.phpt b/ext/phar/tests/cache_list/frontcontroller15.phpt index fc639c316f1..1a9490be9c9 100644 --- a/ext/phar/tests/cache_list/frontcontroller15.phpt +++ b/ext/phar/tests/cache_list/frontcontroller15.phpt @@ -3,8 +3,8 @@ Phar front controller mime type override, Phar::PHPS [cache_list] --INI-- default_charset=UTF-8 phar.cache_list={PWD}/frontcontroller15.php ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller15.php REQUEST_URI=/frontcontroller15.php/a.php diff --git a/ext/phar/tests/cache_list/frontcontroller16.phpt b/ext/phar/tests/cache_list/frontcontroller16.phpt index 0664c039d54..f84da4c6515 100644 --- a/ext/phar/tests/cache_list/frontcontroller16.phpt +++ b/ext/phar/tests/cache_list/frontcontroller16.phpt @@ -3,8 +3,8 @@ Phar front controller mime type override, Phar::PHP [cache_list] --INI-- default_charset=UTF-8 phar.cache_list={PWD}/frontcontroller16.php ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller16.php REQUEST_URI=/frontcontroller16.php/a.phps diff --git a/ext/phar/tests/cache_list/frontcontroller17.phpt b/ext/phar/tests/cache_list/frontcontroller17.phpt index 05ad328167e..8277be9d9ec 100644 --- a/ext/phar/tests/cache_list/frontcontroller17.phpt +++ b/ext/phar/tests/cache_list/frontcontroller17.phpt @@ -2,8 +2,8 @@ Phar front controller mime type unknown [cache_list] --INI-- phar.cache_list={PWD}/frontcontroller17.php ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller17.php REQUEST_URI=/frontcontroller17.php/fronk.gronk diff --git a/ext/phar/tests/cache_list/frontcontroller18.phpt b/ext/phar/tests/cache_list/frontcontroller18.phpt index 77c0303d0c5..90e29b17bda 100644 --- a/ext/phar/tests/cache_list/frontcontroller18.phpt +++ b/ext/phar/tests/cache_list/frontcontroller18.phpt @@ -2,8 +2,8 @@ Phar front controller $_SERVER munging failure [cache_list] --INI-- phar.cache_list={PWD}/frontcontroller18.php ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller18.php REQUEST_URI=/frontcontroller18.php/fronk.gronk diff --git a/ext/phar/tests/cache_list/frontcontroller19.phpt b/ext/phar/tests/cache_list/frontcontroller19.phpt index 548c6db4790..b17c3ade4ee 100644 --- a/ext/phar/tests/cache_list/frontcontroller19.phpt +++ b/ext/phar/tests/cache_list/frontcontroller19.phpt @@ -2,8 +2,8 @@ Phar front controller $_SERVER munging failure 2 [cache_list] --INI-- phar.cache_list={PWD}/frontcontroller19.php ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller19.php REQUEST_URI=/frontcontroller19.php/ diff --git a/ext/phar/tests/cache_list/frontcontroller2.phpt b/ext/phar/tests/cache_list/frontcontroller2.phpt index 67ccfc1e047..b91967c6c61 100644 --- a/ext/phar/tests/cache_list/frontcontroller2.phpt +++ b/ext/phar/tests/cache_list/frontcontroller2.phpt @@ -3,8 +3,8 @@ Phar front controller PHP test [cache_list] --INI-- default_charset=UTF-8 phar.cache_list=frontcontroller2.php ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller2.php REQUEST_URI=/frontcontroller2.php/a.php diff --git a/ext/phar/tests/cache_list/frontcontroller20.phpt b/ext/phar/tests/cache_list/frontcontroller20.phpt index 68591c962a3..8c9f4647b21 100644 --- a/ext/phar/tests/cache_list/frontcontroller20.phpt +++ b/ext/phar/tests/cache_list/frontcontroller20.phpt @@ -2,8 +2,8 @@ Phar front controller $_SERVER munging failure 3 [cache_list] --INI-- phar.cache_list={PWD}/frontcontroller20.php ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller20.php REQUEST_URI=/frontcontroller20.php/ diff --git a/ext/phar/tests/cache_list/frontcontroller21.phpt b/ext/phar/tests/cache_list/frontcontroller21.phpt index 9766b6e7714..c86e8a741e6 100644 --- a/ext/phar/tests/cache_list/frontcontroller21.phpt +++ b/ext/phar/tests/cache_list/frontcontroller21.phpt @@ -4,8 +4,8 @@ Phar front controller $_SERVER munging success [cache_list] default_charset=UTF-8 phar.cache_list={PWD}/frontcontroller21.php cgi.fix_pathinfo=1 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller21.php REQUEST_URI=/frontcontroller21.php/index.php?test=hi diff --git a/ext/phar/tests/cache_list/frontcontroller22.phpt b/ext/phar/tests/cache_list/frontcontroller22.phpt index a6cbc4ae258..520ecb3c4af 100644 --- a/ext/phar/tests/cache_list/frontcontroller22.phpt +++ b/ext/phar/tests/cache_list/frontcontroller22.phpt @@ -3,8 +3,8 @@ Phar front controller include from cwd test 1 [cache_list] --INI-- default_charset=UTF-8 phar.cache_list={PWD}/frontcontroller22.phpt ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller22.php REQUEST_URI=/frontcontroller22.php/index.php diff --git a/ext/phar/tests/cache_list/frontcontroller23.phpt b/ext/phar/tests/cache_list/frontcontroller23.phpt index 4de4d7dd1c0..5a6ce18f403 100644 --- a/ext/phar/tests/cache_list/frontcontroller23.phpt +++ b/ext/phar/tests/cache_list/frontcontroller23.phpt @@ -3,8 +3,8 @@ Phar front controller with generic action router test [cache_list] --INI-- default_charset=UTF-8 phar.cache_list={PWD}/frontcontroller23.php ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller23.php REQUEST_URI=/frontcontroller23.php/hi/there diff --git a/ext/phar/tests/cache_list/frontcontroller24.phpt b/ext/phar/tests/cache_list/frontcontroller24.phpt index 23ecdc904b7..c967f403657 100644 --- a/ext/phar/tests/cache_list/frontcontroller24.phpt +++ b/ext/phar/tests/cache_list/frontcontroller24.phpt @@ -3,8 +3,8 @@ Phar front controller with custom 404 php script [cache_list] --INI-- default_charset=UTF-8 phar.cache_list={PWD}/frontcontroller24.php ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller24.php REQUEST_URI=/frontcontroller24.php/unknown/file diff --git a/ext/phar/tests/cache_list/frontcontroller25.phpt b/ext/phar/tests/cache_list/frontcontroller25.phpt index 6fe6aee714c..b9bee7b4c23 100644 --- a/ext/phar/tests/cache_list/frontcontroller25.phpt +++ b/ext/phar/tests/cache_list/frontcontroller25.phpt @@ -3,8 +3,8 @@ Phar front controller with extra path_info [cache_list] --INI-- default_charset=UTF-8 phar.cache_list={PWD}/frontcontroller25.php ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller25.php REQUEST_URI=/frontcontroller25.php/a1.phps/extra/stuff diff --git a/ext/phar/tests/cache_list/frontcontroller26.phpt b/ext/phar/tests/cache_list/frontcontroller26.phpt index bf1b96494e8..b8d4e2e07d8 100644 --- a/ext/phar/tests/cache_list/frontcontroller26.phpt +++ b/ext/phar/tests/cache_list/frontcontroller26.phpt @@ -2,8 +2,8 @@ Phar front controller with unknown extension mime type [cache_list] --INI-- phar.cache_list={PWD}/frontcontroller26.php ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller26.php REQUEST_URI=/frontcontroller26.php/unknown.ext diff --git a/ext/phar/tests/cache_list/frontcontroller27.phpt b/ext/phar/tests/cache_list/frontcontroller27.phpt index 00867b53c12..02f22aa84b4 100644 --- a/ext/phar/tests/cache_list/frontcontroller27.phpt +++ b/ext/phar/tests/cache_list/frontcontroller27.phpt @@ -3,8 +3,8 @@ Phar front controller with no extension [cache_list] --INI-- default_charset=UTF-8 phar.cache_list={PWD}/frontcontroller27.php ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller27.php REQUEST_URI=/frontcontroller27.php/noext diff --git a/ext/phar/tests/cache_list/frontcontroller28.phpt b/ext/phar/tests/cache_list/frontcontroller28.phpt index 80059a9da26..d2eb83ffc26 100644 --- a/ext/phar/tests/cache_list/frontcontroller28.phpt +++ b/ext/phar/tests/cache_list/frontcontroller28.phpt @@ -3,8 +3,8 @@ Phar front controller with huge file [cache_list] --INI-- default_charset=UTF-8 phar.cache_list={PWD}/frontcontroller28.php ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller28.php REQUEST_URI=/frontcontroller28.php/bigfile.txt diff --git a/ext/phar/tests/cache_list/frontcontroller29.phpt b/ext/phar/tests/cache_list/frontcontroller29.phpt index a3a9f4e48e8..75cea41d167 100644 --- a/ext/phar/tests/cache_list/frontcontroller29.phpt +++ b/ext/phar/tests/cache_list/frontcontroller29.phpt @@ -3,8 +3,8 @@ Phar front controller with fatal error in php file [cache_list] --INI-- default_charset=UTF-8 phar.cache_list={PWD}/frontcontroller29.php ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller29.php REQUEST_URI=/frontcontroller29.php/fatalerror.phps diff --git a/ext/phar/tests/cache_list/frontcontroller3.phpt b/ext/phar/tests/cache_list/frontcontroller3.phpt index 1c1b4798813..04dad8a7ca3 100644 --- a/ext/phar/tests/cache_list/frontcontroller3.phpt +++ b/ext/phar/tests/cache_list/frontcontroller3.phpt @@ -3,8 +3,8 @@ Phar front controller phps [cache_list] --INI-- default_charset=UTF-8 phar.cache_list={PWD}/frontcontroller3.php ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller3.php REQUEST_URI=/frontcontroller3.php/a.phps diff --git a/ext/phar/tests/cache_list/frontcontroller30.phpt b/ext/phar/tests/cache_list/frontcontroller30.phpt index e30f170e073..2620a136ad2 100644 --- a/ext/phar/tests/cache_list/frontcontroller30.phpt +++ b/ext/phar/tests/cache_list/frontcontroller30.phpt @@ -2,8 +2,8 @@ Phar front controller with weird SCRIPT_NAME [cache_list] --INI-- phar.cache_list={PWD}/frontcontroller30.php ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/huh? REQUEST_URI=/huh? diff --git a/ext/phar/tests/cache_list/frontcontroller31.phpt b/ext/phar/tests/cache_list/frontcontroller31.phpt index 3419bb381d6..106ad17db75 100644 --- a/ext/phar/tests/cache_list/frontcontroller31.phpt +++ b/ext/phar/tests/cache_list/frontcontroller31.phpt @@ -3,8 +3,8 @@ Phar front controller with invalid callback for rewrites [cache_list] --INI-- default_charset=UTF-8 phar.cache_list={PWD}/frontcontroller31.php ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller31.php REQUEST_URI=/frontcontroller31.php diff --git a/ext/phar/tests/cache_list/frontcontroller32.phpt b/ext/phar/tests/cache_list/frontcontroller32.phpt index cb9abb8c198..6db3573041d 100644 --- a/ext/phar/tests/cache_list/frontcontroller32.phpt +++ b/ext/phar/tests/cache_list/frontcontroller32.phpt @@ -3,8 +3,8 @@ Phar front controller with valid callback that is not good [cache_list] --INI-- default_charset=UTF-8 phar.cache_list={PWD}/frontcontroller32.php ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller32.php REQUEST_URI=/frontcontroller32.php diff --git a/ext/phar/tests/cache_list/frontcontroller33.phpt b/ext/phar/tests/cache_list/frontcontroller33.phpt index 8cf0a16056c..1036fc2c46a 100644 --- a/ext/phar/tests/cache_list/frontcontroller33.phpt +++ b/ext/phar/tests/cache_list/frontcontroller33.phpt @@ -3,8 +3,8 @@ Phar front controller with valid callback that does not return any value [cache_ --INI-- default_charset=UTF-8 phar.cache_list={PWD}/frontcontroller33.php ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller33.php REQUEST_URI=/frontcontroller33.php diff --git a/ext/phar/tests/cache_list/frontcontroller34.phpt b/ext/phar/tests/cache_list/frontcontroller34.phpt index 83c22f58f8f..b4916f17618 100644 --- a/ext/phar/tests/cache_list/frontcontroller34.phpt +++ b/ext/phar/tests/cache_list/frontcontroller34.phpt @@ -3,8 +3,8 @@ Phar front controller with cwd [cache_list] --INI-- default_charset=UTF-8 phar.cache_list={PWD}/frontcontroller34.php ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller34.php REQUEST_URI=/frontcontroller34.php/start/index.php diff --git a/ext/phar/tests/cache_list/frontcontroller4.phpt b/ext/phar/tests/cache_list/frontcontroller4.phpt index 5cf36822770..429777ad6c2 100644 --- a/ext/phar/tests/cache_list/frontcontroller4.phpt +++ b/ext/phar/tests/cache_list/frontcontroller4.phpt @@ -2,8 +2,8 @@ Phar front controller index.php relocate (no /) [cache_list] --INI-- phar.cache_list={PWD}/frontcontroller4.php ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller4.php REQUEST_URI=/frontcontroller4.php diff --git a/ext/phar/tests/cache_list/frontcontroller5.phpt b/ext/phar/tests/cache_list/frontcontroller5.phpt index 2c738d7bfb3..f147118e69e 100644 --- a/ext/phar/tests/cache_list/frontcontroller5.phpt +++ b/ext/phar/tests/cache_list/frontcontroller5.phpt @@ -2,8 +2,8 @@ Phar front controller index.php relocate [cache_list] --INI-- phar.cache_list={PWD}/frontcontroller5.php ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller5.php REQUEST_URI=/frontcontroller5.php/ diff --git a/ext/phar/tests/cache_list/frontcontroller6.phpt b/ext/phar/tests/cache_list/frontcontroller6.phpt index 4781c663100..7fc43284224 100644 --- a/ext/phar/tests/cache_list/frontcontroller6.phpt +++ b/ext/phar/tests/cache_list/frontcontroller6.phpt @@ -2,8 +2,8 @@ Phar front controller 404 [cache_list] --INI-- phar.cache_list={PWD}/frontcontroller6.php ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller6.php REQUEST_URI=/frontcontroller6.php/notfound.php diff --git a/ext/phar/tests/cache_list/frontcontroller7.phpt b/ext/phar/tests/cache_list/frontcontroller7.phpt index a8a88a95fe4..07a22d94534 100644 --- a/ext/phar/tests/cache_list/frontcontroller7.phpt +++ b/ext/phar/tests/cache_list/frontcontroller7.phpt @@ -2,8 +2,8 @@ Phar front controller alternate index file [cache_list] --INI-- phar.cache_list={PWD}/frontcontroller7.php ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller7.php REQUEST_URI=/frontcontroller7.php/ diff --git a/ext/phar/tests/cache_list/frontcontroller8.phpt b/ext/phar/tests/cache_list/frontcontroller8.phpt index fc85ef8fa5a..1bf6cb541c8 100644 --- a/ext/phar/tests/cache_list/frontcontroller8.phpt +++ b/ext/phar/tests/cache_list/frontcontroller8.phpt @@ -2,8 +2,8 @@ Phar front controller no index file 404 [cache_list] --INI-- phar.cache_list={PWD}/frontcontroller8.php ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller8.php REQUEST_URI=/frontcontroller8.php/ diff --git a/ext/phar/tests/cache_list/frontcontroller9.phpt b/ext/phar/tests/cache_list/frontcontroller9.phpt index 631bb30ef0e..ddc12991216 100644 --- a/ext/phar/tests/cache_list/frontcontroller9.phpt +++ b/ext/phar/tests/cache_list/frontcontroller9.phpt @@ -3,8 +3,8 @@ Phar front controller rewrite array [cache_list] --INI-- default_charset=UTF-8 phar.cache_list={PWD}/frontcontroller9.php ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller9.php REQUEST_URI=/frontcontroller9.php/hi diff --git a/ext/phar/tests/cached_manifest_1.phpt b/ext/phar/tests/cached_manifest_1.phpt index f3d065e56fa..e11879ee6df 100644 --- a/ext/phar/tests/cached_manifest_1.phpt +++ b/ext/phar/tests/cached_manifest_1.phpt @@ -1,9 +1,7 @@ --TEST-- Phar: phar.cache_list basic read test ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.cache_list={PWD}/files/nophar.phar --FILE-- diff --git a/ext/phar/tests/create_new_and_modify.phpt b/ext/phar/tests/create_new_and_modify.phpt index ed01a631226..02e36c6cea2 100644 --- a/ext/phar/tests/create_new_and_modify.phpt +++ b/ext/phar/tests/create_new_and_modify.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: create and modify phar ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=1 diff --git a/ext/phar/tests/create_new_phar.phpt b/ext/phar/tests/create_new_phar.phpt index 73aca42528e..f95979272d4 100644 --- a/ext/phar/tests/create_new_phar.phpt +++ b/ext/phar/tests/create_new_phar.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: create a completely new phar ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=1 diff --git a/ext/phar/tests/create_new_phar_b.phpt b/ext/phar/tests/create_new_phar_b.phpt index 3a531fd1e4e..810da1f7ce6 100644 --- a/ext/phar/tests/create_new_phar_b.phpt +++ b/ext/phar/tests/create_new_phar_b.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: create a completely new phar ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=1 phar.require_hash=1 diff --git a/ext/phar/tests/create_new_phar_c.phpt b/ext/phar/tests/create_new_phar_c.phpt index 547544d758e..566d3c4d5f8 100644 --- a/ext/phar/tests/create_new_phar_c.phpt +++ b/ext/phar/tests/create_new_phar_c.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: create a completely new phar ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=1 diff --git a/ext/phar/tests/create_path_error.phpt b/ext/phar/tests/create_path_error.phpt index e6dfabaf4e7..b0b15612222 100644 --- a/ext/phar/tests/create_path_error.phpt +++ b/ext/phar/tests/create_path_error.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: create with illegal path ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=1 diff --git a/ext/phar/tests/delete.phpt b/ext/phar/tests/delete.phpt index 5a1059cc7a9..1cf95cb82d5 100644 --- a/ext/phar/tests/delete.phpt +++ b/ext/phar/tests/delete.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: delete test ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/delete_in_phar.phpt b/ext/phar/tests/delete_in_phar.phpt index d58ce21a9d0..11978fdce7b 100644 --- a/ext/phar/tests/delete_in_phar.phpt +++ b/ext/phar/tests/delete_in_phar.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: delete a file within a .phar ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/delete_in_phar_b.phpt b/ext/phar/tests/delete_in_phar_b.phpt index ce45b03c840..1cc372d53c3 100644 --- a/ext/phar/tests/delete_in_phar_b.phpt +++ b/ext/phar/tests/delete_in_phar_b.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: delete a file within a .phar ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=1 phar.require_hash=0 diff --git a/ext/phar/tests/delete_in_phar_confirm.phpt b/ext/phar/tests/delete_in_phar_confirm.phpt index b4acf6aa469..12d1099bf63 100644 --- a/ext/phar/tests/delete_in_phar_confirm.phpt +++ b/ext/phar/tests/delete_in_phar_confirm.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: delete a file within a .phar (confirm disk file is changed) ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/dir.phpt b/ext/phar/tests/dir.phpt index 964c4372984..db5d0262add 100644 --- a/ext/phar/tests/dir.phpt +++ b/ext/phar/tests/dir.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: mkdir/rmdir test ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/fatal_error_webphar.phpt b/ext/phar/tests/fatal_error_webphar.phpt index 21df0775b00..9ac1e03503a 100644 --- a/ext/phar/tests/fatal_error_webphar.phpt +++ b/ext/phar/tests/fatal_error_webphar.phpt @@ -4,8 +4,8 @@ Phar web-based phar with fatal error Uses no longer supported __autoload() function, new phar needed --INI-- default_charset=UTF-8 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/fatal_error_webphar.php REQUEST_URI=/fatal_error_webphar.php/index.php diff --git a/ext/phar/tests/fgc_edgecases.phpt b/ext/phar/tests/fgc_edgecases.phpt index ae9381ff1e6..81a2f43e80a 100644 --- a/ext/phar/tests/fgc_edgecases.phpt +++ b/ext/phar/tests/fgc_edgecases.phpt @@ -1,9 +1,7 @@ --TEST-- Phar: test edge cases of file_get_contents() function interception ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/file_get_contents.phpt b/ext/phar/tests/file_get_contents.phpt index 2ac211abc31..d30b83d3ed1 100644 --- a/ext/phar/tests/file_get_contents.phpt +++ b/ext/phar/tests/file_get_contents.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: test file_get_contents() interception ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=1 phar.readonly=0 diff --git a/ext/phar/tests/fopen.phpt b/ext/phar/tests/fopen.phpt index c771b25dd3e..6d907317453 100644 --- a/ext/phar/tests/fopen.phpt +++ b/ext/phar/tests/fopen.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: test fopen() interception ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=1 phar.readonly=0 diff --git a/ext/phar/tests/fopen_edgecases.phpt b/ext/phar/tests/fopen_edgecases.phpt index cea8adde60c..12b4ecde758 100644 --- a/ext/phar/tests/fopen_edgecases.phpt +++ b/ext/phar/tests/fopen_edgecases.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: fopen/stat/fseek/unlink/rename edge cases ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/fopen_edgecases2.phpt b/ext/phar/tests/fopen_edgecases2.phpt index 4be382bf982..6fae07c0fda 100644 --- a/ext/phar/tests/fopen_edgecases2.phpt +++ b/ext/phar/tests/fopen_edgecases2.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: test edge cases of fopen() function interception #2 ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/front.phar.phpt b/ext/phar/tests/front.phar.phpt index 8763c8801f2..95ef8886488 100644 --- a/ext/phar/tests/front.phar.phpt +++ b/ext/phar/tests/front.phar.phpt @@ -3,8 +3,8 @@ Phar front controller with mounted external file --INI-- default_charset=UTF-8 opcache.validate_timestamps=1 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/front.phar.php REQUEST_URI=/front.phar.php/index.php diff --git a/ext/phar/tests/frontcontroller1.phpt b/ext/phar/tests/frontcontroller1.phpt index 70933236171..8ed79f366ad 100644 --- a/ext/phar/tests/frontcontroller1.phpt +++ b/ext/phar/tests/frontcontroller1.phpt @@ -1,7 +1,7 @@ --TEST-- Phar front controller other ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller1.php REQUEST_URI=/frontcontroller1.php/a.jpg diff --git a/ext/phar/tests/frontcontroller10.phpt b/ext/phar/tests/frontcontroller10.phpt index b3f5e640dd7..7c59b0bcaf5 100644 --- a/ext/phar/tests/frontcontroller10.phpt +++ b/ext/phar/tests/frontcontroller10.phpt @@ -2,8 +2,8 @@ Phar front controller rewrite access denied --INI-- default_charset=UTF-8 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller10.php REQUEST_URI=/frontcontroller10.php/hi diff --git a/ext/phar/tests/frontcontroller11.phpt b/ext/phar/tests/frontcontroller11.phpt index eed93fcc0ae..8fdbe9cb7c6 100644 --- a/ext/phar/tests/frontcontroller11.phpt +++ b/ext/phar/tests/frontcontroller11.phpt @@ -2,8 +2,8 @@ Phar front controller mime type extension is not a string --INI-- default_charset= ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller11.php REQUEST_URI=/frontcontroller11.php/a.php diff --git a/ext/phar/tests/frontcontroller12.phpt b/ext/phar/tests/frontcontroller12.phpt index 40bd8e333f9..c77e51489e1 100644 --- a/ext/phar/tests/frontcontroller12.phpt +++ b/ext/phar/tests/frontcontroller12.phpt @@ -2,8 +2,8 @@ Phar front controller mime type unknown int --INI-- default_charset=UTF-8 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller12.php REQUEST_URI=/frontcontroller12.php/a.php diff --git a/ext/phar/tests/frontcontroller13.phpt b/ext/phar/tests/frontcontroller13.phpt index 60d5709c6f3..e6678bae9d6 100644 --- a/ext/phar/tests/frontcontroller13.phpt +++ b/ext/phar/tests/frontcontroller13.phpt @@ -2,8 +2,8 @@ Phar front controller mime type not string/int --INI-- default_charset=UTF-8 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller13.php REQUEST_URI=/frontcontroller13.php/a.php diff --git a/ext/phar/tests/frontcontroller14.phpt b/ext/phar/tests/frontcontroller14.phpt index 2bdb145c6e3..178ce3f53d6 100644 --- a/ext/phar/tests/frontcontroller14.phpt +++ b/ext/phar/tests/frontcontroller14.phpt @@ -1,7 +1,7 @@ --TEST-- Phar front controller mime type override, other ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller14.php REQUEST_URI=/frontcontroller14.php/a.jpg diff --git a/ext/phar/tests/frontcontroller15.phpt b/ext/phar/tests/frontcontroller15.phpt index 16b64c0e9e6..99d2476490b 100644 --- a/ext/phar/tests/frontcontroller15.phpt +++ b/ext/phar/tests/frontcontroller15.phpt @@ -2,8 +2,8 @@ Phar front controller mime type override, Phar::PHPS --INI-- default_charset=UTF-8 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller15.php REQUEST_URI=/frontcontroller15.php/a.php diff --git a/ext/phar/tests/frontcontroller16.phpt b/ext/phar/tests/frontcontroller16.phpt index 1355d0042ad..8e0414ea022 100644 --- a/ext/phar/tests/frontcontroller16.phpt +++ b/ext/phar/tests/frontcontroller16.phpt @@ -2,8 +2,8 @@ Phar front controller mime type override, Phar::PHP --INI-- default_charset=UTF-8 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller16.php REQUEST_URI=/frontcontroller16.php/a.phps diff --git a/ext/phar/tests/frontcontroller17.phpt b/ext/phar/tests/frontcontroller17.phpt index a735eb42cfb..cd78d7b0529 100644 --- a/ext/phar/tests/frontcontroller17.phpt +++ b/ext/phar/tests/frontcontroller17.phpt @@ -1,7 +1,7 @@ --TEST-- Phar front controller mime type unknown ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller17.php REQUEST_URI=/frontcontroller17.php/fronk.gronk diff --git a/ext/phar/tests/frontcontroller18.phpt b/ext/phar/tests/frontcontroller18.phpt index d01886e6b0a..6bfe15df5ca 100644 --- a/ext/phar/tests/frontcontroller18.phpt +++ b/ext/phar/tests/frontcontroller18.phpt @@ -1,7 +1,7 @@ --TEST-- Phar front controller $_SERVER munging failure ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller18.php REQUEST_URI=/frontcontroller18.php/fronk.gronk diff --git a/ext/phar/tests/frontcontroller19.phpt b/ext/phar/tests/frontcontroller19.phpt index e577ecb6a4d..0685975e13a 100644 --- a/ext/phar/tests/frontcontroller19.phpt +++ b/ext/phar/tests/frontcontroller19.phpt @@ -1,7 +1,7 @@ --TEST-- Phar front controller $_SERVER munging failure 2 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller19.php REQUEST_URI=/frontcontroller19.php/ diff --git a/ext/phar/tests/frontcontroller2.phpt b/ext/phar/tests/frontcontroller2.phpt index d0744dea1dc..2bc35f42b65 100644 --- a/ext/phar/tests/frontcontroller2.phpt +++ b/ext/phar/tests/frontcontroller2.phpt @@ -2,8 +2,8 @@ Phar front controller PHP test --INI-- default_charset=UTF-8 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller2.php REQUEST_URI=/frontcontroller2.php/a.php diff --git a/ext/phar/tests/frontcontroller20.phpt b/ext/phar/tests/frontcontroller20.phpt index e67ec06a5c1..75854822f20 100644 --- a/ext/phar/tests/frontcontroller20.phpt +++ b/ext/phar/tests/frontcontroller20.phpt @@ -1,7 +1,7 @@ --TEST-- Phar front controller $_SERVER munging failure 3 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller20.php REQUEST_URI=/frontcontroller20.php/ diff --git a/ext/phar/tests/frontcontroller21.phpt b/ext/phar/tests/frontcontroller21.phpt index 2dad6cae0d0..aa48357156c 100644 --- a/ext/phar/tests/frontcontroller21.phpt +++ b/ext/phar/tests/frontcontroller21.phpt @@ -3,8 +3,8 @@ Phar front controller $_SERVER munging success --INI-- default_charset=UTF-8 cgi.fix_pathinfo=1 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller21.php REQUEST_URI=/frontcontroller21.php/index.php?test=hi diff --git a/ext/phar/tests/frontcontroller22.phpt b/ext/phar/tests/frontcontroller22.phpt index b9f1717b0ba..5fb9490e2dc 100644 --- a/ext/phar/tests/frontcontroller22.phpt +++ b/ext/phar/tests/frontcontroller22.phpt @@ -2,8 +2,8 @@ Phar front controller include from cwd test 1 --INI-- default_charset=UTF-8 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller22.php REQUEST_URI=/frontcontroller22.php/index.php diff --git a/ext/phar/tests/frontcontroller23.phpt b/ext/phar/tests/frontcontroller23.phpt index 441eb701c2c..96b40e0fe7a 100644 --- a/ext/phar/tests/frontcontroller23.phpt +++ b/ext/phar/tests/frontcontroller23.phpt @@ -2,8 +2,8 @@ Phar front controller with generic action router test --INI-- default_charset=UTF-8 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller23.php REQUEST_URI=/frontcontroller23.php/hi/there diff --git a/ext/phar/tests/frontcontroller24.phpt b/ext/phar/tests/frontcontroller24.phpt index e7d5dce9091..ab9185a243a 100644 --- a/ext/phar/tests/frontcontroller24.phpt +++ b/ext/phar/tests/frontcontroller24.phpt @@ -2,8 +2,8 @@ Phar front controller with custom 404 php script --INI-- default_charset=UTF-8 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller24.php REQUEST_URI=/frontcontroller24.php/unknown/file diff --git a/ext/phar/tests/frontcontroller25.phpt b/ext/phar/tests/frontcontroller25.phpt index c2995ed4378..f5484c66f66 100644 --- a/ext/phar/tests/frontcontroller25.phpt +++ b/ext/phar/tests/frontcontroller25.phpt @@ -2,8 +2,8 @@ Phar front controller with extra path_info --INI-- default_charset=UTF-8 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller25.php REQUEST_URI=/frontcontroller25.php/a1.phps/extra/stuff diff --git a/ext/phar/tests/frontcontroller26.phpt b/ext/phar/tests/frontcontroller26.phpt index 20a7d883514..8ca9a23c9d3 100644 --- a/ext/phar/tests/frontcontroller26.phpt +++ b/ext/phar/tests/frontcontroller26.phpt @@ -1,7 +1,7 @@ --TEST-- Phar front controller with unknown extension mime type ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller26.php REQUEST_URI=/frontcontroller26.php/unknown.ext diff --git a/ext/phar/tests/frontcontroller27.phpt b/ext/phar/tests/frontcontroller27.phpt index 720a2ec9e6d..c5218068d81 100644 --- a/ext/phar/tests/frontcontroller27.phpt +++ b/ext/phar/tests/frontcontroller27.phpt @@ -2,8 +2,8 @@ Phar front controller with no extension --INI-- default_charset=UTF-8 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller27.php REQUEST_URI=/frontcontroller27.php/noext diff --git a/ext/phar/tests/frontcontroller28.phpt b/ext/phar/tests/frontcontroller28.phpt index 577800885b1..c52b35db43f 100644 --- a/ext/phar/tests/frontcontroller28.phpt +++ b/ext/phar/tests/frontcontroller28.phpt @@ -2,8 +2,8 @@ Phar front controller with huge file --INI-- default_charset=UTF-8 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller28.php REQUEST_URI=/frontcontroller28.php/bigfile.txt diff --git a/ext/phar/tests/frontcontroller29.phpt b/ext/phar/tests/frontcontroller29.phpt index 2a2ea8c665c..2a19272d3e5 100644 --- a/ext/phar/tests/frontcontroller29.phpt +++ b/ext/phar/tests/frontcontroller29.phpt @@ -2,8 +2,8 @@ Phar front controller with fatal error in php file --INI-- default_charset=UTF-8 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller29.php REQUEST_URI=/frontcontroller29.php/fatalerror.phps diff --git a/ext/phar/tests/frontcontroller3.phpt b/ext/phar/tests/frontcontroller3.phpt index ac36485837b..045aca26c1d 100644 --- a/ext/phar/tests/frontcontroller3.phpt +++ b/ext/phar/tests/frontcontroller3.phpt @@ -2,8 +2,8 @@ Phar front controller phps --INI-- default_charset=UTF-8 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller3.php REQUEST_URI=/frontcontroller3.php/a.phps diff --git a/ext/phar/tests/frontcontroller30.phpt b/ext/phar/tests/frontcontroller30.phpt index fd6088d05aa..8a8e5924d7d 100644 --- a/ext/phar/tests/frontcontroller30.phpt +++ b/ext/phar/tests/frontcontroller30.phpt @@ -1,7 +1,7 @@ --TEST-- Phar front controller with weird SCRIPT_NAME ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/huh? REQUEST_URI=/huh? diff --git a/ext/phar/tests/frontcontroller31.phpt b/ext/phar/tests/frontcontroller31.phpt index 121a9389ee8..e17f7fb3df1 100644 --- a/ext/phar/tests/frontcontroller31.phpt +++ b/ext/phar/tests/frontcontroller31.phpt @@ -2,8 +2,8 @@ Phar front controller with invalid callback for rewrites --INI-- default_charset=UTF-8 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller31.php REQUEST_URI=/frontcontroller31.php diff --git a/ext/phar/tests/frontcontroller32.phpt b/ext/phar/tests/frontcontroller32.phpt index 032d0f571d2..047912ef56d 100644 --- a/ext/phar/tests/frontcontroller32.phpt +++ b/ext/phar/tests/frontcontroller32.phpt @@ -2,8 +2,8 @@ Phar front controller with valid callback that is not good --INI-- default_charset=UTF-8 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller32.php REQUEST_URI=/frontcontroller32.php diff --git a/ext/phar/tests/frontcontroller33.phpt b/ext/phar/tests/frontcontroller33.phpt index d80f44fffa8..cdf32538d16 100644 --- a/ext/phar/tests/frontcontroller33.phpt +++ b/ext/phar/tests/frontcontroller33.phpt @@ -2,8 +2,8 @@ Phar front controller with valid callback that does not return any value --INI-- default_charset=UTF-8 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller33.php REQUEST_URI=/frontcontroller33.php diff --git a/ext/phar/tests/frontcontroller34.phpt b/ext/phar/tests/frontcontroller34.phpt index 34a49ded4df..a0989277cfa 100644 --- a/ext/phar/tests/frontcontroller34.phpt +++ b/ext/phar/tests/frontcontroller34.phpt @@ -2,8 +2,8 @@ Phar front controller with cwd --INI-- default_charset=UTF-8 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller34.php REQUEST_URI=/frontcontroller34.php/start/index.php diff --git a/ext/phar/tests/frontcontroller4.phpt b/ext/phar/tests/frontcontroller4.phpt index f2482b92197..77f963ddb7d 100644 --- a/ext/phar/tests/frontcontroller4.phpt +++ b/ext/phar/tests/frontcontroller4.phpt @@ -1,7 +1,7 @@ --TEST-- Phar front controller index.php relocate (no /) ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller4.php REQUEST_URI=/frontcontroller4.php diff --git a/ext/phar/tests/frontcontroller5.phpt b/ext/phar/tests/frontcontroller5.phpt index 1990a2b0083..602c11f868b 100644 --- a/ext/phar/tests/frontcontroller5.phpt +++ b/ext/phar/tests/frontcontroller5.phpt @@ -1,7 +1,7 @@ --TEST-- Phar front controller index.php relocate ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller5.php REQUEST_URI=/frontcontroller5.php/ diff --git a/ext/phar/tests/frontcontroller6.phpt b/ext/phar/tests/frontcontroller6.phpt index de298c7b0e1..771afab3cab 100644 --- a/ext/phar/tests/frontcontroller6.phpt +++ b/ext/phar/tests/frontcontroller6.phpt @@ -1,7 +1,7 @@ --TEST-- Phar front controller 404 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller6.php REQUEST_URI=/frontcontroller6.php/notfound.php diff --git a/ext/phar/tests/frontcontroller7.phpt b/ext/phar/tests/frontcontroller7.phpt index aff2087522c..9948c5d45a5 100644 --- a/ext/phar/tests/frontcontroller7.phpt +++ b/ext/phar/tests/frontcontroller7.phpt @@ -1,7 +1,7 @@ --TEST-- Phar front controller alternate index file ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller7.php REQUEST_URI=/frontcontroller7.php/ diff --git a/ext/phar/tests/frontcontroller8.phpt b/ext/phar/tests/frontcontroller8.phpt index b22f14a03a6..95ee4769a5f 100644 --- a/ext/phar/tests/frontcontroller8.phpt +++ b/ext/phar/tests/frontcontroller8.phpt @@ -1,7 +1,7 @@ --TEST-- Phar front controller no index file 404 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller8.php REQUEST_URI=/frontcontroller8.php/ diff --git a/ext/phar/tests/frontcontroller9.phpt b/ext/phar/tests/frontcontroller9.phpt index c5918791720..54b50b48212 100644 --- a/ext/phar/tests/frontcontroller9.phpt +++ b/ext/phar/tests/frontcontroller9.phpt @@ -2,8 +2,8 @@ Phar front controller rewrite array --INI-- default_charset=UTF-8 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller9.php REQUEST_URI=/frontcontroller9.php/hi diff --git a/ext/phar/tests/include_path.phpt b/ext/phar/tests/include_path.phpt index c2c9387ea49..0f2dd585904 100644 --- a/ext/phar/tests/include_path.phpt +++ b/ext/phar/tests/include_path.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: include_path with phar:// wrapper ---SKIPIF-- - +--EXTENSIONS-- +phar --CONFLICTS-- tempmanifest1.phar.php --INI-- diff --git a/ext/phar/tests/include_path_advanced.phpt b/ext/phar/tests/include_path_advanced.phpt index c4603ba28b4..95dc0ccacec 100644 --- a/ext/phar/tests/include_path_advanced.phpt +++ b/ext/phar/tests/include_path_advanced.phpt @@ -2,8 +2,8 @@ Phar: include_path advanced code coverage test --INI-- default_charset=UTF-8 ---SKIPIF-- - +--EXTENSIONS-- +phar --FILE_EXTERNAL-- files/include_path.phar --EXPECT-- diff --git a/ext/phar/tests/ini_set.phpt b/ext/phar/tests/ini_set.phpt index 6bba43991a7..5adfadc39ad 100644 --- a/ext/phar/tests/ini_set.phpt +++ b/ext/phar/tests/ini_set.phpt @@ -1,9 +1,7 @@ --TEST-- Phar: test ini_set with readonly and require_hash enabled ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=1 phar.readonly=1 diff --git a/ext/phar/tests/ini_set_off.phpt b/ext/phar/tests/ini_set_off.phpt index 7088714a582..649ece464b7 100644 --- a/ext/phar/tests/ini_set_off.phpt +++ b/ext/phar/tests/ini_set_off.phpt @@ -1,9 +1,7 @@ --TEST-- Phar: test ini_set with readonly and require_hash disabled ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/invalid_alias.phpt b/ext/phar/tests/invalid_alias.phpt index 9039b8aa0d6..fa44af3c148 100644 --- a/ext/phar/tests/invalid_alias.phpt +++ b/ext/phar/tests/invalid_alias.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: set alias with invalid alias containing / \ : or ; ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/invalid_setstubalias.phpt b/ext/phar/tests/invalid_setstubalias.phpt index df1b8c90c91..9b711bd2c3d 100644 --- a/ext/phar/tests/invalid_setstubalias.phpt +++ b/ext/phar/tests/invalid_setstubalias.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: invalid set alias or stub via array access ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/metadata_read.phpt b/ext/phar/tests/metadata_read.phpt index 5450dee801d..cb7e791f558 100644 --- a/ext/phar/tests/metadata_read.phpt +++ b/ext/phar/tests/metadata_read.phpt @@ -1,9 +1,7 @@ --TEST-- Phar with meta-data (read) ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/metadata_write.phpt b/ext/phar/tests/metadata_write.phpt index 56d2956aab8..ad9d72f7dca 100644 --- a/ext/phar/tests/metadata_write.phpt +++ b/ext/phar/tests/metadata_write.phpt @@ -1,9 +1,7 @@ --TEST-- Phar with meta-data (write) ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/metadata_write_commit.phpt b/ext/phar/tests/metadata_write_commit.phpt index 2fdd6fd8847..7ea8189f048 100644 --- a/ext/phar/tests/metadata_write_commit.phpt +++ b/ext/phar/tests/metadata_write_commit.phpt @@ -1,9 +1,7 @@ --TEST-- Phar with meta-data (write) ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/mkdir.phpt b/ext/phar/tests/mkdir.phpt index 3a5782f3ef7..1ffdc7fe252 100644 --- a/ext/phar/tests/mkdir.phpt +++ b/ext/phar/tests/mkdir.phpt @@ -1,7 +1,7 @@ --TEST-- phar: mkdir/rmdir edge cases ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/mounteddir.phpt b/ext/phar/tests/mounteddir.phpt index fe28a56919f..2f6be58eb4d 100644 --- a/ext/phar/tests/mounteddir.phpt +++ b/ext/phar/tests/mounteddir.phpt @@ -1,9 +1,7 @@ --TEST-- Phar: mounted manifest directory test ---SKIPIF-- - +--EXTENSIONS-- +phar --CONFLICTS-- tempmanifest1.phar.php --INI-- diff --git a/ext/phar/tests/open_for_write_existing.phpt b/ext/phar/tests/open_for_write_existing.phpt index bd4988ece91..92011ff121c 100644 --- a/ext/phar/tests/open_for_write_existing.phpt +++ b/ext/phar/tests/open_for_write_existing.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: fopen a .phar for writing (existing file) ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/open_for_write_existing_b.phpt b/ext/phar/tests/open_for_write_existing_b.phpt index d124ddd84bb..c11fb9a67f1 100644 --- a/ext/phar/tests/open_for_write_existing_b.phpt +++ b/ext/phar/tests/open_for_write_existing_b.phpt @@ -1,9 +1,7 @@ --TEST-- Phar: fopen a .phar for writing (existing file) ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=1 phar.require_hash=0 diff --git a/ext/phar/tests/open_for_write_existing_c.phpt b/ext/phar/tests/open_for_write_existing_c.phpt index 945f3ebb29b..e8867d83b46 100644 --- a/ext/phar/tests/open_for_write_existing_c.phpt +++ b/ext/phar/tests/open_for_write_existing_c.phpt @@ -1,9 +1,7 @@ --TEST-- Phar: fopen a .phar for writing (existing file) ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=1 phar.require_hash=0 diff --git a/ext/phar/tests/open_for_write_newfile.phpt b/ext/phar/tests/open_for_write_newfile.phpt index 57b7be090d7..df345c8cf4f 100644 --- a/ext/phar/tests/open_for_write_newfile.phpt +++ b/ext/phar/tests/open_for_write_newfile.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: fopen a .phar for writing (new file) ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/open_for_write_newfile_b.phpt b/ext/phar/tests/open_for_write_newfile_b.phpt index 58bd08974e7..498e3dd4be3 100644 --- a/ext/phar/tests/open_for_write_newfile_b.phpt +++ b/ext/phar/tests/open_for_write_newfile_b.phpt @@ -1,9 +1,7 @@ --TEST-- Phar: fopen a .phar for writing (new file) ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=1 phar.require_hash=0 diff --git a/ext/phar/tests/open_for_write_newfile_c.phpt b/ext/phar/tests/open_for_write_newfile_c.phpt index 3955b39361b..8bb0e2ba680 100644 --- a/ext/phar/tests/open_for_write_newfile_c.phpt +++ b/ext/phar/tests/open_for_write_newfile_c.phpt @@ -1,9 +1,7 @@ --TEST-- Phar: fopen a .phar for writing (new file) ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=1 phar.require_hash=0 diff --git a/ext/phar/tests/opendir.phpt b/ext/phar/tests/opendir.phpt index 3bccb5c4a22..77a17c80f22 100644 --- a/ext/phar/tests/opendir.phpt +++ b/ext/phar/tests/opendir.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: test opendir() interception ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=1 phar.readonly=0 diff --git a/ext/phar/tests/opendir_edgecases.phpt b/ext/phar/tests/opendir_edgecases.phpt index 9cfd65c8410..fbca644d18d 100644 --- a/ext/phar/tests/opendir_edgecases.phpt +++ b/ext/phar/tests/opendir_edgecases.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: test edge cases of opendir() function interception ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/phar_begin_setstub_commit.phpt b/ext/phar/tests/phar_begin_setstub_commit.phpt index 44ebaabd64f..07d62fa9c39 100644 --- a/ext/phar/tests/phar_begin_setstub_commit.phpt +++ b/ext/phar/tests/phar_begin_setstub_commit.phpt @@ -1,9 +1,7 @@ --TEST-- Phar::startBuffering()/setStub()/stopBuffering() ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_buildfromdirectory1.phpt b/ext/phar/tests/phar_buildfromdirectory1.phpt index 62a3689072d..f7ee620b462 100644 --- a/ext/phar/tests/phar_buildfromdirectory1.phpt +++ b/ext/phar/tests/phar_buildfromdirectory1.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::buildFromDirectory() - readonly ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_buildfromdirectory2-win.phpt b/ext/phar/tests/phar_buildfromdirectory2-win.phpt index ca22d394fa1..eaaf5b533b7 100644 --- a/ext/phar/tests/phar_buildfromdirectory2-win.phpt +++ b/ext/phar/tests/phar_buildfromdirectory2-win.phpt @@ -1,8 +1,9 @@ --TEST-- Phar::buildFromDirectory() - non-directory passed as first parameter +--EXTENSIONS-- +phar --SKIPIF-- --INI-- diff --git a/ext/phar/tests/phar_buildfromdirectory2.phpt b/ext/phar/tests/phar_buildfromdirectory2.phpt index 0d25a60afad..9de4edd89c7 100644 --- a/ext/phar/tests/phar_buildfromdirectory2.phpt +++ b/ext/phar/tests/phar_buildfromdirectory2.phpt @@ -1,8 +1,9 @@ --TEST-- Phar::buildFromDirectory() - non-directory passed as first parameter +--EXTENSIONS-- +phar --SKIPIF-- --INI-- diff --git a/ext/phar/tests/phar_buildfromdirectory4.phpt b/ext/phar/tests/phar_buildfromdirectory4.phpt index a492592c558..79bb51caa00 100644 --- a/ext/phar/tests/phar_buildfromdirectory4.phpt +++ b/ext/phar/tests/phar_buildfromdirectory4.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::buildFromDirectory(), directory exists ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_buildfromdirectory5.phpt b/ext/phar/tests/phar_buildfromdirectory5.phpt index f5c48ee1635..2d468fe3535 100644 --- a/ext/phar/tests/phar_buildfromdirectory5.phpt +++ b/ext/phar/tests/phar_buildfromdirectory5.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::buildFromDirectory() with matching regex ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_buildfromdirectory6.phpt b/ext/phar/tests/phar_buildfromdirectory6.phpt index e25439a64be..131247a8072 100644 --- a/ext/phar/tests/phar_buildfromdirectory6.phpt +++ b/ext/phar/tests/phar_buildfromdirectory6.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::buildFromDirectory() with non-matching regex ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_buildfromiterator1.phpt b/ext/phar/tests/phar_buildfromiterator1.phpt index c403e8c939b..b8b6ee9bfbd 100644 --- a/ext/phar/tests/phar_buildfromiterator1.phpt +++ b/ext/phar/tests/phar_buildfromiterator1.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::buildFromIterator() readonly ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_buildfromiterator10.phpt b/ext/phar/tests/phar_buildfromiterator10.phpt index 6db0c93cdd6..3a57e7808ae 100644 --- a/ext/phar/tests/phar_buildfromiterator10.phpt +++ b/ext/phar/tests/phar_buildfromiterator10.phpt @@ -1,9 +1,7 @@ --TEST-- Phar::buildFromIterator() RegexIterator(RecursiveIteratorIterator), SplFileInfo as current ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_buildfromiterator4.phpt b/ext/phar/tests/phar_buildfromiterator4.phpt index fbe51fd1a33..025931e07ee 100644 --- a/ext/phar/tests/phar_buildfromiterator4.phpt +++ b/ext/phar/tests/phar_buildfromiterator4.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::buildFromIterator() iterator, 1 file passed in ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_buildfromiterator5.phpt b/ext/phar/tests/phar_buildfromiterator5.phpt index 57b13282932..041e7640567 100644 --- a/ext/phar/tests/phar_buildfromiterator5.phpt +++ b/ext/phar/tests/phar_buildfromiterator5.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::buildFromIterator() iterator, iterator returns non-string ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_buildfromiterator6.phpt b/ext/phar/tests/phar_buildfromiterator6.phpt index 612b114e9b9..b7ad1a22da5 100644 --- a/ext/phar/tests/phar_buildfromiterator6.phpt +++ b/ext/phar/tests/phar_buildfromiterator6.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::buildFromIterator() iterator, key is int ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_buildfromiterator7.phpt b/ext/phar/tests/phar_buildfromiterator7.phpt index d3fa437a18b..a785c8b30cf 100644 --- a/ext/phar/tests/phar_buildfromiterator7.phpt +++ b/ext/phar/tests/phar_buildfromiterator7.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::buildFromIterator() iterator, file can't be opened ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_buildfromiterator8.phpt b/ext/phar/tests/phar_buildfromiterator8.phpt index b3dc947d9ee..6dbe9dcd3f9 100644 --- a/ext/phar/tests/phar_buildfromiterator8.phpt +++ b/ext/phar/tests/phar_buildfromiterator8.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::buildFromIterator() RegexIterator(DirectoryIterator), SplFileInfo as current ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/phar_buildfromiterator9.phpt b/ext/phar/tests/phar_buildfromiterator9.phpt index 20637453e05..488e2eabd73 100644 --- a/ext/phar/tests/phar_buildfromiterator9.phpt +++ b/ext/phar/tests/phar_buildfromiterator9.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::buildFromIterator() iterator, 1 file resource passed in ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_bz2.phpt b/ext/phar/tests/phar_bz2.phpt index f70e2ae9eb7..bb0a98101fa 100644 --- a/ext/phar/tests/phar_bz2.phpt +++ b/ext/phar/tests/phar_bz2.phpt @@ -1,10 +1,8 @@ --TEST-- Phar: bzipped phar ---SKIPIF-- - +--EXTENSIONS-- +phar +bz2 --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/phar_commitwrite.phpt b/ext/phar/tests/phar_commitwrite.phpt index 5891d4b081d..80c35cb7843 100644 --- a/ext/phar/tests/phar_commitwrite.phpt +++ b/ext/phar/tests/phar_commitwrite.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::setStub()/stopBuffering() ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_construct_invalidurl.phpt b/ext/phar/tests/phar_construct_invalidurl.phpt index 2b39cc76597..af281a56fe8 100644 --- a/ext/phar/tests/phar_construct_invalidurl.phpt +++ b/ext/phar/tests/phar_construct_invalidurl.phpt @@ -2,8 +2,8 @@ Phar object passed URL --INI-- default_charset=UTF-8 ---SKIPIF-- - +--EXTENSIONS-- +phar --FILE-- - - +--EXTENSIONS-- +phar +zlib +bz2 --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_convert_repeated.phpt b/ext/phar/tests/phar_convert_repeated.phpt index f7553f489df..b2c7cecda2f 100644 --- a/ext/phar/tests/phar_convert_repeated.phpt +++ b/ext/phar/tests/phar_convert_repeated.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::convertToZip|Tar|Phar() repeated (phar_based archives) ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_convert_repeated_b.phpt b/ext/phar/tests/phar_convert_repeated_b.phpt index 4bb3e81bcfa..26589d84573 100644 --- a/ext/phar/tests/phar_convert_repeated_b.phpt +++ b/ext/phar/tests/phar_convert_repeated_b.phpt @@ -1,8 +1,8 @@ --TEST-- PharData::convertToZip|Tar|Phar() repeated (phardata_based archives) ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --INI-- phar.readonly=1 --FILE-- diff --git a/ext/phar/tests/phar_convert_tar.phpt b/ext/phar/tests/phar_convert_tar.phpt index d4a7f3c8bcc..a09c7d78142 100644 --- a/ext/phar/tests/phar_convert_tar.phpt +++ b/ext/phar/tests/phar_convert_tar.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::convertToTar() ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_convert_tar2.phpt b/ext/phar/tests/phar_convert_tar2.phpt index 54130aec995..10e1bd22454 100644 --- a/ext/phar/tests/phar_convert_tar2.phpt +++ b/ext/phar/tests/phar_convert_tar2.phpt @@ -1,8 +1,8 @@ --TEST-- Phar::convertToTar() gzip compressed ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_convert_tar3.phpt b/ext/phar/tests/phar_convert_tar3.phpt index 031303241a1..8a693cf62ab 100644 --- a/ext/phar/tests/phar_convert_tar3.phpt +++ b/ext/phar/tests/phar_convert_tar3.phpt @@ -1,8 +1,8 @@ --TEST-- Phar::convertToTar() bz2 compressed ---SKIPIF-- - - +--EXTENSIONS-- +phar +bz2 --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_convert_zip.phpt b/ext/phar/tests/phar_convert_zip.phpt index 584e58ee99d..ba336c3c853 100644 --- a/ext/phar/tests/phar_convert_zip.phpt +++ b/ext/phar/tests/phar_convert_zip.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::convertToZip() ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_copy.phpt b/ext/phar/tests/phar_copy.phpt index c450efaba59..ed0a1b60486 100644 --- a/ext/phar/tests/phar_copy.phpt +++ b/ext/phar/tests/phar_copy.phpt @@ -1,8 +1,8 @@ --TEST-- Phar: copy() ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --INI-- phar.readonly=0 phar.require_hash=1 diff --git a/ext/phar/tests/phar_create_in_cwd.phpt b/ext/phar/tests/phar_create_in_cwd.phpt index 2f5af26c415..c6245c295e6 100644 --- a/ext/phar/tests/phar_create_in_cwd.phpt +++ b/ext/phar/tests/phar_create_in_cwd.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: attempt to create a Phar with relative path ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_createdefaultstub.phpt b/ext/phar/tests/phar_createdefaultstub.phpt index 0ed5abfb69e..fdc50ce8504 100644 --- a/ext/phar/tests/phar_createdefaultstub.phpt +++ b/ext/phar/tests/phar_createdefaultstub.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: Phar::createDefaultStub() with and without arg ---SKIPIF-- - +--EXTENSIONS-- +phar --FILE-- - +--EXTENSIONS-- +phar +zlib --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_decompress.phpt b/ext/phar/tests/phar_decompress.phpt index 6f5e33452b0..0983b77fcb5 100644 --- a/ext/phar/tests/phar_decompress.phpt +++ b/ext/phar/tests/phar_decompress.phpt @@ -1,8 +1,8 @@ --TEST-- Phar::decompress() ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_dir_iterate.phpt b/ext/phar/tests/phar_dir_iterate.phpt index bc5132aade8..b6991943ae0 100644 --- a/ext/phar/tests/phar_dir_iterate.phpt +++ b/ext/phar/tests/phar_dir_iterate.phpt @@ -1,7 +1,7 @@ --TEST-- Phar object: iterate test with sub-directories and RecursiveIteratorIterator ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/phar_dotted_path.phpt b/ext/phar/tests/phar_dotted_path.phpt index 0315da5e28d..5a5372fd3f4 100644 --- a/ext/phar/tests/phar_dotted_path.phpt +++ b/ext/phar/tests/phar_dotted_path.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: create new Phar with broken.dirname in path ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- default_charset= phar.readonly=0 diff --git a/ext/phar/tests/phar_extract.phpt b/ext/phar/tests/phar_extract.phpt index d9477e1d9cb..9f5faa8d2a5 100644 --- a/ext/phar/tests/phar_extract.phpt +++ b/ext/phar/tests/phar_extract.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: Phar::extractTo() ---SKIPIF-- - +--EXTENSIONS-- +phar --CONFLICTS-- tempmanifest1.phar.php --INI-- diff --git a/ext/phar/tests/phar_extract2.phpt b/ext/phar/tests/phar_extract2.phpt index 8692358827f..f57d96ad5e9 100644 --- a/ext/phar/tests/phar_extract2.phpt +++ b/ext/phar/tests/phar_extract2.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: Phar::extractTo() - .phar safety ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/phar_extract3.phpt b/ext/phar/tests/phar_extract3.phpt index 6a7e6e0815d..1bd46781b2a 100644 --- a/ext/phar/tests/phar_extract3.phpt +++ b/ext/phar/tests/phar_extract3.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: Phar::extractTo() - check that phar exists ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/phar_get_supported_signatures_002.phpt b/ext/phar/tests/phar_get_supported_signatures_002.phpt index 86740d54113..cf060ebf968 100644 --- a/ext/phar/tests/phar_get_supported_signatures_002.phpt +++ b/ext/phar/tests/phar_get_supported_signatures_002.phpt @@ -1,8 +1,9 @@ --TEST-- Phar::getSupportedSignatures() +--EXTENSIONS-- +phar --SKIPIF-- diff --git a/ext/phar/tests/phar_get_supported_signatures_002a.phpt b/ext/phar/tests/phar_get_supported_signatures_002a.phpt index c8e4989dd13..06d811f2c35 100644 --- a/ext/phar/tests/phar_get_supported_signatures_002a.phpt +++ b/ext/phar/tests/phar_get_supported_signatures_002a.phpt @@ -1,8 +1,9 @@ --TEST-- Phar::getSupportedSignatures() +--EXTENSIONS-- +phar --SKIPIF-- diff --git a/ext/phar/tests/phar_get_supportedcomp1.phpt b/ext/phar/tests/phar_get_supportedcomp1.phpt index 2dcbd72df21..94a99737466 100644 --- a/ext/phar/tests/phar_get_supportedcomp1.phpt +++ b/ext/phar/tests/phar_get_supportedcomp1.phpt @@ -1,9 +1,9 @@ --TEST-- Phar::getSupportedCompression() (bz2 and zlib) ---SKIPIF-- - - - +--EXTENSIONS-- +phar +bz2 +zlib --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/phar_get_supportedcomp2.phpt b/ext/phar/tests/phar_get_supportedcomp2.phpt index c08a55ed52d..12e858e84ef 100644 --- a/ext/phar/tests/phar_get_supportedcomp2.phpt +++ b/ext/phar/tests/phar_get_supportedcomp2.phpt @@ -1,8 +1,9 @@ --TEST-- Phar::getSupportedCompression() (bz2 only) +--EXTENSIONS-- +phar +bz2 --SKIPIF-- - - --INI-- phar.require_hash=0 diff --git a/ext/phar/tests/phar_get_supportedcomp3.phpt b/ext/phar/tests/phar_get_supportedcomp3.phpt index 4fbc442215e..fcc63daeaf7 100644 --- a/ext/phar/tests/phar_get_supportedcomp3.phpt +++ b/ext/phar/tests/phar_get_supportedcomp3.phpt @@ -1,9 +1,10 @@ --TEST-- Phar::getSupportedCompression() (zlib only) +--EXTENSIONS-- +phar +zlib --SKIPIF-- - - --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/phar_get_supportedcomp4.phpt b/ext/phar/tests/phar_get_supportedcomp4.phpt index 91137989ba3..d9b401b8035 100644 --- a/ext/phar/tests/phar_get_supportedcomp4.phpt +++ b/ext/phar/tests/phar_get_supportedcomp4.phpt @@ -1,7 +1,8 @@ --TEST-- Phar::getSupportedCompression() (none) +--EXTENSIONS-- +phar --SKIPIF-- - --FILE-- diff --git a/ext/phar/tests/phar_gobyebye-win32.phpt b/ext/phar/tests/phar_gobyebye-win32.phpt index d9487ac2db3..39dcdbe9612 100644 --- a/ext/phar/tests/phar_gobyebye-win32.phpt +++ b/ext/phar/tests/phar_gobyebye-win32.phpt @@ -1,8 +1,9 @@ --TEST-- Phar: test edge cases of intercepted functions when the underlying phar archive has been unlinkArchive()d +--EXTENSIONS-- +phar --SKIPIF-- - --INI-- phar.readonly=0 diff --git a/ext/phar/tests/phar_gobyebye.phpt b/ext/phar/tests/phar_gobyebye.phpt index 0abe70ee522..7ad8e18ce28 100644 --- a/ext/phar/tests/phar_gobyebye.phpt +++ b/ext/phar/tests/phar_gobyebye.phpt @@ -1,9 +1,10 @@ --TEST-- Phar: test edge cases of intercepted functions when the underlying phar archive has been unlinkArchive()d +--EXTENSIONS-- +phar --SKIPIF-- --INI-- phar.readonly=0 diff --git a/ext/phar/tests/phar_gzip.phpt b/ext/phar/tests/phar_gzip.phpt index f31bf03e736..b194ef1cfdb 100644 --- a/ext/phar/tests/phar_gzip.phpt +++ b/ext/phar/tests/phar_gzip.phpt @@ -1,10 +1,8 @@ --TEST-- Phar: gzipped phar ---SKIPIF-- - +--EXTENSIONS-- +phar +zlib --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/phar_isvalidpharfilename.phpt b/ext/phar/tests/phar_isvalidpharfilename.phpt index 1cea5fd314c..61a89c95900 100644 --- a/ext/phar/tests/phar_isvalidpharfilename.phpt +++ b/ext/phar/tests/phar_isvalidpharfilename.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: Phar::isValidPharFilename() ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=1 --FILE-- diff --git a/ext/phar/tests/phar_magic.phpt b/ext/phar/tests/phar_magic.phpt index 72033364f46..0ba6b4e4fb3 100644 --- a/ext/phar/tests/phar_magic.phpt +++ b/ext/phar/tests/phar_magic.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: include/fopen magic ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_metadata_read.phpt b/ext/phar/tests/phar_metadata_read.phpt index 428daf38c8b..f8b0f670bcb 100644 --- a/ext/phar/tests/phar_metadata_read.phpt +++ b/ext/phar/tests/phar_metadata_read.phpt @@ -1,9 +1,7 @@ --TEST-- Phar with metadata (read) ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/phar_metadata_write.phpt b/ext/phar/tests/phar_metadata_write.phpt index 484795ecff0..74ad17e9fb6 100644 --- a/ext/phar/tests/phar_metadata_write.phpt +++ b/ext/phar/tests/phar_metadata_write.phpt @@ -1,9 +1,7 @@ --TEST-- Phar with metadata (write) ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_metadata_write2.phpt b/ext/phar/tests/phar_metadata_write2.phpt index 52e63a290c4..0f82dbdb620 100644 --- a/ext/phar/tests/phar_metadata_write2.phpt +++ b/ext/phar/tests/phar_metadata_write2.phpt @@ -1,9 +1,7 @@ --TEST-- Phar with object in metadata ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_metadata_write3.phpt b/ext/phar/tests/phar_metadata_write3.phpt index d42f95c1612..8cd966a6484 100644 --- a/ext/phar/tests/phar_metadata_write3.phpt +++ b/ext/phar/tests/phar_metadata_write3.phpt @@ -1,9 +1,7 @@ --TEST-- Phar with unsafe object in metadata does not unserialize on reading a file. ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_metadata_write4.phpt b/ext/phar/tests/phar_metadata_write4.phpt index dfe46bab102..ad9f4d47d91 100644 --- a/ext/phar/tests/phar_metadata_write4.phpt +++ b/ext/phar/tests/phar_metadata_write4.phpt @@ -1,9 +1,7 @@ --TEST-- Phar with object in metadata ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_mount.phpt b/ext/phar/tests/phar_mount.phpt index bffdf764709..ca383839848 100644 --- a/ext/phar/tests/phar_mount.phpt +++ b/ext/phar/tests/phar_mount.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: Phar::mount ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/phar_offset_check.phpt b/ext/phar/tests/phar_offset_check.phpt index 415a886446b..c1a8d201c8b 100644 --- a/ext/phar/tests/phar_offset_check.phpt +++ b/ext/phar/tests/phar_offset_check.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: disallow stub and alias setting via offset*() methods ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=1 diff --git a/ext/phar/tests/phar_offset_get_error.phpt b/ext/phar/tests/phar_offset_get_error.phpt index 64300928464..b97971f8c3e 100644 --- a/ext/phar/tests/phar_offset_get_error.phpt +++ b/ext/phar/tests/phar_offset_get_error.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: ignore filenames starting with / on offsetSet ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=1 diff --git a/ext/phar/tests/phar_oo_001.phpt b/ext/phar/tests/phar_oo_001.phpt index 303e08c15bd..e30d112109f 100644 --- a/ext/phar/tests/phar_oo_001.phpt +++ b/ext/phar/tests/phar_oo_001.phpt @@ -1,9 +1,7 @@ --TEST-- Phar object: basics ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_oo_002.phpt b/ext/phar/tests/phar_oo_002.phpt index 85723df9a8c..71e0e78a03f 100644 --- a/ext/phar/tests/phar_oo_002.phpt +++ b/ext/phar/tests/phar_oo_002.phpt @@ -1,9 +1,7 @@ --TEST-- Phar object: iterator & entries ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=1 phar.require_hash=0 diff --git a/ext/phar/tests/phar_oo_003.phpt b/ext/phar/tests/phar_oo_003.phpt index 8442534152c..f886c820045 100644 --- a/ext/phar/tests/phar_oo_003.phpt +++ b/ext/phar/tests/phar_oo_003.phpt @@ -1,7 +1,7 @@ --TEST-- Phar object: entry & openFile() ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/phar_oo_004.phpt b/ext/phar/tests/phar_oo_004.phpt index d1dc4ca78c9..c30b7078c83 100644 --- a/ext/phar/tests/phar_oo_004.phpt +++ b/ext/phar/tests/phar_oo_004.phpt @@ -1,9 +1,7 @@ --TEST-- Phar and DirectoryIterator ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/phar_oo_005.phpt b/ext/phar/tests/phar_oo_005.phpt index 83dd3fc16b3..fb2af5ed542 100644 --- a/ext/phar/tests/phar_oo_005.phpt +++ b/ext/phar/tests/phar_oo_005.phpt @@ -1,9 +1,7 @@ --TEST-- Phar and RecursiveDirectoryIterator ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/phar_oo_006.phpt b/ext/phar/tests/phar_oo_006.phpt index 0ab8fff0482..a21f8188415 100644 --- a/ext/phar/tests/phar_oo_006.phpt +++ b/ext/phar/tests/phar_oo_006.phpt @@ -1,7 +1,7 @@ --TEST-- Phar object: array access ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/phar_oo_007.phpt b/ext/phar/tests/phar_oo_007.phpt index 14eca23c044..2c5b82f6d51 100644 --- a/ext/phar/tests/phar_oo_007.phpt +++ b/ext/phar/tests/phar_oo_007.phpt @@ -1,7 +1,7 @@ --TEST-- Phar object: access through SplFileObject ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/phar_oo_008.phpt b/ext/phar/tests/phar_oo_008.phpt index 40027fd97f7..ffd40c851e9 100644 --- a/ext/phar/tests/phar_oo_008.phpt +++ b/ext/phar/tests/phar_oo_008.phpt @@ -1,7 +1,7 @@ --TEST-- Phar object: iterating via SplFileObject ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/phar_oo_009.phpt b/ext/phar/tests/phar_oo_009.phpt index 99c36845234..b9c173b44c5 100644 --- a/ext/phar/tests/phar_oo_009.phpt +++ b/ext/phar/tests/phar_oo_009.phpt @@ -1,7 +1,8 @@ --TEST-- Phar object: iterating via SplFileObject and reading csv +--EXTENSIONS-- +phar --SKIPIF-- - --INI-- phar.require_hash=0 diff --git a/ext/phar/tests/phar_oo_010.phpt b/ext/phar/tests/phar_oo_010.phpt index 2bd22973103..3b2ec807bd3 100644 --- a/ext/phar/tests/phar_oo_010.phpt +++ b/ext/phar/tests/phar_oo_010.phpt @@ -1,7 +1,7 @@ --TEST-- Phar object: ArrayAccess and isset ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/phar_oo_011.phpt b/ext/phar/tests/phar_oo_011.phpt index 03dc452ac73..85c7575bcc0 100644 --- a/ext/phar/tests/phar_oo_011.phpt +++ b/ext/phar/tests/phar_oo_011.phpt @@ -1,7 +1,7 @@ --TEST-- Phar object: add file ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/phar_oo_011b.phpt b/ext/phar/tests/phar_oo_011b.phpt index a1d2234bba3..44677732cfb 100644 --- a/ext/phar/tests/phar_oo_011b.phpt +++ b/ext/phar/tests/phar_oo_011b.phpt @@ -1,7 +1,7 @@ --TEST-- Phar object: add file ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=1 phar.require_hash=0 diff --git a/ext/phar/tests/phar_oo_012.phpt b/ext/phar/tests/phar_oo_012.phpt index 4142b2e291e..30b8b0e270a 100644 --- a/ext/phar/tests/phar_oo_012.phpt +++ b/ext/phar/tests/phar_oo_012.phpt @@ -1,7 +1,7 @@ --TEST-- Phar object: unset file ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/phar_oo_012_confirm.phpt b/ext/phar/tests/phar_oo_012_confirm.phpt index 8475946e1cf..878c6846085 100644 --- a/ext/phar/tests/phar_oo_012_confirm.phpt +++ b/ext/phar/tests/phar_oo_012_confirm.phpt @@ -1,7 +1,7 @@ --TEST-- Phar object: unset file (confirm disk file is changed) ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/phar_oo_012b.phpt b/ext/phar/tests/phar_oo_012b.phpt index 26cbe65e2a1..296d2e04f89 100644 --- a/ext/phar/tests/phar_oo_012b.phpt +++ b/ext/phar/tests/phar_oo_012b.phpt @@ -1,7 +1,7 @@ --TEST-- Phar object: unset file ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=1 phar.require_hash=0 diff --git a/ext/phar/tests/phar_oo_compressallbz2.phpt b/ext/phar/tests/phar_oo_compressallbz2.phpt index 6c04052f1d9..7a0fbfc7b74 100644 --- a/ext/phar/tests/phar_oo_compressallbz2.phpt +++ b/ext/phar/tests/phar_oo_compressallbz2.phpt @@ -1,8 +1,8 @@ --TEST-- Phar::compressFiles(Phar::BZ2) ---SKIPIF-- - - +--EXTENSIONS-- +phar +bz2 --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_oo_compressallgz.phpt b/ext/phar/tests/phar_oo_compressallgz.phpt index d22f9954265..d6d75da6a78 100644 --- a/ext/phar/tests/phar_oo_compressallgz.phpt +++ b/ext/phar/tests/phar_oo_compressallgz.phpt @@ -1,8 +1,8 @@ --TEST-- Phar::compressFiles(Phar::GZ) ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_oo_compressed_001.phpt b/ext/phar/tests/phar_oo_compressed_001.phpt index 6392b1da575..7ba090723df 100644 --- a/ext/phar/tests/phar_oo_compressed_001.phpt +++ b/ext/phar/tests/phar_oo_compressed_001.phpt @@ -1,8 +1,8 @@ --TEST-- Phar: PharFileInfo::compress(Phar::GZ) ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_oo_compressed_001b.phpt b/ext/phar/tests/phar_oo_compressed_001b.phpt index cfd9ba8cabd..c0926c4b6df 100644 --- a/ext/phar/tests/phar_oo_compressed_001b.phpt +++ b/ext/phar/tests/phar_oo_compressed_001b.phpt @@ -1,8 +1,8 @@ --TEST-- Phar: PharFileInfo::compress(Phar::BZ2) ---SKIPIF-- - - +--EXTENSIONS-- +phar +bz2 --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_oo_compressed_002.phpt b/ext/phar/tests/phar_oo_compressed_002.phpt index accf32b64fe..5eefd800cc8 100644 --- a/ext/phar/tests/phar_oo_compressed_002.phpt +++ b/ext/phar/tests/phar_oo_compressed_002.phpt @@ -1,8 +1,8 @@ --TEST-- Phar: context/compress=GZ ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/phar_oo_compressed_002b.phpt b/ext/phar/tests/phar_oo_compressed_002b.phpt index e27887bdbfb..7e533fe2422 100644 --- a/ext/phar/tests/phar_oo_compressed_002b.phpt +++ b/ext/phar/tests/phar_oo_compressed_002b.phpt @@ -1,8 +1,8 @@ --TEST-- Phar: context/compress=BZip2 ---SKIPIF-- - - +--EXTENSIONS-- +phar +bz2 --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/phar_oo_getcontents.phpt b/ext/phar/tests/phar_oo_getcontents.phpt index a63097fafa5..7883610ff7f 100644 --- a/ext/phar/tests/phar_oo_getcontents.phpt +++ b/ext/phar/tests/phar_oo_getcontents.phpt @@ -1,7 +1,7 @@ --TEST-- Phar object: getContent() ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/phar_oo_getcontentsgz.phpt b/ext/phar/tests/phar_oo_getcontentsgz.phpt index 7510ac57a62..2eca28ba17e 100644 --- a/ext/phar/tests/phar_oo_getcontentsgz.phpt +++ b/ext/phar/tests/phar_oo_getcontentsgz.phpt @@ -1,8 +1,8 @@ --TEST-- Phar object: getContent() (verify it works with compression) ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/phar_oo_getmodified.phpt b/ext/phar/tests/phar_oo_getmodified.phpt index 76228944750..27d4928de77 100644 --- a/ext/phar/tests/phar_oo_getmodified.phpt +++ b/ext/phar/tests/phar_oo_getmodified.phpt @@ -1,8 +1,8 @@ --TEST-- Phar::getModified() ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_oo_iswriteable.phpt b/ext/phar/tests/phar_oo_iswriteable.phpt index 8467ff2f255..836feb4ba8d 100644 --- a/ext/phar/tests/phar_oo_iswriteable.phpt +++ b/ext/phar/tests/phar_oo_iswriteable.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::isWriteable ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/phar_oo_nosig.phpt b/ext/phar/tests/phar_oo_nosig.phpt index b0f18c04411..ff30c0a3b9b 100644 --- a/ext/phar/tests/phar_oo_nosig.phpt +++ b/ext/phar/tests/phar_oo_nosig.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::getSignature() no signature ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/phar_oo_uncompressall.phpt b/ext/phar/tests/phar_oo_uncompressall.phpt index c3e38a649ae..ec680a6e4d7 100644 --- a/ext/phar/tests/phar_oo_uncompressall.phpt +++ b/ext/phar/tests/phar_oo_uncompressall.phpt @@ -1,8 +1,8 @@ --TEST-- Phar::decompressFiles() ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_running.phpt b/ext/phar/tests/phar_running.phpt index 4c7491f4639..5b5172009a3 100644 --- a/ext/phar/tests/phar_running.phpt +++ b/ext/phar/tests/phar_running.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: Phar::running() ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/phar_setalias.phpt b/ext/phar/tests/phar_setalias.phpt index e193f5f37f3..e140aae3b9a 100644 --- a/ext/phar/tests/phar_setalias.phpt +++ b/ext/phar/tests/phar_setalias.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::setAlias() ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_setalias2.phpt b/ext/phar/tests/phar_setalias2.phpt index 82a25f56e1c..d248873f2c8 100644 --- a/ext/phar/tests/phar_setalias2.phpt +++ b/ext/phar/tests/phar_setalias2.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::setAlias() error ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_setdefaultstub.phpt b/ext/phar/tests/phar_setdefaultstub.phpt index 3aa5b7243a6..c5db64a308e 100644 --- a/ext/phar/tests/phar_setdefaultstub.phpt +++ b/ext/phar/tests/phar_setdefaultstub.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: Phar::setDefaultStub() with and without arg ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/phar_setsignaturealgo2.phpt b/ext/phar/tests/phar_setsignaturealgo2.phpt index a0d2e03f735..293d3196713 100644 --- a/ext/phar/tests/phar_setsignaturealgo2.phpt +++ b/ext/phar/tests/phar_setsignaturealgo2.phpt @@ -1,8 +1,9 @@ --TEST-- Phar::setSupportedSignatures() with hash +--EXTENSIONS-- +phar --SKIPIF-- diff --git a/ext/phar/tests/phar_stub.phpt b/ext/phar/tests/phar_stub.phpt index cfca8fcb4ef..af00b666711 100644 --- a/ext/phar/tests/phar_stub.phpt +++ b/ext/phar/tests/phar_stub.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::setStub() ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_stub_error.phpt b/ext/phar/tests/phar_stub_error.phpt index f56f30fece6..9515e8675a4 100644 --- a/ext/phar/tests/phar_stub_error.phpt +++ b/ext/phar/tests/phar_stub_error.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::setStub()/getStub() ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_stub_write.phpt b/ext/phar/tests/phar_stub_write.phpt index 21853ee3bdd..6fa30d7ba75 100644 --- a/ext/phar/tests/phar_stub_write.phpt +++ b/ext/phar/tests/phar_stub_write.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::setStub()/getStub() ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_stub_write_file.phpt b/ext/phar/tests/phar_stub_write_file.phpt index ce615ef0cde..d6b732731f9 100644 --- a/ext/phar/tests/phar_stub_write_file.phpt +++ b/ext/phar/tests/phar_stub_write_file.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::setStub()/getStub() from file ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_unlinkarchive.phpt b/ext/phar/tests/phar_unlinkarchive.phpt index c6fe0dc5082..c76669be17b 100644 --- a/ext/phar/tests/phar_unlinkarchive.phpt +++ b/ext/phar/tests/phar_unlinkarchive.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::unlinkArchive() ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/pharfileinfo_chmod.phpt b/ext/phar/tests/pharfileinfo_chmod.phpt index 26d72576028..f35af675c71 100644 --- a/ext/phar/tests/pharfileinfo_chmod.phpt +++ b/ext/phar/tests/pharfileinfo_chmod.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: PharFileInfo::chmod extra code coverage ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/pharfileinfo_compression.phpt b/ext/phar/tests/pharfileinfo_compression.phpt index a271ffc9247..ec016cc9d2b 100644 --- a/ext/phar/tests/pharfileinfo_compression.phpt +++ b/ext/phar/tests/pharfileinfo_compression.phpt @@ -1,9 +1,9 @@ --TEST-- Phar: PharFileInfo compression-related methods ---SKIPIF-- - - - +--EXTENSIONS-- +phar +zlib +bz2 --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/pharfileinfo_construct.phpt b/ext/phar/tests/pharfileinfo_construct.phpt index e853162faf6..4839b8ebf8b 100644 --- a/ext/phar/tests/pharfileinfo_construct.phpt +++ b/ext/phar/tests/pharfileinfo_construct.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: PharFileInfo::__construct ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/pharfileinfo_destruct.phpt b/ext/phar/tests/pharfileinfo_destruct.phpt index 2de67473aa9..94e830bba87 100644 --- a/ext/phar/tests/pharfileinfo_destruct.phpt +++ b/ext/phar/tests/pharfileinfo_destruct.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: PharFileInfo::__destruct ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/pharfileinfo_getcrc32.phpt b/ext/phar/tests/pharfileinfo_getcrc32.phpt index a7b6dcbf7bb..e9c682317c8 100644 --- a/ext/phar/tests/pharfileinfo_getcrc32.phpt +++ b/ext/phar/tests/pharfileinfo_getcrc32.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: PharFileInfo::getCRC32 ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/pharfileinfo_setmetadata.phpt b/ext/phar/tests/pharfileinfo_setmetadata.phpt index 8b4385ad5fe..46990f46f14 100644 --- a/ext/phar/tests/pharfileinfo_setmetadata.phpt +++ b/ext/phar/tests/pharfileinfo_setmetadata.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: PharFileInfo::setMetadata/delMetadata extra code coverage ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/phpinfo_001.phpt b/ext/phar/tests/phpinfo_001.phpt index dde85f969f0..402dee0e42f 100644 --- a/ext/phar/tests/phpinfo_001.phpt +++ b/ext/phar/tests/phpinfo_001.phpt @@ -1,10 +1,11 @@ --TEST-- Phar: phpinfo display 1 +--EXTENSIONS-- +phar +zlib +bz2 --SKIPIF-- diff --git a/ext/phar/tests/phpinfo_002.phpt b/ext/phar/tests/phpinfo_002.phpt index 0d12fe938cf..80036a854e5 100644 --- a/ext/phar/tests/phpinfo_002.phpt +++ b/ext/phar/tests/phpinfo_002.phpt @@ -1,10 +1,11 @@ --TEST-- Phar: phpinfo display 2 +--EXTENSIONS-- +phar +zlib +bz2 --SKIPIF-- diff --git a/ext/phar/tests/phpinfo_003.phpt b/ext/phar/tests/phpinfo_003.phpt index 0636e932ff8..1d674d36484 100644 --- a/ext/phar/tests/phpinfo_003.phpt +++ b/ext/phar/tests/phpinfo_003.phpt @@ -1,8 +1,9 @@ --TEST-- Phar: phpinfo display 3 +--EXTENSIONS-- +phar --SKIPIF-- diff --git a/ext/phar/tests/readfile.phpt b/ext/phar/tests/readfile.phpt index fa8611755a6..f623393a96a 100644 --- a/ext/phar/tests/readfile.phpt +++ b/ext/phar/tests/readfile.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: test readfile() interception ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=1 phar.readonly=0 diff --git a/ext/phar/tests/readfile_edgecases.phpt b/ext/phar/tests/readfile_edgecases.phpt index 2301c5ad9b5..c4de84eefe3 100644 --- a/ext/phar/tests/readfile_edgecases.phpt +++ b/ext/phar/tests/readfile_edgecases.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: test edge cases of readfile() function interception ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/refcount1.phpt b/ext/phar/tests/refcount1.phpt index 13d776f8449..df5fc7ba044 100644 --- a/ext/phar/tests/refcount1.phpt +++ b/ext/phar/tests/refcount1.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: test that refcounting avoids problems with deleting a file ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/rename.phpt b/ext/phar/tests/rename.phpt index ec927773633..1793d34834d 100644 --- a/ext/phar/tests/rename.phpt +++ b/ext/phar/tests/rename.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: rename test ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/rename_dir.phpt b/ext/phar/tests/rename_dir.phpt index a383b4c5416..bbba70137fb 100644 --- a/ext/phar/tests/rename_dir.phpt +++ b/ext/phar/tests/rename_dir.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: rename_dir test ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/rename_dir_and_mount.phpt b/ext/phar/tests/rename_dir_and_mount.phpt index f70485f1d71..130392c5d8c 100644 --- a/ext/phar/tests/rename_dir_and_mount.phpt +++ b/ext/phar/tests/rename_dir_and_mount.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: rename_dir and mount test ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/rmdir.phpt b/ext/phar/tests/rmdir.phpt index f7e31c20ff2..871eda0b148 100644 --- a/ext/phar/tests/rmdir.phpt +++ b/ext/phar/tests/rmdir.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: rmdir test ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/security.phpt b/ext/phar/tests/security.phpt index 81408ae1031..2cb2bad5cc9 100644 --- a/ext/phar/tests/security.phpt +++ b/ext/phar/tests/security.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: test to ensure phar.readonly cannot be circumvented ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/stat.phpt b/ext/phar/tests/stat.phpt index 7b258263ae0..54bf7581d85 100644 --- a/ext/phar/tests/stat.phpt +++ b/ext/phar/tests/stat.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: test stat function interceptions ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=1 phar.readonly=0 diff --git a/ext/phar/tests/stat2_5.3.phpt b/ext/phar/tests/stat2_5.3.phpt index 9e9e1586021..0dae17d88b6 100644 --- a/ext/phar/tests/stat2_5.3.phpt +++ b/ext/phar/tests/stat2_5.3.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: test stat function interceptions and is_file/is_link edge cases (PHP 5.3+) ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/tar/033.phpt b/ext/phar/tests/tar/033.phpt index cf45cab11d3..fa6ed5959cc 100644 --- a/ext/phar/tests/tar/033.phpt +++ b/ext/phar/tests/tar/033.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::chmod tar-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/tar/033a.phpt b/ext/phar/tests/tar/033a.phpt index 67216c3317b..3a4d396fcb5 100644 --- a/ext/phar/tests/tar/033a.phpt +++ b/ext/phar/tests/tar/033a.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::chmod tar-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/tar/alias_acrobatics.phpt b/ext/phar/tests/tar/alias_acrobatics.phpt index 40f20347c6d..c3d9134a5a4 100644 --- a/ext/phar/tests/tar/alias_acrobatics.phpt +++ b/ext/phar/tests/tar/alias_acrobatics.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: alias edge cases ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/tar/all.phpt b/ext/phar/tests/tar/all.phpt index 87d55eaaf62..835d8000579 100644 --- a/ext/phar/tests/tar/all.phpt +++ b/ext/phar/tests/tar/all.phpt @@ -1,9 +1,7 @@ --TEST-- Phar: test that creation of tar-based phar generates valid tar with all bells/whistles ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/tar/badalias.phpt b/ext/phar/tests/tar/badalias.phpt index b3ad7accd09..a660192e95b 100644 --- a/ext/phar/tests/tar/badalias.phpt +++ b/ext/phar/tests/tar/badalias.phpt @@ -1,9 +1,9 @@ --TEST-- Phar: invalid aliases ---SKIPIF-- - - - +--EXTENSIONS-- +phar +zlib +bz2 --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/tar/bignames_overflow.phpt b/ext/phar/tests/tar/bignames_overflow.phpt index f3bf29a27a3..d992bbeb77a 100644 --- a/ext/phar/tests/tar/bignames_overflow.phpt +++ b/ext/phar/tests/tar/bignames_overflow.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: tar with huge filenames, buffer overflow ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/tar/bug49910.phpt b/ext/phar/tests/tar/bug49910.phpt index 04ea4850359..dd87a806b0b 100644 --- a/ext/phar/tests/tar/bug49910.phpt +++ b/ext/phar/tests/tar/bug49910.phpt @@ -1,8 +1,8 @@ --TEST-- Bug #49910: no support for ././@LongLink for long filenames in phar tar support ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --FILE-- +--EXTENSIONS-- +phar --FILE-- - +--EXTENSIONS-- +phar +zlib --FILE-- - +--EXTENSIONS-- +phar +zlib --FILE-- +--EXTENSIONS-- +phar --INI-- phar.readonly=0 opcache.validate_timestamps=1 diff --git a/ext/phar/tests/tar/create_new_phar_b.phpt b/ext/phar/tests/tar/create_new_phar_b.phpt index 6d9f3fd0097..4b61403f27b 100644 --- a/ext/phar/tests/tar/create_new_phar_b.phpt +++ b/ext/phar/tests/tar/create_new_phar_b.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: create a completely new tar-based phar ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=1 phar.require_hash=1 diff --git a/ext/phar/tests/tar/delete.phpt b/ext/phar/tests/tar/delete.phpt index f0927843567..eab91d5a0e1 100644 --- a/ext/phar/tests/tar/delete.phpt +++ b/ext/phar/tests/tar/delete.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: delete test, tar-based phar ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/tar/delete_in_phar.phpt b/ext/phar/tests/tar/delete_in_phar.phpt index 9d8f6cb4562..b9f624c728d 100644 --- a/ext/phar/tests/tar/delete_in_phar.phpt +++ b/ext/phar/tests/tar/delete_in_phar.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: delete a file within a tar-based .phar ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/tar/delete_in_phar_b.phpt b/ext/phar/tests/tar/delete_in_phar_b.phpt index cb9b832e9f5..812a43755b2 100644 --- a/ext/phar/tests/tar/delete_in_phar_b.phpt +++ b/ext/phar/tests/tar/delete_in_phar_b.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: delete a file within a tar-based .phar ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/tar/delete_in_phar_confirm.phpt b/ext/phar/tests/tar/delete_in_phar_confirm.phpt index a8ef7d31960..4a952a4b9f1 100644 --- a/ext/phar/tests/tar/delete_in_phar_confirm.phpt +++ b/ext/phar/tests/tar/delete_in_phar_confirm.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: delete a file within a tar-based .phar (confirm disk file is changed) ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/tar/dir.phpt b/ext/phar/tests/tar/dir.phpt index 4a830582825..ec8848bbbe1 100644 --- a/ext/phar/tests/tar/dir.phpt +++ b/ext/phar/tests/tar/dir.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: mkdir/rmdir test tar-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/tar/exists_as_phar.phpt b/ext/phar/tests/tar/exists_as_phar.phpt index 667287f61ea..9007d73e5fa 100644 --- a/ext/phar/tests/tar/exists_as_phar.phpt +++ b/ext/phar/tests/tar/exists_as_phar.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: phar-based phar named with ".tar" fails ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/tar/frontcontroller1.phar.phpt b/ext/phar/tests/tar/frontcontroller1.phar.phpt index 77158169bbb..8ab9c9a603d 100644 --- a/ext/phar/tests/tar/frontcontroller1.phar.phpt +++ b/ext/phar/tests/tar/frontcontroller1.phar.phpt @@ -1,7 +1,7 @@ --TEST-- Phar front controller other tar-based ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller1.phar.php REQUEST_URI=/frontcontroller1.phar.php/a.jpg diff --git a/ext/phar/tests/tar/frontcontroller10.phar.phpt b/ext/phar/tests/tar/frontcontroller10.phar.phpt index 211b02c51c3..5d1bc37337b 100644 --- a/ext/phar/tests/tar/frontcontroller10.phar.phpt +++ b/ext/phar/tests/tar/frontcontroller10.phar.phpt @@ -2,8 +2,8 @@ Phar front controller rewrite array invalid tar-based --INI-- default_charset=UTF-8 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller10.phar.php REQUEST_URI=/frontcontroller10.phar.php/hi diff --git a/ext/phar/tests/tar/frontcontroller11.phar.phpt b/ext/phar/tests/tar/frontcontroller11.phar.phpt index 2db9e474fc2..a839e3c690f 100644 --- a/ext/phar/tests/tar/frontcontroller11.phar.phpt +++ b/ext/phar/tests/tar/frontcontroller11.phar.phpt @@ -2,8 +2,8 @@ Phar front controller mime type extension is not a string tar-based --INI-- default_charset= ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller11.phar.php REQUEST_URI=/frontcontroller11.phar.php/a.php diff --git a/ext/phar/tests/tar/frontcontroller12.phar.phpt b/ext/phar/tests/tar/frontcontroller12.phar.phpt index cec426b05ae..d72a23a552a 100644 --- a/ext/phar/tests/tar/frontcontroller12.phar.phpt +++ b/ext/phar/tests/tar/frontcontroller12.phar.phpt @@ -2,8 +2,8 @@ Phar front controller mime type unknown int tar-based --INI-- default_charset=UTF-8 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller12.phar.php REQUEST_URI=/frontcontroller12.phar.php/a.php diff --git a/ext/phar/tests/tar/frontcontroller13.phar.phpt b/ext/phar/tests/tar/frontcontroller13.phar.phpt index 7d9992cb9d8..a5e517946e0 100644 --- a/ext/phar/tests/tar/frontcontroller13.phar.phpt +++ b/ext/phar/tests/tar/frontcontroller13.phar.phpt @@ -2,8 +2,8 @@ Phar front controller mime type not string/int tar-based --INI-- default_charset=UTF-8 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller13.phar.php REQUEST_URI=/frontcontroller13.phar.php/a.php diff --git a/ext/phar/tests/tar/frontcontroller14.phar.phpt b/ext/phar/tests/tar/frontcontroller14.phar.phpt index c40f9b6c34f..2f7ffdd6186 100644 --- a/ext/phar/tests/tar/frontcontroller14.phar.phpt +++ b/ext/phar/tests/tar/frontcontroller14.phar.phpt @@ -1,7 +1,7 @@ --TEST-- Phar front controller mime type override, other tar-based ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller14.phar.php REQUEST_URI=/frontcontroller14.phar.php/a.jpg diff --git a/ext/phar/tests/tar/frontcontroller15.phar.phpt b/ext/phar/tests/tar/frontcontroller15.phar.phpt index eaaa62c56a9..941baef6b7a 100644 --- a/ext/phar/tests/tar/frontcontroller15.phar.phpt +++ b/ext/phar/tests/tar/frontcontroller15.phar.phpt @@ -2,8 +2,8 @@ Phar front controller mime type override, Phar::PHPS tar-based --INI-- default_charset=UTF-8 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller15.phar.php REQUEST_URI=/frontcontroller15.phar.php/a.php diff --git a/ext/phar/tests/tar/frontcontroller16.phar.phpt b/ext/phar/tests/tar/frontcontroller16.phar.phpt index a74d99f248e..4668f92994a 100644 --- a/ext/phar/tests/tar/frontcontroller16.phar.phpt +++ b/ext/phar/tests/tar/frontcontroller16.phar.phpt @@ -2,8 +2,8 @@ Phar front controller mime type override, Phar::PHP tar-based --INI-- default_charset=UTF-8 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller16.phar.php REQUEST_URI=/frontcontroller16.phar.php/a.phps diff --git a/ext/phar/tests/tar/frontcontroller17.phar.phpt b/ext/phar/tests/tar/frontcontroller17.phar.phpt index 0fc0adfdddd..1f7b37b15ca 100644 --- a/ext/phar/tests/tar/frontcontroller17.phar.phpt +++ b/ext/phar/tests/tar/frontcontroller17.phar.phpt @@ -1,7 +1,7 @@ --TEST-- Phar front controller mime type unknown tar-based ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller17.phar.php REQUEST_URI=/frontcontroller17.phar.php/fronk.gronk diff --git a/ext/phar/tests/tar/frontcontroller18.phar.phpt b/ext/phar/tests/tar/frontcontroller18.phar.phpt index 1dddcef069b..a5aa9381218 100644 --- a/ext/phar/tests/tar/frontcontroller18.phar.phpt +++ b/ext/phar/tests/tar/frontcontroller18.phar.phpt @@ -1,7 +1,7 @@ --TEST-- Phar front controller $_SERVER munging failure tar-based ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller18.phar.php REQUEST_URI=/frontcontroller18.phar.php/fronk.gronk diff --git a/ext/phar/tests/tar/frontcontroller19.phar.phpt b/ext/phar/tests/tar/frontcontroller19.phar.phpt index 21a173f9bef..90b8bf0b2d4 100644 --- a/ext/phar/tests/tar/frontcontroller19.phar.phpt +++ b/ext/phar/tests/tar/frontcontroller19.phar.phpt @@ -1,7 +1,7 @@ --TEST-- Phar front controller $_SERVER munging failure 2 tar-based ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller19.phar.php REQUEST_URI=/frontcontroller19.phar.php/ diff --git a/ext/phar/tests/tar/frontcontroller2.phar.phpt b/ext/phar/tests/tar/frontcontroller2.phar.phpt index 82070e3b55a..29602801ebc 100644 --- a/ext/phar/tests/tar/frontcontroller2.phar.phpt +++ b/ext/phar/tests/tar/frontcontroller2.phar.phpt @@ -2,8 +2,8 @@ Phar front controller PHP test tar-based --INI-- default_charset=UTF-8 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller2.phar.php REQUEST_URI=/frontcontroller2.phar.php/a.php diff --git a/ext/phar/tests/tar/frontcontroller20.phar.phpt b/ext/phar/tests/tar/frontcontroller20.phar.phpt index b88903eb53e..6f4616cafcf 100644 --- a/ext/phar/tests/tar/frontcontroller20.phar.phpt +++ b/ext/phar/tests/tar/frontcontroller20.phar.phpt @@ -1,7 +1,7 @@ --TEST-- Phar front controller $_SERVER munging failure 3 tar-based ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller20.phar.php REQUEST_URI=/frontcontroller20.phar.php/ diff --git a/ext/phar/tests/tar/frontcontroller21.phar.phpt b/ext/phar/tests/tar/frontcontroller21.phar.phpt index a067de7835b..22f7c5b0cd6 100644 --- a/ext/phar/tests/tar/frontcontroller21.phar.phpt +++ b/ext/phar/tests/tar/frontcontroller21.phar.phpt @@ -3,8 +3,8 @@ Phar front controller $_SERVER munging success tar-based --INI-- default_charset=UTF-8 cgi.fix_pathinfo=1 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller21.phar.php REQUEST_URI=/frontcontroller21.phar.php/index.php?test=hi diff --git a/ext/phar/tests/tar/frontcontroller3.phar.phpt b/ext/phar/tests/tar/frontcontroller3.phar.phpt index 06a4948f6b7..edbd20858ab 100644 --- a/ext/phar/tests/tar/frontcontroller3.phar.phpt +++ b/ext/phar/tests/tar/frontcontroller3.phar.phpt @@ -2,8 +2,8 @@ Phar front controller phps tar-based --INI-- default_charset=UTF-8 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller3.phar.php REQUEST_URI=/frontcontroller3.phar.php/a.phps diff --git a/ext/phar/tests/tar/frontcontroller4.phar.phpt b/ext/phar/tests/tar/frontcontroller4.phar.phpt index db4846c69b1..0509dcd2c97 100644 --- a/ext/phar/tests/tar/frontcontroller4.phar.phpt +++ b/ext/phar/tests/tar/frontcontroller4.phar.phpt @@ -1,7 +1,7 @@ --TEST-- Phar front controller index.php relocate (no /) tar-based ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller4.phar.php REQUEST_URI=/frontcontroller4.phar.php diff --git a/ext/phar/tests/tar/frontcontroller5.phar.phpt b/ext/phar/tests/tar/frontcontroller5.phar.phpt index 534e66a1e32..5c509791ae5 100644 --- a/ext/phar/tests/tar/frontcontroller5.phar.phpt +++ b/ext/phar/tests/tar/frontcontroller5.phar.phpt @@ -1,7 +1,7 @@ --TEST-- Phar front controller index.php relocate tar-based ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller5.phar.php REQUEST_URI=/frontcontroller5.phar.php/ diff --git a/ext/phar/tests/tar/frontcontroller6.phar.phpt b/ext/phar/tests/tar/frontcontroller6.phar.phpt index 0b35b975b63..8434dfea8ef 100644 --- a/ext/phar/tests/tar/frontcontroller6.phar.phpt +++ b/ext/phar/tests/tar/frontcontroller6.phar.phpt @@ -1,7 +1,7 @@ --TEST-- Phar front controller 404 tar-based ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller6.phar.php REQUEST_URI=/frontcontroller6.phar.php/notfound.php diff --git a/ext/phar/tests/tar/frontcontroller7.phar.phpt b/ext/phar/tests/tar/frontcontroller7.phar.phpt index 3b73f2075c8..2e3463c2b28 100644 --- a/ext/phar/tests/tar/frontcontroller7.phar.phpt +++ b/ext/phar/tests/tar/frontcontroller7.phar.phpt @@ -1,7 +1,7 @@ --TEST-- Phar front controller alternate index file tar-based ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller7.phar.php REQUEST_URI=/frontcontroller7.phar.php/ diff --git a/ext/phar/tests/tar/frontcontroller8.phar.phpt b/ext/phar/tests/tar/frontcontroller8.phar.phpt index bfa713afdeb..778e5dc965b 100644 --- a/ext/phar/tests/tar/frontcontroller8.phar.phpt +++ b/ext/phar/tests/tar/frontcontroller8.phar.phpt @@ -1,7 +1,7 @@ --TEST-- Phar front controller no index file 404 tar-based ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller8.phar.php REQUEST_URI=/frontcontroller8.phar.php/ diff --git a/ext/phar/tests/tar/frontcontroller9.phar.phpt b/ext/phar/tests/tar/frontcontroller9.phar.phpt index 48e655c75a2..2cbfdaa8322 100644 --- a/ext/phar/tests/tar/frontcontroller9.phar.phpt +++ b/ext/phar/tests/tar/frontcontroller9.phar.phpt @@ -2,8 +2,8 @@ Phar front controller rewrite array tar-based --INI-- default_charset=UTF-8 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller9.phar.php REQUEST_URI=/frontcontroller9.phar.php/hi diff --git a/ext/phar/tests/tar/links.phpt b/ext/phar/tests/tar/links.phpt index 5af9811f4d8..cde880a7401 100644 --- a/ext/phar/tests/tar/links.phpt +++ b/ext/phar/tests/tar/links.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: tar with hard link and symbolic link ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/tar/links2.phpt b/ext/phar/tests/tar/links2.phpt index bd56fb4761b..9d0292e7101 100644 --- a/ext/phar/tests/tar/links2.phpt +++ b/ext/phar/tests/tar/links2.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: tar with hard link to nowhere ---SKIPIF-- - +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/tar/links4.phpt b/ext/phar/tests/tar/links4.phpt index 10c3cf6b6e5..aa026e6e1ea 100644 --- a/ext/phar/tests/tar/links4.phpt +++ b/ext/phar/tests/tar/links4.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: tar with link to root directory file from root directory file ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/tar/links5.phpt b/ext/phar/tests/tar/links5.phpt index fdef2da64aa..05ab8ce53f9 100644 --- a/ext/phar/tests/tar/links5.phpt +++ b/ext/phar/tests/tar/links5.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: tar with relative link to subdirectory file from subdirectory file ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/tar/links6.phpt b/ext/phar/tests/tar/links6.phpt index 9958c64da2c..614c3bd66e5 100644 --- a/ext/phar/tests/tar/links6.phpt +++ b/ext/phar/tests/tar/links6.phpt @@ -1,9 +1,7 @@ --TEST-- Phar: test nested linked files ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 --FILE-- diff --git a/ext/phar/tests/tar/open_for_write_existing.phpt b/ext/phar/tests/tar/open_for_write_existing.phpt index 247f2559ea5..d88f0737ee8 100644 --- a/ext/phar/tests/tar/open_for_write_existing.phpt +++ b/ext/phar/tests/tar/open_for_write_existing.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: fopen a .phar for writing (existing file) tar-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/tar/open_for_write_existing_b.phpt b/ext/phar/tests/tar/open_for_write_existing_b.phpt index 958fb639c46..ce400ab687f 100644 --- a/ext/phar/tests/tar/open_for_write_existing_b.phpt +++ b/ext/phar/tests/tar/open_for_write_existing_b.phpt @@ -1,9 +1,7 @@ --TEST-- Phar: fopen a .phar for writing (existing file) tar-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/tar/open_for_write_existing_c.phpt b/ext/phar/tests/tar/open_for_write_existing_c.phpt index c8871f1f498..0d251944b9f 100644 --- a/ext/phar/tests/tar/open_for_write_existing_c.phpt +++ b/ext/phar/tests/tar/open_for_write_existing_c.phpt @@ -1,9 +1,7 @@ --TEST-- Phar: fopen a .phar for writing (existing file) tar-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/tar/open_for_write_newfile.phpt b/ext/phar/tests/tar/open_for_write_newfile.phpt index eb2d2509f3a..4b1de200f2b 100644 --- a/ext/phar/tests/tar/open_for_write_newfile.phpt +++ b/ext/phar/tests/tar/open_for_write_newfile.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: fopen a .phar for writing (new file) tar-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/tar/open_for_write_newfile_b.phpt b/ext/phar/tests/tar/open_for_write_newfile_b.phpt index 9494b867dd4..c4192f2a862 100644 --- a/ext/phar/tests/tar/open_for_write_newfile_b.phpt +++ b/ext/phar/tests/tar/open_for_write_newfile_b.phpt @@ -1,9 +1,7 @@ --TEST-- Phar: fopen a .phar for writing (new file) tar-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/tar/open_for_write_newfile_c.phpt b/ext/phar/tests/tar/open_for_write_newfile_c.phpt index e5fc5836609..89887823cc2 100644 --- a/ext/phar/tests/tar/open_for_write_newfile_c.phpt +++ b/ext/phar/tests/tar/open_for_write_newfile_c.phpt @@ -1,9 +1,7 @@ --TEST-- Phar: fopen a .phar for writing (new file) tar-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/tar/phar_begin_setstub_commit.phpt b/ext/phar/tests/tar/phar_begin_setstub_commit.phpt index 59f66ed697b..c3a5c0ddec2 100644 --- a/ext/phar/tests/tar/phar_begin_setstub_commit.phpt +++ b/ext/phar/tests/tar/phar_begin_setstub_commit.phpt @@ -1,9 +1,7 @@ --TEST-- Phar::startBuffering()/setStub()/stopBuffering() tar-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/tar/phar_buildfromiterator4.phpt b/ext/phar/tests/tar/phar_buildfromiterator4.phpt index d78c3a0ed44..0ad70d85947 100644 --- a/ext/phar/tests/tar/phar_buildfromiterator4.phpt +++ b/ext/phar/tests/tar/phar_buildfromiterator4.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::buildFromIterator() iterator, 1 file passed in tar-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/tar/phar_buildfromiterator5.phpt b/ext/phar/tests/tar/phar_buildfromiterator5.phpt index 73d23e3218d..eaba2186039 100644 --- a/ext/phar/tests/tar/phar_buildfromiterator5.phpt +++ b/ext/phar/tests/tar/phar_buildfromiterator5.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::buildFromIterator() iterator, iterator returns non-string tar-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/tar/phar_buildfromiterator6.phpt b/ext/phar/tests/tar/phar_buildfromiterator6.phpt index 5c856f58fa7..9bfb57c7cf7 100644 --- a/ext/phar/tests/tar/phar_buildfromiterator6.phpt +++ b/ext/phar/tests/tar/phar_buildfromiterator6.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::buildFromIterator() iterator, key is int tar-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/tar/phar_buildfromiterator7.phpt b/ext/phar/tests/tar/phar_buildfromiterator7.phpt index 92be5ebd7a6..072a719b492 100644 --- a/ext/phar/tests/tar/phar_buildfromiterator7.phpt +++ b/ext/phar/tests/tar/phar_buildfromiterator7.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::buildFromIterator() iterator, file can't be opened tar-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/tar/phar_buildfromiterator8.phpt b/ext/phar/tests/tar/phar_buildfromiterator8.phpt index f9497a01ceb..0a857e424b2 100644 --- a/ext/phar/tests/tar/phar_buildfromiterator8.phpt +++ b/ext/phar/tests/tar/phar_buildfromiterator8.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::buildFromIterator() iterator, SplFileInfo as current tar-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/tar/phar_buildfromiterator9.phpt b/ext/phar/tests/tar/phar_buildfromiterator9.phpt index e113d211a80..58d4f4f31aa 100644 --- a/ext/phar/tests/tar/phar_buildfromiterator9.phpt +++ b/ext/phar/tests/tar/phar_buildfromiterator9.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::buildFromIterator() iterator, 1 file resource passed in tar-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/tar/phar_commitwrite.phpt b/ext/phar/tests/tar/phar_commitwrite.phpt index a99eff7f469..a8304e7345d 100644 --- a/ext/phar/tests/tar/phar_commitwrite.phpt +++ b/ext/phar/tests/tar/phar_commitwrite.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::setStub()/stopBuffering() tar-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/tar/phar_convert_phar.phpt b/ext/phar/tests/tar/phar_convert_phar.phpt index 609feda8dad..61ec4e1102d 100644 --- a/ext/phar/tests/tar/phar_convert_phar.phpt +++ b/ext/phar/tests/tar/phar_convert_phar.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::convertToPhar() from tar ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/tar/phar_convert_phar2.phpt b/ext/phar/tests/tar/phar_convert_phar2.phpt index eba04fcbb11..92d41196dc0 100644 --- a/ext/phar/tests/tar/phar_convert_phar2.phpt +++ b/ext/phar/tests/tar/phar_convert_phar2.phpt @@ -1,8 +1,8 @@ --TEST-- Phar::convertToPhar() gzipped ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/tar/phar_convert_phar3.phpt b/ext/phar/tests/tar/phar_convert_phar3.phpt index 8f09068b0a1..bca4e3d3a89 100644 --- a/ext/phar/tests/tar/phar_convert_phar3.phpt +++ b/ext/phar/tests/tar/phar_convert_phar3.phpt @@ -1,8 +1,8 @@ --TEST-- Phar::convertToPhar() bzipped ---SKIPIF-- - - +--EXTENSIONS-- +phar +bz2 --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/tar/phar_convert_phar4.phpt b/ext/phar/tests/tar/phar_convert_phar4.phpt index 858cb5bc6ac..0b61a181988 100644 --- a/ext/phar/tests/tar/phar_convert_phar4.phpt +++ b/ext/phar/tests/tar/phar_convert_phar4.phpt @@ -1,8 +1,8 @@ --TEST-- Phar::convertToPhar() with global metadata ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/tar/phar_copy.phpt b/ext/phar/tests/tar/phar_copy.phpt index e760abddd85..52b42b6c46e 100644 --- a/ext/phar/tests/tar/phar_copy.phpt +++ b/ext/phar/tests/tar/phar_copy.phpt @@ -1,8 +1,8 @@ --TEST-- Phar: copy() tar-based ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --INI-- phar.readonly=0 phar.require_hash=1 diff --git a/ext/phar/tests/tar/phar_magic.phpt b/ext/phar/tests/tar/phar_magic.phpt index aaf9c547ff8..d30305be6e1 100644 --- a/ext/phar/tests/tar/phar_magic.phpt +++ b/ext/phar/tests/tar/phar_magic.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: include/fopen magic tar-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/tar/phar_setalias.phpt b/ext/phar/tests/tar/phar_setalias.phpt index 37d0a475e5f..6d1047e55a2 100644 --- a/ext/phar/tests/tar/phar_setalias.phpt +++ b/ext/phar/tests/tar/phar_setalias.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::setAlias() tar-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/tar/phar_setalias2.phpt b/ext/phar/tests/tar/phar_setalias2.phpt index f9d708d5861..54aa99b94dd 100644 --- a/ext/phar/tests/tar/phar_setalias2.phpt +++ b/ext/phar/tests/tar/phar_setalias2.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::setAlias() error tar-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/tar/phar_setdefaultstub.phpt b/ext/phar/tests/tar/phar_setdefaultstub.phpt index 7404a5851eb..ffb1887c233 100644 --- a/ext/phar/tests/tar/phar_setdefaultstub.phpt +++ b/ext/phar/tests/tar/phar_setdefaultstub.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: Phar::setDefaultStub() with and without arg, tar-based phar ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/tar/phar_setsignaturealgo2.phpt b/ext/phar/tests/tar/phar_setsignaturealgo2.phpt index d67ca49a633..9923ac5c884 100644 --- a/ext/phar/tests/tar/phar_setsignaturealgo2.phpt +++ b/ext/phar/tests/tar/phar_setsignaturealgo2.phpt @@ -1,7 +1,8 @@ --TEST-- Phar::setSupportedSignatures() with hash, tar-based +--EXTENSIONS-- +phar --SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/tar/phar_stub_error.phpt b/ext/phar/tests/tar/phar_stub_error.phpt index c7f13858ddb..2cfeb4d43fa 100644 --- a/ext/phar/tests/tar/phar_stub_error.phpt +++ b/ext/phar/tests/tar/phar_stub_error.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::setStub()/getStub() tar-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/tar/refcount1.phpt b/ext/phar/tests/tar/refcount1.phpt index cb8b8241aa9..95bb2903fa1 100644 --- a/ext/phar/tests/tar/refcount1.phpt +++ b/ext/phar/tests/tar/refcount1.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: test that refcounting avoids problems with deleting a file tar-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/tar/rename.phpt b/ext/phar/tests/tar/rename.phpt index 430d7fabb59..b80362bd33f 100644 --- a/ext/phar/tests/tar/rename.phpt +++ b/ext/phar/tests/tar/rename.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: rename test tar-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/tar/rename_dir.phpt b/ext/phar/tests/tar/rename_dir.phpt index e4c3afc700e..e043cf236a8 100644 --- a/ext/phar/tests/tar/rename_dir.phpt +++ b/ext/phar/tests/tar/rename_dir.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: rename_dir test tar-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/tar/require_hash.phpt b/ext/phar/tests/tar/require_hash.phpt index 537cadfb31f..f3463343b48 100644 --- a/ext/phar/tests/tar/require_hash.phpt +++ b/ext/phar/tests/tar/require_hash.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: tar-based phar, require_hash=1, no signature ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=1 phar.require_hash=0 diff --git a/ext/phar/tests/tar/rmdir.phpt b/ext/phar/tests/tar/rmdir.phpt index 9c48c510c25..cc4ddda7b0d 100644 --- a/ext/phar/tests/tar/rmdir.phpt +++ b/ext/phar/tests/tar/rmdir.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: rmdir test tar-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/tar/tar_001.phpt b/ext/phar/tests/tar/tar_001.phpt index ec275434945..55b56c0469a 100644 --- a/ext/phar/tests/tar/tar_001.phpt +++ b/ext/phar/tests/tar/tar_001.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: tar-based phar corrupted ---SKIPIF-- - +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/tar/tar_003.phpt b/ext/phar/tests/tar/tar_003.phpt index 321f3f59cff..388f8362a6a 100644 --- a/ext/phar/tests/tar/tar_003.phpt +++ b/ext/phar/tests/tar/tar_003.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: tar-based phar, valid 1 ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/tar/tar_004.phpt b/ext/phar/tests/tar/tar_004.phpt index 5fbe16f069b..7ab26cd9253 100644 --- a/ext/phar/tests/tar/tar_004.phpt +++ b/ext/phar/tests/tar/tar_004.phpt @@ -1,9 +1,7 @@ --TEST-- Phar: tar-based phar, tar phar with stub, mapPhar() ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/tar/tar_bz2.phpt b/ext/phar/tests/tar/tar_bz2.phpt index f5b9cb9a8c1..e4ba4b29625 100644 --- a/ext/phar/tests/tar/tar_bz2.phpt +++ b/ext/phar/tests/tar/tar_bz2.phpt @@ -1,10 +1,8 @@ --TEST-- Phar: tar-based phar, bzipped tar ---SKIPIF-- - +--EXTENSIONS-- +phar +bz2 --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/tar/tar_gzip.phpt b/ext/phar/tests/tar/tar_gzip.phpt index dd5cfabc7f2..49b45339791 100644 --- a/ext/phar/tests/tar/tar_gzip.phpt +++ b/ext/phar/tests/tar/tar_gzip.phpt @@ -1,10 +1,8 @@ --TEST-- Phar: tar-based phar, gzipped tar ---SKIPIF-- - +--EXTENSIONS-- +phar +zlib --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/tar/tar_makebz2.phpt b/ext/phar/tests/tar/tar_makebz2.phpt index 61901b9a11f..e9996b1f5ec 100644 --- a/ext/phar/tests/tar/tar_makebz2.phpt +++ b/ext/phar/tests/tar/tar_makebz2.phpt @@ -1,8 +1,8 @@ --TEST-- Phar: tar-based phar, make new bzipped tar ---SKIPIF-- - - +--EXTENSIONS-- +phar +bz2 --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/tar/tar_makegz.phpt b/ext/phar/tests/tar/tar_makegz.phpt index f128e2b512b..35728d0c44f 100644 --- a/ext/phar/tests/tar/tar_makegz.phpt +++ b/ext/phar/tests/tar/tar_makegz.phpt @@ -1,8 +1,8 @@ --TEST-- Phar: tar-based phar, make new gzipped tar ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/tar/tar_nohash.phpt b/ext/phar/tests/tar/tar_nohash.phpt index 07caf79c24c..eeec4411f45 100644 --- a/ext/phar/tests/tar/tar_nohash.phpt +++ b/ext/phar/tests/tar/tar_nohash.phpt @@ -1,8 +1,8 @@ --TEST-- Phar: tar archive, require_hash=1, should not error out ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --INI-- phar.readonly=1 phar.require_hash=1 diff --git a/ext/phar/tests/tar/tar_nostub.phpt b/ext/phar/tests/tar/tar_nostub.phpt index d9ae0cdf836..061fa6c8f5e 100644 --- a/ext/phar/tests/tar/tar_nostub.phpt +++ b/ext/phar/tests/tar/tar_nostub.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: tar-based phar, third-party tar with no stub, Phar->getStub() ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=1 phar.require_hash=0 diff --git a/ext/phar/tests/tar/tar_openssl_hash.phpt b/ext/phar/tests/tar/tar_openssl_hash.phpt index b6ed80eeac0..f361440a140 100644 --- a/ext/phar/tests/tar/tar_openssl_hash.phpt +++ b/ext/phar/tests/tar/tar_openssl_hash.phpt @@ -1,9 +1,9 @@ --TEST-- Phar: tar archive, require_hash=1, OpenSSL hash ---SKIPIF-- - - - +--EXTENSIONS-- +phar +zlib +openssl --INI-- phar.readonly=1 phar.require_hash=1 diff --git a/ext/phar/tests/tar/truncated.phpt b/ext/phar/tests/tar/truncated.phpt index f57b4ed5e9e..183c2148bc5 100644 --- a/ext/phar/tests/tar/truncated.phpt +++ b/ext/phar/tests/tar/truncated.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: truncated tar ---SKIPIF-- - +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/test_signaturealgos.phpt b/ext/phar/tests/test_signaturealgos.phpt index a7e1e8fa470..caf119851f9 100644 --- a/ext/phar/tests/test_signaturealgos.phpt +++ b/ext/phar/tests/test_signaturealgos.phpt @@ -1,8 +1,9 @@ --TEST-- Phar: verify signature parsing works +--EXTENSIONS-- +phar --SKIPIF-- diff --git a/ext/phar/tests/test_unset.phpt b/ext/phar/tests/test_unset.phpt index d2952b27b56..5f593dd4c50 100644 --- a/ext/phar/tests/test_unset.phpt +++ b/ext/phar/tests/test_unset.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: ensure unset() works properly on a non-flushed phar archive ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/webphar_compilefail.phpt b/ext/phar/tests/webphar_compilefail.phpt index 7d89509f77b..0f6e38e260f 100644 --- a/ext/phar/tests/webphar_compilefail.phpt +++ b/ext/phar/tests/webphar_compilefail.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: Phar::webPhar, open compiled file fails ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=1 --FILE-- diff --git a/ext/phar/tests/withphar.phpt b/ext/phar/tests/withphar.phpt index 6f1c96951d9..02d05d61e4a 100644 --- a/ext/phar/tests/withphar.phpt +++ b/ext/phar/tests/withphar.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: phar run with ext/phar with default stub ---SKIPIF-- - +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/withphar_web.php REQUEST_URI=/withphar_web.php/web.php diff --git a/ext/phar/tests/zf_test.phpt b/ext/phar/tests/zf_test.phpt index 0d2d34d6dd9..855f4f5ddc6 100644 --- a/ext/phar/tests/zf_test.phpt +++ b/ext/phar/tests/zf_test.phpt @@ -1,8 +1,8 @@ --TEST-- Phar: test broken app ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/zip/033.phpt b/ext/phar/tests/zip/033.phpt index 4554cfcecfc..de4ba2b71f0 100644 --- a/ext/phar/tests/zip/033.phpt +++ b/ext/phar/tests/zip/033.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::chmod zip-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/zip/033a.phpt b/ext/phar/tests/zip/033a.phpt index 5b94c3e2243..dc072279d83 100644 --- a/ext/phar/tests/zip/033a.phpt +++ b/ext/phar/tests/zip/033a.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::chmod zip-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/zip/alias_acrobatics.phpt b/ext/phar/tests/zip/alias_acrobatics.phpt index 1fb132ddd7c..2ff5fd5dcc7 100644 --- a/ext/phar/tests/zip/alias_acrobatics.phpt +++ b/ext/phar/tests/zip/alias_acrobatics.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: alias edge cases ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/zip/all.phpt b/ext/phar/tests/zip/all.phpt index 540f60f01d1..440d59b00dd 100644 --- a/ext/phar/tests/zip/all.phpt +++ b/ext/phar/tests/zip/all.phpt @@ -1,11 +1,9 @@ --TEST-- Phar: test that creation of zip-based phar generates valid zip with all bells/whistles ---SKIPIF-- - +--EXTENSIONS-- +phar +zlib +bz2 --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/zip/badalias.phpt b/ext/phar/tests/zip/badalias.phpt index 81e5be55fd8..39a3261c088 100644 --- a/ext/phar/tests/zip/badalias.phpt +++ b/ext/phar/tests/zip/badalias.phpt @@ -2,10 +2,10 @@ Phar: invalid aliases --INI-- phar.require_hash=0 ---SKIPIF-- - - - +--EXTENSIONS-- +phar +zlib +bz2 --FILE-- - +--EXTENSIONS-- +phar +zlib --FILE-- - +--EXTENSIONS-- +phar +bz2 --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --FILE-- +--EXTENSIONS-- +phar --INI-- phar.readonly=0 opcache.validate_timestamps=1 diff --git a/ext/phar/tests/zip/create_new_phar_b.phpt b/ext/phar/tests/zip/create_new_phar_b.phpt index d14682f3dc3..cf70abfddaa 100644 --- a/ext/phar/tests/zip/create_new_phar_b.phpt +++ b/ext/phar/tests/zip/create_new_phar_b.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: create a completely new zip-based phar ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=1 phar.require_hash=1 diff --git a/ext/phar/tests/zip/delete.phpt b/ext/phar/tests/zip/delete.phpt index 25b9d2d62a6..7453445f224 100644 --- a/ext/phar/tests/zip/delete.phpt +++ b/ext/phar/tests/zip/delete.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: delete test, zip-based phar ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/zip/delete_in_phar.phpt b/ext/phar/tests/zip/delete_in_phar.phpt index f988fa7f2cf..b07f0bdbd8b 100644 --- a/ext/phar/tests/zip/delete_in_phar.phpt +++ b/ext/phar/tests/zip/delete_in_phar.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: delete a file within a zip-based .phar ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/zip/delete_in_phar_b.phpt b/ext/phar/tests/zip/delete_in_phar_b.phpt index ac8a0db4ddb..c9a1c25fe27 100644 --- a/ext/phar/tests/zip/delete_in_phar_b.phpt +++ b/ext/phar/tests/zip/delete_in_phar_b.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: delete a file within a zip-based .phar ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/zip/delete_in_phar_confirm.phpt b/ext/phar/tests/zip/delete_in_phar_confirm.phpt index 8b80c5f4e72..f5f65c8ede8 100644 --- a/ext/phar/tests/zip/delete_in_phar_confirm.phpt +++ b/ext/phar/tests/zip/delete_in_phar_confirm.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: delete a file within a zip-based .phar (confirm disk file is changed) ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/zip/dir.phpt b/ext/phar/tests/zip/dir.phpt index eb252d27f68..76631d136ed 100644 --- a/ext/phar/tests/zip/dir.phpt +++ b/ext/phar/tests/zip/dir.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: mkdir/rmdir test zip-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/zip/exists_as_phar.phpt b/ext/phar/tests/zip/exists_as_phar.phpt index 31bec4b970b..1dbab22a3d8 100644 --- a/ext/phar/tests/zip/exists_as_phar.phpt +++ b/ext/phar/tests/zip/exists_as_phar.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: phar-based phar named with ".zip" fails ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/zip/frontcontroller1.phar.phpt b/ext/phar/tests/zip/frontcontroller1.phar.phpt index bbd5208b64b..a3b08018fd1 100644 --- a/ext/phar/tests/zip/frontcontroller1.phar.phpt +++ b/ext/phar/tests/zip/frontcontroller1.phar.phpt @@ -2,9 +2,9 @@ Phar front controller other zip-based --INI-- phar.require_hash=0 ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --ENV-- SCRIPT_NAME=/frontcontroller1.phar.php REQUEST_URI=/frontcontroller1.phar.php/a.jpg diff --git a/ext/phar/tests/zip/frontcontroller10.phar.phpt b/ext/phar/tests/zip/frontcontroller10.phar.phpt index ca4f55bcffd..90872493894 100644 --- a/ext/phar/tests/zip/frontcontroller10.phar.phpt +++ b/ext/phar/tests/zip/frontcontroller10.phar.phpt @@ -2,8 +2,8 @@ Phar front controller rewrite array invalid zip-based --INI-- default_charset=UTF-8 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller10.phar.php REQUEST_URI=/frontcontroller10.phar.php/hi diff --git a/ext/phar/tests/zip/frontcontroller11.phar.phpt b/ext/phar/tests/zip/frontcontroller11.phar.phpt index ce36f32f04e..78a72d5d3ec 100644 --- a/ext/phar/tests/zip/frontcontroller11.phar.phpt +++ b/ext/phar/tests/zip/frontcontroller11.phar.phpt @@ -3,9 +3,9 @@ Phar front controller mime type extension is not a string zip-based --INI-- default_charset= phar.require_hash=0 ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --ENV-- SCRIPT_NAME=/frontcontroller11.phar.php REQUEST_URI=/frontcontroller11.phar.php/a.php diff --git a/ext/phar/tests/zip/frontcontroller12.phar.phpt b/ext/phar/tests/zip/frontcontroller12.phar.phpt index 2169264b649..df2c87fbfe7 100644 --- a/ext/phar/tests/zip/frontcontroller12.phar.phpt +++ b/ext/phar/tests/zip/frontcontroller12.phar.phpt @@ -3,9 +3,9 @@ Phar front controller mime type unknown int zip-based --INI-- default_charset=UTF-8 phar.require_hash=0 ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --ENV-- SCRIPT_NAME=/frontcontroller12.phar.php REQUEST_URI=/frontcontroller12.phar.php/a.php diff --git a/ext/phar/tests/zip/frontcontroller13.phar.phpt b/ext/phar/tests/zip/frontcontroller13.phar.phpt index c9c72a7a602..8517cc0bb65 100644 --- a/ext/phar/tests/zip/frontcontroller13.phar.phpt +++ b/ext/phar/tests/zip/frontcontroller13.phar.phpt @@ -3,9 +3,9 @@ Phar front controller mime type not string/int zip-based --INI-- default_charset=UTF-8 phar.require_hash=0 ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --ENV-- SCRIPT_NAME=/frontcontroller13.phar.php REQUEST_URI=/frontcontroller13.phar.php/a.php diff --git a/ext/phar/tests/zip/frontcontroller14.phar.phpt b/ext/phar/tests/zip/frontcontroller14.phar.phpt index 9a3e34a90f2..198642a9626 100644 --- a/ext/phar/tests/zip/frontcontroller14.phar.phpt +++ b/ext/phar/tests/zip/frontcontroller14.phar.phpt @@ -2,9 +2,9 @@ Phar front controller mime type override, other zip-based --INI-- phar.require_hash=0 ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --ENV-- SCRIPT_NAME=/frontcontroller14.phar.php REQUEST_URI=/frontcontroller14.phar.php/a.jpg diff --git a/ext/phar/tests/zip/frontcontroller15.phar.phpt b/ext/phar/tests/zip/frontcontroller15.phar.phpt index 04fdc57ef02..f10b91f68e1 100644 --- a/ext/phar/tests/zip/frontcontroller15.phar.phpt +++ b/ext/phar/tests/zip/frontcontroller15.phar.phpt @@ -3,9 +3,9 @@ Phar front controller mime type override, Phar::PHPS zip-based --INI-- default_charset=UTF-8 phar.require_hash=0 ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --ENV-- SCRIPT_NAME=/frontcontroller15.phar.php REQUEST_URI=/frontcontroller15.phar.php/a.php diff --git a/ext/phar/tests/zip/frontcontroller16.phar.phpt b/ext/phar/tests/zip/frontcontroller16.phar.phpt index 6c75f7df517..65be2a9ca0b 100644 --- a/ext/phar/tests/zip/frontcontroller16.phar.phpt +++ b/ext/phar/tests/zip/frontcontroller16.phar.phpt @@ -3,9 +3,9 @@ Phar front controller mime type override, Phar::PHP zip-based --INI-- default_charset=UTF-8 phar.require_hash=0 ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --ENV-- SCRIPT_NAME=/frontcontroller16.phar.php REQUEST_URI=/frontcontroller16.phar.php/a.phps diff --git a/ext/phar/tests/zip/frontcontroller17.phar.phpt b/ext/phar/tests/zip/frontcontroller17.phar.phpt index b4bce3dced6..608a5cbb9ed 100644 --- a/ext/phar/tests/zip/frontcontroller17.phar.phpt +++ b/ext/phar/tests/zip/frontcontroller17.phar.phpt @@ -2,9 +2,9 @@ Phar front controller mime type unknown zip-based --INI-- phar.require_hash=0 ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --ENV-- SCRIPT_NAME=/frontcontroller17.phar.php REQUEST_URI=/frontcontroller17.phar.php/fronk.gronk diff --git a/ext/phar/tests/zip/frontcontroller18.phar.phpt b/ext/phar/tests/zip/frontcontroller18.phar.phpt index 963170949eb..86c50832aa7 100644 --- a/ext/phar/tests/zip/frontcontroller18.phar.phpt +++ b/ext/phar/tests/zip/frontcontroller18.phar.phpt @@ -2,9 +2,9 @@ Phar front controller $_SERVER munging failure zip-based --INI-- phar.require_hash=0 ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --ENV-- SCRIPT_NAME=/frontcontroller18.phar.php REQUEST_URI=/frontcontroller18.phar.php/fronk.gronk diff --git a/ext/phar/tests/zip/frontcontroller19.phar.phpt b/ext/phar/tests/zip/frontcontroller19.phar.phpt index c478f428e54..35083138b8f 100644 --- a/ext/phar/tests/zip/frontcontroller19.phar.phpt +++ b/ext/phar/tests/zip/frontcontroller19.phar.phpt @@ -2,9 +2,9 @@ Phar front controller $_SERVER munging failure 2 zip-based --INI-- phar.require_hash=0 ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --ENV-- SCRIPT_NAME=/frontcontroller19.phar.php REQUEST_URI=/frontcontroller19.phar.php/ diff --git a/ext/phar/tests/zip/frontcontroller2.phar.phpt b/ext/phar/tests/zip/frontcontroller2.phar.phpt index d4910e4f7da..931a280ea46 100644 --- a/ext/phar/tests/zip/frontcontroller2.phar.phpt +++ b/ext/phar/tests/zip/frontcontroller2.phar.phpt @@ -3,9 +3,9 @@ Phar front controller PHP test zip-based --INI-- default_charset=UTF-8 phar.require_hash=0 ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --ENV-- SCRIPT_NAME=/frontcontroller2.phar.php REQUEST_URI=/frontcontroller2.phar.php/a.php diff --git a/ext/phar/tests/zip/frontcontroller20.phar.phpt b/ext/phar/tests/zip/frontcontroller20.phar.phpt index fde3590a28c..9cea1b1dd72 100644 --- a/ext/phar/tests/zip/frontcontroller20.phar.phpt +++ b/ext/phar/tests/zip/frontcontroller20.phar.phpt @@ -2,9 +2,9 @@ Phar front controller $_SERVER munging failure 3 zip-based --INI-- phar.require_hash=0 ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --ENV-- SCRIPT_NAME=/frontcontroller20.phar.php REQUEST_URI=/frontcontroller20.phar.php/ diff --git a/ext/phar/tests/zip/frontcontroller21.phar.phpt b/ext/phar/tests/zip/frontcontroller21.phar.phpt index eb1c7861f73..d0e150c3c3b 100644 --- a/ext/phar/tests/zip/frontcontroller21.phar.phpt +++ b/ext/phar/tests/zip/frontcontroller21.phar.phpt @@ -3,9 +3,9 @@ Phar front controller $_SERVER munging success zip-based --INI-- default_charset=UTF-8 cgi.fix_pathinfo=1 ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --ENV-- SCRIPT_NAME=/frontcontroller21.phar.php REQUEST_URI=/frontcontroller21.phar.php/index.php?test=hi diff --git a/ext/phar/tests/zip/frontcontroller3.phar.phpt b/ext/phar/tests/zip/frontcontroller3.phar.phpt index a9f5990d587..9c4581c1243 100644 --- a/ext/phar/tests/zip/frontcontroller3.phar.phpt +++ b/ext/phar/tests/zip/frontcontroller3.phar.phpt @@ -3,9 +3,9 @@ Phar front controller phps zip-based --INI-- default_charset=UTF-8 phar.require_hash=0 ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --ENV-- SCRIPT_NAME=/frontcontroller3.phar.php REQUEST_URI=/frontcontroller3.phar.php/a.phps diff --git a/ext/phar/tests/zip/frontcontroller4.phar.phpt b/ext/phar/tests/zip/frontcontroller4.phar.phpt index fe49598695b..ca05daa8de5 100644 --- a/ext/phar/tests/zip/frontcontroller4.phar.phpt +++ b/ext/phar/tests/zip/frontcontroller4.phar.phpt @@ -2,9 +2,9 @@ Phar front controller index.php relocate (no /) zip-based --INI-- phar.require_hash=0 ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --ENV-- SCRIPT_NAME=/frontcontroller4.phar.php REQUEST_URI=/frontcontroller4.phar.php diff --git a/ext/phar/tests/zip/frontcontroller5.phar.phpt b/ext/phar/tests/zip/frontcontroller5.phar.phpt index 4aefdf5b08c..affb9aaf17a 100644 --- a/ext/phar/tests/zip/frontcontroller5.phar.phpt +++ b/ext/phar/tests/zip/frontcontroller5.phar.phpt @@ -2,9 +2,9 @@ Phar front controller index.php relocate zip-based --INI-- phar.require_hash=0 ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --ENV-- SCRIPT_NAME=/frontcontroller5.phar.php REQUEST_URI=/frontcontroller5.phar.php/ diff --git a/ext/phar/tests/zip/frontcontroller6.phar.phpt b/ext/phar/tests/zip/frontcontroller6.phar.phpt index bbf702d1d26..f2a5f3c1a70 100644 --- a/ext/phar/tests/zip/frontcontroller6.phar.phpt +++ b/ext/phar/tests/zip/frontcontroller6.phar.phpt @@ -2,9 +2,9 @@ Phar front controller 404 zip-based --INI-- phar.require_hash=0 ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --ENV-- SCRIPT_NAME=/frontcontroller6.phar.php REQUEST_URI=/frontcontroller6.phar.php/notfound.php diff --git a/ext/phar/tests/zip/frontcontroller7.phar.phpt b/ext/phar/tests/zip/frontcontroller7.phar.phpt index 0a67802c7f7..f54d6d6098f 100644 --- a/ext/phar/tests/zip/frontcontroller7.phar.phpt +++ b/ext/phar/tests/zip/frontcontroller7.phar.phpt @@ -2,9 +2,9 @@ Phar front controller alternate index file zip-based --INI-- phar.require_hash=0 ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --ENV-- SCRIPT_NAME=/frontcontroller7.phar.php REQUEST_URI=/frontcontroller7.phar.php/ diff --git a/ext/phar/tests/zip/frontcontroller8.phar.phpt b/ext/phar/tests/zip/frontcontroller8.phar.phpt index 15a898a53cd..c50a5394ab0 100644 --- a/ext/phar/tests/zip/frontcontroller8.phar.phpt +++ b/ext/phar/tests/zip/frontcontroller8.phar.phpt @@ -1,7 +1,7 @@ --TEST-- Phar front controller no index file 404 zip-based ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller8.phar.php REQUEST_URI=/frontcontroller8.phar.php/ diff --git a/ext/phar/tests/zip/frontcontroller9.phar.phpt b/ext/phar/tests/zip/frontcontroller9.phar.phpt index bdbf0661948..9f118e6c5b9 100644 --- a/ext/phar/tests/zip/frontcontroller9.phar.phpt +++ b/ext/phar/tests/zip/frontcontroller9.phar.phpt @@ -2,8 +2,8 @@ Phar front controller rewrite array zip-based --INI-- default_charset=UTF-8 ---SKIPIF-- - +--EXTENSIONS-- +phar --ENV-- SCRIPT_NAME=/frontcontroller9.phar.php REQUEST_URI=/frontcontroller9.phar.php/hi diff --git a/ext/phar/tests/zip/getalias.phpt b/ext/phar/tests/zip/getalias.phpt index 63ce629ef4e..8f3edd6ee32 100644 --- a/ext/phar/tests/zip/getalias.phpt +++ b/ext/phar/tests/zip/getalias.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: getAlias() with an existing phar.zip ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/zip/largezip.phpt b/ext/phar/tests/zip/largezip.phpt index d1f113d0a31..562f61aa19d 100644 --- a/ext/phar/tests/zip/largezip.phpt +++ b/ext/phar/tests/zip/largezip.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: large zip file (zip edge cases) ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/zip/metadata_write_commit.phpt b/ext/phar/tests/zip/metadata_write_commit.phpt index e0e09599af9..7dc33d0186e 100644 --- a/ext/phar/tests/zip/metadata_write_commit.phpt +++ b/ext/phar/tests/zip/metadata_write_commit.phpt @@ -1,9 +1,7 @@ --TEST-- Phar with meta-data (write) zip-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/zip/notphar.phpt b/ext/phar/tests/zip/notphar.phpt index f5f049dc5c3..10d4d7d8be3 100644 --- a/ext/phar/tests/zip/notphar.phpt +++ b/ext/phar/tests/zip/notphar.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: a non-executable zip with no stub named .phar.zip ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=1 detect_unicode=0 diff --git a/ext/phar/tests/zip/odt.phpt b/ext/phar/tests/zip/odt.phpt index af3a52cc9db..53683c4ae11 100644 --- a/ext/phar/tests/zip/odt.phpt +++ b/ext/phar/tests/zip/odt.phpt @@ -1,8 +1,8 @@ --TEST-- Phar: test a zip archive created by openoffice ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --FILE-- +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/zip/open_for_write_existing_b.phpt b/ext/phar/tests/zip/open_for_write_existing_b.phpt index dd605618eac..9383f3bfe5e 100644 --- a/ext/phar/tests/zip/open_for_write_existing_b.phpt +++ b/ext/phar/tests/zip/open_for_write_existing_b.phpt @@ -1,9 +1,7 @@ --TEST-- Phar: fopen a .phar for writing (existing file) zip-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/zip/open_for_write_existing_c.phpt b/ext/phar/tests/zip/open_for_write_existing_c.phpt index c4eb78c6588..2e972c112f3 100644 --- a/ext/phar/tests/zip/open_for_write_existing_c.phpt +++ b/ext/phar/tests/zip/open_for_write_existing_c.phpt @@ -1,9 +1,7 @@ --TEST-- Phar: fopen a .phar for writing (existing file) zip-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/zip/open_for_write_newfile.phpt b/ext/phar/tests/zip/open_for_write_newfile.phpt index 3791689a315..3aad600222b 100644 --- a/ext/phar/tests/zip/open_for_write_newfile.phpt +++ b/ext/phar/tests/zip/open_for_write_newfile.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: fopen a .phar for writing (new file) zip-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/zip/open_for_write_newfile_b.phpt b/ext/phar/tests/zip/open_for_write_newfile_b.phpt index 167350abd13..c70968809b5 100644 --- a/ext/phar/tests/zip/open_for_write_newfile_b.phpt +++ b/ext/phar/tests/zip/open_for_write_newfile_b.phpt @@ -1,9 +1,7 @@ --TEST-- Phar: fopen a .phar for writing (new file) zip-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/zip/open_for_write_newfile_c.phpt b/ext/phar/tests/zip/open_for_write_newfile_c.phpt index 1c2d3450505..fbfe2104c84 100644 --- a/ext/phar/tests/zip/open_for_write_newfile_c.phpt +++ b/ext/phar/tests/zip/open_for_write_newfile_c.phpt @@ -1,9 +1,7 @@ --TEST-- Phar: fopen a .phar for writing (new file) zip-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/zip/phar_begin_setstub_commit.phpt b/ext/phar/tests/zip/phar_begin_setstub_commit.phpt index a7c8d76375d..ae6a1844372 100644 --- a/ext/phar/tests/zip/phar_begin_setstub_commit.phpt +++ b/ext/phar/tests/zip/phar_begin_setstub_commit.phpt @@ -1,9 +1,7 @@ --TEST-- Phar::startBuffering()/setStub()/stopBuffering() zip-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/zip/phar_buildfromiterator4.phpt b/ext/phar/tests/zip/phar_buildfromiterator4.phpt index aa1e3596abb..04982638ba3 100644 --- a/ext/phar/tests/zip/phar_buildfromiterator4.phpt +++ b/ext/phar/tests/zip/phar_buildfromiterator4.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::buildFromIterator() iterator, 1 file passed in zip-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/zip/phar_buildfromiterator5.phpt b/ext/phar/tests/zip/phar_buildfromiterator5.phpt index 329a30a5c3f..235517c871a 100644 --- a/ext/phar/tests/zip/phar_buildfromiterator5.phpt +++ b/ext/phar/tests/zip/phar_buildfromiterator5.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::buildFromIterator() iterator, iterator returns non-string zip-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/zip/phar_buildfromiterator6.phpt b/ext/phar/tests/zip/phar_buildfromiterator6.phpt index a2c49f1d561..9587fbaa1e4 100644 --- a/ext/phar/tests/zip/phar_buildfromiterator6.phpt +++ b/ext/phar/tests/zip/phar_buildfromiterator6.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::buildFromIterator() iterator, key is int zip-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/zip/phar_buildfromiterator7.phpt b/ext/phar/tests/zip/phar_buildfromiterator7.phpt index 45d36f41e06..76eadf6eff6 100644 --- a/ext/phar/tests/zip/phar_buildfromiterator7.phpt +++ b/ext/phar/tests/zip/phar_buildfromiterator7.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::buildFromIterator() iterator, file can't be opened zip-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/zip/phar_buildfromiterator8.phpt b/ext/phar/tests/zip/phar_buildfromiterator8.phpt index c411e6ee128..d0e2150dcb7 100644 --- a/ext/phar/tests/zip/phar_buildfromiterator8.phpt +++ b/ext/phar/tests/zip/phar_buildfromiterator8.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::buildFromIterator() iterator, SplFileInfo as current zip-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/zip/phar_buildfromiterator9.phpt b/ext/phar/tests/zip/phar_buildfromiterator9.phpt index 414924d8075..546caee7a25 100644 --- a/ext/phar/tests/zip/phar_buildfromiterator9.phpt +++ b/ext/phar/tests/zip/phar_buildfromiterator9.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::buildFromIterator() iterator, 1 file resource passed in ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/zip/phar_commitwrite.phpt b/ext/phar/tests/zip/phar_commitwrite.phpt index 0d42723e38d..94aeb1c7858 100644 --- a/ext/phar/tests/zip/phar_commitwrite.phpt +++ b/ext/phar/tests/zip/phar_commitwrite.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::setStub()/stopBuffering() zip-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/zip/phar_convert_phar.phpt b/ext/phar/tests/zip/phar_convert_phar.phpt index ef9d9b35fc4..f05a1cabaa6 100644 --- a/ext/phar/tests/zip/phar_convert_phar.phpt +++ b/ext/phar/tests/zip/phar_convert_phar.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::convertToPhar() from zip ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/zip/phar_copy.phpt b/ext/phar/tests/zip/phar_copy.phpt index ea4f108dfcb..de9b1c9dd76 100644 --- a/ext/phar/tests/zip/phar_copy.phpt +++ b/ext/phar/tests/zip/phar_copy.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: copy() zip-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=1 diff --git a/ext/phar/tests/zip/phar_magic.phpt b/ext/phar/tests/zip/phar_magic.phpt index 34b30d7d7f2..acd480d2318 100644 --- a/ext/phar/tests/zip/phar_magic.phpt +++ b/ext/phar/tests/zip/phar_magic.phpt @@ -1,9 +1,7 @@ --TEST-- Phar: include/fopen magic zip-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/zip/phar_oo_compressallbz2.phpt b/ext/phar/tests/zip/phar_oo_compressallbz2.phpt index 2062f602f8c..cf16156e7dd 100644 --- a/ext/phar/tests/zip/phar_oo_compressallbz2.phpt +++ b/ext/phar/tests/zip/phar_oo_compressallbz2.phpt @@ -1,8 +1,8 @@ --TEST-- Phar::compressFiles(Phar::BZ2) zip format ---SKIPIF-- - - +--EXTENSIONS-- +phar +bz2 --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/zip/phar_oo_compressallgz.phpt b/ext/phar/tests/zip/phar_oo_compressallgz.phpt index 0db97eadf0f..6ca7331195d 100644 --- a/ext/phar/tests/zip/phar_oo_compressallgz.phpt +++ b/ext/phar/tests/zip/phar_oo_compressallgz.phpt @@ -1,8 +1,8 @@ --TEST-- Phar::compressFiles(Phar::GZ) zip format ---SKIPIF-- - - +--EXTENSIONS-- +phar +zlib --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/zip/phar_setalias.phpt b/ext/phar/tests/zip/phar_setalias.phpt index 96453a90ff5..46922279ffe 100644 --- a/ext/phar/tests/zip/phar_setalias.phpt +++ b/ext/phar/tests/zip/phar_setalias.phpt @@ -1,9 +1,9 @@ --TEST-- Phar::setAlias() zip-based ---SKIPIF-- - - - +--EXTENSIONS-- +phar +zlib +bz2 --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/zip/phar_setalias2.phpt b/ext/phar/tests/zip/phar_setalias2.phpt index e438e64bb51..2d113fbf2c5 100644 --- a/ext/phar/tests/zip/phar_setalias2.phpt +++ b/ext/phar/tests/zip/phar_setalias2.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::setAlias() error zip-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/zip/phar_setdefaultstub.phpt b/ext/phar/tests/zip/phar_setdefaultstub.phpt index edbea6f2269..e979b59b1a4 100644 --- a/ext/phar/tests/zip/phar_setdefaultstub.phpt +++ b/ext/phar/tests/zip/phar_setdefaultstub.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: Phar::setDefaultStub() with and without arg, zip-based phar ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/zip/phar_setsignaturealgo2.phpt b/ext/phar/tests/zip/phar_setsignaturealgo2.phpt index 84c256ba27e..8de77479d78 100644 --- a/ext/phar/tests/zip/phar_setsignaturealgo2.phpt +++ b/ext/phar/tests/zip/phar_setsignaturealgo2.phpt @@ -1,7 +1,8 @@ --TEST-- Phar::setSupportedSignatures() with hash, zip-based +--EXTENSIONS-- +phar --SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/zip/phar_stub_error.phpt b/ext/phar/tests/zip/phar_stub_error.phpt index d19393f430e..74319c90607 100644 --- a/ext/phar/tests/zip/phar_stub_error.phpt +++ b/ext/phar/tests/zip/phar_stub_error.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::setStub()/getStub() zip-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/zip/refcount1.phpt b/ext/phar/tests/zip/refcount1.phpt index 0fd122a79c9..b79d8e326a7 100644 --- a/ext/phar/tests/zip/refcount1.phpt +++ b/ext/phar/tests/zip/refcount1.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: test that refcounting avoids problems with deleting a file zip-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/zip/rename.phpt b/ext/phar/tests/zip/rename.phpt index b3ebc98364d..209a6b4ac47 100644 --- a/ext/phar/tests/zip/rename.phpt +++ b/ext/phar/tests/zip/rename.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: rename test zip-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/zip/rename_dir.phpt b/ext/phar/tests/zip/rename_dir.phpt index b53ff8d9646..76d07734e5b 100644 --- a/ext/phar/tests/zip/rename_dir.phpt +++ b/ext/phar/tests/zip/rename_dir.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: rename_dir test zip-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/zip/require_hash.phpt b/ext/phar/tests/zip/require_hash.phpt index 5cdf3ec148e..0d94083683c 100644 --- a/ext/phar/tests/zip/require_hash.phpt +++ b/ext/phar/tests/zip/require_hash.phpt @@ -1,10 +1,8 @@ --TEST-- Phar: zip-based phar, require_hash=1, no signature ---SKIPIF-- - +--EXTENSIONS-- +phar +zip --INI-- phar.readonly=1 phar.require_hash=0 diff --git a/ext/phar/tests/zip/rmdir.phpt b/ext/phar/tests/zip/rmdir.phpt index 37cad748a3a..117ae39d1eb 100644 --- a/ext/phar/tests/zip/rmdir.phpt +++ b/ext/phar/tests/zip/rmdir.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: rmdir test zip-based ---SKIPIF-- - +--EXTENSIONS-- +phar --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/zip/unixzip.phpt b/ext/phar/tests/zip/unixzip.phpt index f1a51fede86..54e364ee52d 100644 --- a/ext/phar/tests/zip/unixzip.phpt +++ b/ext/phar/tests/zip/unixzip.phpt @@ -1,7 +1,7 @@ --TEST-- Phar: test a zip archive created by unix "zip" command ---SKIPIF-- - +--EXTENSIONS-- +phar --FILE-- - +--EXTENSIONS-- +phar +zlib --FILE-- +--EXTENSIONS-- +posix --FILE-- +--EXTENSIONS-- +posix --FILE-- +--EXTENSIONS-- +posix --FILE-- +--EXTENSIONS-- +posix --FILE-- --FILE-- diff --git a/ext/posix/tests/posix_errno_variation2.phpt b/ext/posix/tests/posix_errno_variation2.phpt index 2817334b288..d5feb31e9a0 100644 --- a/ext/posix/tests/posix_errno_variation2.phpt +++ b/ext/posix/tests/posix_errno_variation2.phpt @@ -4,11 +4,9 @@ Test function posix_errno() by calling it with its expected arguments Morten Amundsen mor10am@gmail.com Francesco Fullone ff@ideato.it #PHPTestFest Cesena Italia on 2009-06-20 ---SKIPIF-- - +--EXTENSIONS-- +posix +pcntl --FILE-- --FILE-- diff --git a/ext/posix/tests/posix_getegid_basic.phpt b/ext/posix/tests/posix_getegid_basic.phpt index ab7da5a2c76..49f92e40829 100644 --- a/ext/posix/tests/posix_getegid_basic.phpt +++ b/ext/posix/tests/posix_getegid_basic.phpt @@ -3,10 +3,8 @@ Test function posix_getegid() by calling it with its expected arguments --CREDITS-- Michelangelo van Dam dragonbe@gmail.com #PHPTestFest Dutch PHP Conference 2012 ---SKIPIF-- - +--EXTENSIONS-- +posix --FILE-- +--EXTENSIONS-- +posix --FILE-- +--EXTENSIONS-- +posix --FILE-- +--EXTENSIONS-- +posix --FILE-- --FILE-- diff --git a/ext/posix/tests/posix_getgrgid_macosx.phpt b/ext/posix/tests/posix_getgrgid_macosx.phpt index ff1858f7bfd..35b10747f72 100644 --- a/ext/posix/tests/posix_getgrgid_macosx.phpt +++ b/ext/posix/tests/posix_getgrgid_macosx.phpt @@ -3,11 +3,11 @@ Test return values of posix_getgrgid() on MacOSX. --CREDITS-- Till Klampaeckel, till@php.net TestFest Berlin 2009 +--EXTENSIONS-- +posix --SKIPIF-- --FILE-- diff --git a/ext/posix/tests/posix_getgroups_basic.phpt b/ext/posix/tests/posix_getgroups_basic.phpt index 30aa0d95aaf..06ca1a96ae2 100644 --- a/ext/posix/tests/posix_getgroups_basic.phpt +++ b/ext/posix/tests/posix_getgroups_basic.phpt @@ -1,9 +1,7 @@ --TEST-- Test posix_getgroups() function : basic functionality ---SKIPIF-- - +--EXTENSIONS-- +posix --FILE-- +--EXTENSIONS-- +posix --FILE-- +--EXTENSIONS-- +posix --FILE-- +--EXTENSIONS-- +posix --FILE-- +--EXTENSIONS-- +posix --FILE-- User Group: PHPSP #phptestfestbrasil ---SKIPIF-- - +--EXTENSIONS-- +posix --FILE-- +--EXTENSIONS-- +posix --FILE-- --FILE-- diff --git a/ext/posix/tests/posix_getsid.phpt b/ext/posix/tests/posix_getsid.phpt index 0f99daf49e5..fbf045711f9 100644 --- a/ext/posix/tests/posix_getsid.phpt +++ b/ext/posix/tests/posix_getsid.phpt @@ -6,10 +6,8 @@ Source code: ext/posix/posix.c --CREDITS-- Moritz Neuhaeuser, info@xcompile.net PHP Testfest Berlin 2009-05-10 ---SKIPIF-- - +--EXTENSIONS-- +posix --FILE-- +--EXTENSIONS-- +posix --FILE-- +--EXTENSIONS-- +posix --FILE-- --FILE-- diff --git a/ext/posix/tests/posix_isatty.phpt b/ext/posix/tests/posix_isatty.phpt index 011a636e645..5132c04d35e 100644 --- a/ext/posix/tests/posix_isatty.phpt +++ b/ext/posix/tests/posix_isatty.phpt @@ -1,8 +1,9 @@ --TEST-- posix_isatty(): Basic tests +--EXTENSIONS-- +posix --SKIPIF-- --FILE-- diff --git a/ext/posix/tests/posix_kill_error.phpt b/ext/posix/tests/posix_kill_error.phpt index 9f0ca0b158a..c4ad7b5e8dc 100644 --- a/ext/posix/tests/posix_kill_error.phpt +++ b/ext/posix/tests/posix_kill_error.phpt @@ -1,9 +1,7 @@ --TEST-- Test posix_kill() function : error conditions ---SKIPIF-- - +--EXTENSIONS-- +posix --FILE-- --FILE-- diff --git a/ext/posix/tests/posix_setegid_basic.phpt b/ext/posix/tests/posix_setegid_basic.phpt index e1885c81f1c..e3a9b26fd98 100644 --- a/ext/posix/tests/posix_setegid_basic.phpt +++ b/ext/posix/tests/posix_setegid_basic.phpt @@ -1,9 +1,7 @@ --TEST-- Test function posix_setegid() by calling it with its expected arguments ---SKIPIF-- - +--EXTENSIONS-- +posix --FILE-- +--EXTENSIONS-- +posix --FILE-- --CREDITS-- diff --git a/ext/posix/tests/posix_seteuid_variation5.phpt b/ext/posix/tests/posix_seteuid_variation5.phpt index d33051ff942..4d629280ca3 100644 --- a/ext/posix/tests/posix_seteuid_variation5.phpt +++ b/ext/posix/tests/posix_seteuid_variation5.phpt @@ -1,8 +1,9 @@ --TEST-- Test function posix_seteuid() by substituting argument 1 with int values. +--EXTENSIONS-- +posix --SKIPIF-- --CREDITS-- diff --git a/ext/posix/tests/posix_setgid_basic.phpt b/ext/posix/tests/posix_setgid_basic.phpt index 5984caa58b0..06a9f4f70aa 100644 --- a/ext/posix/tests/posix_setgid_basic.phpt +++ b/ext/posix/tests/posix_setgid_basic.phpt @@ -1,9 +1,7 @@ --TEST-- Test function posix_setgid() by calling it with its expected arguments ---SKIPIF-- - +--EXTENSIONS-- +posix --CREDITS-- Marco Fabbri mrfabbri@gmail.com Francesco Fullone ff@ideato.it diff --git a/ext/posix/tests/posix_setgid_variation2.phpt b/ext/posix/tests/posix_setgid_variation2.phpt index eac869e7e10..8504706c547 100644 --- a/ext/posix/tests/posix_setgid_variation2.phpt +++ b/ext/posix/tests/posix_setgid_variation2.phpt @@ -1,8 +1,9 @@ --TEST-- Test function posix_setgid() by substituting argument 1 with boolean values. +--EXTENSIONS-- +posix --SKIPIF-- --CREDITS-- diff --git a/ext/posix/tests/posix_setgid_variation5.phpt b/ext/posix/tests/posix_setgid_variation5.phpt index 35187d44a5d..4c86558ad36 100644 --- a/ext/posix/tests/posix_setgid_variation5.phpt +++ b/ext/posix/tests/posix_setgid_variation5.phpt @@ -1,8 +1,9 @@ --TEST-- Test function posix_setgid() by substituting argument 1 with int values. +--EXTENSIONS-- +posix --SKIPIF-- --CREDITS-- diff --git a/ext/posix/tests/posix_setrlimit.phpt b/ext/posix/tests/posix_setrlimit.phpt index 5221647423b..cc8fadafc04 100644 --- a/ext/posix/tests/posix_setrlimit.phpt +++ b/ext/posix/tests/posix_setrlimit.phpt @@ -1,8 +1,9 @@ --TEST-- posix_setrlimit(): Basic tests +--EXTENSIONS-- +posix --SKIPIF-- +--EXTENSIONS-- +posix --FILE-- --CREDITS-- diff --git a/ext/posix/tests/posix_setuid_variation5.phpt b/ext/posix/tests/posix_setuid_variation5.phpt index 79925e50664..ed5a6a66a3d 100644 --- a/ext/posix/tests/posix_setuid_variation5.phpt +++ b/ext/posix/tests/posix_setuid_variation5.phpt @@ -1,8 +1,9 @@ --TEST-- Test function posix_setuid() by substituting argument 1 with int values. +--EXTENSIONS-- +posix --SKIPIF-- --CREDITS-- diff --git a/ext/posix/tests/posix_strerror_error.phpt b/ext/posix/tests/posix_strerror_error.phpt index bdbe867b9f1..56bfdcfdca0 100644 --- a/ext/posix/tests/posix_strerror_error.phpt +++ b/ext/posix/tests/posix_strerror_error.phpt @@ -1,9 +1,7 @@ --TEST-- Test posix_strerror() function : error conditions ---SKIPIF-- - +--EXTENSIONS-- +posix --FILE-- +--EXTENSIONS-- +posix --FILE-- +--EXTENSIONS-- +posix --FILE-- +--EXTENSIONS-- +posix --FILE-- +--EXTENSIONS-- +posix +standard --FILE-- +--EXTENSIONS-- +posix --FILE-- +--EXTENSIONS-- +posix --FILE-- +--EXTENSIONS-- +posix --FILE-- +--EXTENSIONS-- +posix --FILE-- +--EXTENSIONS-- +posix --FILE-- +--EXTENSIONS-- +posix --FILE-- +--EXTENSIONS-- +posix --FILE-- --FILE-- diff --git a/ext/pspell/tests/003.phpt b/ext/pspell/tests/003.phpt index 422a5e830f5..02d66f6309f 100644 --- a/ext/pspell/tests/003.phpt +++ b/ext/pspell/tests/003.phpt @@ -1,8 +1,9 @@ --TEST-- pspell_config_ignore +--EXTENSIONS-- +pspell --SKIPIF-- --FILE-- diff --git a/ext/pspell/tests/004.phpt b/ext/pspell/tests/004.phpt index 24c4bffffa6..e1cc94084fe 100644 --- a/ext/pspell/tests/004.phpt +++ b/ext/pspell/tests/004.phpt @@ -1,8 +1,9 @@ --TEST-- pspell configs +--EXTENSIONS-- +pspell --SKIPIF-- --FILE-- diff --git a/ext/pspell/tests/005.phpt b/ext/pspell/tests/005.phpt index 3081227a312..ac8ee78e95d 100644 --- a/ext/pspell/tests/005.phpt +++ b/ext/pspell/tests/005.phpt @@ -1,8 +1,9 @@ --TEST-- pspell configs +--EXTENSIONS-- +pspell --SKIPIF-- diff --git a/ext/readline/tests/bug72538.phpt b/ext/readline/tests/bug72538.phpt index 978dc00a8ce..45f64ffda05 100644 --- a/ext/readline/tests/bug72538.phpt +++ b/ext/readline/tests/bug72538.phpt @@ -1,8 +1,9 @@ --TEST-- Bug #72538 (readline_redisplay crashes php) +--EXTENSIONS-- +readline --SKIPIF-- - --FILE-- diff --git a/ext/readline/tests/bug77812-libedit.phpt b/ext/readline/tests/bug77812-libedit.phpt index a5e39f05ae7..a522ac2751b 100644 --- a/ext/readline/tests/bug77812-libedit.phpt +++ b/ext/readline/tests/bug77812-libedit.phpt @@ -1,8 +1,9 @@ --TEST-- Bug #77812 (Interactive mode does not support PHP 7.3-style heredoc) +--EXTENSIONS-- +readline --SKIPIF-- diff --git a/ext/readline/tests/bug77812-readline.phpt b/ext/readline/tests/bug77812-readline.phpt index 335797aa666..a1868678171 100644 --- a/ext/readline/tests/bug77812-readline.phpt +++ b/ext/readline/tests/bug77812-readline.phpt @@ -1,8 +1,9 @@ --TEST-- Bug #77812 (Interactive mode does not support PHP 7.3-style heredoc) +--EXTENSIONS-- +readline --SKIPIF-- diff --git a/ext/readline/tests/libedit_info_001-win32.phpt b/ext/readline/tests/libedit_info_001-win32.phpt index 3a558b11eb6..59202ee7723 100644 --- a/ext/readline/tests/libedit_info_001-win32.phpt +++ b/ext/readline/tests/libedit_info_001-win32.phpt @@ -1,8 +1,9 @@ --TEST-- readline_info(): Basic test +--EXTENSIONS-- +readline --SKIPIF-- - +--EXTENSIONS-- +readline --FILE-- +--EXTENSIONS-- +readline --FILE-- +--EXTENSIONS-- +readline --FILE-- --FILE-- diff --git a/ext/readline/tests/readline_read_history_error_001.phpt b/ext/readline/tests/readline_read_history_error_001.phpt index 0d90280d8da..500b509b865 100644 --- a/ext/readline/tests/readline_read_history_error_001.phpt +++ b/ext/readline/tests/readline_read_history_error_001.phpt @@ -2,8 +2,9 @@ readline_read_history() function - Error cases --CREDITS-- Pedro Manoel Evangelista +--EXTENSIONS-- +readline --SKIPIF-- - --FILE-- diff --git a/ext/readline/tests/readline_without_input.phpt b/ext/readline/tests/readline_without_input.phpt index 11c956fa586..0b727256403 100644 --- a/ext/readline/tests/readline_without_input.phpt +++ b/ext/readline/tests/readline_without_input.phpt @@ -3,9 +3,10 @@ readline() function - without input --CREDITS-- Jonathan Stevens User Group: PHP-WVL & PHPGent #PHPTestFest +--EXTENSIONS-- +readline --SKIPIF-- --FILE-- diff --git a/ext/reflection/tests/016.phpt b/ext/reflection/tests/016.phpt index f63b751a279..a606576708b 100644 --- a/ext/reflection/tests/016.phpt +++ b/ext/reflection/tests/016.phpt @@ -1,11 +1,7 @@ --TEST-- ReflectionExtension::getDependencies() ---SKIPIF-- - +--EXTENSIONS-- +xml --FILE-- ---SKIPIF-- - +--EXTENSIONS-- +dom --FILE-- +--EXTENSIONS-- +tokenizer --INI-- opcache.save_comments=1 --FILE-- diff --git a/ext/session/tests/016.phpt b/ext/session/tests/016.phpt index 8a076a1d9f4..d3fb389f781 100644 --- a/ext/session/tests/016.phpt +++ b/ext/session/tests/016.phpt @@ -1,11 +1,7 @@ --TEST-- invalid session.save_path should not cause a segfault ---SKIPIF-- - +--EXTENSIONS-- +session --INI-- session.save_path="123;:/really\\completely:::/invalid;;,23123;213" session.use_cookies=0 diff --git a/ext/session/tests/bug73100.phpt b/ext/session/tests/bug73100.phpt index a9c140aa88b..834f2abf0f4 100644 --- a/ext/session/tests/bug73100.phpt +++ b/ext/session/tests/bug73100.phpt @@ -1,9 +1,7 @@ --TEST-- Bug #73100 (session_destroy null dereference in ps_files_path_create) ---SKIPIF-- - +--EXTENSIONS-- +session --INI-- session.save_path= session.save_handler=files diff --git a/ext/session/tests/bug79091.phpt b/ext/session/tests/bug79091.phpt index 0c1c17aad36..643b936fa9d 100644 --- a/ext/session/tests/bug79091.phpt +++ b/ext/session/tests/bug79091.phpt @@ -1,9 +1,7 @@ --TEST-- Bug #79091 (heap use-after-free in session_create_id()) ---SKIPIF-- - +--EXTENSIONS-- +session --FILE-- +--EXTENSIONS-- +session --FILE-- +--EXTENSIONS-- +session --FILE-- +--EXTENSIONS-- +sockets --CREDITS-- Florian Anderiasch fa@php.net diff --git a/ext/sockets/tests/bug49341.phpt b/ext/sockets/tests/bug49341.phpt index ba9a81e4816..72a055ef834 100644 --- a/ext/sockets/tests/bug49341.phpt +++ b/ext/sockets/tests/bug49341.phpt @@ -1,10 +1,10 @@ --TEST-- Bug #49341: add SO_REUSEPORT support for socket_set_option() +--EXTENSIONS-- +sockets --SKIPIF-- +--EXTENSIONS-- +sockets --FILE-- --FILE-- diff --git a/ext/sockets/tests/mcast_ipv4_recv.phpt b/ext/sockets/tests/mcast_ipv4_recv.phpt index 35a5ec7c5ae..b33a959483b 100644 --- a/ext/sockets/tests/mcast_ipv4_recv.phpt +++ b/ext/sockets/tests/mcast_ipv4_recv.phpt @@ -1,10 +1,10 @@ --TEST-- Multicast support: IPv4 receive options +--EXTENSIONS-- +sockets --SKIPIF-- - #phparty7 - @phpsp - novatec/2015 - sao paulo - br +--EXTENSIONS-- +sockets --SKIPIF-- - #phparty7 - @phpsp - novatec/2015 - sao paulo - br +--EXTENSIONS-- +sockets --SKIPIF-- +--EXTENSIONS-- +sockets --FILE-- +--EXTENSIONS-- +sockets --FILE-- diff --git a/ext/sockets/tests/socket_getopt.phpt b/ext/sockets/tests/socket_getopt.phpt index 12c0aeb8880..dd6e405e1b1 100644 --- a/ext/sockets/tests/socket_getopt.phpt +++ b/ext/sockets/tests/socket_getopt.phpt @@ -2,12 +2,8 @@ mixed socket_getopt( resource $socket , int $level , int $optname ) ; --CREDITS-- marcosptf - - #phparty7 - @phpsp - novatec/2015 - sao paulo - br ---SKIPIF-- - +--EXTENSIONS-- +sockets --FILE-- +--EXTENSIONS-- +sockets --FILE-- +--EXTENSIONS-- +sockets --FILE-- --FILE-- diff --git a/ext/sockets/tests/socket_getsockname.phpt b/ext/sockets/tests/socket_getsockname.phpt index a52ce47ac5c..5ce57dd5c2e 100644 --- a/ext/sockets/tests/socket_getsockname.phpt +++ b/ext/sockets/tests/socket_getsockname.phpt @@ -3,12 +3,8 @@ ext/sockets - socket_getsockname - basic test --CREDITS-- Florian Anderiasch fa@php.net ---SKIPIF-- - +--EXTENSIONS-- +sockets --FILE-- diff --git a/ext/sockets/tests/socket_listen-wrongparams.phpt b/ext/sockets/tests/socket_listen-wrongparams.phpt index a0c75f27d1a..84936e965d5 100644 --- a/ext/sockets/tests/socket_listen-wrongparams.phpt +++ b/ext/sockets/tests/socket_listen-wrongparams.phpt @@ -1,13 +1,12 @@ --TEST-- Test parameter handling in socket_listen(). +--EXTENSIONS-- +sockets --SKIPIF-- +--EXTENSIONS-- +sockets --FILE-- 999999 ---SKIPIF-- - +--EXTENSIONS-- +sockets --FILE-- - #phparty7 - @phpsp - novatec/2015 - sao paulo - br +--EXTENSIONS-- +sockets --SKIPIF-- --FILE-- +--EXTENSIONS-- +sockets --FILE-- +--EXTENSIONS-- +sockets --FILE-- +--EXTENSIONS-- +sockets --FILE-- +--EXTENSIONS-- +sockets --FILE-- +--EXTENSIONS-- +sockets --FILE-- +--EXTENSIONS-- +sockets --FILE-- +--EXTENSIONS-- +sockets --FILE-- +--EXTENSIONS-- +sockets --FILE-- +--EXTENSIONS-- +sockets --FILE-- User Group: PHPSP #PHPTestFestBrasil ---SKIPIF-- - +--EXTENSIONS-- +sockets --FILE-- - #phparty7 - @phpsp - novatec/2015 - sao paulo - br +--EXTENSIONS-- +sockets --SKIPIF-- - #phparty7 - @phpsp - novatec/2015 - sao paulo - br +--EXTENSIONS-- +sockets --SKIPIF-- --FILE-- --FILE-- +--EXTENSIONS-- +json --FILE-- +--EXTENSIONS-- +iconv --INI-- allow_url_fopen=1 --FILE-- diff --git a/ext/standard/tests/general_functions/bug44394_2.phpt b/ext/standard/tests/general_functions/bug44394_2.phpt index c2d638be7e3..356291318c8 100644 --- a/ext/standard/tests/general_functions/bug44394_2.phpt +++ b/ext/standard/tests/general_functions/bug44394_2.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #44394 (Last two bytes missing from output) with session.use_trans_id ---SKIPIF-- - +--EXTENSIONS-- +session --INI-- session.name=PHPSESSID session.use_only_cookies=0 diff --git a/ext/standard/tests/general_functions/bug77638_1.phpt b/ext/standard/tests/general_functions/bug77638_1.phpt index b5ad2b6acf6..e2a99ffd199 100644 --- a/ext/standard/tests/general_functions/bug77638_1.phpt +++ b/ext/standard/tests/general_functions/bug77638_1.phpt @@ -1,9 +1,7 @@ --TEST-- Bug #77638 (var_export'ing certain class instances segfaults) ---SKIPIF-- - +--EXTENSIONS-- +com_dotnet --FILE-- +--EXTENSIONS-- +ffi --FILE-- +--EXTENSIONS-- +session --INI-- session.trans_sid_tags="a=href,area=href,frame=src,form=" url_rewriter.tags="a=href,area=href,frame=src,form=" diff --git a/ext/standard/tests/general_functions/output_add_rewrite_var_basic2.phpt b/ext/standard/tests/general_functions/output_add_rewrite_var_basic2.phpt index e888932a608..3aba659c343 100644 --- a/ext/standard/tests/general_functions/output_add_rewrite_var_basic2.phpt +++ b/ext/standard/tests/general_functions/output_add_rewrite_var_basic2.phpt @@ -1,7 +1,7 @@ --TEST-- Test output_add_rewrite_var() function basic feature ---SKIPIF-- - +--EXTENSIONS-- +session --INI-- session.trans_sid_tags="a=href,area=href,frame=src,form=" url_rewriter.tags="a=href,area=href,frame=src,form=" diff --git a/ext/standard/tests/general_functions/output_add_rewrite_var_basic3.phpt b/ext/standard/tests/general_functions/output_add_rewrite_var_basic3.phpt index 0cf10f7249d..92cd59e4f45 100644 --- a/ext/standard/tests/general_functions/output_add_rewrite_var_basic3.phpt +++ b/ext/standard/tests/general_functions/output_add_rewrite_var_basic3.phpt @@ -1,7 +1,7 @@ --TEST-- Test output_add_rewrite_var() function basic feature ---SKIPIF-- - +--EXTENSIONS-- +session --INI-- session.trans_sid_tags="a=href,area=href,frame=src,form=" url_rewriter.tags="a=href,area=href,frame=src,form=" diff --git a/ext/standard/tests/general_functions/output_add_rewrite_var_basic4.phpt b/ext/standard/tests/general_functions/output_add_rewrite_var_basic4.phpt index 332f7cfdc22..7dc1ecaa4b7 100644 --- a/ext/standard/tests/general_functions/output_add_rewrite_var_basic4.phpt +++ b/ext/standard/tests/general_functions/output_add_rewrite_var_basic4.phpt @@ -1,7 +1,7 @@ --TEST-- Test output_add_rewrite_var() function basic feature ---SKIPIF-- - +--EXTENSIONS-- +session --INI-- session.trans_sid_tags="a=href,area=href,frame=src,form=" url_rewriter.tags="a=href,area=href,frame=src,form=" diff --git a/ext/standard/tests/image/bug70096.phpt b/ext/standard/tests/image/bug70096.phpt index 0dd55cb6ca0..53ceddea06a 100644 --- a/ext/standard/tests/image/bug70096.phpt +++ b/ext/standard/tests/image/bug70096.phpt @@ -1,8 +1,9 @@ --TEST-- Bug #70096 (Repeated iptcembed() adds superfluous FF bytes) +--EXTENSIONS-- +gd --SKIPIF-- --FILE-- diff --git a/ext/standard/tests/network/http-stream.phpt b/ext/standard/tests/network/http-stream.phpt index 4c207ade770..e2cbb982eb2 100644 --- a/ext/standard/tests/network/http-stream.phpt +++ b/ext/standard/tests/network/http-stream.phpt @@ -1,9 +1,10 @@ --TEST-- http-stream test +--EXTENSIONS-- +dom --SKIPIF-- +--EXTENSIONS-- +session --FILE-- +--EXTENSIONS-- +session --FILE-- +--EXTENSIONS-- +session --INI-- session.serialize_handler=php_serialize --FILE-- diff --git a/ext/standard/tests/streams/bug72771.phpt b/ext/standard/tests/streams/bug72771.phpt index 335f7934ce0..59eff72ad04 100644 --- a/ext/standard/tests/streams/bug72771.phpt +++ b/ext/standard/tests/streams/bug72771.phpt @@ -1,10 +1,11 @@ --TEST-- Bug #72771. FTPS to FTP downgrade not allowed when server doesn't support AUTH TLS or AUTH SSL. +--EXTENSIONS-- +openssl --SKIPIF-- --FILE-- +--EXTENSIONS-- +zlib +bz2 --FILE-- +--EXTENSIONS-- +zlib --FILE-- --FILE-- --FILE-- +?> --FILE-- --FILE-- +--EXTENSIONS-- +sockets --FILE-- +--EXTENSIONS-- +session --FILE-- --FILE-- diff --git a/ext/sysvshm/tests/002.phpt b/ext/sysvshm/tests/002.phpt index 981bbf3230d..d9a91c580e9 100644 --- a/ext/sysvshm/tests/002.phpt +++ b/ext/sysvshm/tests/002.phpt @@ -1,8 +1,10 @@ --TEST-- shm_attach() tests +--EXTENSIONS-- +sysvshm --SKIPIF-- --FILE-- diff --git a/ext/sysvshm/tests/003.phpt b/ext/sysvshm/tests/003.phpt index 9456891dab2..1d842fb9275 100644 --- a/ext/sysvshm/tests/003.phpt +++ b/ext/sysvshm/tests/003.phpt @@ -1,8 +1,10 @@ --TEST-- shm_detach() tests +--EXTENSIONS-- +sysvshm --SKIPIF-- --FILE-- diff --git a/ext/sysvshm/tests/004.phpt b/ext/sysvshm/tests/004.phpt index 40ab751ea7e..4eb2ca9bcff 100644 --- a/ext/sysvshm/tests/004.phpt +++ b/ext/sysvshm/tests/004.phpt @@ -1,8 +1,10 @@ --TEST-- shm_put_var() tests +--EXTENSIONS-- +sysvshm --SKIPIF-- --FILE-- diff --git a/ext/sysvshm/tests/005.phpt b/ext/sysvshm/tests/005.phpt index 0670002700b..e428b59f991 100644 --- a/ext/sysvshm/tests/005.phpt +++ b/ext/sysvshm/tests/005.phpt @@ -1,8 +1,10 @@ --TEST-- shm_get_var() tests +--EXTENSIONS-- +sysvshm --SKIPIF-- --FILE-- diff --git a/ext/sysvshm/tests/006.phpt b/ext/sysvshm/tests/006.phpt index 5474445df9b..edbf9288acc 100644 --- a/ext/sysvshm/tests/006.phpt +++ b/ext/sysvshm/tests/006.phpt @@ -1,8 +1,10 @@ --TEST-- shm_remove_var() tests +--EXTENSIONS-- +sysvshm --SKIPIF-- --FILE-- diff --git a/ext/sysvshm/tests/007.phpt b/ext/sysvshm/tests/007.phpt index 0186b55e7e6..544c39deb00 100644 --- a/ext/sysvshm/tests/007.phpt +++ b/ext/sysvshm/tests/007.phpt @@ -1,8 +1,10 @@ --TEST-- shm_remove() tests +--EXTENSIONS-- +sysvshm --SKIPIF-- --FILE-- diff --git a/ext/sysvshm/tests/bug72858.phpt b/ext/sysvshm/tests/bug72858.phpt index efa72edb5b1..f3b269a4d67 100644 --- a/ext/sysvshm/tests/bug72858.phpt +++ b/ext/sysvshm/tests/bug72858.phpt @@ -1,8 +1,10 @@ --TEST-- Bug #72858 shm_attach null dereference +--EXTENSIONS-- +sysvshm --SKIPIF-- diff --git a/ext/sysvshm/tests/shutdown_crash_0.phpt b/ext/sysvshm/tests/shutdown_crash_0.phpt index ac1a040978e..3fdc6ef3013 100644 --- a/ext/sysvshm/tests/shutdown_crash_0.phpt +++ b/ext/sysvshm/tests/shutdown_crash_0.phpt @@ -1,9 +1,7 @@ --TEST-- Shutdown crash when attached/removed same key segment multiple times ---SKIPIF-- - +--EXTENSIONS-- +sysvshm --FILE-- +?> --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --INI-- short_open_tag=0 --FILE-- diff --git a/ext/tokenizer/tests/parse_errors.phpt b/ext/tokenizer/tests/parse_errors.phpt index 700326ff41f..2985272b374 100644 --- a/ext/tokenizer/tests/parse_errors.phpt +++ b/ext/tokenizer/tests/parse_errors.phpt @@ -1,7 +1,7 @@ --TEST-- Parse errors during token_get_all() ---SKIPIF-- - +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --INI-- short_open_tag=1 --FILE-- diff --git a/ext/tokenizer/tests/php_tag_only_2.phpt b/ext/tokenizer/tests/php_tag_only_2.phpt index 60e40041790..6cf5b1b3a63 100644 --- a/ext/tokenizer/tests/php_tag_only_2.phpt +++ b/ext/tokenizer/tests/php_tag_only_2.phpt @@ -1,7 +1,7 @@ --TEST-- Tokenization of only the +--EXTENSIONS-- +tokenizer --INI-- short_open_tag=0 --FILE-- diff --git a/ext/tokenizer/tests/token_get_all_TOKEN_PARSE_000.phpt b/ext/tokenizer/tests/token_get_all_TOKEN_PARSE_000.phpt index 2d418a423c0..4139ffbeed1 100644 --- a/ext/tokenizer/tests/token_get_all_TOKEN_PARSE_000.phpt +++ b/ext/tokenizer/tests/token_get_all_TOKEN_PARSE_000.phpt @@ -1,7 +1,7 @@ --TEST-- Parse errors during token_get_all() with TOKEN_PARSE flag ---SKIPIF-- - +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +tokenizer --FILE-- +--EXTENSIONS-- +xml --FILE-- diff --git a/ext/xml/tests/bug32001b.phpt b/ext/xml/tests/bug32001b.phpt index b88136b973a..310a48f9fc8 100644 --- a/ext/xml/tests/bug32001b.phpt +++ b/ext/xml/tests/bug32001b.phpt @@ -1,9 +1,10 @@ --TEST-- Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect), using EUC-JP, Shift_JIS, GB2312 +--EXTENSIONS-- +iconv --SKIPIF-- +--EXTENSIONS-- +xml --FILE-- +--EXTENSIONS-- +xml --FILE-- +--EXTENSIONS-- +xml --FILE-- +--EXTENSIONS-- +xml --CREDITS-- edgarsandi - --FILE-- diff --git a/ext/xml/tests/xml_parse_into_struct_variation.phpt b/ext/xml/tests/xml_parse_into_struct_variation.phpt index a03b86ac8ae..4571c4c73c5 100644 --- a/ext/xml/tests/xml_parse_into_struct_variation.phpt +++ b/ext/xml/tests/xml_parse_into_struct_variation.phpt @@ -1,11 +1,7 @@ --TEST-- Test xml_parse_into_struct() function : variation ---SKIPIF-- - +--EXTENSIONS-- +xml --FILE-- +--EXTENSIONS-- +xml --FILE-- +--EXTENSIONS-- +xml --FILE-- PHP TestFest 2017 - UPHPU ---SKIPIF-- - +--EXTENSIONS-- +xml --FILE-- +--EXTENSIONS-- +xml --FILE-- +--EXTENSIONS-- +xml --FILE-- +--EXTENSIONS-- +xml --FILE-- +--EXTENSIONS-- +xmlreader --FILE-- +--EXTENSIONS-- +xmlreader --FILE-- +--EXTENSIONS-- +xmlreader --FILE-- +--EXTENSIONS-- +xmlreader --FILE-- +--EXTENSIONS-- +xmlreader --FILE-- +--EXTENSIONS-- +xmlreader --FILE-- +--EXTENSIONS-- +xmlreader --FILE-- +--EXTENSIONS-- +xmlreader --FILE-- +--EXTENSIONS-- +xmlreader --FILE-- +--EXTENSIONS-- +xmlreader --FILE-- +--EXTENSIONS-- +xmlreader --FILE-- +--EXTENSIONS-- +xmlreader --FILE-- +--EXTENSIONS-- +xmlreader --FILE-- diff --git a/ext/xmlreader/tests/011.phpt b/ext/xmlreader/tests/011.phpt index 3cf704b2341..445a66bf035 100644 --- a/ext/xmlreader/tests/011.phpt +++ b/ext/xmlreader/tests/011.phpt @@ -1,8 +1,9 @@ --TEST-- XMLReader: libxml2 XML Reader, string data +--EXTENSIONS-- +xmlreader --SKIPIF-- - --FILE-- diff --git a/ext/xmlreader/tests/012.phpt b/ext/xmlreader/tests/012.phpt index 20d26eaa4b5..b10421d2624 100644 --- a/ext/xmlreader/tests/012.phpt +++ b/ext/xmlreader/tests/012.phpt @@ -1,7 +1,7 @@ --TEST-- XMLReader: accessing empty and non existing attributes ---SKIPIF-- - +--EXTENSIONS-- +xmlreader --FILE-- --FILE-- +--EXTENSIONS-- +xmlreader --FILE-- +--EXTENSIONS-- +xmlreader --FILE-- +--EXTENSIONS-- +xmlreader --FILE-- +--EXTENSIONS-- +xmlreader --FILE-- +--EXTENSIONS-- +xmlreader --FILE-- +--EXTENSIONS-- +xmlreader --FILE-- - + --FILE-- diff --git a/ext/xmlreader/tests/bug71805.phpt b/ext/xmlreader/tests/bug71805.phpt index 9fc66ea2a4c..67e4c97d30c 100644 --- a/ext/xmlreader/tests/bug71805.phpt +++ b/ext/xmlreader/tests/bug71805.phpt @@ -1,7 +1,7 @@ --TEST-- XMLReader: Bug #71805 XML files can generate UTF-8 error even if they are UTF-8 ---SKIPIF-- - +--EXTENSIONS-- +xmlreader --FILE-- --FILE-- diff --git a/ext/xmlreader/tests/bug73246.phpt b/ext/xmlreader/tests/bug73246.phpt index 809902adb06..96f9e65d997 100644 --- a/ext/xmlreader/tests/bug73246.phpt +++ b/ext/xmlreader/tests/bug73246.phpt @@ -1,9 +1,7 @@ --TEST-- Bug #73246 (XMLReader: encoding length not checked) ---SKIPIF-- - +--EXTENSIONS-- +xmlreader --FILE-- +--EXTENSIONS-- +xmlreader --FILE-- --FILE-- diff --git a/ext/xmlreader/tests/expand_error.phpt b/ext/xmlreader/tests/expand_error.phpt index 59ab0365b60..1eba483733a 100644 --- a/ext/xmlreader/tests/expand_error.phpt +++ b/ext/xmlreader/tests/expand_error.phpt @@ -1,9 +1,10 @@ --TEST-- XMLReader: Expand Error +--EXTENSIONS-- +xmlreader +dom --SKIPIF-- - --FILE-- diff --git a/ext/xmlreader/tests/next_basic.phpt b/ext/xmlreader/tests/next_basic.phpt index 70d540c2c20..0cf907bcd4e 100644 --- a/ext/xmlreader/tests/next_basic.phpt +++ b/ext/xmlreader/tests/next_basic.phpt @@ -1,7 +1,7 @@ --TEST-- XMLReader: next basic ---SKIPIF-- - +--EXTENSIONS-- +xmlreader --FILE-- +--EXTENSIONS-- +xmlreader --FILE-- +--EXTENSIONS-- +xmlreader --FILE-- +--EXTENSIONS-- +xmlreader --FILE-- +--EXTENSIONS-- +xmlreader --FILE-- +--EXTENSIONS-- +xmlreader --FILE-- +--EXTENSIONS-- +xmlwriter --FILE-- +--EXTENSIONS-- +xmlwriter --FILE-- +--EXTENSIONS-- +xmlwriter --FILE-- +--EXTENSIONS-- +xmlwriter --FILE-- --FILE-- diff --git a/ext/xmlwriter/tests/005.phpt b/ext/xmlwriter/tests/005.phpt index 7412408c7fe..7bcdda7f397 100644 --- a/ext/xmlwriter/tests/005.phpt +++ b/ext/xmlwriter/tests/005.phpt @@ -1,8 +1,9 @@ --TEST-- XMLWriter: libxml2 XML Writer, comments +--EXTENSIONS-- +xmlwriter --SKIPIF-- --FILE-- diff --git a/ext/xmlwriter/tests/006.phpt b/ext/xmlwriter/tests/006.phpt index 802dc810324..9cd79027700 100644 --- a/ext/xmlwriter/tests/006.phpt +++ b/ext/xmlwriter/tests/006.phpt @@ -1,9 +1,7 @@ --TEST-- XMLWriter: libxml2 XML Writer, startDTD/writeElementNS ---SKIPIF-- - +--EXTENSIONS-- +xmlwriter --FILE-- +--EXTENSIONS-- +xmlwriter --FILE-- +--EXTENSIONS-- +xmlwriter --FILE-- --FILE-- diff --git a/ext/xmlwriter/tests/010.phpt b/ext/xmlwriter/tests/010.phpt index 4c9b099a680..b68069365dc 100644 --- a/ext/xmlwriter/tests/010.phpt +++ b/ext/xmlwriter/tests/010.phpt @@ -1,9 +1,7 @@ --TEST-- xmlwriter_start/end_attribute() ---SKIPIF-- - +--EXTENSIONS-- +xmlwriter --FILE-- #testfest PHPSP on 2014-07-05 ---SKIPIF-- - +--EXTENSIONS-- +xmlwriter --FILE-- #testfest PHPSP on 2014-07-05 ---SKIPIF-- - +--EXTENSIONS-- +xmlwriter --FILE-- +--EXTENSIONS-- +xmlwriter --FILE-- +--EXTENSIONS-- +xmlwriter --FILE-- +--EXTENSIONS-- +xmlwriter --FILE-- +--EXTENSIONS-- +xmlwriter --FILE-- --FILE-- diff --git a/ext/xmlwriter/tests/OO_006.phpt b/ext/xmlwriter/tests/OO_006.phpt index 4d4abe3fbd0..ae2bd29bfd2 100644 --- a/ext/xmlwriter/tests/OO_006.phpt +++ b/ext/xmlwriter/tests/OO_006.phpt @@ -1,9 +1,7 @@ --TEST-- XMLWriter: libxml2 XML Writer, startDTD/writeElementNS ---SKIPIF-- - +--EXTENSIONS-- +xmlwriter --FILE-- +--EXTENSIONS-- +xmlwriter --FILE-- +--EXTENSIONS-- +xmlwriter --FILE-- +--EXTENSIONS-- +xmlwriter --FILE-- #testfest PHPSP on 2014-07-05 ---SKIPIF-- - +--EXTENSIONS-- +xmlwriter --FILE-- #testfest PHPSP on 2014-07-05 ---SKIPIF-- - +--EXTENSIONS-- +xmlwriter --FILE-- +--EXTENSIONS-- +xmlwriter --FILE-- +--EXTENSIONS-- +xmlwriter --FILE-- +--EXTENSIONS-- +xmlwriter --FILE-- +--EXTENSIONS-- +xmlwriter --FILE-- +--EXTENSIONS-- +xmlwriter --FILE-- +--EXTENSIONS-- +xmlwriter --FILE-- +--EXTENSIONS-- +xmlwriter --FILE-- +--EXTENSIONS-- +xmlwriter +xmlreader --FILE-- +--EXTENSIONS-- +xmlwriter --FILE-- +--EXTENSIONS-- +xmlwriter --FILE-- +--EXTENSIONS-- +xmlwriter --FILE-- +--EXTENSIONS-- +xmlwriter --FILE-- +--EXTENSIONS-- +xmlwriter --FILE-- +--EXTENSIONS-- +xmlwriter --FILE-- +--EXTENSIONS-- +xmlwriter --FILE-- +--EXTENSIONS-- +xmlwriter --FILE-- +--EXTENSIONS-- +xsl --FILE-- +--EXTENSIONS-- +xsl --FILE-- cannot find files with relative paths when loaded with "file://") ---SKIPIF-- - +--EXTENSIONS-- +xsl --FILE-- +--EXTENSIONS-- +xsl --FILE-- +--EXTENSIONS-- +xsl --FILE-- +--EXTENSIONS-- +xsl --FILE-- +--EXTENSIONS-- +xsl +simplexml --FILE-- = 20903) die('skip this test is for PHP linked with libxml2 < 2.9.3 only') ?> --FILE-- diff --git a/ext/xsl/tests/throw_in_autoload.phpt b/ext/xsl/tests/throw_in_autoload.phpt index e0f441deb88..90ab0098b8e 100644 --- a/ext/xsl/tests/throw_in_autoload.phpt +++ b/ext/xsl/tests/throw_in_autoload.phpt @@ -1,9 +1,7 @@ --TEST-- Fork of bug33853.phpt with exit replaced by throw ---SKIPIF-- - +--EXTENSIONS-- +xsl --FILE-- +--EXTENSIONS-- +xsl --FILE-- + ?> --FILE-- + ?> --FILE-- + ?> --FILE-- +--EXTENSIONS-- +xsl --FILE-- +--EXTENSIONS-- +xsl --FILE-- +--EXTENSIONS-- +xsl --FILE-- +--EXTENSIONS-- +xsl --FILE-- +--EXTENSIONS-- +xsl --FILE-- +--EXTENSIONS-- +xsl --FILE-- +--EXTENSIONS-- +xsl --FILE-- +--EXTENSIONS-- +xsl --FILE-- +--EXTENSIONS-- +xsl --FILE-- +--EXTENSIONS-- +xsl --FILE-- +--EXTENSIONS-- +xsl --FILE-- +--EXTENSIONS-- +xsl --FILE-- +--EXTENSIONS-- +xsl --FILE-- +--EXTENSIONS-- +xsl --FILE-- +--EXTENSIONS-- +xsl --FILE-- +--EXTENSIONS-- +xsl --FILE-- +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_basic_01.phpt b/ext/zend_test/tests/observer_basic_01.phpt index 0831edafa26..369339fb77c 100644 --- a/ext/zend_test/tests/observer_basic_01.phpt +++ b/ext/zend_test/tests/observer_basic_01.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: Basic observability of userland functions ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_basic_02.phpt b/ext/zend_test/tests/observer_basic_02.phpt index b0aeecd77b6..adbdc781815 100644 --- a/ext/zend_test/tests/observer_basic_02.phpt +++ b/ext/zend_test/tests/observer_basic_02.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: Basic observability of userland methods ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_basic_03.phpt b/ext/zend_test/tests/observer_basic_03.phpt index e642623d8a1..f98390a0c98 100644 --- a/ext/zend_test/tests/observer_basic_03.phpt +++ b/ext/zend_test/tests/observer_basic_03.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: Basic observability of includes ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_basic_04.phpt b/ext/zend_test/tests/observer_basic_04.phpt index bf45ca7608b..1b55f6da3d2 100644 --- a/ext/zend_test/tests/observer_basic_04.phpt +++ b/ext/zend_test/tests/observer_basic_04.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: Basic observability of includes only (no functions) ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_includes=1 diff --git a/ext/zend_test/tests/observer_basic_05.phpt b/ext/zend_test/tests/observer_basic_05.phpt index 362df718e79..1891cd87ae4 100644 --- a/ext/zend_test/tests/observer_basic_05.phpt +++ b/ext/zend_test/tests/observer_basic_05.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: Basic observability of functions only (no includes) ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_functions=1 diff --git a/ext/zend_test/tests/observer_call_user_func_01.phpt b/ext/zend_test/tests/observer_call_user_func_01.phpt index ebe143ce1cd..f4a25a03723 100644 --- a/ext/zend_test/tests/observer_call_user_func_01.phpt +++ b/ext/zend_test/tests/observer_call_user_func_01.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: call_user_func() from root namespace ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_call_user_func_02.phpt b/ext/zend_test/tests/observer_call_user_func_02.phpt index 5b59fe78f66..30a4b08f3fc 100644 --- a/ext/zend_test/tests/observer_call_user_func_02.phpt +++ b/ext/zend_test/tests/observer_call_user_func_02.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: call_user_func_array() from root namespace ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_call_user_func_03.phpt b/ext/zend_test/tests/observer_call_user_func_03.phpt index 2cfd0c3bcb8..827730111f6 100644 --- a/ext/zend_test/tests/observer_call_user_func_03.phpt +++ b/ext/zend_test/tests/observer_call_user_func_03.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: call_user_func() from namespace ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_call_user_func_04.phpt b/ext/zend_test/tests/observer_call_user_func_04.phpt index 3de570b52c0..7f516002aef 100644 --- a/ext/zend_test/tests/observer_call_user_func_04.phpt +++ b/ext/zend_test/tests/observer_call_user_func_04.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: call_user_func_array() from namespace ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_closure_01.phpt b/ext/zend_test/tests/observer_closure_01.phpt index b3c4b2a4de8..c10b170337b 100644 --- a/ext/zend_test/tests/observer_closure_01.phpt +++ b/ext/zend_test/tests/observer_closure_01.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: Basic observability of closures ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_closure_02.phpt b/ext/zend_test/tests/observer_closure_02.phpt index d2fbba5296d..e9724405647 100644 --- a/ext/zend_test/tests/observer_closure_02.phpt +++ b/ext/zend_test/tests/observer_closure_02.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: Observability of fake closures ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_error_01.phpt b/ext/zend_test/tests/observer_error_01.phpt index 0776e3fedfc..534e484c8a0 100644 --- a/ext/zend_test/tests/observer_error_01.phpt +++ b/ext/zend_test/tests/observer_error_01.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: End handlers fire after a fatal error ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_error_02.phpt b/ext/zend_test/tests/observer_error_02.phpt index 79b465cef94..426c345e750 100644 --- a/ext/zend_test/tests/observer_error_02.phpt +++ b/ext/zend_test/tests/observer_error_02.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: End handlers fire after a userland fatal error ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_error_03.phpt b/ext/zend_test/tests/observer_error_03.phpt index d7936247411..b9f5ae75cc0 100644 --- a/ext/zend_test/tests/observer_error_03.phpt +++ b/ext/zend_test/tests/observer_error_03.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: non-fatal errors do not fire end handlers prematurely ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_error_04.phpt b/ext/zend_test/tests/observer_error_04.phpt index d2f6f6e37ae..da0bc4b6c94 100644 --- a/ext/zend_test/tests/observer_error_04.phpt +++ b/ext/zend_test/tests/observer_error_04.phpt @@ -1,8 +1,8 @@ --TEST-- Observer: fatal errors caught with zend_try will not fire end handlers prematurely ---SKIPIF-- - - +--EXTENSIONS-- +zend_test +soap --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_error_05.phpt b/ext/zend_test/tests/observer_error_05.phpt index 0a00d16ce70..58a34096604 100644 --- a/ext/zend_test/tests/observer_error_05.phpt +++ b/ext/zend_test/tests/observer_error_05.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: End handlers fire after a userland fatal error ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_eval_01.phpt b/ext/zend_test/tests/observer_eval_01.phpt index 1d7d5041483..7f9ff53acba 100644 --- a/ext/zend_test/tests/observer_eval_01.phpt +++ b/ext/zend_test/tests/observer_eval_01.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: Basic eval observability ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_exception_01.phpt b/ext/zend_test/tests/observer_exception_01.phpt index d967243853b..19e90e0ac62 100644 --- a/ext/zend_test/tests/observer_exception_01.phpt +++ b/ext/zend_test/tests/observer_exception_01.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: Basic observability of userland functions with uncaught exceptions ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_fiber_01.phpt b/ext/zend_test/tests/observer_fiber_01.phpt index 5ee2aa0e0c6..086543f1432 100644 --- a/ext/zend_test/tests/observer_fiber_01.phpt +++ b/ext/zend_test/tests/observer_fiber_01.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: Basic fiber switching ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.fiber_switch=1 diff --git a/ext/zend_test/tests/observer_fiber_02.phpt b/ext/zend_test/tests/observer_fiber_02.phpt index 5f023d8ce16..6e420ef0ea6 100644 --- a/ext/zend_test/tests/observer_fiber_02.phpt +++ b/ext/zend_test/tests/observer_fiber_02.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: Unfinished fiber ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.fiber_switch=1 diff --git a/ext/zend_test/tests/observer_fiber_03.phpt b/ext/zend_test/tests/observer_fiber_03.phpt index bc1a5093ddd..67699c25ae8 100644 --- a/ext/zend_test/tests/observer_fiber_03.phpt +++ b/ext/zend_test/tests/observer_fiber_03.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: Nested fibers ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.fiber_switch=1 diff --git a/ext/zend_test/tests/observer_fiber_04.phpt b/ext/zend_test/tests/observer_fiber_04.phpt index 92ca237ae31..3a72132f5b5 100644 --- a/ext/zend_test/tests/observer_fiber_04.phpt +++ b/ext/zend_test/tests/observer_fiber_04.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: Nested fibers with unfinished fiber ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.fiber_switch=1 diff --git a/ext/zend_test/tests/observer_fiber_05.phpt b/ext/zend_test/tests/observer_fiber_05.phpt index 6e246e79d51..87ba3a856ca 100644 --- a/ext/zend_test/tests/observer_fiber_05.phpt +++ b/ext/zend_test/tests/observer_fiber_05.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: Nested fibers with both unfinished ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.fiber_switch=1 diff --git a/ext/zend_test/tests/observer_fiber_06.phpt b/ext/zend_test/tests/observer_fiber_06.phpt index aae1bc9fa1c..5a80a8efc1c 100644 --- a/ext/zend_test/tests/observer_fiber_06.phpt +++ b/ext/zend_test/tests/observer_fiber_06.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: Throwing fiber ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.fiber_switch=1 diff --git a/ext/zend_test/tests/observer_generator_01.phpt b/ext/zend_test/tests/observer_generator_01.phpt index bb1de62b4c7..f7170aad338 100644 --- a/ext/zend_test/tests/observer_generator_01.phpt +++ b/ext/zend_test/tests/observer_generator_01.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: Basic generator observability ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_generator_02.phpt b/ext/zend_test/tests/observer_generator_02.phpt index 48363ce7d90..289cfa1f954 100644 --- a/ext/zend_test/tests/observer_generator_02.phpt +++ b/ext/zend_test/tests/observer_generator_02.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: Generator with explicit return ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_generator_03.phpt b/ext/zend_test/tests/observer_generator_03.phpt index 85f628b3bb2..9022cd33456 100644 --- a/ext/zend_test/tests/observer_generator_03.phpt +++ b/ext/zend_test/tests/observer_generator_03.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: Generator with 'yield from' ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_generator_04.phpt b/ext/zend_test/tests/observer_generator_04.phpt index c5dc009f78f..46fb272162e 100644 --- a/ext/zend_test/tests/observer_generator_04.phpt +++ b/ext/zend_test/tests/observer_generator_04.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: Generator with manual traversal ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_generator_05.phpt b/ext/zend_test/tests/observer_generator_05.phpt index fcae11f4365..d106be2ba6a 100644 --- a/ext/zend_test/tests/observer_generator_05.phpt +++ b/ext/zend_test/tests/observer_generator_05.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: Generator with uncaught exception ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_magic_01.phpt b/ext/zend_test/tests/observer_magic_01.phpt index efa53236f13..0f89fba77f3 100644 --- a/ext/zend_test/tests/observer_magic_01.phpt +++ b/ext/zend_test/tests/observer_magic_01.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: Basic magic method observability ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_opline_01.phpt b/ext/zend_test/tests/observer_opline_01.phpt index 51f0f060769..35727349bb4 100644 --- a/ext/zend_test/tests/observer_opline_01.phpt +++ b/ext/zend_test/tests/observer_opline_01.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: Ensure opline exists on the execute_data ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_retval_01.phpt b/ext/zend_test/tests/observer_retval_01.phpt index 3c103f11dfa..a63b0bd0efc 100644 --- a/ext/zend_test/tests/observer_retval_01.phpt +++ b/ext/zend_test/tests/observer_retval_01.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: Retvals are observable that are: IS_CONST ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_retval_02.phpt b/ext/zend_test/tests/observer_retval_02.phpt index 0bd6862f545..73992aa5831 100644 --- a/ext/zend_test/tests/observer_retval_02.phpt +++ b/ext/zend_test/tests/observer_retval_02.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: Unused retvals from generators are still observable ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_retval_03.phpt b/ext/zend_test/tests/observer_retval_03.phpt index 8c26299fc26..247c56480b0 100644 --- a/ext/zend_test/tests/observer_retval_03.phpt +++ b/ext/zend_test/tests/observer_retval_03.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: Retvals are observable that are: refcounted, IS_CV ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_retval_04.phpt b/ext/zend_test/tests/observer_retval_04.phpt index 06b5708da44..a08a5de378e 100644 --- a/ext/zend_test/tests/observer_retval_04.phpt +++ b/ext/zend_test/tests/observer_retval_04.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: Retvals are observable that are: refcounted, IS_VAR ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_retval_05.phpt b/ext/zend_test/tests/observer_retval_05.phpt index ce6374287a2..7d05cb92986 100644 --- a/ext/zend_test/tests/observer_retval_05.phpt +++ b/ext/zend_test/tests/observer_retval_05.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: Retvals are observable that are: IS_CV, IS_UNDEF ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_retval_06.phpt b/ext/zend_test/tests/observer_retval_06.phpt index 69fe005f9cc..ffb41aac598 100644 --- a/ext/zend_test/tests/observer_retval_06.phpt +++ b/ext/zend_test/tests/observer_retval_06.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: Retvals are observable that are: IS_CV ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_retval_07.phpt b/ext/zend_test/tests/observer_retval_07.phpt index 5af1469734a..9c9c6246f58 100644 --- a/ext/zend_test/tests/observer_retval_07.phpt +++ b/ext/zend_test/tests/observer_retval_07.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: Retvals are observable that are: IS_REFERENCE, IS_VAR ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_retval_by_ref_01.phpt b/ext/zend_test/tests/observer_retval_by_ref_01.phpt index 2d489a749ad..2a7b74de8a7 100644 --- a/ext/zend_test/tests/observer_retval_by_ref_01.phpt +++ b/ext/zend_test/tests/observer_retval_by_ref_01.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: Retvals by reference are observable that are: IS_CV ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_retval_by_ref_02.phpt b/ext/zend_test/tests/observer_retval_by_ref_02.phpt index 92719ae09e5..b28dc704e4d 100644 --- a/ext/zend_test/tests/observer_retval_by_ref_02.phpt +++ b/ext/zend_test/tests/observer_retval_by_ref_02.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: Retvals by reference are observable that are: IS_TMP_VAR ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_retval_by_ref_03.phpt b/ext/zend_test/tests/observer_retval_by_ref_03.phpt index d6d4d11521f..9c4cd622e7d 100644 --- a/ext/zend_test/tests/observer_retval_by_ref_03.phpt +++ b/ext/zend_test/tests/observer_retval_by_ref_03.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: Retvals by reference are observable that are: IS_VAR, ZEND_RETURNS_FUNCTION ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_shutdown_01.phpt b/ext/zend_test/tests/observer_shutdown_01.phpt index 500b4314d06..837d0f7f2b7 100644 --- a/ext/zend_test/tests/observer_shutdown_01.phpt +++ b/ext/zend_test/tests/observer_shutdown_01.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: Function calls from a shutdown handler are observable ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_shutdown_02.phpt b/ext/zend_test/tests/observer_shutdown_02.phpt index 95222886769..f3fbce36dfb 100644 --- a/ext/zend_test/tests/observer_shutdown_02.phpt +++ b/ext/zend_test/tests/observer_shutdown_02.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: Function calls from a __destruct during shutdown are observable ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_types_01.phpt b/ext/zend_test/tests/observer_types_01.phpt index bd993406cd5..7176ab32b49 100644 --- a/ext/zend_test/tests/observer_types_01.phpt +++ b/ext/zend_test/tests/observer_types_01.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: Observe basic TypeError ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zend_test/tests/observer_zend_call_function_01.phpt b/ext/zend_test/tests/observer_zend_call_function_01.phpt index e87cf8dbdb7..e148c9b20bd 100644 --- a/ext/zend_test/tests/observer_zend_call_function_01.phpt +++ b/ext/zend_test/tests/observer_zend_call_function_01.phpt @@ -1,7 +1,7 @@ --TEST-- Observer: Calls that go through zend_call_function are observed ---SKIPIF-- - +--EXTENSIONS-- +zend_test --INI-- zend_test.observer.enabled=1 zend_test.observer.observe_all=1 diff --git a/ext/zip/tests/001.phpt b/ext/zip/tests/001.phpt index 3adaabbf329..c8053664806 100644 --- a/ext/zip/tests/001.phpt +++ b/ext/zip/tests/001.phpt @@ -1,7 +1,7 @@ --TEST-- Check for zip presence ---SKIPIF-- - +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --INI-- date.timezone=UTC --FILE-- diff --git a/ext/zip/tests/bug51353.phpt b/ext/zip/tests/bug51353.phpt index 3a4e74a07c8..67cc17b04cb 100644 --- a/ext/zip/tests/bug51353.phpt +++ b/ext/zip/tests/bug51353.phpt @@ -1,8 +1,9 @@ --TEST-- Bug #51353 ZIP64 problem, archive with 100000 items +--EXTENSIONS-- +zip --SKIPIF-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- --FILE-- diff --git a/ext/zip/tests/bug76524.phpt b/ext/zip/tests/bug76524.phpt index 5fd66c15353..6231309e5e5 100644 --- a/ext/zip/tests/bug76524.phpt +++ b/ext/zip/tests/bug76524.phpt @@ -1,9 +1,7 @@ --TEST-- ZipArchive Bug #76524 (memory leak with ZipArchive::OVERWRITE flag and empty archive) ---SKIPIF-- - +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- --FILE-- --FILE-- +--EXTENSIONS-- +zip --FILE-- --FILE-- +--EXTENSIONS-- +zip --FILE-- w/Kenzo over the shoulder #phptek Chicago 2014 +--EXTENSIONS-- +zip --SKIPIF-- --FILE-- diff --git a/ext/zip/tests/oo_addglob2.phpt b/ext/zip/tests/oo_addglob2.phpt index 3803eed2a86..517c0b7fd7f 100644 --- a/ext/zip/tests/oo_addglob2.phpt +++ b/ext/zip/tests/oo_addglob2.phpt @@ -1,8 +1,9 @@ --TEST-- ZipArchive::addGlob() method with more compression and encryption +--EXTENSIONS-- +zip --SKIPIF-- diff --git a/ext/zip/tests/oo_addpattern.phpt b/ext/zip/tests/oo_addpattern.phpt index 577fc365aae..324b3bafafc 100644 --- a/ext/zip/tests/oo_addpattern.phpt +++ b/ext/zip/tests/oo_addpattern.phpt @@ -4,10 +4,8 @@ ZipArchive::addPattern() method Sammy Kaye Powers w/Kenzo over the shoulder #phptek Chicago 2014 ---SKIPIF-- - +--EXTENSIONS-- +zip --FILE-- --INI-- diff --git a/ext/zip/tests/oo_close.phpt b/ext/zip/tests/oo_close.phpt index 962ce183e76..e7609876ebf 100644 --- a/ext/zip/tests/oo_close.phpt +++ b/ext/zip/tests/oo_close.phpt @@ -1,9 +1,7 @@ --TEST-- zip::close() function ---SKIPIF-- - +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- --FILE-- diff --git a/ext/zip/tests/oo_ext_zip.phpt b/ext/zip/tests/oo_ext_zip.phpt index 70c595a03ac..52fea04185e 100644 --- a/ext/zip/tests/oo_ext_zip.phpt +++ b/ext/zip/tests/oo_ext_zip.phpt @@ -1,9 +1,7 @@ --TEST-- Extending Zip class and array property ---SKIPIF-- - +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- #PHPTestFest2009 Norway 2009-06-09 \o/ ---SKIPIF-- - +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- --INI-- diff --git a/ext/zip/tests/oo_properties.phpt b/ext/zip/tests/oo_properties.phpt index 13482f3541e..a58b4aae711 100644 --- a/ext/zip/tests/oo_properties.phpt +++ b/ext/zip/tests/oo_properties.phpt @@ -1,9 +1,7 @@ --TEST-- ziparchive::properties isset()/empty() checks ---SKIPIF-- - +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- --INI-- diff --git a/ext/zip/tests/oo_stream.phpt b/ext/zip/tests/oo_stream.phpt index d5e58a49a00..995b303201c 100644 --- a/ext/zip/tests/oo_stream.phpt +++ b/ext/zip/tests/oo_stream.phpt @@ -1,9 +1,7 @@ --TEST-- getStream ---SKIPIF-- - +--EXTENSIONS-- +zip --FILE-- = 1.7'); ?> --FILE-- diff --git a/ext/zip/tests/oo_unchangeIndex.phpt b/ext/zip/tests/oo_unchangeIndex.phpt index 359f56a0fd1..c3e52e81715 100644 --- a/ext/zip/tests/oo_unchangeIndex.phpt +++ b/ext/zip/tests/oo_unchangeIndex.phpt @@ -2,8 +2,8 @@ Test basic ZipArchive::unchangeIndex() Method --CREDITS-- PHP TestFest 2017 - Bergfreunde, Florian Engelhardt ---SKIPIF-- - +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +?> --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- #PHPTestFest2009 Norway 2009-06-09 \o/ ---SKIPIF-- - +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zip --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --INI-- zlib.output_compression=1 display_startup_errors=1 diff --git a/ext/zlib/tests/bug48725.phpt b/ext/zlib/tests/bug48725.phpt index 0d04887a2db..fde13f1a356 100644 --- a/ext/zlib/tests/bug48725.phpt +++ b/ext/zlib/tests/bug48725.phpt @@ -1,9 +1,7 @@ --TEST-- Bug #48725 (Support for flushing in zlib stream) ---SKIPIF-- - +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --CGI-- --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --INI-- allow_url_fopen=1 --FILE-- diff --git a/ext/zlib/tests/bug_52944.phpt b/ext/zlib/tests/bug_52944.phpt index e63dde2d293..50f87063dda 100644 --- a/ext/zlib/tests/bug_52944.phpt +++ b/ext/zlib/tests/bug_52944.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #52944 (segfault with zlib filter and corrupted data) ---SKIPIF-- - +--EXTENSIONS-- +zlib --INI-- allow_url_fopen=1 --FILE-- diff --git a/ext/zlib/tests/compress_zlib_wrapper.phpt b/ext/zlib/tests/compress_zlib_wrapper.phpt index 1d11722129d..d5221cb097c 100644 --- a/ext/zlib/tests/compress_zlib_wrapper.phpt +++ b/ext/zlib/tests/compress_zlib_wrapper.phpt @@ -1,7 +1,7 @@ --TEST-- compress.zlib:// wrapper ---SKIPIF-- - +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- = 0x1240) { print "skip - ZLIB < 1.2.4 required for test"; } diff --git a/ext/zlib/tests/deflate_add_buffer_full.phpt b/ext/zlib/tests/deflate_add_buffer_full.phpt index 95669fa1a3c..056f92a1ef3 100644 --- a/ext/zlib/tests/deflate_add_buffer_full.phpt +++ b/ext/zlib/tests/deflate_add_buffer_full.phpt @@ -1,11 +1,7 @@ --TEST-- Test deflate_add() buffer issue with data that fills deflate buffer while using ZLIB_SYNC_FLUSH on ZLIB_ENCODING_RAW. ---SKIPIF-- - +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- 0) { die('skip - only for zlib <= 1.2.5'); diff --git a/ext/zlib/tests/gzgetc_basic_1.phpt b/ext/zlib/tests/gzgetc_basic_1.phpt index 49e4ab8f6be..e70c5814fcb 100644 --- a/ext/zlib/tests/gzgetc_basic_1.phpt +++ b/ext/zlib/tests/gzgetc_basic_1.phpt @@ -1,10 +1,10 @@ --TEST-- Test function gzgetc() by calling it with its expected arguments zlib 1.2.7 +--EXTENSIONS-- +zlib --SKIPIF-- = 1.2.7'); diff --git a/ext/zlib/tests/gzgets_basic.phpt b/ext/zlib/tests/gzgets_basic.phpt index 4f4e908645d..f43b3ad5342 100644 --- a/ext/zlib/tests/gzgets_basic.phpt +++ b/ext/zlib/tests/gzgets_basic.phpt @@ -1,11 +1,7 @@ --TEST-- Test function gzgets() by calling it with its expected arguments ---SKIPIF-- - +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- --GET-- diff --git a/ext/zlib/tests/ob_002.phpt b/ext/zlib/tests/ob_002.phpt index 81622dc440a..2890fbbdfd7 100644 --- a/ext/zlib/tests/ob_002.phpt +++ b/ext/zlib/tests/ob_002.phpt @@ -1,9 +1,7 @@ --TEST-- zlib.output_compression ---SKIPIF-- - +--EXTENSIONS-- +zlib --INI-- zlib.output_compression=1 --ENV-- diff --git a/ext/zlib/tests/ob_003.phpt b/ext/zlib/tests/ob_003.phpt index f3b60883f4f..647a1206270 100644 --- a/ext/zlib/tests/ob_003.phpt +++ b/ext/zlib/tests/ob_003.phpt @@ -1,8 +1,9 @@ --TEST-- zlib.output_compression +--EXTENSIONS-- +zlib --SKIPIF-- --INI-- diff --git a/ext/zlib/tests/ob_004.phpt b/ext/zlib/tests/ob_004.phpt index b12c5afdbce..ac4ec2d862d 100644 --- a/ext/zlib/tests/ob_004.phpt +++ b/ext/zlib/tests/ob_004.phpt @@ -1,8 +1,9 @@ --TEST-- ob_gzhandler +--EXTENSIONS-- +zlib --SKIPIF-- --INI-- diff --git a/ext/zlib/tests/ob_005.phpt b/ext/zlib/tests/ob_005.phpt index 9333245fe70..aaa9856dbaa 100644 --- a/ext/zlib/tests/ob_005.phpt +++ b/ext/zlib/tests/ob_005.phpt @@ -1,8 +1,9 @@ --TEST-- ob_gzhandler +--EXTENSIONS-- +zlib --SKIPIF-- --INI-- diff --git a/ext/zlib/tests/ob_gzhandler_legacy_002.phpt b/ext/zlib/tests/ob_gzhandler_legacy_002.phpt index 5e940b61871..6789ba2d53f 100644 --- a/ext/zlib/tests/ob_gzhandler_legacy_002.phpt +++ b/ext/zlib/tests/ob_gzhandler_legacy_002.phpt @@ -1,8 +1,9 @@ --TEST-- ob_gzhandler legacy +--EXTENSIONS-- +zlib --SKIPIF-- --INI-- diff --git a/ext/zlib/tests/readgzfile_basic.phpt b/ext/zlib/tests/readgzfile_basic.phpt index ca3908c16ea..ae829406e0d 100644 --- a/ext/zlib/tests/readgzfile_basic.phpt +++ b/ext/zlib/tests/readgzfile_basic.phpt @@ -1,9 +1,7 @@ --TEST-- Test function readgzfile() reading a gzip relative file ---SKIPIF-- - +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- ---SKIPIF-- - +--EXTENSIONS-- +zlib --FILE-- ---SKIPIF-- - +--EXTENSIONS-- +zlib --ENV-- HTTP_ACCEPT_ENCODING=br --FILE-- diff --git a/ext/zlib/tests/zlib_get_coding_type_deflate.phpt b/ext/zlib/tests/zlib_get_coding_type_deflate.phpt index f6f999b9783..fd005b88062 100644 --- a/ext/zlib/tests/zlib_get_coding_type_deflate.phpt +++ b/ext/zlib/tests/zlib_get_coding_type_deflate.phpt @@ -2,8 +2,8 @@ zlib_get_coding_type() with deflate encoding --CREDITS-- PHP TestFest 2017 - Bergfreunde, Florian Engelhardt ---SKIPIF-- - +--EXTENSIONS-- +zlib --ENV-- HTTP_ACCEPT_ENCODING=deflate --FILE-- diff --git a/ext/zlib/tests/zlib_get_coding_type_gzip.phpt b/ext/zlib/tests/zlib_get_coding_type_gzip.phpt index b5afb0c02a5..f27619e8045 100644 --- a/ext/zlib/tests/zlib_get_coding_type_gzip.phpt +++ b/ext/zlib/tests/zlib_get_coding_type_gzip.phpt @@ -2,8 +2,8 @@ zlib_get_coding_type() with gzip encoding --CREDITS-- PHP TestFest 2017 - Bergfreunde, Florian Engelhardt ---SKIPIF-- - +--EXTENSIONS-- +zlib --ENV-- HTTP_ACCEPT_ENCODING=gzip --FILE-- diff --git a/ext/zlib/tests/zlib_scheme_copy_basic.phpt b/ext/zlib/tests/zlib_scheme_copy_basic.phpt index 9c6becb4c75..139296247e1 100644 --- a/ext/zlib/tests/zlib_scheme_copy_basic.phpt +++ b/ext/zlib/tests/zlib_scheme_copy_basic.phpt @@ -1,11 +1,7 @@ --TEST-- Test compress.zlib:// scheme with the copy function: compressed to compressed ---SKIPIF-- - +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +mbstring --INI-- file_uploads=1 mbstring.encoding_translation=1 diff --git a/tests/basic/bug20539.phpt b/tests/basic/bug20539.phpt index 99a88f66b5d..a9025067524 100644 --- a/tests/basic/bug20539.phpt +++ b/tests/basic/bug20539.phpt @@ -1,7 +1,8 @@ --TEST-- Bug #20539 (PHP CLI Segmentation Fault) +--EXTENSIONS-- +session --SKIPIF-- - --INI-- session.auto_start=1 diff --git a/tests/output/bug60282.phpt b/tests/output/bug60282.phpt index ffa28d18a44..b93cd2acb8f 100644 --- a/tests/output/bug60282.phpt +++ b/tests/output/bug60282.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #60282 (Segfault when using ob_gzhandler() with open buffers) ---SKIPIF-- - +--EXTENSIONS-- +zlib --FILE-- +--EXTENSIONS-- +zlib --ENV-- HTTP_ACCEPT_ENCODING=gzip,deflate --INI--