From e9f783fcddeeeff903481f147928ca1063681ab6 Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Thu, 1 Apr 2021 15:16:17 +0300 Subject: [PATCH] Migrate skip checks to --EXTENSIONS--, p3 For rationale, see #6787 Extensions migrated in part 3: * ftp * gmp * iconv * opcache * shmop --- ext/ftp/tests/001.phpt | 7 +++---- ext/ftp/tests/002.phpt | 6 ++++-- ext/ftp/tests/003.phpt | 7 +++---- ext/ftp/tests/004.phpt | 7 +++---- ext/ftp/tests/005.phpt | 7 +++---- ext/ftp/tests/007.phpt | 7 +++---- ext/ftp/tests/bug27809.phpt | 7 +++---- ext/ftp/tests/bug37799.phpt | 6 ++++-- ext/ftp/tests/bug39458-2.phpt | 7 +++---- ext/ftp/tests/bug39458.phpt | 7 +++---- ext/ftp/tests/bug39583-2.phpt | 7 +++---- ext/ftp/tests/bug39583.phpt | 7 +++---- ext/ftp/tests/bug7216-2.phpt | 7 +++---- ext/ftp/tests/bug7216.phpt | 7 +++---- ext/ftp/tests/dead-resource.phpt | 6 +++--- ext/ftp/tests/filesize_large.phpt | 4 +++- ext/ftp/tests/ftp_alloc_basic1.phpt | 7 +++---- ext/ftp/tests/ftp_alloc_basic2.phpt | 7 +++---- ext/ftp/tests/ftp_append.phpt | 7 +++---- ext/ftp/tests/ftp_chmod_basic.phpt | 7 +++---- ext/ftp/tests/ftp_constructor.phpt | 6 +++--- ext/ftp/tests/ftp_delete.phpt | 5 +++-- ext/ftp/tests/ftp_exec_basic.phpt | 7 +++---- ext/ftp/tests/ftp_fget_basic.phpt | 7 +++---- ext/ftp/tests/ftp_fget_basic1.phpt | 7 +++---- ext/ftp/tests/ftp_fget_basic2.phpt | 7 +++---- ext/ftp/tests/ftp_fget_basic3.phpt | 7 +++---- ext/ftp/tests/ftp_fput.phpt | 5 +++-- ext/ftp/tests/ftp_get_basic.phpt | 7 +++---- ext/ftp/tests/ftp_get_option.phpt | 5 +++-- ext/ftp/tests/ftp_mdtm_basic.phpt | 7 +++---- ext/ftp/tests/ftp_mlsd.phpt | 7 +++---- ext/ftp/tests/ftp_mlsd_empty_directory.phpt | 7 +++---- ext/ftp/tests/ftp_mlsd_missing_directory.phpt | 7 +++---- ext/ftp/tests/ftp_nb_continue.phpt | 7 +++---- ext/ftp/tests/ftp_nb_fget_basic1.phpt | 7 +++---- ext/ftp/tests/ftp_nb_fget_basic2.phpt | 7 +++---- ext/ftp/tests/ftp_nb_fget_basic3.phpt | 7 +++---- ext/ftp/tests/ftp_nb_fput.phpt | 5 +++-- ext/ftp/tests/ftp_nb_get_large.phpt | 4 +++- ext/ftp/tests/ftp_nb_put.phpt | 5 +++-- ext/ftp/tests/ftp_pasv.phpt | 5 +++-- ext/ftp/tests/ftp_rawlist_basic1.phpt | 5 +++-- ext/ftp/tests/ftp_rawlist_basic2.phpt | 7 +++---- ext/ftp/tests/ftp_rename_basic1.phpt | 7 +++---- ext/ftp/tests/ftp_rmdir_basic.phpt | 7 +++---- ext/ftp/tests/ftp_set_option.phpt | 5 +++-- ext/ftp/tests/ftp_set_option_errors.phpt | 5 +++-- ext/ftp/tests/ftp_site_basic.phpt | 5 +++-- ext/ftp/tests/ftp_ssl_connect_error.phpt | 6 ++++-- ext/ftp/tests/skipif.inc | 5 ----- ext/gmp/tests/002.phpt | 4 ++-- ext/gmp/tests/003.phpt | 4 ++-- ext/gmp/tests/bug32773.phpt | 4 ++-- ext/gmp/tests/bug50175.phpt | 4 ++-- ext/gmp/tests/bug50283.phpt | 4 ++-- ext/gmp/tests/bug52906.phpt | 4 ++-- ext/gmp/tests/bug659967.phpt | 4 ++-- ext/gmp/tests/bug66872.phpt | 4 ++-- ext/gmp/tests/bug67917.phpt | 4 ++-- ext/gmp/tests/bug69803.phpt | 4 ++-- ext/gmp/tests/bug70284.phpt | 4 ++-- ext/gmp/tests/bug74670.phpt | 2 ++ ext/gmp/tests/bug80560.phpt | 4 ++-- ext/gmp/tests/cast.phpt | 4 ++-- ext/gmp/tests/clone.phpt | 4 ++-- ext/gmp/tests/comparison.phpt | 4 ++-- ext/gmp/tests/comparison_invalid.phpt | 4 ++-- ext/gmp/tests/gmp_abs.phpt | 4 ++-- ext/gmp/tests/gmp_and.phpt | 4 ++-- ext/gmp/tests/gmp_binomial.phpt | 4 ++-- ext/gmp/tests/gmp_clrbit.phpt | 4 ++-- ext/gmp/tests/gmp_cmp.phpt | 4 ++-- ext/gmp/tests/gmp_com.phpt | 4 ++-- ext/gmp/tests/gmp_div_q.phpt | 4 ++-- ext/gmp/tests/gmp_div_qr.phpt | 4 ++-- ext/gmp/tests/gmp_div_r.phpt | 4 ++-- ext/gmp/tests/gmp_divexact.phpt | 3 ++- ext/gmp/tests/gmp_export.phpt | 4 ++-- ext/gmp/tests/gmp_fact.phpt | 4 ++-- ext/gmp/tests/gmp_gcd.phpt | 4 ++-- ext/gmp/tests/gmp_gcdext.phpt | 5 ++--- ext/gmp/tests/gmp_hamdist.phpt | 4 ++-- ext/gmp/tests/gmp_import.phpt | 4 ++-- ext/gmp/tests/gmp_init.phpt | 4 ++-- ext/gmp/tests/gmp_init_integer_notations.phpt | 4 ++-- ext/gmp/tests/gmp_intval.phpt | 4 ++-- ext/gmp/tests/gmp_invert.phpt | 4 ++-- ext/gmp/tests/gmp_jacobi.phpt | 4 ++-- ext/gmp/tests/gmp_kronecker.phpt | 4 ++-- ext/gmp/tests/gmp_lcm.phpt | 4 ++-- ext/gmp/tests/gmp_legendre.phpt | 4 ++-- ext/gmp/tests/gmp_mod.phpt | 4 ++-- ext/gmp/tests/gmp_neg.phpt | 4 ++-- ext/gmp/tests/gmp_nextprime.phpt | 5 ++--- ext/gmp/tests/gmp_or.phpt | 4 ++-- ext/gmp/tests/gmp_perfect_power.phpt | 4 ++-- ext/gmp/tests/gmp_perfect_square.phpt | 4 ++-- ext/gmp/tests/gmp_php_int_max.phpt | 3 ++- ext/gmp/tests/gmp_popcount.phpt | 4 ++-- ext/gmp/tests/gmp_pow.phpt | 4 ++-- ext/gmp/tests/gmp_pow2.phpt | 4 ++-- ext/gmp/tests/gmp_pown.phpt | 4 ++-- ext/gmp/tests/gmp_prob_prime.phpt | 4 ++-- ext/gmp/tests/gmp_random_bits.phpt | 4 ++-- ext/gmp/tests/gmp_random_range.phpt | 4 ++-- ext/gmp/tests/gmp_random_seed.phpt | 3 ++- ext/gmp/tests/gmp_remroot.phpt | 4 ++-- ext/gmp/tests/gmp_root.phpt | 4 ++-- ext/gmp/tests/gmp_scan0.phpt | 4 ++-- ext/gmp/tests/gmp_scan1.phpt | 4 ++-- ext/gmp/tests/gmp_setbit.phpt | 4 ++-- ext/gmp/tests/gmp_setbit_long.phpt | 3 ++- ext/gmp/tests/gmp_sign.phpt | 4 ++-- ext/gmp/tests/gmp_sqrt.phpt | 4 ++-- ext/gmp/tests/gmp_sqrtrem.phpt | 4 ++-- ext/gmp/tests/gmp_strict_types.phpt | 2 ++ ext/gmp/tests/gmp_strval.phpt | 4 ++-- ext/gmp/tests/gmp_sub.phpt | 4 ++-- ext/gmp/tests/gmp_testbit.phpt | 4 ++-- ext/gmp/tests/gmp_xor.phpt | 4 ++-- ext/gmp/tests/overloading.phpt | 4 ++-- ext/gmp/tests/serialize.phpt | 4 ++-- ext/gmp/tests/surprising_integer_literals.phpt | 4 ++-- ext/gmp/tests/unserialize_with_reference.phpt | 4 ++-- ext/iconv/tests/bug37176.phpt | 3 ++- ext/iconv/tests/bug37773.phpt | 3 ++- ext/iconv/tests/bug48147.phpt | 4 ++-- ext/iconv/tests/bug48289.phpt | 4 ++-- ext/iconv/tests/bug51250.phpt | 4 ++-- ext/iconv/tests/bug52211.phpt | 6 ++---- ext/iconv/tests/bug52941.phpt | 4 ++-- ext/iconv/tests/bug53304.phpt | 4 ++-- ext/iconv/tests/bug53891.phpt | 6 ++---- ext/iconv/tests/bug55146.phpt | 6 ++---- ext/iconv/tests/bug60494.phpt | 6 ++---- ext/iconv/tests/bug63839.phpt | 6 ++---- ext/iconv/tests/bug66828.phpt | 6 ++---- ext/iconv/tests/bug68180.phpt | 6 ++---- ext/iconv/tests/bug69840.phpt | 4 ++-- ext/iconv/tests/bug72320.phpt | 6 ++---- ext/iconv/tests/bug76249.phpt | 4 ++-- ext/iconv/tests/bug77147.phpt | 6 ++---- ext/iconv/tests/bug78069.phpt | 6 ++---- ext/iconv/tests/bug79200.phpt | 6 ++---- ext/iconv/tests/eucjp2iso2022jp.phpt | 4 ++-- ext/iconv/tests/eucjp2sjis.phpt | 4 ++-- ext/iconv/tests/eucjp2utf8.phpt | 4 ++-- .../iconv-charset-length-cve-2007-4840.phpt | 4 ++-- ext/iconv/tests/iconv001.phpt | 4 ++-- ext/iconv/tests/iconv002.phpt | 3 ++- ext/iconv/tests/iconv003.phpt | 4 ++-- ext/iconv/tests/iconv004.phpt | 4 ++-- ext/iconv/tests/iconv_basic.phpt | 7 ++----- ext/iconv/tests/iconv_basic_001-win32.phpt | 3 ++- ext/iconv/tests/iconv_basic_001.phpt | 3 ++- ext/iconv/tests/iconv_default_charset.phpt | 7 ++----- ext/iconv/tests/iconv_encoding_basic.phpt | 7 ++----- ext/iconv/tests/iconv_get_encoding_basic.phpt | 4 ++-- ext/iconv/tests/iconv_ini_encoding.phpt | 4 ++-- ...ime_decode-charset-length-cve-2007-4840.phpt | 4 ++-- ext/iconv/tests/iconv_mime_decode.phpt | 4 ++-- ...de_headers-charset-length-cve-2007-4840.phpt | 4 ++-- ext/iconv/tests/iconv_mime_decode_headers.phpt | 4 ++-- ext/iconv/tests/iconv_mime_encode.phpt | 4 ++-- ...t_encoding-charset-length-cve-2007-4840.phpt | 4 ++-- ext/iconv/tests/iconv_stream_filter.phpt | 4 ++-- .../tests/iconv_stream_filter_delimiter.phpt | 4 ++-- ...onv_strlen-charset-length-cve-2007-4840.phpt | 4 ++-- ext/iconv/tests/iconv_strlen.phpt | 4 ++-- ext/iconv/tests/iconv_strlen_basic.phpt | 7 ++----- ext/iconv/tests/iconv_strlen_error2.phpt | 7 ++----- ...onv_strpos-charset-length-cve-2007-4840.phpt | 4 ++-- ext/iconv/tests/iconv_strpos.phpt | 4 ++-- ext/iconv/tests/iconv_strpos_basic.phpt | 7 ++----- ext/iconv/tests/iconv_strpos_error2.phpt | 7 ++----- ext/iconv/tests/iconv_strpos_variation5.phpt | 7 ++----- ...nv_strrpos-charset-length-cve-2007-4840.phpt | 4 ++-- ext/iconv/tests/iconv_strrpos.phpt | 4 ++-- ext/iconv/tests/iconv_strrpos_basic.phpt | 7 ++----- ext/iconv/tests/iconv_strrpos_error2.phpt | 7 ++----- ...onv_substr-charset-length-cve-2007-4783.phpt | 4 ++-- ext/iconv/tests/iconv_substr.phpt | 4 ++-- ext/iconv/tests/iconv_substr_basic.phpt | 7 ++----- ext/iconv/tests/iconv_substr_error2.phpt | 7 ++----- ext/iconv/tests/iconv_substr_out_of_bounds.phpt | 4 ++-- ...nv_handler-charset-length-cve-2007-4840.phpt | 4 ++-- ext/iconv/tests/ob_iconv_handler.phpt | 4 ++-- ext/iconv/tests/skipif.inc | 5 ----- ext/iconv/tests/translit-failure.phpt | 3 ++- ext/iconv/tests/translit-utf8.phpt | 3 ++- ext/opcache/tests/001_cli.phpt | 4 ++-- .../tests/assign_obj_op_of_fetch_dim.phpt | 2 ++ ext/opcache/tests/blacklist-win32.phpt | 3 ++- ext/opcache/tests/blacklist.phpt | 3 ++- ext/opcache/tests/block_pass_001.phpt | 4 ++-- ...block_removal_with_duplicate_successors.phpt | 4 ++-- ext/opcache/tests/bool_cp_in_pass1.phpt | 4 ++-- ext/opcache/tests/bool_not_cv.phpt | 4 ++-- ext/opcache/tests/bu69838.phpt | 4 ++-- ext/opcache/tests/bug64353.phpt | 4 ++-- ext/opcache/tests/bug64482.phpt | 4 ++-- ext/opcache/tests/bug65510.phpt | 4 ++-- ext/opcache/tests/bug65559.phpt | 4 ++-- ext/opcache/tests/bug65665.phpt | 4 ++-- ext/opcache/tests/bug65845.phpt | 4 ++-- ext/opcache/tests/bug65915.phpt | 3 ++- ext/opcache/tests/bug66176.phpt | 4 ++-- ext/opcache/tests/bug66251.phpt | 4 ++-- ext/opcache/tests/bug66334.phpt | 4 ++-- ext/opcache/tests/bug66338.phpt | 4 ++-- ext/opcache/tests/bug66440.phpt | 4 ++-- ext/opcache/tests/bug66461.phpt | 4 ++-- ext/opcache/tests/bug66474.phpt | 4 ++-- ext/opcache/tests/bug67215.phpt | 4 ++-- ext/opcache/tests/bug68104.phpt | 4 ++-- ext/opcache/tests/bug69038.phpt | 4 ++-- ext/opcache/tests/bug69125.phpt | 4 ++-- ext/opcache/tests/bug69159.phpt | 4 ++-- ext/opcache/tests/bug69281.phpt | 4 ++-- ext/opcache/tests/bug69549.phpt | 4 ++-- ext/opcache/tests/bug69688.phpt | 4 ++-- ext/opcache/tests/bug70111.phpt | 4 ++-- ext/opcache/tests/bug70207.phpt | 4 ++-- ext/opcache/tests/bug70237.phpt | 4 ++-- ext/opcache/tests/bug70423.phpt | 4 ++-- ext/opcache/tests/bug71127.phpt | 4 ++-- ext/opcache/tests/bug71443.phpt | 3 ++- ext/opcache/tests/bug71843.phpt | 4 ++-- ext/opcache/tests/bug72014.phpt | 4 ++-- ext/opcache/tests/bug72762.phpt | 4 ++-- ext/opcache/tests/bug73402.phpt | 4 ++-- ext/opcache/tests/bug73583.phpt | 4 ++-- ext/opcache/tests/bug73654.phpt | 4 ++-- ext/opcache/tests/bug73668.phpt | 4 ++-- ext/opcache/tests/bug73746.phpt | 4 ++-- ext/opcache/tests/bug73789.phpt | 6 +++--- ext/opcache/tests/bug73847.phpt | 4 ++-- ext/opcache/tests/bug74019.phpt | 4 ++-- ext/opcache/tests/bug74152.phpt | 4 ++-- ext/opcache/tests/bug74431.phpt | 4 ++-- ext/opcache/tests/bug74442.phpt | 4 ++-- ext/opcache/tests/bug74456.phpt | 4 ++-- ext/opcache/tests/bug74596.phpt | 4 ++-- ext/opcache/tests/bug74623.phpt | 4 ++-- ext/opcache/tests/bug74663.phpt | 4 ++-- ext/opcache/tests/bug74980.phpt | 4 ++-- ext/opcache/tests/bug75230.phpt | 4 ++-- ext/opcache/tests/bug75255.phpt | 4 ++-- ext/opcache/tests/bug75357.phpt | 4 ++-- ext/opcache/tests/bug75370.phpt | 4 ++-- ext/opcache/tests/bug75556.phpt | 4 ++-- ext/opcache/tests/bug75570.phpt | 4 ++-- ext/opcache/tests/bug75608.phpt | 4 ++-- ext/opcache/tests/bug75681.phpt | 4 ++-- ext/opcache/tests/bug75687.phpt | 4 ++-- ext/opcache/tests/bug75698.phpt | 4 ++-- ext/opcache/tests/bug75938.phpt | 4 ++-- ext/opcache/tests/bug75969.phpt | 4 ++-- ext/opcache/tests/bug76074.phpt | 4 ++-- ext/opcache/tests/bug76094.phpt | 4 ++-- ext/opcache/tests/bug76275.phpt | 4 ++-- ext/opcache/tests/bug76281.phpt | 4 ++-- ext/opcache/tests/bug76337.phpt | 6 +++--- ext/opcache/tests/bug76446.phpt | 4 ++-- ext/opcache/tests/bug76463.phpt | 4 ++-- ext/opcache/tests/bug76466.phpt | 4 ++-- ext/opcache/tests/bug76477.phpt | 4 ++-- ext/opcache/tests/bug76711.phpt | 4 ++-- ext/opcache/tests/bug76796.phpt | 4 ++-- ext/opcache/tests/bug77058.phpt | 4 ++-- ext/opcache/tests/bug77092.phpt | 4 ++-- ext/opcache/tests/bug77191.phpt | 2 ++ ext/opcache/tests/bug77215.phpt | 4 ++-- ext/opcache/tests/bug77257.phpt | 4 ++-- ext/opcache/tests/bug77266.phpt | 4 ++-- ext/opcache/tests/bug77275.phpt | 4 ++-- ext/opcache/tests/bug77310_1.phpt | 4 ++-- ext/opcache/tests/bug77434.phpt | 4 ++-- ext/opcache/tests/bug77691.phpt | 4 ++-- ext/opcache/tests/bug77743.phpt | 4 ++-- ext/opcache/tests/bug78014.phpt | 3 ++- ext/opcache/tests/bug78015.phpt | 4 ++-- ext/opcache/tests/bug78034.phpt | 4 ++-- ext/opcache/tests/bug78106.phpt | 4 ++-- ext/opcache/tests/bug78175.phpt | 3 ++- ext/opcache/tests/bug78175_2.phpt | 3 ++- ext/opcache/tests/bug78185.phpt | 4 ++-- ext/opcache/tests/bug78189.phpt | 3 ++- ext/opcache/tests/bug78230.phpt | 2 ++ ext/opcache/tests/bug78341.phpt | 2 ++ ext/opcache/tests/bug78376.phpt | 3 ++- ext/opcache/tests/bug78429.phpt | 4 ++-- ext/opcache/tests/bug78937_1.phpt | 3 ++- ext/opcache/tests/bug78937_2.phpt | 3 ++- ext/opcache/tests/bug78937_3.phpt | 3 ++- ext/opcache/tests/bug78937_4.phpt | 3 ++- ext/opcache/tests/bug78937_5.phpt | 3 ++- ext/opcache/tests/bug78937_6.phpt | 3 ++- ext/opcache/tests/bug78986.phpt | 2 ++ ext/opcache/tests/bug79193.phpt | 2 ++ ext/opcache/tests/bug79412.phpt | 4 ++-- ext/opcache/tests/bug79475.phpt | 4 ++-- ext/opcache/tests/bug79535.phpt | 2 ++ ext/opcache/tests/bug79665.phpt | 6 ++---- ext/opcache/tests/compact_literals.phpt | 4 ++-- .../tests/compact_literals_collision.phpt | Bin 252 -> 275 bytes ext/opcache/tests/exit_in_call_arg.phpt | 2 ++ ext/opcache/tests/fe_fetch_dce.phpt | 2 ++ ext/opcache/tests/func_info.phpt | 4 ++-- .../tests/get_configuration_matches_ini.phpt | 4 ++-- .../tests/internal_func_info_static_method.phpt | 6 ++---- ext/opcache/tests/invalid_array_key_type.phpt | 4 ++-- ext/opcache/tests/invalid_new_dce.phpt | 4 ++-- ext/opcache/tests/is_script_cached.phpt | 4 ++-- ext/opcache/tests/issue0057.phpt | 4 ++-- ext/opcache/tests/issue0079.phpt | 4 ++-- ext/opcache/tests/issue0115.phpt | 6 +++--- ext/opcache/tests/issue0128.phpt | 4 ++-- ext/opcache/tests/issue0140.phpt | 3 ++- ext/opcache/tests/issue0149.phpt | 6 +++--- ext/opcache/tests/issue0183.phpt | 3 ++- .../tests/iterable_type_optimization.phpt | 2 ++ ext/opcache/tests/jit/array_elem.phpt | 2 ++ ext/opcache/tests/jit/assign_001.phpt | 4 ++-- ext/opcache/tests/jit/assign_002.phpt | 4 ++-- ext/opcache/tests/jit/assign_003.phpt | 4 ++-- ext/opcache/tests/jit/assign_004.phpt | 4 ++-- ext/opcache/tests/jit/assign_005.phpt | 4 ++-- ext/opcache/tests/jit/assign_006.phpt | 4 ++-- ext/opcache/tests/jit/assign_007.phpt | 4 ++-- ext/opcache/tests/jit/assign_008.phpt | 4 ++-- ext/opcache/tests/jit/assign_009.phpt | 4 ++-- ext/opcache/tests/jit/assign_010.phpt | 4 ++-- ext/opcache/tests/jit/assign_011.phpt | 4 ++-- ext/opcache/tests/jit/assign_012.phpt | 4 ++-- ext/opcache/tests/jit/assign_013.phpt | 4 ++-- ext/opcache/tests/jit/assign_014.phpt | 4 ++-- ext/opcache/tests/jit/assign_015.phpt | 4 ++-- ext/opcache/tests/jit/assign_016.phpt | 4 ++-- ext/opcache/tests/jit/assign_017.phpt | 4 ++-- ext/opcache/tests/jit/assign_018.phpt | 4 ++-- ext/opcache/tests/jit/assign_019.phpt | 4 ++-- ext/opcache/tests/jit/assign_020.phpt | 4 ++-- ext/opcache/tests/jit/assign_021.phpt | 4 ++-- ext/opcache/tests/jit/assign_022.phpt | 4 ++-- ext/opcache/tests/jit/assign_023.phpt | 4 ++-- ext/opcache/tests/jit/assign_024.phpt | 4 ++-- ext/opcache/tests/jit/assign_025.phpt | 4 ++-- ext/opcache/tests/jit/assign_026.phpt | 4 ++-- ext/opcache/tests/jit/assign_027.phpt | 4 ++-- ext/opcache/tests/jit/assign_028.phpt | 4 ++-- ext/opcache/tests/jit/assign_029.phpt | 4 ++-- ext/opcache/tests/jit/assign_030.phpt | 4 ++-- ext/opcache/tests/jit/assign_031.phpt | 4 ++-- ext/opcache/tests/jit/assign_032.phpt | 4 ++-- ext/opcache/tests/jit/assign_033.phpt | 4 ++-- ext/opcache/tests/jit/assign_034.phpt | 4 ++-- ext/opcache/tests/jit/assign_035.phpt | 4 ++-- ext/opcache/tests/jit/assign_036.phpt | 4 ++-- ext/opcache/tests/jit/assign_dim_002.phpt | 4 ++-- ext/opcache/tests/jit/assign_dim_op_001.phpt | 4 ++-- .../tests/jit/assign_static_prop_001.phpt | 4 ++-- ext/opcache/tests/jit/bug77857.phpt | 4 ++-- ext/opcache/tests/jit/bug79358.phpt | 2 ++ ext/opcache/tests/jit/bug79888.phpt | 4 ++-- ext/opcache/tests/jit/bug80426.phpt | 3 ++- ext/opcache/tests/jit/bug80447.phpt | 4 ++-- ext/opcache/tests/jit/bug80634.phpt | 3 ++- ext/opcache/tests/jit/bug80742.phpt | 2 ++ ext/opcache/tests/jit/bug80745.phpt | 4 ++-- ext/opcache/tests/jit/bug80782.phpt | 4 ++-- ext/opcache/tests/jit/bug80786.phpt | 2 ++ ext/opcache/tests/jit/bug80802.phpt | 4 ++-- ext/opcache/tests/jit/bug80839.phpt | 4 ++-- ext/opcache/tests/jit/bug80861.phpt | 4 ++-- ext/opcache/tests/jit/cmp_001.phpt | 4 ++-- ext/opcache/tests/jit/cmp_002.phpt | 4 ++-- ext/opcache/tests/jit/cmp_003.phpt | 4 ++-- ext/opcache/tests/jit/cmp_004.phpt | 4 ++-- ext/opcache/tests/jit/const_001.phpt | 4 ++-- ext/opcache/tests/jit/count_001.phpt | 4 ++-- ext/opcache/tests/jit/defined_001.phpt | 4 ++-- .../tests/jit/fetch_dim_func_args_001.phpt | 4 ++-- ext/opcache/tests/jit/fetch_dim_r_001.phpt | 4 ++-- ext/opcache/tests/jit/fetch_dim_r_002.phpt | 4 ++-- ext/opcache/tests/jit/fetch_dim_r_003.phpt | 4 ++-- ext/opcache/tests/jit/fetch_dim_r_004.phpt | 4 ++-- ext/opcache/tests/jit/fetch_dim_rw_001.phpt | 4 ++-- ext/opcache/tests/jit/fetch_obj_001.phpt | 4 ++-- ext/opcache/tests/jit/fetch_obj_002.phpt | 4 ++-- ext/opcache/tests/jit/fetch_obj_003.phpt | 4 ++-- ext/opcache/tests/jit/fetch_obj_004.phpt | 4 ++-- ext/opcache/tests/jit/inc_001.phpt | 4 ++-- ext/opcache/tests/jit/inc_002.phpt | 4 ++-- ext/opcache/tests/jit/inc_003.phpt | 4 ++-- ext/opcache/tests/jit/inc_004.phpt | 4 ++-- ext/opcache/tests/jit/inc_005.phpt | 4 ++-- ext/opcache/tests/jit/inc_006.phpt | 4 ++-- ext/opcache/tests/jit/inc_007.phpt | 4 ++-- ext/opcache/tests/jit/inc_008.phpt | 4 ++-- ext/opcache/tests/jit/inc_009.phpt | 4 ++-- ext/opcache/tests/jit/inc_010.phpt | 4 ++-- ext/opcache/tests/jit/inc_011.phpt | 4 ++-- ext/opcache/tests/jit/inc_012.phpt | 4 ++-- ext/opcache/tests/jit/inc_013.phpt | 4 ++-- ext/opcache/tests/jit/inc_014.phpt | 4 ++-- ext/opcache/tests/jit/inc_015.phpt | 4 ++-- ext/opcache/tests/jit/inc_016.phpt | 4 ++-- ext/opcache/tests/jit/inc_017.phpt | 4 ++-- ext/opcache/tests/jit/inc_018.phpt | 4 ++-- ext/opcache/tests/jit/inc_019.phpt | 4 ++-- ext/opcache/tests/jit/inc_020.phpt | 4 ++-- ext/opcache/tests/jit/ini_leading_zero.phpt | 4 ++-- ext/opcache/tests/jit/jmpz_001.phpt | 4 ++-- ext/opcache/tests/jit/jmpz_ex_001.phpt | 4 ++-- ext/opcache/tests/jit/method_call_001.phpt | 4 ++-- ext/opcache/tests/jit/mod_001.phpt | 4 ++-- ext/opcache/tests/jit/mod_002.phpt | 4 ++-- ext/opcache/tests/jit/noval_001.phpt | 4 ++-- ext/opcache/tests/jit/recv_001.phpt | 4 ++-- ext/opcache/tests/jit/reg_alloc_001.phpt | 4 ++-- ext/opcache/tests/jit/reg_alloc_002.phpt | 4 ++-- ext/opcache/tests/jit/reg_alloc_003.phpt | 4 ++-- ext/opcache/tests/jit/send_ref_001.phpt | 4 ++-- ext/opcache/tests/jit/send_val_001.phpt | 4 ++-- ext/opcache/tests/jit/send_var_ex_001.phpt | 4 ++-- ext/opcache/tests/jit/shift_left_001.phpt | 4 ++-- ext/opcache/tests/jit/shift_left_002.phpt | 4 ++-- ext/opcache/tests/jit/shift_right_001.phpt | 4 ++-- ext/opcache/tests/jit/shift_right_002.phpt | 4 ++-- ext/opcache/tests/jit/shift_right_003.phpt | 4 ++-- ext/opcache/tests/jit/skipif.inc | 3 --- ext/opcache/tests/jit/switch_jumptable.phpt | 4 ++-- ext/opcache/tests/jit/trampoline_001.phpt | 4 ++-- ext/opcache/tests/jit/trampoline_002.phpt | 4 ++-- ext/opcache/tests/jit/type_check_001.phpt | 4 ++-- ext/opcache/tests/jit/unreachable_block.phpt | 4 ++-- ext/opcache/tests/jmp_elim_001.phpt | 3 ++- ext/opcache/tests/jmp_elim_002.phpt | 4 ++-- ext/opcache/tests/jmp_elim_003.phpt | 4 ++-- ext/opcache/tests/jmp_elim_004.phpt | 4 ++-- ext/opcache/tests/jmpz_jmp_elim.phpt | 4 ++-- ext/opcache/tests/leak_001.phpt | 4 ++-- ext/opcache/tests/log_verbosity_bug.phpt | 3 ++- ext/opcache/tests/match/001.phpt | 4 ++-- ext/opcache/tests/match/002.phpt | 4 ++-- ext/opcache/tests/match/003.phpt | 4 ++-- ext/opcache/tests/match/004.phpt | 4 ++-- ext/opcache/tests/method_call_on_literal.phpt | 4 ++-- ext/opcache/tests/neg_range_inference.phpt | 4 ++-- ext/opcache/tests/opt/block_pass_001.phpt | 4 ++-- ext/opcache/tests/opt/block_pass_002.phpt | 4 ++-- ext/opcache/tests/opt/coalesce.phpt | 4 ++-- ext/opcache/tests/opt/dce_001.phpt | 4 ++-- ext/opcache/tests/opt/dce_002.phpt | 4 ++-- ext/opcache/tests/opt/dce_003.phpt | 4 ++-- ext/opcache/tests/opt/dce_004.phpt | 4 ++-- ext/opcache/tests/opt/dce_005.phpt | 4 ++-- ext/opcache/tests/opt/dce_006.phpt | 4 ++-- ext/opcache/tests/opt/dce_007.phpt | 4 ++-- ext/opcache/tests/opt/dce_008.phpt | 4 ++-- ext/opcache/tests/opt/dce_009.phpt | 4 ++-- ext/opcache/tests/opt/jmp_001.phpt | 4 ++-- ext/opcache/tests/opt/nullsafe_001.phpt | 4 ++-- ext/opcache/tests/opt/nullsafe_002.phpt | 4 ++-- ext/opcache/tests/opt/prop_types.phpt | 4 ++-- ext/opcache/tests/opt/sccp_001.phpt | 4 ++-- ext/opcache/tests/opt/sccp_002.phpt | 4 ++-- ext/opcache/tests/opt/sccp_003.phpt | 4 ++-- ext/opcache/tests/opt/sccp_004.phpt | 4 ++-- ext/opcache/tests/opt/sccp_005.phpt | 4 ++-- ext/opcache/tests/opt/sccp_006.phpt | 4 ++-- ext/opcache/tests/opt/sccp_007.phpt | 4 ++-- ext/opcache/tests/opt/sccp_008.phpt | 4 ++-- ext/opcache/tests/opt/sccp_009.phpt | 4 ++-- ext/opcache/tests/opt/sccp_010.phpt | 4 ++-- ext/opcache/tests/opt/sccp_011.phpt | 4 ++-- ext/opcache/tests/opt/sccp_012.phpt | 4 ++-- ext/opcache/tests/opt/sccp_013.phpt | 4 ++-- ext/opcache/tests/opt/sccp_014.phpt | 4 ++-- ext/opcache/tests/opt/sccp_015.phpt | 4 ++-- ext/opcache/tests/opt/sccp_016.phpt | 4 ++-- ext/opcache/tests/opt/sccp_017.phpt | 4 ++-- ext/opcache/tests/opt/sccp_018.phpt | 4 ++-- ext/opcache/tests/opt/sccp_019.phpt | 4 ++-- ext/opcache/tests/opt/sccp_020.phpt | 4 ++-- ext/opcache/tests/opt/sccp_021.phpt | 4 ++-- ext/opcache/tests/opt/sccp_022.phpt | 4 ++-- ext/opcache/tests/opt/sccp_023.phpt | 4 ++-- ext/opcache/tests/opt/sccp_024.phpt | 4 ++-- ext/opcache/tests/opt/sccp_025.phpt | 4 ++-- ext/opcache/tests/opt/sccp_026.phpt | 4 ++-- ext/opcache/tests/opt/sccp_027.phpt | 4 ++-- ext/opcache/tests/opt/sccp_028.phpt | 4 ++-- ext/opcache/tests/opt/sccp_029.phpt | 4 ++-- ext/opcache/tests/opt/sccp_030.phpt | 4 ++-- ext/opcache/tests/opt/sccp_031.phpt | 4 ++-- ext/opcache/tests/opt/sccp_032.phpt | 4 ++-- ext/opcache/tests/opt/sccp_033.phpt | 4 ++-- ext/opcache/tests/opt/skipif.inc | 3 --- ext/opcache/tests/opt/verify_return_type.phpt | 4 ++-- ext/opcache/tests/optimize_func_calls.phpt | 4 ++-- ext/opcache/tests/optimize_func_calls_001.phpt | 4 ++-- ext/opcache/tests/optimize_static_001.phpt | 4 ++-- ext/opcache/tests/phi_remove_001.phpt | 4 ++-- ext/opcache/tests/phi_remove_002.phpt | 4 ++-- ext/opcache/tests/phi_use_chain.phpt | 2 ++ ext/opcache/tests/preload_001.phpt | 3 ++- ext/opcache/tests/preload_002.phpt | 3 ++- ext/opcache/tests/preload_003.phpt | 3 ++- ext/opcache/tests/preload_004.phpt | 3 ++- ext/opcache/tests/preload_005.phpt | 3 ++- ext/opcache/tests/preload_006.phpt | 3 ++- ext/opcache/tests/preload_007.phpt | 3 ++- ext/opcache/tests/preload_008.phpt | 3 ++- ext/opcache/tests/preload_009.phpt | 3 ++- ext/opcache/tests/preload_010.phpt | 3 ++- ext/opcache/tests/preload_011.phpt | 3 ++- ext/opcache/tests/preload_012.phpt | 3 ++- ext/opcache/tests/preload_013.phpt | 3 ++- ext/opcache/tests/preload_bug79114.phpt | 3 ++- ext/opcache/tests/preload_class_alias.phpt | 3 ++- ext/opcache/tests/preload_class_alias_2.phpt | 3 ++- ext/opcache/tests/preload_dynamic_function.phpt | 3 ++- ext/opcache/tests/preload_early_binding.phpt | 3 ++- ext/opcache/tests/preload_ind.phpt | 3 ++- .../tests/preload_loadable_classes_1.phpt | 3 ++- .../tests/preload_loadable_classes_2.phpt | 3 ++- .../tests/preload_loadable_classes_3.phpt | 3 ++- .../tests/preload_method_static_vars.phpt | 3 ++- ext/opcache/tests/preload_parse_error.phpt | 3 ++- ext/opcache/tests/preload_prop_info_table.phpt | 3 ++- .../tests/preload_static_var_inheritance.phpt | 3 ++- ext/opcache/tests/preload_trait_alias.phpt | 3 ++- .../tests/preload_trait_multiple_fixup.phpt | 3 ++- ext/opcache/tests/preload_trait_static.phpt | 3 ++- .../tests/preload_unresolved_prop_type.phpt | 3 ++- ext/opcache/tests/preload_windows.phpt | 3 ++- ext/opcache/tests/revalidate_path_01.phpt | 4 ++-- ext/opcache/tests/send_unpack_empty_array.phpt | 4 ++-- ext/opcache/tests/skipif.inc | 3 --- ext/opcache/tests/ssa_bug_001.phpt | 4 ++-- ext/opcache/tests/ssa_bug_002.phpt | 4 ++-- ext/opcache/tests/ssa_bug_003.phpt | 4 ++-- ext/opcache/tests/ssa_bug_004.phpt | 4 ++-- ext/opcache/tests/ssa_bug_005.phpt | 4 ++-- ext/opcache/tests/ssa_bug_006.phpt | 4 ++-- ext/opcache/tests/ssa_bug_007.phpt | 4 ++-- ext/opcache/tests/ssa_bug_008.phpt | 4 ++-- ext/opcache/tests/ssa_bug_009.phpt | 4 ++-- ext/opcache/tests/ssa_bug_010.phpt | 4 ++-- ext/opcache/tests/ssa_bug_011.phpt | 4 ++-- .../tests/switch_with_coinciding_targets.phpt | 4 ++-- ext/opcache/tests/verify_return_dfg.phpt | 4 ++-- ext/opcache/tests/verify_return_instanceof.phpt | 2 ++ ext/opcache/tests/warning_replay.phpt | 2 ++ ext/opcache/tests/wrong_inlining_001.phpt | 4 ++-- ext/opcache/tests/wrong_inlining_002.phpt | 4 ++-- ext/opcache/tests/wrong_inlining_003.phpt | 4 ++-- ext/opcache/tests/wrong_inlining_004.phpt | 4 ++-- ext/opcache/tests/wrong_inlining_005.phpt | 4 ++-- ext/opcache/tests/zzz_basic_logging.phpt | 3 ++- ext/shmop/tests/001.phpt | 8 ++------ ext/shmop/tests/002.phpt | 8 ++------ ext/shmop/tests/shmop_open_private.phpt | 6 ++---- 566 files changed, 1177 insertions(+), 1181 deletions(-) delete mode 100644 ext/ftp/tests/skipif.inc delete mode 100644 ext/iconv/tests/skipif.inc delete mode 100644 ext/opcache/tests/jit/skipif.inc delete mode 100644 ext/opcache/tests/opt/skipif.inc delete mode 100644 ext/opcache/tests/skipif.inc diff --git a/ext/ftp/tests/001.phpt b/ext/ftp/tests/001.phpt index 38475d3ffd3..4389924b2e7 100644 --- a/ext/ftp/tests/001.phpt +++ b/ext/ftp/tests/001.phpt @@ -1,9 +1,8 @@ --TEST-- FTP login ---SKIPIF-- - +--EXTENSIONS-- +ftp +pcntl --FILE-- --FILE-- diff --git a/ext/ftp/tests/003.phpt b/ext/ftp/tests/003.phpt index db57ed56b7d..9d08e0a3c88 100644 --- a/ext/ftp/tests/003.phpt +++ b/ext/ftp/tests/003.phpt @@ -1,9 +1,8 @@ --TEST-- FTP cwd ---SKIPIF-- - +--EXTENSIONS-- +ftp +pcntl --FILE-- +--EXTENSIONS-- +ftp +pcntl --FILE-- +--EXTENSIONS-- +ftp +pcntl --FILE-- PHP TestFest Dublin 2017 ---SKIPIF-- - +--EXTENSIONS-- +ftp +pcntl --FILE-- +--EXTENSIONS-- +ftp +pcntl --FILE-- --FILE-- diff --git a/ext/ftp/tests/bug39458-2.phpt b/ext/ftp/tests/bug39458-2.phpt index 9e4be5d5ffb..3945055d541 100644 --- a/ext/ftp/tests/bug39458-2.phpt +++ b/ext/ftp/tests/bug39458-2.phpt @@ -1,9 +1,8 @@ --TEST-- Bug #39458 (ftp_nlist() returns false on empty directories (other server behaviour)) ---SKIPIF-- - +--EXTENSIONS-- +ftp +pcntl --FILE-- +--EXTENSIONS-- +ftp +pcntl --FILE-- +--EXTENSIONS-- +ftp +pcntl --FILE-- +--EXTENSIONS-- +ftp +pcntl --FILE-- +--EXTENSIONS-- +ftp +pcntl --FILE-- +--EXTENSIONS-- +ftp +pcntl --FILE-- 32bit +--EXTENSIONS-- +ftp +pcntl --SKIPIF-- #testfest PHPSP on 2009-06-20 ---SKIPIF-- - +--EXTENSIONS-- +ftp +pcntl --FILE-- #testfest PHPSP on 2009-06-20 ---SKIPIF-- - +--EXTENSIONS-- +ftp +pcntl --FILE-- +--EXTENSIONS-- +ftp +pcntl --FILE-- #testfest PHPSP on 2009-06-20 ---SKIPIF-- - +--EXTENSIONS-- +ftp +pcntl --FILE-- User Group: PHP-WVL & PHPGent #PHPTestFest ---SKIPIF-- - +--EXTENSIONS-- +ftp +pcntl --FILE-- #testfest PHPSP on 2009-06-20 ---SKIPIF-- - +--EXTENSIONS-- +ftp +pcntl --FILE-- +--EXTENSIONS-- +ftp +pcntl --FILE-- #testfest PHPSP on 2009-06-20 ---SKIPIF-- - +--EXTENSIONS-- +ftp +pcntl --FILE-- #testfest PHPSP on 2009-06-20 ---SKIPIF-- - +--EXTENSIONS-- +ftp +pcntl --FILE-- #testfest PHPSP on 2009-06-20 ---SKIPIF-- - +--EXTENSIONS-- +ftp +pcntl --FILE-- +--EXTENSIONS-- +ftp +pcntl --FILE-- +--EXTENSIONS-- +ftp +pcntl --FILE-- +--EXTENSIONS-- +ftp +pcntl --FILE-- +--EXTENSIONS-- +ftp +pcntl --FILE-- +--EXTENSIONS-- +ftp +pcntl --FILE-- +--EXTENSIONS-- +ftp +pcntl --FILE-- ---SKIPIF-- - +--EXTENSIONS-- +ftp +pcntl --FILE-- +--EXTENSIONS-- +ftp +pcntl --FILE-- #testfest PHPSP on 2009-06-20 ---SKIPIF-- - +--EXTENSIONS-- +ftp +pcntl --FILE-- #testfest PHPSP on 2009-06-20 ---SKIPIF-- - +--EXTENSIONS-- +ftp +pcntl --FILE-- #testfest PHPSP on 2009-06-20 ---SKIPIF-- - +--EXTENSIONS-- +ftp +pcntl --FILE-- +--EXTENSIONS-- +ftp +pcntl --FILE-- +--EXTENSIONS-- +ftp +pcntl --FILE-- +--EXTENSIONS-- +ftp +pcntl --FILE-- +--EXTENSIONS-- +ftp +pcntl --FILE-- #testfest PHPSP on 2009-06-20 ---SKIPIF-- - +--EXTENSIONS-- +ftp +pcntl --FILE-- +--EXTENSIONS-- +ftp +pcntl --FILE-- #testfest PHPSP on 2009-06-20 ---SKIPIF-- - +--EXTENSIONS-- +ftp +pcntl --FILE-- +--EXTENSIONS-- +ftp +pcntl --FILE-- +--EXTENSIONS-- +ftp +pcntl --FILE-- +--EXTENSIONS-- +ftp +pcntl --FILE-- --FILE-- diff --git a/ext/ftp/tests/skipif.inc b/ext/ftp/tests/skipif.inc deleted file mode 100644 index 9ab6ad9856f..00000000000 --- a/ext/ftp/tests/skipif.inc +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/ext/gmp/tests/002.phpt b/ext/gmp/tests/002.phpt index 0fbc864ec60..e48496b3951 100644 --- a/ext/gmp/tests/002.phpt +++ b/ext/gmp/tests/002.phpt @@ -1,7 +1,7 @@ --TEST-- GMP functionality test - factorial ---SKIPIF-- - +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- =")) { die("skip your GMP is too old and will crash"); } diff --git a/ext/gmp/tests/gmp_export.phpt b/ext/gmp/tests/gmp_export.phpt index cea9b4e502e..085bafbbcc3 100644 --- a/ext/gmp/tests/gmp_export.phpt +++ b/ext/gmp/tests/gmp_export.phpt @@ -1,7 +1,7 @@ --TEST-- gmp_export() basic tests ---SKIPIF-- - +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- --FILE-- diff --git a/ext/gmp/tests/gmp_popcount.phpt b/ext/gmp/tests/gmp_popcount.phpt index ddd1c2434c2..3b61eec5b7a 100644 --- a/ext/gmp/tests/gmp_popcount.phpt +++ b/ext/gmp/tests/gmp_popcount.phpt @@ -1,7 +1,7 @@ --TEST-- gmp_popcount() basic tests ---SKIPIF-- - +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- - +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +gmp --FILE-- +--EXTENSIONS-- +iconv --FILE-- +--EXTENSIONS-- +iconv --FILE-- +--EXTENSIONS-- +iconv --FILE-- +--EXTENSIONS-- +iconv --FILE-- +--EXTENSIONS-- +iconv --FILE-- +--EXTENSIONS-- +iconv --FILE-- +--EXTENSIONS-- +iconv --FILE-- +--EXTENSIONS-- +iconv --FILE-- +--EXTENSIONS-- +iconv --FILE-- +--EXTENSIONS-- +iconv --FILE-- diff --git a/ext/iconv/tests/bug66828.phpt b/ext/iconv/tests/bug66828.phpt index 1d6f47dc75c..25e1b3309eb 100644 --- a/ext/iconv/tests/bug66828.phpt +++ b/ext/iconv/tests/bug66828.phpt @@ -1,9 +1,7 @@ --TEST-- Bug #66828 (iconv_mime_encode Q-encoding longer than it should be) ---SKIPIF-- - +--EXTENSIONS-- +iconv --FILE-- +--EXTENSIONS-- +iconv --FILE-- +--EXTENSIONS-- +iconv --FILE-- +--EXTENSIONS-- +iconv --FILE-- +--EXTENSIONS-- +iconv --FILE-- +--EXTENSIONS-- +iconv --FILE-- +--EXTENSIONS-- +iconv --FILE-- +--EXTENSIONS-- +iconv --FILE-- +--EXTENSIONS-- +iconv --INI-- error_reporting=2039 --FILE-- diff --git a/ext/iconv/tests/eucjp2sjis.phpt b/ext/iconv/tests/eucjp2sjis.phpt index ed851541fb1..f1493d8c198 100644 --- a/ext/iconv/tests/eucjp2sjis.phpt +++ b/ext/iconv/tests/eucjp2sjis.phpt @@ -1,7 +1,7 @@ --TEST-- EUC-JP to SJIS ---SKIPIF-- - +--EXTENSIONS-- +iconv --INI-- error_reporting=2039 --FILE-- diff --git a/ext/iconv/tests/eucjp2utf8.phpt b/ext/iconv/tests/eucjp2utf8.phpt index cdd0d5deb8c..a3573cd8647 100644 --- a/ext/iconv/tests/eucjp2utf8.phpt +++ b/ext/iconv/tests/eucjp2utf8.phpt @@ -1,7 +1,7 @@ --TEST-- EUC-JP to UTF8 ---SKIPIF-- - +--EXTENSIONS-- +iconv --INI-- error_reporting=2039 --FILE-- diff --git a/ext/iconv/tests/iconv-charset-length-cve-2007-4840.phpt b/ext/iconv/tests/iconv-charset-length-cve-2007-4840.phpt index 730870d4f71..1978c3a77c5 100644 --- a/ext/iconv/tests/iconv-charset-length-cve-2007-4840.phpt +++ b/ext/iconv/tests/iconv-charset-length-cve-2007-4840.phpt @@ -1,7 +1,7 @@ --TEST-- iconv() charset parameter length checks (CVE-2007-4840) ---SKIPIF-- - +--EXTENSIONS-- +iconv --FILE-- +--EXTENSIONS-- +iconv --INI-- error_reporting=2039 --FILE-- diff --git a/ext/iconv/tests/iconv002.phpt b/ext/iconv/tests/iconv002.phpt index c43402262ec..af9ce73a1e3 100644 --- a/ext/iconv/tests/iconv002.phpt +++ b/ext/iconv/tests/iconv002.phpt @@ -1,8 +1,9 @@ --TEST-- iconv() test 2 (UCS4BE to ASCII) +--EXTENSIONS-- +iconv --SKIPIF-- +--EXTENSIONS-- +iconv --FILE-- +--EXTENSIONS-- +iconv --INI-- input_encoding = ISO-8859-1 internal_encoding = ISO-8859-1 diff --git a/ext/iconv/tests/iconv_basic.phpt b/ext/iconv/tests/iconv_basic.phpt index f73b275d539..eea0faae426 100644 --- a/ext/iconv/tests/iconv_basic.phpt +++ b/ext/iconv/tests/iconv_basic.phpt @@ -1,10 +1,7 @@ --TEST-- Test iconv() function : basic functionality ---SKIPIF-- - +--EXTENSIONS-- +iconv --FILE-- +--EXTENSIONS-- +iconv --SKIPIF-- - --FILE-- +--EXTENSIONS-- +iconv --SKIPIF-- - --FILE-- diff --git a/ext/iconv/tests/iconv_default_charset.phpt b/ext/iconv/tests/iconv_default_charset.phpt index e0874820b25..b2fd26f855e 100644 --- a/ext/iconv/tests/iconv_default_charset.phpt +++ b/ext/iconv/tests/iconv_default_charset.phpt @@ -1,10 +1,7 @@ --TEST-- Test default_charset handling ---SKIPIF-- - +--EXTENSIONS-- +iconv --INI-- error_reporting=E_ALL & ~E_DEPRECATED default_charset=UTF-8 diff --git a/ext/iconv/tests/iconv_encoding_basic.phpt b/ext/iconv/tests/iconv_encoding_basic.phpt index 4af5b6a9726..5e2b3efe872 100644 --- a/ext/iconv/tests/iconv_encoding_basic.phpt +++ b/ext/iconv/tests/iconv_encoding_basic.phpt @@ -1,10 +1,7 @@ --TEST-- Test iconv_get_encoding()/iconv_set_encoding() function : basic functionality ---SKIPIF-- - +--EXTENSIONS-- +iconv --INI-- error_reporting=E_ALL & ~E_DEPRECATED input_encoding=ISO-8859-1 diff --git a/ext/iconv/tests/iconv_get_encoding_basic.phpt b/ext/iconv/tests/iconv_get_encoding_basic.phpt index 84ee932e105..398daa477df 100644 --- a/ext/iconv/tests/iconv_get_encoding_basic.phpt +++ b/ext/iconv/tests/iconv_get_encoding_basic.phpt @@ -3,8 +3,8 @@ iconv_get_encoding() parameter tests --CREDITS-- Oystein Rose #PHPTestFest2009 Norway 2009-06-09 \o/ ---SKIPIF-- - +--EXTENSIONS-- +iconv --INI-- error_reporting=E_ALL & ~E_DEPRECATED --FILE-- diff --git a/ext/iconv/tests/iconv_ini_encoding.phpt b/ext/iconv/tests/iconv_ini_encoding.phpt index 7fd163c7dba..f034f528ae5 100644 --- a/ext/iconv/tests/iconv_ini_encoding.phpt +++ b/ext/iconv/tests/iconv_ini_encoding.phpt @@ -1,7 +1,7 @@ --TEST-- Encoding INI test ---SKIPIF-- - +--EXTENSIONS-- +iconv --INI-- error_reporting=E_ALL & ~E_DEPRECATED default_charset=ISO-8859-1 diff --git a/ext/iconv/tests/iconv_mime_decode-charset-length-cve-2007-4840.phpt b/ext/iconv/tests/iconv_mime_decode-charset-length-cve-2007-4840.phpt index b6af4749e8b..4310151e8ee 100644 --- a/ext/iconv/tests/iconv_mime_decode-charset-length-cve-2007-4840.phpt +++ b/ext/iconv/tests/iconv_mime_decode-charset-length-cve-2007-4840.phpt @@ -1,7 +1,7 @@ --TEST-- iconv_mime_decode() charset parameter length checks (CVE-2007-4840) ---SKIPIF-- - +--EXTENSIONS-- +iconv --FILE-- +--EXTENSIONS-- +iconv --INI-- iconv.internal_charset=iso-8859-1 --FILE-- diff --git a/ext/iconv/tests/iconv_mime_decode_headers-charset-length-cve-2007-4840.phpt b/ext/iconv/tests/iconv_mime_decode_headers-charset-length-cve-2007-4840.phpt index 1ef41213051..ab7dfd39e73 100644 --- a/ext/iconv/tests/iconv_mime_decode_headers-charset-length-cve-2007-4840.phpt +++ b/ext/iconv/tests/iconv_mime_decode_headers-charset-length-cve-2007-4840.phpt @@ -1,7 +1,7 @@ --TEST-- iconv_mime_decode_headers() charset parameter length checks (CVE-2007-4840) ---SKIPIF-- - +--EXTENSIONS-- +iconv --FILE-- +--EXTENSIONS-- +iconv --INI-- iconv.internal_charset=iso-8859-1 --FILE-- diff --git a/ext/iconv/tests/iconv_mime_encode.phpt b/ext/iconv/tests/iconv_mime_encode.phpt index 6f4ba1c7a9b..e055f53b016 100644 --- a/ext/iconv/tests/iconv_mime_encode.phpt +++ b/ext/iconv/tests/iconv_mime_encode.phpt @@ -1,7 +1,7 @@ --TEST-- iconv_mime_encode() ---SKIPIF-- - +--EXTENSIONS-- +iconv --INI-- iconv.internal_charset=iso-8859-1 --FILE-- diff --git a/ext/iconv/tests/iconv_set_encoding-charset-length-cve-2007-4840.phpt b/ext/iconv/tests/iconv_set_encoding-charset-length-cve-2007-4840.phpt index b0ba4016fb9..bb05d6794b8 100644 --- a/ext/iconv/tests/iconv_set_encoding-charset-length-cve-2007-4840.phpt +++ b/ext/iconv/tests/iconv_set_encoding-charset-length-cve-2007-4840.phpt @@ -1,7 +1,7 @@ --TEST-- iconv_set_encoding() charset parameter length checks (CVE-2007-4840) ---SKIPIF-- - +--EXTENSIONS-- +iconv --FILE-- +--EXTENSIONS-- +iconv --INI-- iconv.internal_charset=iso-8859-1 --FILE-- diff --git a/ext/iconv/tests/iconv_stream_filter_delimiter.phpt b/ext/iconv/tests/iconv_stream_filter_delimiter.phpt index e08ceeb69f9..edc56d5774c 100644 --- a/ext/iconv/tests/iconv_stream_filter_delimiter.phpt +++ b/ext/iconv/tests/iconv_stream_filter_delimiter.phpt @@ -1,7 +1,7 @@ --TEST-- iconv stream filter ---SKIPIF-- - +--EXTENSIONS-- +iconv --INI-- iconv.internal_charset=iso-8859-1 --FILE-- diff --git a/ext/iconv/tests/iconv_strlen-charset-length-cve-2007-4840.phpt b/ext/iconv/tests/iconv_strlen-charset-length-cve-2007-4840.phpt index f202d53625e..eacd02c008c 100644 --- a/ext/iconv/tests/iconv_strlen-charset-length-cve-2007-4840.phpt +++ b/ext/iconv/tests/iconv_strlen-charset-length-cve-2007-4840.phpt @@ -1,7 +1,7 @@ --TEST-- iconv_strlen() charset parameter length checks (CVE-2007-4840) ---SKIPIF-- - +--EXTENSIONS-- +iconv --FILE-- +--EXTENSIONS-- +iconv --FILE-- +--EXTENSIONS-- +iconv --FILE-- +--EXTENSIONS-- +iconv --FILE-- +--EXTENSIONS-- +iconv --FILE-- +--EXTENSIONS-- +iconv --INI-- iconv.internal_charset=ISO-8859-1 --FILE-- diff --git a/ext/iconv/tests/iconv_strpos_basic.phpt b/ext/iconv/tests/iconv_strpos_basic.phpt index 4f9bd664e1d..c3ae88c208f 100644 --- a/ext/iconv/tests/iconv_strpos_basic.phpt +++ b/ext/iconv/tests/iconv_strpos_basic.phpt @@ -1,10 +1,7 @@ --TEST-- Test iconv_strpos() function : basic functionality ---SKIPIF-- - +--EXTENSIONS-- +iconv --INI-- error_reporting=E_ALL & ~E_DEPRECATED --FILE-- diff --git a/ext/iconv/tests/iconv_strpos_error2.phpt b/ext/iconv/tests/iconv_strpos_error2.phpt index ac22704b2d9..c8ec511d172 100644 --- a/ext/iconv/tests/iconv_strpos_error2.phpt +++ b/ext/iconv/tests/iconv_strpos_error2.phpt @@ -1,10 +1,7 @@ --TEST-- Test iconv_strpos() function : error conditions - Pass unknown encoding ---SKIPIF-- - +--EXTENSIONS-- +iconv --FILE-- +--EXTENSIONS-- +iconv --INI-- error_reporting=E_ALL & ~E_DEPRECATED --FILE-- diff --git a/ext/iconv/tests/iconv_strrpos-charset-length-cve-2007-4840.phpt b/ext/iconv/tests/iconv_strrpos-charset-length-cve-2007-4840.phpt index 554920cc26e..14f7846ede1 100644 --- a/ext/iconv/tests/iconv_strrpos-charset-length-cve-2007-4840.phpt +++ b/ext/iconv/tests/iconv_strrpos-charset-length-cve-2007-4840.phpt @@ -1,7 +1,7 @@ --TEST-- iconv_strrpos() charset parameter length checks (CVE-2007-4840) ---SKIPIF-- - +--EXTENSIONS-- +iconv --FILE-- +--EXTENSIONS-- +iconv --INI-- iconv.internal_charset=ISO-8859-1 --FILE-- diff --git a/ext/iconv/tests/iconv_strrpos_basic.phpt b/ext/iconv/tests/iconv_strrpos_basic.phpt index d68ff039bab..f85f6ba302a 100644 --- a/ext/iconv/tests/iconv_strrpos_basic.phpt +++ b/ext/iconv/tests/iconv_strrpos_basic.phpt @@ -1,10 +1,7 @@ --TEST-- Test iconv_strrpos() function : basic functionality ---SKIPIF-- - +--EXTENSIONS-- +iconv --INI-- error_reporting=E_ALL & ~E_DEPRECATED --FILE-- diff --git a/ext/iconv/tests/iconv_strrpos_error2.phpt b/ext/iconv/tests/iconv_strrpos_error2.phpt index 4e02ac4712f..fd4c80c9422 100644 --- a/ext/iconv/tests/iconv_strrpos_error2.phpt +++ b/ext/iconv/tests/iconv_strrpos_error2.phpt @@ -1,10 +1,7 @@ --TEST-- Test iconv_strrpos() function : error conditions - pass an unknown encoding ---SKIPIF-- - +--EXTENSIONS-- +iconv --FILE-- +--EXTENSIONS-- +iconv --FILE-- +--EXTENSIONS-- +iconv --INI-- iconv.internal_charset=ISO-8859-1 --FILE-- diff --git a/ext/iconv/tests/iconv_substr_basic.phpt b/ext/iconv/tests/iconv_substr_basic.phpt index 7d24f44a23c..41cb75d4491 100644 --- a/ext/iconv/tests/iconv_substr_basic.phpt +++ b/ext/iconv/tests/iconv_substr_basic.phpt @@ -1,10 +1,7 @@ --TEST-- Test iconv_substr() function : basic functionality ---SKIPIF-- - +--EXTENSIONS-- +iconv --INI-- input_encoding=ISO-8859-1 internal_encoding=ISO-8859-1 diff --git a/ext/iconv/tests/iconv_substr_error2.phpt b/ext/iconv/tests/iconv_substr_error2.phpt index 858b8951869..c3b01d9aa05 100644 --- a/ext/iconv/tests/iconv_substr_error2.phpt +++ b/ext/iconv/tests/iconv_substr_error2.phpt @@ -1,10 +1,7 @@ --TEST-- Test iconv_substr() function : error conditions - Pass an unknown encoding ---SKIPIF-- - +--EXTENSIONS-- +iconv --FILE-- +--EXTENSIONS-- +iconv --FILE-- +--EXTENSIONS-- +iconv --INI-- memory_limit=256M --FILE-- diff --git a/ext/iconv/tests/ob_iconv_handler.phpt b/ext/iconv/tests/ob_iconv_handler.phpt index 6caa4106f91..1cf7e1a048d 100644 --- a/ext/iconv/tests/ob_iconv_handler.phpt +++ b/ext/iconv/tests/ob_iconv_handler.phpt @@ -1,7 +1,7 @@ --TEST-- ob_iconv_handler() ---SKIPIF-- - +--EXTENSIONS-- +iconv --INI-- error_reporting=2039 --FILE-- diff --git a/ext/iconv/tests/skipif.inc b/ext/iconv/tests/skipif.inc deleted file mode 100644 index 70d00674466..00000000000 --- a/ext/iconv/tests/skipif.inc +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/ext/iconv/tests/translit-failure.phpt b/ext/iconv/tests/translit-failure.phpt index 1571a316c1a..b639c26b4eb 100644 --- a/ext/iconv/tests/translit-failure.phpt +++ b/ext/iconv/tests/translit-failure.phpt @@ -1,8 +1,9 @@ --TEST-- Translit failure +--EXTENSIONS-- +iconv --SKIPIF-- --INI-- diff --git a/ext/iconv/tests/translit-utf8.phpt b/ext/iconv/tests/translit-utf8.phpt index d25cd76d714..14b5d7a05e1 100644 --- a/ext/iconv/tests/translit-utf8.phpt +++ b/ext/iconv/tests/translit-utf8.phpt @@ -1,8 +1,9 @@ --TEST-- Translit UTF-8 quotes +--EXTENSIONS-- +iconv --SKIPIF-- --INI-- diff --git a/ext/opcache/tests/001_cli.phpt b/ext/opcache/tests/001_cli.phpt index 3be1a52228e..cce8276abd2 100644 --- a/ext/opcache/tests/001_cli.phpt +++ b/ext/opcache/tests/001_cli.phpt @@ -4,8 +4,8 @@ opcache.enable=1 opcache.enable_cli=1 opcache.file_cache_only=0 ---SKIPIF-- - +--EXTENSIONS-- +opcache --FILE-- prop += +--EXTENSIONS-- +opcache --FILE-- --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- diff --git a/ext/opcache/tests/bug66176.phpt b/ext/opcache/tests/bug66176.phpt index c6f7a573f10..55a3d9a00f8 100644 --- a/ext/opcache/tests/bug66176.phpt +++ b/ext/opcache/tests/bug66176.phpt @@ -5,8 +5,8 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.file_update_protection=0 ---SKIPIF-- - +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --CONFLICTS-- server --FILE-- diff --git a/ext/opcache/tests/bug66440.phpt b/ext/opcache/tests/bug66440.phpt index 4efcb6f221d..85291aadabf 100644 --- a/ext/opcache/tests/bug66440.phpt +++ b/ext/opcache/tests/bug66440.phpt @@ -5,8 +5,8 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.file_update_protection=0 ---SKIPIF-- - +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- opcache.enable=1 opcache.enable_cli=1 disable_functions=dl ---SKIPIF-- - +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- - +--EXTENSIONS-- +opcache +ctype --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- ---SKIPIF-- - +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- = 70000) { diff --git a/ext/opcache/tests/bug76281.phpt b/ext/opcache/tests/bug76281.phpt index 103d299a9eb..a3dfbc3e63d 100644 --- a/ext/opcache/tests/bug76281.phpt +++ b/ext/opcache/tests/bug76281.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #76281: Opcache causes incorrect "undefined variable" errors ---SKIPIF-- - +--EXTENSIONS-- +opcache --FILE-- - +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- offsetGet(string) --INI-- opcache.enable_cli=1 opcache.optimization_level=-1 ---SKIPIF-- - +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- --FILE-- diff --git a/ext/opcache/tests/bug78015.phpt b/ext/opcache/tests/bug78015.phpt index aa4ba4db4b0..5b204eb11a3 100644 --- a/ext/opcache/tests/bug78015.phpt +++ b/ext/opcache/tests/bug78015.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #78015: Incorrect evaluation of expressions involving partials array in SCCP ---SKIPIF-- - +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --CONFLICTS-- server --FILE-- diff --git a/ext/opcache/tests/bug78175.phpt b/ext/opcache/tests/bug78175.phpt index b477e04fe65..3e87314607d 100644 --- a/ext/opcache/tests/bug78175.phpt +++ b/ext/opcache/tests/bug78175.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload_bug78175.inc +--EXTENSIONS-- +opcache --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/bug78175_2.phpt b/ext/opcache/tests/bug78175_2.phpt index 7b5ad850ae2..a994c356861 100644 --- a/ext/opcache/tests/bug78175_2.phpt +++ b/ext/opcache/tests/bug78175_2.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload_bug78175_2.inc +--EXTENSIONS-- +opcache --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/bug78185.phpt b/ext/opcache/tests/bug78185.phpt index 56c0ae5586f..224c55675c8 100644 --- a/ext/opcache/tests/bug78185.phpt +++ b/ext/opcache/tests/bug78185.phpt @@ -6,8 +6,8 @@ opcache.optimization_level=-1 opcache.file_cache={PWD} opcache.file_cache_only=1 opcache.jit=0 ---SKIPIF-- - +--EXTENSIONS-- +opcache --FILE-- --INI-- diff --git a/ext/opcache/tests/bug78230.phpt b/ext/opcache/tests/bug78230.phpt index 38cc6849951..d0060ac0d9e 100644 --- a/ext/opcache/tests/bug78230.phpt +++ b/ext/opcache/tests/bug78230.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #78230: Incorrect type check optimization +--EXTENSIONS-- +opcache --FILE-- --FILE-- diff --git a/ext/opcache/tests/bug78429.phpt b/ext/opcache/tests/bug78429.phpt index d2d1e43cdc0..77dae7e6eef 100644 --- a/ext/opcache/tests/bug78429.phpt +++ b/ext/opcache/tests/bug78429.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #78429 (opcache_compile_file(__FILE__); segfaults) ---SKIPIF-- - +--EXTENSIONS-- +opcache --INI-- opcache.enable_cli=0 --FILE-- diff --git a/ext/opcache/tests/bug78937_1.phpt b/ext/opcache/tests/bug78937_1.phpt index 49411d38844..728efba88ca 100644 --- a/ext/opcache/tests/bug78937_1.phpt +++ b/ext/opcache/tests/bug78937_1.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload_bug78937.inc +--EXTENSIONS-- +opcache --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/bug78937_2.phpt b/ext/opcache/tests/bug78937_2.phpt index 90aaa438834..93b9908cce2 100644 --- a/ext/opcache/tests/bug78937_2.phpt +++ b/ext/opcache/tests/bug78937_2.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload_bug78937.inc +--EXTENSIONS-- +opcache --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/bug78937_3.phpt b/ext/opcache/tests/bug78937_3.phpt index fe9696816cc..ec83b347ebb 100644 --- a/ext/opcache/tests/bug78937_3.phpt +++ b/ext/opcache/tests/bug78937_3.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload_bug78937.inc +--EXTENSIONS-- +opcache --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/bug78937_4.phpt b/ext/opcache/tests/bug78937_4.phpt index dc79a6bd153..be68271b9a3 100644 --- a/ext/opcache/tests/bug78937_4.phpt +++ b/ext/opcache/tests/bug78937_4.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload_bug78937.inc +--EXTENSIONS-- +opcache --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/bug78937_5.phpt b/ext/opcache/tests/bug78937_5.phpt index bb83408d90e..865f1089ea6 100644 --- a/ext/opcache/tests/bug78937_5.phpt +++ b/ext/opcache/tests/bug78937_5.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload_bug78937.inc +--EXTENSIONS-- +opcache --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/bug78937_6.phpt b/ext/opcache/tests/bug78937_6.phpt index 019ddd7ae3e..48ed1f12503 100644 --- a/ext/opcache/tests/bug78937_6.phpt +++ b/ext/opcache/tests/bug78937_6.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload_bug78937.inc +--EXTENSIONS-- +opcache --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/bug78986.phpt b/ext/opcache/tests/bug78986.phpt index 420c828aa4d..8fce234f31a 100644 --- a/ext/opcache/tests/bug78986.phpt +++ b/ext/opcache/tests/bug78986.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #78986: Opcache segfaults when inheriting ctor from immutable into mutable class +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --INI-- opcache.max_wasted_percentage=60 opcache.memory_consumption=7 diff --git a/ext/opcache/tests/compact_literals.phpt b/ext/opcache/tests/compact_literals.phpt index 0963c277058..ceb116f82a5 100644 --- a/ext/opcache/tests/compact_literals.phpt +++ b/ext/opcache/tests/compact_literals.phpt @@ -4,8 +4,8 @@ Test with compact literals opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 ---SKIPIF-- - +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- - +--EXTENSIONS-- +opcache +phar --CONFLICTS-- server --FILE-- diff --git a/ext/opcache/tests/issue0128.phpt b/ext/opcache/tests/issue0128.phpt index 637f675ac25..95f2a54f209 100644 --- a/ext/opcache/tests/issue0128.phpt +++ b/ext/opcache/tests/issue0128.phpt @@ -4,8 +4,8 @@ ISSUE #128 (opcache_invalidate segmentation fault) opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 ---SKIPIF-- - +--EXTENSIONS-- +opcache --FILE-- --FILE-- - +--EXTENSIONS-- +opcache +phar --CONFLICTS-- server --FILE-- diff --git a/ext/opcache/tests/issue0183.phpt b/ext/opcache/tests/issue0183.phpt index 49e9d78d394..961e8279304 100644 --- a/ext/opcache/tests/issue0183.phpt +++ b/ext/opcache/tests/issue0183.phpt @@ -4,8 +4,9 @@ ISSUE #183 (TMP_VAR is not only used once) opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 +--EXTENSIONS-- +opcache --SKIPIF-- - --FILE-- iterable +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- --FILE-- diff --git a/ext/opcache/tests/jit/bug80447.phpt b/ext/opcache/tests/jit/bug80447.phpt index b09ff5c698a..15960e5e9c6 100644 --- a/ext/opcache/tests/jit/bug80447.phpt +++ b/ext/opcache/tests/jit/bug80447.phpt @@ -6,8 +6,8 @@ opcache.enable_cli=1 opcache.file_update_protection=0 opcache.jit_buffer_size=1M opcache.protect_memory=1 ---SKIPIF-- - +--EXTENSIONS-- +opcache --FILE-- --FILE-- diff --git a/ext/opcache/tests/jit/bug80742.phpt b/ext/opcache/tests/jit/bug80742.phpt index a86fe1052ba..76acbc58029 100644 --- a/ext/opcache/tests/jit/bug80742.phpt +++ b/ext/opcache/tests/jit/bug80742.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #80742 (Opcache JIT makes some boolean logic unexpectedly be true) +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- ===DONE=== --EXPECT-- diff --git a/ext/opcache/tests/jit/jmpz_001.phpt b/ext/opcache/tests/jit/jmpz_001.phpt index 2772942f39c..031ff1bfb6e 100644 --- a/ext/opcache/tests/jit/jmpz_001.phpt +++ b/ext/opcache/tests/jit/jmpz_001.phpt @@ -6,8 +6,8 @@ opcache.enable_cli=1 opcache.file_update_protection=0 opcache.jit_buffer_size=1M opcache.protect_memory=1 ---SKIPIF-- - +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- diff --git a/ext/opcache/tests/jit/switch_jumptable.phpt b/ext/opcache/tests/jit/switch_jumptable.phpt index df59a48c145..a688b727ec0 100644 --- a/ext/opcache/tests/jit/switch_jumptable.phpt +++ b/ext/opcache/tests/jit/switch_jumptable.phpt @@ -5,8 +5,8 @@ opcache.enable=1 opcache.enable_cli=1 opcache.file_update_protection=0 opcache.jit_buffer_size=1M ---SKIPIF-- - +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- - --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- --FILE-- diff --git a/ext/opcache/tests/match/001.phpt b/ext/opcache/tests/match/001.phpt index 03770d2e957..37f564b5bbc 100644 --- a/ext/opcache/tests/match/001.phpt +++ b/ext/opcache/tests/match/001.phpt @@ -4,8 +4,8 @@ Match expression string jump table opcache.enable=1 opcache.enable_cli=1 opcache.opt_debug_level=0x20000 ---SKIPIF-- - +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- diff --git a/ext/opcache/tests/opt/verify_return_type.phpt b/ext/opcache/tests/opt/verify_return_type.phpt index 7f52c829a46..a462752a618 100644 --- a/ext/opcache/tests/opt/verify_return_type.phpt +++ b/ext/opcache/tests/opt/verify_return_type.phpt @@ -6,8 +6,8 @@ opcache.enable_cli=1 opcache.optimization_level=-1 opcache.opt_debug_level=0x20000 opcache.preload= ---SKIPIF-- - +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- --FILE-- diff --git a/ext/opcache/tests/preload_002.phpt b/ext/opcache/tests/preload_002.phpt index 0115ff05649..b09955379a4 100644 --- a/ext/opcache/tests/preload_002.phpt +++ b/ext/opcache/tests/preload_002.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload.inc +--EXTENSIONS-- +opcache --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/preload_003.phpt b/ext/opcache/tests/preload_003.phpt index 9ecec31aaed..a2b28701180 100644 --- a/ext/opcache/tests/preload_003.phpt +++ b/ext/opcache/tests/preload_003.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload.inc +--EXTENSIONS-- +opcache --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/preload_004.phpt b/ext/opcache/tests/preload_004.phpt index c8006dae1c1..76047bde622 100644 --- a/ext/opcache/tests/preload_004.phpt +++ b/ext/opcache/tests/preload_004.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload_undef_const.inc +--EXTENSIONS-- +opcache --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/preload_005.phpt b/ext/opcache/tests/preload_005.phpt index 67e44610bc6..563256ede22 100644 --- a/ext/opcache/tests/preload_005.phpt +++ b/ext/opcache/tests/preload_005.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload_globals.inc +--EXTENSIONS-- +opcache --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/preload_006.phpt b/ext/opcache/tests/preload_006.phpt index 76d96297746..92f68ff0d95 100644 --- a/ext/opcache/tests/preload_006.phpt +++ b/ext/opcache/tests/preload_006.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload_inheritance_error_ind.inc +--EXTENSIONS-- +opcache --SKIPIF-- diff --git a/ext/opcache/tests/preload_007.phpt b/ext/opcache/tests/preload_007.phpt index 7a8e011acc5..71cdfe444f4 100644 --- a/ext/opcache/tests/preload_007.phpt +++ b/ext/opcache/tests/preload_007.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload_include.inc +--EXTENSIONS-- +opcache --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/preload_008.phpt b/ext/opcache/tests/preload_008.phpt index 8d7b42cab5b..c6ae2ce1d3b 100644 --- a/ext/opcache/tests/preload_008.phpt +++ b/ext/opcache/tests/preload_008.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload.inc +--EXTENSIONS-- +opcache --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/preload_009.phpt b/ext/opcache/tests/preload_009.phpt index 88d0df5fddc..bb15998f7ab 100644 --- a/ext/opcache/tests/preload_009.phpt +++ b/ext/opcache/tests/preload_009.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload_undef_const_2.inc +--EXTENSIONS-- +opcache --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/preload_010.phpt b/ext/opcache/tests/preload_010.phpt index 4e5121f23c7..6e431d1ca8d 100644 --- a/ext/opcache/tests/preload_010.phpt +++ b/ext/opcache/tests/preload_010.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload_overwritten_prop_init.inc +--EXTENSIONS-- +opcache --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/preload_011.phpt b/ext/opcache/tests/preload_011.phpt index 9beab030829..016823aac87 100644 --- a/ext/opcache/tests/preload_011.phpt +++ b/ext/opcache/tests/preload_011.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload_variance_ind.inc +--EXTENSIONS-- +opcache --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/preload_012.phpt b/ext/opcache/tests/preload_012.phpt index 0ca2ae15b9b..836d4707a0d 100644 --- a/ext/opcache/tests/preload_012.phpt +++ b/ext/opcache/tests/preload_012.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload_const_autoload.inc +--EXTENSIONS-- +opcache --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/preload_013.phpt b/ext/opcache/tests/preload_013.phpt index 925a1fc5ef9..7485d4ffa25 100644 --- a/ext/opcache/tests/preload_013.phpt +++ b/ext/opcache/tests/preload_013.phpt @@ -6,9 +6,10 @@ opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload_nested_function.inc opcache.interned_strings_buffer=0 +--EXTENSIONS-- +opcache --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/preload_bug79114.phpt b/ext/opcache/tests/preload_bug79114.phpt index e5251da18dc..b845e0141e2 100644 --- a/ext/opcache/tests/preload_bug79114.phpt +++ b/ext/opcache/tests/preload_bug79114.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload.inc +--EXTENSIONS-- +opcache --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/preload_class_alias.phpt b/ext/opcache/tests/preload_class_alias.phpt index 3c615c409ac..72c88fe7a3e 100644 --- a/ext/opcache/tests/preload_class_alias.phpt +++ b/ext/opcache/tests/preload_class_alias.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload_class_alias.inc +--EXTENSIONS-- +opcache --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/preload_class_alias_2.phpt b/ext/opcache/tests/preload_class_alias_2.phpt index 82167afa9b3..b697110083e 100644 --- a/ext/opcache/tests/preload_class_alias_2.phpt +++ b/ext/opcache/tests/preload_class_alias_2.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload_class_alias_2.inc +--EXTENSIONS-- +opcache --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/preload_dynamic_function.phpt b/ext/opcache/tests/preload_dynamic_function.phpt index 451a58eb343..68c552aec8a 100644 --- a/ext/opcache/tests/preload_dynamic_function.phpt +++ b/ext/opcache/tests/preload_dynamic_function.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload_dynamic_function.inc +--EXTENSIONS-- +opcache --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/preload_early_binding.phpt b/ext/opcache/tests/preload_early_binding.phpt index 0db5ab14188..557d71d0966 100644 --- a/ext/opcache/tests/preload_early_binding.phpt +++ b/ext/opcache/tests/preload_early_binding.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload_early_binding.inc +--EXTENSIONS-- +opcache --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/preload_ind.phpt b/ext/opcache/tests/preload_ind.phpt index 4f0c625b08d..f1b6b26ead2 100644 --- a/ext/opcache/tests/preload_ind.phpt +++ b/ext/opcache/tests/preload_ind.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload_ind.inc +--EXTENSIONS-- +opcache --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/preload_loadable_classes_1.phpt b/ext/opcache/tests/preload_loadable_classes_1.phpt index c89633343cd..18087b7bbb8 100644 --- a/ext/opcache/tests/preload_loadable_classes_1.phpt +++ b/ext/opcache/tests/preload_loadable_classes_1.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload_loadable_classes_1.inc +--EXTENSIONS-- +opcache --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/preload_loadable_classes_2.phpt b/ext/opcache/tests/preload_loadable_classes_2.phpt index 8d4e8e3712c..c16e2ca3ac7 100644 --- a/ext/opcache/tests/preload_loadable_classes_2.phpt +++ b/ext/opcache/tests/preload_loadable_classes_2.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload_loadable_classes_2.inc +--EXTENSIONS-- +opcache --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/preload_loadable_classes_3.phpt b/ext/opcache/tests/preload_loadable_classes_3.phpt index b12cc9d3cd4..f9928c8e54c 100644 --- a/ext/opcache/tests/preload_loadable_classes_3.phpt +++ b/ext/opcache/tests/preload_loadable_classes_3.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload_loadable_classes_3.inc +--EXTENSIONS-- +opcache --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/preload_method_static_vars.phpt b/ext/opcache/tests/preload_method_static_vars.phpt index 05716c91e52..7edddba1b4e 100644 --- a/ext/opcache/tests/preload_method_static_vars.phpt +++ b/ext/opcache/tests/preload_method_static_vars.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload_method_static_vars.inc +--EXTENSIONS-- +opcache --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/preload_parse_error.phpt b/ext/opcache/tests/preload_parse_error.phpt index da9879ad357..c59aacbcce5 100644 --- a/ext/opcache/tests/preload_parse_error.phpt +++ b/ext/opcache/tests/preload_parse_error.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload_parse_error.inc +--EXTENSIONS-- +opcache --SKIPIF-- diff --git a/ext/opcache/tests/preload_prop_info_table.phpt b/ext/opcache/tests/preload_prop_info_table.phpt index 51c798409cb..4c93496bf16 100644 --- a/ext/opcache/tests/preload_prop_info_table.phpt +++ b/ext/opcache/tests/preload_prop_info_table.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload.inc +--EXTENSIONS-- +opcache --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/preload_static_var_inheritance.phpt b/ext/opcache/tests/preload_static_var_inheritance.phpt index dd5e4308a9e..bb013a9983b 100644 --- a/ext/opcache/tests/preload_static_var_inheritance.phpt +++ b/ext/opcache/tests/preload_static_var_inheritance.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload_static_var_inheritance.inc +--EXTENSIONS-- +opcache --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/preload_trait_alias.phpt b/ext/opcache/tests/preload_trait_alias.phpt index 89b843cd76e..a931d838a24 100644 --- a/ext/opcache/tests/preload_trait_alias.phpt +++ b/ext/opcache/tests/preload_trait_alias.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload.inc +--EXTENSIONS-- +opcache --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/preload_trait_multiple_fixup.phpt b/ext/opcache/tests/preload_trait_multiple_fixup.phpt index dbee2595c21..5f12de5bcbd 100644 --- a/ext/opcache/tests/preload_trait_multiple_fixup.phpt +++ b/ext/opcache/tests/preload_trait_multiple_fixup.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload_trait_multiple_fixup.inc +--EXTENSIONS-- +opcache --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/preload_trait_static.phpt b/ext/opcache/tests/preload_trait_static.phpt index c767ad6a9b3..cbf09c57a07 100644 --- a/ext/opcache/tests/preload_trait_static.phpt +++ b/ext/opcache/tests/preload_trait_static.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload_trait_static.inc +--EXTENSIONS-- +opcache --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/preload_unresolved_prop_type.phpt b/ext/opcache/tests/preload_unresolved_prop_type.phpt index 9e0b3570ee4..0ec301b5c88 100644 --- a/ext/opcache/tests/preload_unresolved_prop_type.phpt +++ b/ext/opcache/tests/preload_unresolved_prop_type.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload_unresolved_prop_type.inc +--EXTENSIONS-- +opcache --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/preload_windows.phpt b/ext/opcache/tests/preload_windows.phpt index 0414cfa0b53..24e043d7320 100644 --- a/ext/opcache/tests/preload_windows.phpt +++ b/ext/opcache/tests/preload_windows.phpt @@ -5,9 +5,10 @@ opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.preload={PWD}/preload.inc +--EXTENSIONS-- +opcache --SKIPIF-- --FILE-- diff --git a/ext/opcache/tests/revalidate_path_01.phpt b/ext/opcache/tests/revalidate_path_01.phpt index 317e872a4c5..ff87e73b554 100644 --- a/ext/opcache/tests/revalidate_path_01.phpt +++ b/ext/opcache/tests/revalidate_path_01.phpt @@ -4,8 +4,8 @@ revalidate_path 01: OPCache must cache only resolved real paths when revalidate_ opcache.enable=1 opcache.enable_cli=1 opcache.revalidate_path=1 ---SKIPIF-- - +--EXTENSIONS-- +opcache --CONFLICTS-- server --FILE-- diff --git a/ext/opcache/tests/send_unpack_empty_array.phpt b/ext/opcache/tests/send_unpack_empty_array.phpt index f2325626f1b..86b333dfa47 100644 --- a/ext/opcache/tests/send_unpack_empty_array.phpt +++ b/ext/opcache/tests/send_unpack_empty_array.phpt @@ -1,7 +1,7 @@ --TEST-- Type inference of SEND_UNPACK with empty array ---SKIPIF-- - +--EXTENSIONS-- +opcache --FILE-- diff --git a/ext/opcache/tests/ssa_bug_001.phpt b/ext/opcache/tests/ssa_bug_001.phpt index 06be60892c6..6da9052c630 100644 --- a/ext/opcache/tests/ssa_bug_001.phpt +++ b/ext/opcache/tests/ssa_bug_001.phpt @@ -1,7 +1,7 @@ --TEST-- SSA construction for CFG with unreachable basic blocks ---SKIPIF-- - +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- +--EXTENSIONS-- +opcache --FILE-- diff --git a/ext/shmop/tests/001.phpt b/ext/shmop/tests/001.phpt index a0f85922eef..3878a2e9958 100644 --- a/ext/shmop/tests/001.phpt +++ b/ext/shmop/tests/001.phpt @@ -1,11 +1,7 @@ --TEST-- shmop extension test ---SKIPIF-- - +--EXTENSIONS-- +shmop --FILE-- ---SKIPIF-- - +--EXTENSIONS-- +shmop --FILE-- +--EXTENSIONS-- +shmop --FILE--