This table lists core PHP functions and methods and specifies whether or not they are called from
a PHPT test. A "yes" in this table for a particular method is not an indication of good test coverage
- it just means that that method is called from at least one PHPT test.
The analysis used to generate this table does not differentiate between methods of the same name
belonging to different classes. In cases where such a method call is detected, "verify" is listed
in the Tested column, along with the list of test files containing calls to a method of that name.
Extension |
Class |
Method |
Tested |
Test Files |
Core | Function | zend_version | yes | click to show/hide test files ./tests/lang/bug20175.phpt; |
Core | Function | func_num_args | yes | click to show/hide test files ./Zend/tests/named_params/func_get_args.phpt; ./Zend/tests/named_params/call_user_func.phpt; ./Zend/tests/named_params/variadic.phpt; ./Zend/tests/001.phpt; ./Zend/tests/nullsafe_operator/013.phpt; ./tests/lang/func_num_args.004.phpt; ./tests/lang/func_num_args.002.phpt; ./tests/lang/func_num_args.003.phpt; ./tests/lang/func_num_args.001.phpt; |
Core | Function | func_get_arg | yes | click to show/hide test files ./Zend/tests/020.phpt; ./Zend/tests/002.phpt; ./Zend/tests/named_params/func_get_args.phpt; ./Zend/tests/bug48912.phpt; ./Zend/tests/bug70547.phpt; ./tests/lang/func_get_arg.002.phpt; ./tests/lang/func_get_arg.004.phpt; ./tests/lang/func_get_arg.001.phpt; ./tests/lang/func_get_arg.005.phpt; ./tests/lang/func_get_arg_variation.phpt; ./tests/lang/func_get_arg.003.phpt; |
Core | Function | func_get_args | yes | click to show/hide test files ./ext/opcache/tests/optimize_func_calls.phpt; ./ext/opcache/tests/bug79475.phpt; ./ext/opcache/tests/bug76477.phpt; ./ext/opcache/tests/opt/dce_002.phpt; ./ext/pdo_mysql/tests/pdo_mysql_subclass.phpt; ./ext/spl/tests/arrayObject_magicMethods6.phpt; ./ext/spl/tests/arrayObject_magicMethods1.phpt; ./ext/spl/tests/arrayObject_magicMethods5.phpt; ./ext/spl/tests/arrayObject_magicMethods3.phpt; ./ext/spl/tests/arrayObject_magicMethods2.phpt; ./ext/spl/tests/arrayObject_getIteratorClass_basic1.phpt; ./ext/spl/tests/arrayObject_magicMethods4.phpt; ./ext/reflection/tests/007.phpt; ./ext/sqlite3/tests/sqlite3_40_setauthorizer.phpt; ./ext/standard/tests/array/array_walk_closure.phpt; ./ext/standard/tests/class_object/bug71442.phpt; ./ext/standard/tests/forward_static_call_array.phpt; ./ext/standard/tests/general_functions/bug44295-win.phpt; ./ext/standard/tests/general_functions/bug40398.phpt; ./ext/standard/tests/general_functions/bug44295.phpt; ./Zend/tests/generators/func_get_args.phpt; ./Zend/tests/named_params/func_get_args.phpt; ./Zend/tests/named_params/variadic.phpt; ./Zend/tests/func_get_args.phpt; ./Zend/tests/attributes/009_doctrine_annotations_example.phpt; ./Zend/tests/closure_030.phpt; ./Zend/tests/bug74810.phpt; ./Zend/tests/nullsafe_operator/013.phpt; ./Zend/tests/003.phpt; ./Zend/tests/bug54013.phpt; ./Zend/tests/bug70547.phpt; ./tests/lang/func_get_args.002.phpt; ./tests/lang/catchable_error_001.phpt; ./tests/lang/catchable_error_002.phpt; ./tests/lang/func_get_args.001.phpt; ./tests/lang/func_get_args.003.phpt; ./tests/lang/func_get_args.004.phpt; |
Core | Function | strlen | yes | click to show/hide test files ./ext/pdo_oci/tests/bug60994.phpt; ./ext/pdo_oci/tests/pdo_oci_stream_2b.phpt; ./ext/pdo_oci/tests/bug41996.phpt; ./ext/pdo_oci/tests/pdo_oci_stream_1.phpt; ./ext/openssl/tests/bug74903.phpt; ./ext/openssl/tests/openssl_pkey_new_basic.phpt; ./ext/openssl/tests/openssl_encrypt_ocb.phpt; ./ext/openssl/tests/bug74720_0.phpt; ./ext/openssl/tests/openssl_decrypt_basic.phpt; ./ext/openssl/tests/openssl_encrypt_ccm.phpt; ./ext/openssl/tests/bug74798.phpt; ./ext/openssl/tests/ecc.phpt; ./ext/openssl/tests/bug74402.phpt; ./ext/openssl/tests/openssl_encrypt_gcm.phpt; ./ext/openssl/tests/bug55259.phpt; ./ext/openssl/tests/bug78391.phpt; ./ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp.phpt; ./ext/sockets/tests/mcast_ipv6_recv_limited.phpt; ./ext/sockets/tests/socket_import_stream-3.phpt; ./ext/sockets/tests/socket_export_stream-3.phpt; ./ext/sockets/tests/socket_sentto_recvfrom_ipv4_udp.phpt; ./ext/sockets/tests/mcast_ipv4_recv.phpt; ./ext/sockets/tests/socket_recvmsg.phpt; ./ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp-win32.phpt; ./ext/sockets/tests/socket_send.phpt; ./ext/sockets/tests/socket_sentto_recvfrom_unix.phpt; ./ext/sockets/tests/socket_cmsg_credentials.phpt; ./ext/sockets/tests/mcast_ipv6_recv.phpt; ./ext/pdo/tests/pdo_033.phpt; ./ext/pdo/tests/bug_34687.phpt; ./ext/shmop/tests/001.phpt; ./ext/iconv/tests/iconv_strlen.phpt; ./ext/iconv/tests/bug69840.phpt; ./ext/iconv/tests/iconv_substr.phpt; ./ext/iconv/tests/eucjp2iso2022jp.phpt; ./ext/opcache/tests/bug78189.phpt; ./ext/opcache/tests/jit/assign_034.phpt; ./ext/opcache/tests/jit/shift_right_003.phpt; ./ext/opcache/tests/bug78185.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_max_buffer_size.phpt; ./ext/pdo_mysql/tests/bug_61755.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_blobs.phpt; ./ext/pdo_mysql/tests/bug_50323.phpt; ./ext/spl/tests/bug70155.phpt; ./ext/spl/tests/bug65545.phpt; ./ext/spl/tests/bug74669.phpt; ./ext/spl/tests/unserialize.phpt; ./ext/spl/tests/bug70169.phpt; ./ext/spl/tests/bug70365.phpt; ./ext/spl/tests/bug67805.phpt; ./ext/spl/tests/bug70366.phpt; ./ext/spl/tests/bug70168.phpt; ./ext/spl/tests/bug70166.phpt; ./ext/exif/tests/exif002.phpt; ./ext/exif/tests/redhat-bug1362571.phpt; ./ext/exif/tests/bug72735/bug72735.phpt; ./ext/exif/tests/bug72819/bug72819.phpt; ./ext/exif/tests/exif_thumbnail_streams.phpt; ./ext/session/tests/bug61728.phpt; ./ext/session/tests/session_decode_error2.phpt; ./ext/pdo_dblib/tests/dbversion.phpt; ./ext/pdo_dblib/tests/dbtds.phpt; ./ext/pcre/tests/bug27103.phpt; ./ext/pcre/tests/bug37911.phpt; ./ext/pcre/tests/bug37800.phpt; ./ext/zlib/tests/gzseek_basic2.phpt; ./ext/zlib/tests/gzfilegzreadfile.phpt; ./ext/zlib/tests/002.phpt; ./ext/zlib/tests/001.phpt; ./ext/zlib/tests/gzinflate-bug42663.phpt; ./ext/zlib/tests/deflate_add_basic.phpt; ./ext/zlib/tests/zlib_wrapper_level.phpt; ./ext/zlib/tests/bug73944.phpt; ./ext/zlib/tests/gzreadgzwrite.phpt; ./ext/zlib/tests/gzseek_variation4.phpt; ./ext/zlib/tests/gzuncompress_basic1.phpt; ./ext/zlib/tests/gzuncompress_error1.phpt; ./ext/zlib/tests/gzinflate_length.phpt; ./ext/zlib/tests/inflate_get_read_len.phpt; ./ext/zlib/tests/gzinflate_error1.phpt; ./ext/zlib/tests/bug61287.phpt; ./ext/zlib/tests/003.phpt; ./ext/zlib/tests/inflate_add_basic.phpt; ./ext/zlib/tests/gzseek_variation1.phpt; ./ext/zlib/tests/inflate_init_reuse.phpt; ./ext/zlib/tests/bug67724.phpt; ./ext/zlib/tests/gzreadgzwriteplain.phpt; ./ext/zlib/tests/bug71417.phpt; ./ext/zlib/tests/gzseek_variation5.phpt; ./ext/zlib/tests/inflate_get_status.phpt; ./ext/zlib/tests/deflate_add_buffer_full.phpt; ./ext/zlib/tests/bug75273.phpt; ./ext/zlib/tests/bug60761.phpt; ./ext/reflection/tests/005.phpt; ./ext/reflection/tests/bug64936.phpt; ./ext/reflection/tests/ReflectionExtension_info_basic.phpt; ./ext/gmp/tests/bug70284.phpt; ./ext/pdo_odbc/tests/long_columns.phpt; ./ext/pdo_odbc/tests/max_columns.phpt; ./ext/xml/tests/bug32001b.phpt; ./ext/xml/tests/bug32001.phpt; ./ext/zip/tests/bug7214.phpt; ./ext/zip/tests/oo_properties.phpt; ./ext/zip/tests/oo_replacefile.phpt; ./ext/zip/tests/oo_addfile.phpt; ./ext/zip/tests/pecl12414.phpt; ./ext/phar/tests/phar_create_in_cwd.phpt; ./ext/phar/tests/phar_stub.phpt; ./ext/phar/tests/phar_convert_repeated_b.phpt; ./ext/phar/tests/phar_setdefaultstub.phpt; ./ext/phar/tests/phar_offset_check.phpt; ./ext/phar/tests/phar_createdefaultstub.phpt; ./ext/phar/tests/tar/phar_convert_phar4.phpt; ./ext/phar/tests/tar/phar_stub.phpt; ./ext/phar/tests/tar/phar_convert_phar3.phpt; ./ext/phar/tests/tar/phar_convert_phar2.phpt; ./ext/phar/tests/tar/phar_convert_phar.phpt; ./ext/phar/tests/zip/phar_stub.phpt; ./ext/phar/tests/zip/largezip.phpt; ./ext/phar/tests/zip/phar_convert_phar.phpt; ./ext/phar/tests/zip/phar_begin_setstub_commit.phpt; ./ext/phar/tests/phar_convert_repeated.phpt; ./ext/phar/tests/010.phpt; ./ext/phar/tests/phar_commitwrite.phpt; ./ext/soap/tests/bug47021.phpt; ./ext/soap/tests/bug73037.phpt; ./ext/odbc/tests/bug69354.phpt; ./ext/odbc/tests/bug60616.phpt; ./ext/dba/tests/dba_cdb_read.phpt; ./ext/gd/tests/bug73155.phpt; ./ext/gd/tests/imagegd_truecolor.phpt; ./ext/mbstring/tests/mb_ereg_replace-compat-05.phpt; ./ext/mbstring/tests/mb_ereg_replace_callback.phpt; ./ext/mbstring/tests/mb_strlen.phpt; ./ext/mbstring/tests/bug52981.phpt; ./ext/mbstring/tests/iso2022jp_2004_encoding.phpt; ./ext/mbstring/tests/mb_substr_variation4.phpt; ./ext/mbstring/tests/iso2022jp_encoding.phpt; ./ext/mbstring/tests/mb_str_split_utf8_utf16.phpt; ./ext/mbstring/tests/cp5022x_encoding.phpt; ./ext/mbstring/tests/mb_substr_variation6.phpt; ./ext/mbstring/tests/mb_substr_variation5.phpt; ./ext/mbstring/tests/mb_substr_variation7.phpt; ./ext/filter/tests/048.phpt; ./ext/filter/tests/047.phpt; ./ext/ffi/tests/101.phpt; ./ext/ffi/tests/100.phpt; ./ext/oci8/tests/bind_char_2.phpt; ./ext/oci8/tests/bind_char_3.phpt; ./ext/oci8/tests/lob_024.phpt; ./ext/oci8/tests/bind_char_4.phpt; ./ext/oci8/tests/bind_char_2_11gR1.phpt; ./ext/oci8/tests/lob_007.phpt; ./ext/oci8/tests/bind_char_4_11gR1.phpt; ./ext/oci8/tests/bind_raw_2.phpt; ./ext/oci8/tests/bind_long.phpt; ./ext/oci8/tests/bind_long_raw.phpt; ./ext/oci8/tests/lob_030.phpt; ./ext/oci8/tests/bind_char_1_11gR1.phpt; ./ext/oci8/tests/lob_002.phpt; ./ext/oci8/tests/bind_char_1.phpt; ./ext/oci8/tests/pecl_bug10194.phpt; ./ext/oci8/tests/bug70700.phpt; ./ext/oci8/tests/field_funcs2.phpt; ./ext/oci8/tests/pecl_bug10194_blob_64.phpt; ./ext/oci8/tests/pecl_bug10194_blob.phpt; ./ext/oci8/tests/bind_char_3_11gR1.phpt; ./ext/oci8/tests/bind_raw.phpt; ./ext/oci8/tests/lob_008.phpt; ./ext/tidy/tests/021.phpt; ./ext/tidy/tests/020.phpt; ./ext/sodium/tests/version.phpt; ./ext/sodium/tests/crypto_box.phpt; ./ext/sodium/tests/pwhash_scrypt.phpt; ./ext/sodium/tests/crypto_stream.phpt; ./ext/sodium/tests/pwhash_argon2i.phpt; ./ext/sodium/tests/crypto_sign.phpt; ./ext/pgsql/tests/bug37100_9.phpt; ./ext/pgsql/tests/bug37100.phpt; ./ext/standard/tests/image/getimagesize_jpgapp.phpt; ./ext/standard/tests/image/iptcembed_002.phpt; ./ext/standard/tests/random/random_bytes.phpt; ./ext/standard/tests/array/bug14580.phpt; ./ext/standard/tests/array/array_reduce.phpt; ./ext/standard/tests/array/bug34066_1.phpt; ./ext/standard/tests/array/bug34066.phpt; ./ext/standard/tests/serialize/bug70219_1.phpt; ./ext/standard/tests/serialize/bug70219.phpt; ./ext/standard/tests/serialize/bug70436.phpt; ./ext/standard/tests/serialize/bug72785.phpt; ./ext/standard/tests/serialize/bug70172.phpt; ./ext/standard/tests/serialize/bug72663_2.phpt; ./ext/standard/tests/serialize/bug70513.phpt; ./ext/standard/tests/serialize/bug70172_2.phpt; ./ext/standard/tests/serialize/bug73341.phpt; ./ext/standard/tests/serialize/SplObjectStorage_object_reference.phpt; ./ext/standard/tests/time/idate.phpt; ./ext/standard/tests/dir/readdir_variation2-win32-mb.phpt; ./ext/standard/tests/dir/bug72625.phpt; ./ext/standard/tests/dir/bug73877.phpt; ./ext/standard/tests/dir/readdir_variation2.phpt; ./ext/standard/tests/filters/bug22538.phpt; ./ext/standard/tests/filters/bug72941.phpt; ./ext/standard/tests/misc/bug79410.phpt; ./ext/standard/tests/file/bug71287.phpt; ./ext/standard/tests/file/bug44607.phpt; ./ext/standard/tests/file/fread_variation3-win32-mb.phpt; ./ext/standard/tests/file/userstreams_006.phpt; ./ext/standard/tests/file/fread_fwrite_basic.phpt; ./ext/standard/tests/file/filesize_variation4.phpt; ./ext/standard/tests/file/fread_basic.phpt; ./ext/standard/tests/file/bug41815.phpt; ./ext/standard/tests/file/bug38450.phpt; ./ext/standard/tests/file/fread_variation2.phpt; ./ext/standard/tests/file/bug38450_3.phpt; ./ext/standard/tests/file/bug26938.phpt; ./ext/standard/tests/file/bug37158.phpt; ./ext/standard/tests/file/fread_variation1.phpt; ./ext/standard/tests/file/bug39673.phpt; ./ext/standard/tests/file/include_userstream_002.phpt; ./ext/standard/tests/file/bug38450_2.phpt; ./ext/standard/tests/file/include_userstream_003.phpt; ./ext/standard/tests/file/fread_variation3-win32.phpt; ./ext/standard/tests/file/include_userstream_001.phpt; ./ext/standard/tests/file/fread_variation3.phpt; ./ext/standard/tests/file/bug60120.phpt; ./ext/standard/tests/file/bug75679.phpt; ./ext/standard/tests/file/dirname_no_path_normalization-win32.phpt; ./ext/standard/tests/file/windows_mb_path/test_long_path_bug71103.phpt; ./ext/standard/tests/file/windows_mb_path/recursive_it.phpt; ./ext/standard/tests/file/windows_mb_path/test_long_path_1.phpt; ./ext/standard/tests/file/windows_mb_path/test_long_path_bug70943.phpt; ./ext/standard/tests/file/windows_mb_path/test_long_path_mkdir.phpt; ./ext/standard/tests/file/windows_mb_path/test_long_path_0.phpt; ./ext/standard/tests/file/windows_mb_path/test_long_path_2.phpt; ./ext/standard/tests/file/filesize_variation4-win32.phpt; ./ext/standard/tests/file/userstreams.phpt; ./ext/standard/tests/file/fopencookie.phpt; ./ext/standard/tests/file/userfilters.phpt; ./ext/standard/tests/file/proc_open01.phpt; ./ext/standard/tests/file/bug38450_1.phpt; ./ext/standard/tests/file/fclose_variation1.phpt; ./ext/standard/tests/file/fread_variation4.phpt; ./ext/standard/tests/file/include_streams.phpt; ./ext/standard/tests/password/password_hash.phpt; ./ext/standard/tests/password/password_removed_salt_option.phpt; ./ext/standard/tests/strings/bug72663.phpt; ./ext/standard/tests/strings/strlen_basic.phpt; ./ext/standard/tests/strings/str_shuffle_basic.phpt; ./ext/standard/tests/strings/strrpos_variation14.phpt; ./ext/standard/tests/strings/htmlentities-utf-3.phpt; ./ext/standard/tests/strings/strncasecmp_variation9.phpt; ./ext/standard/tests/strings/strncmp_variation2.phpt; ./ext/standard/tests/strings/strncasecmp_variation3.phpt; ./ext/standard/tests/strings/count_chars.phpt; ./ext/standard/tests/strings/strncmp_variation9.phpt; ./ext/standard/tests/strings/strrpos_variation8.phpt; ./ext/standard/tests/strings/strncmp_variation3.phpt; ./ext/standard/tests/strings/007.phpt; ./ext/standard/tests/strings/bug20927.phpt; ./ext/standard/tests/strings/stripos_variation8.phpt; ./ext/standard/tests/strings/stripos_basic2.phpt; ./ext/standard/tests/strings/strncasecmp_variation8.phpt; ./ext/standard/tests/strings/007-win32.phpt; ./ext/standard/tests/strings/strncasecmp_variation2.phpt; ./ext/standard/tests/strings/strpos.phpt; ./ext/standard/tests/strings/strlen.phpt; ./ext/standard/tests/strings/strripos_variation6.phpt; ./ext/standard/tests/strings/strncmp_variation8.phpt; ./ext/standard/tests/strings/bug54055.phpt; ./ext/standard/tests/general_functions/bug27678.phpt; ./ext/standard/tests/mail/mail_variation_alt1-win32.phpt; ./ext/standard/tests/mail/mail_basic_alt3-win32.phpt; ./ext/standard/tests/mail/mail_basic_alt2-win32.phpt; ./ext/standard/tests/mail/mail_basic_alt4-win32.phpt; ./ext/standard/tests/mail/mail_basic_alt1-win32.phpt; ./ext/standard/tests/mail/mail_variation_alt3-win32.phpt; ./ext/standard/tests/mail/mail_variation_alt2-win32.phpt; ./ext/standard/tests/streams/proc_open_bug51800_right2.phpt; ./ext/standard/tests/streams/stream_get_line_nb.phpt; ./ext/standard/tests/streams/bug64770.phpt; ./ext/standard/tests/streams/bug60602.phpt; ./ext/standard/tests/streams/bug79984.phpt; ./ext/standard/tests/streams/proc_open_bug60120.phpt; ./ext/standard/tests/streams/bug69521.phpt; ./ext/standard/tests/streams/proc_open_bug51800_right.phpt; ./ext/standard/tests/streams/stream_set_chunk_size.phpt; ./ext/standard/tests/streams/bug74090.phpt; ./ext/standard/tests/streams/bug76859.phpt; ./ext/standard/tests/streams/proc_open_bug51800.phpt; ./ext/standard/tests/streams/set_file_buffer.phpt; ./ext/standard/tests/streams/bug63240.phpt; ./ext/standard/tests/streams/proc_open_bug64438.phpt; ./ext/standard/tests/streams/bug78326_1.phpt; ./ext/standard/tests/streams/stream_socket_pair.phpt; ./ext/tokenizer/tests/bad_character.phpt; ./ext/date/tests/bug65184.phpt; ./ext/date/tests/date.phpt; ./ext/curl/tests/bug77535.phpt; ./ext/curl/tests/curl_basic_006.phpt; ./ext/curl/tests/bug69316.phpt; ./ext/curl/tests/curl_write_callback.phpt; ./ext/curl/tests/bug76675.phpt; ./ext/ldap/tests/ldap_get_option_controls.phpt; ./ext/ldap/tests/ldap_exop.phpt; ./ext/simplexml/tests/bug42259.phpt; ./ext/bz2/tests/bug71263.phpt; ./ext/mysqli/tests/mysqli_change_user.phpt; ./ext/mysqli/tests/mysqli_fetch_assoc_bit.phpt; ./ext/mysqli/tests/mysqli_fetch_assoc_zerofill.phpt; ./ext/mysqli/tests/mysqli_insert_packet_overflow.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_result_bit.phpt; ./ext/mysqli/tests/bug38710.phpt; ./ext/mysqli/tests/mysqli_stmt_send_long_data_packet_size_mysqlnd.phpt; ./ext/mysqli/tests/mysqli_fetch_array_many_rows.phpt; ./ext/mysqli/tests/mysqli_stmt_send_long_data_packet_size_libmysql.phpt; ./ext/mysqli/tests/bug51647.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_result_zerofill.phpt; ./ext/mysqli/tests/mysqli_change_user_oo.phpt; ./ext/mysqli/tests/mysqli_stmt_send_long_data.phpt; ./ext/mysqli/tests/mysqli_change_user_old.phpt; ./ext/mysqli/tests/027.phpt; ./ext/mysqli/tests/mysqli_stmt_get_result_bit.phpt; ./ext/mysqli/tests/065.phpt; ./ext/mysqli/tests/mysqli_fetch_array_large.phpt; ./ext/mysqli/tests/035.phpt; ./sapi/cli/tests/upload_2G.phpt; ./sapi/cli/tests/php_cli_server_005.phpt; ./sapi/cgi/tests/bug69487.phpt; ./Zend/tests/ns_014.phpt; ./Zend/tests/ns_015.phpt; ./Zend/tests/heredoc_016.phpt; ./Zend/tests/generators/generator_throwing_during_function_call.phpt; ./Zend/tests/bug79783.phpt; ./Zend/tests/closure_061.phpt; ./Zend/tests/named_params/internal.phpt; ./Zend/tests/use_function/shadow_core.phpt; ./Zend/tests/bug78406.phpt; ./Zend/tests/bug69315.phpt; ./Zend/tests/ns_013.phpt; ./Zend/tests/traits/get_declared_traits_004.phpt; ./Zend/tests/exception_from_toString.phpt; ./Zend/tests/bug38779.phpt; ./Zend/tests/nowdoc_016.phpt; ./Zend/tests/nullsafe_operator/013.phpt; ./Zend/tests/bug26696.phpt; ./Zend/tests/concat_002.phpt; ./Zend/tests/bug79382.phpt; ./Zend/tests/type_declarations/scalar_strict_declaration_placement_007.phpt; ./Zend/tests/type_declarations/internal_function_strict_mode.phpt; ./Zend/tests/type_declarations/scalar_strict_declaration_placement_008.phpt; ./Zend/tests/type_declarations/scalar_strict_declaration_placement_005.phpt; ./Zend/tests/type_declarations/scalar_strict_declaration_placement_002.phpt; ./Zend/tests/type_declarations/scalar_strict_declaration_placement_006.phpt; ./Zend/tests/type_declarations/scalar_strict_declaration_placement_003.phpt; ./Zend/tests/ns_016.phpt; ./Zend/tests/str_offset_004.phpt; ./Zend/tests/bug21478.phpt; ./Zend/tests/strlen.phpt; ./Zend/tests/null_to_non_nullable_special_func.phpt; ./Zend/tests/bug38779_1.phpt; ./Zend/tests/heredoc_015.phpt; ./Zend/tests/builtin_in_write_context_error2.phpt; ./Zend/tests/bug78340.phpt; ./Zend/tests/builtin_in_write_context_error1.phpt; ./Zend/tests/ns_017.phpt; ./tests/func/001.phpt; ./tests/lang/bug24783.phpt; ./tests/lang/bug26696.phpt; ./tests/strings/001.phpt; ./tests/output/ob_start_basic_004.phpt; ./tests/output/ob_start_basic_006.phpt; ./tests/output/bug60768.phpt; |
Core | Function | strcmp | yes | click to show/hide test files ./ext/openssl/tests/openssl_x509_export_basic.phpt; ./ext/snmp/tests/bug60749.phpt; ./ext/zlib/tests/gzdeflate_basic1.phpt; ./ext/zlib/tests/002.phpt; ./ext/zlib/tests/001.phpt; ./ext/zlib/tests/gzuncompress_basic1.phpt; ./ext/zlib/tests/gzinflate_length.phpt; ./ext/zlib/tests/003.phpt; ./ext/zlib/tests/gzcompress_basic1.phpt; ./ext/intl/tests/grapheme.phpt; ./ext/intl/tests/grapheme2.phpt; ./ext/pdo_odbc/tests/long_columns.phpt; ./ext/pdo_odbc/tests/max_columns.phpt; ./ext/odbc/tests/bug60616.phpt; ./ext/standard/tests/array/003.phpt; ./ext/standard/tests/file/fgets_socket_variation2.phpt; ./ext/standard/tests/strings/stripslashes_variation2.phpt; ./ext/standard/tests/strings/md5_basic2.phpt; ./ext/standard/tests/strings/str_rot13_basic.phpt; ./ext/standard/tests/strings/stripslashes_basic.phpt; ./ext/standard/tests/strings/strcmp.phpt; ./ext/hash/tests/mhash_003.phpt; |
Core | Function | strncmp | yes | click to show/hide test files ./ext/phar/tests/bug69279a.phpt; ./ext/standard/tests/network/setcookie.phpt; ./ext/standard/tests/strings/strncmp_variation2.phpt; ./ext/standard/tests/strings/strncmp_variation1.phpt; ./ext/standard/tests/strings/bug40754.phpt; ./ext/standard/tests/strings/bug36944.phpt; ./ext/standard/tests/strings/strncmp_variation9.phpt; ./ext/standard/tests/strings/strncmp_variation3.phpt; ./ext/standard/tests/strings/strncmp_error.phpt; ./ext/standard/tests/strings/strncmp_basic.phpt; ./ext/standard/tests/strings/strncmp_variation8.phpt; ./ext/standard/tests/strings/strncmp_variation7.phpt; ./ext/standard/tests/streams/stream_get_meta_data_file_variation1.phpt; ./ext/tokenizer/tests/token_get_all_variation19.phpt; ./Zend/tests/004.phpt; |
Core | Function | strcasecmp | yes | click to show/hide test files ./ext/openssl/tests/openssl_pkey_new_basic.phpt; ./ext/sodium/tests/crypto_hex.phpt; ./ext/standard/tests/array/array_diff_ukey_variation8.phpt; ./ext/standard/tests/array/array_intersect_uassoc_variation10.phpt; ./ext/standard/tests/array/array_diff_ukey_variation6.phpt; ./ext/standard/tests/array/array_intersect_ukey_variation9.phpt; ./ext/standard/tests/strings/strcasecmp.phpt; ./Zend/tests/005.phpt; |
Core | Function | strncasecmp | yes | click to show/hide test files ./ext/standard/tests/strings/strncasecmp_variation9.phpt; ./ext/standard/tests/strings/strncasecmp_variation3.phpt; ./ext/standard/tests/strings/bug36944.phpt; ./ext/standard/tests/strings/strncasecmp_variation6.phpt; ./ext/standard/tests/strings/strncasecmp_basic.phpt; ./ext/standard/tests/strings/strncasecmp_variation8.phpt; ./ext/standard/tests/strings/strncasecmp_variation7.phpt; ./ext/standard/tests/strings/strncasecmp_variation2.phpt; ./ext/standard/tests/strings/strncasecmp_error.phpt; ./ext/standard/tests/strings/strncasecmp_variation1.phpt; ./sapi/cli/tests/bug61977.phpt; ./Zend/tests/006.phpt; ./tests/strings/001.phpt; |
Core | Function | each | no | |
Core | Function | error_reporting | yes | click to show/hide test files ./ext/spl/tests/class_implements_variation1.phpt; ./ext/spl/tests/class_uses_variation1.phpt; ./ext/session/tests/021.phpt; ./ext/session/tests/bug41600.phpt; ./ext/session/tests/020.phpt; ./ext/session/tests/026.phpt; ./ext/session/tests/017.phpt; ./ext/session/tests/005.phpt; ./ext/session/tests/002.phpt; ./ext/session/tests/001.phpt; ./ext/session/tests/004.phpt; ./ext/session/tests/016.phpt; ./ext/session/tests/011.phpt; ./ext/session/tests/013.phpt; ./ext/session/tests/bug32330.phpt; ./ext/session/tests/023.phpt; ./ext/session/tests/018.phpt; ./ext/session/tests/012.phpt; ./ext/session/tests/031.phpt; ./ext/session/tests/003.phpt; ./ext/session/tests/010.phpt; ./ext/session/tests/027.phpt; ./ext/session/tests/015.phpt; ./ext/session/tests/bug36459.phpt; ./ext/session/tests/025.phpt; ./ext/session/tests/024.phpt; ./ext/session/tests/029.phpt; ./ext/session/tests/rfc1867_sid_invalid.phpt; ./ext/session/tests/009.phpt; ./ext/session/tests/019.phpt; ./ext/session/tests/006.phpt; ./ext/session/tests/022.phpt; ./ext/session/tests/014.phpt; ./ext/intl/tests/collator_get_error_code.phpt; ./ext/intl/tests/intl_get_error_message.phpt; ./ext/intl/tests/locale_compose_locale.phpt; ./ext/intl/tests/intl_get_error_code.phpt; ./ext/soap/tests/bug48557.phpt; ./ext/dba/tests/bug49125.phpt; ./ext/dba/tests/bug65708.phpt; ./ext/pdo_pgsql/tests/bug72294.phpt; ./ext/oci8/tests/coll_010_func.phpt; ./ext/oci8/tests/error_set.phpt; ./ext/oci8/tests/conn_attr_4.phpt; ./ext/oci8/tests/lob_null.phpt; ./ext/oci8/tests/coll_017.phpt; ./ext/oci8/tests/error3.phpt; ./ext/oci8/tests/extauth_01.phpt; ./ext/oci8/tests/coll_017_func.phpt; ./ext/oci8/tests/extauth_03.phpt; ./ext/oci8/tests/edition_2.phpt; ./ext/oci8/tests/extauth_02.phpt; ./ext/oci8/tests/coll_019.phpt; ./ext/oci8/tests/coll_010.phpt; ./ext/pgsql/tests/17result.phpt; ./ext/pgsql/tests/11pg_meta_data.phpt; ./ext/pgsql/tests/14pg_update.phpt; ./ext/pgsql/tests/13pg_select_9.phpt; ./ext/pgsql/tests/bug77047.phpt; ./ext/pgsql/tests/bug64609.phpt; ./ext/pgsql/tests/10pg_convert_json_array.phpt; ./ext/pgsql/tests/13pg_select.phpt; ./ext/pgsql/tests/10pg_convert_9.phpt; ./ext/pgsql/tests/10pg_convert.phpt; ./ext/pgsql/tests/14pg_update_9.phpt; ./ext/pgsql/tests/15pg_delete.phpt; ./ext/pgsql/tests/12pg_insert.phpt; ./ext/pgsql/tests/12pg_insert_9.phpt; ./ext/pgsql/tests/22pg_fetch_object.phpt; ./ext/standard/tests/image/image_type_to_mime_type_variation4.phpt; ./ext/standard/tests/image/image_type_to_mime_type_variation2.phpt; ./ext/standard/tests/array/array_multisort_variation1.phpt; ./ext/standard/tests/array/bug24766.phpt; ./ext/standard/tests/array/array_intersect_1.phpt; ./ext/standard/tests/array/007.phpt; ./ext/standard/tests/array/array_multisort_variation3.phpt; ./ext/standard/tests/array/array_multisort_variation2.phpt; ./ext/standard/tests/serialize/004.phpt; ./ext/standard/tests/serialize/bug43614.phpt; ./ext/standard/tests/file/file_put_contents_variation2.phpt; ./ext/standard/tests/file/bug60120.phpt; ./ext/standard/tests/file/rename_variation13-win32.phpt; ./ext/standard/tests/strings/strval_basic.phpt; ./ext/standard/tests/strings/005.phpt; ./ext/standard/tests/strings/strval_error.phpt; ./ext/standard/tests/mail/mail_basic7.phpt; ./ext/standard/tests/streams/proc_open_bug60120.phpt; ./ext/standard/tests/streams/proc_open_bug69900.phpt; ./ext/standard/tests/streams/bug60106.phpt; ./ext/standard/tests/streams/proc_open_bug64438.phpt; ./ext/pspell/tests/001.phpt; ./ext/date/tests/bug41964.phpt; ./ext/hash/tests/hash_hkdf_error.phpt; ./ext/com_dotnet/tests/variants.phpt; ./ext/com_dotnet/tests/bug39606.phpt; ./ext/com_dotnet/tests/variants_x64.phpt; ./ext/com_dotnet/tests/bug33386.phpt; ./ext/com_dotnet/tests/27974.phpt; ./ext/com_dotnet/tests/bug39596.phpt; ./ext/com_dotnet/tests/bug34272.phpt; ./ext/simplexml/tests/profile11.phpt; ./ext/simplexml/tests/profile09.phpt; ./ext/simplexml/tests/profile08.phpt; ./ext/simplexml/tests/profile06.phpt; ./ext/simplexml/tests/profile07.phpt; ./ext/simplexml/tests/profile05.phpt; ./ext/simplexml/tests/profile10.phpt; ./ext/bz2/tests/with_files.phpt; ./ext/bz2/tests/with_strings.phpt; ./ext/bz2/tests/bug51997.phpt; ./ext/mysqli/tests/bug62885.phpt; ./Zend/tests/objects_019.phpt; ./Zend/tests/bug33771.phpt; ./Zend/tests/arg_unpack/by_ref.phpt; ./Zend/tests/const_dereference_001.phpt; ./Zend/tests/error_reporting05.phpt; ./Zend/tests/inter_02.phpt; ./Zend/tests/dereference_007.phpt; ./Zend/tests/const_dereference_002.phpt; ./Zend/tests/error_reporting03.phpt; ./Zend/tests/bug38287.phpt; ./Zend/tests/throw/leaks.phpt; ./Zend/tests/dereference_011.phpt; ./Zend/tests/dereference_006.phpt; ./Zend/tests/const_dereference_003.phpt; ./Zend/tests/error_reporting06.phpt; ./Zend/tests/bug29890.phpt; ./Zend/tests/error_reporting04.phpt; ./Zend/tests/bug53305.phpt; ./Zend/tests/bug27731.phpt; ./Zend/tests/foreach_002.phpt; ./Zend/tests/error_reporting01.phpt; ./Zend/tests/dereference_010.phpt; ./Zend/tests/dereference_004.phpt; ./Zend/tests/error_reporting02.phpt; ./Zend/tests/traits/language003.phpt; ./Zend/tests/traits/property001.phpt; ./Zend/tests/traits/conflict002.phpt; ./Zend/tests/traits/flattening003.phpt; ./Zend/tests/traits/language013.phpt; ./Zend/tests/traits/inheritance003.phpt; ./Zend/tests/traits/language008a.phpt; ./Zend/tests/traits/language012.phpt; ./Zend/tests/traits/language006.phpt; ./Zend/tests/traits/language004.phpt; ./Zend/tests/traits/language007.phpt; ./Zend/tests/traits/language014.phpt; ./Zend/tests/traits/inheritance002.phpt; ./Zend/tests/traits/conflict003.phpt; ./Zend/tests/traits/language008b.phpt; ./Zend/tests/traits/bugs/abstract-methods04.phpt; ./Zend/tests/traits/bugs/case-sensitive.phpt; ./Zend/tests/traits/bugs/abstract-methods03.phpt; ./Zend/tests/traits/bugs/overridding-conflicting-methods.phpt; ./Zend/tests/traits/bugs/abstract-methods06.phpt; ./Zend/tests/traits/bugs/missing-trait.phpt; ./Zend/tests/traits/bugs/abstract-methods05.phpt; ./Zend/tests/traits/bugs/overridding-conflicting-property-initializer.phpt; ./Zend/tests/traits/bugs/alias-semantics.phpt; ./Zend/tests/traits/bugs/abstract-methods01.phpt; ./Zend/tests/traits/bugs/abstract-methods02.phpt; ./Zend/tests/traits/bugs/alias-semantics02.phpt; ./Zend/tests/traits/bugs/interfaces.phpt; ./Zend/tests/traits/language002.phpt; ./Zend/tests/traits/language005.phpt; ./Zend/tests/traits/language011.phpt; ./Zend/tests/traits/language009.phpt; ./Zend/tests/traits/flattening001.phpt; ./Zend/tests/traits/flattening002.phpt; ./Zend/tests/traits/language010.phpt; ./Zend/tests/traits/inheritance001.phpt; ./Zend/tests/traits/conflict001.phpt; ./Zend/tests/traits/language001.phpt; ./Zend/tests/dereference_002.phpt; ./Zend/tests/error_reporting07.phpt; ./Zend/tests/bug39018_2.phpt; ./Zend/tests/dereference_001.phpt; ./Zend/tests/dereference_013.phpt; ./Zend/tests/list_002.phpt; ./Zend/tests/bug67436/bug67436.phpt; ./Zend/tests/bug34786.phpt; ./Zend/tests/error_reporting09.phpt; ./Zend/tests/bug30998.phpt; ./Zend/tests/dereference_009.phpt; ./Zend/tests/bug72162.phpt; ./Zend/tests/dereference_005.phpt; ./Zend/tests/error_reporting10.phpt; ./Zend/tests/dereference_008.phpt; ./Zend/tests/dereference_003.phpt; ./Zend/tests/bug60169.phpt; ./Zend/tests/bug39018.phpt; ./Zend/tests/error_reporting08.phpt; ./Zend/tests/dereference_014.phpt; ./tests/basic/005.phpt; ./tests/basic/004.phpt; ./tests/basic/003.phpt; ./tests/classes/tostring_004.phpt; ./tests/classes/interface_optional_arg.phpt; ./tests/lang/bug21820.phpt; ./tests/lang/013.phpt; ./tests/lang/028.phpt; ./tests/lang/007.phpt; ./tests/lang/bug24783.phpt; ./tests/lang/018.phpt; ./tests/lang/bug23584.phpt; ./tests/lang/bug30578.phpt; ./tests/lang/014.phpt; ./tests/lang/operators/bitwiseShiftLeft_variationStr_64bit.phpt; ./tests/lang/operators/divide_variationStr.phpt; ./tests/lang/operators/subtract_basiclong_64bit.phpt; ./tests/lang/operators/multiply_variationStr.phpt; ./tests/lang/operators/divide_basiclong_64bit.phpt; ./tests/lang/operators/add_variationStr.phpt; ./tests/lang/operators/bitwiseOr_basiclong_64bit.phpt; ./tests/lang/operators/modulus_basiclong_64bit.phpt; ./tests/lang/operators/bitwiseAnd_basiclong_64bit.phpt; ./tests/lang/operators/multiply_basiclong_64bit.phpt; ./tests/lang/operators/subtract_variationStr.phpt; ./tests/lang/operators/add_basiclong_64bit.phpt; ./tests/lang/operators/bitwiseOr_variationStr.phpt; ./tests/lang/operators/bitwiseXor_variationStr.phpt; ./tests/lang/operators/bitwiseShiftRight_variationStr2.phpt; ./tests/lang/operators/bitwiseShiftRight_variationStr.phpt; ./tests/lang/operators/bitwiseShiftLeft_variationStr.phpt; ./tests/lang/operators/bitwiseXor_basiclong_64bit.phpt; ./tests/lang/operators/bitwiseShiftLeft_basiclong_64bit.phpt; ./tests/lang/operators/bitwiseAnd_variationStr.phpt; ./tests/lang/operators/modulus_variationStr.phpt; ./tests/lang/operators/bitwiseShiftRight_basiclong_64bit.phpt; ./tests/lang/operators/bitwiseShiftLeft_variationStr2.phpt; |
Core | Function | define | yes | click to show/hide test files ./ext/opcache/tests/issue0140.phpt; ./ext/opcache/tests/bug71127.phpt; ./ext/opcache/tests/bug78986.phpt; ./ext/opcache/tests/compact_literals.phpt; ./ext/opcache/tests/bug71843.phpt; ./ext/opcache/tests/jit/const_001.phpt; ./ext/ftp/tests/ftp_set_option_errors.phpt; ./ext/ftp/tests/ftp_get_option.phpt; ./ext/session/tests/session_regenerate_id_fastshutdown.phpt; ./ext/pcre/tests/cache_limit.phpt; ./ext/reflection/tests/bug33389.phpt; ./ext/reflection/tests/ReflectionParameter_DefaultValueConstant_error.phpt; ./ext/reflection/tests/ReflectionParameter_DefaultValueConstant_basic1.phpt; ./ext/reflection/tests/ReflectionClass_export_basic1.phpt; ./ext/reflection/tests/ReflectionProperty_getDefaultValue.phpt; ./ext/zip/tests/bug78641.phpt; ./ext/soap/tests/bugs/bug66112.phpt; ./ext/oci8/tests/bug27303_1_11gR1.phpt; ./ext/oci8/tests/bug27303_2_11gR1.phpt; ./ext/oci8/tests/bug27303_4_11gR1.phpt; ./ext/oci8/tests/bug27303_2.phpt; ./ext/oci8/tests/bug27303_3.phpt; ./ext/oci8/tests/bug27303_1.phpt; ./ext/oci8/tests/bug27303_4.phpt; ./ext/oci8/tests/lob_040.phpt; ./ext/sqlite3/tests/sqlite3_14_querysingle.phpt; ./ext/sqlite3/tests/sqlite3_28_clear_bindings.phpt; ./ext/sqlite3/tests/sqlite3_18_changes.phpt; ./ext/sqlite3/tests/sqlite3_19_columninfo.phpt; ./ext/sqlite3/tests/sqlite3_13_skip_all_cleanup.phpt; ./ext/sqlite3/tests/sqlite3_07_prepared_stmt.phpt; ./ext/sqlite3/tests/sqlite3_12_unfinalized_stmt_cleanup.phpt; ./ext/sqlite3/tests/sqlite3_09_blob_bound_param.phpt; ./ext/sqlite3/tests/sqlite3_16_select_no_results.phpt; ./ext/sqlite3/tests/sqlite3_bound_value_at_name.phpt; ./ext/sqlite3/tests/sqlite3_03_insert.phpt; ./ext/sqlite3/tests/sqlite3_06_prepared_stmt.phpt; ./ext/sqlite3/tests/sqlite3_27_reset_prepared_stmt_result.phpt; ./ext/sqlite3/tests/sqlite3_35_stmt_readonly.phpt; ./ext/sqlite3/tests/sqlite3_10_bound_value_name.phpt; ./ext/sqlite3/tests/sqlite3_23_escape_string.phpt; ./ext/sqlite3/tests/sqlite3_11_numrows.phpt; ./ext/sqlite3/tests/sqlite3_30_blobopen.phpt; ./ext/sqlite3/tests/sqlite3_08_udf.phpt; ./ext/sqlite3/tests/sqlite3_05_delete.phpt; ./ext/sqlite3/tests/bug73333.phpt; ./ext/sqlite3/tests/sqlite3_04_update.phpt; ./ext/sqlite3/tests/sqlite3_26_reset_prepared_stmt.phpt; ./ext/sqlite3/tests/sqlite3_24_last_insert_rowid.phpt; ./ext/libxml/tests/bug54138_2.phpt; ./ext/pgsql/tests/08escape.phpt; ./ext/pgsql/tests/80_bug32223b.phpt; ./ext/standard/tests/image/bug72278.phpt; ./ext/standard/tests/array/min_basiclong_64bit.phpt; ./ext/standard/tests/array/max_basiclong_64bit.phpt; ./ext/standard/tests/file/chmod_variation2-win32-mb.phpt; ./ext/standard/tests/file/popen_pclose_basic.phpt; ./ext/standard/tests/file/chmod_variation2.phpt; ./ext/standard/tests/file/chmod_basic.phpt; ./ext/standard/tests/file/chmod_basic-win32-mb.phpt; ./ext/standard/tests/file/chmod_variation2-win32.phpt; ./ext/standard/tests/file/stream_copy_to_stream.phpt; ./ext/standard/tests/file/chmod_variation1.phpt; ./ext/standard/tests/file/fgets_socket_variation2.phpt; ./ext/standard/tests/file/bug38086.phpt; ./ext/standard/tests/file/parse_ini_file.phpt; ./ext/standard/tests/file/chmod_basic-win32.phpt; ./ext/standard/tests/strings/strval.phpt; ./ext/standard/tests/math/pow_basiclong_64bit.phpt; ./ext/standard/tests/math/atanh_basiclong_64bit.phpt; ./ext/standard/tests/math/round_basiclong_64bit.phpt; ./ext/standard/tests/math/asinh_basiclong_64bit.phpt; ./ext/standard/tests/math/dechex_basiclong_64bit.phpt; ./ext/standard/tests/math/is_finite_basiclong_64bit.phpt; ./ext/standard/tests/math/sqrt_basiclong_64bit.phpt; ./ext/standard/tests/math/deg2rad_basiclong_64bit.phpt; ./ext/standard/tests/math/pow.phpt; ./ext/standard/tests/math/is_infinite_basiclong_64bit.phpt; ./ext/standard/tests/math/atan_basiclong_64bit.phpt; ./ext/standard/tests/math/bindec_basiclong_64bit.phpt; ./ext/standard/tests/math/is_nan_basiclong_64bit.phpt; ./ext/standard/tests/math/log_basiclong_64bit.phpt; ./ext/standard/tests/math/rad2deg_basiclong_64bit.phpt; ./ext/standard/tests/math/ceil_basiclong_64bit.phpt; ./ext/standard/tests/math/tan_basiclong_64bit.phpt; ./ext/standard/tests/math/fmod_basiclong_64bit.phpt; ./ext/standard/tests/math/tanh_basiclong_64bit.phpt; ./ext/standard/tests/math/floor_basiclong_64bit.phpt; ./ext/standard/tests/math/log10_basiclong_64bit.phpt; ./ext/standard/tests/math/hexdec_basiclong_64bit.phpt; ./ext/standard/tests/math/log1p_basiclong_64bit.phpt; ./ext/standard/tests/math/abs.phpt; ./ext/standard/tests/math/cosh_basiclong_64bit.phpt; ./ext/standard/tests/math/asin_basiclong_64bit.phpt; ./ext/standard/tests/math/hypot_basiclong_64bit.phpt; ./ext/standard/tests/math/round.phpt; ./ext/standard/tests/math/expm1_basiclong_64bit.phpt; ./ext/standard/tests/math/octdec_basiclong_64bit.phpt; ./ext/standard/tests/math/exp_basiclong_64bit.phpt; ./ext/standard/tests/math/decoct_basiclong_64bit.phpt; ./ext/standard/tests/math/abs_basiclong_64bit.phpt; ./ext/standard/tests/math/sinh_basiclong_64bit.phpt; ./ext/standard/tests/math/sin_basiclong_64bit.phpt; ./ext/standard/tests/math/acos_basiclong_64bit.phpt; ./ext/standard/tests/math/cos_basiclong_64bit.phpt; ./ext/standard/tests/math/atan2_basiclong_64bit.phpt; ./ext/standard/tests/math/acosh_basiclong_64bit.phpt; ./ext/standard/tests/math/decbin_basiclong_64bit.phpt; ./ext/standard/tests/general_functions/parse_ini_string_001.phpt; ./ext/standard/tests/general_functions/parse_ini_basic.phpt; ./ext/standard/tests/general_functions/parse_ini_string_002.phpt; ./ext/standard/tests/general_functions/bug73973.phpt; ./ext/standard/tests/general_functions/get_defined_constants_basic.phpt; ./ext/standard/tests/general_functions/bug52138.phpt; ./ext/standard/tests/general_functions/parse_ini_file.phpt; ./ext/date/tests/DateTime_days-fall-type2-type3.phpt; ./ext/date/tests/DateTime_diff-massive.phpt; ./ext/date/tests/DateTime_diff-spring-type3-type3.phpt; ./ext/date/tests/DateTime_sub-fall-type2-type3.phpt; ./ext/date/tests/DateTime_days-fall-type3-type2.phpt; ./ext/date/tests/DateTime_add-fall-type2-type3.phpt; ./ext/date/tests/DateTime_sub-spring-type2-type3.phpt; ./ext/date/tests/DateTime_diff-spring-type3-type2.phpt; ./ext/date/tests/DateTime_diff-fall-type2-type3.phpt; ./ext/date/tests/DateTime_sub-february.phpt; ./ext/date/tests/DateTime_days-spring-type3-type3.phpt; ./ext/date/tests/DateTime_add-massive.phpt; ./ext/date/tests/DateTime_sub-spring-type3-type2.phpt; ./ext/date/tests/DateTime_diff-february.phpt; ./ext/date/tests/date_create-relative.phpt; ./ext/date/tests/DateTime_days-massive.phpt; ./ext/date/tests/DateTime_add-spring-type2-type3.phpt; ./ext/date/tests/date_diff.phpt; ./ext/date/tests/DateTime_add-spring-type2-type2.phpt; ./ext/date/tests/DateTime_sub-spring-type2-type2.phpt; ./ext/date/tests/DateTime_days-february.phpt; ./ext/date/tests/DateTime_sub-fall-type3-type3.phpt; ./ext/date/tests/DateTime_add-dates.phpt; ./ext/date/tests/DateTime_add-spring-type3-type2.phpt; ./ext/date/tests/DateTime_add-spring-type3-type3.phpt; ./ext/date/tests/DateTime_diff-spring-type2-type3.phpt; ./ext/date/tests/DateTime_days-spring-type2-type3.phpt; ./ext/date/tests/DateTime_days-dates.phpt; ./ext/date/tests/DateTime_diff-absolute.phpt; ./ext/date/tests/DateTime_sub-massive.phpt; ./ext/date/tests/DateTime_days-fall-type3-type3.phpt; ./ext/date/tests/DateTime_diff-fall-type3-type2.phpt; ./ext/date/tests/DateTime_diff-fall-type3-type3.phpt; ./ext/date/tests/DateTime_add-fall-type3-type3.phpt; ./ext/date/tests/DateTime_diff-dates.phpt; ./ext/date/tests/DateTime_days-spring-type3-type2.phpt; ./ext/date/tests/DateTime_add-fall-type2-type2.phpt; ./ext/date/tests/DateTime_add-february.phpt; ./ext/date/tests/DateTime_days-spring-type2-type2.phpt; ./ext/date/tests/DateTime_sub-dates.phpt; ./ext/date/tests/DateTime_sub-fall-type2-type2.phpt; ./ext/date/tests/DateTime_diff-spring-type2-type2.phpt; ./ext/date/tests/DateTime_days-fall-type2-type2.phpt; ./ext/date/tests/DateTime_sub-fall-type3-type2.phpt; ./ext/date/tests/DateTime_add-fall-type3-type2.phpt; ./ext/date/tests/DateTime_diff-fall-type2-type2.phpt; ./ext/date/tests/DateTime_sub-spring-type3-type3.phpt; ./ext/date/tests/DateTime_days-absolute.phpt; ./ext/com_dotnet/tests/bug77621.phpt; ./Zend/tests/constants_005.phpt; ./Zend/tests/008.phpt; ./Zend/tests/halt_compiler3.phpt; ./Zend/tests/017.phpt; ./Zend/tests/ns_053.phpt; ./Zend/tests/named_params/runtime_cache_init.phpt; ./Zend/tests/named_params/defaults.phpt; ./Zend/tests/list_keyed_non_literals.phpt; ./Zend/tests/bug63635.phpt; ./Zend/tests/attributes/003_ast_nodes.phpt; ./Zend/tests/flexible-heredoc-complex-test4.phpt; ./Zend/tests/bug46304.phpt; ./Zend/tests/bug29890.phpt; ./Zend/tests/018.phpt; ./Zend/tests/bug53305.phpt; ./Zend/tests/bug72944.phpt; ./Zend/tests/exception_011.phpt; ./Zend/tests/bug44827.phpt; ./Zend/tests/bug60598.phpt; ./Zend/tests/class_constants_004.phpt; ./Zend/tests/bug37811.phpt; ./Zend/tests/bug50816.phpt; ./Zend/tests/constants_008.phpt; ./Zend/tests/halt_compiler4.phpt; ./Zend/tests/type_declarations/typed_properties_058.phpt; ./Zend/tests/class_constants_005.phpt; ./Zend/tests/constant_arrays.phpt; ./Zend/tests/bug32322.phpt; ./Zend/tests/bug35509.phpt; ./Zend/tests/bug79919.phpt; ./Zend/tests/constants_003.phpt; ./Zend/tests/constants_002.phpt; ./Zend/tests/constants_001.phpt; ./Zend/tests/bug35634.phpt; ./Zend/tests/bug28072.phpt; ./Zend/tests/bug70398.phpt; ./tests/classes/constants_basic_006.phpt; ./tests/classes/bug23951.phpt; ./tests/classes/constants_basic_001.phpt; ./tests/lang/bug23524.phpt; ./tests/lang/foreachLoop.015.phpt; ./tests/lang/foreachLoop.014.phpt; ./tests/lang/bug30862.phpt; ./tests/lang/bug44827.phpt; ./tests/lang/foreachLoop.012.phpt; ./tests/lang/bug23384.phpt; ./tests/lang/bug26869.phpt; ./tests/lang/bug24054.phpt; ./tests/lang/operators/predec_basiclong_64bit.phpt; ./tests/lang/operators/operator_gt_or_equal_variation.phpt; ./tests/lang/operators/operator_notidentical_variation.phpt; ./tests/lang/operators/operator_lt_variation.phpt; ./tests/lang/operators/subtract_basiclong_64bit.phpt; ./tests/lang/operators/divide_basiclong_64bit.phpt; ./tests/lang/operators/operator_notequals_variation_64bit.phpt; ./tests/lang/operators/operator_notidentical_variation_64bit.phpt; ./tests/lang/operators/preinc_basiclong_64bit.phpt; ./tests/lang/operators/bitwiseOr_basiclong_64bit.phpt; ./tests/lang/operators/modulus_basiclong_64bit.phpt; ./tests/lang/operators/bitwiseAnd_basiclong_64bit.phpt; ./tests/lang/operators/multiply_basiclong_64bit.phpt; ./tests/lang/operators/negate_basiclong_64bit.phpt; ./tests/lang/operators/postdec_basiclong_64bit.phpt; ./tests/lang/operators/operator_gt_variation_64bit.phpt; ./tests/lang/operators/operator_equals_variation_64bit.phpt; ./tests/lang/operators/add_basiclong_64bit.phpt; ./tests/lang/operators/operator_equals_variation.phpt; ./tests/lang/operators/operator_lt_variation_64bit.phpt; ./tests/lang/operators/operator_lt_or_equal_variation_64bit.phpt; ./tests/lang/operators/operator_identical_variation_64bit.phpt; ./tests/lang/operators/operator_gt_variation.phpt; ./tests/lang/operators/operator_gt_or_equal_variation_64bit.phpt; ./tests/lang/operators/bitwiseXor_basiclong_64bit.phpt; ./tests/lang/operators/bitwiseShiftLeft_basiclong_64bit.phpt; ./tests/lang/operators/operator_lt_or_equal_variation.phpt; ./tests/lang/operators/operator_identical_variation.phpt; ./tests/lang/operators/operator_notequals_variation.phpt; ./tests/lang/operators/postinc_basiclong_64bit.phpt; ./tests/lang/operators/bitwiseShiftRight_basiclong_64bit.phpt; ./tests/lang/operators/bitwiseNot_basiclong_64bit.phpt; ./tests/lang/foreachLoop.013.phpt; ./tests/security/open_basedir_error_log_variation.phpt; |
Core | Function | defined | yes | click to show/hide test files ./ext/sockets/tests/bug49341.phpt; ./ext/sockets/tests/socket_send.phpt; ./ext/opcache/tests/jit/const_001.phpt; ./ext/opcache/tests/jit/defined_001.phpt; ./ext/pcntl/tests/002.phpt; ./ext/intl/tests/intl_icu_version_constant.phpt; ./ext/intl/tests/intl_icu_data_version_constant.phpt; ./ext/sqlite3/tests/bug73333.phpt; ./ext/sodium/tests/utils.phpt; ./ext/pgsql/tests/03sync_query.phpt; ./ext/standard/tests/streams/bug46024.phpt; ./ext/date/tests/date_create-relative.phpt; ./ext/mysqli/tests/mysqli_options.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_param.phpt; ./ext/mysqli/tests/mysqli_fetch_field_flags.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_result.phpt; ./ext/mysqli/tests/mysqli_stmt_get_result_types.phpt; ./ext/mysqli/tests/mysqli_constants.phpt; ./sapi/cgi/tests/004.phpt; ./sapi/cgi/tests/006.phpt; ./Zend/tests/bug47593.phpt; ./Zend/tests/constants_005.phpt; ./Zend/tests/ns_092.phpt; ./Zend/tests/bug42820.phpt; ./Zend/tests/lsb_014.phpt; ./Zend/tests/bug69315.phpt; ./Zend/tests/bug41633_4.phpt; ./Zend/tests/bug53727.phpt; ./Zend/tests/nullsafe_operator/013.phpt; ./Zend/tests/constants_008.phpt; ./Zend/tests/constants_009.phpt; ./Zend/tests/bug32322.phpt; ./Zend/tests/defined_fn_no_ns_fallback.phpt; ./Zend/tests/bug32596.phpt; ./Zend/tests/bug35634.phpt; ./tests/classes/constants_basic_001.phpt; ./tests/classes/constants_visibility_008.phpt; ./tests/lang/bug27443.phpt; |
Core | Function | get_class | yes | click to show/hide test files ./ext/sockets/tests/socket_export_stream-4.phpt; ./ext/sockets/tests/socket_import_stream-4-win.phpt; ./ext/sockets/tests/socket_export_stream-4-win.phpt; ./ext/sockets/tests/socket_import_stream-4.phpt; ./ext/pdo/tests/pdo_011.phpt; ./ext/pdo/tests/pdo_035.phpt; ./ext/pdo/tests/pdo_018.phpt; ./ext/pdo/tests/pdo_030.phpt; ./ext/pdo/tests/pdo_029.phpt; ./ext/pdo/tests/pdo_026.phpt; ./ext/pdo/tests/bug_44159.phpt; ./ext/opcache/tests/bug78175_2.phpt; ./ext/opcache/tests/ssa_bug_001.phpt; ./ext/opcache/tests/jit/shift_left_001.phpt; ./ext/opcache/tests/jit/mod_001.phpt; ./ext/opcache/tests/jit/shift_left_002.phpt; ./ext/opcache/tests/jit/shift_right_002.phpt; ./ext/opcache/tests/jit/shift_right_001.phpt; ./ext/opcache/tests/jit/mod_002.phpt; ./ext/pdo_mysql/tests/pdo_mysql_interface.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_statement_class.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_errmode.phpt; ./ext/spl/tests/bug67582.phpt; ./ext/spl/tests/iterator_001.phpt; ./ext/spl/tests/SplFileInfo_setInfoClass_basic.phpt; ./ext/spl/tests/SplFileInfo_setFileClass_basic.phpt; ./ext/spl/tests/spl_autoload_008.phpt; ./ext/spl/tests/recursiveiteratoriterator_getsubiterator_variation.phpt; ./ext/spl/tests/dit_002.phpt; ./ext/spl/tests/bug66405.phpt; ./ext/intl/tests/timezone_clone_error.phpt; ./ext/intl/tests/breakiter_getPartsIterator_basic.phpt; ./ext/intl/tests/timezone_createEnumeration_variation2.phpt; ./ext/intl/tests/calendar_get_getActualMaximum_Minumum_error2.phpt; ./ext/intl/tests/breakiter_getPartsIterator_basic2.phpt; ./ext/intl/tests/bug62915-2.phpt; ./ext/intl/tests/calendar_get_Least_Greatest_Minimum_Maximum_error.phpt; ./ext/intl/tests/rbbiter___construct_basic.phpt; ./ext/intl/tests/formatter_fail.phpt; ./ext/intl/tests/msgfmt_fail2.phpt; ./ext/intl/tests/timezone_createEnumeration_variation1.phpt; ./ext/intl/tests/breakiter_createCodePointInstance_basic.phpt; ./ext/intl/tests/timezone_createEnumeration_basic.phpt; ./ext/intl/tests/timezone_equals_error.phpt; ./ext/intl/tests/breakiter_clone_basic.phpt; ./ext/reflection/tests/bug36337.phpt; ./ext/reflection/tests/ReflectionClassConstant_basic1.phpt; ./ext/reflection/tests/bug80190.phpt; ./ext/reflection/tests/property_exists.phpt; ./ext/reflection/tests/bug74454.phpt; ./ext/reflection/tests/bug66430.phpt; ./ext/phar/tests/phar_buildfromiterator10.phpt; ./ext/phar/tests/phar_buildfromdirectory2.phpt; ./ext/phar/tests/phar_buildfromiterator7.phpt; ./ext/phar/tests/phar_buildfromdirectory4.phpt; ./ext/phar/tests/phar_buildfromdirectory5.phpt; ./ext/phar/tests/phar_buildfromiterator1.phpt; ./ext/phar/tests/phar_buildfromdirectory2-win.phpt; ./ext/phar/tests/phar_buildfromiterator5.phpt; ./ext/phar/tests/tar/phar_buildfromiterator7.phpt; ./ext/phar/tests/tar/phar_buildfromiterator5.phpt; ./ext/phar/tests/tar/phar_buildfromiterator8.phpt; ./ext/phar/tests/tar/phar_buildfromiterator9.phpt; ./ext/phar/tests/tar/phar_buildfromiterator4.phpt; ./ext/phar/tests/tar/phar_buildfromiterator6.phpt; ./ext/phar/tests/phar_buildfromiterator8.phpt; ./ext/phar/tests/zip/phar_buildfromiterator7.phpt; ./ext/phar/tests/zip/phar_buildfromiterator5.phpt; ./ext/phar/tests/zip/phar_buildfromiterator8.phpt; ./ext/phar/tests/zip/phar_buildfromiterator9.phpt; ./ext/phar/tests/zip/phar_buildfromiterator4.phpt; ./ext/phar/tests/zip/phar_buildfromiterator6.phpt; ./ext/phar/tests/phar_buildfromiterator9.phpt; ./ext/phar/tests/phar_buildfromiterator4.phpt; ./ext/phar/tests/phar_buildfromdirectory6.phpt; ./ext/phar/tests/phar_buildfromiterator6.phpt; ./ext/phar/tests/phar_buildfromdirectory1.phpt; ./ext/soap/tests/typemap009.phpt; ./ext/soap/tests/fault_warning.phpt; ./ext/soap/tests/typemap001.phpt; ./ext/soap/tests/typemap005.phpt; ./ext/soap/tests/classmap001.phpt; ./ext/soap/tests/bugs/bug34657.phpt; ./ext/soap/tests/bug70388.phpt; ./ext/pdo_sqlite/tests/bug43831.phpt; ./ext/mbstring/tests/mb_substitute_character_variation_weak_types.phpt; ./ext/mbstring/tests/mb_substitute_character_variation_strict_types.phpt; ./ext/mbstring/tests/mb_ereg1.phpt; ./ext/pdo_pgsql/tests/bug72294.phpt; ./ext/ffi/tests/008.phpt; ./ext/ffi/tests/020.phpt; ./ext/ffi/tests/017.phpt; ./ext/ffi/tests/004.phpt; ./ext/ffi/tests/016.phpt; ./ext/ffi/tests/013.phpt; ./ext/ffi/tests/028.phpt; ./ext/ffi/tests/bug77706.phpt; ./ext/ffi/tests/023.phpt; ./ext/ffi/tests/018.phpt; ./ext/ffi/tests/012.phpt; ./ext/ffi/tests/031.phpt; ./ext/ffi/tests/003.phpt; ./ext/ffi/tests/027.phpt; ./ext/ffi/tests/045.phpt; ./ext/ffi/tests/015.phpt; ./ext/ffi/tests/035.phpt; ./ext/ffi/tests/019.phpt; ./ext/standard/tests/array/bug77135.phpt; ./ext/standard/tests/serialize/bug42919.phpt; ./ext/standard/tests/class_object/is_a.phpt; ./ext/standard/tests/class_object/get_parent_class_variation_002.phpt; ./ext/standard/tests/class_object/get_class_methods_variation_001.phpt; ./ext/standard/tests/class_object/get_class_variation_001.phpt; ./ext/standard/tests/class_object/get_class_variation_002.phpt; ./ext/standard/tests/file/readfile_variation10.phpt; ./ext/standard/tests/file/readfile_variation10-win32.phpt; ./ext/standard/tests/file/file_put_contents_variation8-win32.phpt; ./ext/standard/tests/file/file_get_contents_variation8.phpt; ./ext/standard/tests/file/file_get_contents_variation8-win32.phpt; ./ext/standard/tests/file/file_put_contents_variation8.phpt; ./ext/standard/tests/general_functions/bug44295-win.phpt; ./ext/standard/tests/general_functions/bug44295.phpt; ./ext/standard/tests/mail/mail_basic7.phpt; ./ext/date/tests/bug60302-001.phpt; ./ext/date/tests/bug60302-002.phpt; ./ext/date/tests/bug65502.phpt; ./ext/date/tests/date_period-immutable.phpt; ./ext/hash/tests/hash_hkdf_error.phpt; ./ext/hash/tests/hash_equals.phpt; ./ext/json/tests/bug68992.phpt; ./ext/ldap/tests/ldap_set_option_error.phpt; ./ext/simplexml/tests/sxe_003.phpt; ./ext/simplexml/tests/sxe_002.phpt; ./ext/simplexml/tests/sxe_004.phpt; ./ext/simplexml/tests/009.phpt; ./ext/mysqli/tests/mysqli_stmt_attr_set.phpt; ./ext/mysqli/tests/mysqli_class_mysqli_interface.phpt; ./ext/mysqli/tests/mysqli_class_mysqli_result_interface.phpt; ./ext/mysqli/tests/mysqli_stmt_get_result_metadata_fetch_field.phpt; ./ext/mysqli/tests/mysqli_stmt_get_result_metadata.phpt; ./ext/mysqli/tests/mysqli_class_mysqli_properties_no_conn.phpt; ./ext/mysqli/tests/mysqli_stmt_get_result_field_count.phpt; ./ext/mysqli/tests/mysqli_fetch_object.phpt; ./ext/mysqli/tests/mysqli_fetch_object_oo.phpt; ./ext/mysqli/tests/mysqli_get_warnings.phpt; ./ext/mysqli/tests/mysqli_stmt_get_result2.phpt; ./ext/mysqli/tests/mysqli_stmt_get_result_seek.phpt; ./ext/mysqli/tests/mysqli_class_mysqli_stmt_interface.phpt; ./ext/mysqli/tests/mysqli_init.phpt; ./ext/mysqli/tests/mysqli_class_mysqli_driver_interface.phpt; ./ext/mysqli/tests/mysqli_connect_oo_warnings.phpt; ./ext/mysqli/tests/mysqli_stmt_result_metadata_sqltests.phpt; ./ext/mysqli/tests/mysqli_warning_unclonable.phpt; ./ext/mysqli/tests/mysqli_stmt_get_warnings.phpt; ./ext/dom/tests/bug42082.phpt; ./ext/dom/tests/dom_comment_variation.phpt; ./ext/dom/tests/bug52656.phpt; ./ext/dom/tests/dom_comment_basic.phpt; ./ext/dom/tests/bug54601.phpt; ./ext/dom/tests/DOMElement_hasAttributes_basic.phpt; ./ext/dom/tests/regsiter_node_class.phpt; ./ext/dom/tests/DOMNode_cloneNode_basic.phpt; ./ext/dom/tests/bug36756.phpt; ./ext/dom/tests/DOMAttr_ownerElement_error_001.phpt; ./ext/dom/tests/DOMDocumentFragment_construct_basic_001.phpt; ./ext/dom/tests/DOMDocument_createAttribute_variation.phpt; ./ext/dom/tests/DOMNode_removeChild_basic.phpt; ./Zend/tests/ns_006.phpt; ./Zend/tests/exception_handler_001.phpt; ./Zend/tests/exception_handler_005.phpt; ./Zend/tests/lsb_005.phpt; ./Zend/tests/generators/generator_static_method.phpt; ./Zend/tests/bug46246.phpt; ./Zend/tests/exception_handler_003.phpt; ./Zend/tests/lsb_003.phpt; ./Zend/tests/ns_007.phpt; ./Zend/tests/closure_061.phpt; ./Zend/tests/ns_062.phpt; ./Zend/tests/return_types/generators003.phpt; ./Zend/tests/return_types/008.phpt; ./Zend/tests/return_types/inheritance007.phpt; ./Zend/tests/return_types/inheritance005.phpt; ./Zend/tests/return_types/inheritance006.phpt; ./Zend/tests/attributes/020_userland_attribute_validation.phpt; ./Zend/tests/attributes/005_objects.phpt; ./Zend/tests/attributes/028_grouped.phpt; ./Zend/tests/attributes/001_placement.phpt; ./Zend/tests/attributes/007_self_reflect_attribute.phpt; ./Zend/tests/arginfo_zpp_mismatch.phpt; ./Zend/tests/ns_005.phpt; ./Zend/tests/ns_060.phpt; ./Zend/tests/incompat_ctx_user.phpt; ./Zend/tests/ns_009.phpt; ./Zend/tests/closure_041.phpt; ./Zend/tests/numeric_strings/invalid_numeric_strings_must_generate_warning.phpt; ./Zend/tests/numeric_strings/invalid_numeric_string_must_generate_warning_assign.phpt; ./Zend/tests/ns_003.phpt; ./Zend/tests/bug76502.phpt; ./Zend/tests/class_alias_017.phpt; ./Zend/tests/closure_058.phpt; ./Zend/tests/bug32429.phpt; ./Zend/tests/anon_class_name.phpt; ./Zend/tests/anon/011.phpt; ./Zend/tests/nullsafe_operator/013.phpt; ./Zend/tests/ns_004.phpt; ./Zend/tests/arginfo_zpp_mismatch_strict.phpt; ./Zend/tests/type_declarations/variance/object_variance.phpt; ./Zend/tests/type_declarations/union_types/type_checking_strict.phpt; ./Zend/tests/type_declarations/union_types/type_checking_weak.phpt; ./Zend/tests/bug54910.phpt; ./Zend/tests/closures/closure_from_callable_error.phpt; ./Zend/tests/function_arguments/argument_count_incorrect_userland_strict.phpt; ./Zend/tests/function_arguments/argument_count_incorrect_internal_strict.phpt; ./Zend/tests/function_arguments/argument_count_incorrect_userland.phpt; ./Zend/tests/ns_008.phpt; ./Zend/tests/bug32296.phpt; ./Zend/tests/exception_handler_002.phpt; ./Zend/tests/bug32596.phpt; ./Zend/tests/exception_handler_006.phpt; ./Zend/tests/try/try_multicatch_003.phpt; ./Zend/tests/try/try_multicatch_002.phpt; ./Zend/tests/try/try_multicatch_006.phpt; ./Zend/tests/try/try_multicatch_007.phpt; ./Zend/tests/try/try_multicatch_004.phpt; ./Zend/tests/try/try_multicatch_005.phpt; ./Zend/tests/bug69957.phpt; ./Zend/tests/bug41961.phpt; ./Zend/tests/ns_061.phpt; ./Zend/tests/009.phpt; ./Zend/tests/exception_handler_007.phpt; ./tests/classes/class_stdclass.phpt; ./tests/classes/ctor_failure.phpt; ./tests/classes/interface_implemented.phpt; ./tests/classes/interface_doubled.phpt; ./tests/lang/operators/bitwiseShiftLeft_variationStr_64bit.phpt; ./tests/lang/operators/divide_basiclong_64bit.phpt; ./tests/lang/operators/bitwiseShiftRight_variationStr.phpt; ./tests/lang/operators/bitwiseShiftLeft_variationStr.phpt; ./tests/lang/operators/modulus_variationStr.phpt; |
Core | Function | get_called_class | yes | click to show/hide test files ./Zend/tests/generators/generator_static_method.phpt; ./Zend/tests/bug47699.phpt; ./Zend/tests/lsb_021.phpt; ./Zend/tests/get_called_class_001.phpt; ./Zend/tests/lsb_018.phpt; ./Zend/tests/class_alias_017.phpt; ./Zend/tests/traits/static_get_called_class.phpt; ./Zend/tests/closure_058.phpt; ./Zend/tests/lsb_004.phpt; ./Zend/tests/nullsafe_operator/013.phpt; ./Zend/tests/bug47054.phpt; ./Zend/tests/lsb_017.phpt; |
Core | Function | get_parent_class | yes | click to show/hide test files ./ext/pdo/tests/pdo_035.phpt; ./ext/standard/tests/class_object/get_parent_class_variation_002.phpt; ./ext/standard/tests/class_object/get_parent_class_variation_001.phpt; ./ext/mysqli/tests/mysqli_class_mysqli_interface.phpt; ./ext/mysqli/tests/mysqli_class_mysqli_result_interface.phpt; ./ext/mysqli/tests/mysqli_class_mysqli_stmt_interface.phpt; ./ext/mysqli/tests/mysqli_class_mysqli_driver_interface.phpt; ./Zend/tests/get_parent_class_001.phpt; ./Zend/tests/010.phpt; ./tests/classes/bug24445.phpt; ./tests/lang/bug21961.phpt; |
Core | Function | method_exists | yes | click to show/hide test files ./ext/pdo/tests/pdo_018.phpt; ./ext/opcache/tests/opt/sccp_026.phpt; ./ext/standard/tests/class_object/method_exists_basic_002.phpt; ./ext/standard/tests/class_object/method_exists_variation_001.phpt; ./ext/standard/tests/class_object/method_exists_variation_003.phpt; ./ext/standard/tests/class_object/method_exists_basic_003.phpt; ./ext/standard/tests/class_object/method_exists_basic_001.phpt; ./ext/mysqli/tests/mysqli_get_warnings.phpt; ./ext/mysqli/tests/bug32490.phpt; ./ext/mysqli/tests/bug36802.phpt; ./ext/mysqli/tests/mysqli_stmt_get_warnings.phpt; ./Zend/tests/bug76901.phpt; ./Zend/tests/bug52060.phpt; ./Zend/tests/bug50810.phpt; ./Zend/tests/bug32429.phpt; ./Zend/tests/method_exists.phpt; ./Zend/tests/method_exists_002.phpt; |
Core | Function | property_exists | yes | click to show/hide test files ./ext/snmp/tests/snmp-object-properties.phpt; ./ext/spl/tests/bug53515.phpt; ./ext/reflection/tests/property_exists.phpt; ./ext/reflection/tests/bug49719.phpt; ./ext/standard/tests/class_object/property_exists_error.phpt; ./ext/standard/tests/class_object/property_exists_variation1.phpt; ./ext/date/tests/bug69587.phpt; ./ext/date/tests/bug74852.phpt; ./Zend/tests/bug77291.phpt; ./Zend/tests/bug50810.phpt; ./Zend/tests/011.phpt; ./Zend/tests/property_exists.phpt; ./Zend/tests/traits/property001.phpt; ./Zend/tests/traits/property002.phpt; ./Zend/tests/bug42211.phpt; ./Zend/tests/bug50146.phpt; |
Core | Function | class_exists | yes | click to show/hide test files ./ext/opcache/tests/preload_009.phpt; ./ext/opcache/tests/preload_004.phpt; ./ext/opcache/tests/preload_012.phpt; ./ext/opcache/tests/compact_literals.phpt; ./ext/opcache/tests/bug64353.phpt; ./ext/opcache/tests/preload_class_alias_2.phpt; ./ext/opcache/tests/preload_bug79114.phpt; ./ext/opcache/tests/preload_class_alias.phpt; ./ext/opcache/tests/preload_loadable_classes_2.phpt; ./ext/opcache/tests/preload_loadable_classes_1.phpt; ./ext/opcache/tests/bug76337.phpt; ./ext/spl/tests/spl_autoload_004.phpt; ./ext/spl/tests/spl_autoload_warn_on_false_do_throw.phpt; ./ext/spl/tests/spl_autoload_called_scope.phpt; ./ext/spl/tests/spl_autoload_005.phpt; ./ext/spl/tests/spl_autoload_call_basic.phpt; ./ext/spl/tests/spl_autoload_011.phpt; ./ext/spl/tests/spl_autoload_003.phpt; ./ext/spl/tests/spl_autoload_009.phpt; ./ext/spl/tests/spl_autoload_012.phpt; ./ext/spl/tests/array_013.phpt; ./ext/spl/tests/spl_autoload_006.phpt; ./ext/spl/tests/spl_autoload_008.phpt; ./ext/spl/tests/bug52339.phpt; ./ext/spl/tests/spl_autoload_001.phpt; ./ext/standard/tests/serialize/bug30234.phpt; ./ext/standard/tests/class_object/get_declared_classes_basic_001.phpt; ./ext/standard/tests/class_object/class_exists_variation_003.phpt; ./ext/standard/tests/class_object/class_exists_basic_001.phpt; ./Zend/tests/bug78926.phpt; ./Zend/tests/bug78406.phpt; ./Zend/tests/class_exists_003.phpt; ./Zend/tests/match/028.phpt; ./Zend/tests/match/027.phpt; ./Zend/tests/class_exists_001.phpt; ./Zend/tests/bug26697.phpt; ./Zend/tests/bug79022.phpt; ./Zend/tests/012.phpt; ./Zend/tests/class_exists_002.phpt; ./Zend/tests/bug46813.phpt; ./Zend/tests/bug18556.phpt; ./tests/classes/autoload_018.phpt; ./tests/classes/autoload_005.phpt; ./tests/classes/autoload_003.phpt; ./tests/classes/autoload_001.phpt; ./tests/classes/autoload_004.phpt; ./tests/classes/autoload_006.phpt; ./tests/classes/bug75765.phpt; ./tests/classes/autoload_019.phpt; |
Core | Function | interface_exists | yes | click to show/hide test files ./ext/standard/tests/serialize/bug30234.phpt; ./ext/standard/tests/class_object/get_declared_interfaces_basic_001.phpt; ./ext/standard/tests/class_object/interface_exists_variation3.phpt; ./ext/standard/tests/class_object/interface_exists_variation4.phpt; ./Zend/tests/bug47593.phpt; ./Zend/tests/interface_exists_001.phpt; ./Zend/tests/013.phpt; ./Zend/tests/bug79022.phpt; ./Zend/tests/type_declarations/variance/class_order_autoload4.phpt; ./Zend/tests/interface_exists_002.phpt; ./tests/classes/autoload_006.phpt; |
Core | Function | function_exists | yes | click to show/hide test files ./ext/opcache/tests/jmp_elim_003.phpt; ./ext/opcache/tests/compact_literals.phpt; ./ext/opcache/tests/preload_001.phpt; ./ext/opcache/tests/preload_dynamic_function.phpt; ./ext/zlib/tests/gzencode_variation1-win32.phpt; ./ext/phar/tests/tar/create_new_and_modify.phpt; ./ext/phar/tests/zip/create_new_and_modify.phpt; ./ext/phar/tests/create_new_and_modify.phpt; ./ext/gd/tests/bug70047.phpt; ./ext/gd/tests/types.phpt; ./ext/gd/tests/bug72596.phpt; ./ext/gd/tests/imagetypes_bmp.phpt; ./ext/gd/tests/imagetypes_tga.phpt; ./ext/gd/tests/bug44849.phpt; ./ext/oci8/tests/existence_aliases.phpt; ./ext/oci8/tests/lob_aliases.phpt; ./ext/pgsql/tests/03sync_query.phpt; ./ext/pgsql/tests/07optional.phpt; ./ext/pgsql/tests/02connection.phpt; ./ext/mysqli/tests/mysqli_class_mysqli_interface.phpt; ./ext/mysqli/tests/mysqli_stmt_execute_stored_proc.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_param.phpt; ./ext/mysqli/tests/mysqli_explain_metadata.phpt; ./ext/mysqli/tests/mysqli_stmt_result_metadata_sqltests.phpt; ./Zend/tests/bug47593.phpt; ./Zend/tests/bug69315.phpt; ./Zend/tests/function_exists_basic.phpt; ./Zend/tests/bug69388.phpt; ./tests/output/sapi_windows_vt100_support_notwindows.phpt; |
Core | Function | class_alias | yes | click to show/hide test files ./Zend/tests/class_alias_013.phpt; ./Zend/tests/bug76451_2.phpt; ./Zend/tests/bug62343.phpt; ./Zend/tests/class_alias_010.phpt; ./Zend/tests/class_alias_011.phpt; ./Zend/tests/inter_007.phpt; ./Zend/tests/class_alias_018.phpt; ./Zend/tests/class_alias_014.phpt; ./Zend/tests/class_alias_005.phpt; ./Zend/tests/class_alias_012.phpt; ./Zend/tests/class_alias_007.phpt; ./Zend/tests/class_alias_020.phpt; ./Zend/tests/class_alias_019.phpt; ./Zend/tests/class_alias_016.phpt; ./Zend/tests/class_exists_001.phpt; ./Zend/tests/class_alias_017.phpt; ./Zend/tests/traits/get_declared_traits_004.phpt; ./Zend/tests/class_alias_008.phpt; ./Zend/tests/class_alias_009.phpt; ./Zend/tests/anon/011.phpt; ./Zend/tests/class_alias_021.phpt; ./Zend/tests/class_alias_004.phpt; ./Zend/tests/type_declarations/variance/property_types_early_bind.phpt; ./Zend/tests/type_declarations/scalar_reserved2_class_alias.phpt; ./Zend/tests/type_declarations/scalar_reserved6_class_alias.phpt; ./Zend/tests/type_declarations/scalar_reserved4_class_alias.phpt; ./Zend/tests/type_declarations/scalar_reserved3_class_alias.phpt; ./Zend/tests/grammar/regression_011.phpt; ./Zend/tests/bug54624.phpt; ./Zend/tests/class_alias_002.phpt; ./Zend/tests/class_alias_001.phpt; ./Zend/tests/class_alias_006.phpt; |
Core | Function | get_included_files | yes | click to show/hide test files ./ext/standard/tests/general_functions/get_included_files.phpt; ./Zend/tests/014.phpt; |
Core | Function | get_required_files | yes | click to show/hide test files ./Zend/tests/get_required_files.phpt; |
Core | Function | is_subclass_of | yes | click to show/hide test files ./ext/standard/tests/class_object/is_a.phpt; ./ext/standard/tests/class_object/is_subclass_of_variation_001.phpt; ./ext/standard/tests/class_object/is_subclass_of_variation_003.phpt; ./ext/standard/tests/class_object/is_subclass_of_variation_004.phpt; ./Zend/tests/is_a.phpt; ./Zend/tests/class_alias_018.phpt; ./Zend/tests/bug53727.phpt; ./tests/classes/bug24399.phpt; |
Core | Function | is_a | yes | click to show/hide test files ./ext/standard/tests/class_object/is_a.phpt; ./ext/standard/tests/class_object/is_a_variation_003.phpt; ./ext/standard/tests/class_object/is_a_variation_001.phpt; ./Zend/tests/is_a.phpt; ./Zend/tests/closure_020.phpt; |
Core | Function | get_class_vars | yes | click to show/hide test files ./ext/reflection/tests/001.phpt; ./ext/standard/tests/class_object/get_class_vars_variation2.phpt; ./ext/mysqli/tests/mysqli_class_mysqli_interface.phpt; ./ext/mysqli/tests/mysqli_class_mysqli_result_interface.phpt; ./ext/mysqli/tests/mysqli_class_mysqli_properties_no_conn.phpt; ./ext/mysqli/tests/mysqli_get_warnings.phpt; ./ext/mysqli/tests/mysqli_class_mysqli_stmt_interface.phpt; ./ext/mysqli/tests/mysqli_class_mysqli_driver_interface.phpt; ./Zend/tests/get_class_vars_006.phpt; ./Zend/tests/get_class_vars_003.phpt; ./Zend/tests/bug41640.phpt; ./Zend/tests/get_class_vars_001.phpt; ./Zend/tests/get_class_vars_004.phpt; ./Zend/tests/get_class_vars_002.phpt; ./Zend/tests/get_class_vars_007.phpt; ./Zend/tests/get_class_vars_typed_props.phpt; ./Zend/tests/bug45862.phpt; ./Zend/tests/bug29505.phpt; ./Zend/tests/get_class_vars_005.phpt; |
Core | Function | get_object_vars | yes | click to show/hide test files ./ext/spl/tests/ArrayObject_get_object_vars.phpt; ./ext/spl/tests/array_017.phpt; ./ext/session/tests/bug79031.phpt; ./ext/standard/tests/array/extract_variation9.phpt; ./ext/standard/tests/array/bug39576.phpt; ./ext/standard/tests/serialize/bug36424.phpt; ./ext/standard/tests/class_object/get_object_vars_variation_002.phpt; ./ext/standard/tests/class_object/get_object_vars_basic_001.phpt; ./ext/standard/tests/class_object/get_object_vars_basic_002.phpt; ./ext/standard/tests/class_object/get_object_vars_variation_005.phpt; ./ext/standard/tests/class_object/get_object_vars_variation_004.phpt; ./ext/standard/tests/class_object/get_object_vars_variation_001.phpt; ./ext/date/tests/bug75222.phpt; ./ext/json/tests/bug71835.phpt; ./ext/json/tests/serialize.phpt; ./ext/simplexml/tests/bug46048.phpt; ./ext/mysqli/tests/mysqli_class_mysqli_interface.phpt; ./ext/mysqli/tests/mysqli_class_mysqli_result_interface.phpt; ./ext/mysqli/tests/mysqli_class_mysqli_properties_no_conn.phpt; ./ext/mysqli/tests/mysqli_get_warnings.phpt; ./ext/mysqli/tests/mysqli_class_mysqli_stmt_interface.phpt; ./ext/mysqli/tests/mysqli_class_mysqli_driver_interface.phpt; ./Zend/tests/bug73998.phpt; ./Zend/tests/bug26010.phpt; ./Zend/tests/bug64555.phpt; ./Zend/tests/foreach_shadowed_property.phpt; ./Zend/tests/bug27798.phpt; ./Zend/tests/bug40757.phpt; ./Zend/tests/foreach_shadowed_dyn_property.phpt; ./Zend/tests/bug71336.phpt; ./Zend/tests/bug72594.phpt; |
Core | Function | get_class_methods | yes | click to show/hide test files ./ext/opcache/tests/preload_trait_alias.phpt; ./ext/pdo_mysql/tests/pdo_mysql_interface.phpt; ./ext/standard/tests/class_object/get_class_methods_basic_002.phpt; ./ext/standard/tests/class_object/get_class_methods_variation_002.phpt; ./ext/standard/tests/class_object/get_class_methods_variation_001.phpt; ./ext/standard/tests/class_object/get_class_methods_basic_003.phpt; ./ext/standard/tests/class_object/get_class_methods_basic_001.phpt; ./ext/mysqli/tests/mysqli_class_mysqli_interface.phpt; ./ext/mysqli/tests/mysqli_class_mysqli_result_interface.phpt; ./ext/mysqli/tests/mysqli_class_mysqli_stmt_interface.phpt; ./ext/mysqli/tests/mysqli_class_mysqli_driver_interface.phpt; ./Zend/tests/get_class_methods_001.phpt; ./Zend/tests/bug65579.phpt; ./Zend/tests/arginfo_zpp_mismatch.phpt; ./Zend/tests/bug43483.phpt; ./Zend/tests/get_class_methods_002.phpt; ./Zend/tests/arginfo_zpp_mismatch_strict.phpt; ./Zend/tests/get_class_methods_003.phpt; ./Zend/tests/bug64239_1.phpt; ./Zend/tests/bug32296.phpt; ./Zend/tests/019.phpt; ./Zend/tests/bug72594.phpt; ./tests/classes/autoload_002.phpt; |
Core | Function | trigger_error | yes | click to show/hide test files ./ext/opcache/tests/ssa_bug_001.phpt; ./ext/spl/tests/bug66127.phpt; ./ext/zip/tests/bug53603.phpt; ./ext/zend_test/tests/observer_error_05.phpt; ./ext/zend_test/tests/observer_error_02.phpt; ./Zend/tests/nowdoc_015.phpt; ./Zend/tests/bug60738.phpt; ./Zend/tests/bug33802.phpt; ./Zend/tests/bug46241.phpt; ./Zend/tests/015.phpt; ./tests/lang/error_2_exception_001.phpt; ./tests/lang/bug21094.phpt; |
Core | Function | user_error | yes | click to show/hide test files ./ext/soap/tests/bugs/bug31422.phpt; |
Core | Function | set_error_handler | yes | click to show/hide test files ./ext/openssl/tests/openssl_pkcs7_decrypt_error.phpt; ./ext/openssl/tests/openssl_cms_decrypt_error.phpt; ./ext/iconv/tests/iconv_mime_encode.phpt; ./ext/iconv/tests/iconv_strrpos.phpt; ./ext/iconv/tests/iconv_mime_decode.phpt; ./ext/opcache/tests/ssa_bug_004.phpt; ./ext/opcache/tests/jit/type_check_001.phpt; ./ext/spl/tests/bug66127.phpt; ./ext/spl/tests/spl_004.phpt; ./ext/spl/tests/bug79987.phpt; ./ext/spl/tests/CallbackFilterIteratorTest-002.phpt; ./ext/spl/tests/class_implements_variation1.phpt; ./ext/spl/tests/class_uses_variation1.phpt; ./ext/spl/tests/iterator_042.phpt; ./ext/pcntl/tests/002.phpt; ./ext/intl/tests/calendar_equals_error.phpt; ./ext/intl/tests/calendar_before_after_error.phpt; ./ext/intl/tests/badargs.phpt; ./ext/intl/tests/calendar_isEquivalentTo_error.phpt; ./ext/intl/tests/calendar_setTimeZone_error.phpt; ./ext/intl/tests/timezone_hasSameRules_error.phpt; ./ext/reflection/tests/bug76936.phpt; ./ext/reflection/tests/bug76536.phpt; ./ext/phar/tests/create_path_error.phpt; ./ext/pdo_pgsql/tests/bug72294.phpt; ./ext/oci8/tests/connect_scope_try6.phpt; ./ext/oci8/tests/connect_scope_try2.phpt; ./ext/oci8/tests/connect_scope_try1.phpt; ./ext/oci8/tests/connect_scope_try5.phpt; ./ext/oci8/tests/connect_scope_try4.phpt; ./ext/oci8/tests/connect_scope_try3.phpt; ./ext/zend_test/tests/observer_error_05.phpt; ./ext/standard/tests/image/getimagesize_variation2.phpt; ./ext/standard/tests/array/array_multisort_variation1.phpt; ./ext/standard/tests/array/array_multisort_variation3.phpt; ./ext/standard/tests/array/array_multisort_variation2.phpt; ./ext/standard/tests/array/array_multisort_variation8.phpt; ./ext/standard/tests/array/bug77395.phpt; ./ext/standard/tests/class_object/get_parent_class_variation_002.phpt; ./ext/standard/tests/class_object/method_exists_variation_001.phpt; ./ext/standard/tests/class_object/get_class_methods_variation_001.phpt; ./ext/standard/tests/class_object/is_subclass_of_variation_001.phpt; ./ext/standard/tests/class_object/is_subclass_of_variation_004.phpt; ./ext/standard/tests/file/file_put_contents_variation2.phpt; ./ext/standard/tests/general_functions/gettype_settype_variation8.phpt; ./ext/standard/tests/general_functions/type.phpt; ./ext/standard/tests/general_functions/gettype_settype_variation2.phpt; ./ext/standard/tests/general_functions/bug44295-win.phpt; ./ext/standard/tests/general_functions/gettype_settype_variation1.phpt; ./ext/standard/tests/general_functions/gettype_settype_variation3.phpt; ./ext/standard/tests/general_functions/gettype_settype_variation6.phpt; ./ext/standard/tests/general_functions/bug44295.phpt; ./ext/standard/tests/general_functions/gettype_settype_variation7.phpt; ./ext/standard/tests/general_functions/gettype_settype_basic.phpt; ./ext/standard/tests/general_functions/gettype_settype_variation4.phpt; ./ext/standard/tests/streams/bug60106.phpt; ./ext/mysqli/tests/mysqli_fetch_object.phpt; ./ext/mysqli/tests/mysqli_fetch_object_oo.phpt; ./ext/dom/tests/bug28721.phpt; ./Zend/tests/bug51394.phpt; ./Zend/tests/methods-on-non-objects-usort.phpt; ./Zend/tests/bug64960.phpt; ./Zend/tests/nowdoc_015.phpt; ./Zend/tests/bug67314.phpt; ./Zend/tests/methods-on-non-objects-catch.phpt; ./Zend/tests/bug60738.phpt; ./Zend/tests/bug74164.phpt; ./Zend/tests/bug72101.phpt; ./Zend/tests/arg_unpack/string_keys.phpt; ./Zend/tests/operator_unsupported_types.phpt; ./Zend/tests/bug46196.phpt; ./Zend/tests/generators/finally/run_on_dtor.phpt; ./Zend/tests/call_to_deprecated_function_args.phpt; ./Zend/tests/bug69388_2.phpt; ./Zend/tests/bug68118.phpt; ./Zend/tests/bug64135.phpt; ./Zend/tests/closure_061.phpt; ./Zend/tests/bug33802.phpt; ./Zend/tests/bug46241.phpt; ./Zend/tests/bug79791.phpt; ./Zend/tests/exception_in_rope_end.phpt; ./Zend/tests/exception_before_fatal.phpt; ./Zend/tests/bug76534.phpt; ./Zend/tests/errmsg_045.phpt; ./Zend/tests/debug_backtrace_with_include_and_this.phpt; ./Zend/tests/bug79793.phpt; ./Zend/tests/bug79599.phpt; ./Zend/tests/bug29890.phpt; ./Zend/tests/match/030.phpt; ./Zend/tests/match/029.phpt; ./Zend/tests/bug80045.phpt; ./Zend/tests/bug63206.phpt; ./Zend/tests/bug64578.phpt; ./Zend/tests/bug72107.phpt; ./Zend/tests/temporary_cleaning_015.phpt; ./Zend/tests/bug71930.phpt; ./Zend/tests/bug76025.phpt; ./Zend/tests/nullsafe_operator/039.phpt; ./Zend/tests/undef_var_in_verify_return.phpt; ./Zend/tests/bug63206_1.phpt; ./Zend/tests/closure_031.phpt; ./Zend/tests/temporary_cleaning_014.phpt; ./Zend/tests/type_declarations/scalar_return_basic_64bit.phpt; ./Zend/tests/type_declarations/scalar_basic.phpt; ./Zend/tests/type_declarations/scalar_return_basic.phpt; ./Zend/tests/bug65322.phpt; ./Zend/tests/bug35017.phpt; ./Zend/tests/bug73338.phpt; ./Zend/tests/bug29896.phpt; ./Zend/tests/bug79784.phpt; ./Zend/tests/bug78598.phpt; ./Zend/tests/bug67436/bug67436.phpt; ./Zend/tests/require_once_warning_to_exception.phpt; ./Zend/tests/bug60909_1.phpt; ./Zend/tests/bug69388.phpt; ./Zend/tests/bug41209.phpt; ./Zend/tests/bug30998.phpt; ./Zend/tests/compound_assign_failure.phpt; ./Zend/tests/temporary_cleaning_016.phpt; ./Zend/tests/bug35634.phpt; ./Zend/tests/bug70785.phpt; ./Zend/tests/bug70662.phpt; ./Zend/tests/bug78239.phpt; ./Zend/tests/bug45805.phpt; ./Zend/tests/exception_in_nested_rope.phpt; ./Zend/tests/undef_index_to_exception.phpt; ./Zend/tests/bug70689.phpt; ./Zend/tests/bug61767.phpt; ./Zend/tests/bug46106.phpt; ./tests/classes/tostring_004.phpt; ./tests/lang/039.phpt; ./tests/lang/bug25547.phpt; ./tests/lang/error_2_exception_001.phpt; ./tests/lang/bug28213.phpt; ./tests/lang/bug25922.phpt; ./tests/lang/bug21094.phpt; ./tests/lang/catchable_error_002.phpt; ./tests/lang/bug22592.phpt; ./tests/lang/038.phpt; ./tests/output/bug70970.phpt; |
Core | Function | restore_error_handler | yes | click to show/hide test files ./ext/pdo_pgsql/tests/bug72294.phpt; ./Zend/tests/bug46196.phpt; ./Zend/tests/bug33802.phpt; ./Zend/tests/bug63206.phpt; ./Zend/tests/bug63206_1.phpt; |
Core | Function | set_exception_handler | yes | click to show/hide test files ./ext/pdo_mysql/tests/pdo_mysql_attr_errmode.phpt; ./ext/reflection/tests/bug76536.phpt; ./Zend/tests/bug47714.phpt; ./Zend/tests/exit_exception_handler.phpt; ./Zend/tests/exception_handler_004.phpt; ./Zend/tests/bug64960.phpt; ./Zend/tests/exception_handler_001.phpt; ./Zend/tests/exception_handler_005.phpt; ./Zend/tests/exception_handler_003.phpt; ./Zend/tests/bug40815.phpt; ./Zend/tests/bug32226.phpt; ./Zend/tests/bug80045.phpt; ./Zend/tests/bug60738_variation.phpt; ./Zend/tests/bug63206_2.phpt; ./Zend/tests/exception_handler_002.phpt; ./Zend/tests/exception_handler_006.phpt; ./Zend/tests/exception_handler_007.phpt; ./tests/lang/bug23279.phpt; |
Core | Function | restore_exception_handler | yes | click to show/hide test files ./Zend/tests/bug32226.phpt; ./Zend/tests/bug63206_2.phpt; ./Zend/tests/exception_handler_006.phpt; |
Core | Function | get_declared_classes | yes | click to show/hide test files ./ext/reflection/tests/internal_parameter_default_value/check_all.phpt; ./ext/reflection/tests/ReflectionClass_isSubclassOf_error2.phpt; ./ext/standard/tests/class_object/get_declared_classes_basic_001.phpt; ./ext/standard/tests/class_object/get_declared_classes_variation1.phpt; ./Zend/tests/bug62343.phpt; ./Zend/tests/arginfo_zpp_mismatch.phpt; ./Zend/tests/traits/get_declared_traits_003.phpt; ./Zend/tests/arginfo_zpp_mismatch_strict.phpt; ./Zend/tests/instantiate_all_classes.phpt; ./Zend/tests/bug18556.phpt; ./tests/lang/bug19566.phpt; |
Core | Function | get_declared_interfaces | yes | click to show/hide test files ./ext/standard/tests/class_object/get_declared_interfaces_variation1.phpt; ./ext/standard/tests/class_object/get_declared_interfaces_basic_001.phpt; ./Zend/tests/017.phpt; |
Core | Function | get_defined_functions | yes | click to show/hide test files ./ext/opcache/tests/func_info.phpt; ./ext/reflection/tests/internal_parameter_default_value/check_all.phpt; ./Zend/tests/017.phpt; ./Zend/tests/arginfo_zpp_mismatch.phpt; ./Zend/tests/bug79668.phpt; ./Zend/tests/get_defined_functions_basic.phpt; ./Zend/tests/arginfo_zpp_mismatch_strict.phpt; ./tests/basic/bug31875.phpt; ./tests/output/ob_start_basic_002.phpt; |
Core | Function | get_defined_vars | yes | click to show/hide test files ./ext/standard/tests/general_functions/get_defined_vars_basic.phpt; ./ext/standard/tests/general_functions/bug29038.phpt; ./Zend/tests/get_defined_vars.phpt; ./Zend/tests/bug39036.phpt; ./Zend/tests/bug68370.phpt; |
Core | Function | create_function | no | |
Core | Function | get_resource_type | yes | click to show/hide test files ./ext/standard/tests/file/007_variation20.phpt; ./ext/standard/tests/file/007_variation18.phpt; ./ext/standard/tests/file/007_variation6.phpt; ./ext/standard/tests/file/007_variation10.phpt; ./ext/standard/tests/file/007_variation13-win32.phpt; ./ext/standard/tests/file/007_variation4.phpt; ./ext/standard/tests/file/007_variation11.phpt; ./ext/standard/tests/file/007_variation16.phpt; ./ext/standard/tests/file/007_variation19.phpt; ./ext/standard/tests/file/007_variation2.phpt; ./ext/standard/tests/file/007_variation8.phpt; ./ext/standard/tests/file/007_variation7.phpt; ./ext/standard/tests/file/007_variation22.phpt; ./ext/standard/tests/file/007_variation24.phpt; ./ext/standard/tests/file/007_variation9.phpt; ./ext/standard/tests/file/007_variation3.phpt; ./ext/standard/tests/file/007_variation17.phpt; ./ext/standard/tests/file/007_variation12-win32.phpt; ./ext/standard/tests/file/007_variation23.phpt; ./ext/standard/tests/file/007_variation13.phpt; ./ext/standard/tests/file/007_variation12.phpt; ./ext/standard/tests/file/007_variation21.phpt; ./ext/standard/tests/file/007_variation15.phpt; ./ext/standard/tests/file/007_variation1.phpt; ./ext/standard/tests/file/007_variation14.phpt; ./ext/standard/tests/file/007_variation5.phpt; ./ext/standard/tests/file/007_variation11-win32.phpt; ./ext/standard/tests/file/007_variation11-win32-mb.phpt; ./ext/standard/tests/general_functions/get_resource_type_basic.phpt; ./Zend/tests/017.phpt; |
Core | Function | get_loaded_extensions | yes | click to show/hide test files ./ext/standard/tests/general_functions/get_loaded_extensions_basic.phpt; ./Zend/tests/017.phpt; |
Core | Function | extension_loaded | yes | click to show/hide test files ./ext/openssl/tests/bug80747.phpt; ./ext/opcache/tests/jmp_elim_003.phpt; ./ext/opcache/tests/bug69038.phpt; ./ext/opcache/tests/bug66334.phpt; ./ext/pdo_mysql/tests/pdo_mysql_class_constants.phpt; ./ext/phar/tests/003a.phpt; ./ext/phar/tests/003.phpt; ./sapi/cli/tests/bug64529.phpt; ./tests/run-test/bug75042.phpt; ./tests/run-test/bug75042-2.phpt; |
Core | Function | get_extension_funcs | yes | click to show/hide test files ./ext/intl/tests/badargs.phpt; ./ext/standard/tests/general_functions/get_extension_funcs_basic.phpt; ./Zend/tests/017.phpt; ./Zend/tests/bug66218.phpt; |
Core | Function | get_defined_constants | yes | click to show/hide test files ./ext/session/tests/bug74833.phpt; ./ext/standard/tests/url/parse_url_basic_010.phpt; ./ext/standard/tests/general_functions/get_defined_constants_basic.phpt; ./ext/mysqli/tests/mysqli_constants_categories.phpt; ./ext/mysqli/tests/mysqli_constants.phpt; ./Zend/tests/bug65291.phpt; ./Zend/tests/017.phpt; |
Core | Function | debug_backtrace | yes | click to show/hide test files ./ext/pdo_mysql/tests/pdo_mysql_subclass.phpt; ./ext/standard/tests/array/bug51552.phpt; ./Zend/tests/bug64960.phpt; ./Zend/tests/bug47880.phpt; ./Zend/tests/bug64720.phpt; ./Zend/tests/named_params/backtrace.phpt; ./Zend/tests/attributes/031_backtrace.phpt; ./Zend/tests/debug_backtrace_with_include_and_this.phpt; ./Zend/tests/bug79108.phpt; ./Zend/tests/bug39445.phpt; ./Zend/tests/bug28377.phpt; ./Zend/tests/closure_032.phpt; ./Zend/tests/debug_backtrace_options.phpt; ./Zend/tests/bug30828.phpt; ./Zend/tests/bug64239_2.phpt; ./Zend/tests/bug70547.phpt; ./Zend/tests/debug_backtrace_limit.phpt; ./tests/lang/bug24573.phpt; |
Core | Function | debug_print_backtrace | yes | click to show/hide test files ./Zend/tests/bug_debug_backtrace.phpt; ./Zend/tests/generators/yield_from_backtrace.phpt; ./Zend/tests/generators/backtrace.phpt; ./Zend/tests/generators/backtrace_multi_yield_from.phpt; ./Zend/tests/named_params/backtrace.phpt; ./Zend/tests/attributes/031_backtrace.phpt; ./Zend/tests/bug64239_4.phpt; ./Zend/tests/bug78973.phpt; ./Zend/tests/bug70156.phpt; ./Zend/tests/closure_032.phpt; ./Zend/tests/bug29896.phpt; ./Zend/tests/bug30828.phpt; ./Zend/tests/debug_print_backtrace_limit.phpt; ./Zend/tests/bug64239_3.phpt; ./Zend/tests/bug73916.phpt; ./tests/lang/bug28213.phpt; |
Core | Function | gc_collect_cycles | yes | click to show/hide test files ./ext/opcache/tests/ssa_bug_008.phpt; ./ext/snmp/tests/bug72479.phpt; ./ext/spl/tests/bug63680.phpt; ./ext/spl/tests/bug65967.phpt; ./ext/spl/tests/bug53071.phpt; ./ext/spl/tests/bug69227.phpt; ./ext/exif/tests/bug68799.phpt; ./ext/gmp/tests/bug659967.phpt; ./ext/standard/tests/serialize/unserialize_mem_leak.phpt; ./ext/standard/tests/strings/bug72434.phpt; ./ext/date/tests/bug49700.phpt; ./ext/com_dotnet/tests/bug49192.phpt; ./ext/com_dotnet/tests/bug79247.phpt; ./Zend/tests/gc_036.phpt; ./Zend/tests/gc_012.phpt; ./Zend/tests/bug47343.phpt; ./Zend/tests/gc_015.phpt; ./Zend/tests/bug69446_2.phpt; ./Zend/tests/gc_028.phpt; ./Zend/tests/generators/gc_with_iterator_in_foreach.phpt; ./Zend/tests/generators/bug76427.phpt; ./Zend/tests/generators/gc_with_root_parent_mismatch.phpt; ./Zend/tests/generators/gc_with_yield_from.phpt; ./Zend/tests/generators/iterator_wrapper_leak.phpt; ./Zend/tests/gc_027.phpt; ./Zend/tests/gc_024.phpt; ./Zend/tests/bug72530.phpt; ./Zend/tests/bug70805_2.phpt; ./Zend/tests/gc_019.phpt; ./Zend/tests/bug78999.phpt; ./Zend/tests/gc_016.phpt; ./Zend/tests/bug64896.phpt; ./Zend/tests/bug70805.phpt; ./Zend/tests/gc_018.phpt; ./Zend/tests/gc_041.phpt; ./Zend/tests/bug60139.phpt; ./Zend/tests/gc_008.phpt; ./Zend/tests/gc_035.phpt; ./Zend/tests/gc_020.phpt; ./Zend/tests/weakrefs/weakmap_weakness.phpt; ./Zend/tests/gc_017.phpt; ./Zend/tests/bug43918.phpt; ./Zend/tests/gc_007.phpt; ./Zend/tests/gc_022.phpt; ./Zend/tests/bug70805_1.phpt; ./Zend/tests/gc_033.phpt; ./Zend/tests/gc_021.phpt; ./Zend/tests/gc_013.phpt; ./Zend/tests/gc_031.phpt; ./Zend/tests/gc_038.phpt; ./Zend/tests/gc_029.phpt; ./Zend/tests/gc_005.phpt; ./Zend/tests/gc_009.phpt; ./Zend/tests/bug77345_gc_2.phpt; ./Zend/tests/gc_004.phpt; ./Zend/tests/gc_039.phpt; ./Zend/tests/gc_011.phpt; ./Zend/tests/gc_043.phpt; ./Zend/tests/gc_006.phpt; ./Zend/tests/bug69446.phpt; ./Zend/tests/bug78379.phpt; ./Zend/tests/bug78379_2.phpt; ./Zend/tests/gc_042.phpt; ./Zend/tests/gc_014.phpt; ./Zend/tests/bug69534.phpt; ./Zend/tests/bug63734.phpt; ./Zend/tests/bug78589.phpt; ./Zend/tests/gc_030.phpt; ./Zend/tests/gc_023.phpt; ./Zend/tests/gc_037.phpt; |
Core | Function | gc_enabled | yes | click to show/hide test files ./Zend/tests/gc_002.phpt; ./Zend/tests/gc_001.phpt; ./Zend/tests/bug77345_gc_2.phpt; ./Zend/tests/gc_003.phpt; ./Zend/tests/bug77345_gc_1.phpt; |
Core | Function | gc_enable | yes | click to show/hide test files ./ext/spl/tests/bug53071.phpt; ./ext/gmp/tests/bug659967.phpt; ./ext/date/tests/bug49700.phpt; ./Zend/tests/bug64896.phpt; ./Zend/tests/gc_002.phpt; ./Zend/tests/gc_001.phpt; ./Zend/tests/gc_026.phpt; |
Core | Function | gc_disable | yes | click to show/hide test files ./ext/pdo_mysql/tests/bug70272.phpt; ./Zend/tests/bug64896.phpt; ./Zend/tests/gc_002.phpt; ./Zend/tests/gc_001.phpt; ./Zend/tests/bug79900.phpt; |
date | Function | strtotime | yes | click to show/hide test files ./ext/intl/tests/dateformat_get_set_calendar_variant2.phpt; ./ext/intl/tests/calendar_inDaylightTime_basic.phpt; ./ext/intl/tests/calendar_getXMinimum_basic.phpt; ./ext/intl/tests/calendar_getDayOfWeekType_basic2.phpt; ./ext/intl/tests/calendar_get_setRepeatedWallTimeOption_basic.phpt; ./ext/intl/tests/gregoriancalendar___construct_variant1.phpt; ./ext/intl/tests/dateformat_get_set_timezone.phpt; ./ext/intl/tests/timezone_getOffset_basic.phpt; ./ext/intl/tests/dateformat_timezone_arg_variations4.phpt; ./ext/intl/tests/calendar_getTime_basic.phpt; ./ext/intl/tests/dateformat_get_set_calendar.phpt; ./ext/intl/tests/dateformat_formatObject_calendar_variant2.phpt; ./ext/intl/tests/dateformat_formatObject_calendar_variant3.phpt; ./ext/intl/tests/calendar_getDayOfWeekType_basic.phpt; ./ext/intl/tests/dateformat_formatObject_calendar_variant4.phpt; ./ext/intl/tests/dateformat_get_set_timezone_variant4.phpt; ./ext/intl/tests/dateformat_timezone_arg_variations3.phpt; ./ext/intl/tests/calendar_fromDateTime_basic.phpt; ./ext/intl/tests/calendar_isWeekend_basic.phpt; ./ext/intl/tests/dateformat_formatObject_calendar_variant5.phpt; ./ext/intl/tests/dateformat_create_cal_arg_variant5.phpt; ./ext/intl/tests/dateformat_get_set_calendar_variant4.phpt; ./ext/intl/tests/dateformat_calendars_variant2.phpt; ./ext/intl/tests/dateformat_timezone_arg_variations2.phpt; ./ext/intl/tests/dateformat_get_set_calendar_variant5.phpt; ./ext/intl/tests/calendar_clear_variation1.phpt; ./ext/intl/tests/dateformat_get_set_timezone_variant5.phpt; ./ext/intl/tests/calendar_getXMaximum_basic.phpt; ./ext/intl/tests/dateformat_create_cal_arg_variant4.phpt; ./ext/intl/tests/dateformat_get_set_timezone_variant2.phpt; ./ext/intl/tests/dateformat_get_set_timezone_variant3.phpt; ./ext/intl/tests/calendar_setTime_basic.phpt; ./ext/intl/tests/dateformat_timezone_arg_variations.phpt; ./ext/intl/tests/dateformat_formatObject_calendar.phpt; ./ext/intl/tests/dateformat_calendars_variant3.phpt; ./ext/intl/tests/calendar_fieldDifference_basic.phpt; ./ext/intl/tests/calendar_set_variation1.phpt; ./ext/intl/tests/calendar_add_basic.phpt; ./ext/intl/tests/dateformat_create_cal_arg.phpt; ./ext/intl/tests/dateformat_get_set_calendar_variant3.phpt; ./ext/intl/tests/dateformat_calendars.phpt; ./ext/intl/tests/dateformat_create_cal_arg_variant2.phpt; ./ext/intl/tests/dateformat_create_cal_arg_variant3.phpt; ./ext/standard/tests/time/strptime_basic.phpt; ./ext/standard/tests/time/strptime_parts.phpt; ./ext/date/tests/bug28599.phpt; ./ext/date/tests/bug35630.phpt; ./ext/date/tests/strtotime3-64bit.phpt; ./ext/date/tests/bug14561.phpt; ./ext/date/tests/bug32555.phpt; ./ext/date/tests/date_sun_info_001.phpt; ./ext/date/tests/strtotime-mysql.phpt; ./ext/date/tests/bug52290.phpt; ./ext/date/tests/strtotime-mysql-64bit.phpt; ./ext/date/tests/bug33414-1.phpt; ./ext/date/tests/bug35885.phpt; ./ext/date/tests/bug35218.phpt; ./ext/date/tests/bug35624.phpt; ./ext/date/tests/strtotime.phpt; ./ext/date/tests/format-negative-timestamp.phpt; ./ext/date/tests/default-timezone-2.phpt; ./ext/date/tests/timezone-configuration.phpt; ./ext/date/tests/bug33563.phpt; ./ext/date/tests/bug53502.phpt; ./ext/date/tests/002.phpt; ./ext/date/tests/date_default_timezone_set-1.phpt; ./ext/date/tests/bug37616.phpt; ./ext/date/tests/date_sun_info_003.phpt; ./ext/date/tests/bug35456.phpt; ./ext/date/tests/date_constants.phpt; ./ext/date/tests/strtotime3.phpt; ./ext/date/tests/bug36510.phpt; ./ext/date/tests/bug33532.phpt; ./ext/date/tests/bug34676.phpt; ./ext/date/tests/bug21399.phpt; ./ext/date/tests/bug37514.phpt; ./ext/date/tests/bug41523.phpt; ./ext/date/tests/bug20382-1.phpt; ./ext/date/tests/bug43452.phpt; ./ext/date/tests/bug26694.phpt; ./ext/date/tests/bug26317.phpt; ./ext/date/tests/bug29585.phpt; ./ext/date/tests/bug33578.phpt; ./ext/date/tests/bug33957.phpt; ./ext/date/tests/bug67109.phpt; ./ext/date/tests/bug38229.phpt; ./ext/date/tests/bug43960.phpt; ./ext/date/tests/bug13142.phpt; ./ext/date/tests/bug27780.phpt; ./ext/date/tests/strtotime_basic2.phpt; ./ext/date/tests/bug52577.phpt; ./ext/date/tests/default-timezone-1.phpt; ./ext/date/tests/bug35414.phpt; ./ext/date/tests/bug35887.phpt; ./ext/date/tests/bug35422.phpt; ./ext/date/tests/bug33415-1.phpt; ./ext/date/tests/date_sun_info_002.phpt; ./ext/date/tests/strtotime_variation_scottish.phpt; ./ext/date/tests/bug33452.phpt; ./ext/date/tests/bug62896.phpt; ./ext/date/tests/bug45081.phpt; ./ext/date/tests/bug29595.phpt; ./ext/date/tests/bug37747.phpt; ./ext/date/tests/strtotime-relative.phpt; ./ext/date/tests/bug37017.phpt; ./ext/date/tests/bug36599.phpt; ./ext/date/tests/bug35499.phpt; ./ext/date/tests/bug26320.phpt; ./ext/date/tests/bug32086.phpt; ./ext/date/tests/bug26198.phpt; ./ext/date/tests/bug33536.phpt; ./ext/date/tests/bug33869.phpt; ./ext/date/tests/strtotime_basic.phpt; ./ext/date/tests/bug30532.phpt; ./ext/date/tests/bug28024.phpt; ./ext/date/tests/strtotime2.phpt; ./ext/date/tests/bug35699.phpt; ./ext/date/tests/bug33414-2.phpt; ./ext/date/tests/bug50680.phpt; ./ext/date/tests/bug20382-2.phpt; ./ext/date/tests/bug40861.phpt; ./ext/date/tests/bug36224.phpt; ./ext/date/tests/bug33056.phpt; ./ext/date/tests/bug73858.phpt; ./ext/date/tests/bug70245.phpt; ./ext/date/tests/bug37368.phpt; ./ext/date/tests/bug34771.phpt; ./ext/date/tests/bug26090.phpt; ./ext/date/tests/bug32270.phpt; ./ext/date/tests/bug17988.phpt; ./ext/date/tests/bug35705.phpt; ./ext/date/tests/bug34087.phpt; ./ext/date/tests/bug32588.phpt; ./ext/date/tests/bug34304.phpt; ./ext/date/tests/bug33415-2.phpt; ./ext/date/tests/bug28088.phpt; ./ext/date/tests/bug29150.phpt; ./ext/date/tests/bug69336.phpt; ./ext/date/tests/bug41523-64bit.phpt; ./ext/date/tests/bug74057.phpt; ./ext/date/tests/bug46111.phpt; |
date | Function | date | yes | click to show/hide test files ./ext/ftp/tests/ftp_mdtm_basic.phpt; ./ext/calendar/tests/easter_date.phpt; ./ext/calendar/tests/jdtounix.phpt; ./ext/session/tests/bug67694.phpt; ./ext/intl/tests/bug58756_MessageFormatter.phpt; ./ext/intl/tests/bug58756_MessageFormatter_variant2.phpt; ./ext/zip/tests/bug50678.phpt; ./ext/standard/tests/network/setcookie.phpt; ./ext/standard/tests/file/005_variation-win32.phpt; ./ext/standard/tests/file/005_basic.phpt; ./ext/standard/tests/file/bug78241.phpt; ./ext/date/tests/bug35630.phpt; ./ext/date/tests/strtotime3-64bit.phpt; ./ext/date/tests/bug32555.phpt; ./ext/date/tests/strtotime-mysql.phpt; ./ext/date/tests/strtotime-mysql-64bit.phpt; ./ext/date/tests/bug33414-1.phpt; ./ext/date/tests/bug35885.phpt; ./ext/date/tests/bug35624.phpt; ./ext/date/tests/strtotime.phpt; ./ext/date/tests/big_year.phpt; ./ext/date/tests/date_sunrise_and_sunset_basic.phpt; ./ext/date/tests/bug33563.phpt; ./ext/date/tests/mktime-3-64bit.phpt; ./ext/date/tests/002.phpt; ./ext/date/tests/bug74080.phpt; ./ext/date/tests/date_default_timezone_set-1.phpt; ./ext/date/tests/bug37616.phpt; ./ext/date/tests/date_sun_info_003.phpt; ./ext/date/tests/bug35456.phpt; ./ext/date/tests/date_constants.phpt; ./ext/date/tests/strtotime3.phpt; ./ext/date/tests/004.phpt; ./ext/date/tests/bug75851.phpt; ./ext/date/tests/bug33532.phpt; ./ext/date/tests/bug34676.phpt; ./ext/date/tests/bug37514.phpt; ./ext/date/tests/bug20382-1.phpt; ./ext/date/tests/bug43452.phpt; ./ext/date/tests/mktime-1.phpt; ./ext/date/tests/bug26317.phpt; ./ext/date/tests/bug33578.phpt; ./ext/date/tests/bug33957.phpt; ./ext/date/tests/bug67109.phpt; ./ext/date/tests/bug38229.phpt; ./ext/date/tests/bug13142.phpt; ./ext/date/tests/bug27780.phpt; ./ext/date/tests/bug75232.phpt; ./ext/date/tests/bug52577.phpt; ./ext/date/tests/call_function_from_method.phpt; ./ext/date/tests/call_function_from_method.phpt; ./ext/date/tests/bug35414.phpt; ./ext/date/tests/bug35887.phpt; ./ext/date/tests/date_default_timezone_get-1.phpt; ./ext/date/tests/bug33562.phpt; ./ext/date/tests/bug35422.phpt; ./ext/date/tests/bug33415-1.phpt; ./ext/date/tests/date_sun_info_002.phpt; ./ext/date/tests/strtotime_variation_scottish.phpt; ./ext/date/tests/bug33452.phpt; ./ext/date/tests/strtotime-relative.phpt; ./ext/date/tests/003.phpt; ./ext/date/tests/bug48276.phpt; ./ext/date/tests/bug36599.phpt; ./ext/date/tests/bug35499.phpt; ./ext/date/tests/bug26320.phpt; ./ext/date/tests/bug32086.phpt; ./ext/date/tests/bug33536.phpt; ./ext/date/tests/bug33869.phpt; ./ext/date/tests/strtotime_basic.phpt; ./ext/date/tests/bug30532.phpt; ./ext/date/tests/bug28024.phpt; ./ext/date/tests/strtotime2.phpt; ./ext/date/tests/bug52342.phpt; ./ext/date/tests/bug35699.phpt; ./ext/date/tests/bug33414-2.phpt; ./ext/date/tests/bug50680.phpt; ./ext/date/tests/bug20382-2.phpt; ./ext/date/tests/bug40861.phpt; ./ext/date/tests/bug36224.phpt; ./ext/date/tests/bug37368.phpt; ./ext/date/tests/bug34771.phpt; ./ext/date/tests/bug26090.phpt; ./ext/date/tests/bug32270.phpt; ./ext/date/tests/bug35705.phpt; ./ext/date/tests/bug34087.phpt; ./ext/date/tests/bug32588.phpt; ./ext/date/tests/date_basic1.phpt; ./ext/date/tests/bug34304.phpt; ./ext/date/tests/mktime-3.phpt; ./ext/date/tests/bug33415-2.phpt; ./ext/date/tests/date.phpt; ./ext/date/tests/bug69336.phpt; ./ext/date/tests/bug74057.phpt; ./ext/mysqli/tests/mysqli_fetch_all_oo.phpt; ./ext/mysqli/tests/mysqli_pam_sha256_public_key_option.phpt; ./ext/mysqli/tests/mysqli_pam_sha256_public_key_option_invalid.phpt; ./ext/mysqli/tests/mysqli_fetch_array_oo.phpt; ./ext/mysqli/tests/mysqli_fetch_all.phpt; ./ext/mysqli/tests/mysqli_fetch_array.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_param.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_result.phpt; ./ext/mysqli/tests/mysqli_stmt_get_result_types.phpt; ./Zend/tests/bug69754.phpt; ./tests/lang/023.phpt; |
date | Function | idate | yes | click to show/hide test files ./ext/standard/tests/time/idate.phpt; ./ext/date/tests/idate_variation4.phpt; ./ext/date/tests/idate_basic.phpt; ./ext/date/tests/005.phpt; ./ext/date/tests/bug35425.phpt; ./ext/date/tests/idate_variation6.phpt; ./ext/date/tests/idate_variation5.phpt; |
date | Function | gmdate | yes | click to show/hide test files ./ext/date/tests/bug28599.phpt; ./ext/date/tests/bug72096.phpt; ./ext/date/tests/gmdate_variation12_64bits.phpt; ./ext/date/tests/gmdate_variation5.phpt; ./ext/date/tests/gmdate_variation6.phpt; ./ext/date/tests/bug21399.phpt; ./ext/date/tests/bug30096.phpt; ./ext/date/tests/gmdate_variation13.phpt; ./ext/date/tests/gmdate_variation9.phpt; ./ext/date/tests/bug26694.phpt; ./ext/date/tests/bug29585.phpt; ./ext/date/tests/gmdate_basic.phpt; ./ext/date/tests/gmdate_variation11.phpt; ./ext/date/tests/gmdate_variation3.phpt; ./ext/date/tests/gmdate_variation10.phpt; ./ext/date/tests/bug26198.phpt; ./ext/date/tests/gmdate_variation4.phpt; ./ext/date/tests/gmdate_variation12.phpt; ./ext/date/tests/bug17988.phpt; ./ext/date/tests/gmdate_variation7.phpt; ./ext/date/tests/bug28088.phpt; ./ext/date/tests/bug29150.phpt; |
date | Function | mktime | yes | click to show/hide test files ./ext/zip/tests/oo_setmtime.phpt; ./ext/standard/tests/network/bug72071.phpt; ./ext/standard/tests/file/bug78241.phpt; ./ext/standard/tests/strings/bug65230.phpt; ./ext/date/tests/bug33414-1.phpt; ./ext/date/tests/gmdate_variation12_64bits.phpt; ./ext/date/tests/009_win32.phpt; ./ext/date/tests/008.phpt; ./ext/date/tests/big_year.phpt; ./ext/date/tests/gmdate_variation5.phpt; ./ext/date/tests/strftime_variation16.phpt; ./ext/date/tests/gmdate_variation6.phpt; ./ext/date/tests/strftime_variation15.phpt; ./ext/date/tests/mktime-3-64bit.phpt; ./ext/date/tests/strftime_variation20.phpt; ./ext/date/tests/mktime_error.phpt; ./ext/date/tests/005.phpt; ./ext/date/tests/bug35425.phpt; ./ext/date/tests/bug74080.phpt; ./ext/date/tests/004.phpt; ./ext/date/tests/sunfuncts.phpt; ./ext/date/tests/strftime_variation4.phpt; ./ext/date/tests/strftime_variation12.phpt; ./ext/date/tests/strftime_variation21.phpt; ./ext/date/tests/gmdate_variation13.phpt; ./ext/date/tests/strftime_basic.phpt; ./ext/date/tests/bug20382-1.phpt; ./ext/date/tests/mktime-1.phpt; ./ext/date/tests/gmdate_variation9.phpt; ./ext/date/tests/strftime_variation11.phpt; ./ext/date/tests/idate_variation6.phpt; ./ext/date/tests/strftime_variation17.phpt; ./ext/date/tests/007.phpt; ./ext/date/tests/strftime_variation19.phpt; ./ext/date/tests/gmdate_basic.phpt; ./ext/date/tests/strftime_variation6.phpt; ./ext/date/tests/bug36988.phpt; ./ext/date/tests/gmdate_variation11.phpt; ./ext/date/tests/strftime_variation3.phpt; ./ext/date/tests/date_sunset_variation7.phpt; ./ext/date/tests/gmdate_variation3.phpt; ./ext/date/tests/bug33415-1.phpt; ./ext/date/tests/gmdate_variation10.phpt; ./ext/date/tests/bug21966.phpt; ./ext/date/tests/003.phpt; ./ext/date/tests/strftime_variation13.phpt; ./ext/date/tests/strftime_variation5.phpt; ./ext/date/tests/date_sunset_variation8.phpt; ./ext/date/tests/mktime_basic1.phpt; ./ext/date/tests/strftime_variation7.phpt; ./ext/date/tests/strftime_variation14.phpt; ./ext/date/tests/bug33414-2.phpt; ./ext/date/tests/strftime_variation22.phpt; ./ext/date/tests/strftime_variation9.phpt; ./ext/date/tests/strftime_variation18.phpt; ./ext/date/tests/gmdate_variation4.phpt; ./ext/date/tests/strftime_variation8.phpt; ./ext/date/tests/date_sunrise_variation8.phpt; ./ext/date/tests/date_sunrise_variation7.phpt; ./ext/date/tests/gmdate_variation12.phpt; ./ext/date/tests/gmdate_variation7.phpt; ./ext/date/tests/009.phpt; ./ext/date/tests/date_basic1.phpt; ./ext/date/tests/strftime_variation10.phpt; ./ext/date/tests/mktime-3.phpt; ./ext/date/tests/bug33415-2.phpt; ./tests/lang/023.phpt; |
date | Function | gmmktime | yes | click to show/hide test files ./ext/soap/tests/schema/schema064.phpt; ./ext/date/tests/gmstrftime_variation9.phpt; ./ext/date/tests/gmstrftime_variation13.phpt; ./ext/date/tests/gmstrftime_variation14.phpt; ./ext/date/tests/gmstrftime_variation5.phpt; ./ext/date/tests/gmmktime_variation9_64bits.phpt; ./ext/date/tests/bug30096.phpt; ./ext/date/tests/gmstrftime_variation20.phpt; ./ext/date/tests/gmstrftime_variation21.phpt; ./ext/date/tests/gmmktime_variation9.phpt; ./ext/date/tests/gmstrftime_variation3.phpt; ./ext/date/tests/gmstrftime_variation6.phpt; ./ext/date/tests/gmmktime_variation7.phpt; ./ext/date/tests/gmstrftime_variation22.phpt; ./ext/date/tests/gmstrftime_variation11.phpt; ./ext/date/tests/gmstrftime_variation4.phpt; ./ext/date/tests/gmstrftime_variation15.phpt; ./ext/date/tests/gmstrftime_variation18.phpt; ./ext/date/tests/gmstrftime_variation12.phpt; ./ext/date/tests/gmstrftime_basic.phpt; ./ext/date/tests/gmstrftime_variation17.phpt; ./ext/date/tests/gmmktime_variation8.phpt; ./ext/date/tests/gmstrftime_variation10.phpt; ./ext/date/tests/gmmktime_basic.phpt; ./ext/date/tests/gmstrftime_variation8.phpt; ./ext/date/tests/gmstrftime_variation19.phpt; ./ext/date/tests/gmstrftime_variation16.phpt; ./ext/date/tests/gmstrftime_variation7.phpt; |
date | Function | checkdate | yes | click to show/hide test files ./ext/date/tests/checkdate_basic1.phpt; ./ext/date/tests/006.phpt; |
date | Function | strftime | yes | click to show/hide test files ./ext/standard/tests/time/strptime_basic.phpt; ./ext/standard/tests/time/strptime_parts.phpt; ./ext/standard/tests/strings/bug65230.phpt; ./ext/date/tests/009_win32.phpt; ./ext/date/tests/strftime_variation16.phpt; ./ext/date/tests/bug65184.phpt; ./ext/date/tests/strftime_variation15.phpt; ./ext/date/tests/strftime_variation20.phpt; ./ext/date/tests/bug33532.phpt; ./ext/date/tests/strftime_variation4.phpt; ./ext/date/tests/strftime_variation12.phpt; ./ext/date/tests/strftime_variation21.phpt; ./ext/date/tests/strftime_basic.phpt; ./ext/date/tests/strftime_variation11.phpt; ./ext/date/tests/strftime_variation17.phpt; ./ext/date/tests/strftime_variation19.phpt; ./ext/date/tests/strftime_variation6.phpt; ./ext/date/tests/strftime_variation3.phpt; ./ext/date/tests/strftime_variation13.phpt; ./ext/date/tests/strftime_variation5.phpt; ./ext/date/tests/strftime_variation7.phpt; ./ext/date/tests/strftime_variation14.phpt; ./ext/date/tests/strftime_variation22.phpt; ./ext/date/tests/strftime_variation9.phpt; ./ext/date/tests/strftime_variation18.phpt; ./ext/date/tests/strftime_variation8.phpt; ./ext/date/tests/bug65371.phpt; ./ext/date/tests/009.phpt; ./ext/date/tests/strftime_variation10.phpt; |
date | Function | gmstrftime | yes | click to show/hide test files ./ext/date/tests/gmstrftime_variation9.phpt; ./ext/date/tests/009_win32.phpt; ./ext/date/tests/gmstrftime_variation13.phpt; ./ext/date/tests/gmstrftime_variation14.phpt; ./ext/date/tests/gmstrftime_variation5.phpt; ./ext/date/tests/gmstrftime_variation20.phpt; ./ext/date/tests/gmstrftime_variation21.phpt; ./ext/date/tests/gmstrftime_variation3.phpt; ./ext/date/tests/gmstrftime_variation6.phpt; ./ext/date/tests/gmstrftime_variation22.phpt; ./ext/date/tests/gmstrftime_variation11.phpt; ./ext/date/tests/gmstrftime_variation4.phpt; ./ext/date/tests/gmstrftime_variation15.phpt; ./ext/date/tests/gmstrftime_variation18.phpt; ./ext/date/tests/gmstrftime_variation12.phpt; ./ext/date/tests/gmstrftime_basic.phpt; ./ext/date/tests/gmstrftime_variation17.phpt; ./ext/date/tests/gmstrftime_variation10.phpt; ./ext/date/tests/gmstrftime_variation8.phpt; ./ext/date/tests/gmstrftime_variation19.phpt; ./ext/date/tests/009.phpt; ./ext/date/tests/gmstrftime_variation16.phpt; ./ext/date/tests/gmstrftime_variation7.phpt; |
date | Function | time | yes | click to show/hide test files ./ext/openssl/tests/openssl_decrypt_basic.phpt; ./ext/calendar/tests/unixtojd_error1.phpt; ./ext/session/tests/session_set_save_handler_class_002.phpt; ./ext/session/tests/session_set_save_handler_iface_003.phpt; ./ext/session/tests/session_set_save_handler_iface_002.phpt; ./ext/session/tests/session_set_save_handler_class_018.phpt; ./ext/session/tests/session_set_save_handler_class_017.phpt; ./ext/session/tests/session_set_save_handler_iface_001.phpt; ./ext/session/tests/session_set_save_handler_class_016.phpt; ./ext/session/tests/session_set_save_handler_sid_001.phpt; ./ext/session/tests/session_set_save_handler_sid_002.phpt; ./ext/intl/tests/calendar_getNow_basic.phpt; ./ext/intl/tests/calendar_createInstance_basic.phpt; ./ext/intl/tests/timezone_getOffset_error.phpt; ./ext/phar/tests/tar/links2.phpt; ./ext/phar/tests/010.phpt; ./ext/ffi/tests/bug77706.phpt; ./ext/oci8/tests/drcp_cclass1.phpt; ./ext/sqlite3/tests/sqlite3_14_querysingle.phpt; ./ext/sqlite3/tests/sqlite3_28_clear_bindings.phpt; ./ext/sqlite3/tests/sqlite3_18_changes.phpt; ./ext/sqlite3/tests/sqlite3_19_columninfo.phpt; ./ext/sqlite3/tests/sqlite3_13_skip_all_cleanup.phpt; ./ext/sqlite3/tests/sqlite3_07_prepared_stmt.phpt; ./ext/sqlite3/tests/sqlite3_12_unfinalized_stmt_cleanup.phpt; ./ext/sqlite3/tests/sqlite3_09_blob_bound_param.phpt; ./ext/sqlite3/tests/bug45798.phpt; ./ext/sqlite3/tests/sqlite3_16_select_no_results.phpt; ./ext/sqlite3/tests/sqlite3_bound_value_at_name.phpt; ./ext/sqlite3/tests/sqlite3_03_insert.phpt; ./ext/sqlite3/tests/sqlite3_06_prepared_stmt.phpt; ./ext/sqlite3/tests/sqlite3_27_reset_prepared_stmt_result.phpt; ./ext/sqlite3/tests/sqlite3_35_stmt_readonly.phpt; ./ext/sqlite3/tests/sqlite3_10_bound_value_name.phpt; ./ext/sqlite3/tests/sqlite3_23_escape_string.phpt; ./ext/sqlite3/tests/sqlite3_11_numrows.phpt; ./ext/sqlite3/tests/sqlite3_30_blobopen.phpt; ./ext/sqlite3/tests/sqlite3_08_udf.phpt; ./ext/sqlite3/tests/sqlite3_05_delete.phpt; ./ext/sqlite3/tests/sqlite3_04_update.phpt; ./ext/sqlite3/tests/sqlite3_26_reset_prepared_stmt.phpt; ./ext/sqlite3/tests/sqlite3_24_last_insert_rowid.phpt; ./ext/pgsql/tests/bug72028.phpt; ./ext/standard/tests/bug64370_var1.phpt; ./ext/standard/tests/filters/bug22538.phpt; ./ext/standard/tests/misc/time_sleep_until_error1.phpt; ./ext/standard/tests/network/setcookie.phpt; ./ext/standard/tests/network/bug76755.phpt; ./ext/standard/tests/file/004.phpt; ./ext/standard/tests/file/005_variation-win32.phpt; ./ext/standard/tests/file/bug49047.phpt; ./ext/standard/tests/streams/bug40459.phpt; ./ext/date/tests/bug35885.phpt; ./ext/date/tests/date_sunrise_and_sunset_basic.phpt; ./ext/date/tests/time_basic.phpt; ./ext/date/tests/strtotime2.phpt; ./ext/date/tests/date_sunrise_and_sunset_error.phpt; ./ext/mysqli/tests/mysqli_fork.phpt; ./ext/dom/tests/DOMDocument_savexml_basic.phpt; ./ext/dom/tests/DOMDocument_saveHTMLFile_basic.phpt; ./ext/dom/tests/DOMDocument_saveHTMLFile_formatOutput.phpt; ./tests/lang/023.phpt; |
date | Function | localtime | yes | click to show/hide test files ./ext/intl/tests/bug75378.phpt; ./ext/date/tests/localtime_variation5.phpt; ./ext/date/tests/007.phpt; ./ext/date/tests/localtime_variation4.phpt; ./ext/date/tests/localtime_basic.phpt; |
date | Function | getdate | yes | click to show/hide test files ./ext/date/tests/getdate_variation6.phpt; ./ext/date/tests/008.phpt; ./ext/date/tests/getdate_variation4.phpt; ./ext/date/tests/getdate_variation3.phpt; ./ext/date/tests/getdate_variation2.phpt; ./ext/date/tests/getdate_variation5.phpt; ./ext/date/tests/getdate_basic.phpt; |
date | Function | date_create | yes | click to show/hide test files ./ext/intl/tests/dateformat_bug65683_2.phpt; ./ext/pgsql/tests/bug71062.phpt; ./ext/date/tests/DateTime_createFromInterface-002.phpt; ./ext/date/tests/date_isodate_set_basic1.phpt; ./ext/date/tests/timezone_offset_get_basic1.phpt; ./ext/date/tests/date_modify-2.phpt; ./ext/date/tests/timestamp-in-dst.phpt; ./ext/date/tests/bug63391.phpt; ./ext/date/tests/date_timestamp_set_nullparam2.phpt; ./ext/date/tests/date_modify_basic1.phpt; ./ext/date/tests/DateTime_createFromImmutable-001.phpt; ./ext/date/tests/bug48058.phpt; ./ext/date/tests/date_create_basic.phpt; ./ext/date/tests/bug45529.phpt; ./ext/date/tests/date_create-relative.phpt; ./ext/date/tests/date_timezone_set_basic1.phpt; ./ext/date/tests/013.phpt; ./ext/date/tests/date_time_immutable.phpt; ./ext/date/tests/DateTimeZone_serialize_type_1.phpt; ./ext/date/tests/bug43075.phpt; ./ext/date/tests/DateTimeImmutable_createFromMutable-002.phpt; ./ext/date/tests/bug49059.phpt; ./ext/date/tests/date_timezone_get_basic1.phpt; ./ext/date/tests/date_create-1.phpt; ./ext/date/tests/DateTime_createFromImmutable-002.phpt; ./ext/date/tests/call_function_from_method.phpt; ./ext/date/tests/date_date_set_basic1.phpt; ./ext/date/tests/DateTimeImmutable_createFromMutable-001.phpt; ./ext/date/tests/DateTimeImmutable_createFromInterface-002.phpt; ./ext/date/tests/bug42910.phpt; ./ext/date/tests/date_format_basic1.phpt; ./ext/date/tests/012.phpt; ./ext/date/tests/bug48097.phpt; ./ext/date/tests/bug44742.phpt; ./ext/date/tests/date_format_timezone.phpt; ./ext/date/tests/date_timestamp_get.phpt; ./ext/date/tests/date-time-modify-times.phpt; ./ext/date/tests/bug50055.phpt; ./ext/date/tests/bug52063.phpt; ./ext/date/tests/date_time_set_basic1.phpt; ./ext/date/tests/DateTime_createFromInterface-001.phpt; ./ext/date/tests/date_time_fractions_serialize.phpt; ./ext/date/tests/timezone_offset_get_error.phpt; ./ext/date/tests/DateTimeImmutable_createFromInterface-001.phpt; ./ext/date/tests/bug43808.phpt; ./ext/date/tests/014.phpt; ./ext/date/tests/date_modify-1.phpt; ./ext/date/tests/date_create-2.phpt; ./ext/date/tests/date_timestamp_set.phpt; ./ext/date/tests/date_offset_get_basic1.phpt; ./ext/date/tests/date_time_fractions.phpt; |
date | Function | date_create_from_format | yes | click to show/hide test files ./ext/date/tests/bug45554.phpt; ./ext/date/tests/test-parse-from-format.phpt; ./ext/date/tests/date_time_fractions_create_from_format.phpt; ./ext/date/tests/date-lenient-create.phpt; ./ext/date/tests/date_create_from_format_basic2.phpt; |
date | Function | date_parse | yes | click to show/hide test files ./ext/date/tests/bug51096.phpt; ./ext/date/tests/bug41709.phpt; ./ext/date/tests/bug41523.phpt; ./ext/date/tests/date_parse_001.phpt; ./ext/date/tests/bug41964.phpt; ./ext/date/tests/date_parse_basic1.phpt; ./ext/date/tests/bug35499.phpt; ./ext/date/tests/bug52430.phpt; ./ext/date/tests/date_parse_error.phpt; ./ext/date/tests/bug41523-64bit.phpt; |
date | Function | date_parse_from_format | yes | click to show/hide test files ./ext/date/tests/bug50392.phpt; ./ext/date/tests/bug51994.phpt; ./ext/date/tests/test-parse-from-format.phpt; ./ext/date/tests/bug67253.phpt; ./ext/date/tests/date-parse-by-format001.phpt; ./ext/date/tests/bug67251.phpt; ./ext/date/tests/date-lenient.phpt; |
date | Function | date_get_last_errors | yes | click to show/hide test files ./ext/date/tests/date_get_last_errors_basic.phpt; ./ext/date/tests/date-lenient-create.phpt; ./ext/date/tests/bug43808.phpt; |
date | Function | date_format | yes | click to show/hide test files ./ext/date/tests/date_isodate_set_basic1.phpt; ./ext/date/tests/date_modify-2.phpt; ./ext/date/tests/date_modify_basic1.phpt; ./ext/date/tests/bug48058.phpt; ./ext/date/tests/date_create-relative.phpt; ./ext/date/tests/call_function_from_method.phpt; ./ext/date/tests/date_date_set_basic1.phpt; ./ext/date/tests/bug42910.phpt; ./ext/date/tests/date_format_basic1.phpt; ./ext/date/tests/date_format_timezone.phpt; ./ext/date/tests/date_time_set_basic1.phpt; ./ext/date/tests/date_modify-1.phpt; ./ext/date/tests/date_timestamp_set.phpt; |
date | Function | date_modify | yes | click to show/hide test files ./ext/date/tests/date_modify-2.phpt; ./ext/date/tests/date_modify_basic1.phpt; ./ext/date/tests/DateTime_compare_basic1.phpt; |
date | Function | date_add | yes | click to show/hide test files ./ext/date/tests/bug50055.phpt; ./ext/date/tests/date_add_basic.phpt; |
date | Function | date_sub | yes | click to show/hide test files ./ext/date/tests/date_sub_basic.phpt; ./ext/date/tests/bug50055.phpt; |
date | Function | date_timezone_get | yes | click to show/hide test files ./ext/date/tests/date_timezone_set_basic1.phpt; ./ext/date/tests/date_timezone_get_basic1.phpt; ./ext/date/tests/bug44742.phpt; ./ext/date/tests/014.phpt; ./ext/date/tests/DateTime_setTimezone_basic1.phpt; |
date | Function | date_timezone_set | yes | click to show/hide test files ./ext/date/tests/date_timezone_set_basic1.phpt; ./ext/date/tests/date_timezone_get_basic1.phpt; |
date | Function | date_offset_get | yes | click to show/hide test files ./ext/date/tests/date_offset_get_basic1.phpt; |
date | Function | date_diff | yes | click to show/hide test files ./ext/date/tests/bug45682.phpt; ./ext/date/tests/date_diff.phpt; ./tests/classes/bug65768.phpt; |
date | Function | date_time_set | yes | click to show/hide test files ./ext/date/tests/date_time_set_basic1.phpt; |
date | Function | date_date_set | yes | click to show/hide test files ./ext/date/tests/013.phpt; ./ext/date/tests/date_date_set_basic1.phpt; |
date | Function | date_isodate_set | yes | click to show/hide test files ./ext/date/tests/date_isodate_set_basic1.phpt; ./ext/date/tests/012.phpt; |
date | Function | date_timestamp_set | yes | click to show/hide test files ./ext/date/tests/date_timestamp_set_nullparam2.phpt; ./ext/date/tests/date_timestamp_set.phpt; |
date | Function | date_timestamp_get | yes | click to show/hide test files ./ext/date/tests/date_timestamp_get.phpt; |
date | Function | timezone_open | yes | click to show/hide test files ./ext/date/tests/timezone_offset_get_basic1.phpt; ./ext/date/tests/date_timezone_set_basic1.phpt; ./ext/date/tests/bug70277.phpt; ./ext/date/tests/date_timezone_get_basic1.phpt; ./ext/date/tests/date_create-1.phpt; ./ext/date/tests/timezone_transitions_get_basic1.phpt; ./ext/date/tests/timezone_open_basic1.phpt; ./ext/date/tests/DateTime_construct_error.phpt; ./ext/date/tests/timezone_offset_get_error.phpt; |
date | Function | timezone_name_get | yes | click to show/hide test files ./ext/date/tests/date_timezone_set_basic1.phpt; ./ext/date/tests/date_timezone_get_basic1.phpt; |
date | Function | timezone_name_from_abbr | yes | click to show/hide test files ./ext/date/tests/timezone_name_from_abbr_basic1.phpt; ./ext/date/tests/bug44780.phpt; ./ext/date/tests/011.phpt; |
date | Function | timezone_offset_get | yes | click to show/hide test files ./ext/date/tests/timezone_offset_get_basic1.phpt; ./ext/date/tests/bug44742.phpt; ./ext/date/tests/timezone_offset_get_error.phpt; ./ext/date/tests/014.phpt; |
date | Function | timezone_transitions_get | yes | click to show/hide test files ./ext/date/tests/timezone_transitions_get_basic1.phpt; |
date | Function | timezone_location_get | yes | click to show/hide test files ./ext/date/tests/bug48476.phpt; ./ext/date/tests/timezone_location_get.phpt; |
date | Function | timezone_identifiers_list | yes | click to show/hide test files ./ext/date/tests/timezone_identifiers_list_wrong_constructor.phpt; ./ext/date/tests/timezone_identifiers_list_basic1.phpt; ./ext/date/tests/timezones-list.phpt; ./ext/date/tests/bug46111.phpt; |
date | Function | timezone_abbreviations_list | yes | click to show/hide test files ./ext/date/tests/bug51819.phpt; ./ext/date/tests/010.phpt; ./ext/date/tests/timezone_abbreviations_list_basic1.phpt; |
date | Function | timezone_version_get | yes | click to show/hide test files ./ext/date/tests/timezone_version_get_basic1.phpt; ./ext/date/tests/timezone_version_get.phpt; |
date | Function | date_interval_create_from_date_string | yes | click to show/hide test files ./ext/date/tests/date_interval_create_from_date_string_nullparam.phpt; ./ext/date/tests/date_interval_create_from_date_string_broken.phpt; ./ext/date/tests/date_interval_create_from_date_string.phpt; |
date | Function | date_interval_format | yes | click to show/hide test files ./ext/date/tests/date_interval_format.phpt; |
date | Function | date_default_timezone_set | yes | click to show/hide test files ./ext/ftp/tests/ftp_mdtm_basic.phpt; ./ext/intl/tests/gregoriancalendar_get_setGregorianChange_basic.phpt; ./ext/intl/tests/calendar_createInstance_variation1.phpt; ./ext/intl/tests/calendar_get_setRepeatedWallTimeOption_basic.phpt; ./ext/intl/tests/gregoriancalendar___construct_variant1.phpt; ./ext/intl/tests/timezone_fromDateTimeZone_basic.phpt; ./ext/intl/tests/gregoriancalendar___construct_basic.phpt; ./ext/intl/tests/timezone_toDateTimeZone_basic.phpt; ./ext/intl/tests/calendar_fromDateTime_error.phpt; ./ext/intl/tests/calendar_fromDateTime_basic.phpt; ./ext/intl/tests/calendar_get_setSkippedWallTimeOption_basic.phpt; ./ext/intl/tests/calendar_createInstance_basic.phpt; ./ext/intl/tests/calendar_setTimeZone_variation2.phpt; ./ext/intl/tests/msgfmt_millisecond_dates.phpt; ./ext/intl/tests/gregoriancalendar_isLeapYear_basic.phpt; ./ext/intl/tests/calendar_setTimeZone_error2.phpt; ./ext/reflection/tests/026.phpt; ./ext/odbc/tests/bug47803.phpt; ./ext/standard/tests/time/idate.phpt; ./ext/standard/tests/time/strptime_error.phpt; ./ext/standard/tests/time/strptime_basic.phpt; ./ext/standard/tests/time/strptime_parts.phpt; ./ext/standard/tests/mail/mail_log.phpt; ./ext/date/tests/bug28599.phpt; ./ext/date/tests/bug35630.phpt; ./ext/date/tests/date_isodate_set_basic1.phpt; ./ext/date/tests/timezone_offset_get_basic1.phpt; ./ext/date/tests/strtotime3-64bit.phpt; ./ext/date/tests/date_modify-2.phpt; ./ext/date/tests/gmstrftime_variation9.phpt; ./ext/date/tests/DateTime_setISODate_basic1.phpt; ./ext/date/tests/date_sun_info_001.phpt; ./ext/date/tests/strtotime-mysql.phpt; ./ext/date/tests/bug52290.phpt; ./ext/date/tests/strtotime-mysql-64bit.phpt; ./ext/date/tests/bug33414-1.phpt; ./ext/date/tests/bug35885.phpt; ./ext/date/tests/bug35218.phpt; ./ext/date/tests/bug35624.phpt; ./ext/date/tests/gmdate_variation12_64bits.phpt; ./ext/date/tests/bug50392.phpt; ./ext/date/tests/localtime_variation5.phpt; ./ext/date/tests/009_win32.phpt; ./ext/date/tests/getdate_variation6.phpt; ./ext/date/tests/008.phpt; ./ext/date/tests/strtotime.phpt; ./ext/date/tests/big_year.phpt; ./ext/date/tests/format-negative-timestamp.phpt; ./ext/date/tests/DateTime_getOffset_basic1.phpt; ./ext/date/tests/idate_variation4.phpt; ./ext/date/tests/timezone_name_from_abbr_basic1.phpt; ./ext/date/tests/gmdate_variation5.phpt; ./ext/date/tests/DateTimeZone_listIdentifiers_basic1.phpt; ./ext/date/tests/checkdate_basic1.phpt; ./ext/date/tests/strftime_variation16.phpt; ./ext/date/tests/idate_basic.phpt; ./ext/date/tests/default-timezone-2.phpt; ./ext/date/tests/oo_002.phpt; ./ext/date/tests/date_sunrise_and_sunset_basic.phpt; ./ext/date/tests/timezone-configuration.phpt; ./ext/date/tests/gmstrftime_variation13.phpt; ./ext/date/tests/gmstrftime_variation14.phpt; ./ext/date/tests/getdate_variation4.phpt; ./ext/date/tests/DateTimeZone_construct_basic.phpt; ./ext/date/tests/gmdate_variation6.phpt; ./ext/date/tests/getdate_variation3.phpt; ./ext/date/tests/strftime_variation15.phpt; ./ext/date/tests/bug33563.phpt; ./ext/date/tests/DateTime_construct-dst-overlap.phpt; ./ext/date/tests/date_modify_basic1.phpt; ./ext/date/tests/mktime-3-64bit.phpt; ./ext/date/tests/bug69089.phpt; ./ext/date/tests/bug48058.phpt; ./ext/date/tests/strftime_variation20.phpt; ./ext/date/tests/date_create_basic.phpt; ./ext/date/tests/mktime_error.phpt; ./ext/date/tests/bug55397.phpt; ./ext/date/tests/005.phpt; ./ext/date/tests/bug45529.phpt; ./ext/date/tests/002.phpt; ./ext/date/tests/date_default_timezone_set-1.phpt; ./ext/date/tests/bug37616.phpt; ./ext/date/tests/timezones.phpt; ./ext/date/tests/DateTime_clone_basic4.phpt; ./ext/date/tests/date_sun_info_003.phpt; ./ext/date/tests/date_sub_basic.phpt; ./ext/date/tests/bug35456.phpt; ./ext/date/tests/DateTime_clone_basic1.phpt; ./ext/date/tests/DateTime_setDate_basic1.phpt; ./ext/date/tests/date_constants.phpt; ./ext/date/tests/strtotime3.phpt; ./ext/date/tests/bug40743.phpt; ./ext/date/tests/gmstrftime_variation5.phpt; ./ext/date/tests/bug41709.phpt; ./ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-bd2.phpt; ./ext/date/tests/bug36510.phpt; ./ext/date/tests/004.phpt; ./ext/date/tests/date-set-timestamp.phpt; ./ext/date/tests/date_create-relative.phpt; ./ext/date/tests/DateTimeZone_getTransitions_basic1.phpt; ./ext/date/tests/sunfuncts.phpt; ./ext/date/tests/DateTimeZone_serialize_type_3.phpt; ./ext/date/tests/bug33532.phpt; ./ext/date/tests/strftime_variation4.phpt; ./ext/date/tests/bug34676.phpt; ./ext/date/tests/011.phpt; ./ext/date/tests/DateTime_compare_basic1.phpt; ./ext/date/tests/date_timezone_set_basic1.phpt; ./ext/date/tests/strftime_variation12.phpt; ./ext/date/tests/test-parse-from-format.phpt; ./ext/date/tests/013.phpt; ./ext/date/tests/date_default_timezone_set_error.phpt; ./ext/date/tests/bug37514.phpt; ./ext/date/tests/DateTime_format_basic1.phpt; ./ext/date/tests/bug41523.phpt; ./ext/date/tests/bug68669.phpt; ./ext/date/tests/gmstrftime_variation20.phpt; ./ext/date/tests/DateTimeZone_clone_basic3.phpt; ./ext/date/tests/timezone_identifiers_list_basic1.phpt; ./ext/date/tests/strftime_variation21.phpt; ./ext/date/tests/gmdate_variation13.phpt; ./ext/date/tests/DateTimeZone_clone_basic1.phpt; ./ext/date/tests/strftime_basic.phpt; ./ext/date/tests/bug43452.phpt; ./ext/date/tests/bug46268.phpt; ./ext/date/tests/DateTimeZone_clone_basic4.phpt; ./ext/date/tests/gmstrftime_variation21.phpt; ./ext/date/tests/mktime-1.phpt; ./ext/date/tests/gmdate_variation9.phpt; ./ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-fa.phpt; ./ext/date/tests/bug29585.phpt; ./ext/date/tests/strftime_variation11.phpt; ./ext/date/tests/DateTimeZone_serialize_type_1.phpt; ./ext/date/tests/bug55253.phpt; ./ext/date/tests/idate_variation6.phpt; ./ext/date/tests/DateInterval_format.phpt; ./ext/date/tests/strftime_variation17.phpt; ./ext/date/tests/bug33578.phpt; ./ext/date/tests/007.phpt; ./ext/date/tests/bug33957.phpt; ./ext/date/tests/strftime_variation19.phpt; ./ext/date/tests/gmstrftime_variation6.phpt; ./ext/date/tests/forward-transition-construction.phpt; ./ext/date/tests/bug41844.phpt; ./ext/date/tests/bug38229.phpt; ./ext/date/tests/DateTime_clone_basic3.phpt; ./ext/date/tests/gmdate_basic.phpt; ./ext/date/tests/bug39782.phpt; ./ext/date/tests/bug43960.phpt; ./ext/date/tests/DateTime_extends_basic3.phpt; ./ext/date/tests/bug43075.phpt; ./ext/date/tests/strftime_variation6.phpt; ./ext/date/tests/bug36988.phpt; ./ext/date/tests/gmstrftime_variation22.phpt; ./ext/date/tests/gmdate_variation11.phpt; ./ext/date/tests/gmstrftime_variation11.phpt; ./ext/date/tests/DateTime_setTime_basic1.phpt; ./ext/date/tests/bug27780.phpt; ./ext/date/tests/bug49059.phpt; ./ext/date/tests/DateTimeZone_getName_basic1.phpt; ./ext/date/tests/bug49585.phpt; ./ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-bs.phpt; ./ext/date/tests/bug52577.phpt; ./ext/date/tests/date_timezone_get_basic1.phpt; ./ext/date/tests/date_create-1.phpt; ./ext/date/tests/default-timezone-1.phpt; ./ext/date/tests/bug68078.phpt; ./ext/date/tests/strftime_variation3.phpt; ./ext/date/tests/gmstrftime_variation15.phpt; ./ext/date/tests/bug46108.phpt; ./ext/date/tests/DateTime_fix_createFromFormat.phpt; ./ext/date/tests/date_sunset_variation7.phpt; ./ext/date/tests/rfc-datetime_and_daylight_saving_time-type2.phpt; ./ext/date/tests/DateTime_clone_basic2.phpt; ./ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-fs.phpt; ./ext/date/tests/date_date_set_basic1.phpt; ./ext/date/tests/bug71635.phpt; ./ext/date/tests/date_parse_001.phpt; ./ext/date/tests/bug35414.phpt; ./ext/date/tests/bug35887.phpt; ./ext/date/tests/getdate_variation2.phpt; ./ext/date/tests/bug52454.phpt; ./ext/date/tests/bug44562.phpt; ./ext/date/tests/bug49081.phpt; ./ext/date/tests/bug42910.phpt; ./ext/date/tests/bug33562.phpt; ./ext/date/tests/date_period.phpt; ./ext/date/tests/bug35422.phpt; ./ext/date/tests/date_format_basic1.phpt; ./ext/date/tests/012.phpt; ./ext/date/tests/DateTime_format_basic2.phpt; ./ext/date/tests/gmstrftime_variation18.phpt; ./ext/date/tests/DateTime_getTimeZone_basic1.phpt; ./ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-ba.phpt; ./ext/date/tests/timezone_transitions_get_basic1.phpt; ./ext/date/tests/gmdate_variation3.phpt; ./ext/date/tests/bug33415-1.phpt; ./ext/date/tests/date_sun_info_002.phpt; ./ext/date/tests/strtotime_variation_scottish.phpt; ./ext/date/tests/bug41964.phpt; ./ext/date/tests/bug33452.phpt; ./ext/date/tests/bug44742.phpt; ./ext/date/tests/date_format_timezone.phpt; ./ext/date/tests/gmstrftime_variation12.phpt; ./ext/date/tests/bug43527.phpt; ./ext/date/tests/DateTime_modify_basic1.phpt; ./ext/date/tests/bug29595.phpt; ./ext/date/tests/gmdate_variation10.phpt; ./ext/date/tests/bug37747.phpt; ./ext/date/tests/bug51819.phpt; ./ext/date/tests/strtotime-relative.phpt; ./ext/date/tests/bug43003.phpt; ./ext/date/tests/003.phpt; ./ext/date/tests/bug41842.phpt; ./ext/date/tests/strftime_variation13.phpt; ./ext/date/tests/gmstrftime_variation17.phpt; ./ext/date/tests/bug37017.phpt; ./ext/date/tests/DateTimeZone_construct_error.phpt; ./ext/date/tests/gmstrftime_variation10.phpt; ./ext/date/tests/bug36599.phpt; ./ext/date/tests/010.phpt; ./ext/date/tests/bug52063.phpt; ./ext/date/tests/strftime_variation5.phpt; ./ext/date/tests/localtime_variation4.phpt; ./ext/date/tests/DateTime_construct_basic1.phpt; ./ext/date/tests/date_parse_basic1.phpt; ./ext/date/tests/date_sunset_variation8.phpt; ./ext/date/tests/bug35499.phpt; ./ext/date/tests/date_period-immutable.phpt; ./ext/date/tests/mktime_basic1.phpt; ./ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-bd1.phpt; ./ext/date/tests/bug26198.phpt; ./ext/date/tests/DateTime_extends_basic1.phpt; ./ext/date/tests/date_time_set_basic1.phpt; ./ext/date/tests/strftime_variation7.phpt; ./ext/date/tests/bug33536.phpt; ./ext/date/tests/DateTime_serialize.phpt; ./ext/date/tests/bug33869.phpt; ./ext/date/tests/strtotime_basic.phpt; ./ext/date/tests/strtotime2.phpt; ./ext/date/tests/DateTimeZone_extends_basic1.phpt; ./ext/date/tests/DateTime_construct_error.phpt; ./ext/date/tests/strftime_variation14.phpt; ./ext/date/tests/bug52342.phpt; ./ext/date/tests/bug51866.phpt; ./ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-fd.phpt; ./ext/date/tests/bug52808.phpt; ./ext/date/tests/bug35699.phpt; ./ext/date/tests/bug33414-2.phpt; ./ext/date/tests/gmstrftime_variation8.phpt; ./ext/date/tests/bug50475.phpt; ./ext/date/tests/strftime_variation22.phpt; ./ext/date/tests/bug41599.phpt; ./ext/date/tests/gettimeofday_basic.phpt; ./ext/date/tests/bug20382-2.phpt; ./ext/date/tests/015.phpt; ./ext/date/tests/DateTimeZone_listAbbreviations_basic1.phpt; ./ext/date/tests/strftime_variation9.phpt; ./ext/date/tests/bug40861.phpt; ./ext/date/tests/gmstrftime_variation19.phpt; ./ext/date/tests/bug36224.phpt; ./ext/date/tests/strftime_variation18.phpt; ./ext/date/tests/DateTime_extends_basic2.phpt; ./ext/date/tests/timezone_abbreviations_list_basic1.phpt; ./ext/date/tests/localtime_basic.phpt; ./ext/date/tests/bug79396-forward-transition-settime.phpt; ./ext/date/tests/bug33056.phpt; ./ext/date/tests/DateTimeZone_getOffset_basic1.phpt; ./ext/date/tests/gmdate_variation4.phpt; ./ext/date/tests/bug68078_negative.phpt; ./ext/date/tests/DateTimeZone_serialize_type_2.phpt; ./ext/date/tests/timezone_offset_get_error.phpt; ./ext/date/tests/strftime_variation8.phpt; ./ext/date/tests/oo_001.phpt; ./ext/date/tests/bug37368.phpt; ./ext/date/tests/date_sunrise_variation8.phpt; ./ext/date/tests/bug34771.phpt; ./ext/date/tests/date_sunrise_variation7.phpt; ./ext/date/tests/gmdate_variation12.phpt; ./ext/date/tests/DateTimeZone_clone_basic2.phpt; ./ext/date/tests/bug35705.phpt; ./ext/date/tests/date_parse_error.phpt; ./ext/date/tests/gmdate_variation7.phpt; ./ext/date/tests/009.phpt; ./ext/date/tests/bug35143.phpt; ./ext/date/tests/bug34087.phpt; ./ext/date/tests/006.phpt; ./ext/date/tests/date_basic1.phpt; ./ext/date/tests/rfc-datetime_and_daylight_saving_time-type1.phpt; ./ext/date/tests/strftime_variation10.phpt; ./ext/date/tests/idate_variation5.phpt; ./ext/date/tests/bug34304.phpt; ./ext/date/tests/014.phpt; ./ext/date/tests/date_default_timezone_get-3.phpt; ./ext/date/tests/date_modify-1.phpt; ./ext/date/tests/date_add_basic.phpt; ./ext/date/tests/mktime-3.phpt; ./ext/date/tests/gmstrftime_variation16.phpt; ./ext/date/tests/bug33415-2.phpt; ./ext/date/tests/date_create-2.phpt; ./ext/date/tests/date.phpt; ./ext/date/tests/DateTime_setTimezone_basic1.phpt; ./ext/date/tests/getdate_variation5.phpt; ./ext/date/tests/getdate_basic.phpt; ./ext/date/tests/gmstrftime_variation7.phpt; ./ext/date/tests/date_offset_get_basic1.phpt; ./ext/date/tests/bug41523-64bit.phpt; ./ext/date/tests/bug46111.phpt; ./tests/lang/compare_objects_basic2.phpt; |
date | Function | date_default_timezone_get | yes | click to show/hide test files ./ext/date/tests/date_timestamp_set_nullparam2.phpt; ./ext/date/tests/date_default_timezone_set-1.phpt; ./ext/date/tests/date_default_timezone_get-1.phpt; ./ext/date/tests/date_default_timezone_get-2.phpt; ./ext/date/tests/date_default_timezone_get-4.phpt; ./ext/date/tests/bug43003.phpt; ./ext/date/tests/DateTime_extends_basic2.phpt; ./ext/date/tests/bug35143.phpt; ./ext/date/tests/date_default_timezone_get-3.phpt; ./ext/date/tests/date_timestamp_set.phpt; |
date | Function | date_sunrise | yes | click to show/hide test files ./ext/date/tests/date_sunrise_and_sunset_basic.phpt; ./ext/date/tests/sunfuncts.phpt; ./ext/date/tests/date_sunrise_variation8.phpt; ./ext/date/tests/date_sunrise_variation7.phpt; ./ext/date/tests/date_sunrise_and_sunset_error.phpt; |
date | Function | date_sunset | yes | click to show/hide test files ./ext/date/tests/date_sunrise_and_sunset_basic.phpt; ./ext/date/tests/sunfuncts.phpt; ./ext/date/tests/date_sunset_variation7.phpt; ./ext/date/tests/date_sunset_variation8.phpt; ./ext/date/tests/date_sunrise_and_sunset_error.phpt; |
date | Function | date_sun_info | yes | click to show/hide test files ./ext/date/tests/date_sun_info_001.phpt; ./ext/date/tests/date_sun_info_003.phpt; ./ext/date/tests/date_sun_info_002.phpt; |
ereg | Function | ereg | no | |
ereg | Function | ereg_replace | no | |
ereg | Function | eregi | no | |
ereg | Function | eregi_replace | no | |
ereg | Function | split | yes | click to show/hide test files ./ext/spl/tests/regexIterator_mode_basic.phpt; ./ext/spl/tests/iterator_055.phpt; ./ext/spl/tests/iterator_054.phpt; |
ereg | Function | spliti | no | |
ereg | Function | sql_regcase | no | |
libxml | Function | libxml_set_streams_context | yes | click to show/hide test files ./ext/libxml/tests/004.phpt; ./ext/libxml/tests/bug54440.phpt; ./ext/libxml/tests/bug63389.phpt; |
libxml | Function | libxml_use_internal_errors | yes | click to show/hide test files ./ext/xmlreader/tests/bug64230.phpt; ./ext/libxml/tests/002.phpt; ./ext/libxml/tests/bug69753.phpt; ./ext/libxml/tests/001.phpt; ./ext/libxml/tests/bug69753-mb.phpt; ./ext/libxml/tests/003.phpt; ./ext/dom/tests/bug76738.phpt; |
libxml | Function | libxml_get_last_error | yes | click to show/hide test files ./ext/xmlreader/tests/bug71805.phpt; ./ext/libxml/tests/002.phpt; ./ext/libxml/tests/bug69753.phpt; ./ext/libxml/tests/001.phpt; ./ext/libxml/tests/bug69753-mb.phpt; |
libxml | Function | libxml_clear_errors | yes | click to show/hide test files ./ext/xmlreader/tests/bug64230.phpt; ./ext/libxml/tests/001.phpt; ./ext/dom/tests/bug76738.phpt; |
libxml | Function | libxml_get_errors | yes | click to show/hide test files ./ext/xmlreader/tests/bug64230.phpt; ./ext/libxml/tests/002.phpt; ./ext/libxml/tests/001.phpt; ./ext/dom/tests/bug76738.phpt; |
libxml | Function | libxml_disable_entity_loader | yes | click to show/hide test files ./ext/libxml/tests/libxml_disable_entity_loader.phpt; |
openssl | Function | openssl_pkey_free | yes | click to show/hide test files ./ext/openssl/tests/001.phpt; |
openssl | Function | openssl_pkey_new | yes | click to show/hide test files ./ext/openssl/tests/bug55646.phpt; ./ext/openssl/tests/bug36732.phpt; ./ext/openssl/tests/openssl_pkey_new_basic.phpt; ./ext/openssl/tests/openssl_free_key.phpt; ./ext/openssl/tests/bug73833.phpt; ./ext/openssl/tests/001.phpt; ./ext/openssl/tests/openssl_csr_get_subject_basic.phpt; ./ext/openssl/tests/openssl_csr_get_public_key_basic.phpt; ./ext/openssl/tests/bug60632.phpt; ./ext/openssl/tests/ecc.phpt; ./ext/openssl/tests/openssl_csr_export_to_file_basic.phpt; ./ext/openssl/tests/openssl_csr_sign_basic.phpt; ./ext/openssl/tests/openssl_csr_new_basic.phpt; ./ext/openssl/tests/openssl_pkey_new_error.phpt; ./ext/openssl/tests/bug72336.phpt; ./ext/openssl/tests/bug55259.phpt; ./ext/openssl/tests/bug80747.phpt; ./ext/openssl/tests/bug73478.phpt; ./ext/openssl/tests/bug73711.phpt; ./ext/openssl/tests/bug25614.phpt; ./ext/openssl/tests/openssl_csr_export_basic.phpt; ./ext/phar/tests/zip/phar_setsignaturealgo2.phpt; |
openssl | Function | openssl_pkey_export | yes | click to show/hide test files ./ext/openssl/tests/openssl_pkey_export_basic.phpt; ./ext/openssl/tests/bug73833.phpt; ./ext/openssl/tests/openssl_error_string_basic.phpt; ./ext/phar/tests/phar_setsignaturealgo2.phpt; ./ext/phar/tests/tar/phar_setsignaturealgo2.phpt; ./ext/phar/tests/zip/phar_setsignaturealgo2.phpt; |
openssl | Function | openssl_pkey_export_to_file | yes | click to show/hide test files ./ext/openssl/tests/openssl_free_key.phpt; ./ext/openssl/tests/openssl_pkey_export_basic.phpt; ./ext/openssl/tests/001.phpt; ./ext/openssl/tests/openssl_error_string_basic.phpt; |
openssl | Function | openssl_pkey_get_private | yes | click to show/hide test files ./ext/openssl/tests/bug66501.phpt; ./ext/openssl/tests/openssl_pkcs12_export_basic.phpt; ./ext/openssl/tests/openssl_pkey_get_details_basic.phpt; ./ext/openssl/tests/openssl_free_key.phpt; ./ext/openssl/tests/openssl_pkey_export_basic.phpt; ./ext/openssl/tests/bug73833.phpt; ./ext/openssl/tests/001.phpt; ./ext/openssl/tests/openssl_spki_export_basic.phpt; ./ext/openssl/tests/openssl_spki_export_challenge_basic.phpt; ./ext/openssl/tests/openssl_pkey_derive-dh.phpt; ./ext/openssl/tests/openssl_pkey_derive-ecdh.phpt; ./ext/openssl/tests/openssl_spki_verify_basic.phpt; ./ext/openssl/tests/openssl_spki_new_basic.phpt; ./ext/openssl/tests/openssl_pkcs12_export_to_file_basic.phpt; |
openssl | Function | openssl_pkey_get_public | yes | click to show/hide test files ./ext/openssl/tests/openssl_pkey_export_basic.phpt; ./ext/openssl/tests/bug79881.phpt; ./ext/openssl/tests/bug76296.phpt; ./ext/openssl/tests/bug60632.phpt; ./ext/openssl/tests/openssl_error_string_basic.phpt; ./ext/openssl/tests/openssl_pkey_derive-dh.phpt; ./ext/openssl/tests/openssl_pkey_derive-ecdh.phpt; ./ext/openssl/tests/bug25614.phpt; |
openssl | Function | openssl_pkey_get_details | yes | click to show/hide test files ./ext/openssl/tests/openssl_pkey_new_basic.phpt; ./ext/openssl/tests/openssl_pkey_get_details_basic.phpt; ./ext/openssl/tests/openssl_pkey_export_basic.phpt; ./ext/openssl/tests/bug60632.phpt; ./ext/openssl/tests/ecc.phpt; ./ext/openssl/tests/openssl_pkey_new_error.phpt; ./ext/openssl/tests/bug55259.phpt; ./ext/openssl/tests/bug73478.phpt; ./ext/phar/tests/zip/phar_setsignaturealgo2.phpt; |
openssl | Function | openssl_free_key | yes | click to show/hide test files ./ext/openssl/tests/openssl_free_key.phpt; ./ext/openssl/tests/bug79145.phpt; |
openssl | Function | openssl_get_privatekey | yes | click to show/hide test files ./ext/openssl/tests/bug37820.phpt; ./ext/openssl/tests/bug41033.phpt; ./ext/phar/tests/phar_setsignaturealgo2.phpt; ./ext/phar/tests/tar/phar_setsignaturealgo2.phpt; |
openssl | Function | openssl_get_publickey | yes | click to show/hide test files ./ext/openssl/tests/bug74651.phpt; ./ext/openssl/tests/bug37820.phpt; ./ext/openssl/tests/bug79145.phpt; ./ext/openssl/tests/bug41033.phpt; ./ext/openssl/tests/bug61930.phpt; |
openssl | Function | openssl_x509_read | yes | click to show/hide test files ./ext/openssl/tests/openssl_pkcs7_encrypt_basic.phpt; ./ext/openssl/tests/openssl_pkcs12_export_basic.phpt; ./ext/openssl/tests/openssl_cms_sign_basic.phpt; ./ext/openssl/tests/openssl_x509_checkpurpose_basic.phpt; ./ext/openssl/tests/bug79881.phpt; ./ext/openssl/tests/openssl_cms_sign_verify_detached.phpt; ./ext/openssl/tests/openssl_x509_check_private_key_basic.phpt; ./ext/openssl/tests/openssl_cms_sign_verify_basic.phpt; ./ext/openssl/tests/openssl_x509_verify.phpt; ./ext/openssl/tests/openssl_cms_encrypt_basic.phpt; ./ext/openssl/tests/openssl_x509_fingerprint_basic.phpt; ./ext/openssl/tests/openssl_cms_decrypt_basic.phpt; ./ext/openssl/tests/openssl_x509_export_to_file_basic.phpt; ./ext/openssl/tests/openssl_x509_free_basic.phpt; ./ext/openssl/tests/openssl_cms_sign_verify_nodetached_pem.phpt; ./ext/openssl/tests/openssl_x509_parse_basic.phpt; ./ext/openssl/tests/openssl_x509_export_basic.phpt; ./ext/openssl/tests/openssl_x509_read_basic.phpt; ./ext/openssl/tests/openssl_cms_sign_der.phpt; ./ext/openssl/tests/openssl_pkcs7_decrypt_basic.phpt; ./ext/openssl/tests/openssl_csr_sign_basic.phpt; ./ext/openssl/tests/openssl_pkcs12_export_to_file_basic.phpt; ./ext/openssl/tests/openssl_pkcs7_sign_basic.phpt; |
openssl | Function | openssl_x509_free | yes | click to show/hide test files ./ext/openssl/tests/openssl_x509_free_basic.phpt; |
openssl | Function | openssl_x509_parse | yes | click to show/hide test files ./ext/openssl/tests/cve-2013-6420.phpt; ./ext/openssl/tests/bug64802.phpt; ./ext/openssl/tests/cve2013_4073.phpt; ./ext/openssl/tests/bug39217.phpt; ./ext/openssl/tests/bug65698.phpt; ./ext/openssl/tests/openssl_x509_parse_basic.phpt; ./ext/openssl/tests/bug47828.phpt; ./ext/openssl/tests/bug74341.phpt; ./ext/openssl/tests/bug38261.phpt; ./ext/openssl/tests/bug28382.phpt; ./ext/openssl/tests/bug67403.phpt; |
openssl | Function | openssl_x509_checkpurpose | yes | click to show/hide test files ./ext/openssl/tests/openssl_x509_checkpurpose_basic.phpt; ./ext/openssl/tests/openssl_error_string_basic.phpt; |
openssl | Function | openssl_x509_check_private_key | yes | click to show/hide test files ./ext/openssl/tests/openssl_x509_check_private_key_basic.phpt; ./ext/openssl/tests/ecc.phpt; |
openssl | Function | openssl_x509_export | yes | click to show/hide test files ./ext/openssl/tests/bug36732.phpt; ./ext/openssl/tests/openssl_x509_export_basic.phpt; |
openssl | Function | openssl_x509_export_to_file | yes | click to show/hide test files ./ext/openssl/tests/openssl_x509_export_to_file_basic.phpt; ./ext/openssl/tests/openssl_error_string_basic.phpt; |
openssl | Function | openssl_pkcs12_export | yes | click to show/hide test files ./ext/openssl/tests/openssl_pkcs12_export_basic.phpt; |
openssl | Function | openssl_pkcs12_export_to_file | yes | click to show/hide test files ./ext/openssl/tests/openssl_pkcs12_export_to_file_error.phpt; ./ext/openssl/tests/openssl_pkcs12_export_to_file_basic.phpt; |
openssl | Function | openssl_pkcs12_read | yes | click to show/hide test files ./ext/openssl/tests/bug74022_2.phpt; ./ext/openssl/tests/openssl_pkcs12_export_basic.phpt; ./ext/openssl/tests/bug41353.phpt; ./ext/openssl/tests/bug74022.phpt; ./ext/openssl/tests/openssl_pkcs12_read_basic.phpt; ./ext/openssl/tests/openssl_pkcs12_export_to_file_basic.phpt; |
openssl | Function | openssl_csr_new | yes | click to show/hide test files ./ext/openssl/tests/bug55646.phpt; ./ext/openssl/tests/bug36732.phpt; ./ext/openssl/tests/openssl_csr_get_subject_basic.phpt; ./ext/openssl/tests/openssl_csr_get_public_key_basic.phpt; ./ext/openssl/tests/ecc.phpt; ./ext/openssl/tests/openssl_csr_export_to_file_basic.phpt; ./ext/openssl/tests/openssl_csr_sign_basic.phpt; ./ext/openssl/tests/openssl_csr_new_basic.phpt; ./ext/openssl/tests/bug72165.phpt; ./ext/openssl/tests/openssl_csr_export_basic.phpt; |
openssl | Function | openssl_csr_export | yes | click to show/hide test files ./ext/openssl/tests/bug55646.phpt; ./ext/openssl/tests/bug36732.phpt; ./ext/openssl/tests/openssl_csr_export_basic.phpt; |
openssl | Function | openssl_csr_export_to_file | yes | click to show/hide test files ./ext/openssl/tests/openssl_csr_export_to_file_basic.phpt; |
openssl | Function | openssl_csr_sign | yes | click to show/hide test files ./ext/openssl/tests/bug36732.phpt; ./ext/openssl/tests/ecc.phpt; ./ext/openssl/tests/openssl_csr_sign_basic.phpt; |
openssl | Function | openssl_csr_get_subject | yes | click to show/hide test files ./ext/openssl/tests/bug55646.phpt; ./ext/openssl/tests/openssl_csr_get_subject_basic.phpt; ./ext/openssl/tests/openssl_error_string_basic.phpt; |
openssl | Function | openssl_csr_get_public_key | yes | click to show/hide test files ./ext/openssl/tests/openssl_csr_get_public_key_basic.phpt; ./ext/openssl/tests/ecc.phpt; |
openssl | Function | openssl_digest | yes | click to show/hide test files ./ext/openssl/tests/openssl_digest_basic.phpt; |
openssl | Function | openssl_encrypt | yes | click to show/hide test files ./ext/openssl/tests/openssl_encrypt_ocb.phpt; ./ext/openssl/tests/bug71917.phpt; ./ext/openssl/tests/openssl_decrypt_basic.phpt; ./ext/openssl/tests/bug74099.phpt; ./ext/openssl/tests/bug54060.phpt; ./ext/openssl/tests/openssl_encrypt_ccm.phpt; ./ext/openssl/tests/openssl_error_string_basic.phpt; ./ext/openssl/tests/openssl_decrypt_error.phpt; ./ext/openssl/tests/openssl_encrypt_crash.phpt; ./ext/openssl/tests/openssl_encrypt_error.phpt; ./ext/openssl/tests/openssl_encrypt_gcm.phpt; ./ext/openssl/tests/bug54061.phpt; ./ext/openssl/tests/bug72362.phpt; |
openssl | Function | openssl_decrypt | yes | click to show/hide test files ./ext/openssl/tests/openssl_decrypt_ocb.phpt; ./ext/openssl/tests/openssl_decrypt_ccm.phpt; ./ext/openssl/tests/openssl_decrypt_basic.phpt; ./ext/openssl/tests/bug61124.phpt; ./ext/openssl/tests/openssl_decrypt_gcm.phpt; ./ext/openssl/tests/openssl_decrypt_error.phpt; ./ext/openssl/tests/bug54061.phpt; |
openssl | Function | openssl_cipher_iv_length | yes | click to show/hide test files ./ext/openssl/tests/openssl_decrypt_basic.phpt; ./ext/openssl/tests/openssl_decrypt_error.phpt; ./ext/openssl/tests/openssl_encrypt_error.phpt; |
openssl | Function | openssl_sign | yes | click to show/hide test files ./ext/openssl/tests/bug66501.phpt; ./ext/openssl/tests/openssl_sign_basic.phpt; ./ext/openssl/tests/bug37820.phpt; ./ext/openssl/tests/openssl_verify_basic.phpt; ./ext/openssl/tests/bug41033.phpt; |
openssl | Function | openssl_verify | yes | click to show/hide test files ./ext/openssl/tests/bug37820.phpt; ./ext/openssl/tests/bug38255.phpt; ./ext/openssl/tests/openssl_verify_basic.phpt; ./ext/openssl/tests/bug41033.phpt; ./ext/openssl/tests/bug61930.phpt; |
openssl | Function | openssl_seal | yes | click to show/hide test files ./ext/openssl/tests/openssl_seal_basic.phpt; ./ext/openssl/tests/bug74651.phpt; ./ext/openssl/tests/bug71475.phpt; ./ext/openssl/tests/openssl_open_basic.phpt; ./ext/openssl/tests/bug60632.phpt; ./ext/openssl/tests/bug74402.phpt; ./ext/openssl/tests/bug70438.phpt; |
openssl | Function | openssl_open | yes | click to show/hide test files ./ext/openssl/tests/bug71917.phpt; ./ext/openssl/tests/openssl_open_basic.phpt; ./ext/openssl/tests/bug70438.phpt; |
openssl | Function | openssl_pkcs7_verify | yes | click to show/hide test files ./ext/openssl/tests/openssl_pkcs7_verify_basic.phpt; |
openssl | Function | openssl_pkcs7_decrypt | yes | click to show/hide test files ./ext/openssl/tests/openssl_pkcs7_decrypt_error.phpt; ./ext/openssl/tests/openssl_pkcs7_encrypt_basic.phpt; ./ext/openssl/tests/bug74720_0.phpt; ./ext/openssl/tests/bug74798.phpt; ./ext/openssl/tests/openssl_pkcs7_decrypt_basic.phpt; |
openssl | Function | openssl_pkcs7_sign | yes | click to show/hide test files ./ext/openssl/tests/bug74720_1.phpt; ./ext/openssl/tests/openssl_pkcs7_sign_basic.phpt; |
openssl | Function | openssl_pkcs7_encrypt | yes | click to show/hide test files ./ext/openssl/tests/bug74903.phpt; ./ext/openssl/tests/openssl_pkcs7_encrypt_basic.phpt; ./ext/openssl/tests/bug74720_0.phpt; ./ext/openssl/tests/bug74798.phpt; ./ext/openssl/tests/openssl_pkcs7_decrypt_basic.phpt; |
openssl | Function | openssl_private_encrypt | yes | click to show/hide test files ./ext/openssl/tests/openssl_private_encrypt_basic.phpt; ./ext/openssl/tests/openssl_error_string_basic.phpt; ./ext/openssl/tests/openssl_public_decrypt_basic.phpt; |
openssl | Function | openssl_private_decrypt | yes | click to show/hide test files ./ext/openssl/tests/openssl_public_encrypt_basic.phpt; ./ext/openssl/tests/openssl_error_string_basic.phpt; ./ext/openssl/tests/openssl_private_decrypt_basic.phpt; |
openssl | Function | openssl_public_encrypt | yes | click to show/hide test files ./ext/openssl/tests/bug71917.phpt; ./ext/openssl/tests/openssl_public_encrypt_basic.phpt; ./ext/openssl/tests/openssl_error_string_basic.phpt; ./ext/openssl/tests/openssl_private_decrypt_basic.phpt; |
openssl | Function | openssl_public_decrypt | yes | click to show/hide test files ./ext/openssl/tests/openssl_private_encrypt_basic.phpt; ./ext/openssl/tests/openssl_error_string_basic.phpt; ./ext/openssl/tests/openssl_public_decrypt_basic.phpt; |
openssl | Function | openssl_get_md_methods | yes | click to show/hide test files ./ext/openssl/tests/openssl_get_md_methods.phpt; |
openssl | Function | openssl_get_cipher_methods | yes | click to show/hide test files ./ext/openssl/tests/openssl_get_cipher_methods.phpt; |
openssl | Function | openssl_dh_compute_key | no | |
openssl | Function | openssl_random_pseudo_bytes | yes | click to show/hide test files ./ext/openssl/tests/openssl_random_pseudo_bytes_error.phpt; ./ext/openssl/tests/openssl_random_pseudo_bytes_basic.phpt; ./ext/openssl/tests/bug78391.phpt; ./ext/hash/tests/hash_update_stream_basic_001.phpt; |
openssl | Function | openssl_error_string | yes | click to show/hide test files ./ext/openssl/tests/bug55646.phpt; ./ext/openssl/tests/bug74022_2.phpt; ./ext/openssl/tests/openssl_error_string_basic.phpt; ./ext/openssl/tests/bug74022.phpt; ./ext/openssl/tests/openssl_cms_encrypt_pem.phpt; ./ext/openssl/tests/bug80747.phpt; ./ext/openssl/tests/openssl_cms_encrypt_der.phpt; |
pcre | Function | preg_match | yes | click to show/hide test files ./ext/pdo_oci/tests/pdo_oci_phpinfo.phpt; ./ext/openssl/tests/check_default_conf_path.phpt; ./ext/openssl/tests/openssl_error_string_basic.phpt; ./ext/opcache/tests/bug78189.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_server_info.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_server_version.phpt; ./ext/pdo_mysql/tests/pdo_mysql_types_zerofill.phpt; ./ext/pdo_mysql/tests/pdo_mysql_phpinfo.phpt; ./ext/pdo_mysql/tests/pdo_mysql_types.phpt; ./ext/pdo_mysql/tests/pdo_mysql_connect_attr.phpt; ./ext/spl/tests/dit_001.phpt; ./ext/spl/tests/dit_001_noglob.phpt; ./ext/pcre/tests/bug26927.phpt; ./ext/pcre/tests/bug74873.phpt; ./ext/pcre/tests/bug76850.phpt; ./ext/pcre/tests/errors06.phpt; ./ext/pcre/tests/preg_match_basic.phpt; ./ext/pcre/tests/bug41050.phpt; ./ext/pcre/tests/bug75457.phpt; ./ext/pcre/tests/preg_match_error4.phpt; ./ext/pcre/tests/bug47229.phpt; ./ext/pcre/tests/bug73612.phpt; ./ext/pcre/tests/preg_match_basic_edit.phpt; ./ext/pcre/tests/bug76512.phpt; ./ext/pcre/tests/bug78272.phpt; ./ext/pcre/tests/bug52732.phpt; ./ext/pcre/tests/001.phpt; ./ext/pcre/tests/bug70345.phpt; ./ext/pcre/tests/marks.phpt; ./ext/pcre/tests/errors05.phpt; ./ext/pcre/tests/bug78338.phpt; ./ext/pcre/tests/bug38600.phpt; ./ext/pcre/tests/bug61780_1.phpt; ./ext/pcre/tests/bug37911.phpt; ./ext/pcre/tests/bug40195.phpt; ./ext/pcre/tests/pcre_anchored.phpt; ./ext/pcre/tests/bug77827.phpt; ./ext/pcre/tests/ungreedy.phpt; ./ext/pcre/tests/bug75539.phpt; ./ext/pcre/tests/study.phpt; ./ext/pcre/tests/bug79241.phpt; ./ext/pcre/tests/bug78853.phpt; ./ext/pcre/tests/bug72685.phpt; ./ext/pcre/tests/bug67238.phpt; ./ext/pcre/tests/bug74183.phpt; ./ext/pcre/tests/bug76514.phpt; ./ext/pcre/tests/match_flags3.phpt; ./ext/pcre/tests/bug61780.phpt; ./ext/pcre/tests/bug72688.phpt; ./ext/pcre/tests/preg_match_error2.phpt; ./ext/pcre/tests/pcre_extended.phpt; ./ext/pcre/tests/bug61780_2.phpt; ./ext/pcre/tests/cache_limit.phpt; ./ext/pcre/tests/bug75355.phpt; ./ext/pcre/tests/bug80118.phpt; ./ext/pcre/tests/preg_match_variation1.phpt; ./ext/pcre/tests/preg_match_error1.phpt; ./ext/pcre/tests/bug47662.phpt; ./ext/pcre/tests/bug79257.phpt; ./ext/pcre/tests/no_jit_bug70110.phpt; ./ext/pcre/tests/bug76909.phpt; ./ext/pcre/tests/errors03.phpt; ./ext/pcre/tests/bug75207.phpt; ./ext/pcre/tests/locales.phpt; ./ext/pcre/tests/check_jit_enabled.phpt; ./ext/pcre/tests/pcre_extra.phpt; ./ext/pcre/tests/bug69864.phpt; ./ext/pcre/tests/preg_match_error3.phpt; ./ext/pcre/tests/preg_match_latin.phpt; ./ext/pcre/tests/bug79846.phpt; ./ext/pcre/tests/preg_match_basic_002.phpt; ./ext/pcre/tests/null_bytes.phpt; ./ext/pcre/tests/match_flags2.phpt; ./ext/pcre/tests/preg_quote_basic.phpt; ./ext/pcre/tests/invalid_utf8_offset.phpt; ./ext/pcre/tests/delimiters.phpt; ./ext/gd/tests/bug50194.phpt; ./ext/mbstring/tests/sjis2004_encoding.phpt; ./ext/mbstring/tests/php_gr_jp_10830.phpt; ./ext/oci8/tests/minfo.phpt; ./ext/standard/tests/image/image_type_to_mime_type.phpt; ./ext/standard/tests/image/getimagesize.phpt; ./ext/standard/tests/image/getimagesize_246x247.phpt; ./ext/standard/tests/image/getimagesize_384x385.phpt; ./ext/standard/tests/array/bug34066_1.phpt; ./ext/standard/tests/array/bug34066.phpt; ./ext/standard/tests/strings/bug55871.phpt; ./ext/standard/tests/general_functions/getservbyport_basic.phpt; ./ext/standard/tests/general_functions/proc_nice_basic.phpt; ./ext/standard/tests/streams/bug77069.phpt; ./ext/standard/tests/streams/bug60106.phpt; ./ext/curl/tests/check_win_config.phpt; ./ext/fileinfo/tests/finfo_phpinfo_basic.phpt; ./ext/mysqli/tests/mysqli_fetch_all_oo.phpt; ./ext/mysqli/tests/mysqli_error_oo.phpt; ./ext/mysqli/tests/mysqli_fetch_array_oo.phpt; ./ext/mysqli/tests/mysqli_fetch_all.phpt; ./ext/mysqli/tests/mysqli_error.phpt; ./ext/mysqli/tests/mysqli_fetch_array.phpt; ./ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt; ./ext/mysqli/tests/mysqli_debug_mysqlnd_only.phpt; ./ext/mysqli/tests/bug72701.phpt; ./ext/mysqli/tests/mysqli_pconn_max_links.phpt; ./Zend/tests/lc_ctype_inheritance.phpt; ./Zend/tests/assert/expect_007.phpt; ./tests/basic/bug71273.phpt; ./tests/lang/bug29944.phpt; |
pcre | Function | preg_match_all | yes | click to show/hide test files ./ext/spl/tests/iterator_053.phpt; ./ext/spl/tests/iterator_052.phpt; ./ext/pcre/tests/bug27103.phpt; ./ext/pcre/tests/preg_match_all_edit_basic.phpt; ./ext/pcre/tests/bug42298.phpt; ./ext/pcre/tests/dollar_endonly.phpt; ./ext/pcre/tests/bug34790.phpt; ./ext/pcre/tests/005.phpt; ./ext/pcre/tests/002.phpt; ./ext/pcre/tests/004.phpt; ./ext/pcre/tests/preg_match_all_basic.phpt; ./ext/pcre/tests/marks.phpt; ./ext/pcre/tests/bug40909.phpt; ./ext/pcre/tests/bug61780_1.phpt; ./ext/pcre/tests/errors04.phpt; ./ext/pcre/tests/bug63055.phpt; ./ext/pcre/tests/bug27011.phpt; ./ext/pcre/tests/match_flags3.phpt; ./ext/pcre/tests/match_flags.phpt; ./ext/pcre/tests/preg_match_all_error2.phpt; ./ext/pcre/tests/bug41638.phpt; ./ext/pcre/tests/bug66121.phpt; ./ext/pcre/tests/bug61780_2.phpt; ./ext/pcre/tests/bug52971.phpt; ./ext/pcre/tests/recursion_limit.phpt; ./ext/pcre/tests/bug70232.phpt; ./ext/pcre/tests/003.phpt; ./ext/pcre/tests/multiline.phpt; ./ext/pcre/tests/preg_match_all_error1.phpt; ./ext/pcre/tests/bug42945.phpt; ./ext/pcre/tests/request47456.phpt; ./ext/pcre/tests/backtrack_limit.phpt; ./ext/pcre/tests/preg_match_all_error3.phpt; ./ext/standard/tests/mail/bug47983.phpt; ./ext/com_dotnet/tests/bug79299.phpt; |
pcre | Function | preg_replace | yes | click to show/hide test files ./ext/openssl/tests/openssl_spki_export_basic.phpt; ./ext/openssl/tests/openssl_spki_export_challenge_basic.phpt; ./ext/openssl/tests/openssl_spki_verify_basic.phpt; ./ext/opcache/tests/blacklist-win32.phpt; ./ext/opcache/tests/blacklist.phpt; ./ext/spl/tests/bug70868.phpt; ./ext/pcre/tests/bug79363.phpt; ./ext/pcre/tests/preg_replace2.phpt; ./ext/pcre/tests/preg_replace_error2.phpt; ./ext/pcre/tests/preg_replace_basic.phpt; ./ext/pcre/tests/bug41148.phpt; ./ext/pcre/tests/002.phpt; ./ext/pcre/tests/bug73612.phpt; ./ext/pcre/tests/bug21732.phpt; ./ext/pcre/tests/bug79188.phpt; ./ext/pcre/tests/bug73483.phpt; ./ext/pcre/tests/preg_replace_edit_basic.phpt; ./ext/pcre/tests/bug37800.phpt; ./ext/pcre/tests/pcre_count.phpt; ./ext/pcre/tests/bug66121.phpt; ./ext/pcre/tests/bug53823.phpt; ./ext/pcre/tests/bug70232.phpt; ./ext/pcre/tests/preg_replace_variation1.phpt; ./ext/pcre/tests/bug69864.phpt; ./ext/pcre/tests/bug71537.phpt; ./ext/pcre/tests/null_bytes.phpt; ./ext/pcre/tests/preg_replace.phpt; ./ext/pcre/tests/preg_replace_error1.phpt; ./ext/pcre/tests/invalid_utf8.phpt; ./ext/pcre/tests/006.phpt; ./ext/xml/tests/bug32001b.phpt; ./ext/xml/tests/bug32001.phpt; ./ext/mbstring/tests/php_gr_jp_dev_884-2.phpt; ./ext/mbstring/tests/php_gr_jp_dev_884-1.phpt; ./ext/standard/tests/file/flock_error.phpt; ./ext/standard/tests/file/flock_basic.phpt; ./ext/standard/tests/file/flock_variation.phpt; ./ext/standard/tests/streams/proc_open_bug60120.phpt; ./ext/standard/tests/streams/bug61115.phpt; ./ext/pspell/tests/001.phpt; ./ext/curl/tests/curl_setopt_basic002.phpt; ./ext/dom/tests/dom003.phpt; ./ext/dom/tests/dom_set_attr_node.phpt; ./sapi/cli/tests/php_cli_server_013.phpt; ./sapi/cli/tests/php_cli_server_014.phpt; ./Zend/tests/closure_048.phpt; ./Zend/tests/closure_047.phpt; |
pcre | Function | preg_replace_callback | yes | click to show/hide test files ./ext/pcre/tests/preg_replace_callback_error1.phpt; ./ext/pcre/tests/preg_replace_callback_flags.phpt; ./ext/pcre/tests/bug77193.phpt; ./ext/pcre/tests/preg_replace_callback_basic.phpt; ./ext/pcre/tests/bug73612.phpt; ./ext/pcre/tests/preg_replace_callback.phpt; ./ext/pcre/tests/bug21732.phpt; ./ext/pcre/tests/bug79188.phpt; ./ext/pcre/tests/marks.phpt; ./ext/pcre/tests/preg_replace_callback3.phpt; ./ext/pcre/tests/bug37911.phpt; ./ext/pcre/tests/bug73483.phpt; ./ext/pcre/tests/preg_replace_callback2.phpt; ./ext/pcre/tests/007.phpt; ./ext/pcre/tests/preg_replace_callback_fatal_error_leak.phpt; ./ext/pcre/tests/bug44214_2.phpt; ./ext/pcre/tests/bug69864.phpt; ./ext/pcre/tests/bug21758.phpt; ./ext/pcre/tests/bug44214.phpt; ./ext/standard/tests/array/bug74345.phpt; ./Zend/tests/closure_008.phpt; ./Zend/tests/closure_048.phpt; ./Zend/tests/closure_047.phpt; |
pcre | Function | preg_filter | yes | click to show/hide test files ./ext/pcre/tests/preg_filter.phpt; ./ext/pcre/tests/bug73612.phpt; |
pcre | Function | preg_split | yes | click to show/hide test files ./ext/pcre/tests/bug27103.phpt; ./ext/pcre/tests/bug20528.phpt; ./ext/pcre/tests/preg_split_error1.phpt; ./ext/pcre/tests/bug70345.phpt; ./ext/pcre/tests/004.phpt; ./ext/pcre/tests/bug76127.phpt; ./ext/pcre/tests/split.phpt; ./ext/pcre/tests/errors02.phpt; ./ext/pcre/tests/errors01.phpt; ./ext/pcre/tests/preg_split_basic.phpt; ./ext/pcre/tests/split2.phpt; ./ext/pcre/tests/bug70232.phpt; ./ext/pcre/tests/bug69864.phpt; ./ext/pcre/tests/bug42737.phpt; ./ext/pcre/tests/bug42945.phpt; ./ext/mbstring/tests/mb_split.phpt; ./sapi/fpm/tests/bug78323.phpt; ./sapi/cli/tests/bug78323.phpt; ./sapi/cgi/tests/bug78323.phpt; |
pcre | Function | preg_quote | yes | click to show/hide test files ./ext/pdo_mysql/tests/pdo_mysql_phpinfo.phpt; ./ext/pcre/tests/bug26927.phpt; ./ext/pcre/tests/bug47229.phpt; ./ext/pcre/tests/002.phpt; ./ext/pcre/tests/bug76514.phpt; ./ext/pcre/tests/bug75355.phpt; ./ext/pcre/tests/preg_quote_basic.phpt; ./ext/mbstring/tests/mbregex_stack_limit2.phpt; |
pcre | Function | preg_grep | yes | click to show/hide test files ./ext/pcre/tests/bug75089.phpt; ./ext/pcre/tests/grep.phpt; ./ext/pcre/tests/bug44191.phpt; ./ext/pcre/tests/grep2.phpt; ./ext/pcre/tests/preg_grep_error1.phpt; ./ext/pcre/tests/bug44925.phpt; ./ext/pcre/tests/bug69864.phpt; ./ext/pcre/tests/preg_grep_basic.phpt; |
pcre | Function | preg_last_error | yes | click to show/hide test files ./ext/pcre/tests/errors06.phpt; ./ext/pcre/tests/preg_match_error4.phpt; ./ext/pcre/tests/bug75089.phpt; ./ext/pcre/tests/bug76127.phpt; ./ext/pcre/tests/bug77827.phpt; ./ext/pcre/tests/bug75539.phpt; ./ext/pcre/tests/bug79241.phpt; ./ext/pcre/tests/007.phpt; ./ext/pcre/tests/bug37800.phpt; ./ext/pcre/tests/bug74183.phpt; ./ext/pcre/tests/bug76514.phpt; ./ext/pcre/tests/grep2.phpt; ./ext/pcre/tests/recursion_limit.phpt; ./ext/pcre/tests/split2.phpt; ./ext/pcre/tests/preg_match_error3.phpt; ./ext/pcre/tests/backtrack_limit.phpt; ./ext/pcre/tests/invalid_utf8.phpt; ./ext/pcre/tests/invalid_utf8_offset.phpt; |
zlib | Function | readgzfile | yes | click to show/hide test files ./ext/zlib/tests/readgzfile_variation12.phpt; ./ext/zlib/tests/readgzfile_basic.phpt; ./ext/zlib/tests/gzfilegzreadfile.phpt; ./ext/zlib/tests/readgzfile_variation7.phpt; ./ext/zlib/tests/readgzfile_variation15.phpt; ./ext/zlib/tests/readgzfile_basic2.phpt; ./ext/zlib/tests/readgzfile_variation9.phpt; ./ext/zlib/tests/readgzfile_variation11.phpt; ./ext/zlib/tests/readgzfile_variation5.phpt; ./ext/zlib/tests/readgzfile_variation4.phpt; |
zlib | Function | gzrewind | yes | click to show/hide test files ./ext/zlib/tests/gzrewind_basic.phpt; ./ext/zlib/tests/gzrewind_variation1.phpt; ./ext/zlib/tests/gzrewind_basic2.phpt; ./ext/zlib/tests/gzread_variation1.phpt; |
zlib | Function | gzclose | yes | click to show/hide test files ./ext/zlib/tests/zlib_scheme_file_put_contents_basic.phpt; ./ext/zlib/tests/readgzfile_basic.phpt; ./ext/zlib/tests/gzputs_basic.phpt; ./ext/zlib/tests/gzseek_basic2.phpt; ./ext/zlib/tests/gzread_error2.phpt; ./ext/zlib/tests/gzfile_basic.phpt; ./ext/zlib/tests/gzopen_basic.phpt; ./ext/zlib/tests/gzfile_variation15.phpt; ./ext/zlib/tests/zlib_scheme_copy_basic.phpt; ./ext/zlib/tests/gzopen_basic2.phpt; ./ext/zlib/tests/gzopen_variation6.phpt; ./ext/zlib/tests/gzseek_basic.phpt; ./ext/zlib/tests/gzeof_basic.phpt; ./ext/zlib/tests/gzseek_variation2.phpt; ./ext/zlib/tests/readgzfile_variation15.phpt; ./ext/zlib/tests/gzopen_variation4.phpt; ./ext/zlib/tests/gzeof_variation1.phpt; ./ext/zlib/tests/gzreadgzwrite.phpt; ./ext/zlib/tests/gzseek_variation4.phpt; ./ext/zlib/tests/zlib_wrapper_fflush_basic.phpt; ./ext/zlib/tests/gzrewind_basic.phpt; ./ext/zlib/tests/gzseek_variation7.phpt; ./ext/zlib/tests/zlib_wrapper_flock_basic.phpt; ./ext/zlib/tests/gzopen_variation9.phpt; ./ext/zlib/tests/gzrewind_variation1.phpt; ./ext/zlib/tests/gzpassthru_basic.phpt; ./ext/zlib/tests/gzgetc_basic_1.phpt; ./ext/zlib/tests/gzopen_variation8.phpt; ./ext/zlib/tests/zlib_scheme_copy_variation2.phpt; ./ext/zlib/tests/gztell_basic2.phpt; ./ext/zlib/tests/gzgets_basic.phpt; ./ext/zlib/tests/zlib_wrapper_meta_data_basic.phpt; ./ext/zlib/tests/gzwrite_error2.phpt; ./ext/zlib/tests/gzseek_variation3.phpt; ./ext/zlib/tests/gzopen_variation5.phpt; ./ext/zlib/tests/gzwrite_basic.phpt; ./ext/zlib/tests/gzrewind_basic2.phpt; ./ext/zlib/tests/gzread_variation1.phpt; ./ext/zlib/tests/gzwrite_variation1.phpt; ./ext/zlib/tests/gzseek_variation1.phpt; ./ext/zlib/tests/gzclose_basic.phpt; ./ext/zlib/tests/gzreadgzwriteplain.phpt; ./ext/zlib/tests/gzseek_variation5.phpt; ./ext/zlib/tests/gzread_basic.phpt; ./ext/zlib/tests/zlib_scheme_copy_variation1.phpt; ./ext/zlib/tests/gzopen_variation7.phpt; ./ext/zlib/tests/gzgetc_basic.phpt; ./ext/zlib/tests/gzseek_variation6.phpt; ./ext/zlib/tests/gztell_basic.phpt; |
zlib | Function | gzeof | yes | click to show/hide test files ./ext/zlib/tests/gzeof_basic.phpt; ./ext/zlib/tests/gzeof_variation1.phpt; ./ext/zlib/tests/gzgets_basic.phpt; ./ext/zlib/tests/gzrewind_basic2.phpt; ./ext/zlib/tests/gzgetc_basic.phpt; ./ext/zlib/tests/gzseek_variation6.phpt; |
zlib | Function | gzgetc | no | |
zlib | Function | gzgets | yes | click to show/hide test files ./ext/zlib/tests/gzgets_basic.phpt; |
zlib | Function | gzgetss | no | |
zlib | Function | gzread | yes | click to show/hide test files ./ext/zlib/tests/gzseek_basic2.phpt; ./ext/zlib/tests/gzread_error2.phpt; ./ext/zlib/tests/zlib_scheme_copy_basic.phpt; ./ext/zlib/tests/gzseek_basic.phpt; ./ext/zlib/tests/gzeof_basic.phpt; ./ext/zlib/tests/gzseek_variation2.phpt; ./ext/zlib/tests/gzreadgzwrite.phpt; ./ext/zlib/tests/gzseek_variation4.phpt; ./ext/zlib/tests/gzrewind_basic.phpt; ./ext/zlib/tests/zlib_scheme_copy_variation2.phpt; ./ext/zlib/tests/gzseek_variation3.phpt; ./ext/zlib/tests/gzrewind_basic2.phpt; ./ext/zlib/tests/gzread_variation1.phpt; ./ext/zlib/tests/gzwrite_variation1.phpt; ./ext/zlib/tests/gzseek_variation1.phpt; ./ext/zlib/tests/gzclose_basic.phpt; ./ext/zlib/tests/gzreadgzwriteplain.phpt; ./ext/zlib/tests/gzseek_variation5.phpt; ./ext/zlib/tests/gzread_basic.phpt; ./ext/zlib/tests/zlib_scheme_copy_variation1.phpt; ./ext/zlib/tests/gzopen_variation7.phpt; ./ext/zlib/tests/gzseek_variation6.phpt; ./ext/zlib/tests/gztell_basic.phpt; |
zlib | Function | gzopen | yes | click to show/hide test files ./ext/zlib/tests/zlib_scheme_file_put_contents_basic.phpt; ./ext/zlib/tests/readgzfile_basic.phpt; ./ext/zlib/tests/gzputs_basic.phpt; ./ext/zlib/tests/gzseek_basic2.phpt; ./ext/zlib/tests/gzread_error2.phpt; ./ext/zlib/tests/gzfilegzreadfile.phpt; ./ext/zlib/tests/gzfile_basic.phpt; ./ext/zlib/tests/gzopen_basic.phpt; ./ext/zlib/tests/gzfile_variation15.phpt; ./ext/zlib/tests/zlib_scheme_copy_basic.phpt; ./ext/zlib/tests/gzopen_basic2.phpt; ./ext/zlib/tests/gzopen_variation6.phpt; ./ext/zlib/tests/gzseek_basic.phpt; ./ext/zlib/tests/gzeof_basic.phpt; ./ext/zlib/tests/gzseek_variation2.phpt; ./ext/zlib/tests/readgzfile_variation15.phpt; ./ext/zlib/tests/gzopen_variation4.phpt; ./ext/zlib/tests/gzeof_variation1.phpt; ./ext/zlib/tests/bug61139.phpt; ./ext/zlib/tests/gzreadgzwrite.phpt; ./ext/zlib/tests/gzseek_variation4.phpt; ./ext/zlib/tests/zlib_wrapper_fflush_basic.phpt; ./ext/zlib/tests/gzrewind_basic.phpt; ./ext/zlib/tests/gzseek_variation7.phpt; ./ext/zlib/tests/zlib_wrapper_flock_basic.phpt; ./ext/zlib/tests/zlib_filter_inflate2.phpt; ./ext/zlib/tests/gzopen_variation9.phpt; ./ext/zlib/tests/gzrewind_variation1.phpt; ./ext/zlib/tests/gzpassthru_basic.phpt; ./ext/zlib/tests/gzgetc_basic_1.phpt; ./ext/zlib/tests/gzopen_variation8.phpt; ./ext/zlib/tests/zlib_scheme_copy_variation2.phpt; ./ext/zlib/tests/gztell_basic2.phpt; ./ext/zlib/tests/zlib_wrapper_fstat_basic.phpt; ./ext/zlib/tests/gzgets_basic.phpt; ./ext/zlib/tests/zlib_wrapper_meta_data_basic.phpt; ./ext/zlib/tests/gzwrite_error2.phpt; ./ext/zlib/tests/gzseek_variation3.phpt; ./ext/zlib/tests/gzopen_variation5.phpt; ./ext/zlib/tests/gzwrite_basic.phpt; ./ext/zlib/tests/gzrewind_basic2.phpt; ./ext/zlib/tests/gzread_variation1.phpt; ./ext/zlib/tests/gzwrite_variation1.phpt; ./ext/zlib/tests/gzseek_variation1.phpt; ./ext/zlib/tests/gzclose_basic.phpt; ./ext/zlib/tests/gzreadgzwriteplain.phpt; ./ext/zlib/tests/gzseek_variation5.phpt; ./ext/zlib/tests/gzread_basic.phpt; ./ext/zlib/tests/zlib_scheme_copy_variation1.phpt; ./ext/zlib/tests/gzopen_variation7.phpt; ./ext/zlib/tests/gzgetc_basic.phpt; ./ext/zlib/tests/gzseek_variation6.phpt; ./ext/zlib/tests/gztell_basic.phpt; ./ext/zlib/tests/zlib_wrapper_ftruncate_basic.phpt; |
zlib | Function | gzpassthru | yes | click to show/hide test files ./ext/zlib/tests/zlib_scheme_file_put_contents_basic.phpt; ./ext/zlib/tests/gzputs_basic.phpt; ./ext/zlib/tests/gzopen_basic.phpt; ./ext/zlib/tests/gzopen_basic2.phpt; ./ext/zlib/tests/gzopen_variation6.phpt; ./ext/zlib/tests/gzeof_basic.phpt; ./ext/zlib/tests/gzopen_variation4.phpt; ./ext/zlib/tests/zlib_wrapper_fflush_basic.phpt; ./ext/zlib/tests/gzseek_variation7.phpt; ./ext/zlib/tests/gzrewind_variation1.phpt; ./ext/zlib/tests/gzpassthru_basic.phpt; ./ext/zlib/tests/gzopen_variation8.phpt; ./ext/zlib/tests/gzwrite_error2.phpt; ./ext/zlib/tests/gzwrite_basic.phpt; ./ext/zlib/tests/gzread_variation1.phpt; |
zlib | Function | gzseek | yes | click to show/hide test files ./ext/zlib/tests/gzseek_basic2.phpt; ./ext/zlib/tests/gzseek_basic.phpt; ./ext/zlib/tests/gzseek_variation2.phpt; ./ext/zlib/tests/gzseek_variation4.phpt; ./ext/zlib/tests/gzseek_variation7.phpt; ./ext/zlib/tests/gzseek_variation3.phpt; ./ext/zlib/tests/gzseek_variation1.phpt; ./ext/zlib/tests/gzreadgzwriteplain.phpt; ./ext/zlib/tests/gzseek_variation5.phpt; ./ext/zlib/tests/gzseek_variation6.phpt; |
zlib | Function | gztell | yes | click to show/hide test files ./ext/zlib/tests/gzseek_basic2.phpt; ./ext/zlib/tests/gzseek_basic.phpt; ./ext/zlib/tests/gzseek_variation2.phpt; ./ext/zlib/tests/gzreadgzwrite.phpt; ./ext/zlib/tests/gzseek_variation4.phpt; ./ext/zlib/tests/gzrewind_basic.phpt; ./ext/zlib/tests/gzseek_variation7.phpt; ./ext/zlib/tests/gztell_basic2.phpt; ./ext/zlib/tests/gzseek_variation3.phpt; ./ext/zlib/tests/gzrewind_basic2.phpt; ./ext/zlib/tests/gzseek_variation5.phpt; ./ext/zlib/tests/gzseek_variation6.phpt; ./ext/zlib/tests/gztell_basic.phpt; |
zlib | Function | gzwrite | yes | click to show/hide test files ./ext/zlib/tests/readgzfile_basic.phpt; ./ext/zlib/tests/gzseek_basic2.phpt; ./ext/zlib/tests/gzfilegzreadfile.phpt; ./ext/zlib/tests/gzfile_basic.phpt; ./ext/zlib/tests/gzfile_variation15.phpt; ./ext/zlib/tests/gzopen_basic2.phpt; ./ext/zlib/tests/gzopen_variation6.phpt; ./ext/zlib/tests/readgzfile_variation15.phpt; ./ext/zlib/tests/gzopen_variation4.phpt; ./ext/zlib/tests/gzeof_variation1.phpt; ./ext/zlib/tests/gzreadgzwrite.phpt; ./ext/zlib/tests/gzseek_variation4.phpt; ./ext/zlib/tests/zlib_wrapper_fflush_basic.phpt; ./ext/zlib/tests/gzseek_variation7.phpt; ./ext/zlib/tests/gzrewind_variation1.phpt; ./ext/zlib/tests/gztell_basic2.phpt; ./ext/zlib/tests/gzwrite_error2.phpt; ./ext/zlib/tests/gzwrite_basic.phpt; ./ext/zlib/tests/gzread_variation1.phpt; ./ext/zlib/tests/gzwrite_variation1.phpt; ./ext/zlib/tests/gzseek_variation1.phpt; ./ext/zlib/tests/gzseek_variation5.phpt; |
zlib | Function | gzputs | yes | click to show/hide test files ./ext/zlib/tests/gzputs_basic.phpt; |
zlib | Function | gzfile | yes | click to show/hide test files ./ext/zlib/tests/gzfile_variation7.phpt; ./ext/zlib/tests/gzfile_variation11.phpt; ./ext/zlib/tests/gzfilegzreadfile.phpt; ./ext/zlib/tests/gzfile_variation9.phpt; ./ext/zlib/tests/gzfile_basic.phpt; ./ext/zlib/tests/gzfile_variation15.phpt; ./ext/zlib/tests/004.phpt; ./ext/zlib/tests/004-mb.phpt; ./ext/zlib/tests/gzfile_variation5.phpt; ./ext/zlib/tests/gzfile_basic2.phpt; ./ext/zlib/tests/gzfile_variation4.phpt; ./ext/zlib/tests/gzfile_variation12.phpt; |
zlib | Function | gzcompress | yes | click to show/hide test files ./ext/zlib/tests/005.phpt; ./ext/zlib/tests/002.phpt; ./ext/zlib/tests/gzcompress_variation1.phpt; ./ext/zlib/tests/gzuncompress_basic1.phpt; ./ext/zlib/tests/gzuncompress_error1.phpt; ./ext/zlib/tests/gzinflate_error1.phpt; ./ext/zlib/tests/gzcompress_error1.phpt; ./ext/zlib/tests/006.phpt; ./ext/zlib/tests/bug_34821.phpt; ./ext/zlib/tests/gzcompress_basic1.phpt; |
zlib | Function | gzuncompress | yes | click to show/hide test files ./ext/zlib/tests/005.phpt; ./ext/zlib/tests/002.phpt; ./ext/zlib/tests/gzuncompress_basic1.phpt; ./ext/zlib/tests/gzuncompress_error1.phpt; ./ext/zlib/tests/bug_34821.phpt; ./ext/zlib/tests/gzcompress_basic1.phpt; |
zlib | Function | gzdeflate | yes | click to show/hide test files ./ext/zlib/tests/gzdeflate_basic1.phpt; ./ext/zlib/tests/001.phpt; ./ext/zlib/tests/gzinflate-bug42663.phpt; ./ext/zlib/tests/gzinflate_length.phpt; ./ext/zlib/tests/gzdeflate_variation1.phpt; ./ext/zlib/tests/bug61287.phpt; ./ext/zlib/tests/gzdeflate_error1.phpt; ./ext/zlib/tests/006.phpt; ./ext/zlib/tests/bug_34821.phpt; |
zlib | Function | gzinflate | yes | click to show/hide test files ./ext/zlib/tests/gzdeflate_basic1.phpt; ./ext/zlib/tests/001.phpt; ./ext/zlib/tests/gzinflate-bug42663.phpt; ./ext/zlib/tests/gzinflate_length.phpt; ./ext/zlib/tests/gzencode_variation1-win32.phpt; ./ext/zlib/tests/gzinflate_error1.phpt; ./ext/zlib/tests/bug61287.phpt; ./ext/zlib/tests/006.phpt; ./ext/zlib/tests/bug_34821.phpt; ./ext/standard/tests/streams/bug77080.phpt; |
zlib | Function | gzencode | yes | click to show/hide test files ./ext/zlib/tests/gzencode_basic1.phpt; ./ext/zlib/tests/gzencode_variation1.phpt; ./ext/zlib/tests/gzencode_variation2-win32.phpt; ./ext/zlib/tests/gzencode_error1.phpt; ./ext/zlib/tests/007.phpt; ./ext/zlib/tests/gzencode_variation2.phpt; ./ext/zlib/tests/gzencode_variation1-win32.phpt; ./ext/zlib/tests/003.phpt; ./ext/zlib/tests/inflate_init_reuse.phpt; ./ext/zlib/tests/bug71417.phpt; ./ext/zlib/tests/bug_34821.phpt; ./ext/soap/tests/bug73037.phpt; ./ext/standard/tests/filters/filter_errors_zlib_inflate.phpt; |
zlib | Function | ob_gzhandler | yes | click to show/hide test files ./ext/zlib/tests/ob_gzhandler_legacy_002.phpt; |
zlib | Function | zlib_get_coding_type | yes | click to show/hide test files ./ext/zlib/tests/zlib_get_coding_type_deflate.phpt; ./ext/zlib/tests/zlib_get_coding_type_br.phpt; ./ext/zlib/tests/zlib_get_coding_type_gzip.phpt; ./ext/zlib/tests/zlib_get_coding_type_basic.phpt; |
bz2 | Function | bzopen | yes | click to show/hide test files ./ext/bz2/tests/003-mb.phpt; ./ext/bz2/tests/002.phpt; ./ext/bz2/tests/001.phpt; ./ext/bz2/tests/004.phpt; ./ext/bz2/tests/bug72613.phpt; ./ext/bz2/tests/with_files.phpt; ./ext/bz2/tests/bzopen_string_filename_with_null_bytes.phpt; ./ext/bz2/tests/bug51997.phpt; ./ext/bz2/tests/003.phpt; |
bz2 | Function | bzread | yes | click to show/hide test files ./ext/bz2/tests/003-mb.phpt; ./ext/bz2/tests/004.phpt; ./ext/bz2/tests/bug72613.phpt; ./ext/bz2/tests/with_files.phpt; ./ext/bz2/tests/bug51997.phpt; ./ext/bz2/tests/003.phpt; |
bz2 | Function | bzwrite | yes | click to show/hide test files ./ext/bz2/tests/with_files.phpt; ./ext/bz2/tests/bug51997.phpt; |
bz2 | Function | bzflush | no | |
bz2 | Function | bzclose | yes | click to show/hide test files ./ext/bz2/tests/004.phpt; ./ext/bz2/tests/bug72613.phpt; ./ext/bz2/tests/with_files.phpt; ./ext/bz2/tests/bug51997.phpt; |
bz2 | Function | bzerrno | yes | click to show/hide test files ./ext/bz2/tests/004.phpt; |
bz2 | Function | bzerrstr | yes | click to show/hide test files ./ext/bz2/tests/004.phpt; |
bz2 | Function | bzerror | yes | click to show/hide test files ./ext/bz2/tests/004.phpt; |
bz2 | Function | bzcompress | yes | click to show/hide test files ./ext/bz2/tests/005.phpt; ./ext/bz2/tests/with_strings.phpt; ./ext/bz2/tests/bug71263.phpt; |
bz2 | Function | bzdecompress | yes | click to show/hide test files ./ext/bz2/tests/005.phpt; ./ext/bz2/tests/with_strings.phpt; |
calendar | Function | jdtogregorian | yes | click to show/hide test files ./ext/calendar/tests/jdtogregorian.phpt; ./ext/calendar/tests/jdtogregorian_overflow.phpt; |
calendar | Function | gregoriantojd | yes | click to show/hide test files ./ext/calendar/tests/gregoriantojd.phpt; ./ext/calendar/tests/jdtojewish.phpt; ./ext/calendar/tests/gregoriantojd_overflow.phpt; |
calendar | Function | jdtojulian | yes | click to show/hide test files ./ext/calendar/tests/jdtojulian.phpt; |
calendar | Function | juliantojd | yes | click to show/hide test files ./ext/calendar/tests/juliantojd.phpt; ./ext/calendar/tests/juliantojd_overflow.phpt; |
calendar | Function | jdtojewish | yes | click to show/hide test files ./ext/calendar/tests/jdtojewish_overflow.phpt; ./ext/calendar/tests/jdtojewish64.phpt; ./ext/calendar/tests/jdtojewish.phpt; ./ext/calendar/tests/jdtojewish_hebrew.phpt; |
calendar | Function | jewishtojd | yes | click to show/hide test files ./ext/calendar/tests/jewishtojd.phpt; ./ext/calendar/tests/jdtojewish_hebrew.phpt; |
calendar | Function | jdtofrench | yes | click to show/hide test files ./ext/calendar/tests/jdtofrench.phpt; |
calendar | Function | frenchtojd | yes | click to show/hide test files ./ext/calendar/tests/frenchtojd.phpt; |
calendar | Function | jddayofweek | yes | click to show/hide test files ./ext/calendar/tests/jddayofweek.phpt; |
calendar | Function | jdmonthname | yes | click to show/hide test files ./ext/calendar/tests/jdtomonthname.phpt; ./ext/calendar/tests/bug71894.phpt; ./ext/calendar/tests/jdmonthname.phpt; |
calendar | Function | easter_date | yes | click to show/hide test files ./ext/calendar/tests/easter_date.phpt; |
calendar | Function | easter_days | yes | click to show/hide test files ./ext/calendar/tests/easter_days.phpt; |
calendar | Function | unixtojd | yes | click to show/hide test files ./ext/calendar/tests/unixtojd_error1.phpt; ./ext/calendar/tests/unixtojd.phpt; |
calendar | Function | jdtounix | yes | click to show/hide test files ./ext/calendar/tests/jdtounix_error1.phpt; ./ext/calendar/tests/jdtounix.phpt; ./ext/calendar/tests/bug80185.phpt; ./ext/calendar/tests/bug80185_32bit.phpt; |
calendar | Function | cal_to_jd | yes | click to show/hide test files ./ext/calendar/tests/cal_to_jd_error1.phpt; ./ext/calendar/tests/cal_to_jd.phpt; |
calendar | Function | cal_from_jd | yes | click to show/hide test files ./ext/calendar/tests/bug53574_1.phpt; ./ext/calendar/tests/bug53574_2.phpt; ./ext/calendar/tests/cal_from_jd_error1.phpt; ./ext/calendar/tests/bug71894.phpt; ./ext/calendar/tests/bug55797_2.phpt; ./ext/calendar/tests/cal_from_jd.phpt; ./ext/calendar/tests/bug55797_1.phpt; |
calendar | Function | cal_days_in_month | yes | click to show/hide test files ./ext/calendar/tests/bug52744.phpt; ./ext/calendar/tests/cal_days_in_month.phpt; ./ext/calendar/tests/bug67976.phpt; ./ext/calendar/tests/cal_days_in_month_error1.phpt; ./ext/calendar/tests/bug54254.phpt; |
calendar | Function | cal_info | yes | click to show/hide test files ./ext/calendar/tests/cal_info.phpt; |
ctype | Function | ctype_alnum | yes | click to show/hide test files ./ext/ctype/tests/ctype_alnum_variation1.phpt; ./ext/ctype/tests/ctype_alnum_variation3.phpt; ./ext/ctype/tests/ctype_alnum_basic.phpt; ./ext/ctype/tests/ctype_alnum_variation2.phpt; ./ext/ctype/tests/ctype_alnum_variation4.phpt; |
ctype | Function | ctype_alpha | yes | click to show/hide test files ./ext/opcache/tests/bug73789.phpt; ./ext/ctype/tests/ctype_alpha_variation1.phpt; ./ext/ctype/tests/ctype_alpha_variation3.phpt; ./ext/ctype/tests/ctype_alpha_variation4.phpt; ./ext/ctype/tests/ctype_alpha_basic.phpt; ./ext/ctype/tests/ctype_alpha_variation2.phpt; |
ctype | Function | ctype_cntrl | yes | click to show/hide test files ./ext/ctype/tests/ctype_cntrl_variation1.phpt; ./ext/ctype/tests/ctype_cntrl_basic.phpt; ./ext/ctype/tests/ctype_cntrl_variation2.phpt; ./ext/ctype/tests/ctype_cntrl_variation3.phpt; ./ext/ctype/tests/ctype_cntrl_variation4.phpt; |
ctype | Function | ctype_digit | yes | click to show/hide test files ./ext/ctype/tests/ctype_digit_basic.phpt; ./ext/ctype/tests/ctype_digit_variation1.phpt; ./ext/ctype/tests/ctype_digit_variation2.phpt; ./ext/ctype/tests/bug34645.phpt; ./ext/ctype/tests/ctype_digit_variation4.phpt; ./ext/ctype/tests/ctype_digit_variation3.phpt; |
ctype | Function | ctype_lower | yes | click to show/hide test files ./ext/ctype/tests/ctype_lower_variation2.phpt; ./ext/ctype/tests/ctype_lower_variation1.phpt; ./ext/ctype/tests/ctype_lower_basic.phpt; ./ext/ctype/tests/ctype_lower_variation4.phpt; ./ext/ctype/tests/ctype_lower_variation3.phpt; |
ctype | Function | ctype_graph | yes | click to show/hide test files ./ext/ctype/tests/ctype_graph_variation1.phpt; ./ext/ctype/tests/ctype_graph_variation4.phpt; ./ext/ctype/tests/ctype_graph_variation3.phpt; ./ext/ctype/tests/ctype_graph_variation2.phpt; ./ext/ctype/tests/ctype_graph_basic.phpt; |
ctype | Function | ctype_print | yes | click to show/hide test files ./ext/ctype/tests/ctype_print_variation4.phpt; ./ext/ctype/tests/ctype_print_basic.phpt; ./ext/ctype/tests/ctype_print_variation3.phpt; ./ext/ctype/tests/ctype_print_variation2.phpt; ./ext/ctype/tests/ctype_print_variation1.phpt; |
ctype | Function | ctype_punct | yes | click to show/hide test files ./ext/ctype/tests/ctype_punct_variation4.phpt; ./ext/ctype/tests/ctype_punct_variation2.phpt; ./ext/ctype/tests/ctype_punct_basic.phpt; ./ext/ctype/tests/ctype_punct_variation3.phpt; ./ext/ctype/tests/ctype_punct_variation1.phpt; |
ctype | Function | ctype_space | yes | click to show/hide test files ./ext/ctype/tests/ctype_space_variation1.phpt; ./ext/ctype/tests/ctype_space_variation3.phpt; ./ext/ctype/tests/ctype_space_variation4.phpt; ./ext/ctype/tests/ctype_space_variation2.phpt; ./ext/ctype/tests/ctype_space_basic.phpt; |
ctype | Function | ctype_upper | yes | click to show/hide test files ./ext/ctype/tests/ctype_upper_variation1.phpt; ./ext/ctype/tests/ctype_upper_variation3.phpt; ./ext/ctype/tests/ctype_upper_basic.phpt; ./ext/ctype/tests/ctype_upper_variation2.phpt; ./ext/ctype/tests/ctype_upper_variation4.phpt; |
ctype | Function | ctype_xdigit | yes | click to show/hide test files ./ext/ctype/tests/ctype_xdigit_variation3.phpt; ./ext/ctype/tests/ctype_xdigit_basic.phpt; ./ext/ctype/tests/ctype_xdigit_variation2.phpt; ./ext/ctype/tests/ctype_xdigit_variation4.phpt; ./ext/ctype/tests/ctype_xdigit_variation1.phpt; |
exif | Function | exif_read_data | yes | click to show/hide test files ./ext/exif/tests/bug34704-mb.phpt; ./ext/exif/tests/exif013.phpt; ./ext/exif/tests/bug74428/bug74428.phpt; ./ext/exif/tests/bug76409.phpt; ./ext/exif/tests/exif014.phpt; ./ext/exif/tests/exif021.phpt; ./ext/exif/tests/exif004.phpt; ./ext/exif/tests/bug78256.phpt; ./ext/exif/tests/exif011.phpt; ./ext/exif/tests/bug72603.phpt; ./ext/exif/tests/bug79046.phpt; ./ext/exif/tests/exif_read_data_0.phpt; ./ext/exif/tests/exif000.phpt; ./ext/exif/tests/bug62523_2.phpt; ./ext/exif/tests/bug68799.phpt; ./ext/exif/tests/nesting_level_oom.phpt; ./ext/exif/tests/float_cast_overflow.phpt; ./ext/exif/tests/bug68547.phpt; ./ext/exif/tests/tag_with_illegal_zero_components.phpt; ./ext/exif/tests/duplicate_copyright_tag_leak.phpt; ./ext/exif/tests/exif018.phpt; ./ext/exif/tests/sony.phpt; ./ext/exif/tests/bug78222.phpt; ./ext/exif/tests/bug76423.phpt; ./ext/exif/tests/exif026.phpt; ./ext/exif/tests/bug76130.phpt; ./ext/exif/tests/bug72618.phpt; ./ext/exif/tests/bug77950.phpt; ./ext/exif/tests/exif005.phpt; ./ext/exif/tests/exif009.phpt; ./ext/exif/tests/exif024.phpt; ./ext/exif/tests/temporary_buffer_leak.phpt; ./ext/exif/tests/zero_length_makernote_leak.phpt; ./ext/exif/tests/bug60150.phpt; ./ext/exif/tests/exif001.phpt; ./ext/exif/tests/bug79282.phpt; ./ext/exif/tests/exif_encoding_crash.phpt; ./ext/exif/tests/exif017.phpt; ./ext/exif/tests/bug77753.phpt; ./ext/exif/tests/exif016.phpt; ./ext/exif/tests/filename_empty.phpt; ./ext/exif/tests/bug77184/bug77184.phpt; ./ext/exif/tests/bug50845.phpt; ./ext/exif/tests/exif022.phpt; ./ext/exif/tests/bug73115/bug73115.phpt; ./ext/exif/tests/exif020.phpt; ./ext/exif/tests/exif_read_data_streams.phpt; ./ext/exif/tests/bug75785/bug75785.phpt; ./ext/exif/tests/exif025.phpt; ./ext/exif/tests/exif027.phpt; ./ext/exif/tests/bug78910.phpt; ./ext/exif/tests/bug76557.phpt; ./ext/exif/tests/bug72627.phpt; ./ext/exif/tests/bug50660/bug50660.phpt; ./ext/exif/tests/bug77831.phpt; ./ext/exif/tests/bug72735/bug72682.phpt; ./ext/exif/tests/exif_read_data_streams_seek.phpt; ./ext/exif/tests/exif007.phpt; ./ext/exif/tests/bug62523_3.phpt; ./ext/exif/tests/bug77988.phpt; ./ext/exif/tests/bug34704.phpt; ./ext/exif/tests/bug54002.phpt; ./ext/exif/tests/bug71534.phpt; ./ext/exif/tests/bug72094.phpt; ./ext/exif/tests/bug64739.phpt; ./ext/exif/tests/bug48378.phpt; ./ext/exif/tests/bug77564/bug77564.phpt; ./ext/exif/tests/exif008.phpt; ./ext/exif/tests/exif012.phpt; ./ext/exif/tests/exif003.phpt; ./ext/exif/tests/bug76164.phpt; ./ext/exif/tests/bug78793.phpt; ./ext/exif/tests/bug62523_1.phpt; ./ext/exif/tests/exif023.phpt; ./ext/exif/tests/exif015.phpt; ./ext/exif/tests/exif010.phpt; |
exif | Function | read_exif_data | no | |
exif | Function | exif_tagname | yes | click to show/hide test files ./ext/exif/tests/exif_tagname_basic.phpt; |
exif | Function | exif_thumbnail | yes | click to show/hide test files ./ext/exif/tests/bug68113-mb.phpt; ./ext/exif/tests/exif002.phpt; ./ext/exif/tests/bug77540.phpt; ./ext/exif/tests/redhat-bug1362571.phpt; ./ext/exif/tests/filename_empty.phpt; ./ext/exif/tests/bug77563.phpt; ./ext/exif/tests/bug72735/bug72735.phpt; ./ext/exif/tests/bug73737.phpt; ./ext/exif/tests/bug72819/bug72819.phpt; ./ext/exif/tests/bug68113.phpt; ./ext/exif/tests/exif_thumbnail_streams.phpt; |
exif | Function | exif_imagetype | yes | click to show/hide test files ./ext/exif/tests/exif_imagetype_error.phpt; ./ext/exif/tests/exif_imagetype_basic.phpt; ./ext/exif/tests/exif_imagetype_basic-mb.phpt; |
filter | Function | filter_input | yes | click to show/hide test files ./ext/filter/tests/bug44779.phpt; ./ext/filter/tests/011.phpt; ./ext/filter/tests/bug50632.phpt; ./ext/filter/tests/bug52209.phpt; ./ext/filter/tests/041.phpt; ./ext/filter/tests/012.phpt; ./ext/filter/tests/037.phpt; ./ext/filter/tests/bug71063.phpt; ./ext/filter/tests/bug49184.phpt; ./ext/filter/tests/035.phpt; ./ext/filter/tests/006.phpt; |
filter | Function | filter_var | yes | click to show/hide test files ./ext/opcache/tests/phi_use_chain.phpt; ./ext/pcre/tests/bug77193.phpt; ./ext/filter/tests/021.phpt; ./ext/filter/tests/042.phpt; ./ext/filter/tests/bug77423.phpt; ./ext/filter/tests/050.phpt; ./ext/filter/tests/055.phpt; ./ext/filter/tests/bug47435.phpt; ./ext/filter/tests/058.phpt; ./ext/filter/tests/bug51192.phpt; ./ext/filter/tests/bug7715.phpt; ./ext/filter/tests/026.phpt; ./ext/filter/tests/017.phpt; ./ext/filter/tests/bug69203.phpt; ./ext/filter/tests/046.phpt; ./ext/filter/tests/bug50158.phpt; ./ext/filter/tests/048.phpt; ./ext/filter/tests/bug49274.phpt; ./ext/filter/tests/016.phpt; ./ext/filter/tests/030.phpt; ./ext/filter/tests/PMOPB45.phpt; ./ext/filter/tests/013.phpt; ./ext/filter/tests/bug53037.phpt; ./ext/filter/tests/051.phpt; ./ext/filter/tests/028.phpt; ./ext/filter/tests/bug69202.phpt; ./ext/filter/tests/filter_data.phpt; ./ext/filter/tests/043.phpt; ./ext/filter/tests/034.phpt; ./ext/filter/tests/023.phpt; ./ext/filter/tests/bug55478.phpt; ./ext/filter/tests/bug47745.phpt; ./ext/filter/tests/052.phpt; ./ext/filter/tests/bug52929.phpt; ./ext/filter/tests/018.phpt; ./ext/filter/tests/bug64441.phpt; ./ext/filter/tests/bug39846.phpt; ./ext/filter/tests/bug51368.phpt; ./ext/filter/tests/bug46973.phpt; ./ext/filter/tests/bug7733.phpt; ./ext/filter/tests/bug53150.phpt; ./ext/filter/tests/bug67167.01.phpt; ./ext/filter/tests/056.phpt; ./ext/filter/tests/callback_closure.phpt; ./ext/filter/tests/047.phpt; ./ext/filter/tests/031.phpt; ./ext/filter/tests/surprising_integer_literals.phpt; ./ext/filter/tests/044.phpt; ./ext/filter/tests/bug8315.phpt; ./ext/filter/tests/callback_non_modified_var.phpt; ./ext/filter/tests/059.phpt; ./ext/filter/tests/010.phpt; ./ext/filter/tests/027.phpt; ./ext/filter/tests/filter_ipv4_rfc6890.phpt; ./ext/filter/tests/037.phpt; ./ext/filter/tests/045.phpt; ./ext/filter/tests/060.phpt; ./ext/filter/tests/bug73054.phpt; ./ext/filter/tests/015.phpt; ./ext/filter/tests/bug49510.phpt; ./ext/filter/tests/025.phpt; ./ext/filter/tests/bug67167.02.phpt; ./ext/filter/tests/038.phpt; ./ext/filter/tests/024.phpt; ./ext/filter/tests/029.phpt; ./ext/filter/tests/bug80584.phpt; ./ext/filter/tests/019.phpt; ./ext/filter/tests/022.phpt; ./ext/filter/tests/014.phpt; ./ext/filter/tests/bug48762.phpt; ./ext/filter/tests/bug44445.phpt; ./ext/filter/tests/053.phpt; ./ext/filter/tests/061.phpt; ./ext/filter/tests/049.phpt; |
filter | Function | filter_input_array | yes | click to show/hide test files ./ext/filter/tests/057.phpt; ./ext/filter/tests/037.phpt; |
filter | Function | filter_var_array | yes | click to show/hide test files ./ext/filter/tests/filter_var_array_with_ref.phpt; ./ext/filter/tests/039.phpt; ./ext/filter/tests/054.phpt; ./ext/filter/tests/036.phpt; ./ext/filter/tests/052.phpt; ./ext/filter/tests/032.phpt; ./ext/filter/tests/057.phpt; ./ext/filter/tests/045.phpt; ./ext/filter/tests/bug76366.phpt; |
filter | Function | filter_list | yes | click to show/hide test files ./ext/filter/tests/008.phpt; |
filter | Function | filter_has_var | yes | click to show/hide test files ./ext/filter/tests/007.phpt; ./ext/filter/tests/041.phpt; ./ext/filter/tests/040.phpt; |
filter | Function | filter_id | yes | click to show/hide test files ./ext/filter/tests/009.phpt; |
ftp | Function | ftp_connect | yes | click to show/hide test files ./ext/ftp/tests/ftp_fget_basic2.phpt; ./ext/ftp/tests/ftp_nb_fget_basic3.phpt; ./ext/ftp/tests/ftp_site_basic.phpt; ./ext/ftp/tests/ftp_set_option_errors.phpt; ./ext/ftp/tests/005.phpt; ./ext/ftp/tests/ftp_append.phpt; ./ext/ftp/tests/ftp_rawlist_basic2.phpt; ./ext/ftp/tests/ftp_alloc_basic1.phpt; ./ext/ftp/tests/001.phpt; ./ext/ftp/tests/dead-resource.phpt; ./ext/ftp/tests/ftp_set_option.phpt; ./ext/ftp/tests/004.phpt; ./ext/ftp/tests/bug7216-2.phpt; ./ext/ftp/tests/bug39583.phpt; ./ext/ftp/tests/ftp_fget_basic.phpt; ./ext/ftp/tests/ftp_nb_put.phpt; ./ext/ftp/tests/bug27809.phpt; ./ext/ftp/tests/ftp_rename_basic1.phpt; ./ext/ftp/tests/ftp_nb_get_large.phpt; ./ext/ftp/tests/ftp_fput.phpt; ./ext/ftp/tests/ftp_nb_fget_basic2.phpt; ./ext/ftp/tests/ftp_chmod_basic.phpt; ./ext/ftp/tests/ftp_rmdir_basic.phpt; ./ext/ftp/tests/ftp_exec_basic.phpt; ./ext/ftp/tests/ftp_nb_fput.phpt; ./ext/ftp/tests/ftp_fget_basic1.phpt; ./ext/ftp/tests/ftp_mlsd_empty_directory.phpt; ./ext/ftp/tests/bug39583-2.phpt; ./ext/ftp/tests/ftp_nb_continue.phpt; ./ext/ftp/tests/003.phpt; ./ext/ftp/tests/ftp_get_option.phpt; ./ext/ftp/tests/filesize_large.phpt; ./ext/ftp/tests/ftp_fget_basic3.phpt; ./ext/ftp/tests/ftp_nb_fget_basic1.phpt; ./ext/ftp/tests/ftp_mlsd.phpt; ./ext/ftp/tests/ftp_alloc_basic2.phpt; ./ext/ftp/tests/ftp_mlsd_missing_directory.phpt; ./ext/ftp/tests/bug39458.phpt; ./ext/ftp/tests/ftp_pasv.phpt; ./ext/ftp/tests/bug7216.phpt; ./ext/ftp/tests/ftp_get_basic.phpt; ./ext/ftp/tests/ftp_rawlist_basic1.phpt; ./ext/ftp/tests/bug39458-2.phpt; ./ext/ftp/tests/ftp_delete.phpt; ./ext/ftp/tests/ftp_mdtm_basic.phpt; |
ftp | Function | ftp_ssl_connect | yes | click to show/hide test files ./ext/ftp/tests/bug37799.phpt; ./ext/ftp/tests/002.phpt; ./ext/ftp/tests/ftp_ssl_connect_error.phpt; |
ftp | Function | ftp_login | yes | click to show/hide test files ./ext/ftp/tests/bug37799.phpt; ./ext/ftp/tests/ftp_fget_basic2.phpt; ./ext/ftp/tests/ftp_nb_fget_basic3.phpt; ./ext/ftp/tests/ftp_site_basic.phpt; ./ext/ftp/tests/ftp_set_option_errors.phpt; ./ext/ftp/tests/005.phpt; ./ext/ftp/tests/002.phpt; ./ext/ftp/tests/ftp_append.phpt; ./ext/ftp/tests/ftp_rawlist_basic2.phpt; ./ext/ftp/tests/ftp_alloc_basic1.phpt; ./ext/ftp/tests/001.phpt; ./ext/ftp/tests/dead-resource.phpt; ./ext/ftp/tests/ftp_set_option.phpt; ./ext/ftp/tests/004.phpt; ./ext/ftp/tests/bug7216-2.phpt; ./ext/ftp/tests/bug39583.phpt; ./ext/ftp/tests/ftp_fget_basic.phpt; ./ext/ftp/tests/ftp_nb_put.phpt; ./ext/ftp/tests/bug27809.phpt; ./ext/ftp/tests/007.phpt; ./ext/ftp/tests/ftp_rename_basic1.phpt; ./ext/ftp/tests/ftp_nb_get_large.phpt; ./ext/ftp/tests/ftp_fput.phpt; ./ext/ftp/tests/ftp_nb_fget_basic2.phpt; ./ext/ftp/tests/ftp_chmod_basic.phpt; ./ext/ftp/tests/ftp_rmdir_basic.phpt; ./ext/ftp/tests/ftp_exec_basic.phpt; ./ext/ftp/tests/ftp_nb_fput.phpt; ./ext/ftp/tests/ftp_fget_basic1.phpt; ./ext/ftp/tests/ftp_mlsd_empty_directory.phpt; ./ext/ftp/tests/bug39583-2.phpt; ./ext/ftp/tests/ftp_nb_continue.phpt; ./ext/ftp/tests/003.phpt; ./ext/ftp/tests/ftp_get_option.phpt; ./ext/ftp/tests/filesize_large.phpt; ./ext/ftp/tests/ftp_fget_basic3.phpt; ./ext/ftp/tests/ftp_nb_fget_basic1.phpt; ./ext/ftp/tests/ftp_mlsd.phpt; ./ext/ftp/tests/ftp_alloc_basic2.phpt; ./ext/ftp/tests/ftp_mlsd_missing_directory.phpt; ./ext/ftp/tests/bug39458.phpt; ./ext/ftp/tests/ftp_pasv.phpt; ./ext/ftp/tests/bug7216.phpt; ./ext/ftp/tests/ftp_get_basic.phpt; ./ext/ftp/tests/ftp_rawlist_basic1.phpt; ./ext/ftp/tests/bug39458-2.phpt; ./ext/ftp/tests/ftp_delete.phpt; ./ext/ftp/tests/ftp_mdtm_basic.phpt; |
ftp | Function | ftp_pwd | yes | click to show/hide test files ./ext/ftp/tests/005.phpt; ./ext/ftp/tests/007.phpt; ./ext/ftp/tests/003.phpt; |
ftp | Function | ftp_cdup | yes | click to show/hide test files ./ext/ftp/tests/005.phpt; ./ext/ftp/tests/007.phpt; ./ext/ftp/tests/003.phpt; |
ftp | Function | ftp_chdir | yes | click to show/hide test files ./ext/ftp/tests/005.phpt; ./ext/ftp/tests/007.phpt; ./ext/ftp/tests/003.phpt; |
ftp | Function | ftp_exec | yes | click to show/hide test files ./ext/ftp/tests/005.phpt; ./ext/ftp/tests/007.phpt; ./ext/ftp/tests/ftp_exec_basic.phpt; |
ftp | Function | ftp_raw | yes | click to show/hide test files ./ext/ftp/tests/002.phpt; ./ext/ftp/tests/001.phpt; ./ext/ftp/tests/007.phpt; |
ftp | Function | ftp_mkdir | yes | click to show/hide test files ./ext/ftp/tests/005.phpt; ./ext/ftp/tests/bug7216-2.phpt; ./ext/ftp/tests/007.phpt; ./ext/ftp/tests/bug7216.phpt; |
ftp | Function | ftp_rmdir | yes | click to show/hide test files ./ext/ftp/tests/005.phpt; ./ext/ftp/tests/007.phpt; ./ext/ftp/tests/ftp_rmdir_basic.phpt; |
ftp | Function | ftp_chmod | yes | click to show/hide test files ./ext/ftp/tests/005.phpt; ./ext/ftp/tests/007.phpt; ./ext/ftp/tests/ftp_chmod_basic.phpt; |
ftp | Function | ftp_alloc | yes | click to show/hide test files ./ext/ftp/tests/005.phpt; ./ext/ftp/tests/ftp_alloc_basic1.phpt; ./ext/ftp/tests/007.phpt; ./ext/ftp/tests/ftp_alloc_basic2.phpt; |
ftp | Function | ftp_nlist | yes | click to show/hide test files ./ext/ftp/tests/007.phpt; ./ext/ftp/tests/bug39458.phpt; ./ext/ftp/tests/bug39458-2.phpt; |
ftp | Function | ftp_rawlist | yes | click to show/hide test files ./ext/ftp/tests/ftp_rawlist_basic2.phpt; ./ext/ftp/tests/007.phpt; ./ext/ftp/tests/ftp_rawlist_basic1.phpt; |
ftp | Function | ftp_systype | yes | click to show/hide test files ./ext/ftp/tests/005.phpt; ./ext/ftp/tests/bug27809.phpt; ./ext/ftp/tests/007.phpt; |
ftp | Function | ftp_pasv | yes | click to show/hide test files ./ext/ftp/tests/007.phpt; ./ext/ftp/tests/ftp_pasv.phpt; |
ftp | Function | ftp_get | yes | click to show/hide test files ./ext/ftp/tests/005.phpt; ./ext/ftp/tests/007.phpt; ./ext/ftp/tests/ftp_get_basic.phpt; |
ftp | Function | ftp_fget | yes | click to show/hide test files ./ext/ftp/tests/ftp_fget_basic2.phpt; ./ext/ftp/tests/005.phpt; ./ext/ftp/tests/ftp_fget_basic.phpt; ./ext/ftp/tests/007.phpt; ./ext/ftp/tests/ftp_fget_basic1.phpt; ./ext/ftp/tests/ftp_fget_basic3.phpt; |
ftp | Function | ftp_put | yes | click to show/hide test files ./ext/ftp/tests/bug39583.phpt; ./ext/ftp/tests/007.phpt; ./ext/ftp/tests/bug39583-2.phpt; |
ftp | Function | ftp_fput | yes | click to show/hide test files ./ext/ftp/tests/005.phpt; ./ext/ftp/tests/007.phpt; ./ext/ftp/tests/ftp_fput.phpt; |
ftp | Function | ftp_size | yes | click to show/hide test files ./ext/ftp/tests/005.phpt; ./ext/ftp/tests/007.phpt; ./ext/ftp/tests/filesize_large.phpt; |
ftp | Function | ftp_mdtm | yes | click to show/hide test files ./ext/ftp/tests/005.phpt; ./ext/ftp/tests/007.phpt; ./ext/ftp/tests/ftp_mdtm_basic.phpt; |
ftp | Function | ftp_rename | yes | click to show/hide test files ./ext/ftp/tests/007.phpt; ./ext/ftp/tests/ftp_rename_basic1.phpt; |
ftp | Function | ftp_delete | yes | click to show/hide test files ./ext/ftp/tests/005.phpt; ./ext/ftp/tests/007.phpt; ./ext/ftp/tests/ftp_delete.phpt; |
ftp | Function | ftp_site | yes | click to show/hide test files ./ext/ftp/tests/ftp_site_basic.phpt; ./ext/ftp/tests/007.phpt; |
ftp | Function | ftp_close | yes | click to show/hide test files ./ext/ftp/tests/bug37799.phpt; ./ext/ftp/tests/002.phpt; ./ext/ftp/tests/ftp_append.phpt; ./ext/ftp/tests/001.phpt; ./ext/ftp/tests/dead-resource.phpt; ./ext/ftp/tests/bug39583.phpt; ./ext/ftp/tests/007.phpt; ./ext/ftp/tests/ftp_mlsd_empty_directory.phpt; ./ext/ftp/tests/bug39583-2.phpt; ./ext/ftp/tests/ftp_nb_continue.phpt; ./ext/ftp/tests/003.phpt; ./ext/ftp/tests/filesize_large.phpt; ./ext/ftp/tests/ftp_mlsd.phpt; ./ext/ftp/tests/bug39458.phpt; ./ext/ftp/tests/bug39458-2.phpt; ./ext/ftp/tests/ftp_delete.phpt; |
ftp | Function | ftp_set_option | yes | click to show/hide test files ./ext/ftp/tests/ftp_set_option_errors.phpt; ./ext/ftp/tests/ftp_set_option.phpt; ./ext/ftp/tests/007.phpt; ./ext/ftp/tests/ftp_fget_basic1.phpt; ./ext/ftp/tests/ftp_nb_fget_basic1.phpt; |
ftp | Function | ftp_get_option | yes | click to show/hide test files ./ext/ftp/tests/007.phpt; ./ext/ftp/tests/ftp_get_option.phpt; |
ftp | Function | ftp_nb_fget | yes | click to show/hide test files ./ext/ftp/tests/ftp_nb_fget_basic3.phpt; ./ext/ftp/tests/005.phpt; ./ext/ftp/tests/007.phpt; ./ext/ftp/tests/ftp_nb_fget_basic2.phpt; ./ext/ftp/tests/ftp_nb_fget_basic1.phpt; |
ftp | Function | ftp_nb_get | yes | click to show/hide test files ./ext/ftp/tests/007.phpt; ./ext/ftp/tests/ftp_nb_get_large.phpt; ./ext/ftp/tests/ftp_nb_continue.phpt; |
ftp | Function | ftp_nb_continue | yes | click to show/hide test files ./ext/ftp/tests/005.phpt; ./ext/ftp/tests/007.phpt; ./ext/ftp/tests/ftp_nb_continue.phpt; |
ftp | Function | ftp_nb_put | yes | click to show/hide test files ./ext/ftp/tests/ftp_nb_put.phpt; ./ext/ftp/tests/007.phpt; |
ftp | Function | ftp_nb_fput | yes | click to show/hide test files ./ext/ftp/tests/005.phpt; ./ext/ftp/tests/007.phpt; ./ext/ftp/tests/ftp_nb_fput.phpt; |
ftp | Function | ftp_quit | yes | click to show/hide test files ./ext/ftp/tests/004.phpt; |
gettext | Function | textdomain | yes | click to show/hide test files ./ext/gettext/tests/44938.phpt; ./ext/gettext/tests/gettext_basic.phpt; ./ext/gettext/tests/gettext_ngettext.phpt; ./ext/gettext/tests/gettext_basic-enus.phpt; ./ext/gettext/tests/gettext_dgettext.phpt; ./ext/gettext/tests/bug66267.phpt; ./ext/gettext/tests/gettext_textdomain-retval.phpt; ./ext/gettext/tests/bug73730.phpt; |
gettext | Function | gettext | yes | click to show/hide test files ./ext/gettext/tests/44938.phpt; ./ext/gettext/tests/gettext_basic.phpt; ./ext/gettext/tests/gettext_bindtextdomain-cwd.phpt; ./ext/gettext/tests/gettext_basic-enus.phpt; ./ext/gettext/tests/gettext_dgettext.phpt; ./ext/intl/tests/breakiter_setText_basic.phpt; ./ext/intl/tests/breakiter_getText_basic.phpt; ./Zend/tests/traits/flattening001.phpt; |
gettext | Function | _ | yes | click to show/hide test files ./ext/gettext/tests/gettext_basic.phpt; ./ext/gettext/tests/gettext_basic-enus.phpt; ./ext/gettext/tests/bug66267.phpt; ./Zend/tests/bug71275.phpt; ./Zend/tests/numeric_literal_separator_004.phpt; ./Zend/tests/numeric_literal_separator_002.phpt; ./Zend/tests/type_declarations/typed_properties_061.phpt; ./Zend/tests/type_declarations/typed_properties_062.phpt; |
gettext | Function | dgettext | yes | click to show/hide test files ./ext/gettext/tests/44938.phpt; ./ext/gettext/tests/gettext_dgettext.phpt; |
gettext | Function | dcgettext | yes | click to show/hide test files ./ext/gettext/tests/44938.phpt; ./ext/gettext/tests/gettext_dcgettext.phpt; |
gettext | Function | bindtextdomain | yes | click to show/hide test files ./ext/gettext/tests/44938.phpt; ./ext/gettext/tests/gettext_basic.phpt; ./ext/gettext/tests/gettext_ngettext.phpt; ./ext/gettext/tests/gettext_bindtextdomain-cwd.phpt; ./ext/gettext/tests/gettext_basic-enus.phpt; ./ext/gettext/tests/gettext_bindtextdomain-emptydomain.phpt; ./ext/gettext/tests/gettext_dgettext.phpt; ./ext/gettext/tests/bug53251.phpt; ./ext/gettext/tests/gettext_bindtextdomain-path.phpt; ./ext/gettext/tests/gettext_dcgettext.phpt; ./ext/gettext/tests/gettext_dngettext-plural.phpt; ./ext/gettext/tests/bug66267.phpt; ./ext/gettext/tests/gettext_textdomain-retval.phpt; |
gettext | Function | ngettext | yes | click to show/hide test files ./ext/gettext/tests/44938.phpt; ./ext/gettext/tests/gettext_ngettext.phpt; |
gettext | Function | dngettext | yes | click to show/hide test files ./ext/gettext/tests/44938.phpt; ./ext/gettext/tests/gettext_dngettext-plural.phpt; |
gettext | Function | dcngettext | yes | click to show/hide test files ./ext/gettext/tests/44938.phpt; ./ext/gettext/tests/dcngettext.phpt; |
gettext | Function | bind_textdomain_codeset | yes | click to show/hide test files ./ext/gettext/tests/bug53251.phpt; ./ext/gettext/tests/bug66267.phpt; ./ext/gettext/tests/gettext_bind_textdomain_codeset-retval.phpt; |
gmp | Function | gmp_init | yes | click to show/hide test files ./ext/gmp/tests/gmp_pow2.phpt; ./ext/gmp/tests/gmp_div_qr.phpt; ./ext/gmp/tests/gmp_cmp.phpt; ./ext/gmp/tests/gmp_pown.phpt; ./ext/gmp/tests/gmp_com.phpt; ./ext/gmp/tests/gmp_scan0.phpt; ./ext/gmp/tests/gmp_sign.phpt; ./ext/gmp/tests/gmp_setbit.phpt; ./ext/gmp/tests/gmp_setbit_long.phpt; ./ext/gmp/tests/gmp_neg.phpt; ./ext/gmp/tests/gmp_init.phpt; ./ext/gmp/tests/comparison_invalid.phpt; ./ext/gmp/tests/comparison.phpt; ./ext/gmp/tests/clone.phpt; ./ext/gmp/tests/bug52906.phpt; ./ext/gmp/tests/gmp_binomial.phpt; ./ext/gmp/tests/gmp_kronecker.phpt; ./ext/gmp/tests/gmp_scan1.phpt; ./ext/gmp/tests/overloading.phpt; ./ext/gmp/tests/gmp_strict_types.phpt; ./ext/gmp/tests/cast.phpt; ./ext/gmp/tests/gmp_clrbit.phpt; ./ext/gmp/tests/bug50175.phpt; ./ext/gmp/tests/gmp_perfect_power.phpt; ./ext/gmp/tests/gmp_invert.phpt; ./ext/gmp/tests/gmp_intval.phpt; ./ext/gmp/tests/gmp_lcm.phpt; ./ext/gmp/tests/bug69803.phpt; ./ext/gmp/tests/serialize.phpt; ./ext/gmp/tests/bug50283.phpt; ./ext/gmp/tests/gmp_strval.phpt; ./ext/gmp/tests/gmp_prob_prime.phpt; ./ext/gmp/tests/gmp_gcd.phpt; ./ext/gmp/tests/gmp_random_seed.phpt; ./ext/gmp/tests/gmp_gcdext.phpt; ./ext/gmp/tests/gmp_and.phpt; ./ext/gmp/tests/gmp_mod.phpt; ./ext/gmp/tests/gmp_export.phpt; ./ext/gmp/tests/surprising_integer_literals.phpt; ./ext/gmp/tests/bug80560.phpt; ./ext/gmp/tests/003.phpt; ./ext/gmp/tests/gmp_sqrtrem.phpt; ./ext/gmp/tests/gmp_or.phpt; ./ext/gmp/tests/gmp_perfect_square.phpt; ./ext/gmp/tests/gmp_xor.phpt; ./ext/gmp/tests/bug67917.phpt; ./ext/gmp/tests/gmp_pow.phpt; ./ext/gmp/tests/bug659967.phpt; ./ext/gmp/tests/gmp_hamdist.phpt; ./ext/gmp/tests/gmp_init_integer_notations.phpt; ./ext/gmp/tests/gmp_popcount.phpt; ./ext/gmp/tests/gmp_sqrt.phpt; ./ext/gmp/tests/gmp_testbit.phpt; ./ext/gmp/tests/gmp_divexact.phpt; ./ext/gmp/tests/gmp_fact.phpt; ./ext/gmp/tests/gmp_random_range.phpt; |
gmp | Function | gmp_intval | yes | click to show/hide test files ./ext/gmp/tests/gmp_neg.phpt; ./ext/gmp/tests/gmp_intval.phpt; |
gmp | Function | gmp_strval | yes | click to show/hide test files ./ext/gmp/tests/gmp_jacobi.phpt; ./ext/gmp/tests/gmp_pown.phpt; ./ext/gmp/tests/gmp_sub.phpt; ./ext/gmp/tests/gmp_com.phpt; ./ext/gmp/tests/gmp_legendre.phpt; ./ext/gmp/tests/gmp_setbit.phpt; ./ext/gmp/tests/002.phpt; ./ext/gmp/tests/gmp_neg.phpt; ./ext/gmp/tests/gmp_init.phpt; ./ext/gmp/tests/bug52906.phpt; ./ext/gmp/tests/gmp_nextprime.phpt; ./ext/gmp/tests/gmp_clrbit.phpt; ./ext/gmp/tests/gmp_import.phpt; ./ext/gmp/tests/gmp_invert.phpt; ./ext/gmp/tests/bug50283.phpt; ./ext/gmp/tests/gmp_strval.phpt; ./ext/gmp/tests/gmp_gcd.phpt; ./ext/gmp/tests/gmp_random_seed.phpt; ./ext/gmp/tests/gmp_gcdext.phpt; ./ext/gmp/tests/gmp_and.phpt; ./ext/gmp/tests/003.phpt; ./ext/gmp/tests/gmp_sqrtrem.phpt; ./ext/gmp/tests/gmp_or.phpt; ./ext/gmp/tests/gmp_xor.phpt; ./ext/gmp/tests/gmp_pow.phpt; ./ext/gmp/tests/bug32773.phpt; ./ext/gmp/tests/gmp_sqrt.phpt; ./ext/gmp/tests/gmp_abs.phpt; ./ext/gmp/tests/gmp_testbit.phpt; ./ext/gmp/tests/gmp_divexact.phpt; ./ext/gmp/tests/gmp_fact.phpt; |
gmp | Function | gmp_add | yes | click to show/hide test files ./ext/gmp/tests/gmp_prob_prime.phpt; ./ext/gmp/tests/gmp_gcdext.phpt; ./ext/gmp/tests/gmp_php_int_max.phpt; ./ext/gmp/tests/bug32773.phpt; |
gmp | Function | gmp_sub | yes | click to show/hide test files ./ext/gmp/tests/gmp_sub.phpt; |
gmp | Function | gmp_mul | yes | click to show/hide test files ./ext/gmp/tests/002.phpt; ./ext/gmp/tests/gmp_gcdext.phpt; ./ext/gmp/tests/gmp_php_int_max.phpt; |
gmp | Function | gmp_div_qr | yes | click to show/hide test files ./ext/gmp/tests/gmp_div_qr.phpt; ./ext/gmp/tests/bug32773.phpt; |
gmp | Function | gmp_div_q | yes | click to show/hide test files ./ext/gmp/tests/gmp_div_q.phpt; |
gmp | Function | gmp_div_r | yes | click to show/hide test files ./ext/gmp/tests/gmp_div_r.phpt; |
gmp | Function | gmp_div | yes | click to show/hide test files ./ext/gmp/tests/bug32773.phpt; |
gmp | Function | gmp_mod | yes | click to show/hide test files ./ext/gmp/tests/bug52906.phpt; ./ext/gmp/tests/gmp_mod.phpt; |
gmp | Function | gmp_divexact | yes | click to show/hide test files ./ext/gmp/tests/gmp_divexact.phpt; |
gmp | Function | gmp_neg | yes | click to show/hide test files ./ext/gmp/tests/gmp_neg.phpt; |
gmp | Function | gmp_abs | yes | click to show/hide test files ./ext/gmp/tests/gmp_strict_types.phpt; ./ext/gmp/tests/gmp_abs.phpt; |
gmp | Function | gmp_fact | yes | click to show/hide test files ./ext/gmp/tests/gmp_fact.phpt; |
gmp | Function | gmp_sqrt | yes | click to show/hide test files ./ext/gmp/tests/gmp_sqrt.phpt; |
gmp | Function | gmp_sqrtrem | yes | click to show/hide test files ./ext/gmp/tests/gmp_sqrtrem.phpt; |
gmp | Function | gmp_pow | yes | click to show/hide test files ./ext/gmp/tests/gmp_pow.phpt; |
gmp | Function | gmp_powm | yes | click to show/hide test files ./ext/gmp/tests/gmp_pown.phpt; |
gmp | Function | gmp_perfect_square | yes | click to show/hide test files ./ext/gmp/tests/gmp_perfect_square.phpt; |
gmp | Function | gmp_prob_prime | yes | click to show/hide test files ./ext/gmp/tests/gmp_prob_prime.phpt; |
gmp | Function | gmp_gcd | yes | click to show/hide test files ./ext/gmp/tests/gmp_gcd.phpt; |
gmp | Function | gmp_gcdext | yes | click to show/hide test files ./ext/gmp/tests/gmp_gcdext.phpt; |
gmp | Function | gmp_invert | yes | click to show/hide test files ./ext/gmp/tests/gmp_invert.phpt; |
gmp | Function | gmp_jacobi | yes | click to show/hide test files ./ext/gmp/tests/gmp_jacobi.phpt; |
gmp | Function | gmp_legendre | yes | click to show/hide test files ./ext/gmp/tests/gmp_legendre.phpt; |
gmp | Function | gmp_cmp | yes | click to show/hide test files ./ext/gmp/tests/gmp_cmp.phpt; |
gmp | Function | gmp_sign | yes | click to show/hide test files ./ext/gmp/tests/gmp_sign.phpt; |
gmp | Function | gmp_random | no | |
gmp | Function | gmp_and | yes | click to show/hide test files ./ext/gmp/tests/gmp_and.phpt; |
gmp | Function | gmp_or | yes | click to show/hide test files ./ext/gmp/tests/gmp_or.phpt; |
gmp | Function | gmp_com | yes | click to show/hide test files ./ext/gmp/tests/gmp_com.phpt; |
gmp | Function | gmp_xor | yes | click to show/hide test files ./ext/gmp/tests/gmp_xor.phpt; |
gmp | Function | gmp_setbit | yes | click to show/hide test files ./ext/gmp/tests/gmp_setbit.phpt; ./ext/gmp/tests/gmp_setbit_long.phpt; ./ext/gmp/tests/gmp_testbit.phpt; |
gmp | Function | gmp_clrbit | yes | click to show/hide test files ./ext/gmp/tests/clone.phpt; ./ext/gmp/tests/gmp_clrbit.phpt; ./ext/gmp/tests/gmp_testbit.phpt; |
gmp | Function | gmp_scan0 | yes | click to show/hide test files ./ext/gmp/tests/gmp_scan0.phpt; |
gmp | Function | gmp_scan1 | yes | click to show/hide test files ./ext/gmp/tests/gmp_scan1.phpt; |
gmp | Function | gmp_testbit | yes | click to show/hide test files ./ext/gmp/tests/bug66872.phpt; ./ext/gmp/tests/gmp_testbit.phpt; |
gmp | Function | gmp_popcount | yes | click to show/hide test files ./ext/gmp/tests/gmp_popcount.phpt; |
gmp | Function | gmp_hamdist | yes | click to show/hide test files ./ext/gmp/tests/gmp_hamdist.phpt; |
gmp | Function | gmp_nextprime | yes | click to show/hide test files ./ext/gmp/tests/gmp_nextprime.phpt; |
hash | Function | hash | yes | click to show/hide test files ./ext/hash/tests/sha256.phpt; ./ext/hash/tests/adler32.phpt; ./ext/hash/tests/hash_serialize_003.phpt; ./ext/hash/tests/snefru.phpt; ./ext/hash/tests/sha512-256.phpt; ./ext/hash/tests/ripemd160.phpt; ./ext/hash/tests/sha512.phpt; ./ext/hash/tests/fnv132.phpt; ./ext/hash/tests/fnv164.phpt; ./ext/hash/tests/murmurhash3.phpt; ./ext/hash/tests/md2.phpt; ./ext/hash/tests/fnv1a64.phpt; ./ext/hash/tests/xxhash_seed.phpt; ./ext/hash/tests/whirlpool.phpt; ./ext/hash/tests/fnv1a32.phpt; ./ext/hash/tests/sha512-224.phpt; ./ext/hash/tests/sha1.phpt; ./ext/hash/tests/md4.phpt; ./ext/hash/tests/sha3.phpt; ./ext/hash/tests/ripemd320.phpt; ./ext/hash/tests/md5.phpt; ./ext/hash/tests/sha384.phpt; ./ext/hash/tests/crc32.phpt; ./ext/hash/tests/haval.phpt; ./ext/hash/tests/ripemd256.phpt; ./ext/hash/tests/tiger.phpt; ./ext/hash/tests/bug70312.phpt; ./ext/hash/tests/bug73127.phpt; ./ext/hash/tests/gost.phpt; ./ext/hash/tests/joaat.phpt; ./ext/hash/tests/ripemd128.phpt; ./ext/hash/tests/murmurhash3_seed.phpt; ./ext/hash/tests/sha224.phpt; ./ext/hash/tests/hash_error.phpt; |
hash | Function | hash_file | yes | click to show/hide test files ./ext/hash/tests/hash_file_error.phpt; ./ext/hash/tests/hash_file_basic1.phpt; ./ext/hash/tests/hash_file_basic.phpt; |
hash | Function | hash_hmac | yes | click to show/hide test files ./ext/hash/tests/hmac-md5.phpt; ./ext/hash/tests/hmac-md5.phpt; ./ext/hash/tests/hash_init_error.phpt; ./ext/hash/tests/hash_hmac_error.phpt; ./ext/hash/tests/bug52240.phpt; ./ext/hash/tests/hash_serialize_002.phpt; ./ext/hash/tests/hash_hmac_basic.phpt; |
hash | Function | hash_hmac_file | yes | click to show/hide test files ./ext/hash/tests/hash_hmac_file_error.phpt; ./ext/hash/tests/hash_hmac_file_basic.phpt; |
hash | Function | hash_init | yes | click to show/hide test files ./ext/hash/tests/hash_serialize_001.phpt; ./ext/hash/tests/hash_update_stream.phpt; ./ext/hash/tests/hash_serialize_003.phpt; ./ext/hash/tests/hmac-md5.phpt; ./ext/hash/tests/hash_update_stream_basic_001.phpt; ./ext/hash/tests/hash_init_error.phpt; ./ext/hash/tests/hash_serialize_004.phpt; ./ext/hash/tests/murmurhash3.phpt; ./ext/hash/tests/hash_update_file.phpt; ./ext/hash/tests/xxhash_seed.phpt; ./ext/hash/tests/bug52240.phpt; ./ext/hash/tests/reuse.phpt; ./ext/hash/tests/hash_serialize_002.phpt; ./ext/hash/tests/hash_copy_001.phpt; ./ext/hash/tests/hash-clone.phpt; ./ext/hash/tests/murmurhash3_seed.phpt; |
hash | Function | hash_update | yes | click to show/hide test files ./ext/hash/tests/hash_serialize_001.phpt; ./ext/hash/tests/hash_serialize_003.phpt; ./ext/hash/tests/hmac-md5.phpt; ./ext/hash/tests/murmurhash3.phpt; ./ext/hash/tests/xxhash_seed.phpt; ./ext/hash/tests/reuse.phpt; ./ext/hash/tests/hash_copy_001.phpt; ./ext/hash/tests/hash-clone.phpt; ./ext/hash/tests/murmurhash3_seed.phpt; |
hash | Function | hash_update_stream | yes | click to show/hide test files ./ext/hash/tests/hash_update_stream.phpt; ./ext/hash/tests/hash_update_stream_basic_001.phpt; |
hash | Function | hash_update_file | yes | click to show/hide test files ./ext/hash/tests/hash_update_file.phpt; |
hash | Function | hash_final | yes | click to show/hide test files ./ext/hash/tests/hash_serialize_001.phpt; ./ext/hash/tests/hash_update_stream.phpt; ./ext/hash/tests/hash_serialize_003.phpt; ./ext/hash/tests/hmac-md5.phpt; ./ext/hash/tests/hash_update_stream_basic_001.phpt; ./ext/hash/tests/murmurhash3.phpt; ./ext/hash/tests/hash_update_file.phpt; ./ext/hash/tests/xxhash_seed.phpt; ./ext/hash/tests/bug52240.phpt; ./ext/hash/tests/reuse.phpt; ./ext/hash/tests/hash_copy_001.phpt; ./ext/hash/tests/hash-clone.phpt; ./ext/hash/tests/murmurhash3_seed.phpt; |
hash | Function | hash_copy | yes | click to show/hide test files ./ext/hash/tests/bug52240.phpt; ./ext/hash/tests/hash_copy_001.phpt; |
hash | Function | hash_algos | yes | click to show/hide test files ./ext/hash/tests/hash_serialize_001.phpt; ./ext/hash/tests/hash_algos.phpt; ./ext/hash/tests/hash_serialize_002.phpt; ./ext/hash/tests/hash_copy_001.phpt; ./ext/hash/tests/hash-clone.phpt; |
iconv | Function | iconv | yes | click to show/hide test files ./ext/iconv/tests/iconv_strrpos.phpt; ./ext/iconv/tests/bug52211.phpt; ./ext/iconv/tests/eucjp2sjis.phpt; ./ext/iconv/tests/eucjp2utf8.phpt; ./ext/iconv/tests/iconv_strpos.phpt; ./ext/iconv/tests/bug48147.phpt; ./ext/iconv/tests/translit-utf8.phpt; ./ext/iconv/tests/iconv_basic_001.phpt; ./ext/iconv/tests/iconv_substr.phpt; ./ext/iconv/tests/iconv-charset-length-cve-2007-4840.phpt; ./ext/iconv/tests/translit-failure.phpt; ./ext/iconv/tests/iconv001.phpt; ./ext/iconv/tests/iconv002.phpt; ./ext/iconv/tests/eucjp2iso2022jp.phpt; ./ext/iconv/tests/iconv003.phpt; ./ext/iconv/tests/iconv_basic.phpt; ./ext/iconv/tests/iconv_basic_001-win32.phpt; ./ext/intl/tests/bug74230.phpt; ./ext/xml/tests/bug32001b.phpt; ./ext/xml/tests/bug32001.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1252_to_utf8_4.phpt; ./ext/standard/tests/file/windows_mb_path/bug71509.phpt; ./ext/standard/tests/file/windows_mb_path/test_eucjp_to_utf8_2.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1252_to_utf8_5.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp932_to_utf8_1.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1251_to_utf8_1.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp874_to_utf8_0.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1252_to_utf8_1.phpt; ./ext/standard/tests/file/windows_mb_path/test_big5_to_utf8_2.phpt; ./ext/standard/tests/file/windows_mb_path/test_big5_to_utf8_0.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1251_to_utf8_0.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1252_to_utf8_2.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1252_to_utf8_0.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp932_to_utf8_2.phpt; ./ext/standard/tests/file/windows_mb_path/test_eucjp_to_utf8_0.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp936_to_utf8_1.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp932_to_utf8_0.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp936_to_utf8_2.phpt; ./ext/standard/tests/file/windows_mb_path/test_big5_to_utf8_1.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1252_to_utf8_3.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp936_to_utf8_0.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1251_to_utf8_2.phpt; ./ext/standard/tests/file/windows_mb_path/test_eucjp_to_utf8_1.phpt; |
iconv | Function | ob_iconv_handler | no | |
iconv | Function | iconv_get_encoding | yes | click to show/hide test files ./ext/iconv/tests/iconv_encoding_basic.phpt; ./ext/iconv/tests/iconv_get_encoding_basic.phpt; |
iconv | Function | iconv_set_encoding | yes | click to show/hide test files ./ext/iconv/tests/iconv_encoding_basic.phpt; ./ext/iconv/tests/iconv_strrpos_basic.phpt; ./ext/iconv/tests/iconv_strpos_basic.phpt; ./ext/iconv/tests/ob_iconv_handler.phpt; ./ext/iconv/tests/iconv_set_encoding-charset-length-cve-2007-4840.phpt; ./ext/iconv/tests/iconv_strpos_variation5.phpt; ./ext/iconv/tests/iconv_get_encoding_basic.phpt; |
iconv | Function | iconv_strlen | yes | click to show/hide test files ./ext/iconv/tests/iconv_strrpos.phpt; ./ext/iconv/tests/iconv_strlen.phpt; ./ext/iconv/tests/iconv_strlen_error2.phpt; ./ext/iconv/tests/bug79200.phpt; ./ext/iconv/tests/iconv_mime_decode.phpt; ./ext/iconv/tests/iconv_strlen_basic.phpt; ./ext/iconv/tests/iconv_strlen-charset-length-cve-2007-4840.phpt; ./ext/mbstring/tests/mbregex_stack_limit2.phpt; |
iconv | Function | iconv_substr | yes | click to show/hide test files ./ext/iconv/tests/iconv_substr_error2.phpt; ./ext/iconv/tests/bug72320.phpt; ./ext/iconv/tests/iconv_substr_out_of_bounds.phpt; ./ext/iconv/tests/bug37773.phpt; ./ext/iconv/tests/bug69840.phpt; ./ext/iconv/tests/bug79200.phpt; ./ext/iconv/tests/iconv_substr-charset-length-cve-2007-4783.phpt; ./ext/iconv/tests/iconv_substr.phpt; ./ext/iconv/tests/iconv_substr_basic.phpt; ./ext/mbstring/tests/mbregex_stack_limit2.phpt; |
iconv | Function | iconv_strpos | yes | click to show/hide test files ./ext/iconv/tests/iconv_strpos_basic.phpt; ./ext/iconv/tests/iconv_strpos.phpt; ./ext/iconv/tests/iconv_strpos-charset-length-cve-2007-4840.phpt; ./ext/iconv/tests/bug79200.phpt; ./ext/iconv/tests/iconv_strpos_error2.phpt; ./ext/iconv/tests/bug37176.phpt; ./ext/iconv/tests/iconv_strpos_variation5.phpt; |
iconv | Function | iconv_strrpos | yes | click to show/hide test files ./ext/iconv/tests/iconv_strrpos.phpt; ./ext/iconv/tests/iconv_strrpos_basic.phpt; ./ext/iconv/tests/iconv_strrpos_error2.phpt; ./ext/iconv/tests/iconv_strrpos-charset-length-cve-2007-4840.phpt; |
iconv | Function | iconv_mime_encode | yes | click to show/hide test files ./ext/iconv/tests/iconv_mime_encode.phpt; ./ext/iconv/tests/bug53891.phpt; ./ext/iconv/tests/bug48289.phpt; ./ext/iconv/tests/bug66828.phpt; ./ext/iconv/tests/iconv004.phpt; |
iconv | Function | iconv_mime_decode | yes | click to show/hide test files ./ext/iconv/tests/bug53304.phpt; ./ext/iconv/tests/bug68180.phpt; ./ext/iconv/tests/bug79200.phpt; ./ext/iconv/tests/bug60494.phpt; ./ext/iconv/tests/bug51250.phpt; ./ext/iconv/tests/iconv_mime_decode.phpt; ./ext/iconv/tests/iconv_mime_decode-charset-length-cve-2007-4840.phpt; |
iconv | Function | iconv_mime_decode_headers | yes | click to show/hide test files ./ext/iconv/tests/bug52941.phpt; ./ext/iconv/tests/bug77147.phpt; ./ext/iconv/tests/bug55146.phpt; ./ext/iconv/tests/bug78069.phpt; ./ext/iconv/tests/bug63839.phpt; ./ext/iconv/tests/iconv_mime_decode_headers-charset-length-cve-2007-4840.phpt; ./ext/iconv/tests/iconv_mime_decode_headers.phpt; |
pcntl | Function | pcntl_fork | yes | click to show/hide test files ./ext/pcntl/tests/pcntl_fork_basic.phpt; ./ext/pcntl/tests/002.phpt; ./ext/pcntl/tests/001.phpt; ./ext/pcntl/tests/pcntl_unshare_02.phpt; ./ext/pcntl/tests/bug73783.phpt; ./ext/pcntl/tests/pcntl_wait.phpt; ./ext/pcntl/tests/bug47566.phpt; ./ext/pcntl/tests/pcntl_fork_variation.phpt; ./ext/pcntl/tests/pcntl_wait_rusage1.phpt; ./ext/pcntl/tests/pcntl_waitpid_rusage1.phpt; ./ext/pcre/tests/bug78272.phpt; ./ext/sysvsem/tests/nowait.phpt; ./ext/mysqli/tests/mysqli_fork.phpt; |
pcntl | Function | pcntl_waitpid | yes | click to show/hide test files ./ext/pcntl/tests/002.phpt; ./ext/pcntl/tests/001.phpt; ./ext/pcntl/tests/bug72154.phpt; ./ext/pcntl/tests/bug47566.phpt; ./ext/pcntl/tests/pcntl_waitpid_rusage1.phpt; ./ext/pcre/tests/bug78272.phpt; ./ext/sysvsem/tests/nowait.phpt; ./ext/mysqli/tests/mysqli_fork.phpt; |
pcntl | Function | pcntl_wait | yes | click to show/hide test files ./ext/pcntl/tests/pcntl_get_last_error.phpt; ./ext/pcntl/tests/pcntl_fork_basic.phpt; ./ext/pcntl/tests/bug72154.phpt; ./ext/pcntl/tests/pcntl_wait.phpt; ./ext/pcntl/tests/pcntl_fork_variation.phpt; ./ext/pcntl/tests/pcntl_wait_rusage1.phpt; |
pcntl | Function | pcntl_signal | yes | click to show/hide test files ./ext/pcntl/tests/signal_closure_handler.phpt; ./ext/pcntl/tests/002.phpt; ./ext/pcntl/tests/async_signals_2.phpt; ./ext/pcntl/tests/pcntl_signal_get_handler.phpt; ./ext/pcntl/tests/pcntl_signal.phpt; ./ext/pcntl/tests/pcntl_alarm.phpt; ./ext/pcntl/tests/bug73783.phpt; ./ext/pcntl/tests/pcntl_realtime_signal.phpt; ./ext/pcntl/tests/async_signals.phpt; ./ext/pcntl/tests/pcntl_signal_dispatch.phpt; ./ext/sysvsem/tests/nowait.phpt; |
pcntl | Function | pcntl_signal_dispatch | yes | click to show/hide test files ./ext/pcntl/tests/pcntl_signal_get_handler.phpt; ./ext/pcntl/tests/pcntl_signal.phpt; ./ext/pcntl/tests/pcntl_realtime_signal.phpt; ./ext/pcntl/tests/pcntl_signal_dispatch.phpt; |
pcntl | Function | pcntl_wifexited | yes | click to show/hide test files ./ext/pcntl/tests/001.phpt; ./ext/pcntl/tests/pcntl_wait.phpt; ./ext/mysqli/tests/mysqli_fork.phpt; |
pcntl | Function | pcntl_wifstopped | yes | click to show/hide test files ./ext/pcntl/tests/001.phpt; ./ext/pcntl/tests/pcntl_wait.phpt; ./ext/mysqli/tests/mysqli_fork.phpt; |
pcntl | Function | pcntl_wifsignaled | yes | click to show/hide test files ./ext/pcntl/tests/001.phpt; ./ext/pcntl/tests/pcntl_wait.phpt; ./ext/mysqli/tests/mysqli_fork.phpt; |
pcntl | Function | pcntl_wexitstatus | yes | click to show/hide test files ./ext/pcntl/tests/001.phpt; ./ext/pcntl/tests/pcntl_wait.phpt; ./ext/pcntl/tests/bug47566.phpt; ./ext/mysqli/tests/mysqli_fork.phpt; |
pcntl | Function | pcntl_wtermsig | yes | click to show/hide test files ./ext/pcntl/tests/001.phpt; ./ext/mysqli/tests/mysqli_fork.phpt; |
pcntl | Function | pcntl_wstopsig | yes | click to show/hide test files ./ext/pcntl/tests/001.phpt; ./ext/mysqli/tests/mysqli_fork.phpt; |
pcntl | Function | pcntl_exec | yes | click to show/hide test files ./ext/pcntl/tests/pcntl_exec.phpt; ./ext/pcntl/tests/pcntl_exec_3.phpt; ./ext/pcntl/tests/pcntl_exec_2.phpt; |
pcntl | Function | pcntl_alarm | yes | click to show/hide test files ./ext/pcntl/tests/async_signals_2.phpt; ./ext/pcntl/tests/pcntl_alarm.phpt; |
pcntl | Function | pcntl_getpriority | yes | click to show/hide test files ./ext/pcntl/tests/pcntl_getpriority_basic.phpt; ./ext/pcntl/tests/pcntl_getpriority_error.phpt; |
pcntl | Function | pcntl_setpriority | yes | click to show/hide test files ./ext/pcntl/tests/pcntl_setpriority_basic.phpt; ./ext/pcntl/tests/pcntl_setpriority_error.phpt; |
pcntl | Function | pcntl_sigprocmask | yes | click to show/hide test files ./ext/pcntl/tests/002.phpt; ./ext/pcntl/tests/003.phpt; |
pcntl | Function | pcntl_sigwaitinfo | yes | click to show/hide test files ./ext/pcntl/tests/002.phpt; |
pcntl | Function | pcntl_sigtimedwait | yes | click to show/hide test files ./ext/pcntl/tests/002.phpt; ./ext/pcntl/tests/pcntl_alarm.phpt; |
readline | Function | readline | yes | click to show/hide test files ./ext/readline/tests/readline_without_input.phpt; ./ext/readline/tests/readline_basic.phpt; |
readline | Function | readline_info | yes | click to show/hide test files ./ext/readline/tests/readline_info_001.phpt; ./ext/readline/tests/libedit_info_001-win32.phpt; ./ext/readline/tests/libedit_info_001.phpt; |
readline | Function | readline_add_history | yes | click to show/hide test files ./ext/readline/tests/readline_add_history_001.phpt; ./ext/readline/tests/libedit_write_history_001-win32.phpt; ./ext/readline/tests/readline_write_history_001.phpt; ./ext/readline/tests/libedit_write_history_001.phpt; ./ext/readline/tests/readline_read_history_001.phpt; |
readline | Function | readline_clear_history | yes | click to show/hide test files ./ext/readline/tests/readline_add_history_001.phpt; ./ext/readline/tests/readline_clear_history_001.phpt; ./ext/readline/tests/readline_read_history_001.phpt; |
readline | Function | readline_read_history | yes | click to show/hide test files ./ext/readline/tests/readline_read_history_open_basedir_001.phpt; ./ext/readline/tests/readline_read_history_error_001.phpt; ./ext/readline/tests/bug69054.phpt; ./ext/readline/tests/readline_read_history_001.phpt; |
readline | Function | readline_write_history | yes | click to show/hide test files ./ext/readline/tests/libedit_write_history_001-win32.phpt; ./ext/readline/tests/readline_write_history_001.phpt; ./ext/readline/tests/libedit_write_history_001.phpt; ./ext/readline/tests/readline_read_history_001.phpt; ./ext/readline/tests/readline_write_history_open_basedir_001.phpt; |
readline | Function | readline_completion_function | yes | click to show/hide test files ./ext/readline/tests/readline_completion_function_001.phpt; |
SPL | Function | spl_classes | yes | click to show/hide test files ./ext/spl/tests/spl_classes.phpt; |
SPL | Function | spl_autoload | yes | click to show/hide test files ./ext/spl/tests/bug77359.phpt; ./ext/spl/tests/spl_autoload_001.phpt; |
SPL | Function | spl_autoload_extensions | yes | click to show/hide test files ./ext/spl/tests/spl_autoload_001.phpt; |
SPL | Function | spl_autoload_register | yes | click to show/hide test files ./ext/xsl/tests/throw_in_autoload.phpt; ./ext/xsl/tests/bug33853.phpt; ./ext/spl/tests/bug61697.phpt; ./ext/spl/tests/spl_autoload_004.phpt; ./ext/spl/tests/bug48023.phpt; ./ext/spl/tests/spl_autoload_warn_on_false_do_throw.phpt; ./ext/spl/tests/bug71204.phpt; ./ext/spl/tests/dualiterator_001.phpt; ./ext/spl/tests/bug40091.phpt; ./ext/spl/tests/spl_003.phpt; ./ext/spl/tests/spl_autoload_called_scope.phpt; ./ext/spl/tests/class_uses_variation.phpt; ./ext/spl/tests/bug65006.phpt; ./ext/spl/tests/spl_autoload_bug48541.phpt; ./ext/spl/tests/spl_autoload_005.phpt; ./ext/spl/tests/bug38325.phpt; ./ext/spl/tests/spl_autoload_throw_with_spl_autoloader_call_as_autoloader.phpt; ./ext/spl/tests/spl_autoload_010.phpt; ./ext/spl/tests/spl_autoload_002.phpt; ./ext/spl/tests/spl_autoload_014.phpt; ./ext/spl/tests/spl_autoload_call_basic.phpt; ./ext/spl/tests/bug71236.phpt; ./ext/spl/tests/spl_autoload_011.phpt; ./ext/spl/tests/spl_autoload_003.phpt; ./ext/spl/tests/spl_autoload_013.phpt; ./ext/spl/tests/bug75049.phpt; ./ext/spl/tests/spl_autoload_007.phpt; ./ext/spl/tests/spl_autoload_009.phpt; ./ext/spl/tests/spl_autoload_012.phpt; ./ext/spl/tests/bug48493.phpt; ./ext/spl/tests/bug71202.phpt; ./ext/spl/tests/bug44144.phpt; ./ext/spl/tests/class_implements_variation.phpt; ./ext/spl/tests/spl_autoload_006.phpt; ./ext/spl/tests/spl_autoload_008.phpt; ./ext/spl/tests/bug74372.phpt; ./ext/spl/tests/bug52339.phpt; ./ext/spl/tests/spl_autoload_001.phpt; ./ext/session/tests/bug53141.phpt; ./ext/reflection/tests/bug29268.phpt; ./ext/reflection/tests/007.phpt; ./ext/reflection/tests/bug74454.phpt; ./ext/reflection/tests/bug26640.phpt; ./ext/soap/tests/bugs/bug28751.phpt; ./ext/standard/tests/serialize/serialization_objects_007.phpt; ./ext/standard/tests/serialize/bug62836_1.phpt; ./ext/standard/tests/serialize/bug30234.phpt; ./ext/standard/tests/serialize/bug64354_2.phpt; ./ext/standard/tests/serialize/005.phpt; ./ext/standard/tests/serialize/bug70213.phpt; ./ext/standard/tests/serialize/bug64354_1.phpt; ./ext/standard/tests/class_object/get_declared_interfaces_variation1.phpt; ./ext/standard/tests/class_object/is_a.phpt; ./ext/standard/tests/class_object/trait_exists_basic_001.phpt; ./ext/standard/tests/class_object/get_parent_class_variation_002.phpt; ./ext/standard/tests/class_object/class_exists_basic_001.phpt; ./ext/standard/tests/class_object/method_exists_variation_001.phpt; ./ext/standard/tests/class_object/get_declared_classes_variation1.phpt; ./ext/standard/tests/class_object/get_declared_traits_variation1.phpt; ./ext/standard/tests/class_object/is_subclass_of_variation_001.phpt; ./ext/standard/tests/class_object/is_subclass_of_variation_004.phpt; ./ext/standard/tests/class_object/interface_exists_variation3.phpt; ./ext/standard/tests/class_object/property_exists_variation1.phpt; ./ext/standard/tests/class_object/interface_exists_variation4.phpt; ./ext/standard/tests/class_object/method_exists_basic_003.phpt; ./ext/standard/tests/general_functions/bug35229.phpt; ./Zend/tests/bug47714.phpt; ./Zend/tests/bug78921.phpt; ./Zend/tests/bug46665.phpt; ./Zend/tests/bug78926.phpt; ./Zend/tests/is_a.phpt; ./Zend/tests/bug55007.phpt; ./Zend/tests/generators/bug65161.phpt; ./Zend/tests/bug63305.phpt; ./Zend/tests/bug47699.phpt; ./Zend/tests/bug78868.phpt; ./Zend/tests/bug33116.phpt; ./Zend/tests/class_alias_007.phpt; ./Zend/tests/catch.phpt; ./Zend/tests/instanceof.phpt; ./Zend/tests/traits/abstract_method_9.phpt; ./Zend/tests/bug26697.phpt; ./Zend/tests/bug79022.phpt; ./Zend/tests/bug37138.phpt; ./Zend/tests/bug39003.phpt; ./Zend/tests/type_declarations/variance/loading_exception2.phpt; ./Zend/tests/type_declarations/variance/class_order_autoload2.phpt; ./Zend/tests/type_declarations/variance/class_order_autoload3.phpt; ./Zend/tests/type_declarations/variance/trait_success.phpt; ./Zend/tests/type_declarations/variance/infinite_recursion.phpt; ./Zend/tests/type_declarations/variance/class_order_autoload_error4.phpt; ./Zend/tests/type_declarations/variance/class_order_autoload_error3.phpt; ./Zend/tests/type_declarations/variance/enum_forward_compat.phpt; ./Zend/tests/type_declarations/variance/loading_exception1.phpt; ./Zend/tests/type_declarations/variance/class_order_autoload5.phpt; ./Zend/tests/type_declarations/variance/class_order_autoload_error1.phpt; ./Zend/tests/type_declarations/variance/unlinked_parent_2.phpt; ./Zend/tests/type_declarations/variance/class_order_autoload_error2.phpt; ./Zend/tests/type_declarations/variance/class_order_autoload4.phpt; ./Zend/tests/type_declarations/variance/class_order_autoload1.phpt; ./Zend/tests/type_declarations/variance/class_order_autoload_error5.phpt; ./Zend/tests/type_declarations/variance/unlinked_parent_1.phpt; ./Zend/tests/type_declarations/variance/class_order_autoload_error6.phpt; ./Zend/tests/type_declarations/union_types/multiple_classes.phpt; ./Zend/tests/type_declarations/typed_properties_class_loading.phpt; ./Zend/tests/bug65322.phpt; ./Zend/tests/call_user_func_002.phpt; ./Zend/tests/bug67436/bug67436_nohandler.phpt; ./Zend/tests/bug67436/bug67436.phpt; ./Zend/tests/bug62907.phpt; ./Zend/tests/bug61011.phpt; ./Zend/tests/bug31102.phpt; ./Zend/tests/bug71163.phpt; ./Zend/tests/bug65254.phpt; ./Zend/tests/bug49908.phpt; ./Zend/tests/bug42798.phpt; ./Zend/tests/use_unlinked_class.phpt; ./Zend/tests/bug39542.phpt; ./Zend/tests/constant_expressions_classes.phpt; ./tests/classes/autoload_018.phpt; ./tests/classes/autoload_005.phpt; ./tests/classes/autoload_007.phpt; ./tests/classes/autoload_013.phpt; ./tests/classes/autoload_008.phpt; ./tests/classes/autoload_003.phpt; ./tests/classes/autoload_016.phpt; ./tests/classes/autoload_001.phpt; ./tests/classes/autoload_004.phpt; ./tests/classes/autoload_009.phpt; ./tests/classes/autoload_017.phpt; ./tests/classes/autoload_011.phpt; ./tests/classes/autoload_021.phpt; ./tests/classes/autoload_010.phpt; ./tests/classes/autoload_012.phpt; ./tests/classes/autoload_015.phpt; ./tests/classes/autoload_006.phpt; ./tests/classes/autoload_020.phpt; ./tests/classes/autoload_002.phpt; ./tests/classes/autoload_014.phpt; ./tests/classes/autoload_019.phpt; |
SPL | Function | spl_autoload_unregister | yes | click to show/hide test files ./ext/spl/tests/bug61697.phpt; ./ext/spl/tests/bug71204.phpt; ./ext/spl/tests/spl_autoload_002.phpt; ./ext/spl/tests/spl_autoload_014.phpt; ./ext/spl/tests/bug75049.phpt; ./ext/spl/tests/bug48493.phpt; ./ext/spl/tests/bug71202.phpt; ./ext/spl/tests/spl_autoload_008.phpt; ./ext/spl/tests/spl_autoload_001.phpt; |
SPL | Function | spl_autoload_functions | yes | click to show/hide test files ./ext/spl/tests/bug61697.phpt; ./ext/spl/tests/spl_autoload_004.phpt; ./ext/spl/tests/bug40091.phpt; ./ext/spl/tests/bug65006.phpt; ./ext/spl/tests/spl_autoload_002.phpt; ./ext/spl/tests/bug71236.phpt; ./ext/spl/tests/spl_autoload_013.phpt; ./ext/spl/tests/bug75049.phpt; ./ext/spl/tests/bug48493.phpt; ./ext/spl/tests/bug44144.phpt; ./ext/spl/tests/spl_autoload_006.phpt; ./ext/spl/tests/spl_autoload_008.phpt; ./ext/standard/tests/serialize/005.phpt; |
SPL | Function | spl_autoload_call | yes | click to show/hide test files ./ext/spl/tests/spl_autoload_warn_on_false_do_throw.phpt; ./ext/spl/tests/spl_autoload_call_basic.phpt; ./ext/spl/tests/bug79432.phpt; ./ext/standard/tests/serialize/005.phpt; |
SPL | Function | class_parents | yes | click to show/hide test files ./ext/opcache/tests/preload_bug79114.phpt; ./ext/spl/tests/spl_003.phpt; |
SPL | Function | class_implements | yes | click to show/hide test files ./ext/spl/tests/class_implements_basic.phpt; ./ext/spl/tests/class_implements_basic2.phpt; ./ext/spl/tests/spl_003.phpt; ./ext/spl/tests/class_implements_variation1.phpt; ./ext/spl/tests/class_implements_variation.phpt; ./Zend/tests/bug77652.phpt; |
SPL | Function | spl_object_hash | yes | click to show/hide test files ./Zend/tests/bug60598.phpt; |
SPL | Function | iterator_to_array | yes | click to show/hide test files ./ext/spl/tests/iterator_to_array.phpt; ./ext/spl/tests/spl_006.phpt; ./ext/spl/tests/spl_iterator_to_array_error.phpt; ./ext/spl/tests/bug62433.phpt; ./ext/spl/tests/spl_001.phpt; ./ext/spl/tests/bug52238.phpt; ./ext/spl/tests/bug54971.phpt; ./ext/spl/tests/RegexIterator_with_reference_replacement.phpt; ./ext/spl/tests/bug72684.phpt; ./ext/spl/tests/bug66702.phpt; ./ext/spl/tests/bug67360.phpt; ./ext/spl/tests/iterator_to_array_nonscalar_keys.phpt; ./ext/intl/tests/breakiter_getPartsIterator_basic.phpt; ./ext/intl/tests/timezone_createEnumeration_variation2.phpt; ./ext/intl/tests/breakiter_getPartsIterator_basic2.phpt; ./ext/intl/tests/calendar_getKeywordValuesForLocale_basic.phpt; ./ext/intl/tests/timezone_createTimeZoneIDEnumeration_basic.phpt; ./ext/intl/tests/breakiter_getPartsIterator_var1.phpt; ./ext/intl/tests/timezone_createEnumeration_variation1.phpt; ./ext/intl/tests/breakiter_createCodePointInstance_basic.phpt; ./ext/intl/tests/timezone_createTimeZoneIDEnumeration_variant1.phpt; ./ext/intl/tests/timezone_createEnumeration_basic.phpt; ./ext/intl/tests/timezone_createTimeZoneIDEnumeration_variant2.phpt; ./ext/intl/tests/resourcebundle_traversable.phpt; ./Zend/tests/bug69599.phpt; ./Zend/tests/bug69221_2.phpt; |
SPL | Function | iterator_count | yes | click to show/hide test files ./ext/spl/tests/spl_001.phpt; ./ext/spl/tests/iterator_count.phpt; ./ext/dom/tests/bug79852.phpt; |
SPL | Function | iterator_apply | yes | click to show/hide test files ./ext/spl/tests/spl_004.phpt; ./ext/spl/tests/spl_007.phpt; ./ext/spl/tests/spl_iterator_apply_error_001.phpt; ./ext/spl/tests/spl_iterator_apply_error.phpt; |
session | Function | session_name | yes | click to show/hide test files ./ext/session/tests/session_name_variation2.phpt; ./ext/session/tests/bug66827.phpt; ./ext/session/tests/session_name_variation1.phpt; ./ext/session/tests/bug66481.phpt; ./ext/session/tests/bug74514.phpt; ./ext/session/tests/session_name_basic.phpt; |
session | Function | session_module_name | yes | click to show/hide test files ./ext/session/tests/session_module_name_basic.phpt; ./ext/session/tests/session_set_save_handler_variation1.phpt; ./ext/session/tests/bug73100.phpt; ./ext/session/tests/session_module_name_variation4.phpt; ./ext/session/tests/session_set_save_handler_basic.phpt; ./ext/session/tests/session_module_name_variation1.phpt; ./ext/session/tests/session_module_name_variation3.phpt; ./ext/session/tests/bug74514.phpt; ./ext/session/tests/session_module_name_variation2.phpt; ./ext/session/tests/session_set_save_handler_closures.phpt; |
session | Function | session_save_path | yes | click to show/hide test files ./ext/session/tests/session_save_path_variation3.phpt; ./ext/session/tests/bug42596.phpt; ./ext/session/tests/session_set_save_handler_iface_003.phpt; ./ext/session/tests/session_module_name_variation4.phpt; ./ext/session/tests/session_set_save_handler_variation3.phpt; ./ext/session/tests/session_basic2.phpt; ./ext/session/tests/bug74936.phpt; ./ext/session/tests/session_basic1.phpt; ./ext/session/tests/session_set_save_handler_class_018.phpt; ./ext/session/tests/session_set_save_handler_basic.phpt; ./ext/session/tests/session_set_save_handler_variation4.phpt; ./ext/session/tests/session_set_save_handler_variation2.phpt; ./ext/session/tests/session_set_save_handler_class_017.phpt; ./ext/session/tests/bug74514.phpt; ./ext/session/tests/session_save_path_variation4.phpt; ./ext/session/tests/session_set_save_handler_variation6.phpt; ./ext/session/tests/session_set_save_handler_sid_001.phpt; ./ext/session/tests/session_set_save_handler_closures.phpt; ./ext/session/tests/session_save_path_basic.phpt; ./ext/session/tests/session_save_path_variation1.phpt; ./ext/session/tests/session_set_save_handler_variation5.phpt; ./ext/session/tests/session_save_path_variation5.phpt; ./ext/standard/tests/general_functions/bug44394_2.phpt; |
session | Function | session_id | yes | click to show/hide test files ./ext/session/tests/session_set_save_handler_class_002.phpt; ./ext/session/tests/021.phpt; ./ext/session/tests/session_create_id_basic.phpt; ./ext/session/tests/rfc1867_disabled.phpt; ./ext/session/tests/bug41600.phpt; ./ext/session/tests/020.phpt; ./ext/session/tests/session_set_save_handler_class_007.phpt; ./ext/session/tests/session_basic4.phpt; ./ext/session/tests/session_id_basic2.phpt; ./ext/session/tests/026.phpt; ./ext/session/tests/session_set_save_handler_class_001.phpt; ./ext/session/tests/bug67694.phpt; ./ext/session/tests/005.phpt; ./ext/session/tests/rfc1867.phpt; ./ext/session/tests/session_commit_variation4.phpt; ./ext/session/tests/004.phpt; ./ext/session/tests/session_set_save_handler_class_009.phpt; ./ext/session/tests/session_set_save_handler_iface_003.phpt; ./ext/session/tests/session_id_error3.phpt; ./ext/session/tests/013.phpt; ./ext/session/tests/session_reset_basic.phpt; ./ext/session/tests/bug78624.phpt; ./ext/session/tests/session_set_save_handler_class_013.phpt; ./ext/session/tests/bug74941.phpt; ./ext/session/tests/session_commit_variation5.phpt; ./ext/session/tests/session_basic5.phpt; ./ext/session/tests/rfc1867_no_name.phpt; ./ext/session/tests/023.phpt; ./ext/session/tests/session_basic2.phpt; ./ext/session/tests/session_basic3.phpt; ./ext/session/tests/rfc1867_inter.phpt; ./ext/session/tests/018.phpt; ./ext/session/tests/session_set_save_handler_class_012.phpt; ./ext/session/tests/bug74892.phpt; ./ext/session/tests/rfc1867_sid_only_cookie.phpt; ./ext/session/tests/session_set_save_handler_class_003.phpt; ./ext/session/tests/session_basic1.phpt; ./ext/session/tests/session_set_save_handler_class_008.phpt; ./ext/session/tests/rfc1867_sid_get_2.phpt; ./ext/session/tests/session_set_save_handler_class_018.phpt; ./ext/session/tests/bug65475.phpt; ./ext/session/tests/session_destroy_variation3.phpt; ./ext/session/tests/bug72940.phpt; ./ext/session/tests/session_start_variation8.phpt; ./ext/session/tests/session_id_error2.phpt; ./ext/session/tests/session_set_save_handler_basic.phpt; ./ext/session/tests/session_gc_basic.phpt; ./ext/session/tests/session_id_basic.phpt; ./ext/session/tests/bug79413.phpt; ./ext/session/tests/012.phpt; ./ext/session/tests/session_set_save_handler_variation4.phpt; ./ext/session/tests/bug61470.phpt; ./ext/session/tests/bug71162.phpt; ./ext/session/tests/session_set_save_handler_class_004.phpt; ./ext/session/tests/bug68063.phpt; ./ext/session/tests/003.phpt; ./ext/session/tests/session_regenerate_id_variation1.phpt; ./ext/session/tests/session_set_save_handler_class_017.phpt; ./ext/session/tests/session_set_save_handler_class_010.phpt; ./ext/session/tests/session_start_variation9.phpt; ./ext/session/tests/027.phpt; ./ext/session/tests/rfc1867_disabled_2.phpt; ./ext/session/tests/session_set_save_handler_iface_001.phpt; ./ext/session/tests/rfc1867_sid_post.phpt; ./ext/session/tests/rfc1867_sid_get.phpt; ./ext/session/tests/session_regenerate_id_basic.phpt; ./ext/session/tests/bug70133.phpt; ./ext/session/tests/session_set_save_handler_class_005.phpt; ./ext/session/tests/015.phpt; ./ext/session/tests/rfc1867_cleanup.phpt; ./ext/session/tests/025.phpt; ./ext/session/tests/session_set_save_handler_class_016.phpt; ./ext/session/tests/session_set_save_handler_variation6.phpt; ./ext/session/tests/024.phpt; ./ext/session/tests/session_set_save_handler_sid_001.phpt; ./ext/session/tests/rfc1867_sid_only_cookie_2.phpt; ./ext/session/tests/session_abort_basic.phpt; ./ext/session/tests/rfc1867_sid_cookie.phpt; ./ext/session/tests/session_set_save_handler_closures.phpt; ./ext/session/tests/rfc1867_sid_invalid.phpt; ./ext/session/tests/009.phpt; ./ext/session/tests/019.phpt; ./ext/session/tests/006.phpt; ./ext/session/tests/session_write_close_variation4.phpt; ./ext/session/tests/session_set_save_handler_variation5.phpt; ./ext/session/tests/014.phpt; ./ext/session/tests/session_set_save_handler_class_011.phpt; ./ext/session/tests/session_set_save_handler_sid_002.phpt; ./ext/standard/tests/general_functions/output_add_rewrite_var_basic4.phpt; ./ext/standard/tests/general_functions/output_add_rewrite_var_basic1.phpt; ./ext/standard/tests/general_functions/output_add_rewrite_var_basic3.phpt; ./ext/standard/tests/general_functions/output_add_rewrite_var_basic2.phpt; ./tests/basic/bug20539.phpt; |
session | Function | session_regenerate_id | yes | click to show/hide test files ./ext/session/tests/session_regenerate_id_fastshutdown.phpt; ./ext/session/tests/session_id_basic2.phpt; ./ext/session/tests/bug67694.phpt; ./ext/session/tests/bug63379.phpt; ./ext/session/tests/bug70013.phpt; ./ext/session/tests/bug38377.phpt; ./ext/session/tests/bug70876.phpt; ./ext/session/tests/bug74833.phpt; ./ext/session/tests/031.phpt; ./ext/session/tests/bug61470.phpt; ./ext/session/tests/session_regenerate_id_variation1.phpt; ./ext/session/tests/bug63379_nodestroy.phpt; ./ext/session/tests/session_regenerate_id_basic.phpt; |
session | Function | session_decode | yes | click to show/hide test files ./ext/session/tests/bug79031.phpt; ./ext/session/tests/005.phpt; ./ext/session/tests/011.phpt; ./ext/session/tests/bug71972.phpt; ./ext/session/tests/023.phpt; ./ext/session/tests/session_decode_variation1.phpt; ./ext/session/tests/bug72562.phpt; ./ext/session/tests/session_decode_variation2.phpt; ./ext/session/tests/session_decode_variation4.phpt; ./ext/session/tests/session_decode_basic.phpt; ./ext/session/tests/003.phpt; ./ext/session/tests/session_decode_basic_serialize.phpt; ./ext/session/tests/session_decode_error2.phpt; ./ext/session/tests/session_decode_variation3.phpt; ./ext/session/tests/029.phpt; ./ext/session/tests/bug73529.phpt; ./ext/standard/tests/serialize/bug70219_1.phpt; ./ext/standard/tests/serialize/bug70219.phpt; ./ext/standard/tests/serialize/bug72663_3.phpt; ./ext/standard/tests/strings/bug72663_2.phpt; |
session | Function | session_register | no | |
session | Function | session_unregister | no | |
session | Function | session_is_registered | no | |
session | Function | session_encode | yes | click to show/hide test files ./ext/session/tests/session_encode_variation1.phpt; ./ext/session/tests/bug79031.phpt; ./ext/session/tests/session_encode_error2.phpt; ./ext/session/tests/session_encode_variation2.phpt; ./ext/session/tests/session_encode_serialize.phpt; ./ext/session/tests/session_encode_variation6.phpt; ./ext/session/tests/001.phpt; ./ext/session/tests/session_encode_variation5.phpt; ./ext/session/tests/bug71972.phpt; ./ext/session/tests/session_encode_variation3.phpt; ./ext/session/tests/session_encode_basic.phpt; ./ext/session/tests/session_encode_variation8.phpt; ./ext/session/tests/session_encode_variation4.phpt; ./ext/session/tests/session_decode_basic.phpt; ./ext/session/tests/010.phpt; ./ext/session/tests/session_decode_basic_serialize.phpt; ./ext/session/tests/session_encode_variation7.phpt; ./ext/session/tests/022.phpt; |
session | Function | session_start | yes | click to show/hide test files ./ext/session/tests/session_set_save_handler_class_002.phpt; ./ext/session/tests/session_name_variation2.phpt; ./ext/session/tests/session_start_variation3.phpt; ./ext/session/tests/session_write_close_variation2.phpt; ./ext/session/tests/021.phpt; ./ext/session/tests/bug79221.phpt; ./ext/session/tests/session_create_id_basic.phpt; ./ext/session/tests/bug60634_error_5.phpt; ./ext/session/tests/session_save_path_variation3.phpt; ./ext/session/tests/session_module_name_basic.phpt; ./ext/session/tests/rfc1867_disabled.phpt; ./ext/session/tests/bug41600.phpt; ./ext/session/tests/session_encode_variation1.phpt; ./ext/session/tests/bug51338.phpt; ./ext/session/tests/020.phpt; ./ext/session/tests/bug79031.phpt; ./ext/session/tests/bug60634_error_3.phpt; ./ext/session/tests/bug60634_error_1.phpt; ./ext/session/tests/session_encode_error2.phpt; ./ext/session/tests/session_regenerate_id_fastshutdown.phpt; ./ext/session/tests/session_set_save_handler_class_007.phpt; ./ext/session/tests/bug42596.phpt; ./ext/session/tests/session_basic4.phpt; ./ext/session/tests/session_id_basic2.phpt; ./ext/session/tests/026.phpt; ./ext/session/tests/session_set_save_handler_class_001.phpt; ./ext/session/tests/017.phpt; ./ext/session/tests/bug67694.phpt; ./ext/session/tests/session_encode_serialize.phpt; ./ext/session/tests/session_cache_limiter_basic.phpt; ./ext/session/tests/session_cache_expire_variation1.phpt; ./ext/session/tests/session_cache_limiter_variation1.phpt; ./ext/session/tests/005.phpt; ./ext/session/tests/bug60634.phpt; ./ext/session/tests/session_set_save_handler_error2.phpt; ./ext/session/tests/rfc1867.phpt; ./ext/session/tests/session_encode_variation6.phpt; ./ext/session/tests/session_start_variation6.phpt; ./ext/session/tests/001.phpt; ./ext/session/tests/session_commit_variation4.phpt; ./ext/session/tests/bug63379.phpt; ./ext/session/tests/session_cache_limiter_variation3.phpt; ./ext/session/tests/bug60634_error_4.phpt; ./ext/session/tests/004.phpt; ./ext/session/tests/session_encode_variation5.phpt; ./ext/session/tests/016.phpt; ./ext/session/tests/bug70013.phpt; ./ext/session/tests/session_set_cookie_params_variation6.phpt; ./ext/session/tests/session_set_save_handler_class_009.phpt; ./ext/session/tests/bug60634_error_2.phpt; ./ext/session/tests/session_set_save_handler_iface_003.phpt; ./ext/session/tests/session_id_error3.phpt; ./ext/session/tests/013.phpt; ./ext/session/tests/bug73100.phpt; ./ext/session/tests/bug50308.phpt; ./ext/session/tests/session_reset_basic.phpt; ./ext/session/tests/session_unset_basic.phpt; ./ext/session/tests/bug32330.phpt; ./ext/session/tests/bug78624.phpt; ./ext/session/tests/session_set_save_handler_class_013.phpt; ./ext/session/tests/bug71972.phpt; ./ext/session/tests/bug74941.phpt; ./ext/session/tests/session_commit_variation5.phpt; ./ext/session/tests/bug38377.phpt; ./ext/session/tests/session_basic5.phpt; ./ext/session/tests/rfc1867_no_name.phpt; ./ext/session/tests/bug73273.phpt; ./ext/session/tests/session_encode_variation3.phpt; ./ext/session/tests/session_destroy_variation1.phpt; ./ext/session/tests/023.phpt; ./ext/session/tests/session_cache_expire_variation3.phpt; ./ext/session/tests/bug70876.phpt; ./ext/session/tests/session_start_error.phpt; ./ext/session/tests/bug79091.phpt; ./ext/session/tests/session_module_name_variation4.phpt; ./ext/session/tests/session_set_save_handler_iface_002.phpt; ./ext/session/tests/session_basic2.phpt; ./ext/session/tests/session_set_save_handler_type_error.phpt; ./ext/session/tests/session_set_cookie_params_variation2.phpt; ./ext/session/tests/session_basic3.phpt; ./ext/session/tests/session_start_variation1.phpt; ./ext/session/tests/rfc1867_inter.phpt; ./ext/session/tests/session_decode_variation1.phpt; ./ext/session/tests/018.phpt; ./ext/session/tests/bug74936.phpt; ./ext/session/tests/session_write_close_basic.phpt; ./ext/session/tests/bug72562.phpt; ./ext/session/tests/bug66827.phpt; ./ext/session/tests/session_encode_basic.phpt; ./ext/session/tests/session_set_save_handler_class_012.phpt; ./ext/session/tests/bug71974.phpt; ./ext/session/tests/bug74892.phpt; ./ext/session/tests/rfc1867_sid_only_cookie.phpt; ./ext/session/tests/session_set_save_handler_error4.phpt; ./ext/session/tests/session_set_save_handler_class_003.phpt; ./ext/session/tests/session_commit_variation1.phpt; ./ext/session/tests/session_basic1.phpt; ./ext/session/tests/session_set_save_handler_class_008.phpt; ./ext/session/tests/session_set_save_handler_class_014.phpt; ./ext/session/tests/rfc1867_sid_get_2.phpt; ./ext/session/tests/session_set_cookie_params_variation4.phpt; ./ext/session/tests/session_status.phpt; ./ext/session/tests/session_decode_variation2.phpt; ./ext/session/tests/session_set_save_handler_class_018.phpt; ./ext/session/tests/bug65475.phpt; ./ext/session/tests/session_destroy_variation3.phpt; ./ext/session/tests/session_encode_variation8.phpt; ./ext/session/tests/bug72940.phpt; ./ext/session/tests/session_start_variation8.phpt; ./ext/session/tests/session_id_error2.phpt; ./ext/session/tests/session_name_variation1.phpt; ./ext/session/tests/session_set_save_handler_basic.phpt; ./ext/session/tests/session_decode_variation4.phpt; ./ext/session/tests/session_gc_basic.phpt; ./ext/session/tests/session_id_basic.phpt; ./ext/session/tests/bug79413.phpt; ./ext/session/tests/bug74833.phpt; ./ext/session/tests/bug61728.phpt; ./ext/session/tests/session_set_cookie_params_basic.phpt; ./ext/session/tests/bug24592.phpt; ./ext/session/tests/session_start_variation7.phpt; ./ext/session/tests/012.phpt; ./ext/session/tests/session_encode_variation4.phpt; ./ext/session/tests/session_commit_basic.phpt; ./ext/session/tests/session_set_cookie_params_variation5.phpt; ./ext/session/tests/session_ini_set.phpt; ./ext/session/tests/session_decode_basic.phpt; ./ext/session/tests/session_commit_variation2.phpt; ./ext/session/tests/session_set_save_handler_variation4.phpt; ./ext/session/tests/031.phpt; ./ext/session/tests/session_write_close_variation1.phpt; ./ext/session/tests/bug61470.phpt; ./ext/session/tests/session_cache_expire_basic.phpt; ./ext/session/tests/session_set_save_handler_variation2.phpt; ./ext/session/tests/bug71162.phpt; ./ext/session/tests/session_set_save_handler_class_004.phpt; ./ext/session/tests/bug68063.phpt; ./ext/session/tests/session_module_name_variation1.phpt; ./ext/session/tests/003.phpt; ./ext/session/tests/session_start_variation5.phpt; ./ext/session/tests/session_regenerate_id_variation1.phpt; ./ext/session/tests/session_set_save_handler_class_017.phpt; ./ext/session/tests/session_set_save_handler_class_010.phpt; ./ext/session/tests/session_module_name_variation3.phpt; ./ext/session/tests/session_start_variation9.phpt; ./ext/session/tests/027.phpt; ./ext/session/tests/rfc1867_disabled_2.phpt; ./ext/session/tests/session_decode_basic_serialize.phpt; ./ext/session/tests/session_save_path_variation4.phpt; ./ext/session/tests/session_set_save_handler_iface_001.phpt; ./ext/session/tests/bug63379_nodestroy.phpt; ./ext/session/tests/session_cache_limiter_variation2.phpt; ./ext/session/tests/rfc1867_sid_post.phpt; ./ext/session/tests/session_set_cookie_params_variation3.phpt; ./ext/session/tests/session_save_path_variation2.phpt; ./ext/session/tests/session_encode_variation7.phpt; ./ext/session/tests/session_name_basic.phpt; ./ext/session/tests/bug53141.phpt; ./ext/session/tests/rfc1867_sid_get.phpt; ./ext/session/tests/session_decode_error2.phpt; ./ext/session/tests/session_regenerate_id_basic.phpt; ./ext/session/tests/bug70133.phpt; ./ext/session/tests/session_set_save_handler_class_005.phpt; ./ext/session/tests/session_destroy_variation2.phpt; ./ext/session/tests/bug26862.phpt; ./ext/session/tests/015.phpt; ./ext/session/tests/session_unset_variation1.phpt; ./ext/session/tests/bug36459.phpt; ./ext/session/tests/session_set_save_handler_class_006.phpt; ./ext/session/tests/rfc1867_cleanup.phpt; ./ext/session/tests/session_commit_variation3.phpt; ./ext/session/tests/session_decode_variation3.phpt; ./ext/session/tests/025.phpt; ./ext/session/tests/session_set_save_handler_class_016.phpt; ./ext/session/tests/session_set_save_handler_variation6.phpt; ./ext/session/tests/024.phpt; ./ext/session/tests/session_set_save_handler_sid_001.phpt; ./ext/session/tests/session_write_close_variation3.phpt; ./ext/session/tests/session_set_save_handler_error3.phpt; ./ext/session/tests/rfc1867_sid_only_cookie_2.phpt; ./ext/session/tests/session_abort_basic.phpt; ./ext/session/tests/rfc1867_sid_cookie.phpt; ./ext/session/tests/session_cache_expire_variation2.phpt; ./ext/session/tests/session_set_save_handler_closures.phpt; ./ext/session/tests/rfc1867_sid_invalid.phpt; ./ext/session/tests/009.phpt; ./ext/session/tests/019.phpt; ./ext/session/tests/session_save_path_variation1.phpt; ./ext/session/tests/006.phpt; ./ext/session/tests/022.phpt; ./ext/session/tests/session_write_close_variation4.phpt; ./ext/session/tests/session_set_cookie_params_variation1.phpt; ./ext/session/tests/session_set_save_handler_variation5.phpt; ./ext/session/tests/bug73529.phpt; ./ext/session/tests/bug60860.phpt; ./ext/session/tests/014.phpt; ./ext/session/tests/session_start_variation4.phpt; ./ext/session/tests/bug72681.phpt; ./ext/session/tests/session_set_save_handler_class_011.phpt; ./ext/session/tests/session_start_variation2.phpt; ./ext/session/tests/session_set_save_handler_sid_002.phpt; ./ext/standard/tests/serialize/bug70219_1.phpt; ./ext/standard/tests/serialize/bug70219.phpt; ./ext/standard/tests/serialize/bug72663_3.phpt; ./ext/standard/tests/strings/bug72663_2.phpt; ./ext/standard/tests/general_functions/bug44394_2.phpt; ./ext/standard/tests/general_functions/output_add_rewrite_var_basic4.phpt; ./ext/standard/tests/general_functions/output_add_rewrite_var_basic1.phpt; ./ext/standard/tests/general_functions/output_add_rewrite_var_basic3.phpt; ./ext/standard/tests/general_functions/output_add_rewrite_var_basic2.phpt; ./Zend/tests/unset_cv05.phpt; ./Zend/tests/unset_cv06.phpt; |
session | Function | session_destroy | yes | click to show/hide test files ./ext/session/tests/session_name_variation2.phpt; ./ext/session/tests/session_start_variation3.phpt; ./ext/session/tests/session_write_close_variation2.phpt; ./ext/session/tests/021.phpt; ./ext/session/tests/bug79221.phpt; ./ext/session/tests/session_create_id_basic.phpt; ./ext/session/tests/session_save_path_variation3.phpt; ./ext/session/tests/session_module_name_basic.phpt; ./ext/session/tests/rfc1867_disabled.phpt; ./ext/session/tests/bug41600.phpt; ./ext/session/tests/session_encode_variation1.phpt; ./ext/session/tests/020.phpt; ./ext/session/tests/session_encode_error2.phpt; ./ext/session/tests/session_encode_variation2.phpt; ./ext/session/tests/026.phpt; ./ext/session/tests/session_cache_limiter_basic.phpt; ./ext/session/tests/session_cache_expire_variation1.phpt; ./ext/session/tests/session_cache_limiter_variation1.phpt; ./ext/session/tests/005.phpt; ./ext/session/tests/session_set_save_handler_error2.phpt; ./ext/session/tests/rfc1867.phpt; ./ext/session/tests/session_encode_variation6.phpt; ./ext/session/tests/session_start_variation6.phpt; ./ext/session/tests/001.phpt; ./ext/session/tests/session_commit_variation4.phpt; ./ext/session/tests/session_cache_limiter_variation3.phpt; ./ext/session/tests/004.phpt; ./ext/session/tests/session_encode_variation5.phpt; ./ext/session/tests/session_set_cookie_params_variation6.phpt; ./ext/session/tests/session_id_error3.phpt; ./ext/session/tests/013.phpt; ./ext/session/tests/bug73100.phpt; ./ext/session/tests/session_unset_basic.phpt; ./ext/session/tests/bug32330.phpt; ./ext/session/tests/session_commit_variation5.phpt; ./ext/session/tests/bug38377.phpt; ./ext/session/tests/session_basic5.phpt; ./ext/session/tests/rfc1867_no_name.phpt; ./ext/session/tests/session_encode_variation3.phpt; ./ext/session/tests/session_destroy_variation1.phpt; ./ext/session/tests/023.phpt; ./ext/session/tests/session_cache_expire_variation3.phpt; ./ext/session/tests/session_module_name_variation4.phpt; ./ext/session/tests/session_set_save_handler_variation3.phpt; ./ext/session/tests/session_basic2.phpt; ./ext/session/tests/session_set_cookie_params_variation2.phpt; ./ext/session/tests/session_basic3.phpt; ./ext/session/tests/session_start_variation1.phpt; ./ext/session/tests/rfc1867_inter.phpt; ./ext/session/tests/session_decode_variation1.phpt; ./ext/session/tests/018.phpt; ./ext/session/tests/session_write_close_basic.phpt; ./ext/session/tests/session_encode_basic.phpt; ./ext/session/tests/rfc1867_sid_only_cookie.phpt; ./ext/session/tests/session_commit_variation1.phpt; ./ext/session/tests/session_basic1.phpt; ./ext/session/tests/rfc1867_sid_get_2.phpt; ./ext/session/tests/session_set_cookie_params_variation4.phpt; ./ext/session/tests/session_decode_variation2.phpt; ./ext/session/tests/session_destroy_variation3.phpt; ./ext/session/tests/session_encode_variation8.phpt; ./ext/session/tests/bug72940.phpt; ./ext/session/tests/session_start_variation8.phpt; ./ext/session/tests/session_id_error2.phpt; ./ext/session/tests/session_name_variation1.phpt; ./ext/session/tests/session_set_save_handler_basic.phpt; ./ext/session/tests/session_decode_variation4.phpt; ./ext/session/tests/session_gc_basic.phpt; ./ext/session/tests/session_id_basic.phpt; ./ext/session/tests/session_set_cookie_params_basic.phpt; ./ext/session/tests/session_start_variation7.phpt; ./ext/session/tests/012.phpt; ./ext/session/tests/session_encode_variation4.phpt; ./ext/session/tests/session_commit_basic.phpt; ./ext/session/tests/session_set_cookie_params_variation5.phpt; ./ext/session/tests/session_decode_basic.phpt; ./ext/session/tests/session_commit_variation2.phpt; ./ext/session/tests/session_set_save_handler_variation4.phpt; ./ext/session/tests/session_write_close_variation1.phpt; ./ext/session/tests/session_cache_expire_basic.phpt; ./ext/session/tests/session_set_save_handler_variation2.phpt; ./ext/session/tests/session_module_name_variation1.phpt; ./ext/session/tests/003.phpt; ./ext/session/tests/session_start_variation5.phpt; ./ext/session/tests/session_regenerate_id_variation1.phpt; ./ext/session/tests/session_module_name_variation3.phpt; ./ext/session/tests/session_start_variation9.phpt; ./ext/session/tests/027.phpt; ./ext/session/tests/rfc1867_disabled_2.phpt; ./ext/session/tests/session_decode_basic_serialize.phpt; ./ext/session/tests/session_save_path_variation4.phpt; ./ext/session/tests/session_cache_limiter_variation2.phpt; ./ext/session/tests/rfc1867_sid_post.phpt; ./ext/session/tests/session_set_cookie_params_variation3.phpt; ./ext/session/tests/session_save_path_variation2.phpt; ./ext/session/tests/session_encode_variation7.phpt; ./ext/session/tests/session_name_basic.phpt; ./ext/session/tests/rfc1867_sid_get.phpt; ./ext/session/tests/session_decode_error2.phpt; ./ext/session/tests/session_regenerate_id_basic.phpt; ./ext/session/tests/session_destroy_variation2.phpt; ./ext/session/tests/015.phpt; ./ext/session/tests/session_unset_variation1.phpt; ./ext/session/tests/rfc1867_cleanup.phpt; ./ext/session/tests/session_commit_variation3.phpt; ./ext/session/tests/session_decode_variation3.phpt; ./ext/session/tests/025.phpt; ./ext/session/tests/session_set_save_handler_variation6.phpt; ./ext/session/tests/024.phpt; ./ext/session/tests/session_write_close_variation3.phpt; ./ext/session/tests/rfc1867_sid_only_cookie_2.phpt; ./ext/session/tests/rfc1867_sid_cookie.phpt; ./ext/session/tests/session_cache_expire_variation2.phpt; ./ext/session/tests/rfc1867_sid_invalid.phpt; ./ext/session/tests/009.phpt; ./ext/session/tests/019.phpt; ./ext/session/tests/session_save_path_variation1.phpt; ./ext/session/tests/006.phpt; ./ext/session/tests/022.phpt; ./ext/session/tests/session_write_close_variation4.phpt; ./ext/session/tests/session_set_cookie_params_variation1.phpt; ./ext/session/tests/session_set_save_handler_variation5.phpt; ./ext/session/tests/bug73529.phpt; ./ext/session/tests/014.phpt; ./ext/session/tests/session_start_variation4.phpt; ./ext/session/tests/session_start_variation2.phpt; |
session | Function | session_unset | yes | click to show/hide test files ./ext/session/tests/session_set_save_handler_class_002.phpt; ./ext/session/tests/session_set_save_handler_class_001.phpt; ./ext/session/tests/002.phpt; ./ext/session/tests/bug63379.phpt; ./ext/session/tests/session_set_save_handler_iface_003.phpt; ./ext/session/tests/session_unset_basic.phpt; ./ext/session/tests/bug73273.phpt; ./ext/session/tests/session_set_save_handler_class_003.phpt; ./ext/session/tests/session_set_save_handler_class_018.phpt; ./ext/session/tests/session_set_save_handler_basic.phpt; ./ext/session/tests/session_set_save_handler_class_004.phpt; ./ext/session/tests/session_set_save_handler_class_017.phpt; ./ext/session/tests/session_set_save_handler_iface_001.phpt; ./ext/session/tests/bug63379_nodestroy.phpt; ./ext/session/tests/session_set_save_handler_class_005.phpt; ./ext/session/tests/session_unset_variation1.phpt; ./ext/session/tests/session_set_save_handler_class_016.phpt; ./ext/session/tests/session_set_save_handler_variation6.phpt; ./ext/session/tests/session_set_save_handler_sid_001.phpt; ./ext/session/tests/session_set_save_handler_closures.phpt; ./ext/session/tests/session_set_save_handler_sid_002.phpt; ./Zend/tests/unset_cv06.phpt; |
session | Function | session_set_save_handler | yes | click to show/hide test files ./ext/session/tests/session_set_save_handler_class_002.phpt; ./ext/session/tests/bug31454.phpt; ./ext/session/tests/bug60634_error_5.phpt; ./ext/session/tests/session_set_save_handler_class_015.phpt; ./ext/session/tests/bug60634_error_3.phpt; ./ext/session/tests/bug60634_error_1.phpt; ./ext/session/tests/session_set_save_handler_class_007.phpt; ./ext/session/tests/session_set_save_handler_class_001.phpt; ./ext/session/tests/005.phpt; ./ext/session/tests/bug60634.phpt; ./ext/session/tests/session_set_save_handler_error2.phpt; ./ext/session/tests/session_set_save_handler_error.phpt; ./ext/session/tests/bug63379.phpt; ./ext/session/tests/bug60634_error_4.phpt; ./ext/session/tests/004.phpt; ./ext/session/tests/session_set_save_handler_class_009.phpt; ./ext/session/tests/bug60634_error_2.phpt; ./ext/session/tests/session_set_save_handler_iface_003.phpt; ./ext/session/tests/bug32330.phpt; ./ext/session/tests/bug78624.phpt; ./ext/session/tests/session_set_save_handler_class_013.phpt; ./ext/session/tests/bug79091.phpt; ./ext/session/tests/session_set_save_handler_iface_002.phpt; ./ext/session/tests/session_set_save_handler_variation3.phpt; ./ext/session/tests/session_set_save_handler_type_error.phpt; ./ext/session/tests/session_set_save_handler_class_012.phpt; ./ext/session/tests/session_set_save_handler_error4.phpt; ./ext/session/tests/session_set_save_handler_class_003.phpt; ./ext/session/tests/session_set_save_handler_class_008.phpt; ./ext/session/tests/session_set_save_handler_class_014.phpt; ./ext/session/tests/session_set_save_handler_class_018.phpt; ./ext/session/tests/session_set_save_handler_basic.phpt; ./ext/session/tests/bug61728.phpt; ./ext/session/tests/session_set_save_handler_variation4.phpt; ./ext/session/tests/session_set_save_handler_variation2.phpt; ./ext/session/tests/bug71162.phpt; ./ext/session/tests/session_set_save_handler_class_004.phpt; ./ext/session/tests/session_set_save_handler_class_017.phpt; ./ext/session/tests/session_set_save_handler_class_010.phpt; ./ext/session/tests/session_module_name_variation3.phpt; ./ext/session/tests/session_set_save_handler_iface_001.phpt; ./ext/session/tests/bug63379_nodestroy.phpt; ./ext/session/tests/session_module_name_variation2.phpt; ./ext/session/tests/bug70133.phpt; ./ext/session/tests/session_set_save_handler_class_005.phpt; ./ext/session/tests/session_set_save_handler_class_006.phpt; ./ext/session/tests/025.phpt; ./ext/session/tests/session_set_save_handler_class_016.phpt; ./ext/session/tests/session_set_save_handler_variation6.phpt; ./ext/session/tests/024.phpt; ./ext/session/tests/session_set_save_handler_sid_001.phpt; ./ext/session/tests/bug69111.phpt; ./ext/session/tests/session_set_save_handler_error3.phpt; ./ext/session/tests/session_set_save_handler_closures.phpt; ./ext/session/tests/session_set_save_handler_variation5.phpt; ./ext/session/tests/session_set_save_handler_class_011.phpt; ./ext/session/tests/session_set_save_handler_sid_002.phpt; |
session | Function | session_cache_limiter | yes | click to show/hide test files ./ext/session/tests/session_cache_limiter_basic.phpt; ./ext/session/tests/session_cache_limiter_variation1.phpt; ./ext/session/tests/session_cache_limiter_variation3.phpt; ./ext/session/tests/bug74936.phpt; ./ext/session/tests/bug74514.phpt; ./ext/session/tests/session_cache_limiter_variation2.phpt; |
session | Function | session_cache_expire | yes | click to show/hide test files ./ext/session/tests/session_cache_expire_variation1.phpt; ./ext/session/tests/session_cache_expire_variation3.phpt; ./ext/session/tests/bug74936.phpt; ./ext/session/tests/session_cache_expire_basic.phpt; ./ext/session/tests/bug74514.phpt; ./ext/session/tests/session_cache_expire_variation2.phpt; |
session | Function | session_set_cookie_params | yes | click to show/hide test files ./ext/session/tests/session_set_cookie_params_variation6.phpt; ./ext/session/tests/session_set_cookie_params_variation7.phpt; ./ext/session/tests/session_set_cookie_params_variation2.phpt; ./ext/session/tests/session_set_cookie_params_variation4.phpt; ./ext/session/tests/session_set_cookie_params_basic.phpt; ./ext/session/tests/session_set_cookie_params_variation5.phpt; ./ext/session/tests/session_set_cookie_params_variation3.phpt; ./ext/session/tests/session_get_cookie_params_basic.phpt; ./ext/session/tests/session_set_cookie_params_variation1.phpt; |
session | Function | session_get_cookie_params | yes | click to show/hide test files ./ext/session/tests/session_get_cookie_params_variation1.phpt; ./ext/session/tests/session_get_cookie_params_basic.phpt; |
session | Function | session_write_close | yes | click to show/hide test files ./ext/session/tests/session_set_save_handler_class_002.phpt; ./ext/session/tests/session_start_variation3.phpt; ./ext/session/tests/session_write_close_variation2.phpt; ./ext/session/tests/bug60634_error_5.phpt; ./ext/session/tests/session_encode_variation1.phpt; ./ext/session/tests/bug60634_error_1.phpt; ./ext/session/tests/session_set_save_handler_class_007.phpt; ./ext/session/tests/bug42596.phpt; ./ext/session/tests/026.phpt; ./ext/session/tests/session_set_save_handler_class_001.phpt; ./ext/session/tests/bug67694.phpt; ./ext/session/tests/session_encode_serialize.phpt; ./ext/session/tests/005.phpt; ./ext/session/tests/bug60634.phpt; ./ext/session/tests/session_set_save_handler_error2.phpt; ./ext/session/tests/session_start_variation6.phpt; ./ext/session/tests/bug63379.phpt; ./ext/session/tests/004.phpt; ./ext/session/tests/016.phpt; ./ext/session/tests/bug60634_error_2.phpt; ./ext/session/tests/session_set_save_handler_iface_003.phpt; ./ext/session/tests/bug32330.phpt; ./ext/session/tests/bug78624.phpt; ./ext/session/tests/session_module_name_variation4.phpt; ./ext/session/tests/session_basic2.phpt; ./ext/session/tests/session_write_close_basic.phpt; ./ext/session/tests/session_set_save_handler_class_003.phpt; ./ext/session/tests/session_basic1.phpt; ./ext/session/tests/session_set_save_handler_class_008.phpt; ./ext/session/tests/session_set_save_handler_class_018.phpt; ./ext/session/tests/bug65475.phpt; ./ext/session/tests/session_set_save_handler_basic.phpt; ./ext/session/tests/012.phpt; ./ext/session/tests/session_set_save_handler_variation4.phpt; ./ext/session/tests/session_write_close_variation1.phpt; ./ext/session/tests/session_set_save_handler_class_004.phpt; ./ext/session/tests/session_start_variation5.phpt; ./ext/session/tests/session_set_save_handler_class_017.phpt; ./ext/session/tests/session_set_save_handler_class_010.phpt; ./ext/session/tests/027.phpt; ./ext/session/tests/session_set_save_handler_iface_001.phpt; ./ext/session/tests/bug63379_nodestroy.phpt; ./ext/session/tests/session_set_save_handler_class_005.phpt; ./ext/session/tests/025.phpt; ./ext/session/tests/session_set_save_handler_class_016.phpt; ./ext/session/tests/session_set_save_handler_variation6.phpt; ./ext/session/tests/024.phpt; ./ext/session/tests/session_set_save_handler_sid_001.phpt; ./ext/session/tests/session_write_close_variation3.phpt; ./ext/session/tests/session_set_save_handler_closures.phpt; ./ext/session/tests/009.phpt; ./ext/session/tests/019.phpt; ./ext/session/tests/006.phpt; ./ext/session/tests/session_write_close_variation4.phpt; ./ext/session/tests/session_set_save_handler_variation5.phpt; ./ext/session/tests/bug72681.phpt; ./ext/session/tests/session_set_save_handler_sid_002.phpt; |
session | Function | session_commit | yes | click to show/hide test files ./ext/session/tests/session_basic4.phpt; ./ext/session/tests/session_id_basic2.phpt; ./ext/session/tests/session_commit_variation4.phpt; ./ext/session/tests/session_reset_basic.phpt; ./ext/session/tests/session_commit_variation5.phpt; ./ext/session/tests/session_basic5.phpt; ./ext/session/tests/session_basic2.phpt; ./ext/session/tests/session_basic3.phpt; ./ext/session/tests/session_commit_variation1.phpt; ./ext/session/tests/session_basic1.phpt; ./ext/session/tests/session_commit_basic.phpt; ./ext/session/tests/session_commit_variation2.phpt; ./ext/session/tests/bug71162.phpt; ./ext/session/tests/bug70133.phpt; ./ext/session/tests/session_commit_variation3.phpt; ./ext/session/tests/session_abort_basic.phpt; ./ext/session/tests/session_set_save_handler_variation5.phpt; ./ext/standard/tests/general_functions/output_add_rewrite_var_basic4.phpt; ./ext/standard/tests/general_functions/output_add_rewrite_var_basic1.phpt; ./ext/standard/tests/general_functions/output_add_rewrite_var_basic3.phpt; ./ext/standard/tests/general_functions/output_add_rewrite_var_basic2.phpt; |
shmop | Function | shmop_open | yes | click to show/hide test files ./ext/shmop/tests/002.phpt; ./ext/shmop/tests/001.phpt; ./ext/shmop/tests/shmop_open_private.phpt; |
shmop | Function | shmop_read | yes | click to show/hide test files ./ext/shmop/tests/002.phpt; ./ext/shmop/tests/001.phpt; ./ext/shmop/tests/shmop_open_private.phpt; |
shmop | Function | shmop_close | no | |
shmop | Function | shmop_size | yes | click to show/hide test files ./ext/shmop/tests/001.phpt; |
shmop | Function | shmop_write | yes | click to show/hide test files ./ext/shmop/tests/002.phpt; ./ext/shmop/tests/001.phpt; ./ext/shmop/tests/shmop_open_private.phpt; |
shmop | Function | shmop_delete | yes | click to show/hide test files ./ext/shmop/tests/002.phpt; ./ext/shmop/tests/001.phpt; |
SimpleXML | Function | simplexml_load_file | yes | click to show/hide test files ./ext/libxml/tests/bug54440.phpt; ./ext/simplexml/tests/001.phpt; ./ext/simplexml/tests/bug24392.phpt; ./ext/simplexml/tests/001-mb.phpt; ./ext/simplexml/tests/000.phpt; ./ext/simplexml/tests/SimpleXMLElement_addAttribute_basic.phpt; ./ext/simplexml/tests/simplexml_load_file.phpt; ./ext/dom/tests/dom_import_simplexml.phpt; |
SimpleXML | Function | simplexml_load_string | yes | click to show/hide test files ./ext/xsl/tests/bug70535.phpt; ./ext/spl/tests/iterator_006.phpt; ./ext/soap/tests/typemap001.phpt; ./ext/soap/tests/typemap003.phpt; ./ext/soap/tests/typemap007.phpt; ./ext/soap/tests/typemap005.phpt; ./ext/soap/tests/bugs/bug30045.phpt; ./ext/oci8/tests/xmltype_02.phpt; ./ext/oci8/tests/xmltype_01.phpt; ./ext/libxml/tests/002.phpt; ./ext/libxml/tests/libxml_entity_loading_disabled_by_default.phpt; ./ext/libxml/tests/003.phpt; ./ext/simplexml/tests/021.phpt; ./ext/simplexml/tests/sxe_001.phpt; ./ext/simplexml/tests/008.phpt; ./ext/simplexml/tests/014a.phpt; ./ext/simplexml/tests/bug54973.phpt; ./ext/simplexml/tests/020.phpt; ./ext/simplexml/tests/bug39760.phpt; ./ext/simplexml/tests/bug39662.phpt; ./ext/simplexml/tests/profile11.phpt; ./ext/simplexml/tests/026.phpt; ./ext/simplexml/tests/017.phpt; ./ext/simplexml/tests/bug38347.phpt; ./ext/simplexml/tests/005.phpt; ./ext/simplexml/tests/profile09.phpt; ./ext/simplexml/tests/002.phpt; ./ext/simplexml/tests/bug67116.phpt; ./ext/simplexml/tests/bug75245.phpt; ./ext/simplexml/tests/bug67572.phpt; ./ext/simplexml/tests/SimpleXMLElement_xpath.phpt; ./ext/simplexml/tests/004.phpt; ./ext/simplexml/tests/016.phpt; ./ext/simplexml/tests/030.phpt; ./ext/simplexml/tests/profile08.phpt; ./ext/simplexml/tests/profile01.phpt; ./ext/simplexml/tests/011.phpt; ./ext/simplexml/tests/bug37076.phpt; ./ext/simplexml/tests/bug41861.phpt; ./ext/simplexml/tests/013.phpt; ./ext/simplexml/tests/profile06.phpt; ./ext/simplexml/tests/profile07.phpt; ./ext/simplexml/tests/bug26976.phpt; ./ext/simplexml/tests/028.phpt; ./ext/simplexml/tests/034.phpt; ./ext/simplexml/tests/023.phpt; ./ext/simplexml/tests/007.phpt; ./ext/simplexml/tests/sxe_003.phpt; ./ext/simplexml/tests/018.phpt; ./ext/simplexml/tests/032.phpt; ./ext/simplexml/tests/profile03.phpt; ./ext/simplexml/tests/014b.phpt; ./ext/simplexml/tests/bug37076_1.phpt; ./ext/simplexml/tests/profile13.phpt; ./ext/simplexml/tests/bug45553.phpt; ./ext/simplexml/tests/033.phpt; ./ext/simplexml/tests/bug46048.phpt; ./ext/simplexml/tests/bug72588.phpt; ./ext/simplexml/tests/bug66084_1.phpt; ./ext/simplexml/tests/bug69491.phpt; ./ext/simplexml/tests/bug43221.phpt; ./ext/simplexml/tests/bug61335.phpt; ./ext/simplexml/tests/012.phpt; ./ext/simplexml/tests/sxe_002.phpt; ./ext/simplexml/tests/bug69169.phpt; ./ext/simplexml/tests/031.phpt; ./ext/simplexml/tests/profile02.phpt; ./ext/simplexml/tests/SimpleXMLElement_xpath_4.phpt; ./ext/simplexml/tests/bug42369.phpt; ./ext/simplexml/tests/profile04.phpt; ./ext/simplexml/tests/bug41867.phpt; ./ext/simplexml/tests/003.phpt; ./ext/simplexml/tests/010.phpt; ./ext/simplexml/tests/027.phpt; ./ext/simplexml/tests/bug38354.phpt; ./ext/simplexml/tests/bug38424.phpt; ./ext/simplexml/tests/009b.phpt; ./ext/simplexml/tests/bug36611.phpt; ./ext/simplexml/tests/bug53033.phpt; ./ext/simplexml/tests/bug35785.phpt; ./ext/simplexml/tests/015.phpt; ./ext/simplexml/tests/025.phpt; ./ext/simplexml/tests/038.phpt; ./ext/simplexml/tests/foreach_by_reference.phpt; ./ext/simplexml/tests/024.phpt; ./ext/simplexml/tests/profile12.phpt; ./ext/simplexml/tests/profile05.phpt; ./ext/simplexml/tests/bug46003.phpt; ./ext/simplexml/tests/029.phpt; ./ext/simplexml/tests/bug40451.phpt; ./ext/simplexml/tests/035.phpt; ./ext/simplexml/tests/bug48601.phpt; ./ext/simplexml/tests/009.phpt; ./ext/simplexml/tests/016a.phpt; ./ext/simplexml/tests/019.phpt; ./ext/simplexml/tests/006.phpt; ./ext/simplexml/tests/bug27010.phpt; ./ext/simplexml/tests/022.phpt; ./ext/simplexml/tests/profile10.phpt; ./ext/simplexml/tests/bug41947.phpt; ./ext/simplexml/tests/014.phpt; ./ext/simplexml/tests/bug66084_0.phpt; ./Zend/tests/bug79919.phpt; ./Zend/tests/bug34199.phpt; |
SimpleXML | Function | simplexml_import_dom | yes | click to show/hide test files ./ext/simplexml/tests/bug51615.phpt; ./ext/simplexml/tests/simplexml_import_dom.phpt; |
sockets | Function | socket_select | yes | click to show/hide test files ./ext/sockets/tests/socket_select_error.phpt; ./ext/sockets/tests/socket_select-wrongparams-1.phpt; ./ext/sockets/tests/socket_select-wrongparams-1-win32.phpt; ./ext/sockets/tests/socket_select-wrongparams-4.phpt; ./ext/sockets/tests/socket_select-wrongparams-2.phpt; ./ext/sockets/tests/socket_select.phpt; |
sockets | Function | socket_create | yes | click to show/hide test files ./ext/sockets/tests/ipv4loop.phpt; ./ext/sockets/tests/socket_export_stream-4.phpt; ./ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp.phpt; ./ext/sockets/tests/wsaprotocol_info_0.phpt; ./ext/sockets/tests/socket_bind.phpt; ./ext/sockets/tests/bug76839.phpt; ./ext/sockets/tests/socket_import_stream-2.phpt; ./ext/sockets/tests/unixloop.phpt; ./ext/sockets/tests/socket_set_option_sndtimeo.phpt; ./ext/sockets/tests/socket_sendrecvmsg_multi_msg-unix.phpt; ./ext/sockets/tests/bug63000.phpt; ./ext/sockets/tests/bug80723.phpt; ./ext/sockets/tests/socket_sendrecvmsg_error.phpt; ./ext/sockets/tests/socket_accept_failure.phpt; ./ext/sockets/tests/mcast_ipv6_send.phpt; ./ext/sockets/tests/socket_set_option_seolinger.phpt; ./ext/sockets/tests/mcast_ipv4_send_error.phpt; ./ext/sockets/tests/socket_cmsg_rights.phpt; ./ext/sockets/tests/socket_listen-wrongparams.phpt; ./ext/sockets/tests/socket_shutdown.phpt; ./ext/sockets/tests/socket_export_stream-4-win.phpt; ./ext/sockets/tests/socket_set_option_error_socket_option.phpt; ./ext/sockets/tests/socket_clear_error-win32.phpt; ./ext/sockets/tests/mcast_ipv6_recv_limited.phpt; ./ext/sockets/tests/bug51958.phpt; ./ext/sockets/tests/socket_getopt.phpt; ./ext/sockets/tests/ipv6loop.phpt; ./ext/sockets/tests/socket_import_stream-3.phpt; ./ext/sockets/tests/socket_getsockname.phpt; ./ext/sockets/tests/socket_setopt_basic.phpt; ./ext/sockets/tests/socket_shutdown-win32.phpt; ./ext/sockets/tests/socket_abstract_path_sendmsg.phpt; ./ext/sockets/tests/socket_export_stream-3.phpt; ./ext/sockets/tests/socket_sendrecvmsg_multi_msg.phpt; ./ext/sockets/tests/socket_getpeername_ipv6loop.phpt; ./ext/sockets/tests/socket_set_option_rcvtimeo.phpt; ./ext/sockets/tests/socket_sentto_recvfrom_ipv4_udp.phpt; ./ext/sockets/tests/mcast_ipv4_recv.phpt; ./ext/sockets/tests/socket_recvmsg.phpt; ./ext/sockets/tests/socket_export_stream-5.phpt; ./ext/sockets/tests/socket_export_stream-2.phpt; ./ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp-win32.phpt; ./ext/sockets/tests/socket_send.phpt; ./ext/sockets/tests/socket_set_option_in6_pktinfo.phpt; ./ext/sockets/tests/socket_clear_error.phpt; ./ext/sockets/tests/socket_getpeername_ipv4loop.phpt; ./ext/sockets/tests/socket_sentto_recvfrom_unix.phpt; ./ext/sockets/tests/mcast_ipv4_send.phpt; ./ext/sockets/tests/socket_abstract_path.phpt; ./ext/sockets/tests/socket_cmsg_credentials.phpt; ./ext/sockets/tests/socket_getpeername.phpt; ./ext/sockets/tests/socket_set_option_bindtodevice.phpt; ./ext/sockets/tests/mcast_ipv6_recv.phpt; |
sockets | Function | socket_create_listen | yes | click to show/hide test files ./ext/sockets/tests/socket_send_params.phpt; ./ext/sockets/tests/socket_set_nonblock.phpt; ./ext/sockets/tests/socket_create_listen_used.phpt; ./ext/sockets/tests/socket_set_nonblock-retval.phpt; ./ext/sockets/tests/socket_sendto_params.phpt; ./ext/sockets/tests/socket_connect_params.phpt; ./ext/sockets/tests/socket_create_listen-nobind.phpt; ./ext/sockets/tests/socket_create_listen.phpt; ./ext/sockets/tests/socket_create_listen-win32.phpt; ./ext/sockets/tests/socket_read_params.phpt; ./ext/sockets/tests/socket_set_block-retval.phpt; |
sockets | Function | socket_create_pair | yes | click to show/hide test files ./ext/sockets/tests/socket_export_stream-1.phpt; ./ext/sockets/tests/socket_select-wrongparams-1.phpt; ./ext/sockets/tests/socket_create_pair-wrongparams.phpt; ./ext/sockets/tests/socket_create_pair-wrongparams-win32.phpt; ./ext/sockets/tests/socket_create_pair.phpt; ./ext/sockets/tests/socket_select-wrongparams-1-win32.phpt; ./ext/sockets/tests/socket_select-wrongparams-4.phpt; ./ext/sockets/tests/socket_select.phpt; |
sockets | Function | socket_accept | yes | click to show/hide test files ./ext/sockets/tests/ipv4loop.phpt; ./ext/sockets/tests/unixloop.phpt; ./ext/sockets/tests/socket_accept_failure.phpt; ./ext/sockets/tests/bug51958.phpt; ./ext/sockets/tests/ipv6loop.phpt; ./ext/sockets/tests/socket_getpeername_ipv6loop.phpt; ./ext/sockets/tests/socket_getpeername_ipv4loop.phpt; ./ext/sockets/tests/socket_abstract_path.phpt; |
sockets | Function | socket_set_nonblock | yes | click to show/hide test files ./ext/sockets/tests/socket_sendrecvmsg_multi_msg-unix.phpt; ./ext/sockets/tests/socket_set_nonblock.phpt; ./ext/sockets/tests/socket_set_nonblock-retval.phpt; ./ext/sockets/tests/socket_cmsg_rights.phpt; ./ext/sockets/tests/bug51958.phpt; ./ext/sockets/tests/socket_abstract_path_sendmsg.phpt; ./ext/sockets/tests/socket_sendrecvmsg_multi_msg.phpt; ./ext/sockets/tests/socket_recvmsg.phpt; ./ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp-win32.phpt; ./ext/sockets/tests/socket_sentto_recvfrom_unix.phpt; ./ext/sockets/tests/socket_abstract_path.phpt; ./ext/sockets/tests/socket_cmsg_credentials.phpt; |
sockets | Function | socket_set_block | yes | click to show/hide test files ./ext/sockets/tests/socket_export_stream-4.phpt; ./ext/sockets/tests/socket_import_stream-4-win.phpt; ./ext/sockets/tests/socket_set_option_sndtimeo.phpt; ./ext/sockets/tests/socket_export_stream-4-win.phpt; ./ext/sockets/tests/socket_setopt_basic.phpt; ./ext/sockets/tests/socket_set_option_rcvtimeo.phpt; ./ext/sockets/tests/socket_import_stream-4.phpt; ./ext/sockets/tests/socket_set_block-retval.phpt; |
sockets | Function | socket_listen | yes | click to show/hide test files ./ext/sockets/tests/ipv4loop.phpt; ./ext/sockets/tests/wsaprotocol_info_0.phpt; ./ext/sockets/tests/unixloop.phpt; ./ext/sockets/tests/socket_listen-wrongparams.phpt; ./ext/sockets/tests/bug51958.phpt; ./ext/sockets/tests/ipv6loop.phpt; ./ext/sockets/tests/socket_getpeername_ipv6loop.phpt; ./ext/sockets/tests/socket_getpeername_ipv4loop.phpt; ./ext/sockets/tests/socket_abstract_path.phpt; |
sockets | Function | socket_close | yes | click to show/hide test files ./ext/sockets/tests/ipv4loop.phpt; ./ext/sockets/tests/socket_export_stream-1.phpt; ./ext/sockets/tests/socket_export_stream-4.phpt; ./ext/sockets/tests/socket_import_stream-4-win.phpt; ./ext/sockets/tests/wsaprotocol_info_0.phpt; ./ext/sockets/tests/socket_bind.phpt; ./ext/sockets/tests/bug76839.phpt; ./ext/sockets/tests/unixloop.phpt; ./ext/sockets/tests/socket_set_option_sndtimeo.phpt; ./ext/sockets/tests/socket_send_params.phpt; ./ext/sockets/tests/socket_set_option_seolinger.phpt; ./ext/sockets/tests/socket_set_nonblock.phpt; ./ext/sockets/tests/socket_create_listen_used.phpt; ./ext/sockets/tests/socket_set_nonblock-retval.phpt; ./ext/sockets/tests/socket_sendto_params.phpt; ./ext/sockets/tests/socket_shutdown.phpt; ./ext/sockets/tests/socket_export_stream-4-win.phpt; ./ext/sockets/tests/socket_set_option_error_socket_option.phpt; ./ext/sockets/tests/socket_clear_error-win32.phpt; ./ext/sockets/tests/socket_getopt.phpt; ./ext/sockets/tests/socket_import_stream-1.phpt; ./ext/sockets/tests/ipv6loop.phpt; ./ext/sockets/tests/socket_getsockname.phpt; ./ext/sockets/tests/socket_setopt_basic.phpt; ./ext/sockets/tests/socket_connect_params.phpt; ./ext/sockets/tests/socket_shutdown-win32.phpt; ./ext/sockets/tests/socket_getpeername_ipv6loop.phpt; ./ext/sockets/tests/socket_set_option_rcvtimeo.phpt; ./ext/sockets/tests/socket_export_stream-2.phpt; ./ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp-win32.phpt; ./ext/sockets/tests/socket_send.phpt; ./ext/sockets/tests/socket_clear_error.phpt; ./ext/sockets/tests/socket_getpeername_ipv4loop.phpt; ./ext/sockets/tests/socket_sentto_recvfrom_unix.phpt; ./ext/sockets/tests/socket_import_stream-4.phpt; ./ext/sockets/tests/socket_getpeername.phpt; ./ext/sockets/tests/socket_read_params.phpt; ./ext/sockets/tests/socket_set_block-retval.phpt; ./ext/sockets/tests/socket_set_option_bindtodevice.phpt; |
sockets | Function | socket_write | yes | click to show/hide test files ./ext/sockets/tests/ipv4loop.phpt; ./ext/sockets/tests/socket_export_stream-1.phpt; ./ext/sockets/tests/socket_bind.phpt; ./ext/sockets/tests/unixloop.phpt; ./ext/sockets/tests/socket_import_stream-1.phpt; ./ext/sockets/tests/ipv6loop.phpt; |
sockets | Function | socket_read | yes | click to show/hide test files ./ext/sockets/tests/ipv4loop.phpt; ./ext/sockets/tests/unixloop.phpt; ./ext/sockets/tests/mcast_ipv6_recv_limited.phpt; ./ext/sockets/tests/ipv6loop.phpt; ./ext/sockets/tests/mcast_ipv4_recv.phpt; ./ext/sockets/tests/socket_read_params.phpt; ./ext/sockets/tests/mcast_ipv6_recv.phpt; |
sockets | Function | socket_getsockname | yes | click to show/hide test files ./ext/sockets/tests/ipv4loop.phpt; ./ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp.phpt; ./ext/sockets/tests/socket_create_listen_used.phpt; ./ext/sockets/tests/socket_getsockname.phpt; ./ext/sockets/tests/socket_connect_params.phpt; ./ext/sockets/tests/socket_sentto_recvfrom_ipv4_udp.phpt; ./ext/sockets/tests/mcast_ipv4_recv.phpt; ./ext/sockets/tests/socket_create_listen.phpt; ./ext/sockets/tests/socket_create_listen-win32.phpt; ./ext/sockets/tests/mcast_ipv6_recv.phpt; |
sockets | Function | socket_getpeername | yes | click to show/hide test files ./ext/sockets/tests/socket_getpeername_ipv6loop.phpt; ./ext/sockets/tests/socket_getpeername_ipv4loop.phpt; ./ext/sockets/tests/socket_getpeername.phpt; |
sockets | Function | socket_connect | yes | click to show/hide test files ./ext/sockets/tests/ipv4loop.phpt; ./ext/sockets/tests/socket_bind.phpt; ./ext/sockets/tests/unixloop.phpt; ./ext/sockets/tests/socket_shutdown.phpt; ./ext/sockets/tests/socket_clear_error-win32.phpt; ./ext/sockets/tests/ipv6loop.phpt; ./ext/sockets/tests/socket_connect_params.phpt; ./ext/sockets/tests/socket_shutdown-win32.phpt; ./ext/sockets/tests/socket_getpeername_ipv6loop.phpt; ./ext/sockets/tests/socket_send.phpt; ./ext/sockets/tests/socket_clear_error.phpt; ./ext/sockets/tests/socket_getpeername_ipv4loop.phpt; ./ext/sockets/tests/socket_abstract_path.phpt; |
sockets | Function | socket_strerror | yes | click to show/hide test files ./ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp.phpt; ./ext/sockets/tests/wsaprotocol_info_0.phpt; ./ext/sockets/tests/socket_sentto_recvfrom_ipv4_udp.phpt; ./ext/sockets/tests/socket_strerror.phpt; |
sockets | Function | socket_bind | yes | click to show/hide test files ./ext/sockets/tests/ipv4loop.phpt; ./ext/sockets/tests/socket_export_stream-4.phpt; ./ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp.phpt; ./ext/sockets/tests/wsaprotocol_info_0.phpt; ./ext/sockets/tests/socket_bind.phpt; ./ext/sockets/tests/bug76839.phpt; ./ext/sockets/tests/unixloop.phpt; ./ext/sockets/tests/socket_sendrecvmsg_multi_msg-unix.phpt; ./ext/sockets/tests/bug63000.phpt; ./ext/sockets/tests/socket_cmsg_rights.phpt; ./ext/sockets/tests/socket_export_stream-4-win.phpt; ./ext/sockets/tests/mcast_ipv6_recv_limited.phpt; ./ext/sockets/tests/bug51958.phpt; ./ext/sockets/tests/ipv6loop.phpt; ./ext/sockets/tests/socket_import_stream-3.phpt; ./ext/sockets/tests/socket_getsockname.phpt; ./ext/sockets/tests/socket_abstract_path_sendmsg.phpt; ./ext/sockets/tests/socket_export_stream-3.phpt; ./ext/sockets/tests/socket_sendrecvmsg_multi_msg.phpt; ./ext/sockets/tests/socket_getpeername_ipv6loop.phpt; ./ext/sockets/tests/socket_sentto_recvfrom_ipv4_udp.phpt; ./ext/sockets/tests/mcast_ipv4_recv.phpt; ./ext/sockets/tests/socket_recvmsg.phpt; ./ext/sockets/tests/socket_export_stream-5.phpt; ./ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp-win32.phpt; ./ext/sockets/tests/socket_getpeername_ipv4loop.phpt; ./ext/sockets/tests/socket_sentto_recvfrom_unix.phpt; ./ext/sockets/tests/socket_abstract_path.phpt; ./ext/sockets/tests/socket_cmsg_credentials.phpt; ./ext/sockets/tests/socket_getpeername.phpt; ./ext/sockets/tests/mcast_ipv6_recv.phpt; |
sockets | Function | socket_recv | yes | click to show/hide test files ./ext/sockets/tests/socket_abstract_path_sendmsg.phpt; ./ext/sockets/tests/socket_abstract_path.phpt; |
sockets | Function | socket_send | yes | click to show/hide test files ./ext/sockets/tests/socket_send_params.phpt; ./ext/sockets/tests/socket_send.phpt; |
sockets | Function | socket_recvfrom | yes | click to show/hide test files ./ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp.phpt; ./ext/sockets/tests/bug76839.phpt; ./ext/sockets/tests/mcast_ipv6_recv_limited.phpt; ./ext/sockets/tests/socket_sentto_recvfrom_ipv4_udp.phpt; ./ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp-win32.phpt; ./ext/sockets/tests/socket_sentto_recvfrom_unix.phpt; ./ext/sockets/tests/mcast_ipv6_recv.phpt; |
sockets | Function | socket_sendto | yes | click to show/hide test files ./ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp.phpt; ./ext/sockets/tests/bug76839.phpt; ./ext/sockets/tests/socket_sendto_params.phpt; ./ext/sockets/tests/mcast_ipv6_recv_limited.phpt; ./ext/sockets/tests/socket_import_stream-3.phpt; ./ext/sockets/tests/socket_export_stream-3.phpt; ./ext/sockets/tests/socket_sentto_recvfrom_ipv4_udp.phpt; ./ext/sockets/tests/mcast_ipv4_recv.phpt; ./ext/sockets/tests/socket_recvmsg.phpt; ./ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp-win32.phpt; ./ext/sockets/tests/socket_sentto_recvfrom_unix.phpt; ./ext/sockets/tests/socket_cmsg_credentials.phpt; ./ext/sockets/tests/mcast_ipv6_recv.phpt; |
sockets | Function | socket_get_option | yes | click to show/hide test files ./ext/sockets/tests/socket_export_stream-4.phpt; ./ext/sockets/tests/socket_import_stream-4-win.phpt; ./ext/sockets/tests/socket_set_option_sndtimeo.phpt; ./ext/sockets/tests/mcast_ipv6_send.phpt; ./ext/sockets/tests/socket_set_option_seolinger.phpt; ./ext/sockets/tests/mcast_ipv4_send_error.phpt; ./ext/sockets/tests/socket_export_stream-4-win.phpt; ./ext/sockets/tests/socket_set_option_rcvtimeo.phpt; ./ext/sockets/tests/mcast_ipv4_send.phpt; ./ext/sockets/tests/socket_import_stream-4.phpt; ./ext/standard/tests/streams/stream_context_tcp_nodelay_fopen.phpt; ./ext/standard/tests/streams/stream_context_tcp_nodelay.phpt; |
sockets | Function | socket_set_option | yes | click to show/hide test files ./ext/sockets/tests/socket_set_option_sndtimeo.phpt; ./ext/sockets/tests/socket_sendrecvmsg_multi_msg-unix.phpt; ./ext/sockets/tests/bug63000.phpt; ./ext/sockets/tests/mcast_ipv6_send.phpt; ./ext/sockets/tests/socket_set_option_seolinger.phpt; ./ext/sockets/tests/mcast_ipv4_send_error.phpt; ./ext/sockets/tests/socket_set_option_error_socket_option.phpt; ./ext/sockets/tests/mcast_ipv6_recv_limited.phpt; ./ext/sockets/tests/socket_getopt.phpt; ./ext/sockets/tests/socket_import_stream-3.phpt; ./ext/sockets/tests/socket_export_stream-3.phpt; ./ext/sockets/tests/socket_sendrecvmsg_multi_msg.phpt; ./ext/sockets/tests/socket_set_option_rcvtimeo.phpt; ./ext/sockets/tests/mcast_ipv4_recv.phpt; ./ext/sockets/tests/socket_recvmsg.phpt; ./ext/sockets/tests/socket_set_option_in6_pktinfo.phpt; ./ext/sockets/tests/mcast_ipv4_send.phpt; ./ext/sockets/tests/socket_cmsg_credentials.phpt; ./ext/sockets/tests/socket_set_option_bindtodevice.phpt; ./ext/sockets/tests/mcast_ipv6_recv.phpt; |
sockets | Function | socket_shutdown | yes | click to show/hide test files ./ext/sockets/tests/socket_shutdown.phpt; ./ext/sockets/tests/socket_shutdown-win32.phpt; |
sockets | Function | socket_last_error | yes | click to show/hide test files ./ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp.phpt; ./ext/sockets/tests/wsaprotocol_info_0.phpt; ./ext/sockets/tests/socket_clear_error-win32.phpt; ./ext/sockets/tests/bug51958.phpt; ./ext/sockets/tests/socket_sentto_recvfrom_ipv4_udp.phpt; ./ext/sockets/tests/socket_clear_error.phpt; |
sockets | Function | socket_clear_error | yes | click to show/hide test files ./ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp.phpt; ./ext/sockets/tests/socket_clear_error-win32.phpt; ./ext/sockets/tests/socket_sentto_recvfrom_ipv4_udp.phpt; ./ext/sockets/tests/socket_clear_error.phpt; |
sockets | Function | socket_getopt | yes | click to show/hide test files ./ext/sockets/tests/socket_getopt.phpt; ./ext/sockets/tests/socket_setopt_basic.phpt; |
sockets | Function | socket_setopt | yes | click to show/hide test files ./ext/sockets/tests/socket_setopt_basic.phpt; |
standard | Function | constant | yes | click to show/hide test files ./ext/opcache/tests/bug66440.phpt; ./ext/opcache/tests/bug73789.phpt; ./ext/gd/tests/imagefilter.phpt; ./ext/standard/tests/file/userstreams_004.phpt; ./ext/standard/tests/math/constants.phpt; ./ext/standard/tests/general_functions/bug72920.phpt; ./ext/date/tests/strtotime2.phpt; ./ext/hash/tests/mhash_003.phpt; ./ext/hash/tests/mhash_001.phpt; ./ext/curl/tests/bug54798-unix.phpt; ./ext/curl/tests/bug48203_multi.phpt; ./ext/curl/tests/bug54798.phpt; ./ext/mysqli/tests/mysqli_options.phpt; ./Zend/tests/bug47593.phpt; ./Zend/tests/ns_047.phpt; ./Zend/tests/008.phpt; ./Zend/tests/ns_048.phpt; ./Zend/tests/ns_049.phpt; ./Zend/tests/lsb_014.phpt; ./Zend/tests/bug69315.phpt; ./Zend/tests/const_deprecation.phpt; ./Zend/tests/018.phpt; ./Zend/tests/bug53305.phpt; ./Zend/tests/class_constants_004.phpt; ./Zend/tests/bug51791.phpt; ./Zend/tests/parameter_default_values/userland_declaration_error_class_const.phpt; ./Zend/tests/parameter_default_values/userland_declaration_error_const.phpt; ./Zend/tests/constants_003.phpt; ./Zend/tests/constants_001.phpt; ./Zend/tests/ns_046.phpt; ./Zend/tests/bug42798.phpt; ./tests/classes/constants_visibility_003.phpt; ./tests/classes/constants_visibility_002.phpt; ./tests/lang/bug44827.phpt; |
standard | Function | bin2hex | yes | click to show/hide test files ./ext/openssl/tests/openssl_pbkdf2_basic.phpt; ./ext/openssl/tests/openssl_pkey_new_basic.phpt; ./ext/openssl/tests/openssl_x509_fingerprint_basic.phpt; ./ext/openssl/tests/openssl_pkey_derive-dh.phpt; ./ext/openssl/tests/openssl_pkey_derive-ecdh.phpt; ./ext/openssl/tests/openssl_random_pseudo_bytes_basic.phpt; ./ext/openssl/tests/bug55259.phpt; ./ext/openssl/tests/bug72362.phpt; ./ext/iconv/tests/iconv_stream_filter_delimiter.phpt; ./ext/iconv/tests/iconv_stream_filter.phpt; ./ext/iconv/tests/iconv_basic.phpt; ./ext/iconv/tests/iconv_substr_basic.phpt; ./ext/snmp/tests/snmp_getvalue.phpt; ./ext/calendar/tests/jdtojewish_hebrew.phpt; ./ext/zlib/tests/gzencode_basic1.phpt; ./ext/zlib/tests/gzseek_basic2.phpt; ./ext/zlib/tests/gzdeflate_basic1.phpt; ./ext/zlib/tests/gzencode_variation1.phpt; ./ext/zlib/tests/gzencode_variation2-win32.phpt; ./ext/zlib/tests/gzseek_variation4.phpt; ./ext/zlib/tests/gzencode_variation2.phpt; ./ext/zlib/tests/zlib_scheme_copy_variation2.phpt; ./ext/zlib/tests/bug48725_2.phpt; ./ext/zlib/tests/gzseek_variation1.phpt; ./ext/zlib/tests/bug48725.phpt; ./ext/zlib/tests/gzseek_variation5.phpt; ./ext/zlib/tests/deflate_add_buffer_full.phpt; ./ext/zlib/tests/gzcompress_basic1.phpt; ./ext/intl/tests/uconverter_func_basic.phpt; ./ext/intl/tests/collator_get_sort_key_variant7.phpt; ./ext/intl/tests/resourcebundle_individual.phpt; ./ext/intl/tests/uconverter_oop_basic.phpt; ./ext/intl/tests/resourcebundle_iterator.phpt; ./ext/intl/tests/collator_get_sort_key_variant4.phpt; ./ext/intl/tests/collator_get_sort_key_variant5.phpt; ./ext/intl/tests/collator_get_sort_key_variant2.phpt; ./ext/intl/tests/collator_get_sort_key_variant3.phpt; ./ext/intl/tests/resourcebundle_arrayaccess.phpt; ./ext/intl/tests/collator_get_sort_key_variant6.phpt; ./ext/intl/tests/collator_get_sort_key.phpt; ./ext/intl/tests/normalizer_get_raw_decomposition.phpt; ./ext/imap/tests/imap_binary_basic.phpt; ./ext/gmp/tests/gmp_export.phpt; ./ext/pdo_odbc/tests/max_columns.phpt; ./ext/xml/tests/bug32001b.phpt; ./ext/xml/tests/bug32001.phpt; ./ext/mbstring/tests/mb_decode_mimeheader_variation2.phpt; ./ext/mbstring/tests/zend_multibyte-07.phpt; ./ext/mbstring/tests/zend_multibyte-09.phpt; ./ext/mbstring/tests/mb_output_handler_pattern-09.phpt; ./ext/mbstring/tests/zend_multibyte-13.phpt; ./ext/mbstring/tests/mb_decode_mimeheader_basic.phpt; ./ext/mbstring/tests/mb_strrchr_variation6.phpt; ./ext/mbstring/tests/mb_output_handler_pattern-11.phpt; ./ext/mbstring/tests/zend_multibyte-05.phpt; ./ext/mbstring/tests/zend_multibyte-14.phpt; ./ext/mbstring/tests/mb_strrichr_basic.phpt; ./ext/mbstring/tests/mb_strcut_missing_boundary_check.phpt; ./ext/mbstring/tests/mb_strstr_variation6.phpt; ./ext/mbstring/tests/mb_output_handler_pattern-03.phpt; ./ext/mbstring/tests/mb_output_handler_pattern-10.phpt; ./ext/mbstring/tests/zend_multibyte-06.phpt; ./ext/mbstring/tests/zend_multibyte-04.phpt; ./ext/mbstring/tests/mb_strstr_variation5.phpt; ./ext/mbstring/tests/mb_decode_mimeheader_variation3.phpt; ./ext/mbstring/tests/zend_multibyte-03.phpt; ./ext/mbstring/tests/mb_strrchr_basic.phpt; ./ext/mbstring/tests/bug48645.phpt; ./ext/mbstring/tests/pictogram1.phpt; ./ext/mbstring/tests/bug46843.phpt; ./ext/mbstring/tests/casemapping.phpt; ./ext/mbstring/tests/illformed_utf_sequences.phpt; ./ext/mbstring/tests/mb_substitute_character.phpt; ./ext/mbstring/tests/mb_convert_encoding_failed_detection.phpt; ./ext/mbstring/tests/mb_substitute_character_variation2.phpt; ./ext/mbstring/tests/mb_output_handler_pattern-02.phpt; ./ext/mbstring/tests/zend_multibyte-08.phpt; ./ext/mbstring/tests/mb_output_handler_pattern-04.phpt; ./ext/mbstring/tests/mb_output_handler_runtime_ini_alteration-01.phpt; ./ext/mbstring/tests/mb_strrchr_variation5.phpt; ./ext/mbstring/tests/mb_strrichr_variation5.phpt; ./ext/mbstring/tests/mb_convert_encoding_stateful.phpt; ./ext/mbstring/tests/zend_multibyte-02.phpt; ./ext/mbstring/tests/mb_output_handler_pattern-06.phpt; ./ext/mbstring/tests/mb_ereg_replace_basic.phpt; ./ext/mbstring/tests/bug69079.phpt; ./ext/mbstring/tests/mb_substr.phpt; ./ext/mbstring/tests/mb_strstr_basic.phpt; ./ext/mbstring/tests/mb_output_handler_runtime_ini_alteration-02.phpt; ./ext/mbstring/tests/mb_output_handler_pattern-05.phpt; ./ext/mbstring/tests/mb_convert_encoding.phpt; ./ext/mbstring/tests/mb_output_handler_pattern-01.phpt; ./ext/mbstring/tests/mb_substr_variation6.phpt; ./ext/mbstring/tests/bug49528.phpt; ./ext/mbstring/tests/mb_stristr_variation5.phpt; ./ext/mbstring/tests/mb_ereg.phpt; ./ext/mbstring/tests/mb_output_handler_pattern-12.phpt; ./ext/mbstring/tests/mb_stristr_basic.phpt; ./ext/mbstring/tests/mb_output_handler_pattern-08.phpt; ./ext/mbstring/tests/bug79371.phpt; ./ext/mbstring/tests/mb_substr_variation7.phpt; ./ext/mbstring/tests/mb_output_handler_pattern-07.phpt; ./ext/sodium/tests/utils.phpt; ./ext/sodium/tests/crypto_secretbox.phpt; ./ext/sodium/tests/crypto_generichash.phpt; ./ext/sodium/tests/crypto_shorthash.phpt; ./ext/sodium/tests/crypto_hex.phpt; ./ext/pgsql/tests/bug37100_9.phpt; ./ext/pgsql/tests/bug37100.phpt; ./ext/standard/tests/image/getimagesize_variation2.phpt; ./ext/standard/tests/random/random_bytes.phpt; ./ext/standard/tests/url/base64_decode_basic_001.phpt; ./ext/standard/tests/network/inet.phpt; ./ext/standard/tests/file/fseek_variation3.phpt; ./ext/standard/tests/strings/sha1raw.phpt; ./ext/standard/tests/strings/htmlentities-utf.phpt; ./ext/standard/tests/strings/html_entity_decode_html4.phpt; ./ext/standard/tests/strings/stristr_basic.phpt; ./ext/standard/tests/strings/strstr_variation1.phpt; ./ext/standard/tests/strings/bug29119.phpt; ./ext/standard/tests/strings/htmlentities21.phpt; ./ext/standard/tests/strings/strtolower-win32.phpt; ./ext/standard/tests/strings/htmlentities-utf-3.phpt; ./ext/standard/tests/strings/chr_variation1.phpt; ./ext/standard/tests/strings/md5_basic2.phpt; ./ext/standard/tests/strings/sha1_file.phpt; ./ext/standard/tests/strings/bin2hex_basic.phpt; ./ext/standard/tests/strings/quoted_printable_decode_basic.phpt; ./ext/standard/tests/strings/bug23894.phpt; ./ext/standard/tests/strings/htmlspecialchars.phpt; ./ext/standard/tests/strings/stripcslashes_basic.phpt; ./ext/standard/tests/strings/bug49785.phpt; ./ext/standard/tests/strings/htmlspecialchars_decode_variation6.phpt; ./ext/standard/tests/strings/default_charset.phpt; ./ext/standard/tests/strings/htmlentities16.phpt; ./ext/standard/tests/strings/htmlentities-utf-2.phpt; ./ext/standard/tests/strings/strtolower.phpt; ./ext/standard/tests/strings/strval_variation2.phpt; ./ext/standard/tests/strings/sapi_windows_cp_conv.phpt; ./ext/standard/tests/strings/htmlentities09.phpt; ./ext/standard/tests/strings/htmlentities24.phpt; ./ext/standard/tests/strings/count_chars_basic.phpt; ./ext/standard/tests/strings/basename_invalid_path.phpt; ./ext/standard/tests/strings/pack_float.phpt; ./ext/standard/tests/strings/bin2hex_001.phpt; ./ext/standard/tests/strings/strtoupper1.phpt; ./ext/standard/tests/strings/sha1_basic.phpt; ./ext/standard/tests/strings/str_pad_variation2.phpt; ./ext/standard/tests/strings/htmlentities23.phpt; ./ext/standard/tests/strings/hex2bin_basic.phpt; ./ext/standard/tests/strings/bin2hex.phpt; ./ext/standard/tests/strings/bug49687.phpt; ./ext/standard/tests/strings/htmlentities19.phpt; ./ext/standard/tests/strings/strtoupper1-win32.phpt; ./ext/standard/tests/strings/md5raw.phpt; ./ext/standard/tests/strings/strpos_variation1.phpt; ./ext/standard/tests/strings/explode_variation6.phpt; ./ext/standard/tests/strings/str_repeat_variation1.phpt; ./ext/standard/tests/strings/htmlentities20.phpt; ./ext/standard/tests/strings/html_entity_decode_html5.phpt; ./ext/standard/tests/mail/bug80706.phpt; ./ext/standard/tests/mail/bug72964.phpt; ./ext/date/tests/bug65371.phpt; ./ext/hash/tests/mhash_003.phpt; ./ext/hash/tests/hash_update_stream_basic_001.phpt; ./ext/hash/tests/hash_hkdf_rfc5869.phpt; ./ext/hash/tests/hash_pbkdf2_basic.phpt; ./ext/hash/tests/bug64745.phpt; ./ext/hash/tests/mhash_004.phpt; ./ext/hash/tests/hash_hmac_file_basic.phpt; ./ext/hash/tests/hash_hkdf_edges.phpt; ./ext/hash/tests/hash_file_basic1.phpt; ./ext/hash/tests/hash_hmac_basic.phpt; ./ext/hash/tests/mhash_001.phpt; ./ext/hash/tests/hash_hkdf_basic.phpt; ./ext/com_dotnet/tests/bug63208.phpt; ./ext/json/tests/json_encode_invalid_utf8.phpt; ./ext/json/tests/bug41067.phpt; ./ext/json/tests/json_decode_invalid_utf8.phpt; ./ext/ldap/tests/ldap_get_option_controls.phpt; ./ext/ldap/tests/ldap_search_sort_controls.phpt; ./ext/ldap/tests/ldap_parse_result_controls.phpt; ./ext/ldap/tests/ldap_exop.phpt; ./Zend/tests/not_001.phpt; ./Zend/tests/lc_ctype_inheritance.phpt; ./Zend/tests/xor_002.phpt; ./tests/basic/bug67988.phpt; ./tests/lang/string/unicode_escape_surrogates.phpt; ./tests/lang/operators/bitwiseOr_variationStr.phpt; ./tests/lang/operators/bitwiseXor_variationStr.phpt; ./tests/lang/operators/bitwiseNot_variationStr.phpt; ./tests/lang/operators/bitwiseAnd_variationStr.phpt; |
standard | Function | sleep | yes | click to show/hide test files ./ext/opcache/tests/issue0140.phpt; ./ext/pdo_mysql/tests/pdo_mysql_pconnect.phpt; ./ext/pcntl/tests/001.phpt; ./ext/pcntl/tests/bug73783.phpt; ./ext/phar/tests/tar/create_new_and_modify.phpt; ./ext/phar/tests/zip/create_new_and_modify.phpt; ./ext/phar/tests/create_new_and_modify.phpt; ./ext/standard/tests/file/lstat_stat_basic.phpt; ./ext/standard/tests/file/lstat_stat_variation13.phpt; ./ext/standard/tests/file/touch_basic-win32.phpt; ./ext/standard/tests/file/001.phpt; ./ext/standard/tests/file/stat_basic-win32.phpt; ./ext/standard/tests/file/lstat_stat_variation11.phpt; ./ext/standard/tests/file/stat_variation5-win32.phpt; ./ext/standard/tests/file/lstat_stat_variation5.phpt; ./ext/standard/tests/file/lstat_stat_variation12.phpt; ./ext/standard/tests/file/lstat_stat_variation4.phpt; ./ext/standard/tests/file/005_variation-win32.phpt; ./ext/standard/tests/file/lstat_stat_variation21.phpt; ./ext/standard/tests/file/stat_variation1-win32.phpt; ./ext/standard/tests/file/stat_variation1-win32-mb.phpt; ./ext/standard/tests/file/lstat_stat_variation17.phpt; ./ext/standard/tests/file/stat_variation4-win32.phpt; ./ext/standard/tests/file/touch_basic.phpt; ./ext/standard/tests/file/touch_basic-win32-mb.phpt; ./ext/standard/tests/file/stat_variation3-win32.phpt; ./ext/standard/tests/file/stat_basic-win32-mb.phpt; ./ext/standard/tests/file/lstat_stat_variation16.phpt; ./ext/standard/tests/file/stat_variation8-win32.phpt; ./ext/standard/tests/file/stat_variation2-win32.phpt; ./ext/standard/tests/file/stat_variation6-win32.phpt; ./ext/standard/tests/file/lstat_stat_variation6.phpt; ./ext/standard/tests/file/lstat_stat_variation15.phpt; ./ext/standard/tests/file/lstat_stat_variation10.phpt; ./ext/standard/tests/file/lstat_stat_variation8.phpt; ./ext/standard/tests/general_functions/sleep_error.phpt; ./ext/standard/tests/general_functions/bug39322.phpt; ./ext/standard/tests/general_functions/sleep_basic.phpt; ./ext/standard/tests/mail/mail_variation_alt1-win32.phpt; ./ext/standard/tests/mail/mail_basic_alt3-win32.phpt; ./ext/standard/tests/mail/mail_basic_alt2-win32.phpt; ./ext/standard/tests/mail/mail_basic_alt4-win32.phpt; ./ext/standard/tests/mail/mail_basic_alt1-win32.phpt; ./ext/standard/tests/mail/mail_variation_alt3-win32.phpt; ./ext/standard/tests/mail/bug80706.phpt; ./ext/standard/tests/mail/bug72964.phpt; ./ext/standard/tests/mail/mail_variation_alt2-win32.phpt; ./ext/standard/tests/streams/bug70198.phpt; ./ext/standard/tests/streams/bug78883.phpt; ./ext/mysqli/tests/mysqli_pconn_kill.phpt; ./ext/mysqli/tests/mysqli_change_user_get_lock.phpt; ./ext/mysqli/tests/mysqli_no_reconnect.phpt; ./ext/mysqli/tests/mysqli_reconnect.phpt; ./ext/mysqli/tests/mysqli_pconn_max_links.phpt; ./sapi/fpm/tests/reload-uses-sigkill-as-last-measure.phpt; ./tests/basic/timeout_variation_1.phpt; |
standard | Function | usleep | yes | click to show/hide test files ./ext/openssl/tests/openssl_free_key.phpt; ./ext/sysvsem/tests/nowait.phpt; ./ext/standard/tests/general_functions/proc_open02.phpt; ./ext/standard/tests/general_functions/usleep_basic.phpt; ./ext/standard/tests/general_functions/usleep_error.phpt; ./ext/mysqli/tests/mysqli_fork.phpt; ./ext/mysqli/tests/mysqli_poll_kill.phpt; ./ext/mysqli/tests/mysqli_poll_mixing_insert_select.phpt; ./sapi/fpm/tests/bug74083-concurrent-reload.phpt; ./sapi/fpm/tests/bug76601-reload-child-signals.phpt; ./sapi/cli/tests/sapi_windows_set_ctrl_handler.phpt; ./sapi/cli/tests/bug70470.phpt; ./tests/strings/001.phpt; |
standard | Function | time_nanosleep | yes | click to show/hide test files ./ext/standard/tests/time/bug60222.phpt; ./ext/standard/tests/misc/time_nanosleep_error5.phpt; ./ext/standard/tests/misc/time_nanosleep_error4.phpt; ./ext/standard/tests/misc/time_nanosleep_basic.phpt; ./ext/standard/tests/misc/time_nanosleep_error3.phpt; |
standard | Function | time_sleep_until | yes | click to show/hide test files ./ext/standard/tests/misc/time_sleep_until_error1.phpt; ./ext/standard/tests/misc/time_sleep_until_basic.phpt; |
standard | Function | strptime | yes | click to show/hide test files ./ext/standard/tests/time/bug38524.phpt; ./ext/standard/tests/time/strptime_error.phpt; ./ext/standard/tests/time/strptime_basic.phpt; ./ext/standard/tests/time/strptime_parts.phpt; |
standard | Function | flush | yes | click to show/hide test files ./ext/xmlwriter/tests/OO_006.phpt; ./ext/xmlwriter/tests/OO_003.phpt; ./ext/xmlwriter/tests/bug39504.phpt; ./ext/xmlwriter/tests/OO_011.phpt; ./ext/xmlwriter/tests/OO_007.phpt; ./ext/xmlwriter/tests/OO_005.phpt; ./ext/xmlwriter/tests/OO_002.phpt; ./ext/xmlwriter/tests/bug41326.phpt; ./ext/xmlwriter/tests/OO_001.phpt; ./ext/xmlwriter/tests/OO_008.phpt; ./ext/xmlwriter/tests/OO_010.phpt; ./ext/xmlwriter/tests/OO_009.phpt; ./ext/xmlwriter/tests/OO_004.phpt; ./ext/xmlwriter/tests/bug41287.phpt; ./ext/zlib/tests/bug61820.phpt; ./ext/reflection/tests/ReflectionClass_isSubclassOf_error2.phpt; ./ext/oci8/tests/lob_034.phpt; ./ext/oci8/tests/lob_031.phpt; ./ext/oci8/tests/lob_001.phpt; ./ext/oci8/tests/lob_002.phpt; ./ext/oci8/tests/lob_003.phpt; ./ext/oci8/tests/lob_013.phpt; ./ext/standard/tests/array/bug12776.phpt; ./ext/standard/tests/general_functions/bug70249.phpt; ./ext/mysqli/tests/mysqli_pconnect.phpt; ./sapi/cgi/tests/011.phpt; ./tests/output/flush_basic_001.phpt; |
standard | Function | wordwrap | yes | click to show/hide test files ./ext/standard/tests/strings/wordwrap_memory_limit.phpt; ./ext/standard/tests/strings/bug28386.phpt; ./ext/standard/tests/strings/wordwrap.phpt; ./ext/standard/tests/strings/wordwrap_memory_limit_win32.phpt; ./ext/standard/tests/strings/wordwrap_error.phpt; ./ext/standard/tests/strings/bug20927.phpt; ./ext/standard/tests/strings/wordwrap_basic.phpt; ./ext/standard/tests/strings/wordwrap_variation5.phpt; |
standard | Function | htmlspecialchars | yes | click to show/hide test files ./ext/mbstring/tests/bug65045.phpt; ./ext/libxml/tests/bug61367-read.phpt; ./ext/standard/tests/strings/bug45485.phpt; ./ext/standard/tests/strings/htmlentities-utf.phpt; ./ext/standard/tests/strings/htmlentities21.phpt; ./ext/standard/tests/strings/htmlentities-utf-3.phpt; ./ext/standard/tests/strings/htmlspecialchars.phpt; ./ext/standard/tests/strings/bug49785.phpt; ./ext/standard/tests/strings/htmlentities.phpt; ./ext/standard/tests/strings/bug60965.phpt; ./ext/standard/tests/strings/htmlentities-utf-2.phpt; ./ext/standard/tests/strings/htmlentities18.phpt; ./ext/standard/tests/strings/htmlspecialchars_basic.phpt; ./ext/standard/tests/strings/htmlentities22.phpt; ./ext/standard/tests/strings/htmlentities23.phpt; ./ext/standard/tests/strings/htmlentities19.phpt; ./ext/standard/tests/strings/bug20934.phpt; ./ext/standard/tests/strings/bug44703.phpt; ./ext/standard/tests/strings/htmlentities20.phpt; ./ext/simplexml/tests/bug38424.phpt; |
standard | Function | htmlentities | yes | click to show/hide test files ./ext/pcre/tests/bug27103.phpt; ./ext/standard/tests/strings/htmlentities-utf.phpt; ./ext/standard/tests/strings/htmlentities17.phpt; ./ext/standard/tests/strings/htmlentities21.phpt; ./ext/standard/tests/strings/htmlentities14.phpt; ./ext/standard/tests/strings/htmlentities03.phpt; ./ext/standard/tests/strings/htmlentities02.phpt; ./ext/standard/tests/strings/bug49785.phpt; ./ext/standard/tests/strings/htmlentities.phpt; ./ext/standard/tests/strings/default_charset.phpt; ./ext/standard/tests/strings/htmlentities16.phpt; ./ext/standard/tests/strings/htmlentities-utf-2.phpt; ./ext/standard/tests/strings/htmlentities05.phpt; ./ext/standard/tests/strings/htmlentities_html5.phpt; ./ext/standard/tests/strings/htmlentities18.phpt; ./ext/standard/tests/strings/htmlentities01.phpt; ./ext/standard/tests/strings/htmlentities09.phpt; ./ext/standard/tests/strings/htmlentities12.phpt; ./ext/standard/tests/strings/htmlentities24.phpt; ./ext/standard/tests/strings/htmlentities25.phpt; ./ext/standard/tests/strings/htmlentities10.phpt; ./ext/standard/tests/strings/htmlentities11.phpt; ./ext/standard/tests/strings/htmlentities22.phpt; ./ext/standard/tests/strings/htmlentities23.phpt; ./ext/standard/tests/strings/htmlentities08.phpt; ./ext/standard/tests/strings/htmlentities19.phpt; ./ext/standard/tests/strings/htmlentities07.phpt; ./ext/standard/tests/strings/htmlentities06.phpt; ./ext/standard/tests/strings/htmlentities13.phpt; ./ext/standard/tests/strings/htmlentities20.phpt; ./Zend/tests/bug80096.phpt; ./tests/basic/bug67988.phpt; |
standard | Function | html_entity_decode | yes | click to show/hide test files ./ext/intl/tests/idn_uts46_errors.phpt; ./ext/standard/tests/strings/html_entity_decode_iso8859-15.phpt; ./ext/standard/tests/strings/htmlentities17.phpt; ./ext/standard/tests/strings/html_entity_decode_html4.phpt; ./ext/standard/tests/strings/bug29119.phpt; ./ext/standard/tests/strings/html_entity_decode_macroman.phpt; ./ext/standard/tests/strings/bug53021.phpt; ./ext/standard/tests/strings/html_entity_decode3.phpt; ./ext/standard/tests/strings/bug21338.phpt; ./ext/standard/tests/strings/bug61374.phpt; ./ext/standard/tests/strings/htmlentities.phpt; ./ext/standard/tests/strings/default_charset.phpt; ./ext/standard/tests/strings/html_entity_decode_win1252.phpt; ./ext/standard/tests/strings/bug25707.phpt; ./ext/standard/tests/strings/html_entity_decode_koi8-r.phpt; ./ext/standard/tests/strings/html_entity_decode_win1251.phpt; ./ext/standard/tests/strings/html_entity_decode2.phpt; ./ext/standard/tests/strings/html_entity_decode1.phpt; ./ext/standard/tests/strings/html_entity_decode_cp866.phpt; ./ext/standard/tests/strings/bug43927.phpt; ./ext/standard/tests/strings/html_entity_decode_iso8859-5.phpt; ./ext/standard/tests/strings/html_entity_decode_html5.phpt; ./tests/basic/bug67988.phpt; |
standard | Function | htmlspecialchars_decode | yes | click to show/hide test files ./ext/mbstring/tests/bug65045.phpt; ./ext/standard/tests/strings/htmlspecialchars_decode_variation3.phpt; ./ext/standard/tests/strings/htmlspecialchars_decode_variation7.phpt; ./ext/standard/tests/strings/htmlspecialchars_decode_variation6.phpt; ./ext/standard/tests/strings/html_entity_decode1.phpt; ./ext/standard/tests/strings/htmlspecialchars_decode_basic.phpt; ./ext/standard/tests/strings/htmlspecialchars_decode_variation5.phpt; ./ext/standard/tests/strings/htmlspecialchars_decode_variation4.phpt; ./Zend/tests/bug36513.phpt; |
standard | Function | get_html_translation_table | yes | click to show/hide test files ./ext/standard/tests/strings/get_html_translation_table_basic5.phpt; ./ext/standard/tests/strings/get_html_translation_table_basic4.phpt; ./ext/standard/tests/strings/get_html_translation_table_basic3.phpt; ./ext/standard/tests/strings/get_html_translation_table_basic6.phpt; ./ext/standard/tests/strings/get_html_translation_table_basic1.phpt; ./ext/standard/tests/strings/get_html_translation_table_basic10.phpt; ./ext/standard/tests/strings/get_html_translation_table_basic2.phpt; ./ext/standard/tests/strings/bug73817.phpt; ./ext/standard/tests/strings/get_html_translation_table_basic8.phpt; ./ext/standard/tests/strings/get_html_translation_table_basic7.phpt; ./ext/standard/tests/strings/htmlentities_html4.phpt; ./ext/standard/tests/strings/get_html_translation_table_basic9.phpt; ./ext/standard/tests/strings/bug54322.phpt; |
standard | Function | sha1 | yes | click to show/hide test files ./ext/spl/tests/bug65328.phpt; ./ext/session/tests/bug71162.phpt; ./ext/phar/tests/phar_setsignaturealgo2.phpt; ./ext/phar/tests/tar/phar_setsignaturealgo2.phpt; ./ext/phar/tests/zip/phar_setsignaturealgo2.phpt; ./ext/phar/tests/bug52013.phpt; ./ext/soap/tests/bug73037.phpt; ./ext/standard/tests/strings/sha1raw.phpt; ./ext/standard/tests/strings/sha1.phpt; ./ext/standard/tests/strings/sha1_basic.phpt; ./ext/standard/tests/general_functions/009.phpt; ./ext/hash/tests/hash_update_stream_basic_001.phpt; |
standard | Function | sha1_file | yes | click to show/hide test files ./ext/standard/tests/strings/sha1_file.phpt; ./ext/standard/tests/strings/sha1.phpt; |
standard | Function | md5 | yes | click to show/hide test files ./ext/sockets/tests/bug76839.phpt; ./ext/opcache/tests/bug75969.phpt; ./ext/opcache/tests/jit/send_val_001.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_init_command.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_multi_statements.phpt; ./ext/snmp/tests/bug64159.phpt; ./ext/spl/tests/DirectoryIterator_getBasename_basic_test.phpt; ./ext/spl/tests/SplFileInfo_getExtension_basic.phpt; ./ext/spl/tests/DirectoryIterator_getExtension_basic.phpt; ./ext/exif/tests/exif002.phpt; ./ext/xmlwriter/tests/004.phpt; ./ext/xmlwriter/tests/OO_004.phpt; ./ext/session/tests/session_commit_variation5.phpt; ./ext/zlib/tests/gzencode_basic1.phpt; ./ext/zlib/tests/gzdeflate_basic1.phpt; ./ext/zlib/tests/gzcompress_variation1.phpt; ./ext/zlib/tests/gzdeflate_variation1.phpt; ./ext/zlib/tests/gzcompress_basic1.phpt; ./ext/intl/tests/collator_sort_variant2.phpt; ./ext/intl/tests/collator_sort.phpt; ./ext/intl/tests/collator_asort.phpt; ./ext/intl/tests/collator_sort_with_sort_keys.phpt; ./ext/intl/tests/collator_sort_with_sort_keys_variant2.phpt; ./ext/intl/tests/bug71020.phpt; ./ext/intl/tests/collator_asort_variant2.phpt; ./ext/zip/tests/bug64342_0.phpt; ./ext/phar/tests/badparameters.phpt; ./ext/phar/tests/phar_setsignaturealgo2.phpt; ./ext/phar/tests/tar/phar_setsignaturealgo2.phpt; ./ext/phar/tests/tar/require_hash.phpt; ./ext/phar/tests/zip/phar_setsignaturealgo2.phpt; ./ext/phar/tests/zip/require_hash.phpt; ./ext/soap/tests/bug73037.phpt; ./ext/gd/tests/imagebmp_basic.phpt; ./ext/oci8/tests/define3.phpt; ./ext/oci8/tests/bind_raw_2.phpt; ./ext/oci8/tests/bind_long.phpt; ./ext/oci8/tests/bind_long_raw.phpt; ./ext/oci8/tests/define2.phpt; ./ext/oci8/tests/bind_raw.phpt; ./ext/sqlite3/tests/sqlite3_08_udf.phpt; ./ext/pgsql/tests/bug72028.phpt; ./ext/standard/tests/image/getimagesize_jpgapp.phpt; ./ext/standard/tests/image/iptcembed_002.phpt; ./ext/standard/tests/dir/bug72625.phpt; ./ext/standard/tests/file/fwrite_basic.phpt; ./ext/standard/tests/file/fread_variation3-win32-mb.phpt; ./ext/standard/tests/file/fwrite_basic-win32-mb.phpt; ./ext/standard/tests/file/fwrite_variation4-win32.phpt; ./ext/standard/tests/file/fwrite_variation1.phpt; ./ext/standard/tests/file/fread_basic.phpt; ./ext/standard/tests/file/004.phpt; ./ext/standard/tests/file/fwrite_basic-win32.phpt; ./ext/standard/tests/file/fread_variation2.phpt; ./ext/standard/tests/file/bug43137.phpt; ./ext/standard/tests/file/bug26938.phpt; ./ext/standard/tests/file/bug72035.phpt; ./ext/standard/tests/file/fread_variation1.phpt; ./ext/standard/tests/file/fwrite_variation1-win32-mb.phpt; ./ext/standard/tests/file/fwrite_variation3.phpt; ./ext/standard/tests/file/fread_variation3-win32.phpt; ./ext/standard/tests/file/fread_variation3.phpt; ./ext/standard/tests/file/fwrite_variation3-win32.phpt; ./ext/standard/tests/file/fwrite_variation2.phpt; ./ext/standard/tests/file/fwrite_variation2-win32.phpt; ./ext/standard/tests/file/fwrite_variation4.phpt; ./ext/standard/tests/file/fread_variation4.phpt; ./ext/standard/tests/strings/md5_basic2.phpt; ./ext/standard/tests/strings/stristr.phpt; ./ext/standard/tests/strings/strrev.phpt; ./ext/standard/tests/strings/md5_basic1.phpt; ./ext/standard/tests/strings/strstr.phpt; ./ext/standard/tests/strings/md5.phpt; ./ext/standard/tests/strings/explode.phpt; ./ext/standard/tests/strings/md5raw.phpt; ./ext/standard/tests/general_functions/007.phpt; ./ext/standard/tests/general_functions/bug70018.phpt; ./ext/standard/tests/streams/bug70198.phpt; ./ext/curl/tests/curl_string_file_upload.phpt; ./ext/simplexml/tests/bug42369.phpt; ./ext/mysqli/tests/bug74021.phpt; ./sapi/cli/tests/php_cli_server_007.phpt; ./sapi/cgi/tests/bug75574_utf8.phpt; ./Zend/tests/bug69905.phpt; ./Zend/tests/bug43450.phpt; |
standard | Function | md5_file | yes | click to show/hide test files ./ext/exif/tests/exif002.phpt; ./ext/xmlwriter/tests/004.phpt; ./ext/xmlwriter/tests/OO_004.phpt; ./ext/zip/tests/oo_unchangeName.phpt; ./ext/zip/tests/oo_unchangeIndex.phpt; ./ext/phar/tests/delete_in_phar_confirm.phpt; ./ext/phar/tests/tar/delete_in_phar_confirm.phpt; ./ext/phar/tests/tar/create_new_and_modify.phpt; ./ext/phar/tests/zip/delete_in_phar_confirm.phpt; ./ext/phar/tests/zip/create_new_and_modify.phpt; ./ext/phar/tests/phar_oo_012_confirm.phpt; ./ext/dba/tests/bug38698.phpt; ./ext/dba/tests/dba_cdb_make.phpt; ./ext/standard/tests/image/iptcembed_002.phpt; ./ext/standard/tests/filters/bug22538.phpt; ./ext/standard/tests/file/004.phpt; ./ext/standard/tests/file/bug22414.phpt; ./ext/standard/tests/strings/md5_file.phpt; |
standard | Function | crc32 | yes | click to show/hide test files ./ext/phar/tests/010.phpt; ./ext/phar/tests/014.phpt; ./ext/standard/tests/strings/crc32_variation3.phpt; ./ext/standard/tests/strings/crc32_variation4.phpt; ./ext/standard/tests/strings/crc32_basic.phpt; ./ext/standard/tests/strings/bug36306.phpt; ./ext/standard/tests/strings/crc32.phpt; ./ext/standard/tests/strings/crc32_variation2.phpt; ./Zend/tests/bug78340.phpt; |
standard | Function | iptcparse | yes | click to show/hide test files ./ext/standard/tests/image/bug67250.phpt; ./ext/standard/tests/image/iptcembed_002.phpt; |
standard | Function | iptcembed | yes | click to show/hide test files ./ext/standard/tests/image/bug70096.phpt; ./ext/standard/tests/image/iptcembed_002.phpt; ./ext/standard/tests/image/iptcembed_001.phpt; ./ext/standard/tests/image/iptcembed_003.phpt; |
standard | Function | getimagesize | yes | click to show/hide test files ./ext/gd/tests/imagecopyresampled_basic.phpt; ./ext/standard/tests/image/getimagesize_variation4.phpt; ./ext/standard/tests/image/image_type_to_mime_type.phpt; ./ext/standard/tests/image/bug72278.phpt; ./ext/standard/tests/image/getimagesize_wbmp.phpt; ./ext/standard/tests/image/getimagesizefromstring1.phpt; ./ext/standard/tests/image/getimagesize_swc.phpt; ./ext/standard/tests/image/bug71848.phpt; ./ext/standard/tests/image/bug13213.phpt; ./ext/standard/tests/image/getimagesize.phpt; ./ext/standard/tests/image/getimagesize_jpgapp.phpt; ./ext/standard/tests/image/getimagesize_xbm.phpt; ./ext/standard/tests/image/getimagesize_246x247.phpt; ./ext/standard/tests/image/getimagesize_variation2.phpt; ./ext/standard/tests/image/bug70052.phpt; ./ext/standard/tests/image/iptcembed_002.phpt; ./ext/standard/tests/image/getimagesize_variation3.phpt; ./ext/standard/tests/image/getimagesize_basic.phpt; ./ext/standard/tests/image/getimagesize_384x385.phpt; ./ext/standard/tests/image/getimagesize_variation_005.phpt; ./ext/standard/tests/image/bug79877.phpt; ./ext/standard/tests/image/getimagesize_tif_mm.phpt; |
standard | Function | image_type_to_mime_type | yes | click to show/hide test files ./ext/standard/tests/image/image_type_to_mime_type_variation4.phpt; ./ext/standard/tests/image/image_type_to_mime_type.phpt; ./ext/standard/tests/image/image_type_to_mime_type_basic.phpt; ./ext/standard/tests/image/image_type_to_mime_type_variation3.phpt; ./ext/standard/tests/image/image_type_to_mime_type_variation2.phpt; |
standard | Function | image_type_to_extension | yes | click to show/hide test files ./ext/standard/tests/image/image_type_to_extension.phpt; |
standard | Function | phpinfo | yes | click to show/hide test files ./ext/pdo_oci/tests/pdo_oci_phpinfo.phpt; ./ext/xsl/tests/xsl-phpinfo.phpt; ./ext/openssl/tests/check_default_conf_path.phpt; ./ext/gettext/tests/gettext_phpinfo.phpt; ./ext/pdo_mysql/tests/pdo_mysql_phpinfo.phpt; ./ext/pcre/tests/check_jit_enabled.phpt; ./ext/zlib/tests/bug60761.phpt; ./ext/phar/tests/phpinfo_003.phpt; ./ext/phar/tests/phpinfo_002.phpt; ./ext/phar/tests/phpinfo_001.phpt; ./ext/phar/tests/phpinfo_004.phpt; ./ext/oci8/tests/minfo.phpt; ./ext/standard/tests/general_functions/bug67498.phpt; ./ext/standard/tests/general_functions/phpinfo.phpt; ./ext/standard/tests/general_functions/phpinfo2.phpt; ./ext/curl/tests/check_win_config.phpt; ./ext/fileinfo/tests/finfo_phpinfo_basic.phpt; ./ext/mysqli/tests/mysqli_phpinfo.phpt; ./ext/mysqli/tests/mysqli_pconn_max_links.phpt; ./Zend/tests/errmsg_020.phpt; |
standard | Function | phpversion | yes | click to show/hide test files ./ext/standard/tests/versioning/phpversion.phpt; |
standard | Function | phpcredits | yes | click to show/hide test files ./ext/standard/tests/general_functions/phpcredits.phpt; ./ext/standard/tests/general_functions/phpcredits2.phpt; |
standard | Function | php_logo_guid | no | |
standard | Function | php_real_logo_guid | no | |
standard | Function | zend_logo_guid | no | |
standard | Function | php_sapi_name | yes | click to show/hide test files ./ext/opcache/tests/opt/sccp_016.phpt; ./ext/standard/tests/versioning/php_sapi_name.phpt; ./ext/standard/tests/versioning/php_sapi_name_variation001.phpt; ./Zend/tests/attributes/003_ast_nodes.phpt; ./Zend/tests/assert/expect_008.phpt; |
standard | Function | php_uname | yes | click to show/hide test files ./ext/standard/tests/general_functions/php_uname_basic.phpt; ./ext/standard/tests/general_functions/php_uname_error.phpt; |
standard | Function | php_ini_scanned_files | no | |
standard | Function | php_ini_loaded_file | yes | click to show/hide test files ./ext/com_dotnet/tests/bug77578.phpt; |
standard | Function | strnatcmp | yes | click to show/hide test files ./ext/pdo_sqlite/tests/pdo_sqlite_createcollation.phpt; ./ext/standard/tests/strings/strnatcmp_basic.phpt; ./ext/standard/tests/strings/bug29075.phpt; ./ext/standard/tests/strings/strnatcmp_leftalign.phpt; ./ext/standard/tests/strings/strcmp_unterminated.phpt; |
standard | Function | strnatcasecmp | yes | click to show/hide test files ./ext/standard/tests/strings/strnatcasecmp_basic.phpt; ./ext/standard/tests/strings/strnatcasecmp_variation1.phpt; ./ext/standard/tests/strings/strcmp_unterminated.phpt; |
standard | Function | substr_count | yes | click to show/hide test files ./ext/zlib/tests/compress_zlib_wrapper.phpt; ./ext/standard/tests/strings/substr_count_error.phpt; ./ext/standard/tests/strings/bug74041.phpt; ./ext/standard/tests/strings/bug40754.phpt; ./ext/standard/tests/strings/substr_count_basic.phpt; ./ext/standard/tests/strings/substr_count_variation_001.phpt; ./ext/standard/tests/strings/substr_count_variation_002.phpt; ./sapi/cli/tests/cli_process_title_windows.phpt; |
standard | Function | strspn | yes | click to show/hide test files ./ext/standard/tests/strings/strspn_variation11.phpt; ./ext/standard/tests/strings/strspn_variation10.phpt; ./ext/standard/tests/strings/strspn_variation12.phpt; ./ext/standard/tests/strings/strspn_variation6.phpt; ./ext/standard/tests/strings/bug40754.phpt; ./ext/standard/tests/strings/strspn_variation9.phpt; ./ext/standard/tests/strings/strspn.phpt; ./ext/standard/tests/strings/strspn_basic.phpt; ./ext/standard/tests/strings/strspn_variation5.phpt; |
standard | Function | strcspn | yes | click to show/hide test files ./ext/standard/tests/strings/strcspn_variation9.phpt; ./ext/standard/tests/strings/strcspn_variation11.phpt; ./ext/standard/tests/strings/bug40754.phpt; ./ext/standard/tests/strings/bug39032.phpt; ./ext/standard/tests/strings/strcspn_variation10.phpt; ./ext/standard/tests/strings/strcspn_basic.phpt; ./ext/standard/tests/strings/strcspn_variation12.phpt; ./ext/standard/tests/strings/strcspn_variation6.phpt; ./ext/standard/tests/strings/strcspn_variation5.phpt; ./ext/standard/tests/strings/strcspn.phpt; |
standard | Function | strtok | yes | click to show/hide test files ./ext/pdo_mysql/tests/pdo_mysql_attr_oracle_nulls.phpt; ./ext/standard/tests/strings/strtok_variation3.phpt; ./ext/standard/tests/strings/strtok_variation7.phpt; ./ext/standard/tests/strings/strtok_variation4.phpt; ./ext/standard/tests/strings/strtok_variation5.phpt; ./ext/standard/tests/strings/strtok_variation6.phpt; ./ext/standard/tests/strings/strtok_basic.phpt; ./tests/strings/001.phpt; |
standard | Function | strtoupper | yes | click to show/hide test files ./ext/sockets/tests/socket_export_stream-1.phpt; ./ext/sockets/tests/socket_import_stream-1.phpt; ./ext/pdo/tests/bug_50458.phpt; ./ext/opcache/tests/bug76094.phpt; ./ext/opcache/tests/bug73746.phpt; ./ext/opcache/tests/bug73789.phpt; ./ext/xml/tests/bug32001.phpt; ./ext/filter/tests/029.phpt; ./ext/standard/tests/filters/read.phpt; ./ext/standard/tests/filters/bug35916.phpt; ./ext/standard/tests/file/userfilters.phpt; ./ext/standard/tests/strings/strtoupper.phpt; ./ext/standard/tests/strings/strtoupper1.phpt; ./ext/standard/tests/strings/strtoupper1-win32.phpt; ./ext/standard/tests/streams/bug60455_01.phpt; ./ext/standard/tests/streams/bug79984.phpt; ./ext/standard/tests/streams/stream_socket_pair.phpt; ./ext/mysqli/tests/mysqli_get_host_info.phpt; ./ext/mysqli/tests/mysqli_constants.phpt; ./sapi/cli/tests/cli_process_title_unix.phpt; ./Zend/tests/attributes/003_ast_nodes.phpt; ./Zend/tests/bug39445.phpt; ./Zend/tests/str_offset_004.phpt; ./Zend/tests/lc_ctype_inheritance.phpt; ./Zend/tests/bug21478.phpt; ./tests/lang/bug38579.phpt; ./tests/strings/001.phpt; ./tests/output/ob_start_callbacks.phpt; |
standard | Function | strtolower | yes | click to show/hide test files ./ext/openssl/tests/check_default_conf_path.phpt; ./ext/sockets/tests/socket_create_pair.phpt; ./ext/sockets/tests/socket_select-wrongparams-4.phpt; ./ext/sockets/tests/socket_select.phpt; ./ext/spl/tests/dualiterator_001.phpt; ./ext/pcre/tests/preg_replace_callback2.phpt; ./ext/pdo_sqlite/tests/pdo_sqlite_createfunction.phpt; ./ext/pdo_sqlite/tests/pdo_sqlite_createfunction_with_flags.phpt; ./ext/filter/tests/029.phpt; ./ext/standard/tests/serialize/bug30234.phpt; ./ext/standard/tests/serialize/005.phpt; ./ext/standard/tests/strings/strtolower-win32.phpt; ./ext/standard/tests/strings/strtolower.phpt; ./ext/tokenizer/tests/PhpToken_extension.phpt; ./ext/curl/tests/curl_multi_strerror_001.phpt; ./ext/curl/tests/curl_strerror_001.phpt; ./ext/curl/tests/curl_writeheader_callback.phpt; ./ext/mysqli/tests/mysqli_select_db.phpt; ./ext/mysqli/tests/mysqli_fetch_array_large.phpt; ./Zend/tests/bug38623.phpt; ./Zend/tests/bug39297.phpt; ./tests/classes/autoload_006.phpt; ./tests/lang/bug38579.phpt; ./tests/strings/001.phpt; ./tests/output/ob_get_clean_basic_002.phpt; |
standard | Function | strpos | yes | click to show/hide test files ./ext/pdo_oci/tests/pdo_oci_attr_server.phpt; ./ext/openssl/tests/bug74903.phpt; ./ext/openssl/tests/bug36732.phpt; ./ext/openssl/tests/bug74720_1.phpt; ./ext/pdo/tests/bug_71885.phpt; ./ext/iconv/tests/iconv_strpos.phpt; ./ext/opcache/tests/bug78341.phpt; ./ext/opcache/tests/bug76796.phpt; ./ext/pdo_mysql/tests/bug_50323.phpt; ./ext/reflection/tests/ReflectionClass_isSubclassOf_error2.phpt; ./ext/soap/tests/custom_content_type.phpt; ./ext/soap/tests/bug73037.phpt; ./ext/soap/tests/bugs/bug41097.phpt; ./ext/mbstring/tests/iso2022jp_2004_encoding.phpt; ./ext/mbstring/tests/iso2022jp_encoding.phpt; ./ext/mbstring/tests/cp5022x_encoding.phpt; ./ext/pdo_pgsql/tests/bug62593.phpt; ./ext/oci8/tests/field_funcs3.phpt; ./ext/libxml/tests/libxml_disable_entity_loader.phpt; ./ext/libxml/tests/libxml_entity_loading_disabled_by_default.phpt; ./ext/pgsql/tests/80_bug36625.phpt; ./ext/standard/tests/url/parse_url_basic_010.phpt; ./ext/standard/tests/file/bug65701.phpt; ./ext/standard/tests/file/include_userstream_002.phpt; ./ext/standard/tests/file/include_userstream_003.phpt; ./ext/standard/tests/file/windows_mb_path/recursive_it.phpt; ./ext/standard/tests/strings/bug40754.phpt; ./ext/standard/tests/strings/strpos_number.phpt; ./ext/standard/tests/strings/strpos.phpt; ./ext/standard/tests/strings/strpos_variation1.phpt; ./ext/standard/tests/general_functions/proc_nice_basic-win.phpt; ./ext/standard/tests/mail/bug80706.phpt; ./ext/pspell/tests/005.phpt; ./ext/mysqli/tests/mysqli_get_connection_stats.phpt; ./ext/mysqli/tests/mysqli_pconn_max_links.phpt; ./ext/dom/tests/bug80268.phpt; ./sapi/cli/tests/cli_process_title_unix.phpt; |
standard | Function | stripos | yes | click to show/hide test files ./ext/standard/tests/strings/stripos_variation5.phpt; ./ext/standard/tests/strings/stripos_variation2.phpt; ./ext/standard/tests/strings/stripos_variation13.phpt; ./ext/standard/tests/strings/stripos_variation6.phpt; ./ext/standard/tests/strings/bug40754.phpt; ./ext/standard/tests/strings/stripos_variation4.phpt; ./ext/standard/tests/strings/stripos_error.phpt; ./ext/standard/tests/strings/stripos_variation1.phpt; ./ext/standard/tests/strings/stripos_variation8.phpt; ./ext/standard/tests/strings/stripos_basic1.phpt; ./ext/standard/tests/strings/stripos_basic2.phpt; ./ext/standard/tests/strings/stripos_variation3.phpt; ./ext/standard/tests/strings/stripos_variation12.phpt; ./ext/standard/tests/strings/stripos.phpt; ./ext/mysqli/tests/mysqli_pconn_max_links.phpt; ./sapi/cli/tests/bug64878.phpt; ./Zend/tests/bug54910.phpt; |
standard | Function | strrpos | yes | click to show/hide test files ./ext/mbstring/tests/bug43841.phpt; ./ext/standard/tests/file/windows_acls/bug44859_2.phpt; ./ext/standard/tests/file/windows_acls/bug44859.phpt; ./ext/standard/tests/file/windows_acls/bug44859_4.phpt; ./ext/standard/tests/strings/strrpos_variation14.phpt; ./ext/standard/tests/strings/strrpos_variation5.phpt; ./ext/standard/tests/strings/bug40754.phpt; ./ext/standard/tests/strings/strrpos_variation3.phpt; ./ext/standard/tests/strings/strrpos_variation8.phpt; ./ext/standard/tests/strings/strrpos_variation7.phpt; ./ext/standard/tests/strings/strrpos.phpt; ./ext/standard/tests/strings/strrpos_variation13.phpt; ./ext/standard/tests/strings/strrpos_variation2.phpt; ./ext/standard/tests/strings/strrpos_variation12.phpt; ./ext/standard/tests/strings/strrpos_variation4.phpt; ./ext/standard/tests/strings/strrpos_offset.phpt; ./ext/standard/tests/strings/strrpos_negative_offset.phpt; ./ext/standard/tests/strings/strrpos_variation6.phpt; ./ext/standard/tests/strings/strrpos_basic1.phpt; ./ext/standard/tests/strings/strrpos_basic2.phpt; |
standard | Function | strripos | yes | click to show/hide test files ./ext/standard/tests/strings/strripos_variation1.phpt; ./ext/standard/tests/strings/strripos.phpt; ./ext/standard/tests/strings/strripos_offset.phpt; ./ext/standard/tests/strings/bug40754.phpt; ./ext/standard/tests/strings/strripos_variation4.phpt; ./ext/standard/tests/strings/strripos_variation5.phpt; ./ext/standard/tests/strings/strrpos_negative_offset.phpt; ./ext/standard/tests/strings/strripos_variation3.phpt; ./ext/standard/tests/strings/strripos_variation2.phpt; ./ext/standard/tests/strings/strripos_variation6.phpt; ./ext/standard/tests/strings/strripos_basic1.phpt; ./ext/standard/tests/strings/strripos_basic2.phpt; |
standard | Function | strrev | yes | click to show/hide test files ./ext/oci8/tests/define3.phpt; ./ext/standard/tests/strings/strrev_variation3.phpt; ./ext/standard/tests/strings/strrev_basic.phpt; ./ext/standard/tests/strings/strrev.phpt; ./ext/standard/tests/strings/strrev_variation1.phpt; ./ext/standard/tests/strings/strrev_variation2.phpt; ./ext/standard/tests/streams/bug77069.phpt; ./Zend/tests/generators/send_returns_current.phpt; ./Zend/tests/nullsafe_operator/016.phpt; |
standard | Function | hebrev | yes | click to show/hide test files ./ext/standard/tests/strings/hebrev_basic.phpt; |
standard | Function | hebrevc | no | |
standard | Function | nl2br | yes | click to show/hide test files ./ext/standard/tests/strings/nl2br_variation3.phpt; ./ext/standard/tests/strings/nl2br_variation4.phpt; ./ext/standard/tests/strings/nl2br_variation1.phpt; ./ext/standard/tests/strings/nl2br.phpt; ./ext/standard/tests/strings/nl2br_variation2.phpt; |
standard | Function | basename | yes | click to show/hide test files ./ext/opcache/tests/bug66338.phpt; ./ext/ftp/tests/bug39583.phpt; ./ext/ftp/tests/ftp_nb_put.phpt; ./ext/ftp/tests/ftp_fput.phpt; ./ext/ftp/tests/ftp_nb_fput.phpt; ./ext/ftp/tests/bug39583-2.phpt; ./ext/session/tests/rfc1867_disabled.phpt; ./ext/session/tests/rfc1867.phpt; ./ext/session/tests/rfc1867_no_name.phpt; ./ext/session/tests/rfc1867_inter.phpt; ./ext/session/tests/rfc1867_sid_only_cookie.phpt; ./ext/session/tests/rfc1867_sid_get_2.phpt; ./ext/session/tests/rfc1867_disabled_2.phpt; ./ext/session/tests/rfc1867_sid_post.phpt; ./ext/session/tests/rfc1867_sid_get.phpt; ./ext/session/tests/rfc1867_cleanup.phpt; ./ext/session/tests/rfc1867_sid_only_cookie_2.phpt; ./ext/session/tests/rfc1867_sid_cookie.phpt; ./ext/session/tests/rfc1867_sid_invalid.phpt; ./ext/zip/tests/bug78641.phpt; ./ext/phar/tests/create_path_error.phpt; ./ext/phar/tests/021.phpt; ./ext/phar/tests/phar_mount.phpt; ./ext/phar/tests/delete.phpt; ./ext/phar/tests/phar_oo_compressallgz.phpt; ./ext/phar/tests/addfuncs.phpt; ./ext/phar/tests/rename_dir_and_mount.phpt; ./ext/phar/tests/invalid_setstubalias.phpt; ./ext/phar/tests/008.phpt; ./ext/phar/tests/020.phpt; ./ext/phar/tests/dir.phpt; ./ext/phar/tests/phar_buildfromiterator7.phpt; ./ext/phar/tests/phar_stub.phpt; ./ext/phar/tests/delete_in_phar_confirm.phpt; ./ext/phar/tests/phar_ctx_001.phpt; ./ext/phar/tests/phar_stub_write_file.phpt; ./ext/phar/tests/bug46178.phpt; ./ext/phar/tests/create_new_phar_c.phpt; ./ext/phar/tests/026.phpt; ./ext/phar/tests/open_for_write_newfile_b.phpt; ./ext/phar/tests/017.phpt; ./ext/phar/tests/rename.phpt; ./ext/phar/tests/test_alias_unset.phpt; ./ext/phar/tests/033a.phpt; ./ext/phar/tests/rmdir.phpt; ./ext/phar/tests/open_for_write_existing_c.phpt; ./ext/phar/tests/bug48377.2.phpt; ./ext/phar/tests/phar_metadata_read.phpt; ./ext/phar/tests/phar_convert_repeated_b.phpt; ./ext/phar/tests/phar_oo_uncompressall.phpt; ./ext/phar/tests/metadata_read.phpt; ./ext/phar/tests/016.phpt; ./ext/phar/tests/phar_setdefaultstub.phpt; ./ext/phar/tests/030.phpt; ./ext/phar/tests/011.phpt; ./ext/phar/tests/phar_setalias.phpt; ./ext/phar/tests/phar_oo_getcontentsgz.phpt; ./ext/phar/tests/013.phpt; ./ext/phar/tests/phar_decompress.phpt; ./ext/phar/tests/phar_offset_check.phpt; ./ext/phar/tests/028.phpt; ./ext/phar/tests/rename_dir.phpt; ./ext/phar/tests/phar_metadata_write3.phpt; ./ext/phar/tests/open_for_write_existing.phpt; ./ext/phar/tests/phar_stub_write.phpt; ./ext/phar/tests/phar_setsignaturealgo2.phpt; ./ext/phar/tests/mkdir.phpt; ./ext/phar/tests/023.phpt; ./ext/phar/tests/015b.phpt; ./ext/phar/tests/phar_convert_zip.phpt; ./ext/phar/tests/invalid_alias.phpt; ./ext/phar/tests/018.phpt; ./ext/phar/tests/phar_convert_tar.phpt; ./ext/phar/tests/tar/delete.phpt; ./ext/phar/tests/tar/phar_convert_phar4.phpt; ./ext/phar/tests/tar/truncated.phpt; ./ext/phar/tests/tar/all.phpt; ./ext/phar/tests/tar/dir.phpt; ./ext/phar/tests/tar/phar_buildfromiterator7.phpt; ./ext/phar/tests/tar/phar_stub.phpt; ./ext/phar/tests/tar/delete_in_phar_confirm.phpt; ./ext/phar/tests/tar/exists_as_phar.phpt; ./ext/phar/tests/tar/bignames.phpt; ./ext/phar/tests/tar/open_for_write_newfile_b.phpt; ./ext/phar/tests/tar/rename.phpt; ./ext/phar/tests/tar/033a.phpt; ./ext/phar/tests/tar/rmdir.phpt; ./ext/phar/tests/tar/open_for_write_existing_c.phpt; ./ext/phar/tests/tar/phar_setdefaultstub.phpt; ./ext/phar/tests/tar/phar_setalias.phpt; ./ext/phar/tests/tar/bignames_overflow.phpt; ./ext/phar/tests/tar/rename_dir.phpt; ./ext/phar/tests/tar/open_for_write_existing.phpt; ./ext/phar/tests/tar/phar_setsignaturealgo2.phpt; ./ext/phar/tests/tar/phar_convert_phar3.phpt; ./ext/phar/tests/tar/links2.phpt; ./ext/phar/tests/tar/delete_in_phar_b.phpt; ./ext/phar/tests/tar/alias_acrobatics.phpt; ./ext/phar/tests/tar/open_for_write_existing_b.phpt; ./ext/phar/tests/tar/033.phpt; ./ext/phar/tests/tar/delete_in_phar.phpt; ./ext/phar/tests/tar/phar_buildfromiterator9.phpt; ./ext/phar/tests/tar/phar_convert_phar2.phpt; ./ext/phar/tests/tar/links.phpt; ./ext/phar/tests/tar/open_for_write_newfile.phpt; ./ext/phar/tests/tar/open_for_write_newfile_c.phpt; ./ext/phar/tests/tar/create_new_phar_b.phpt; ./ext/phar/tests/tar/phar_buildfromiterator4.phpt; ./ext/phar/tests/tar/badchecksum.phpt; ./ext/phar/tests/tar/phar_convert_phar.phpt; ./ext/phar/tests/tar/phar_buildfromiterator6.phpt; ./ext/phar/tests/tar/phar_magic.phpt; ./ext/phar/tests/tar/refcount1.phpt; ./ext/phar/tests/tar/phar_stub_error.phpt; ./ext/phar/tests/tar/phar_setalias2.phpt; ./ext/phar/tests/tar/phar_copy.phpt; ./ext/phar/tests/tar/create_new_and_modify.phpt; ./ext/phar/tests/delete_in_phar_b.phpt; ./ext/phar/tests/phar_convert_tar2.phpt; ./ext/phar/tests/phar_convert_tar3.phpt; ./ext/phar/tests/phar_oo_compressallbz2.phpt; ./ext/phar/tests/alias_acrobatics.phpt; ./ext/phar/tests/stat2_5.3.phpt; ./ext/phar/tests/opendir.phpt; ./ext/phar/tests/open_for_write_existing_b.phpt; ./ext/phar/tests/phar_offset_get_error.phpt; ./ext/phar/tests/zip/delete.phpt; ./ext/phar/tests/zip/phar_oo_compressallgz.phpt; ./ext/phar/tests/zip/all.phpt; ./ext/phar/tests/zip/dir.phpt; ./ext/phar/tests/zip/phar_buildfromiterator7.phpt; ./ext/phar/tests/zip/phar_stub.phpt; ./ext/phar/tests/zip/delete_in_phar_confirm.phpt; ./ext/phar/tests/zip/exists_as_phar.phpt; ./ext/phar/tests/zip/open_for_write_newfile_b.phpt; ./ext/phar/tests/zip/rename.phpt; ./ext/phar/tests/zip/033a.phpt; ./ext/phar/tests/zip/rmdir.phpt; ./ext/phar/tests/zip/open_for_write_existing_c.phpt; ./ext/phar/tests/zip/phar_setdefaultstub.phpt; ./ext/phar/tests/zip/phar_setalias.phpt; ./ext/phar/tests/zip/rename_dir.phpt; ./ext/phar/tests/zip/open_for_write_existing.phpt; ./ext/phar/tests/zip/phar_setsignaturealgo2.phpt; ./ext/phar/tests/zip/largezip.phpt; ./ext/phar/tests/zip/delete_in_phar_b.phpt; ./ext/phar/tests/zip/phar_oo_compressallbz2.phpt; ./ext/phar/tests/zip/alias_acrobatics.phpt; ./ext/phar/tests/zip/open_for_write_existing_b.phpt; ./ext/phar/tests/zip/033.phpt; ./ext/phar/tests/zip/getalias.phpt; ./ext/phar/tests/zip/delete_in_phar.phpt; ./ext/phar/tests/zip/phar_buildfromiterator9.phpt; ./ext/phar/tests/zip/notphar.phpt; ./ext/phar/tests/zip/open_for_write_newfile.phpt; ./ext/phar/tests/zip/open_for_write_newfile_c.phpt; ./ext/phar/tests/zip/create_new_phar_b.phpt; ./ext/phar/tests/zip/phar_buildfromiterator4.phpt; ./ext/phar/tests/zip/phar_convert_phar.phpt; ./ext/phar/tests/zip/phar_buildfromiterator6.phpt; ./ext/phar/tests/zip/phar_magic.phpt; ./ext/phar/tests/zip/metadata_write_commit.phpt; ./ext/phar/tests/zip/refcount1.phpt; ./ext/phar/tests/zip/phar_stub_error.phpt; ./ext/phar/tests/zip/phar_setalias2.phpt; ./ext/phar/tests/zip/phar_copy.phpt; ./ext/phar/tests/zip/create_new_and_modify.phpt; ./ext/phar/tests/phar_oo_getcontents.phpt; ./ext/phar/tests/phar_oo_compressed_002.phpt; ./ext/phar/tests/phar_metadata_write4.phpt; ./ext/phar/tests/phar_running.phpt; ./ext/phar/tests/033.phpt; ./ext/phar/tests/pharfileinfo_compression.phpt; ./ext/phar/tests/pharfileinfo_destruct.phpt; ./ext/phar/tests/delete_in_phar.phpt; ./ext/phar/tests/phar_buildfromiterator9.phpt; ./ext/phar/tests/readfile_edgecases.phpt; ./ext/phar/tests/file_get_contents.phpt; ./ext/phar/tests/phar_unlinkarchive.phpt; ./ext/phar/tests/012.phpt; ./ext/phar/tests/open_for_write_newfile.phpt; ./ext/phar/tests/open_for_write_newfile_c.phpt; ./ext/phar/tests/phar_gobyebye.phpt; ./ext/phar/tests/create_new_phar_b.phpt; ./ext/phar/tests/024-opcache-win32.phpt; ./ext/phar/tests/fopen_edgecases.phpt; ./ext/phar/tests/bug47085.phpt; ./ext/phar/tests/phar_buildfromiterator4.phpt; ./ext/phar/tests/phar_metadata_write.phpt; ./ext/phar/tests/test_unset.phpt; ./ext/phar/tests/phar_convert_repeated.phpt; ./ext/phar/tests/010.phpt; ./ext/phar/tests/phar_oo_compressed_002b.phpt; ./ext/phar/tests/bug46060.phpt; ./ext/phar/tests/027.phpt; ./ext/phar/tests/phar_oo_getmodified.phpt; ./ext/phar/tests/create_new_phar.phpt; ./ext/phar/tests/phar_oo_compressed_001.phpt; ./ext/phar/tests/fgc_edgecases.phpt; ./ext/phar/tests/phar_oo_iswriteable.phpt; ./ext/phar/tests/bug48377.phpt; ./ext/phar/tests/phar_buildfromiterator6.phpt; ./ext/phar/tests/stat.phpt; ./ext/phar/tests/fopen_edgecases2.phpt; ./ext/phar/tests/phar_magic.phpt; ./ext/phar/tests/phar_convert_again.phpt; ./ext/phar/tests/pharfileinfo_construct.phpt; ./ext/phar/tests/readfile.phpt; ./ext/phar/tests/pharfileinfo_setmetadata.phpt; ./ext/phar/tests/019c.phpt; ./ext/phar/tests/metadata_write_commit.phpt; ./ext/phar/tests/015.phpt; ./ext/phar/tests/bug74196.phpt; ./ext/phar/tests/pharfileinfo_getcrc32.phpt; ./ext/phar/tests/025.phpt; ./ext/phar/tests/refcount1.phpt; ./ext/phar/tests/phar_metadata_write2.phpt; ./ext/phar/tests/019b.phpt; ./ext/phar/tests/bug13727.phpt; ./ext/phar/tests/opendir_edgecases.phpt; ./ext/phar/tests/fopen.phpt; ./ext/phar/tests/024.phpt; ./ext/phar/tests/phar_dir_iterate.phpt; ./ext/phar/tests/phar_oo_compressed_001b.phpt; ./ext/phar/tests/phar_stub_error.phpt; ./ext/phar/tests/phar_setalias2.phpt; ./ext/phar/tests/security.phpt; ./ext/phar/tests/029.phpt; ./ext/phar/tests/phar_copy.phpt; ./ext/phar/tests/016b.phpt; ./ext/phar/tests/009.phpt; ./ext/phar/tests/metadata_write.phpt; ./ext/phar/tests/019.phpt; ./ext/phar/tests/create_new_and_modify.phpt; ./ext/phar/tests/022.phpt; ./ext/phar/tests/014.phpt; ./ext/phar/tests/pharfileinfo_chmod.phpt; ./ext/phar/tests/phar_gobyebye-win32.phpt; ./ext/standard/tests/dir/dir_bug73971.phpt; ./ext/standard/tests/file/chmod_variation2-win32-mb.phpt; ./ext/standard/tests/file/file_put_contents_variation4.phpt; ./ext/standard/tests/file/fopen_variation7.phpt; ./ext/standard/tests/file/chmod_variation2.phpt; ./ext/standard/tests/file/basename-win32.phpt; ./ext/standard/tests/file/basename_variation2-win32.phpt; ./ext/standard/tests/file/fnmatch_basic.phpt; ./ext/standard/tests/file/basename_basic-win32.phpt; ./ext/standard/tests/file/basename_variation1-win32.phpt; ./ext/standard/tests/file/fopen_variation1.phpt; ./ext/standard/tests/file/file_put_contents_variation6.phpt; ./ext/standard/tests/file/basename_variation2.phpt; ./ext/standard/tests/file/chmod_variation2-win32.phpt; ./ext/standard/tests/file/symlink_to_symlink.phpt; ./ext/standard/tests/file/fopen_variation8.phpt; ./ext/standard/tests/file/basename_bug66395-win32.phpt; ./ext/standard/tests/file/basename_bug66395_variation2-win32.phpt; ./ext/standard/tests/file/chmod_variation1.phpt; ./ext/standard/tests/file/fopen_variation12.phpt; ./ext/standard/tests/file/basename.phpt; ./ext/standard/tests/file/fopen_variation5.phpt; ./ext/standard/tests/file/file_put_contents_variation5.phpt; ./ext/standard/tests/file/windows_acls/bug44859_4.phpt; ./ext/standard/tests/file/fopen_variation9.phpt; ./ext/standard/tests/file/basename_basic.phpt; ./ext/standard/tests/file/file_variation5.phpt; ./ext/standard/tests/file/windows_mb_path/bug71509.phpt; ./ext/standard/tests/file/file_variation5-win32-mb.phpt; ./ext/standard/tests/file/file_variation5-win32.phpt; ./ext/standard/tests/file/fopen_variation17.phpt; ./ext/standard/tests/file/basename_variation1.phpt; ./ext/standard/tests/strings/bug65947.phpt; ./ext/standard/tests/strings/basename.phpt; ./ext/standard/tests/strings/basename_basic.phpt; ./ext/standard/tests/strings/basename_invalid_path.phpt; ./ext/standard/tests/strings/basename_variation.phpt; ./ext/standard/tests/strings/basename_invalid_path_win.phpt; ./ext/standard/tests/streams/stream_get_meta_data_file_variation4.phpt; ./ext/com_dotnet/tests/bug66322.phpt; ./Zend/tests/ns_053.phpt; |
standard | Function | dirname | yes | click to show/hide test files ./ext/pdo/tests/bug_72368.phpt; ./ext/pdo/tests/bug_77849.phpt; ./ext/pdo/tests/bug_79106_collision.phpt; ./ext/pdo/tests/bug_79106.phpt; ./ext/pdo/tests/bug_71885.phpt; ./ext/opcache/tests/bug78185.phpt; ./ext/pdo_mysql/tests/bug78152.phpt; ./ext/pdo_mysql/tests/bug_38546.phpt; ./ext/spl/tests/fileobject_005.phpt; ./ext/spl/tests/fileobject_004.phpt; ./ext/exif/tests/bug75785/bug75785.phpt; ./ext/pdo_odbc/tests/bug67465.phpt; ./ext/zip/tests/oo_cancel.phpt; ./ext/zip/tests/oo_progress.phpt; ./ext/zip/tests/bug72374.phpt; ./ext/zip/tests/oo_setmtime.phpt; ./ext/phar/tests/phar_mount.phpt; ./ext/phar/tests/tar/phar_setsignaturealgo2.phpt; ./ext/phar/tests/zip/bzip2.phpt; ./ext/phar/tests/024-opcache-win32.phpt; ./ext/phar/tests/cached_manifest_1.phpt; ./ext/gd/tests/imagecopyresampled_basic.phpt; ./ext/gd/tests/imagefilledpolygon_basic.phpt; ./ext/gd/tests/imagedashedline_basic.phpt; ./ext/gd/tests/bug27582_1.phpt; ./ext/gd/tests/bug24155.phpt; ./ext/gd/tests/imagepolygon_basic.phpt; ./ext/pdo_pgsql/tests/bug71885.phpt; ./ext/pdo_pgsql/tests/bug71885_2.phpt; ./ext/libxml/tests/bug61367-read.phpt; ./ext/libxml/tests/bug61367-write.phpt; ./ext/standard/tests/dir/bug72625.phpt; ./ext/standard/tests/file/tempnam_variation2-win32.phpt; ./ext/standard/tests/file/tempnam_variation6-win32.phpt; ./ext/standard/tests/file/tempnam_variation3-win32.phpt; ./ext/standard/tests/file/tempnam_variation1.phpt; ./ext/standard/tests/file/tempnam_variation3.phpt; ./ext/standard/tests/file/dirname_basic-win32.phpt; ./ext/standard/tests/file/tempnam_variation6.phpt; ./ext/standard/tests/file/bug72035.phpt; ./ext/standard/tests/file/tempnam_variation1-win32.phpt; ./ext/standard/tests/file/tempnam_variation4-1.phpt; ./ext/standard/tests/file/tempnam_variation2.phpt; ./ext/standard/tests/file/dirname_basic.phpt; ./ext/standard/tests/file/tempnam_variation8-win32.phpt; ./ext/standard/tests/file/bug75679.phpt; ./ext/standard/tests/file/dirname_no_path_normalization-win32.phpt; ./ext/standard/tests/file/tempnam_variation4-0.phpt; ./ext/standard/tests/file/windows_mb_path/test_long_path_bug71103.phpt; ./ext/standard/tests/file/tempnam_variation1-win32-mb.phpt; ./ext/standard/tests/file/tempnam_variation7-win32.phpt; ./ext/standard/tests/file/tempnam_variation7.phpt; ./ext/standard/tests/strings/dirname_multi.phpt; ./ext/standard/tests/strings/dirname_multi_win.phpt; ./ext/standard/tests/strings/dirname_basic.phpt; ./ext/standard/tests/strings/dirname_error.phpt; ./ext/standard/tests/strings/dirname_variation.phpt; ./ext/standard/tests/streams/stream_get_meta_data_file_variation4.phpt; ./ext/com_dotnet/tests/bug39606.phpt; ./ext/com_dotnet/tests/bug77621.phpt; ./sapi/cli/tests/argv_mb_bug77111.phpt; ./Zend/tests/constants/dir-constant-includes.phpt; ./Zend/tests/constants/dir-constant-nested_includes.phpt; ./Zend/tests/constants/dir-constant-normal.phpt; ./tests/run-test/test007.phpt; |
standard | Function | pathinfo | yes | click to show/hide test files ./ext/spl/tests/SplFileInfo_getExtension_basic.phpt; ./ext/spl/tests/DirectoryIterator_getExtension_basic.phpt; ./ext/session/tests/session_set_save_handler_iface_003.phpt; ./ext/session/tests/session_set_save_handler_class_018.phpt; ./ext/session/tests/session_set_save_handler_class_017.phpt; ./ext/session/tests/session_set_save_handler_sid_001.phpt; ./ext/standard/tests/file/pathinfo_basic2.phpt; ./ext/standard/tests/file/pathinfo_basic1-win32.phpt; ./ext/standard/tests/file/pathinfo_variaton.phpt; ./ext/standard/tests/file/pathinfo_basic2-win32.phpt; ./ext/standard/tests/file/pathinfo_basic1.phpt; ./ext/standard/tests/file/pathinfo_basic.phpt; ./ext/standard/tests/file/pathinfo_variation3.phpt; ./ext/standard/tests/strings/pathinfo.phpt; ./ext/standard/tests/strings/bug24098.phpt; ./sapi/cli/tests/022.phpt; |
standard | Function | stripslashes | yes | click to show/hide test files ./ext/standard/tests/strings/stripslashes_variation2.phpt; ./ext/standard/tests/strings/add-and-stripslashes.phpt; ./ext/standard/tests/strings/stripslashes_basic.phpt; ./ext/standard/tests/strings/stripslashes_variation3.phpt; ./ext/standard/tests/strings/stripslashes_variation4.phpt; ./Zend/tests/bug45744.phpt; ./tests/strings/001.phpt; |
standard | Function | stripcslashes | yes | click to show/hide test files ./ext/standard/tests/strings/stripcslashes_basic.phpt; ./ext/standard/tests/strings/add-and-stripcslashes.phpt; |
standard | Function | strstr | yes | click to show/hide test files ./ext/opcache/tests/jmp_elim_001.phpt; ./ext/pdo_mysql/tests/pdo_mysql_pconnect.phpt; ./ext/spl/tests/SplFileObject_fputcsv_variation8.phpt; ./ext/spl/tests/SplFileObject_fputcsv_variation6.phpt; ./ext/spl/tests/SplFileObject_fputcsv_variation1.phpt; ./ext/spl/tests/SplFileObject_fputcsv_variation7.phpt; ./ext/spl/tests/SplFileObject_fputcsv_variation5.phpt; ./ext/spl/tests/SplFileObject_fputcsv_variation12.phpt; ./ext/spl/tests/SplFileObject_fputcsv_variation11.phpt; ./ext/spl/tests/SplFileObject_fputcsv_variation10.phpt; ./ext/imap/tests/bug63126.phpt; ./ext/standard/tests/file/fputcsv_variation7.phpt; ./ext/standard/tests/file/fgetcsv_variation31.phpt; ./ext/standard/tests/file/ftruncate_variation5.phpt; ./ext/standard/tests/file/fputcsv_variation11.phpt; ./ext/standard/tests/file/fputcsv_variation8.phpt; ./ext/standard/tests/file/fread_variation3-win32-mb.phpt; ./ext/standard/tests/file/ftruncate_variation1-win32-mb.phpt; ./ext/standard/tests/file/ftruncate_variation5-win32.phpt; ./ext/standard/tests/file/fgetcsv_variation12.phpt; ./ext/standard/tests/file/fgetcsv_variation16.phpt; ./ext/standard/tests/file/fgetcsv_variation1.phpt; ./ext/standard/tests/file/fgetcsv_variation18.phpt; ./ext/standard/tests/file/readfile_basic.phpt; ./ext/standard/tests/file/fputcsv_variation9.phpt; ./ext/standard/tests/file/fread_variation2.phpt; ./ext/standard/tests/file/fgetcsv_variation2.phpt; ./ext/standard/tests/file/fgetcsv_variation6.phpt; ./ext/standard/tests/file/ftruncate_variation4.phpt; ./ext/standard/tests/file/fgetcsv_variation7.phpt; ./ext/standard/tests/file/fgetcsv_variation10.phpt; ./ext/standard/tests/file/fgetcsv_variation19.phpt; ./ext/standard/tests/file/fgetcsv_variation20.phpt; ./ext/standard/tests/file/ftruncate_variation7-win32.phpt; ./ext/standard/tests/file/ftruncate_variation6-win32.phpt; ./ext/standard/tests/file/readfile_basic-win32.phpt; ./ext/standard/tests/file/ftruncate_variation7.phpt; ./ext/standard/tests/file/fread_variation1.phpt; ./ext/standard/tests/file/ftruncate_variation1-win32.phpt; ./ext/standard/tests/file/ftruncate_variation3-win32.phpt; ./ext/standard/tests/file/fputcsv_variation10.phpt; ./ext/standard/tests/file/fgetcsv_variation11.phpt; ./ext/standard/tests/file/fread_variation3-win32.phpt; ./ext/standard/tests/file/fgetcsv_variation21.phpt; ./ext/standard/tests/file/fread_variation3.phpt; ./ext/standard/tests/file/fputcsv_variation1.phpt; ./ext/standard/tests/file/fputcsv_variation6.phpt; ./ext/standard/tests/file/fgetcsv_variation30.phpt; ./ext/standard/tests/file/file_variation.phpt; ./ext/standard/tests/file/ftruncate_variation2.phpt; ./ext/standard/tests/file/fgetcsv_variation9.phpt; ./ext/standard/tests/file/fgetcsv_variation8.phpt; ./ext/standard/tests/file/fputcsv_variation13.phpt; ./ext/standard/tests/file/ftruncate_variation2-win32.phpt; ./ext/standard/tests/file/ftruncate_variation1.phpt; ./ext/standard/tests/file/fgetcsv_variation29.phpt; ./ext/standard/tests/file/fgetcsv_variation15.phpt; ./ext/standard/tests/file/ftruncate_variation6.phpt; ./ext/standard/tests/file/fgetcsv_variation14.phpt; ./ext/standard/tests/file/fputcsv_variation12.phpt; ./ext/standard/tests/file/fgetcsv_variation22.phpt; ./ext/standard/tests/file/fputcsv_variation5.phpt; ./ext/standard/tests/file/ftruncate_variation3.phpt; ./ext/standard/tests/file/fgetcsv_variation17.phpt; ./ext/standard/tests/file/fgetcsv_variation13.phpt; ./ext/standard/tests/file/fread_variation4.phpt; ./ext/standard/tests/strings/strstr_variation1.phpt; ./ext/standard/tests/strings/strstr2.phpt; ./ext/standard/tests/strings/strings001.phpt; ./ext/standard/tests/strings/strstr.phpt; ./ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt; ./ext/mysqli/tests/mysqli_debug_mysqlnd_only.phpt; ./ext/mysqli/tests/mysqli_debug_append.phpt; ./Zend/tests/anon_class_name.phpt; ./Zend/tests/type_declarations/union_types/type_checking_strict.phpt; ./Zend/tests/type_declarations/union_types/type_checking_weak.phpt; ./tests/strings/001.phpt; |
standard | Function | stristr | yes | click to show/hide test files ./ext/pdo_mysql/tests/pdo_mysql_types_zerofill.phpt; ./ext/pdo_mysql/tests/pdo_mysql___construct.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_getcolumnmeta.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_errmode.phpt; ./ext/standard/tests/strings/stristr_basic.phpt; ./ext/standard/tests/strings/stristr.phpt; ./ext/standard/tests/strings/stristr_variation2.phpt; ./ext/standard/tests/strings/lcfirst.phpt; ./ext/standard/tests/strings/stristr2.phpt; ./ext/mysqli/tests/mysqli_class_mysqli_result_interface.phpt; ./ext/mysqli/tests/mysqli_constants_categories.phpt; ./ext/mysqli/tests/mysqli_stmt_get_result_non_select.phpt; ./ext/mysqli/tests/mysqli_select_db.phpt; ./ext/mysqli/tests/mysqli_phpinfo.phpt; ./ext/mysqli/tests/mysqli_fetch_field_flags.phpt; ./ext/mysqli/tests/mysqli_get_host_info.phpt; ./ext/mysqli/tests/mysqli_fetch_array_large.phpt; ./ext/mysqli/tests/mysqli_constants.phpt; |
standard | Function | strrchr | yes | click to show/hide test files ./ext/standard/tests/strings/strrchr_variation1.phpt; ./ext/standard/tests/strings/strrchr_basic.phpt; ./ext/standard/tests/strings/strrchr_variation2.phpt; ./ext/standard/tests/strings/strrchr_variation5.phpt; ./ext/standard/tests/strings/strrchr_variation3.phpt; ./ext/standard/tests/strings/strings001.phpt; ./ext/standard/tests/strings/strrchr_variation4.phpt; ./ext/standard/tests/strings/strrchr.phpt; ./ext/standard/tests/strings/strrchr_variation12.phpt; ./ext/standard/tests/strings/strrchr_variation6.phpt; ./ext/standard/tests/strings/strrchr_variation7.phpt; ./tests/strings/001.phpt; |
standard | Function | str_shuffle | yes | click to show/hide test files ./ext/standard/tests/strings/str_shuffle_basic.phpt; ./ext/standard/tests/strings/004.phpt; ./ext/standard/tests/strings/str_shuffle.phpt; ./Zend/tests/bug76047.phpt; |
standard | Function | str_word_count | yes | click to show/hide test files ./ext/standard/tests/strings/str_word_count1.phpt; ./ext/standard/tests/strings/str_word_count.phpt; |
standard | Function | str_split | yes | click to show/hide test files ./ext/openssl/tests/bug55646.phpt; ./ext/soap/tests/bug47021.phpt; ./ext/standard/tests/strings/str_split_variation3.phpt; ./ext/standard/tests/strings/str_split_variation5.phpt; ./ext/standard/tests/strings/str_split_variation4.phpt; ./ext/standard/tests/strings/str_split_basic.phpt; ./ext/standard/tests/strings/str_split_variation6.phpt; ./ext/standard/tests/strings/str_split_variation7.phpt; |
standard | Function | strpbrk | yes | click to show/hide test files ./ext/standard/tests/strings/bug60801.phpt; ./ext/standard/tests/strings/strpbrk_error.phpt; ./ext/standard/tests/strings/strpbrk_basic.phpt; |
standard | Function | substr_compare | yes | click to show/hide test files ./ext/standard/tests/strings/bug40754.phpt; ./ext/standard/tests/strings/bug33605.phpt; ./ext/standard/tests/strings/substr_compare.phpt; ./ext/standard/tests/strings/bug54454.phpt; ./ext/standard/tests/strings/bug77853.phpt; ./ext/standard/tests/strings/bug55451.phpt; |
standard | Function | strcoll | yes | click to show/hide test files ./ext/standard/tests/strings/strcoll.phpt; |
standard | Function | money_format | no | |
standard | Function | substr | yes | click to show/hide test files ./ext/pdo_oci/tests/pdo_oci_class_constants.phpt; ./ext/openssl/tests/cve-2013-6420.phpt; ./ext/openssl/tests/bug65698.phpt; ./ext/openssl/tests/openssl_peer_fingerprint_basic.phpt; ./ext/sockets/tests/socket_export_stream-1.phpt; ./ext/sockets/tests/bug76839.phpt; ./ext/sockets/tests/socket_create_pair.phpt; ./ext/sockets/tests/socket_import_stream-1.phpt; ./ext/sockets/tests/socket_select-wrongparams-4.phpt; ./ext/sockets/tests/socket_select.phpt; ./ext/iconv/tests/iconv_substr.phpt; ./ext/opcache/tests/bug78189.phpt; ./ext/opcache/tests/revalidate_path_01.phpt; ./ext/opcache/tests/bug78185.phpt; ./ext/pdo_mysql/tests/pdo_mysql___construct_uri.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_max_buffer_size.phpt; ./ext/pdo_mysql/tests/pdo_mysql_subclass.phpt; ./ext/pdo_mysql/tests/bug_50323.phpt; ./ext/pdo_mysql/tests/pdo_mysql_class_constants.phpt; ./ext/spl/tests/fileobject_003.phpt; ./ext/spl/tests/SplFileObject_fputcsv.phpt; ./ext/session/tests/session_decode_error2.phpt; ./ext/zlib/tests/gzinflate-bug42663.phpt; ./ext/zlib/tests/gzencode_variation1-win32.phpt; ./ext/zlib/tests/gzreadgzwriteplain.phpt; ./ext/zlib/tests/bug71417.phpt; ./ext/zlib/tests/inflate_get_status.phpt; ./ext/zlib/tests/deflate_add_buffer_full.phpt; ./ext/zlib/tests/bug75273.phpt; ./ext/zlib/tests/bug_34821.phpt; ./ext/intl/tests/bug71020.phpt; ./ext/intl/tests/bug62759.phpt; ./ext/reflection/tests/005.phpt; ./ext/reflection/tests/bug64936.phpt; ./ext/pdo_odbc/tests/long_columns.phpt; ./ext/xml/tests/xml001.phpt; ./ext/xml/tests/xml002.phpt; ./ext/xml/tests/bug32001b.phpt; ./ext/xml/tests/bug32001.phpt; ./ext/xml/tests/xml003.phpt; ./ext/phar/tests/phar_mount.phpt; ./ext/soap/tests/custom_content_type.phpt; ./ext/soap/tests/bug73037.phpt; ./ext/dba/tests/dba_cdb_read.phpt; ./ext/mbstring/tests/zend_multibyte-13.phpt; ./ext/mbstring/tests/zend_multibyte-14.phpt; ./ext/mbstring/tests/iso2022jp_2004_encoding.phpt; ./ext/mbstring/tests/iso2022jp_encoding.phpt; ./ext/mbstring/tests/cp5022x_encoding.phpt; ./ext/mbstring/tests/sjis_mobile_encodings.phpt; ./ext/ffi/tests/bug78714.phpt; ./ext/ffi/tests/022.phpt; ./ext/oci8/tests/bind_raw_2.phpt; ./ext/oci8/tests/define2.phpt; ./ext/oci8/tests/bind_raw.phpt; ./ext/sodium/tests/crypto_box.phpt; ./ext/sodium/tests/pwhash_scrypt.phpt; ./ext/sodium/tests/crypto_secretbox.phpt; ./ext/sodium/tests/crypto_stream.phpt; ./ext/sodium/tests/pwhash_argon2i.phpt; ./ext/sodium/tests/crypto_sign.phpt; ./ext/sodium/tests/crypto_scalarmult.phpt; ./ext/standard/tests/image/iptcembed_002.phpt; ./ext/standard/tests/array/bug50006_2.phpt; ./ext/standard/tests/array/bug50006_1.phpt; ./ext/standard/tests/array/bug34066_1.phpt; ./ext/standard/tests/array/bug50006.phpt; ./ext/standard/tests/array/bug34066.phpt; ./ext/standard/tests/misc/time_sleep_until_basic.phpt; ./ext/standard/tests/file/parse_ini_file_variation6-win32.phpt; ./ext/standard/tests/file/fstat_variation8.phpt; ./ext/standard/tests/file/umask_variation1.phpt; ./ext/standard/tests/file/fflush_basic.phpt; ./ext/standard/tests/file/fopen_variation15-win32.phpt; ./ext/standard/tests/file/fpassthru_basic.phpt; ./ext/standard/tests/file/bug26615.phpt; ./ext/standard/tests/file/readfile_variation8-win32.phpt; ./ext/standard/tests/file/bug38450.phpt; ./ext/standard/tests/file/file_get_contents_variation7-win32.phpt; ./ext/standard/tests/file/fopen_variation10-win32.phpt; ./ext/standard/tests/file/bug38450_3.phpt; ./ext/standard/tests/file/bug26938.phpt; ./ext/standard/tests/file/fflush_variation1-win32-mb.phpt; ./ext/standard/tests/file/file_get_contents_variation7-win32-mb.phpt; ./ext/standard/tests/file/bug27508.phpt; ./ext/standard/tests/file/bug72035.phpt; ./ext/standard/tests/file/fopen_variation8.phpt; ./ext/standard/tests/file/fflush_variation1-win32.phpt; ./ext/standard/tests/file/bug65701.phpt; ./ext/standard/tests/file/fopen_variation11-win32.phpt; ./ext/standard/tests/file/stream_copy_to_stream.phpt; ./ext/standard/tests/file/windows_links/bug48746_1.phpt; ./ext/standard/tests/file/windows_links/bug48746_2.phpt; ./ext/standard/tests/file/windows_links/bug73962.phpt; ./ext/standard/tests/file/windows_links/bug48746.phpt; ./ext/standard/tests/file/include_userstream_002.phpt; ./ext/standard/tests/file/bug38450_2.phpt; ./ext/standard/tests/file/unlink_variation9-win32.phpt; ./ext/standard/tests/file/bug22414.phpt; ./ext/standard/tests/file/fopen_variation5.phpt; ./ext/standard/tests/file/include_userstream_003.phpt; ./ext/standard/tests/file/touch_variation6-win32.phpt; ./ext/standard/tests/file/include_userstream_001.phpt; ./ext/standard/tests/file/parse_ini_file_variation3.phpt; ./ext/standard/tests/file/windows_acls/bug44859_2.phpt; ./ext/standard/tests/file/windows_acls/bug44859.phpt; ./ext/standard/tests/file/windows_acls/bug44859_4.phpt; ./ext/standard/tests/file/file_variation8-win32.phpt; ./ext/standard/tests/file/rmdir_variation3-win32.phpt; ./ext/standard/tests/file/readfile_variation8-win32-mb.phpt; ./ext/standard/tests/file/bug60120.phpt; ./ext/standard/tests/file/fflush_variation2.phpt; ./ext/standard/tests/file/rename_variation11-win32.phpt; ./ext/standard/tests/file/fputcsv.phpt; ./ext/standard/tests/file/windows_mb_path/recursive_it.phpt; ./ext/standard/tests/file/windows_mb_path/test_long_path_1.phpt; ./ext/standard/tests/file/windows_mb_path/test_long_path_mkdir.phpt; ./ext/standard/tests/file/windows_mb_path/test_long_path_0.phpt; ./ext/standard/tests/file/windows_mb_path/test_long_path_2.phpt; ./ext/standard/tests/file/fputcsv_variation15.phpt; ./ext/standard/tests/file/userstreams.phpt; ./ext/standard/tests/file/mkdir_variation5-win32.phpt; ./ext/standard/tests/file/fopencookie.phpt; ./ext/standard/tests/file/umask_variation2.phpt; ./ext/standard/tests/file/bug38086.phpt; ./ext/standard/tests/file/fnmatch_variation.phpt; ./ext/standard/tests/file/fopen_variation14-win32.phpt; ./ext/standard/tests/file/fflush_variation1.phpt; ./ext/standard/tests/file/bug38450_1.phpt; ./ext/standard/tests/file/fflush_variation3.phpt; ./ext/standard/tests/file/parse_ini_file_variation6-win32-mb.phpt; ./ext/standard/tests/file/include_streams.phpt; ./ext/standard/tests/file/file_put_contents_variation7-win32.phpt; ./ext/standard/tests/password/bug75221.phpt; ./ext/standard/tests/strings/substr.phpt; ./ext/standard/tests/strings/bug40754.phpt; ./ext/standard/tests/strings/uuencode.phpt; ./ext/standard/tests/strings/strtolower.phpt; ./ext/standard/tests/strings/bug73817.phpt; ./ext/standard/tests/strings/substr_int_min.phpt; ./ext/standard/tests/strings/lcfirst.phpt; ./ext/standard/tests/strings/strtoupper1.phpt; ./ext/standard/tests/strings/bug45166.phpt; ./ext/standard/tests/general_functions/getservbyport_basic.phpt; ./ext/standard/tests/general_functions/proc_nice_basic-win.phpt; ./ext/standard/tests/general_functions/bug49847.phpt; ./ext/standard/tests/mail/mail_variation_alt1-win32.phpt; ./ext/standard/tests/mail/mail_basic_alt3-win32.phpt; ./ext/standard/tests/mail/mail_basic_alt2-win32.phpt; ./ext/standard/tests/mail/mail_basic_alt4-win32.phpt; ./ext/standard/tests/mail/mail_basic_alt1-win32.phpt; ./ext/standard/tests/mail/mail_variation_alt3-win32.phpt; ./ext/standard/tests/mail/mail_variation_alt2-win32.phpt; ./ext/standard/tests/streams/bug60455_01.phpt; ./ext/standard/tests/streams/bug64770.phpt; ./ext/standard/tests/streams/bug60602.phpt; ./ext/standard/tests/streams/bug69521.phpt; ./ext/standard/tests/streams/bug60106.phpt; ./ext/standard/tests/streams/bug62922.phpt; ./ext/standard/tests/streams/proc_open_bug64438.phpt; ./ext/standard/tests/streams/stream_socket_pair.phpt; ./ext/curl/tests/curl_basic_009.phpt; ./ext/curl/tests/curl_writeheader_callback.phpt; ./ext/ldap/tests/ldap_exop.phpt; ./ext/simplexml/tests/bug42259.phpt; ./ext/bz2/tests/bug71263.phpt; ./ext/mysqli/tests/mysqli_change_user.phpt; ./ext/mysqli/tests/mysqli_fetch_assoc_bit.phpt; ./ext/mysqli/tests/mysqli_pconn_kill.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_result_bit.phpt; ./ext/mysqli/tests/028.phpt; ./ext/mysqli/tests/mysqli_fork.phpt; ./ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt; ./ext/mysqli/tests/mysqli_debug_mysqlnd_only.phpt; ./ext/mysqli/tests/mysqli_change_user_oo.phpt; ./ext/mysqli/tests/mysqli_change_user_old.phpt; ./ext/mysqli/tests/mysqli_fetch_field_flags.phpt; ./ext/mysqli/tests/mysqli_get_host_info.phpt; ./ext/mysqli/tests/mysqli_stmt_get_result_bit.phpt; ./ext/mysqli/tests/mysqli_fetch_array_large.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_limits.phpt; ./ext/mysqli/tests/035.phpt; ./ext/mysqli/tests/mysqli_pconn_max_links.phpt; ./sapi/cli/tests/cli_process_title_unix.phpt; ./sapi/cli/tests/bug71624.phpt; ./Zend/tests/float_prec_001.phpt; ./Zend/tests/exception_from_toString.phpt; ./Zend/tests/bug38779.phpt; ./Zend/tests/function_arguments/argument_count_incorrect_internal_strict.phpt; ./Zend/tests/function_arguments/argument_count_incorrect_internal.phpt; ./Zend/tests/bug38779_1.phpt; ./Zend/tests/bug78340.phpt; ./Zend/tests/bug39542.phpt; ./tests/strings/001.phpt; |
standard | Function | substr_replace | yes | click to show/hide test files ./ext/standard/tests/bug71827.phpt; ./ext/standard/tests/strings/bug42208.phpt; ./ext/standard/tests/strings/bug40754.phpt; ./ext/standard/tests/strings/substr_replace_error.phpt; ./ext/standard/tests/strings/bug55871.phpt; ./ext/standard/tests/strings/substr_replace_array.phpt; ./ext/standard/tests/strings/substr_replace.phpt; ./ext/standard/tests/strings/bug71190.phpt; ./ext/standard/tests/strings/bug54238.phpt; |
standard | Function | quotemeta | yes | click to show/hide test files ./ext/standard/tests/strings/quotemeta_basic_1.phpt; ./ext/standard/tests/strings/quotemeta_basic.phpt; ./tests/strings/001.phpt; |
standard | Function | ucfirst | yes | click to show/hide test files ./ext/standard/tests/strings/ucfirst.phpt; ./ext/date/tests/bug35624.phpt; ./tests/strings/001.phpt; |
standard | Function | lcfirst | yes | click to show/hide test files ./ext/standard/tests/strings/lcfirst.phpt; |
standard | Function | ucwords | yes | click to show/hide test files ./ext/standard/tests/strings/ucwords_variation4.phpt; ./ext/standard/tests/strings/ucwords_variation3.phpt; ./ext/standard/tests/strings/ucwords_variation5.phpt; ./ext/standard/tests/strings/ucwords_variation2.phpt; ./ext/standard/tests/strings/ucwords_basic.phpt; |
standard | Function | strtr | yes | click to show/hide test files ./ext/standard/tests/file/bug44034.phpt; ./ext/standard/tests/strings/bug67151.phpt; ./ext/standard/tests/strings/strtr_variation8.phpt; ./ext/standard/tests/strings/strtr_variation1.phpt; ./ext/standard/tests/strings/strtr_variation2.phpt; ./ext/standard/tests/strings/bug27457.phpt; ./ext/standard/tests/strings/bug69144.phpt; ./ext/standard/tests/strings/strtr_empty_search_string.phpt; ./ext/standard/tests/strings/strtr_variation6.phpt; ./ext/standard/tests/strings/strtr_basic.phpt; ./ext/standard/tests/strings/bug78612.phpt; ./ext/standard/tests/strings/bug70667.phpt; ./ext/standard/tests/strings/bug72823.phpt; ./ext/standard/tests/strings/strtr_variation4.phpt; ./ext/standard/tests/strings/strtr_with_reference.phpt; ./ext/standard/tests/strings/strtr.phpt; ./ext/standard/tests/strings/strtr_variation3.phpt; ./Zend/tests/runtime_compile_time_binary_operands.phpt; ./tests/strings/001.phpt; |
standard | Function | addslashes | yes | click to show/hide test files ./ext/opcache/tests/bug75357.phpt; ./ext/phar/tests/phar_mount.phpt; ./ext/phar/tests/readfile_edgecases.phpt; ./ext/phar/tests/phar_gobyebye.phpt; ./ext/phar/tests/fgc_edgecases.phpt; ./ext/phar/tests/phar_gobyebye-win32.phpt; ./ext/standard/tests/file/ftruncate_bug76803.phpt; ./ext/standard/tests/strings/stripslashes_variation2.phpt; ./ext/standard/tests/strings/add-and-stripslashes.phpt; ./ext/standard/tests/strings/addslashes_variation2.phpt; ./ext/standard/tests/strings/stripslashes_basic.phpt; ./ext/standard/tests/strings/addslashes_basic.phpt; ./ext/standard/tests/strings/bug40915.phpt; ./tests/strings/001.phpt; |
standard | Function | addcslashes | yes | click to show/hide test files ./ext/filter/tests/bug42718.phpt; ./ext/standard/tests/strings/addcslashes_001.phpt; ./ext/standard/tests/strings/addcslashes_003.phpt; ./ext/standard/tests/strings/addcslashes_005.phpt; ./ext/standard/tests/strings/add-and-stripcslashes.phpt; ./ext/standard/tests/strings/addcslashes_002.phpt; ./ext/standard/tests/strings/bug40915.phpt; ./Zend/tests/runtime_compile_time_binary_operands.phpt; ./Zend/tests/bug79934.phpt; |
standard | Function | rtrim | yes | click to show/hide test files ./ext/openssl/tests/openssl_decrypt_basic.phpt; ./ext/intl/tests/locale_parse_locale2.phpt; ./ext/mbstring/tests/sjis_mobile_encodings.phpt; ./ext/standard/tests/strings/rtrim.phpt; ./ext/standard/tests/strings/rtrim_error.phpt; ./ext/standard/tests/strings/rtrim_basic.phpt; ./sapi/cgi/tests/011.phpt; |
standard | Function | str_replace | yes | click to show/hide test files ./ext/openssl/tests/check_default_conf_path.phpt; ./ext/openssl/tests/openssl_x509_export_basic.phpt; ./ext/openssl/tests/bug47828.phpt; ./ext/opcache/tests/bug78189.phpt; ./ext/opcache/tests/revalidate_path_01.phpt; ./ext/opcache/tests/ssa_bug_004.phpt; ./ext/opcache/tests/bug66338.phpt; ./ext/opcache/tests/bug78185.phpt; ./ext/pdo_mysql/tests/pdo_mysql___construct_uri.phpt; ./ext/spl/tests/bug45614.phpt; ./ext/intl/tests/locale_get_display_name3.phpt; ./ext/intl/tests/locale_get_display_name6.phpt; ./ext/intl/tests/locale_get_display_name8.phpt; ./ext/intl/tests/locale_get_display_name4.phpt; ./ext/intl/tests/locale_get_display_name7.phpt; ./ext/intl/tests/locale_get_display_name2.phpt; ./ext/intl/tests/locale_get_display_name5.phpt; ./ext/phar/tests/phar_oo_005.phpt; ./ext/phar/tests/zf_test.phpt; ./ext/phar/tests/phar_oo_002.phpt; ./ext/phar/tests/tar/bug49910.phpt; ./ext/phar/tests/tar/bug71317-duplicate-filename.phpt; ./ext/phar/tests/tar/bug71504.phpt; ./ext/phar/tests/phar_oo_007.phpt; ./ext/phar/tests/027.phpt; ./ext/phar/tests/bug74196.phpt; ./ext/soap/tests/bug73037.phpt; ./ext/soap/tests/bug69137.phpt; ./ext/mbstring/tests/bug77454.phpt; ./ext/ffi/tests/301-win32.phpt; ./ext/xmlreader/tests/012.phpt; ./ext/oci8/tests/lob_023.phpt; ./ext/oci8/tests/serverversion.phpt; ./ext/oci8/tests/bind_long.phpt; ./ext/oci8/tests/lob_009.phpt; ./ext/oci8/tests/xmltype_01.phpt; ./ext/tidy/tests/004.phpt; ./ext/libxml/tests/libxml_disable_entity_loader.phpt; ./ext/libxml/tests/libxml_entity_loading_disabled_by_default.phpt; ./ext/libxml/tests/bug61367-read.phpt; ./ext/standard/tests/array/bug23788.phpt; ./ext/standard/tests/serialize/bug68594.phpt; ./ext/standard/tests/serialize/sleep_mangled_name_clash.phpt; ./ext/standard/tests/serialize/serialization_objects_011.phpt; ./ext/standard/tests/serialize/incomplete_class_magic.phpt; ./ext/standard/tests/serialize/bug45706.phpt; ./ext/standard/tests/file/parse_ini_file_variation6-win32.phpt; ./ext/standard/tests/file/fflush_basic.phpt; ./ext/standard/tests/file/fopen_variation15-win32.phpt; ./ext/standard/tests/file/fpassthru_basic.phpt; ./ext/standard/tests/file/readfile_variation8-win32.phpt; ./ext/standard/tests/file/file_get_contents_variation7-win32.phpt; ./ext/standard/tests/file/fopen_variation10-win32.phpt; ./ext/standard/tests/file/file_get_contents_variation7-win32-mb.phpt; ./ext/standard/tests/file/fopen_variation11-win32.phpt; ./ext/standard/tests/file/stream_copy_to_stream.phpt; ./ext/standard/tests/file/unlink_variation9-win32.phpt; ./ext/standard/tests/file/touch_variation6-win32.phpt; ./ext/standard/tests/file/file_variation8-win32.phpt; ./ext/standard/tests/file/bug12556.phpt; ./ext/standard/tests/file/rmdir_variation3-win32.phpt; ./ext/standard/tests/file/readfile_variation8-win32-mb.phpt; ./ext/standard/tests/file/rename_variation11-win32.phpt; ./ext/standard/tests/file/mkdir_variation5-win32.phpt; ./ext/standard/tests/file/bug38086.phpt; ./ext/standard/tests/file/fnmatch_variation.phpt; ./ext/standard/tests/file/fopen_variation14-win32.phpt; ./ext/standard/tests/file/parse_ini_file_variation6-win32-mb.phpt; ./ext/standard/tests/file/file_put_contents_variation7-win32.phpt; ./ext/standard/tests/strings/bug71969.phpt; ./ext/standard/tests/strings/bug71188.phpt; ./ext/standard/tests/strings/str_replace_array_refs.phpt; ./ext/standard/tests/strings/bug79951.phpt; ./ext/standard/tests/strings/str_replace_basic.phpt; ./ext/standard/tests/strings/bug27276.phpt; ./ext/standard/tests/strings/bug68710.phpt; ./ext/standard/tests/strings/str_replace_variation3.phpt; ./ext/standard/tests/strings/str_replace_variation1.phpt; ./ext/standard/tests/strings/bug25671.phpt; ./ext/standard/tests/strings/substr_replace.phpt; ./ext/standard/tests/strings/str_replace_array_refs2.phpt; ./ext/standard/tests/strings/bug24281.phpt; ./ext/standard/tests/strings/str_replace_variation2.phpt; ./ext/standard/tests/strings/bug39621.phpt; ./ext/tokenizer/tests/bug76991.phpt; ./ext/com_dotnet/tests/bug66431_1.phpt; ./ext/com_dotnet/tests/bug66431_0.phpt; ./ext/simplexml/tests/bug69169.phpt; ./ext/mysqli/tests/mysqli_error_unicode.phpt; ./ext/mysqli/tests/mysqli_pam_sha256_public_key_option_invalid.phpt; ./ext/mysqli/tests/033.phpt; ./ext/mysqli/tests/bug68077.phpt; ./ext/mysqli/tests/mysqli_fetch_field_flags.phpt; ./ext/mysqli/tests/mysqli_constants.phpt; ./ext/dom/tests/dom_xinclude.phpt; ./ext/dom/tests/dom005.phpt; ./sapi/fpm/tests/bug68391-conf-include-order.phpt; ./Zend/tests/compare_003.phpt; ./Zend/tests/bug36513.phpt; ./Zend/tests/compare_004_64bit.phpt; ./Zend/tests/compare_001_64bit.phpt; ./Zend/tests/compare_005_64bit.phpt; ./Zend/tests/compare_002_64bit.phpt; ./Zend/tests/compare_001.phpt; ./Zend/tests/bug79783.phpt; ./Zend/tests/closure_008.phpt; ./Zend/tests/compare_005.phpt; ./Zend/tests/bug78406.phpt; ./Zend/tests/bug63055.phpt; ./Zend/tests/runtime_compile_time_binary_operands.phpt; ./Zend/tests/compare_006.phpt; ./Zend/tests/compare_004.phpt; ./Zend/tests/compare_002.phpt; ./Zend/tests/include_stat_is_quiet.phpt; ./Zend/tests/type_declarations/union_types/type_checking_strict.phpt; ./Zend/tests/type_declarations/union_types/type_checking_weak.phpt; ./Zend/tests/compare_003_64bit.phpt; ./Zend/tests/bug34879.phpt; ./Zend/tests/compare_006_64bit.phpt; ./tests/classes/bug26737.phpt; ./tests/classes/private_members_serialization.phpt; ./tests/run-test/test007.phpt; |
standard | Function | str_ireplace | yes | click to show/hide test files ./ext/standard/tests/strings/bug33076.phpt; ./ext/standard/tests/strings/bug27675.phpt; ./ext/standard/tests/strings/bug79986.phpt; ./ext/standard/tests/strings/str_ireplace.phpt; ./ext/standard/tests/strings/bug39621.phpt; ./ext/mysqli/tests/mysqli_fetch_field_flags.phpt; |
standard | Function | str_repeat | yes | click to show/hide test files ./ext/pdo_oci/tests/pdo_oci_stmt_getcolumnmeta.phpt; ./ext/pdo_oci/tests/pdo_oci_stream_2a.phpt; ./ext/pdo_oci/tests/bug60994.phpt; ./ext/openssl/tests/openssl_decrypt_ocb.phpt; ./ext/openssl/tests/openssl_decrypt_ccm.phpt; ./ext/openssl/tests/openssl_encrypt_ocb.phpt; ./ext/openssl/tests/bug71475.phpt; ./ext/openssl/tests/openssl_decrypt_basic.phpt; ./ext/openssl/tests/openssl_encrypt_ccm.phpt; ./ext/openssl/tests/openssl_error_string_basic.phpt; ./ext/openssl/tests/openssl_decrypt_gcm.phpt; ./ext/openssl/tests/openssl_decrypt_error.phpt; ./ext/openssl/tests/openssl_encrypt_error.phpt; ./ext/openssl/tests/openssl_encrypt_gcm.phpt; ./ext/gettext/tests/44938.phpt; ./ext/iconv/tests/iconv_strrpos.phpt; ./ext/iconv/tests/iconv_strpos.phpt; ./ext/iconv/tests/ob_iconv_handler-charset-length-cve-2007-4840.phpt; ./ext/iconv/tests/iconv_strpos-charset-length-cve-2007-4840.phpt; ./ext/iconv/tests/iconv_mime_decode_headers-charset-length-cve-2007-4840.phpt; ./ext/iconv/tests/iconv_set_encoding-charset-length-cve-2007-4840.phpt; ./ext/iconv/tests/iconv_substr-charset-length-cve-2007-4783.phpt; ./ext/iconv/tests/iconv-charset-length-cve-2007-4840.phpt; ./ext/iconv/tests/iconv_strrpos-charset-length-cve-2007-4840.phpt; ./ext/iconv/tests/eucjp2iso2022jp.phpt; ./ext/iconv/tests/iconv_mime_decode-charset-length-cve-2007-4840.phpt; ./ext/iconv/tests/iconv_strlen-charset-length-cve-2007-4840.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_emulated.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_native.phpt; ./ext/pdo_mysql/tests/pdo_mysql___construct.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_bindparam_types.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_getcolumnmeta.phpt; ./ext/pdo_mysql/tests/pdo_mysql_types.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_blobs.phpt; ./ext/spl/tests/iterator_015.phpt; ./ext/spl/tests/iterator_016.phpt; ./ext/xmlwriter/tests/bug48204.phpt; ./ext/pcre/tests/005.phpt; ./ext/pcre/tests/bug79188.phpt; ./ext/pcre/tests/errors05.phpt; ./ext/pcre/tests/bug72685.phpt; ./ext/pcre/tests/cache_limit.phpt; ./ext/pcre/tests/no_jit_bug70110.phpt; ./ext/pcre/tests/preg_match_error3.phpt; ./ext/zlib/tests/002.phpt; ./ext/zlib/tests/001.phpt; ./ext/zlib/tests/bug73944.phpt; ./ext/zlib/tests/gzreadgzwrite.phpt; ./ext/zlib/tests/gztell_basic2.phpt; ./ext/zlib/tests/inflate_get_read_len.phpt; ./ext/zlib/tests/compress_zlib_wrapper.phpt; ./ext/zlib/tests/bug74240.phpt; ./ext/zlib/tests/003.phpt; ./ext/zlib/tests/bug48725.phpt; ./ext/zlib/tests/gzreadgzwriteplain.phpt; ./ext/zlib/tests/inflate_get_status.phpt; ./ext/intl/tests/msgfmt_get_set_pattern.phpt; ./ext/intl/tests/bug62082.phpt; ./ext/intl/tests/formatter_get_set_pattern2.phpt; ./ext/intl/tests/formatter_get_set_pattern.phpt; ./ext/intl/tests/bug67397.phpt; ./ext/intl/tests/bug72241.phpt; ./ext/intl/tests/formatter_get_set_text_attribute_var2.phpt; ./ext/intl/tests/bug72061.phpt; ./ext/intl/tests/formatter_get_set_text_attribute.phpt; ./ext/intl/tests/formatter_get_set_symbol2.phpt; ./ext/intl/tests/bug72533.phpt; ./ext/intl/tests/bug72506.phpt; ./ext/gmp/tests/gmp_import.phpt; ./ext/pdo_odbc/tests/max_columns.phpt; ./ext/xml/tests/bug72099.phpt; ./ext/xml/tests/bug72085.phpt; ./ext/xml/tests/bug65236.phpt; ./ext/zip/tests/oo_setcomment_error.phpt; ./ext/phar/tests/phar_extract.phpt; ./ext/phar/tests/bug73809.phpt; ./ext/phar/tests/phar_setdefaultstub.phpt; ./ext/phar/tests/phar_createdefaultstub.phpt; ./ext/phar/tests/bug77396.phpt; ./ext/phar/tests/tar/bignames.phpt; ./ext/phar/tests/tar/bignames_overflow.phpt; ./ext/phar/tests/zip/largezip.phpt; ./ext/phar/tests/bug52013.phpt; ./ext/phar/tests/bug66960.phpt; ./ext/phar/tests/009.phpt; ./ext/soap/tests/bug70211.phpt; ./ext/soap/tests/bug70388.phpt; ./ext/odbc/tests/bug69354.phpt; ./ext/odbc/tests/bug60616.phpt; ./ext/posix/tests/001.phpt; ./ext/sysvshm/tests/004.phpt; ./ext/gd/tests/bug71952.phpt; ./ext/gd/tests/bug72339.phpt; ./ext/mbstring/tests/mb_str_split_jp.phpt; ./ext/mbstring/tests/mbregex_stack_limit.phpt; ./ext/mbstring/tests/mbregex_stack_limit2.phpt; ./ext/mbstring/tests/illformed_utf_sequences.phpt; ./ext/mbstring/tests/mb_str_split_ru.phpt; ./ext/mbstring/tests/mb_substr_count.phpt; ./ext/filter/tests/bug52929.phpt; ./ext/oci8/tests/lob_024.phpt; ./ext/oci8/tests/lob_007.phpt; ./ext/oci8/tests/bind_long.phpt; ./ext/oci8/tests/lob_025.phpt; ./ext/oci8/tests/lob_002.phpt; ./ext/oci8/tests/pecl_bug10194.phpt; ./ext/oci8/tests/bug70700.phpt; ./ext/oci8/tests/pecl_bug10194_blob_64.phpt; ./ext/oci8/tests/pecl_bug10194_blob.phpt; ./ext/oci8/tests/lob_008.phpt; ./ext/zend_test/tests/observer_error_01.phpt; ./ext/libxml/tests/002.phpt; ./ext/libxml/tests/bug54138.phpt; ./ext/libxml/tests/bug54138_2.phpt; ./ext/sodium/tests/crypto_box.phpt; ./ext/sodium/tests/crypto_sign.phpt; ./ext/standard/tests/bug71827.phpt; ./ext/standard/tests/array/008.phpt; ./ext/standard/tests/serialize/bug68594.phpt; ./ext/standard/tests/serialize/unserializeS.phpt; ./ext/standard/tests/serialize/max_depth.phpt; ./ext/standard/tests/http/bug47021.phpt; ./ext/standard/tests/dir/dir_bug73971.phpt; ./ext/standard/tests/network/bug68925.phpt; ./ext/standard/tests/network/bindto.phpt; ./ext/standard/tests/file/copy_variation4.phpt; ./ext/standard/tests/file/bug44607.phpt; ./ext/standard/tests/file/copy_variation2.phpt; ./ext/standard/tests/file/copy_variation1.phpt; ./ext/standard/tests/file/copy_variation14.phpt; ./ext/standard/tests/file/copy_variation10.phpt; ./ext/standard/tests/file/userstreams_006.phpt; ./ext/standard/tests/file/glob_error_002-win32.phpt; ./ext/standard/tests/file/filesize_variation2-win32.phpt; ./ext/standard/tests/file/copy_variation9.phpt; ./ext/standard/tests/file/copy_variation5-win32.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation4.phpt; ./ext/standard/tests/file/disk_free_space_basic.phpt; ./ext/standard/tests/file/filesize_variation2.phpt; ./ext/standard/tests/file/bug69100.phpt; ./ext/standard/tests/file/copy_variation2-win32.phpt; ./ext/standard/tests/file/copy_variation2-win32-mb.phpt; ./ext/standard/tests/file/bug37158.phpt; ./ext/standard/tests/file/stream_enclosed.phpt; ./ext/standard/tests/file/copy_variation3.phpt; ./ext/standard/tests/file/bug39673.phpt; ./ext/standard/tests/file/copy_variation16.phpt; ./ext/standard/tests/file/filesize_variation3.phpt; ./ext/standard/tests/file/copy_variation11.phpt; ./ext/standard/tests/file/copy_variation7.phpt; ./ext/standard/tests/file/copy_variation5.phpt; ./ext/standard/tests/file/copy_variation15.phpt; ./ext/standard/tests/file/bug60120.phpt; ./ext/standard/tests/file/bug75679.phpt; ./ext/standard/tests/file/dirname_no_path_normalization-win32.phpt; ./ext/standard/tests/file/windows_mb_path/bug74923.phpt; ./ext/standard/tests/file/windows_mb_path/recursive_it.phpt; ./ext/standard/tests/file/windows_mb_path/test_long_path_1.phpt; ./ext/standard/tests/file/windows_mb_path/test_long_path_bug70943.phpt; ./ext/standard/tests/file/windows_mb_path/test_long_path_mkdir.phpt; ./ext/standard/tests/file/windows_mb_path/test_long_path_0.phpt; ./ext/standard/tests/file/windows_mb_path/test_long_path_2.phpt; ./ext/standard/tests/file/copy_variation16-win32.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation3.phpt; ./ext/standard/tests/file/copy_variation3-win32.phpt; ./ext/standard/tests/file/copy_variation17.phpt; ./ext/standard/tests/file/copy_variation18.phpt; ./ext/standard/tests/file/lstat_stat_variation7.phpt; ./ext/standard/tests/strings/crypt_variation1.phpt; ./ext/standard/tests/strings/wordwrap_memory_limit.phpt; ./ext/standard/tests/strings/str_repeat.phpt; ./ext/standard/tests/strings/quoted_printable_encode_002.phpt; ./ext/standard/tests/strings/chunk_split.phpt; ./ext/standard/tests/strings/005.phpt; ./ext/standard/tests/strings/explode_bug.phpt; ./ext/standard/tests/strings/wordwrap_memory_limit_win32.phpt; ./ext/standard/tests/strings/bug72663_3.phpt; ./ext/standard/tests/strings/bug62462.phpt; ./ext/standard/tests/strings/007.phpt; ./ext/standard/tests/strings/bug20927.phpt; ./ext/standard/tests/strings/bug27276.phpt; ./ext/standard/tests/strings/bug55871.phpt; ./ext/standard/tests/strings/bug68710.phpt; ./ext/standard/tests/strings/bug50847.phpt; ./ext/standard/tests/strings/bug24312.phpt; ./ext/standard/tests/strings/chunk_split_variation3.phpt; ./ext/standard/tests/strings/bug64879.phpt; ./ext/standard/tests/strings/substr_count_basic.phpt; ./ext/standard/tests/strings/chunk_split_variation1_32bit.phpt; ./ext/standard/tests/strings/007-win32.phpt; ./ext/standard/tests/strings/chunk_split_variation2_32bit.phpt; ./ext/standard/tests/strings/explode.phpt; ./ext/standard/tests/strings/006.phpt; ./ext/standard/tests/strings/str_repeat_variation1.phpt; ./ext/standard/tests/strings/bug44703.phpt; ./ext/standard/tests/math/bindec_basiclong_64bit.phpt; ./ext/standard/tests/math/hexdec_basiclong_64bit.phpt; ./ext/standard/tests/general_functions/dl-cve-2007-4887.phpt; ./ext/standard/tests/general_functions/bug49847.phpt; ./ext/standard/tests/general_functions/escapeshellcmd_bug71270.phpt; ./ext/standard/tests/general_functions/escapeshellarg_bug71270.phpt; ./ext/standard/tests/general_functions/bug72306.phpt; ./ext/standard/tests/streams/bug79984.phpt; ./ext/standard/tests/streams/proc_open_bug60120.phpt; ./ext/standard/tests/streams/stream_set_chunk_size.phpt; ./ext/standard/tests/streams/bug77080.phpt; ./ext/standard/tests/streams/set_file_buffer.phpt; ./ext/standard/tests/streams/bug60106.phpt; ./ext/standard/tests/streams/bug63240.phpt; ./ext/standard/tests/streams/bug72221.phpt; ./ext/standard/tests/streams/proc_open_bug64438.phpt; ./ext/standard/tests/streams/bug78326_1.phpt; ./ext/standard/tests/streams/bug70362.phpt; ./ext/standard/tests/streams/bug79000.phpt; ./ext/date/tests/bug50392.phpt; ./ext/hash/tests/sha256.phpt; ./ext/hash/tests/mhash_003.phpt; ./ext/hash/tests/hmac-md5.phpt; ./ext/hash/tests/ripemd160.phpt; ./ext/hash/tests/sha512.phpt; ./ext/hash/tests/fnv132.phpt; ./ext/hash/tests/fnv164.phpt; ./ext/hash/tests/whirlpool.phpt; ./ext/hash/tests/sha1.phpt; ./ext/hash/tests/sha3.phpt; ./ext/hash/tests/ripemd320.phpt; ./ext/hash/tests/md5.phpt; ./ext/hash/tests/sha384.phpt; ./ext/hash/tests/ripemd256.phpt; ./ext/hash/tests/tiger.phpt; ./ext/hash/tests/bug73127.phpt; ./ext/hash/tests/gost.phpt; ./ext/hash/tests/ripemd128.phpt; ./ext/hash/tests/sha224.phpt; ./ext/curl/tests/bug69316.phpt; ./ext/curl/tests/bug52827.phpt; ./ext/fileinfo/tests/cve-2014-1943.phpt; ./ext/fileinfo/tests/cve-2014-3538.phpt; ./ext/fileinfo/tests/cve-2014-1943-mb.phpt; ./ext/fileinfo/tests/bug68819_002.phpt; ./ext/fileinfo/tests/cve-2014-3538-nojit.phpt; ./ext/fileinfo/tests/cve-2014-3538-mb.phpt; ./ext/mysqli/tests/mysqli_change_user.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_param_many_columns.phpt; ./ext/mysqli/tests/mysqli_fetch_assoc_zerofill.phpt; ./ext/mysqli/tests/mysqli_real_connect_compression_error.phpt; ./ext/mysqli/tests/mysqli_insert_packet_overflow.phpt; ./ext/mysqli/tests/005.phpt; ./ext/mysqli/tests/bug38710.phpt; ./ext/mysqli/tests/mysqli_stmt_send_long_data_packet_size_mysqlnd.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_result_zerofill.phpt; ./ext/mysqli/tests/mysqli_change_user_old.phpt; ./ext/mysqli/tests/bug35103.phpt; ./ext/mysqli/tests/mysqli_fetch_array_large.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_limits.phpt; ./ext/mysqli/tests/022.phpt; ./ext/dom/tests/DOMDocument_schemaValidate_error6.phpt; ./ext/dom/tests/DOMDocument_load_error6.phpt; ./sapi/fpm/tests/log-bwp-msg-flush-split-fallback.phpt; ./sapi/fpm/tests/log-bm-limit-2048-msg-4000.phpt; ./sapi/fpm/tests/log-bwp-msg-flush-split-real.phpt; ./sapi/fpm/tests/log-bm-in-shutdown-fn.phpt; ./sapi/fpm/tests/log-bm-limit-1024-msg-80.phpt; ./sapi/fpm/tests/bug78599-path-info-underflow.phpt; ./sapi/cli/tests/upload_2G.phpt; ./sapi/cgi/tests/apache_request_headers.phpt; ./Zend/tests/bug60771.phpt; ./Zend/tests/bug40770.phpt; ./Zend/tests/self_and.phpt; ./Zend/tests/generators/bug71441.phpt; ./Zend/tests/generators/yield_during_function_call.phpt; ./Zend/tests/bug43128.phpt; ./Zend/tests/bug75420.12.phpt; ./Zend/tests/closure_061.phpt; ./Zend/tests/bug75420.15.phpt; ./Zend/tests/bug75420.7.phpt; ./Zend/tests/objects_025.phpt; ./Zend/tests/bug44069.phpt; ./Zend/tests/self_or.phpt; ./Zend/tests/bug75420.2.phpt; ./Zend/tests/bug40809.phpt; ./Zend/tests/bug75420.4.phpt; ./Zend/tests/call_with_refs.phpt; ./Zend/tests/self_xor.phpt; ./Zend/tests/type_declarations/typed_properties_056.phpt; ./Zend/tests/type_declarations/typed_properties_057.phpt; ./Zend/tests/type_declarations/typed_properties_046.phpt; ./Zend/tests/type_declarations/typed_properties_051.phpt; ./Zend/tests/bug75420.10.phpt; ./Zend/tests/unexpected_ref_bug.phpt; ./Zend/tests/try/bug70228_7.phpt; ./Zend/tests/try/bug70228_6.phpt; ./Zend/tests/try/bug70228_5.phpt; ./Zend/tests/try/bug70228_8.phpt; ./Zend/tests/try/bug70228.phpt; ./Zend/tests/bug76047.phpt; ./Zend/tests/bug55509.phpt; ./Zend/tests/bug78340.phpt; ./tests/basic/bug80384.phpt; ./tests/basic/req44164.phpt; ./tests/lang/bug45392.phpt; ./tests/lang/operators/overloaded_property_ref.phpt; ./tests/security/bug53226.phpt; ./tests/output/bug60768.phpt; |
standard | Function | count_chars | yes | click to show/hide test files ./ext/standard/tests/strings/count_chars.phpt; ./ext/standard/tests/strings/count_chars_basic.phpt; |
standard | Function | chunk_split | yes | click to show/hide test files ./ext/standard/tests/url/bug55273.phpt; ./ext/standard/tests/strings/chunk_split_variation10.phpt; ./ext/standard/tests/strings/chunk_split_variation6.phpt; ./ext/standard/tests/strings/chunk_split.phpt; ./ext/standard/tests/strings/bug40754.phpt; ./ext/standard/tests/strings/chunk_split_variation7.phpt; ./ext/standard/tests/strings/chunk_split_basic.phpt; ./ext/standard/tests/strings/bug24312.phpt; ./ext/standard/tests/strings/chunk_split_variation3.phpt; ./ext/standard/tests/strings/chunk_split_variation9.phpt; ./ext/standard/tests/strings/chunk_split_variation12.phpt; ./ext/standard/tests/strings/chunk_split_variation1_32bit.phpt; ./ext/standard/tests/strings/chunk_split_variation5.phpt; ./ext/standard/tests/strings/chunk_split_variation2_32bit.phpt; ./ext/standard/tests/strings/chunk_split_variation4.phpt; ./ext/standard/tests/strings/chunk_split_variation13.phpt; ./ext/standard/tests/strings/chunk_split_variation8.phpt; ./ext/standard/tests/strings/chunk_split_variation11.phpt; |
standard | Function | trim | yes | click to show/hide test files ./ext/pdo_mysql/tests/pdo_mysql_begintransaction.phpt; ./ext/spl/tests/bug46053.phpt; ./ext/reflection/tests/005.phpt; ./ext/reflection/tests/bug64936.phpt; ./ext/pdo_pgsql/tests/bug_49985.phpt; ./ext/pdo_pgsql/tests/bug_33876.phpt; ./ext/ffi/tests/101.phpt; ./ext/ffi/tests/100.phpt; ./ext/oci8/tests/driver_name.phpt; ./ext/oci8/tests/coll_003.phpt; ./ext/oci8/tests/coll_018.phpt; ./ext/oci8/tests/bug37220.phpt; ./ext/oci8/tests/driver_name_11gR2.phpt; ./ext/libxml/tests/002.phpt; ./ext/standard/tests/file/is_file_variation3.phpt; ./ext/standard/tests/file/windows_links/readlink_compat.phpt; ./ext/standard/tests/strings/bug22008.phpt; ./ext/standard/tests/strings/trim_error.phpt; ./ext/standard/tests/strings/trim_basic.phpt; ./ext/standard/tests/strings/setlocale_basic2.phpt; ./ext/standard/tests/strings/setlocale_basic1.phpt; ./ext/standard/tests/strings/trim1.phpt; ./ext/standard/tests/strings/setlocale_basic3.phpt; ./ext/standard/tests/strings/setlocale_variation1.phpt; ./ext/com_dotnet/tests/bug66431_1.phpt; ./ext/simplexml/tests/026.phpt; ./ext/simplexml/tests/005.phpt; ./ext/simplexml/tests/004.phpt; ./ext/simplexml/tests/028.phpt; ./ext/simplexml/tests/sxe_003.phpt; ./ext/simplexml/tests/sxe_002.phpt; ./ext/simplexml/tests/sxe_004.phpt; ./ext/simplexml/tests/027.phpt; ./ext/simplexml/tests/009.phpt; ./ext/simplexml/tests/019.phpt; ./ext/simplexml/tests/006.phpt; ./ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt; ./ext/mysqli/tests/mysqli_connect_attr.phpt; ./ext/mysqli/tests/mysqli_debug_mysqlnd_only.phpt; ./ext/mysqli/tests/mysqli_fetch_field_flags.phpt; ./ext/mysqli/tests/mysqli_fetch_array_large.phpt; ./sapi/cli/tests/sapi_windows_set_ctrl_handler.phpt; ./sapi/cli/tests/cli_process_title_unix.phpt; ./sapi/cli/tests/bug64529.phpt; ./Zend/tests/bug36513.phpt; ./Zend/tests/bug64677.phpt; ./Zend/tests/overloaded_func_002.phpt; ./tests/classes/tostring_001.phpt; |
standard | Function | ltrim | yes | click to show/hide test files ./ext/openssl/tests/openssl_pkey_new_basic.phpt; ./ext/standard/tests/strings/ltrim.phpt; ./ext/standard/tests/strings/ltrim_error.phpt; ./ext/standard/tests/strings/ltrim_basic.phpt; |
standard | Function | strip_tags | yes | click to show/hide test files ./ext/standard/tests/file/bug79099.phpt; ./ext/standard/tests/strings/bug22008.phpt; ./ext/standard/tests/strings/bug78346.phpt; ./ext/standard/tests/strings/bug40637.phpt; ./ext/standard/tests/strings/bug45485.phpt; ./ext/standard/tests/strings/strip_tags_variation5.phpt; ./ext/standard/tests/strings/strip_tags.phpt; ./ext/standard/tests/strings/strip_tags_variation9.phpt; ./ext/standard/tests/strings/strip_tags_basic1.phpt; ./ext/standard/tests/strings/bug21744.phpt; ./ext/standard/tests/strings/bug40704.phpt; ./ext/standard/tests/strings/bug78003.phpt; ./ext/standard/tests/strings/strip_tags_variation2.phpt; ./ext/standard/tests/strings/strip_tags_variation10.phpt; ./ext/standard/tests/strings/bug53319.phpt; ./ext/standard/tests/strings/bug78814.phpt; ./ext/standard/tests/strings/bug50847.phpt; ./ext/standard/tests/strings/strip_tags_variation4.phpt; ./ext/standard/tests/strings/strip_tags_variation6.phpt; ./ext/standard/tests/strings/strip_tags_variation8.phpt; ./ext/standard/tests/strings/bug70720.phpt; ./ext/standard/tests/strings/bug46578.phpt; ./ext/standard/tests/strings/bug40432.phpt; ./ext/standard/tests/strings/strip_tags_basic2.phpt; ./ext/standard/tests/strings/strip_tags_variation7.phpt; ./ext/standard/tests/strings/strip_tags_array.phpt; ./ext/standard/tests/strings/bug21453.phpt; ./ext/standard/tests/strings/bug23650.phpt; ./ext/standard/tests/strings/strip_tags_variation11.phpt; ./ext/mysqli/tests/mysqli_pconn_max_links.phpt; ./Zend/tests/bug36513.phpt; ./Zend/tests/bug61165.phpt; |
standard | Function | similar_text | yes | click to show/hide test files ./ext/standard/tests/strings/similar_text_basic.phpt; ./Zend/tests/bug78154.phpt; |
standard | Function | explode | yes | click to show/hide test files ./ext/pdo_oci/tests/pdo_oci_attr_client.phpt; ./ext/iconv/tests/iconv_mime_encode.phpt; ./ext/opcache/tests/bug77266.phpt; ./ext/pdo_mysql/tests/pdo_mysql___construct.phpt; ./ext/pdo_mysql/tests/bug_50323.phpt; ./ext/spl/tests/array_018.phpt; ./ext/spl/tests/SplFileObject_fputcsv.phpt; ./ext/spl/tests/bug66405.phpt; ./ext/session/tests/010.phpt; ./ext/soap/tests/bug69137.phpt; ./ext/mbstring/tests/sjis_mobile_encodings.phpt; ./ext/pdo_pgsql/tests/bug_49985.phpt; ./ext/pdo_pgsql/tests/bug_33876.phpt; ./ext/ffi/tests/101.phpt; ./ext/ffi/tests/100.phpt; ./ext/libxml/tests/002.phpt; ./ext/standard/tests/array/bug34227.phpt; ./ext/standard/tests/time/001.phpt; ./ext/standard/tests/file/fputcsv.phpt; ./ext/standard/tests/file/fputcsv_variation15.phpt; ./ext/standard/tests/strings/explode_variation5.phpt; ./ext/standard/tests/strings/explode1.phpt; ./ext/standard/tests/strings/setlocale_variation2.phpt; ./ext/standard/tests/strings/explode_bug.phpt; ./ext/standard/tests/strings/setlocale_basic2.phpt; ./ext/standard/tests/strings/setlocale_basic1.phpt; ./ext/standard/tests/strings/setlocale_basic3.phpt; ./ext/standard/tests/strings/setlocale_variation1.phpt; ./ext/standard/tests/strings/explode_variation7.phpt; ./ext/standard/tests/strings/explode.phpt; ./ext/standard/tests/strings/explode_variation4.phpt; ./ext/standard/tests/strings/explode_variation6.phpt; ./ext/standard/tests/general_functions/proc_nice_basic-win.phpt; ./ext/pspell/tests/001.phpt; ./ext/mysqli/tests/mysqli_character_set_name.phpt; ./ext/mysqli/tests/mysqli_options.phpt; ./ext/mysqli/tests/mysqli_character_set.phpt; ./ext/mysqli/tests/mysqli_character_set_name_oo.phpt; ./ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt; ./ext/mysqli/tests/mysqli_debug_mysqlnd_only.phpt; ./ext/mysqli/tests/mysqli_get_charset.phpt; ./sapi/fpm/tests/socket-uds-acl.phpt; |
standard | Function | implode | yes | click to show/hide test files ./ext/pdo_oci/tests/pdo_oci_stmt_getcolumnmeta.phpt; ./ext/openssl/tests/bug55646.phpt; ./ext/pdo/tests/bug_52098.phpt; ./ext/iconv/tests/translit-utf8.phpt; ./ext/opcache/tests/opt/sccp_033.phpt; ./ext/opcache/tests/jit/send_val_001.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_non_select.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_emulated.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_rowcount.phpt; ./ext/pdo_mysql/tests/pdo_mysql_errorinfo.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_variable_columncount.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_unbuffered_2050.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize.phpt; ./ext/pdo_mysql/tests/pdo_mysql_multi_stmt_nextrowset.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_bindvalue.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_native.phpt; ./ext/pdo_mysql/tests/pdo_mysql_commit.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_errorinfo.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_match_against.phpt; ./ext/pdo_mysql/tests/pdo_mysql___construct_uri.phpt; ./ext/pdo_mysql/tests/pdo_mysql___construct_ini.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_max_buffer_size.phpt; ./ext/pdo_mysql/tests/pdo_mysql_pconnect.phpt; ./ext/pdo_mysql/tests/pdo_mysql_fetch_both.phpt; ./ext/pdo_mysql/tests/bug41125.phpt; ./ext/pdo_mysql/tests/pdo_mysql_exec_select.phpt; ./ext/pdo_mysql/tests/pdo_mysql_exec_load_data.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_fetchobject.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_bindparam.phpt; ./ext/pdo_mysql/tests/pdo_mysql___construct.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_bindparam_types.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_bindcolumn.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize_simple.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_errorcode.phpt; ./ext/pdo_mysql/tests/pdo_mysql_subclass.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_getcolumnmeta.phpt; ./ext/pdo_mysql/tests/pdo_mysql_errorcode.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_nextrowset.phpt; ./ext/pdo_mysql/tests/pdo_mysql_exec.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_columncount.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_closecursor.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_native_named_placeholder.phpt; ./ext/pdo_mysql/tests/pdo_mysql_last_insert_id.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_native_clear_error.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_blobfromsteam.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_emulated_placeholder_everywhere.phpt; ./ext/pdo_mysql/tests/pdo_mysql_begintransaction.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_emulated_anonymous.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_closecursor_empty.phpt; ./ext/pdo_mysql/tests/pdo_mysql___construct_options.phpt; ./ext/pdo_mysql/tests/pdo_mysql_get_attribute.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_native_placeholder_everywhere.phpt; ./ext/pdo_mysql/tests/pdo_mysql_exec_ddl.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_multiquery.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_native_dup_named_placeholder.phpt; ./ext/spl/tests/arrayObject_magicMethods6.phpt; ./ext/spl/tests/arrayObject_magicMethods1.phpt; ./ext/spl/tests/arrayObject_magicMethods5.phpt; ./ext/spl/tests/arrayObject_magicMethods3.phpt; ./ext/spl/tests/arrayObject_magicMethods2.phpt; ./ext/spl/tests/arrayObject_getIteratorClass_basic1.phpt; ./ext/spl/tests/arrayObject_magicMethods4.phpt; ./ext/spl/tests/bug66405.phpt; ./ext/pcre/tests/bug72688.phpt; ./ext/zlib/tests/dictionary_usage.phpt; ./ext/zlib/tests/inflate_init_reuse.phpt; ./ext/intl/uchar/tests/basic-functionality.phpt; ./ext/intl/tests/locale_lookup.phpt; ./ext/intl/tests/locale_lookup_variant2.phpt; ./ext/intl/tests/locale_lookup_variant3.phpt; ./ext/intl/tests/bug65732.phpt; ./ext/imap/tests/imap_createmailbox_basic.phpt; ./ext/pdo_odbc/tests/long_columns.phpt; ./ext/pdo_odbc/tests/max_columns.phpt; ./ext/xml/tests/bug32001b.phpt; ./ext/xml/tests/bug32001.phpt; ./ext/mbstring/tests/mb_strcut.phpt; ./ext/mbstring/tests/mb_detect_order.phpt; ./ext/mbstring/tests/mb_ereg_search_xxx.phpt; ./ext/mbstring/tests/mbregex_stack_limit2.phpt; ./ext/mbstring/tests/mb_ereg.phpt; ./ext/mbstring/tests/bug79371.phpt; ./ext/pdo_pgsql/tests/copy_from.phpt; ./ext/pdo_pgsql/tests/bug43925.phpt; ./ext/sqlite3/tests/sqlite3_25_create_aggregate.phpt; ./ext/sqlite3/tests/sqlite3_40_setauthorizer.phpt; ./ext/standard/tests/file/004.phpt; ./ext/standard/tests/strings/bug39350.phpt; ./ext/standard/tests/strings/count_chars.phpt; ./ext/standard/tests/strings/bug78840.phpt; ./ext/standard/tests/strings/locale_independent_float_to_string.phpt; ./ext/standard/tests/strings/implode.phpt; ./ext/standard/tests/strings/bug22224.phpt; ./ext/standard/tests/strings/bug20169.phpt; ./ext/standard/tests/strings/implode1.phpt; ./ext/standard/tests/strings/explode_variation7.phpt; ./ext/standard/tests/strings/bug72100.phpt; ./ext/tokenizer/tests/PhpToken_toString.phpt; ./ext/date/tests/bug61642.phpt; ./ext/simplexml/tests/bug41861.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_param_many_columns.phpt; ./ext/mysqli/tests/mysqli_class_mysqli_result_interface.phpt; ./ext/mysqli/tests/mysqli_driver.phpt; ./sapi/fpm/tests/bug76601-reload-child-signals.phpt; ./sapi/fpm/tests/socket-uds-acl.phpt; ./Zend/tests/attributes/028_grouped.phpt; ./Zend/tests/bug70898.phpt; ./Zend/tests/concat_003.phpt; ./tests/classes/__call_004.phpt; ./tests/classes/__call_005.phpt; |
standard | Function | join | yes | click to show/hide test files ./ext/opcache/tests/opt/block_pass_001.phpt; ./ext/spl/tests/iterator_023.phpt; ./ext/spl/tests/bug75717.phpt; ./ext/spl/tests/iterator_021.phpt; ./ext/spl/tests/iterator_034.phpt; ./ext/spl/tests/SplFileObject_fputcsv.phpt; ./ext/spl/tests/iterator_022.phpt; ./ext/intl/tests/resourcebundle_locales.phpt; ./ext/reflection/tests/bug80190.phpt; ./ext/phar/tests/phar_oo_008.phpt; ./ext/phar/tests/phar_oo_009.phpt; ./ext/soap/tests/bug47021.phpt; ./ext/mbstring/tests/mb_strcut.phpt; ./ext/pdo_pgsql/tests/bug66584.phpt; ./ext/standard/tests/array/array_map_object1.phpt; ./ext/standard/tests/class_object/bug71442.phpt; ./ext/standard/tests/file/userstreams_007.phpt; ./ext/standard/tests/file/fputcsv.phpt; ./ext/standard/tests/file/fputcsv_variation15.phpt; ./ext/standard/tests/strings/join_variation2.phpt; ./ext/standard/tests/strings/join_variation6.phpt; ./ext/standard/tests/strings/join_variation3.phpt; ./ext/standard/tests/strings/004.phpt; ./ext/standard/tests/strings/join_variation1.phpt; ./ext/standard/tests/strings/join_error.phpt; ./ext/standard/tests/strings/join_variation5.phpt; ./ext/standard/tests/strings/join_basic.phpt; ./ext/standard/tests/strings/join_variation4.phpt; ./ext/standard/tests/forward_static_call_array.phpt; ./ext/standard/tests/general_functions/callbacks_001.phpt; ./ext/standard/tests/general_functions/004.phpt; ./ext/pspell/tests/001.phpt; ./tests/basic/precision.phpt; |
standard | Function | setlocale | yes | click to show/hide test files ./ext/gettext/tests/gettext_basic.phpt; ./ext/gettext/tests/gettext_ngettext.phpt; ./ext/gettext/tests/gettext_bindtextdomain-cwd.phpt; ./ext/gettext/tests/gettext_basic-enus.phpt; ./ext/gettext/tests/gettext_dgettext.phpt; ./ext/gettext/tests/gettext_dcgettext.phpt; ./ext/gettext/tests/gettext_dngettext-plural.phpt; ./ext/gettext/tests/bug66267.phpt; ./ext/gettext/tests/gettext_textdomain-retval.phpt; ./ext/iconv/tests/iconv_basic_001.phpt; ./ext/pdo_mysql/tests/bug_41698.phpt; ./ext/pdo_mysql/tests/bug79596.phpt; ./ext/pcre/tests/bug76850.phpt; ./ext/pcre/tests/bug73483.phpt; ./ext/pcre/tests/locales.phpt; ./ext/intl/tests/bug67052.phpt; ./ext/intl/tests/bug14562.phpt; ./ext/intl/tests/bug67052-win32.phpt; ./ext/intl/tests/bug53735.phpt; ./ext/soap/tests/bugs/bug39815.phpt; ./ext/ctype/tests/ctype_digit_basic.phpt; ./ext/ctype/tests/ctype_graph_variation1.phpt; ./ext/ctype/tests/ctype_print_variation4.phpt; ./ext/ctype/tests/ctype_alnum_variation1.phpt; ./ext/ctype/tests/ctype_print_basic.phpt; ./ext/ctype/tests/ctype_space_variation1.phpt; ./ext/ctype/tests/ctype_digit_variation1.phpt; ./ext/ctype/tests/ctype_lower_variation2.phpt; ./ext/ctype/tests/ctype_digit_variation2.phpt; ./ext/ctype/tests/ctype_upper_variation1.phpt; ./ext/ctype/tests/ctype_xdigit_variation3.phpt; ./ext/ctype/tests/ctype_cntrl_variation1.phpt; ./ext/ctype/tests/ctype_cntrl_basic.phpt; ./ext/ctype/tests/ctype_graph_variation4.phpt; ./ext/ctype/tests/ctype_alpha_variation1.phpt; ./ext/ctype/tests/002.phpt; ./ext/ctype/tests/ctype_print_variation3.phpt; ./ext/ctype/tests/ctype_lower_variation1.phpt; ./ext/ctype/tests/ctype_graph_variation3.phpt; ./ext/ctype/tests/001.phpt; ./ext/ctype/tests/ctype_print_variation2.phpt; ./ext/ctype/tests/ctype_lower_basic.phpt; ./ext/ctype/tests/ctype_alpha_variation3.phpt; ./ext/ctype/tests/ctype_lower_variation4.phpt; ./ext/ctype/tests/ctype_punct_variation4.phpt; ./ext/ctype/tests/ctype_cntrl_variation2.phpt; ./ext/ctype/tests/ctype_space_variation3.phpt; ./ext/ctype/tests/ctype_print_variation1.phpt; ./ext/ctype/tests/ctype_alnum_variation3.phpt; ./ext/ctype/tests/ctype_digit_variation4.phpt; ./ext/ctype/tests/ctype_upper_variation3.phpt; ./ext/ctype/tests/ctype_alnum_basic.phpt; ./ext/ctype/tests/ctype_space_variation4.phpt; ./ext/ctype/tests/ctype_graph_variation2.phpt; ./ext/ctype/tests/ctype_punct_variation2.phpt; ./ext/ctype/tests/ctype_alpha_variation4.phpt; ./ext/ctype/tests/ctype_cntrl_variation3.phpt; ./ext/ctype/tests/ctype_punct_basic.phpt; ./ext/ctype/tests/ctype_space_variation2.phpt; ./ext/ctype/tests/ctype_punct_variation3.phpt; ./ext/ctype/tests/ctype_lower_variation3.phpt; ./ext/ctype/tests/ctype_space_basic.phpt; ./ext/ctype/tests/ctype_alnum_variation2.phpt; ./ext/ctype/tests/ctype_xdigit_basic.phpt; ./ext/ctype/tests/ctype_alpha_basic.phpt; ./ext/ctype/tests/ctype_xdigit_variation2.phpt; ./ext/ctype/tests/ctype_xdigit_variation4.phpt; ./ext/ctype/tests/ctype_upper_basic.phpt; ./ext/ctype/tests/ctype_upper_variation2.phpt; ./ext/ctype/tests/ctype_alnum_variation4.phpt; ./ext/ctype/tests/ctype_alpha_variation2.phpt; ./ext/ctype/tests/ctype_digit_variation3.phpt; ./ext/ctype/tests/ctype_cntrl_variation4.phpt; ./ext/ctype/tests/ctype_xdigit_variation1.phpt; ./ext/ctype/tests/ctype_upper_variation4.phpt; ./ext/ctype/tests/ctype_graph_basic.phpt; ./ext/ctype/tests/ctype_punct_variation1.phpt; ./ext/pgsql/tests/bug46408.phpt; ./ext/standard/tests/array/locale_sort.phpt; ./ext/standard/tests/time/strptime_basic.phpt; ./ext/standard/tests/time/strptime_parts.phpt; ./ext/standard/tests/file/bug72330.phpt; ./ext/standard/tests/strings/setlocale_variation4.phpt; ./ext/standard/tests/strings/setlocale_variation2.phpt; ./ext/standard/tests/strings/htmlentities-utf.phpt; ./ext/standard/tests/strings/bug65769.phpt; ./ext/standard/tests/strings/strtolower-win32.phpt; ./ext/standard/tests/strings/setlocale-win32.phpt; ./ext/standard/tests/strings/htmlentities03.phpt; ./ext/standard/tests/strings/setlocale_basic2.phpt; ./ext/standard/tests/strings/htmlentities02.phpt; ./ext/standard/tests/strings/locale_independent_float_to_string.phpt; ./ext/standard/tests/strings/setlocale_basic1.phpt; ./ext/standard/tests/strings/htmlentities.phpt; ./ext/standard/tests/strings/get_html_translation_table_basic2.phpt; ./ext/standard/tests/strings/strtoupper.phpt; ./ext/standard/tests/strings/htmlentities-utf-2.phpt; ./ext/standard/tests/strings/nl_langinfo_basic.phpt; ./ext/standard/tests/strings/strtolower.phpt; ./ext/standard/tests/strings/bug68636.phpt; ./ext/standard/tests/strings/bug39873.phpt; ./ext/standard/tests/strings/bug65230.phpt; ./ext/standard/tests/strings/sprintf_f_3.phpt; ./ext/standard/tests/strings/bug79986.phpt; ./ext/standard/tests/strings/setlocale_basic3.phpt; ./ext/standard/tests/strings/setlocale_variation1.phpt; ./ext/standard/tests/strings/setlocale_variation3.phpt; ./ext/standard/tests/strings/basename_invalid_path.phpt; ./ext/standard/tests/strings/printf_h_H.phpt; ./ext/standard/tests/strings/strtoupper1.phpt; ./ext/standard/tests/strings/strcoll.phpt; ./ext/standard/tests/strings/setlocale_error.phpt; ./ext/standard/tests/strings/strtoupper1-win32.phpt; ./ext/standard/tests/strings/setlocale_variation5.phpt; ./ext/standard/tests/general_functions/var_export-locale_32.phpt; ./ext/standard/tests/general_functions/var_export-locale.phpt; ./ext/date/tests/gmstrftime_variation9.phpt; ./ext/date/tests/009_win32.phpt; ./ext/date/tests/strftime_variation16.phpt; ./ext/date/tests/gmstrftime_variation13.phpt; ./ext/date/tests/bug65184.phpt; ./ext/date/tests/gmstrftime_variation14.phpt; ./ext/date/tests/strftime_variation15.phpt; ./ext/date/tests/strftime_variation20.phpt; ./ext/date/tests/gmstrftime_variation5.phpt; ./ext/date/tests/bug33532.phpt; ./ext/date/tests/strftime_variation12.phpt; ./ext/date/tests/gmstrftime_variation20.phpt; ./ext/date/tests/strftime_variation21.phpt; ./ext/date/tests/gmstrftime_variation21.phpt; ./ext/date/tests/strftime_variation11.phpt; ./ext/date/tests/strftime_variation17.phpt; ./ext/date/tests/strftime_variation19.phpt; ./ext/date/tests/gmstrftime_variation6.phpt; ./ext/date/tests/strftime_variation6.phpt; ./ext/date/tests/gmstrftime_variation22.phpt; ./ext/date/tests/gmstrftime_variation11.phpt; ./ext/date/tests/gmstrftime_variation15.phpt; ./ext/date/tests/gmstrftime_variation18.phpt; ./ext/date/tests/gmstrftime_variation12.phpt; ./ext/date/tests/strftime_variation13.phpt; ./ext/date/tests/gmstrftime_variation17.phpt; ./ext/date/tests/gmstrftime_variation10.phpt; ./ext/date/tests/strftime_variation5.phpt; ./ext/date/tests/strftime_variation7.phpt; ./ext/date/tests/strftime_variation14.phpt; ./ext/date/tests/gmstrftime_variation8.phpt; ./ext/date/tests/strftime_variation22.phpt; ./ext/date/tests/strftime_variation9.phpt; ./ext/date/tests/gmstrftime_variation19.phpt; ./ext/date/tests/strftime_variation18.phpt; ./ext/date/tests/strftime_variation8.phpt; ./ext/date/tests/bug65371.phpt; ./ext/date/tests/strftime_variation10.phpt; ./ext/date/tests/gmstrftime_variation16.phpt; ./ext/date/tests/gmstrftime_variation7.phpt; ./ext/fileinfo/tests/bug74170.phpt; ./ext/json/tests/bug42785.phpt; ./ext/json/tests/bug41403.phpt; ./ext/mysqli/tests/bug74779.phpt; ./sapi/cli/tests/bug44564.phpt; ./Zend/tests/lc_ctype_inheritance.phpt; ./Zend/tests/bug18556.phpt; ./tests/basic/consistent_float_string_casts.phpt; ./tests/lang/034.phpt; ./tests/lang/bug30638.phpt; ./tests/lang/bug73172.phpt; |
standard | Function | localeconv | yes | click to show/hide test files ./ext/standard/tests/strings/setlocale_variation4.phpt; ./ext/standard/tests/strings/bug65769.phpt; ./ext/standard/tests/strings/setlocale_basic2.phpt; ./ext/standard/tests/strings/setlocale_basic1.phpt; ./ext/standard/tests/strings/bug65230.phpt; ./ext/standard/tests/strings/setlocale_basic3.phpt; ./ext/standard/tests/strings/setlocale_variation1.phpt; ./ext/standard/tests/strings/setlocale_variation3.phpt; ./ext/standard/tests/strings/setlocale_variation5.phpt; ./tests/lang/bug30638.phpt; |
standard | Function | nl_langinfo | yes | click to show/hide test files ./ext/standard/tests/strings/nl_langinfo_basic.phpt; ./ext/fileinfo/tests/bug74170.phpt; |
standard | Function | soundex | yes | click to show/hide test files ./ext/pdo_mysql/tests/pdo_mysql_attr_server_info.phpt; ./ext/standard/tests/strings/soundex_basic.phpt; ./ext/standard/tests/strings/soundex.phpt; |
standard | Function | levenshtein | yes | click to show/hide test files ./ext/standard/tests/strings/levenshtein_bug_16473.phpt; ./ext/standard/tests/strings/levenshtein.phpt; ./ext/standard/tests/strings/levenshtein_bug_6562.phpt; ./ext/standard/tests/strings/levenshtein_error_conditions.phpt; ./ext/standard/tests/strings/levenshtein_bug_7368.phpt; ./ext/standard/tests/general_functions/003.phpt; |
standard | Function | chr | yes | click to show/hide test files ./ext/openssl/tests/openssl_decrypt_basic.phpt; ./ext/sysvmsg/tests/005.phpt; ./ext/iconv/tests/bug51250.phpt; ./ext/opcache/tests/jit/shift_right_003.phpt; ./ext/pdo_mysql/tests/pdo_mysql___construct_uri.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_oracle_nulls.phpt; ./ext/pdo_mysql/tests/pdo_mysql___construct.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_blobfromsteam.phpt; ./ext/snmp/tests/bug72479.phpt; ./ext/spl/tests/bug70365.phpt; ./ext/spl/tests/bug70366.phpt; ./ext/session/tests/bug72562.phpt; ./ext/pcre/tests/bug42737.phpt; ./ext/zlib/tests/inflate_add_basic.phpt; ./ext/zlib/tests/bug75273.phpt; ./ext/zlib/tests/bug_34821.phpt; ./ext/gmp/tests/bug70284.phpt; ./ext/zip/tests/oo_add_encoding.phpt; ./ext/phar/tests/015.phpt; ./ext/soap/tests/bug70211.phpt; ./ext/odbc/tests/bug71171.phpt; ./ext/gd/tests/createfromwbmp2_extern.phpt; ./ext/gd/tests/createfromwbmp2.phpt; ./ext/mbstring/tests/cp932_encoding.phpt; ./ext/mbstring/tests/sjis2004_encoding.phpt; ./ext/mbstring/tests/sjis_encoding.phpt; ./ext/mbstring/tests/sjismac_encoding.phpt; ./ext/mbstring/tests/iso2022jp_2004_encoding.phpt; ./ext/mbstring/tests/iso2022jp_encoding.phpt; ./ext/mbstring/tests/cp5022x_encoding.phpt; ./ext/mbstring/tests/mb_substr_count.phpt; ./ext/mbstring/tests/cp51932_encoding.phpt; ./ext/mbstring/tests/sjis_mobile_encodings.phpt; ./ext/mbstring/tests/bug75944.phpt; ./ext/filter/tests/043.phpt; ./ext/filter/tests/bug8315.phpt; ./ext/ctype/tests/002.phpt; ./ext/ctype/tests/bug25745.phpt; ./ext/sqlite3/tests/bug71049.phpt; ./ext/sodium/tests/php_password_hash_argon2i.phpt; ./ext/sodium/tests/php_password_hash_argon2id.phpt; ./ext/sodium/tests/php_password_verify.phpt; ./ext/sodium/tests/crypto_auth.phpt; ./ext/standard/tests/image/iptcembed_002.phpt; ./ext/standard/tests/array/uasort_variation3.phpt; ./ext/standard/tests/array/array_flip_variation3.phpt; ./ext/standard/tests/array/usort_variation3.phpt; ./ext/standard/tests/array/array_flip_variation2.phpt; ./ext/standard/tests/serialize/bug70436.phpt; ./ext/standard/tests/serialize/bug70172.phpt; ./ext/standard/tests/serialize/bug70172_2.phpt; ./ext/standard/tests/network/inet.phpt; ./ext/standard/tests/file/copy_variation1.phpt; ./ext/standard/tests/file/is_dir_variation4.phpt; ./ext/standard/tests/file/fileinode_variation3.phpt; ./ext/standard/tests/file/is_file_variation4.phpt; ./ext/standard/tests/file/is_readable_variation1.phpt; ./ext/standard/tests/file/is_executable_variation1.phpt; ./ext/standard/tests/file/filegroup_variation3.phpt; ./ext/standard/tests/file/basename.phpt; ./ext/standard/tests/file/fileperms_variation3.phpt; ./ext/standard/tests/file/is_writable_variation1.phpt; ./ext/standard/tests/file/bug39863.phpt; ./ext/standard/tests/file/disk_free_space_variation.phpt; ./ext/standard/tests/file/pathinfo_basic.phpt; ./ext/standard/tests/file/fileowner_variation3.phpt; ./ext/standard/tests/file/bug72330.phpt; ./ext/standard/tests/file/disk_total_space_variation.phpt; ./ext/standard/tests/file/mkdir_rmdir_variation2.phpt; ./ext/standard/tests/file/fnmatch_variation.phpt; ./ext/standard/tests/file/fseek_variation3.phpt; ./ext/standard/tests/password/password_removed_salt_option.phpt; ./ext/standard/tests/strings/str_split_variation3.phpt; ./ext/standard/tests/strings/chr_error.phpt; ./ext/standard/tests/strings/stripslashes_variation2.phpt; ./ext/standard/tests/strings/add-and-stripslashes.phpt; ./ext/standard/tests/strings/chop_variation4.phpt; ./ext/standard/tests/strings/strspn_variation11.phpt; ./ext/standard/tests/strings/chr_basic.phpt; ./ext/standard/tests/strings/stristr_basic.phpt; ./ext/standard/tests/strings/strstr_variation1.phpt; ./ext/standard/tests/strings/strcspn_variation9.phpt; ./ext/standard/tests/strings/join_variation6.phpt; ./ext/standard/tests/strings/strspn_variation10.phpt; ./ext/standard/tests/strings/htmlentities21.phpt; ./ext/standard/tests/strings/strtolower-win32.phpt; ./ext/standard/tests/strings/htmlentities-utf-3.phpt; ./ext/standard/tests/strings/chr_variation1.phpt; ./ext/standard/tests/strings/strspn_variation12.phpt; ./ext/standard/tests/strings/strcspn_variation11.phpt; ./ext/standard/tests/strings/stripos_variation13.phpt; ./ext/standard/tests/strings/strripos.phpt; ./ext/standard/tests/strings/strncmp_variation2.phpt; ./ext/standard/tests/strings/ord_basic.phpt; ./ext/standard/tests/strings/strncmp_variation1.phpt; ./ext/standard/tests/strings/addslashes_variation2.phpt; ./ext/standard/tests/strings/bug39032.phpt; ./ext/standard/tests/strings/wordwrap.phpt; ./ext/standard/tests/strings/strspn_variation9.phpt; ./ext/standard/tests/strings/chunk_split_variation7.phpt; ./ext/standard/tests/strings/htmlspecialchars_decode_variation6.phpt; ./ext/standard/tests/strings/stristr.phpt; ./ext/standard/tests/strings/strrpos.phpt; ./ext/standard/tests/strings/bug62443.phpt; ./ext/standard/tests/strings/strrev.phpt; ./ext/standard/tests/strings/strrpos_variation13.phpt; ./ext/standard/tests/strings/strrev_variation1.phpt; ./ext/standard/tests/strings/strings001.phpt; ./ext/standard/tests/strings/strcmp.phpt; ./ext/standard/tests/strings/strtolower.phpt; ./ext/standard/tests/strings/bug24312.phpt; ./ext/standard/tests/strings/strcspn_variation10.phpt; ./ext/standard/tests/strings/strstr.phpt; ./ext/standard/tests/strings/basename.phpt; ./ext/standard/tests/strings/strip_tags_variation6.phpt; ./ext/standard/tests/strings/strrchr.phpt; ./ext/standard/tests/strings/strrpos_variation12.phpt; ./ext/standard/tests/strings/substr_count_basic.phpt; ./ext/standard/tests/strings/dirname_basic.phpt; ./ext/standard/tests/strings/substr_count_variation_001.phpt; ./ext/standard/tests/strings/substr_count_variation_002.phpt; ./ext/standard/tests/strings/strncasecmp_variation6.phpt; ./ext/standard/tests/strings/basename_basic.phpt; ./ext/standard/tests/strings/strncasecmp_variation7.phpt; ./ext/standard/tests/strings/strcasecmp.phpt; ./ext/standard/tests/strings/strrchr_variation12.phpt; ./ext/standard/tests/strings/str_contains.phpt; ./ext/standard/tests/strings/strncasecmp_variation2.phpt; ./ext/standard/tests/strings/strpos.phpt; ./ext/standard/tests/strings/strlen.phpt; ./ext/standard/tests/strings/strtoupper1.phpt; ./ext/standard/tests/strings/str_pad_variation2.phpt; ./ext/standard/tests/strings/bug43957.phpt; ./ext/standard/tests/strings/bin2hex.phpt; ./ext/standard/tests/strings/strtok_variation5.phpt; ./ext/standard/tests/strings/explode.phpt; ./ext/standard/tests/strings/strncasecmp_variation1.phpt; ./ext/standard/tests/strings/strtoupper1-win32.phpt; ./ext/standard/tests/strings/strcspn_variation12.phpt; ./ext/standard/tests/strings/strrev_variation2.phpt; ./ext/standard/tests/strings/strpos_variation1.phpt; ./ext/standard/tests/strings/str_repeat_variation1.phpt; ./ext/standard/tests/strings/stripos_variation12.phpt; ./ext/standard/tests/strings/str_replace_variation2.phpt; ./ext/standard/tests/strings/stripos.phpt; ./ext/standard/tests/math/base_convert_improvements.phpt; ./ext/standard/tests/math/bug30695.phpt; ./ext/hash/tests/hmac-md5.phpt; ./ext/hash/tests/hash_hmac_file_error.phpt; ./ext/fileinfo/tests/finfo_file_basic.phpt; ./ext/json/tests/007.phpt; ./ext/mysqli/tests/mysqli_real_escape_string_sjis.phpt; ./ext/mysqli/tests/mysqli_fetch_all_oo.phpt; ./ext/mysqli/tests/mysqli_real_escape_string_gb2312.phpt; ./ext/mysqli/tests/mysqli_character_set.phpt; ./ext/mysqli/tests/mysqli_fetch_array_oo.phpt; ./ext/mysqli/tests/mysqli_fetch_all.phpt; ./ext/mysqli/tests/mysqli_fetch_array.phpt; ./ext/mysqli/tests/mysqli_debug_control_string.phpt; ./ext/mysqli/tests/mysqli_fetch_array_many_rows.phpt; ./ext/mysqli/tests/mysqli_real_escape_string_big5.phpt; ./ext/mysqli/tests/mysqli_real_escape_string.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_param.phpt; ./ext/mysqli/tests/mysqli_real_escape_string_unicode.phpt; ./ext/mysqli/tests/mysqli_real_escape_string_gbk.phpt; ./ext/mysqli/tests/mysqli_real_escape_string_euckr.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_result.phpt; ./ext/mysqli/tests/065.phpt; ./ext/mysqli/tests/mysqli_stmt_get_result_types.phpt; ./ext/mysqli/tests/mysqli_real_escape_string_eucjpms.phpt; ./ext/mysqli/tests/mysqli_real_escape_string_nobackslash.phpt; ./Zend/tests/bug70089.phpt; ./Zend/tests/bug70124.phpt; ./Zend/tests/bug53305.phpt; ./Zend/tests/dim_assign_001.phpt; ./Zend/tests/nullsafe_operator/013.phpt; ./tests/strings/001.phpt; |
standard | Function | ord | yes | click to show/hide test files ./ext/pdo_oci/tests/pdo_oci_stream_2b.phpt; ./ext/iconv/tests/bug69840.phpt; ./ext/iconv/tests/iconv_substr.phpt; ./ext/iconv/tests/eucjp2iso2022jp.phpt; ./ext/opcache/tests/jit/shift_right_003.phpt; ./ext/intl/uchar/tests/basic-functionality.phpt; ./ext/intl/tests/uconverter_oop_callback_return.phpt; ./ext/gd/tests/bug79615.phpt; ./ext/mbstring/tests/bug52981.phpt; ./ext/mbstring/tests/iso2022jp_encoding.phpt; ./ext/mbstring/tests/cp5022x_encoding.phpt; ./ext/ffi/tests/040.phpt; ./ext/ffi/tests/010.phpt; ./ext/sodium/tests/php_password_hash_argon2i.phpt; ./ext/sodium/tests/php_password_hash_argon2id.phpt; ./ext/sodium/tests/php_password_verify.phpt; ./ext/sodium/tests/crypto_auth.phpt; ./ext/standard/tests/strings/htmlentities-utf-3.phpt; ./ext/standard/tests/strings/get_html_translation_table_basic6.phpt; ./ext/standard/tests/strings/ord_basic.phpt; ./ext/standard/tests/strings/get_html_translation_table_basic10.phpt; ./ext/standard/tests/strings/strncasecmp_variation6.phpt; ./ext/standard/tests/strings/explode.phpt; ./ext/date/tests/bug65184.phpt; ./ext/mysqli/tests/mysqli_character_set.phpt; ./Zend/tests/bug60350.phpt; ./Zend/tests/multibyte/multibyte_encoding_001.phpt; ./Zend/tests/nullsafe_operator/013.phpt; ./Zend/tests/type_declarations/internal_function_strict_mode.phpt; ./Zend/tests/class_constants_005.phpt; |
standard | Function | parse_str | yes | click to show/hide test files ./ext/mbstring/tests/bug48697.phpt; ./ext/standard/tests/strings/parse_str_basic2.phpt; ./ext/standard/tests/strings/parse_str_basic1.phpt; ./ext/standard/tests/strings/parse_str_basic3.phpt; ./ext/standard/tests/strings/parse_str_memory_error.phpt; ./ext/standard/tests/strings/bug77439.phpt; ./ext/standard/tests/strings/parse_str_basic4.phpt; ./Zend/tests/type_declarations/typed_properties_067.phpt; |
standard | Function | str_getcsv | yes | click to show/hide test files ./ext/standard/tests/file/bug72330.phpt; ./ext/standard/tests/strings/bug65947.phpt; ./ext/standard/tests/strings/str_getcsv_002.phpt; ./ext/standard/tests/strings/str_getcsv_001.phpt; ./ext/standard/tests/strings/bug55674.phpt; |
standard | Function | str_pad | yes | click to show/hide test files ./ext/oci8/tests/lob_030.phpt; ./ext/standard/tests/array/bug76713.phpt; ./ext/standard/tests/class_object/is_a.phpt; ./ext/standard/tests/file/bug78296.phpt; ./ext/standard/tests/file/fnmatch_maxpathlen.phpt; ./ext/standard/tests/file/bug75679.phpt; ./ext/standard/tests/file/windows_mb_path/bug64699.phpt; ./ext/standard/tests/file/windows_mb_path/test_long_path_bug30730.phpt; ./ext/standard/tests/password/password_needs_rehash.phpt; ./ext/standard/tests/strings/str_pad_variation5.phpt; ./ext/standard/tests/strings/str_pad_variation1.phpt; ./ext/standard/tests/strings/str_pad_variation2.phpt; ./ext/standard/tests/strings/setlocale_error.phpt; ./ext/standard/tests/strings/str_pad.phpt; ./ext/standard/tests/streams/bug78902.phpt; ./Zend/tests/named_params/internal.phpt; ./Zend/tests/type_declarations/union_types/type_checking_strict.phpt; ./Zend/tests/type_declarations/union_types/type_checking_weak.phpt; ./tests/output/bug60768.phpt; |
standard | Function | chop | yes | click to show/hide test files ./ext/standard/tests/strings/chop_variation4.phpt; ./ext/standard/tests/strings/chop_variation3.phpt; ./ext/standard/tests/strings/chop_basic.phpt; ./ext/standard/tests/strings/chop_variation5.phpt; ./Zend/tests/bug43201.phpt; |
standard | Function | strchr | yes | click to show/hide test files ./ext/standard/tests/file/include_userstream_002.phpt; ./ext/standard/tests/file/include_userstream_003.phpt; ./ext/standard/tests/file/include_userstream_001.phpt; ./ext/standard/tests/file/userstreams.phpt; ./ext/standard/tests/file/include_streams.phpt; |
standard | Function | sprintf | yes | click to show/hide test files ./ext/pdo_oci/tests/pdo_oci_stmt_getcolumnmeta.phpt; ./ext/openssl/tests/session_meta_capture.phpt; ./ext/openssl/tests/bug69215.phpt; ./ext/openssl/tests/stream_crypto_flags_002.phpt; ./ext/openssl/tests/bug65729.phpt; ./ext/openssl/tests/openssl_spki_export_basic.phpt; ./ext/openssl/tests/openssl_spki_export_challenge_basic.phpt; ./ext/openssl/tests/tls_wrapper_with_tls_v1.3.phpt; ./ext/openssl/tests/tls_wrapper.phpt; ./ext/openssl/tests/bug72333.phpt; ./ext/openssl/tests/tlsv1.2_wrapper.phpt; ./ext/openssl/tests/stream_crypto_flags_004.phpt; ./ext/openssl/tests/peer_verification.phpt; ./ext/openssl/tests/tlsv1.0_wrapper.phpt; ./ext/openssl/tests/bug68879.phpt; ./ext/openssl/tests/bug48182.phpt; ./ext/openssl/tests/bug74159.phpt; ./ext/openssl/tests/san_peer_matching.phpt; ./ext/openssl/tests/stream_crypto_flags_003.phpt; ./ext/openssl/tests/streams_crypto_method.phpt; ./ext/openssl/tests/capture_peer_cert_001.phpt; ./ext/openssl/tests/stream_security_level.phpt; ./ext/openssl/tests/bug68265.phpt; ./ext/openssl/tests/stream_verify_peer_name_001.phpt; ./ext/openssl/tests/session_meta_capture_tlsv13.phpt; ./ext/openssl/tests/tlsv1.3_wrapper.phpt; ./ext/openssl/tests/bug65538_001.phpt; ./ext/openssl/tests/stream_crypto_flags_001.phpt; ./ext/openssl/tests/tlsv1.1_wrapper.phpt; ./ext/openssl/tests/openssl_spki_verify_basic.phpt; ./ext/openssl/tests/bug54992.phpt; ./ext/openssl/tests/tls_min_v1.0_max_v1.1_wrapper.phpt; ./ext/openssl/tests/openssl_peer_fingerprint_basic.phpt; ./ext/openssl/tests/openssl_spki_new_basic.phpt; ./ext/openssl/tests/bug68920.phpt; ./ext/openssl/tests/bug77390.phpt; ./ext/openssl/tests/stream_verify_peer_name_003.phpt; ./ext/openssl/tests/stream_server_reneg_limit.phpt; ./ext/openssl/tests/bug46127.phpt; ./ext/openssl/tests/stream_verify_peer_name_002.phpt; ./ext/openssl/tests/bug65538_003.phpt; ./ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp.phpt; ./ext/sockets/tests/unixloop.phpt; ./ext/sockets/tests/socket_sentto_recvfrom_ipv4_udp.phpt; ./ext/sockets/tests/socket_sentto_recvfrom_unix.phpt; ./ext/opcache/tests/bug66338.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_emulated.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_native.phpt; ./ext/pdo_mysql/tests/pdo_mysql_commit.phpt; ./ext/pdo_mysql/tests/pdo_mysql_types_zerofill.phpt; ./ext/pdo_mysql/tests/pdo_mysql___construct_uri.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_max_buffer_size.phpt; ./ext/pdo_mysql/tests/pdo_mysql_pconnect.phpt; ./ext/pdo_mysql/tests/pdo_mysql_exec_select.phpt; ./ext/pdo_mysql/tests/pdo_mysql_exec_load_data.phpt; ./ext/pdo_mysql/tests/pdo_mysql___construct.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_bindparam_types.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize_simple.phpt; ./ext/pdo_mysql/tests/bug70862.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_init_command.phpt; ./ext/pdo_mysql/tests/pdo_mysql_subclass.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_getcolumnmeta.phpt; ./ext/pdo_mysql/tests/pdo_mysql_types.phpt; ./ext/pdo_mysql/tests/pdo_mysql_exec.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_blobs.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_native_named_placeholder.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_multi_statements.phpt; ./ext/pdo_mysql/tests/pdo_mysql_last_insert_id.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_native_clear_error.phpt; ./ext/pdo_mysql/tests/bug_50323.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_blobfromsteam.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_emulated_placeholder_everywhere.phpt; ./ext/pdo_mysql/tests/pdo_mysql_begintransaction.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_emulated_anonymous.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_native_placeholder_everywhere.phpt; ./ext/pdo_mysql/tests/pdo_mysql_bit.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_native_dup_named_placeholder.phpt; ./ext/spl/tests/unserialize.phpt; ./ext/intl/tests/collator_get_set_attribute.phpt; ./ext/intl/tests/formatter_get_locale.phpt; ./ext/intl/tests/resourcebundle_individual.phpt; ./ext/intl/tests/formatter_get_locale_variant2.phpt; ./ext/intl/tests/cpbi_parts_iterator.phpt; ./ext/intl/tests/formatter_get_set_text_attribute_var2.phpt; ./ext/intl/tests/formatter_get_locale_variant4.phpt; ./ext/intl/tests/cpbi_getLastCodePoint_basic.phpt; ./ext/intl/tests/formatter_get_set_text_attribute.phpt; ./ext/intl/tests/collator_get_locale2.phpt; ./ext/intl/tests/formatter_get_locale_variant3.phpt; ./ext/xml/tests/xml001.phpt; ./ext/xml/tests/xml002.phpt; ./ext/xml/tests/xml003.phpt; ./ext/phar/tests/tar/bug71317-duplicate-filename.phpt; ./ext/soap/tests/custom_content_type.phpt; ./ext/soap/tests/bug47021.phpt; ./ext/pdo_sqlite/tests/pdo_sqlite_extendederror_attr.phpt; ./ext/mbstring/tests/mb_ereg_replace_callback.phpt; ./ext/mbstring/tests/simpletest.phpt; ./ext/pdo_pgsql/tests/bug69362.phpt; ./ext/pdo_pgsql/tests/bug62479.phpt; ./ext/filter/tests/046.phpt; ./ext/filter/tests/048.phpt; ./ext/filter/tests/047.phpt; ./ext/standard/tests/array/bug35014_64bit.phpt; ./ext/standard/tests/array/bug35014.phpt; ./ext/standard/tests/serialize/precision.phpt; ./ext/standard/tests/time/001.phpt; ./ext/standard/tests/filters/bug22538.phpt; ./ext/standard/tests/file/bug36365.phpt; ./ext/standard/tests/file/flock_basic.phpt; ./ext/standard/tests/file/umask_variation1.phpt; ./ext/standard/tests/file/windows_links/readlink_compat.phpt; ./ext/standard/tests/file/bug77552.phpt; ./ext/standard/tests/file/umask_variation2.phpt; ./ext/standard/tests/strings/sprintf_variation28_64bit.phpt; ./ext/standard/tests/strings/bug36392.phpt; ./ext/standard/tests/strings/html_entity_decode_iso8859-15.phpt; ./ext/standard/tests/strings/sprintf_variation54.phpt; ./ext/standard/tests/strings/sprintf_variation1.phpt; ./ext/standard/tests/strings/bug67249.phpt; ./ext/standard/tests/strings/htmlentities21.phpt; ./ext/standard/tests/strings/sprintf_variation34.phpt; ./ext/standard/tests/strings/bug20108.phpt; ./ext/standard/tests/strings/sprintf_variation27.phpt; ./ext/standard/tests/strings/html_entity_decode_macroman.phpt; ./ext/standard/tests/strings/004.phpt; ./ext/standard/tests/strings/sprintf_variation2.phpt; ./ext/standard/tests/strings/sprintf_variation9.phpt; ./ext/standard/tests/strings/bug23894.phpt; ./ext/standard/tests/strings/sprintf_variation34_64bit.phpt; ./ext/standard/tests/strings/sprintf_basic1.phpt; ./ext/standard/tests/strings/locale_independent_float_to_string.phpt; ./ext/standard/tests/strings/sprintf_variation46.phpt; ./ext/standard/tests/strings/sprintf_variation10.phpt; ./ext/standard/tests/strings/sprintf_variation15.phpt; ./ext/standard/tests/strings/sprintf_basic3.phpt; ./ext/standard/tests/strings/sprintf_basic8_64bit.phpt; ./ext/standard/tests/strings/html_entity_decode_win1252.phpt; ./ext/standard/tests/strings/sprintf_variation52.phpt; ./ext/standard/tests/strings/sprintf_f.phpt; ./ext/standard/tests/strings/sprintf_f_2.phpt; ./ext/standard/tests/strings/sprintf_basic6.phpt; ./ext/standard/tests/strings/html_entity_decode_koi8-r.phpt; ./ext/standard/tests/strings/sprintf_variation40_64bit.phpt; ./ext/standard/tests/strings/html_entity_decode_win1251.phpt; ./ext/standard/tests/strings/sprintf_variation40.phpt; ./ext/standard/tests/strings/bug22207.phpt; ./ext/standard/tests/strings/sprintf_variation28.phpt; ./ext/standard/tests/strings/sprintf_f_3.phpt; ./ext/standard/tests/strings/sprintf_basic4.phpt; ./ext/standard/tests/strings/sprintf_basic2.phpt; ./ext/standard/tests/strings/sprintf_basic9.phpt; ./ext/standard/tests/strings/bug28633.phpt; ./ext/standard/tests/strings/sprintf_basic8.phpt; ./ext/standard/tests/strings/sprintf_basic7.phpt; ./ext/standard/tests/strings/html_entity_decode_cp866.phpt; ./ext/standard/tests/strings/htmlentities22.phpt; ./ext/standard/tests/strings/sprintf_basic5.phpt; ./ext/standard/tests/strings/html_entity_decode_iso8859-5.phpt; ./ext/standard/tests/strings/sprintf_variation47.phpt; ./ext/standard/tests/strings/sprintf_basic7_64bit.phpt; ./ext/standard/tests/strings/sprintf_variation53.phpt; ./ext/standard/tests/strings/sprintf_variation3.phpt; ./ext/standard/tests/strings/bug27278.phpt; ./ext/standard/tests/strings/sprintf_error.phpt; ./ext/standard/tests/strings/htmlentities20.phpt; ./ext/standard/tests/ini_info/php_ini_scanned_files.phpt; ./ext/standard/tests/general_functions/001.phpt; ./ext/standard/tests/general_functions/bug78569.phpt; ./ext/standard/tests/streams/stream_context_tcp_nodelay_server.phpt; ./ext/standard/tests/streams/proc_open_bug60120.phpt; ./ext/date/tests/bug63435.phpt; ./ext/date/tests/bug33957.phpt; ./ext/hash/tests/haval.phpt; ./ext/json/tests/bug46944.phpt; ./ext/ldap/tests/ldap_get_option_controls.phpt; ./ext/ldap/tests/ldap_exop.phpt; ./ext/mysqli/tests/mysqli_fetch_assoc_bit.phpt; ./ext/mysqli/tests/mysqli_set_charset.phpt; ./ext/mysqli/tests/mysqli_fetch_all_oo.phpt; ./ext/mysqli/tests/mysqli_info.phpt; ./ext/mysqli/tests/mysqli_stmt_fetch_geom.phpt; ./ext/mysqli/tests/mysqli_fetch_assoc_zerofill.phpt; ./ext/mysqli/tests/mysqli_pam_sha256_public_key_option.phpt; ./ext/mysqli/tests/mysqli_insert_packet_overflow.phpt; ./ext/mysqli/tests/mysqli_pconn_kill.phpt; ./ext/mysqli/tests/mysqli_character_set.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_result_bit.phpt; ./ext/mysqli/tests/mysqli_debug.phpt; ./ext/mysqli/tests/067.phpt; ./ext/mysqli/tests/mysqli_pam_sha256_public_key_option_invalid.phpt; ./ext/mysqli/tests/mysqli_fetch_array_oo.phpt; ./ext/mysqli/tests/mysqli_fork.phpt; ./ext/mysqli/tests/mysqli_get_client_stats.phpt; ./ext/mysqli/tests/mysqli_fetch_all.phpt; ./ext/mysqli/tests/mysqli_change_user_get_lock.phpt; ./ext/mysqli/tests/mysqli_no_reconnect.phpt; ./ext/mysqli/tests/mysqli_fetch_array.phpt; ./ext/mysqli/tests/mysqli_stmt_send_long_data_packet_size_mysqlnd.phpt; ./ext/mysqli/tests/mysqli_debug_control_string.phpt; ./ext/mysqli/tests/mysqli_fetch_array_many_rows.phpt; ./ext/mysqli/tests/mysqli_stmt_fetch_bit.phpt; ./ext/mysqli/tests/mysqli_fetch_field_types.phpt; ./ext/mysqli/tests/mysqli_options_int_and_float_native.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_result_format.phpt; ./ext/mysqli/tests/mysqli_affected_rows.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_param.phpt; ./ext/mysqli/tests/mysqli_reconnect.phpt; ./ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt; ./ext/mysqli/tests/mysqli_debug_mysqlnd_only.phpt; ./ext/mysqli/tests/mysqli_stmt_send_long_data_packet_size_libmysql.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_result_zerofill.phpt; ./ext/mysqli/tests/mysqli_last_insert_id.phpt; ./ext/mysqli/tests/mysqli_begin_transaction.phpt; ./ext/mysqli/tests/bug48909.phpt; ./ext/mysqli/tests/mysqli_stmt_send_long_data.phpt; ./ext/mysqli/tests/bug42378.phpt; ./ext/mysqli/tests/bug49442.phpt; ./ext/mysqli/tests/mysqli_fetch_field_flags.phpt; ./ext/mysqli/tests/mysqli_get_charset.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_param_type_juggling.phpt; ./ext/mysqli/tests/mysqli_change_user_set_names.phpt; ./ext/mysqli/tests/mysqli_options_init_command.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_result.phpt; ./ext/mysqli/tests/mysqli_stmt_get_result_bit.phpt; ./ext/mysqli/tests/mysqli_debug_append.phpt; ./ext/mysqli/tests/mysqli_stmt_get_result_types.phpt; ./ext/mysqli/tests/mysqli_fetch_array_large.phpt; ./ext/mysqli/tests/mysqli_pconn_max_links.phpt; ./ext/mysqli/tests/bug49027.phpt; ./ext/mysqli/tests/mysqli_stmt_get_result_geom.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_param_references.phpt; ./ext/mysqli/tests/mysqli_real_escape_string_nobackslash.phpt; ./Zend/tests/float_prec_001.phpt; ./Zend/tests/bug73816.phpt; ./Zend/tests/assert/expect_011.phpt; ./tests/classes/tostring_001.phpt; |
standard | Function | printf | yes | click to show/hide test files ./ext/pdo_oci/tests/pdo_oci_stmt_getcolumnmeta.phpt; ./ext/pdo_oci/tests/pdo_oci_stream_2a.phpt; ./ext/pdo_oci/tests/pdo_oci_class_constants.phpt; ./ext/pdo_oci/tests/pdo_oci_stream_2b.phpt; ./ext/pdo_oci/tests/pdo_oci_phpinfo.phpt; ./ext/openssl/tests/bug73478.phpt; ./ext/pdo/tests/bug_44409.phpt; ./ext/iconv/tests/iconv_substr.phpt; ./ext/iconv/tests/iconv_mime_decode.phpt; ./ext/iconv/tests/eucjp2iso2022jp.phpt; ./ext/opcache/tests/bug66251.phpt; ./ext/opcache/tests/jit/count_001.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_connection_status.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_non_select.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_server_info.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_emulated.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_rowcount.phpt; ./ext/pdo_mysql/tests/pdo_mysql_interface.phpt; ./ext/pdo_mysql/tests/bug_45120.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_server_version.phpt; ./ext/pdo_mysql/tests/pdo_mysql_errorinfo.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_variable_columncount.phpt; ./ext/pdo_mysql/tests/pdo_mysql_rollback.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_unbuffered_2050.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize.phpt; ./ext/pdo_mysql/tests/pdo_mysql_multi_stmt_nextrowset.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_bindvalue.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_native.phpt; ./ext/pdo_mysql/tests/pdo_mysql_commit.phpt; ./ext/pdo_mysql/tests/pdo_mysql_types_zerofill.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_errorinfo.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_autocommit.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_native_column.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_statement_class.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_match_against.phpt; ./ext/pdo_mysql/tests/pdo_mysql___construct_uri.phpt; ./ext/pdo_mysql/tests/pdo_mysql___construct_ini.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_max_buffer_size.phpt; ./ext/pdo_mysql/tests/pdo_mysql_pconnect.phpt; ./ext/pdo_mysql/tests/pdo_mysql_fetch_both.phpt; ./ext/pdo_mysql/tests/bug41125.phpt; ./ext/pdo_mysql/tests/pdo_mysql_exec_select.phpt; ./ext/pdo_mysql/tests/pdo_mysql_exec_load_data.phpt; ./ext/pdo_mysql/tests/bug_39858.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_fetchobject.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_bindparam.phpt; ./ext/pdo_mysql/tests/pdo_mysql___construct.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_bindparam_types.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_bindcolumn.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize_simple.phpt; ./ext/pdo_mysql/tests/pdo_mysql_phpinfo.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_errorcode.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_client_version.phpt; ./ext/pdo_mysql/tests/bug_pecl_12925.phpt; ./ext/pdo_mysql/tests/pdo_mysql_subclass.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_getcolumnmeta.phpt; ./ext/pdo_mysql/tests/pdo_mysql_errorcode.phpt; ./ext/pdo_mysql/tests/pdo_mysql_types.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_nextrowset.phpt; ./ext/pdo_mysql/tests/pdo_mysql_exec.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_columncount.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_closecursor.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_driver_name.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_blobs.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_native_named_placeholder.phpt; ./ext/pdo_mysql/tests/pdo_mysql_last_insert_id.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_native_clear_error.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_blobfromsteam.phpt; ./ext/pdo_mysql/tests/pdo_mysql_class_constants.phpt; ./ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_emulated_placeholder_everywhere.phpt; ./ext/pdo_mysql/tests/pdo_mysql_begintransaction.phpt; ./ext/pdo_mysql/tests/bug_33689.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_emulated_anonymous.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_closecursor_empty.phpt; ./ext/pdo_mysql/tests/pdo_mysql_connect_attr.phpt; ./ext/pdo_mysql/tests/bug_44454.phpt; ./ext/pdo_mysql/tests/bug46292.phpt; ./ext/pdo_mysql/tests/pdo_mysql___construct_options.phpt; ./ext/pdo_mysql/tests/pdo_mysql_get_attribute.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_native_placeholder_everywhere.phpt; ./ext/pdo_mysql/tests/pdo_mysql_bit.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_errmode.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_native_mixed_style.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_case.phpt; ./ext/pdo_mysql/tests/pdo_mysql_exec_ddl.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_multiquery.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_native_dup_named_placeholder.phpt; ./ext/pdo_mysql/tests/bug_pecl_7976.phpt; ./ext/spl/tests/filesystemiterator_flags.phpt; ./ext/spl/tests/SplFixedArray_serialize.phpt; ./ext/spl/tests/CallbackFilterIteratorTest.phpt; ./ext/spl/tests/RecursiveCallbackFilterIteratorTest.phpt; ./ext/exif/tests/sony.phpt; ./ext/pcntl/tests/pcntl_signal.phpt; ./ext/pcntl/tests/pcntl_realtime_signal.phpt; ./ext/intl/uchar/tests/basic-functionality.phpt; ./ext/intl/tests/intl_get_error_message.phpt; ./ext/intl/tests/locale_bug74439.phpt; ./ext/intl/tests/resourcebundle_arrayaccess.phpt; ./ext/reflection/tests/ReflectionParameter_invalidMethodInConstructor.phpt; ./ext/reflection/tests/ReflectionType_001.phpt; ./ext/reflection/tests/ReflectionMethod_getModifiers_basic.phpt; ./ext/gmp/tests/gmp_setbit_long.phpt; ./ext/gmp/tests/bug50283.phpt; ./ext/gmp/tests/003.phpt; ./ext/pdo_odbc/tests/long_columns.phpt; ./ext/pdo_odbc/tests/max_columns.phpt; ./ext/xml/tests/bug26614.phpt; ./ext/xml/tests/bug26614_libxml.phpt; ./ext/zip/tests/oo_properties.phpt; ./ext/soap/tests/custom_content_type.phpt; ./ext/soap/tests/bugs/bug30045.phpt; ./ext/soap/tests/bugs/bug36999.phpt; ./ext/pdo_sqlite/tests/bug46139.phpt; ./ext/gd/tests/bug39273.phpt; ./ext/gd/tests/bug73279.phpt; ./ext/gd/tests/bug53504.phpt; ./ext/gd/tests/colorclosest.phpt; ./ext/gd/tests/bug73159.phpt; ./ext/gd/tests/colorexact.phpt; ./ext/gd/tests/bug43073.phpt; ./ext/gd/tests/bug77198_auto.phpt; ./ext/gd/tests/imagecopyresampled_variation1.phpt; ./ext/gd/tests/bug77198_threshold.phpt; ./ext/gd/tests/bug73155.phpt; ./ext/gd/tests/bug39366.phpt; ./ext/gd/tests/bug73157.phpt; ./ext/gd/tests/bug73279_old.phpt; ./ext/gd/tests/colorresolve.phpt; ./ext/gd/tests/bug73281.phpt; ./ext/gd/tests/bug73291.phpt; ./ext/gd/tests/imagegd_truecolor.phpt; ./ext/gd/tests/imagettftext_charmap_order.phpt; ./ext/gd/tests/bug60160.phpt; ./ext/gd/tests/bug51671.phpt; ./ext/gd/tests/bug38179.phpt; ./ext/mbstring/tests/mb_str_split_jp.phpt; ./ext/mbstring/tests/mb_ereg_search_xxx.phpt; ./ext/mbstring/tests/bug30549.phpt; ./ext/mbstring/tests/simpletest.phpt; ./ext/mbstring/tests/mb_str_split_ru.phpt; ./ext/mbstring/tests/mb_str_split_utf8_utf16.phpt; ./ext/mbstring/tests/mb_ereg.phpt; ./ext/pdo_pgsql/tests/bug69752.phpt; ./ext/ffi/tests/300.phpt; ./ext/ffi/tests/302.phpt; ./ext/ffi/tests/032.phpt; ./ext/ffi/tests/bug77632.phpt; ./ext/ffi/tests/303.phpt; ./ext/ffi/tests/301.phpt; ./ext/xmlreader/tests/bug64230.phpt; ./ext/pgsql/tests/bug71062.phpt; ./ext/standard/tests/image/image_type_to_extension.phpt; ./ext/standard/tests/serialize/bug36424.phpt; ./ext/standard/tests/dir/scandir_variation10-win32-mb.phpt; ./ext/standard/tests/dir/scandir_variation10.phpt; ./ext/standard/tests/url/base64_encode_basic_001.phpt; ./ext/standard/tests/url/base64_decode_basic_003.phpt; ./ext/standard/tests/file/tempnam_variation2-win32.phpt; ./ext/standard/tests/file/006_error.phpt; ./ext/standard/tests/file/chmod_variation2-win32-mb.phpt; ./ext/standard/tests/file/userwrapper.phpt; ./ext/standard/tests/file/tempnam_variation3-win32.phpt; ./ext/standard/tests/file/tempnam_variation1.phpt; ./ext/standard/tests/file/copy_basic.phpt; ./ext/standard/tests/file/chmod_variation2.phpt; ./ext/standard/tests/file/006_variation1.phpt; ./ext/standard/tests/file/chmod_basic.phpt; ./ext/standard/tests/file/001.phpt; ./ext/standard/tests/file/chmod_basic-win32-mb.phpt; ./ext/standard/tests/file/tempnam_variation3.phpt; ./ext/standard/tests/file/is_file_variation3.phpt; ./ext/standard/tests/file/chmod_variation2-win32.phpt; ./ext/standard/tests/file/001-win32-mb.phpt; ./ext/standard/tests/file/tempnam_variation1-win32.phpt; ./ext/standard/tests/file/tempnam_variation4-1.phpt; ./ext/standard/tests/file/tempnam_variation2.phpt; ./ext/standard/tests/file/chmod_variation1.phpt; ./ext/standard/tests/file/001-win32.phpt; ./ext/standard/tests/file/006_variation2.phpt; ./ext/standard/tests/file/tempnam_variation8-win32.phpt; ./ext/standard/tests/file/tempnam_variation4-0.phpt; ./ext/standard/tests/file/windows_mb_path/bug54028.phpt; ./ext/standard/tests/file/tempnam_variation1-win32-mb.phpt; ./ext/standard/tests/file/userstreams.phpt; ./ext/standard/tests/file/tempnam_variation7-win32.phpt; ./ext/standard/tests/file/006_basic.phpt; ./ext/standard/tests/file/tempnam_variation7.phpt; ./ext/standard/tests/file/chmod_basic-win32.phpt; ./ext/standard/tests/bug49244.phpt; ./ext/standard/tests/strings/utf8.phpt; ./ext/standard/tests/strings/bug47168.phpt; ./ext/standard/tests/strings/bug22227.phpt; ./ext/standard/tests/strings/unpack_offset.phpt; ./ext/standard/tests/strings/printf_error.phpt; ./ext/standard/tests/strings/printf_variation2.phpt; ./ext/standard/tests/strings/printf_basic1.phpt; ./ext/standard/tests/strings/printf_basic7.phpt; ./ext/standard/tests/strings/printf.phpt; ./ext/standard/tests/strings/printf_basic2.phpt; ./ext/standard/tests/strings/printf_64bit.phpt; ./ext/standard/tests/strings/printf_basic3.phpt; ./ext/standard/tests/strings/locale_independent_float_to_string.phpt; ./ext/standard/tests/strings/crc32_basic.phpt; ./ext/standard/tests/strings/bug48709.phpt; ./ext/standard/tests/strings/printf_basic9.phpt; ./ext/standard/tests/strings/printf_basic5.phpt; ./ext/standard/tests/strings/sprintf_star.phpt; ./ext/standard/tests/strings/bug26973.phpt; ./ext/standard/tests/strings/htmlentities_html5.phpt; ./ext/standard/tests/strings/bug22207.phpt; ./ext/standard/tests/strings/bug65230.phpt; ./ext/standard/tests/strings/printf_h_H.phpt; ./ext/standard/tests/strings/crc32.phpt; ./ext/standard/tests/strings/bug47842.phpt; ./ext/standard/tests/strings/printf_basic8.phpt; ./ext/standard/tests/strings/printf_basic6.phpt; ./ext/standard/tests/strings/bug26878.phpt; ./ext/standard/tests/strings/htmlentities_html4.phpt; ./ext/standard/tests/strings/printf_basic4.phpt; ./ext/standard/tests/math/pow.phpt; ./ext/standard/tests/math/bug75170.phpt; ./ext/standard/tests/math/abs.phpt; ./ext/standard/tests/math/round.phpt; ./ext/standard/tests/math/constants.phpt; ./ext/standard/tests/versioning/version_compare.phpt; ./ext/standard/tests/general_functions/proc_open_sockets3.phpt; ./ext/standard/tests/general_functions/array_is_list.phpt; ./ext/standard/tests/general_functions/proc_nice_basic-win.phpt; ./ext/standard/tests/general_functions/proc_open_sockets2.phpt; ./ext/tokenizer/tests/PhpToken_methods.phpt; ./ext/date/tests/bug65184.phpt; ./ext/date/tests/mktime-3-64bit.phpt; ./ext/date/tests/bug61642.phpt; ./ext/date/tests/bug34676.phpt; ./ext/date/tests/bug33957.phpt; ./ext/date/tests/bug34771.phpt; ./ext/date/tests/mktime-3.phpt; ./ext/fileinfo/tests/cve-2014-3538.phpt; ./ext/fileinfo/tests/cve-2014-3538-nojit.phpt; ./ext/fileinfo/tests/cve-2014-3538-mb.phpt; ./ext/com_dotnet/tests/variants.phpt; ./ext/com_dotnet/tests/variants_x64.phpt; ./ext/json/tests/bug68992.phpt; ./ext/json/tests/json_encode_pretty_print.phpt; ./ext/mysqli/tests/mysqli_stmt_attr_set.phpt; ./ext/mysqli/tests/bug36949.phpt; ./ext/mysqli/tests/mysqli_change_user.phpt; ./ext/mysqli/tests/021.phpt; ./ext/mysqli/tests/066.phpt; ./ext/mysqli/tests/bug32405.phpt; ./ext/mysqli/tests/042.phpt; ./ext/mysqli/tests/mysqli_pconn_disabled.phpt; ./ext/mysqli/tests/050.phpt; ./ext/mysqli/tests/mysqli_real_escape_string_sjis.phpt; ./ext/mysqli/tests/mysqli_class_mysqli_interface.phpt; ./ext/mysqli/tests/mysqli_expire_password.phpt; ./ext/mysqli/tests/mysqli_stmt_fetch_fields_win32_unicode.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_param_many_columns.phpt; ./ext/mysqli/tests/mysqli_fetch_assoc_bit.phpt; ./ext/mysqli/tests/mysqli_dump_debug_info_oo.phpt; ./ext/mysqli/tests/bug62046.phpt; ./ext/mysqli/tests/mysqli_fetch_field_direct_oo.phpt; ./ext/mysqli/tests/mysqli_get_client_stats_off.phpt; ./ext/mysqli/tests/mysqli_set_charset.phpt; ./ext/mysqli/tests/mysqli_fetch_all_oo.phpt; ./ext/mysqli/tests/mysqli_ps_select_union.phpt; ./ext/mysqli/tests/055.phpt; ./ext/mysqli/tests/058.phpt; ./ext/mysqli/tests/mysqli_debug_ini.phpt; ./ext/mysqli/tests/mysqli_info.phpt; ./ext/mysqli/tests/mysqli_class_mysqli_result_interface.phpt; ./ext/mysqli/tests/008.phpt; ./ext/mysqli/tests/071.phpt; ./ext/mysqli/tests/mysqli_poll_reference.phpt; ./ext/mysqli/tests/mysqli_stmt_init.phpt; ./ext/mysqli/tests/mysqli_get_proto_info.phpt; ./ext/mysqli/tests/mysqli_stmt_num_rows.phpt; ./ext/mysqli/tests/020.phpt; ./ext/mysqli/tests/mysqli_pconn_conn_multiple.phpt; ./ext/mysqli/tests/mysqli_report.phpt; ./ext/mysqli/tests/mysqli_error_unicode.phpt; ./ext/mysqli/tests/mysqli_stmt_fetch_geom.phpt; ./ext/mysqli/tests/bug52891.phpt; ./ext/mysqli/tests/mysqli_mysqlnd_read_timeout_long.phpt; ./ext/mysqli/tests/mysqli_fetch_assoc_zerofill.phpt; ./ext/mysqli/tests/mysqli_warning_count.phpt; ./ext/mysqli/tests/mysqli_dump_debug_info.phpt; ./ext/mysqli/tests/mysqli_store_result_copy.phpt; ./ext/mysqli/tests/mysqli_connect_error.phpt; ./ext/mysqli/tests/bug66762.phpt; ./ext/mysqli/tests/mysqli_constants_categories.phpt; ./ext/mysqli/tests/mysqli_pam_sha256_public_key_option.phpt; ./ext/mysqli/tests/mysqli_fetch_assoc_oo.phpt; ./ext/mysqli/tests/bug74547.phpt; ./ext/mysqli/tests/mysqli_more_results.phpt; ./ext/mysqli/tests/mysqli_stmt_datatype_change.phpt; ./ext/mysqli/tests/026.phpt; ./ext/mysqli/tests/017.phpt; ./ext/mysqli/tests/mysqli_insert_packet_overflow.phpt; ./ext/mysqli/tests/bug35517.phpt; ./ext/mysqli/tests/bug66124.phpt; ./ext/mysqli/tests/mysqli_report_new.phpt; ./ext/mysqli/tests/mysqli_stmt_free_result.phpt; ./ext/mysqli/tests/mysqli_errno.phpt; ./ext/mysqli/tests/005.phpt; ./ext/mysqli/tests/046.phpt; ./ext/mysqli/tests/002.phpt; ./ext/mysqli/tests/mysqli_field_count.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_result_references.phpt; ./ext/mysqli/tests/mysqli_real_escape_string_gb2312.phpt; ./ext/mysqli/tests/mysqli_autocommit.phpt; ./ext/mysqli/tests/mysqli_pconn_kill.phpt; ./ext/mysqli/tests/mysqli_stmt_get_result_non_select.phpt; ./ext/mysqli/tests/mysqli_query.phpt; ./ext/mysqli/tests/mysqli_character_set_name.phpt; ./ext/mysqli/tests/048.phpt; ./ext/mysqli/tests/mysqli_real_connect_pconn.phpt; ./ext/mysqli/tests/mysqli_options.phpt; ./ext/mysqli/tests/mysqli_character_set.phpt; ./ext/mysqli/tests/mysqli_get_connection_stats_off.phpt; ./ext/mysqli/tests/001.phpt; ./ext/mysqli/tests/mysqli_connect_errno.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_result_bit.phpt; ./ext/mysqli/tests/bug54674.phpt; ./ext/mysqli/tests/mysqli_num_rows.phpt; ./ext/mysqli/tests/mysqli_debug.phpt; ./ext/mysqli/tests/054.phpt; ./ext/mysqli/tests/mysqli_stmt_get_result_metadata_fetch_field.phpt; ./ext/mysqli/tests/004.phpt; ./ext/mysqli/tests/mysqli_insert_id.phpt; ./ext/mysqli/tests/mysqli_fetch_row.phpt; ./ext/mysqli/tests/067.phpt; ./ext/mysqli/tests/mysqli_stmt_reset.phpt; ./ext/mysqli/tests/016.phpt; ./ext/mysqli/tests/mysqli_fetch_lengths.phpt; ./ext/mysqli/tests/mysqli_stmt_get_result_metadata.phpt; ./ext/mysqli/tests/mysqli_pconnect.phpt; ./ext/mysqli/tests/mysqli_error_oo.phpt; ./ext/mysqli/tests/011.phpt; ./ext/mysqli/tests/mysqli_select_db.phpt; ./ext/mysqli/tests/mysqli_phpinfo.phpt; ./ext/mysqli/tests/036.phpt; ./ext/mysqli/tests/bug44897.phpt; ./ext/mysqli/tests/013.phpt; ./ext/mysqli/tests/mysqli_class_mysqli_properties_no_conn.phpt; ./ext/mysqli/tests/bug71863.phpt; ./ext/mysqli/tests/mysqli_stmt_unclonable.phpt; ./ext/mysqli/tests/mysqli_free_result.phpt; ./ext/mysqli/tests/mysqli_character_set_name_oo.phpt; ./ext/mysqli/tests/051.phpt; ./ext/mysqli/tests/mysqli_mysqlnd_read_timeout.phpt; ./ext/mysqli/tests/bug55653.phpt; ./ext/mysqli/tests/mysqli_pam_sha256_public_key_option_invalid.phpt; ./ext/mysqli/tests/bug45019.phpt; ./ext/mysqli/tests/mysqli_poll.phpt; ./ext/mysqli/tests/mysqli_fetch_array_oo.phpt; ./ext/mysqli/tests/mysqli_driver.phpt; ./ext/mysqli/tests/mysqli_stmt_attr_get_prefetch.phpt; ./ext/mysqli/tests/mysqli_fork.phpt; ./ext/mysqli/tests/mysqli_get_client_stats.phpt; ./ext/mysqli/tests/mysqli_commit.phpt; ./ext/mysqli/tests/mysqli_connect_oo_defaults.phpt; ./ext/mysqli/tests/mysqli_fetch_all.phpt; ./ext/mysqli/tests/mysqli_change_user_get_lock.phpt; ./ext/mysqli/tests/mysqli_release_savepoint.phpt; ./ext/mysqli/tests/mysqli_no_reconnect.phpt; ./ext/mysqli/tests/mysqli_error.phpt; ./ext/mysqli/tests/mysqli_fetch_array.phpt; ./ext/mysqli/tests/mysqli_autocommit_oo.phpt; ./ext/mysqli/tests/043.phpt; ./ext/mysqli/tests/mysqli_stmt_send_long_data_packet_size_mysqlnd.phpt; ./ext/mysqli/tests/mysqli_rollback.phpt; ./ext/mysqli/tests/mysqli_pconn_reuse.phpt; ./ext/mysqli/tests/mysqli_unclonable.phpt; ./ext/mysqli/tests/mysqli_debug_control_string.phpt; ./ext/mysqli/tests/mysqli_stmt_execute_stored_proc_next_result.phpt; ./ext/mysqli/tests/mysqli_max_links.phpt; ./ext/mysqli/tests/mysqli_stmt_get_result.phpt; ./ext/mysqli/tests/bug53503.phpt; ./ext/mysqli/tests/023.phpt; ./ext/mysqli/tests/mysqli_change_user_new.phpt; ./ext/mysqli/tests/mysqli_fetch_field_direct.phpt; ./ext/mysqli/tests/mysqli_fetch_array_many_rows.phpt; ./ext/mysqli/tests/mysqli_data_seek_oo.phpt; ./ext/mysqli/tests/007.phpt; ./ext/mysqli/tests/mysqli_get_server_info.phpt; ./ext/mysqli/tests/mysqli_stmt_execute_stored_proc_out.phpt; ./ext/mysqli/tests/mysqli_stmt_fetch_bit.phpt; ./ext/mysqli/tests/mysqli_savepoint.phpt; ./ext/mysqli/tests/mysqli_stmt_get_result_field_count.phpt; ./ext/mysqli/tests/mysqli_stmt_execute_stored_proc.phpt; ./ext/mysqli/tests/bug73462.phpt; ./ext/mysqli/tests/mysqli_fetch_field_types.phpt; ./ext/mysqli/tests/mysqli_pam_sha256_public_key_ini.phpt; ./ext/mysqli/tests/052.phpt; ./ext/mysqli/tests/mysqli_options_int_and_float_native.phpt; ./ext/mysqli/tests/018.phpt; ./ext/mysqli/tests/bug_mysql_49406.phpt; ./ext/mysqli/tests/bug51605.phpt; ./ext/mysqli/tests/mysqli_real_escape_string_big5.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_result_format.phpt; ./ext/mysqli/tests/mysqli_get_server_version.phpt; ./ext/mysqli/tests/041.phpt; ./ext/mysqli/tests/bug33263.phpt; ./ext/mysqli/tests/mysqli_pconn_twice.phpt; ./ext/mysqli/tests/mysqli_fetch_assoc_no_alias.phpt; ./ext/mysqli/tests/mysqli_change_user_rollback.phpt; ./ext/mysqli/tests/mysqli_affected_rows.phpt; ./ext/mysqli/tests/mysqli_insert_id_variation.phpt; ./ext/mysqli/tests/mysqli_prepare.phpt; ./ext/mysqli/tests/mysqli_real_escape_string.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_param.phpt; ./ext/mysqli/tests/mysqli_reconnect.phpt; ./ext/mysqli/tests/mysqli_poll_kill.phpt; ./ext/mysqli/tests/mysqli_fetch_object.phpt; ./ext/mysqli/tests/032.phpt; ./ext/mysqli/tests/mysqli_result_references_mysqlnd.phpt; ./ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt; ./ext/mysqli/tests/mysqli_fetch_object_no_object.phpt; ./ext/mysqli/tests/mysqli_thread_id.phpt; ./ext/mysqli/tests/mysqli_real_escape_string_unicode.phpt; ./ext/mysqli/tests/bug33090.phpt; ./ext/mysqli/tests/mysqli_stmt_error.phpt; ./ext/mysqli/tests/mysqli_reap_async_query.phpt; ./ext/mysqli/tests/mysqli_stmt_field_count.phpt; ./ext/mysqli/tests/bug45289.phpt; ./ext/mysqli/tests/mysqli_connect_attr.phpt; ./ext/mysqli/tests/mysqli_debug_mysqlnd_only.phpt; ./ext/mysqli/tests/mysqli_fetch_object_oo.phpt; ./ext/mysqli/tests/mysqli_num_fields.phpt; ./ext/mysqli/tests/mysqli_stmt_send_long_data_packet_size_libmysql.phpt; ./ext/mysqli/tests/056.phpt; ./ext/mysqli/tests/bug66043.phpt; ./ext/mysqli/tests/bug51647.phpt; ./ext/mysqli/tests/mysqli_fetch_lengths_oo.phpt; ./ext/mysqli/tests/mysqli_stmt_result_metadata.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_result_zerofill.phpt; ./ext/mysqli/tests/057.phpt; ./ext/mysqli/tests/mysqli_stmt_insert_id.phpt; ./ext/mysqli/tests/mysqli_last_insert_id.phpt; ./ext/mysqli/tests/mysqli_begin_transaction.phpt; ./ext/mysqli/tests/mysqli_get_warnings.phpt; ./ext/mysqli/tests/mysqli_connect_twice.phpt; ./ext/mysqli/tests/mysqli_explain_metadata.phpt; ./ext/mysqli/tests/mysqli_prepare_no_object.phpt; ./ext/mysqli/tests/mysqli_stmt_get_result2.phpt; ./ext/mysqli/tests/bug42548.phpt; ./ext/mysqli/tests/mysqli_next_result.phpt; ./ext/mysqli/tests/mysqli_change_user_oo.phpt; ./ext/mysqli/tests/mysqli_store_result.phpt; ./ext/mysqli/tests/bug48909.phpt; ./ext/mysqli/tests/mysqli_stmt_get_result_seek.phpt; ./ext/mysqli/tests/bug_bits.phpt; ./ext/mysqli/tests/mysqli_pam_sha256.phpt; ./ext/mysqli/tests/mysqli_stmt_param_count.phpt; ./ext/mysqli/tests/mysqli_change_user_insert_id.phpt; ./ext/mysqli/tests/mysqli_stmt_send_long_data.phpt; ./ext/mysqli/tests/mysqli_options_openbasedir.phpt; ./ext/mysqli/tests/047.phpt; ./ext/mysqli/tests/012.phpt; ./ext/mysqli/tests/mysqli_change_user_locks_temporary.phpt; ./ext/mysqli/tests/mysqli_stmt_errno.phpt; ./ext/mysqli/tests/mysqli_get_client_stats_skipped.phpt; ./ext/mysqli/tests/mysqli_close_oo.phpt; ./ext/mysqli/tests/mysqli_stmt_store_result.phpt; ./ext/mysqli/tests/mysqli_mysqlnd_read_timeout_zero.phpt; ./ext/mysqli/tests/bug68077.phpt; ./ext/mysqli/tests/bug42378.phpt; ./ext/mysqli/tests/mysqli_class_mysqli_stmt_interface.phpt; ./ext/mysqli/tests/mysqli_field_seek.phpt; ./ext/mysqli/tests/mysqli_fetch_object_no_constructor.phpt; ./ext/mysqli/tests/bug29311.phpt; ./ext/mysqli/tests/mysqli_stmt_execute.phpt; ./ext/mysqli/tests/mysqli_stmt_multires.phpt; ./ext/mysqli/tests/mysqli_real_escape_string_gbk.phpt; ./ext/mysqli/tests/mysqli_commit_oo.phpt; ./ext/mysqli/tests/bug49442.phpt; ./ext/mysqli/tests/mysqli_poll_mixing_insert_select.phpt; ./ext/mysqli/tests/bug70384.phpt; ./ext/mysqli/tests/003.phpt; ./ext/mysqli/tests/mysqli_fetch_field_oo.phpt; ./ext/mysqli/tests/mysqli_real_connect.phpt; ./ext/mysqli/tests/mysqli_change_user_old.phpt; ./ext/mysqli/tests/mysqli_stmt_prepare.phpt; ./ext/mysqli/tests/040.phpt; ./ext/mysqli/tests/059.phpt; ./ext/mysqli/tests/010.phpt; ./ext/mysqli/tests/mysqli_fetch_array_assoc.phpt; ./ext/mysqli/tests/bug35103.phpt; ./ext/mysqli/tests/mysqli_close.phpt; ./ext/mysqli/tests/mysqli_auth_pam.phpt; ./ext/mysqli/tests/mysqli_stmt_affected_rows.phpt; ./ext/mysqli/tests/mysqli_fetch_field_flags.phpt; ./ext/mysqli/tests/mysqli_get_charset.phpt; ./ext/mysqli/tests/mysqli_pconn_limits.phpt; ./ext/mysqli/tests/mysqli_report_wo_ps.phpt; ./ext/mysqli/tests/bug36745.phpt; ./ext/mysqli/tests/mysqli_ping.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_param_type_juggling.phpt; ./ext/mysqli/tests/mysqli_get_connection_stats.phpt; ./ext/mysqli/tests/mysqli_fetch_assoc.phpt; ./ext/mysqli/tests/bug34810.phpt; ./ext/mysqli/tests/037.phpt; ./ext/mysqli/tests/mysqli_real_escape_string_euckr.phpt; ./ext/mysqli/tests/060.phpt; ./ext/mysqli/tests/mysqli_change_user_prepared_statements.phpt; ./ext/mysqli/tests/mysqli_change_user_set_names.phpt; ./ext/mysqli/tests/mysqli_connect.phpt; ./ext/mysqli/tests/mysqli_init.phpt; ./ext/mysqli/tests/mysqli_stmt_close.phpt; ./ext/mysqli/tests/mysqli_get_host_info.phpt; ./ext/mysqli/tests/mysqli_options_init_command.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_result.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_param_call_user_func.phpt; ./ext/mysqli/tests/mysqli_stmt_get_result_bit.phpt; ./ext/mysqli/tests/bug35759.phpt; ./ext/mysqli/tests/015.phpt; ./ext/mysqli/tests/mysqli_debug_append.phpt; ./ext/mysqli/tests/bug70949.phpt; ./ext/mysqli/tests/mysqli_result_unclonable.phpt; ./ext/mysqli/tests/mysqli_query_stored_proc.phpt; ./ext/mysqli/tests/mysqli_get_client_version.phpt; ./ext/mysqli/tests/mysqli_stmt_sqlstate.phpt; ./ext/mysqli/tests/065.phpt; ./ext/mysqli/tests/025.phpt; ./ext/mysqli/tests/mysqli_errno_oo.phpt; ./ext/mysqli/tests/mysqli_stmt_get_result_types.phpt; ./ext/mysqli/tests/bug67839.phpt; ./ext/mysqli/tests/mysqli_stmt_attr_get.phpt; ./ext/mysqli/tests/038.phpt; ./ext/mysqli/tests/mysqli_store_result_buffered_c.phpt; ./ext/mysqli/tests/mysqli_stat.phpt; ./ext/mysqli/tests/bug54221.phpt; ./ext/mysqli/tests/024.phpt; ./ext/mysqli/tests/mysqli_get_client_info.phpt; ./ext/mysqli/tests/mysqli_thread_safe.phpt; ./ext/mysqli/tests/mysqli_connect_oo.phpt; ./ext/mysqli/tests/mysqli_affected_rows_oo.phpt; ./ext/mysqli/tests/bug72489.phpt; ./ext/mysqli/tests/mysqli_fetch_assoc_no_alias_utf8.phpt; ./ext/mysqli/tests/mysqli_class_mysqli_driver_interface.phpt; ./ext/mysqli/tests/mysqli_fetch_array_large.phpt; ./ext/mysqli/tests/mysqli_query_iterators.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_limits.phpt; ./ext/mysqli/tests/029.phpt; ./ext/mysqli/tests/mysqli_fetch_fields.phpt; ./ext/mysqli/tests/bug55582.phpt; ./ext/mysqli/tests/mysqli_multi_query.phpt; ./ext/mysqli/tests/mysqli_get_client_stats_implicit_free.phpt; ./ext/mysqli/tests/mysqli_real_query.phpt; ./ext/mysqli/tests/mysqli_pconn_max_links.phpt; ./ext/mysqli/tests/mysqli_get_client_stats_ps.phpt; ./ext/mysqli/tests/mysqli_query_unicode.phpt; ./ext/mysqli/tests/bug30967.phpt; ./ext/mysqli/tests/009.phpt; ./ext/mysqli/tests/bug77956.phpt; ./ext/mysqli/tests/bug49027.phpt; ./ext/mysqli/tests/mysqli_stmt_get_result_geom.phpt; ./ext/mysqli/tests/019.phpt; ./ext/mysqli/tests/006.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_param_references.phpt; ./ext/mysqli/tests/mysqli_connect_oo_warnings.phpt; ./ext/mysqli/tests/mysqli_field_tell.phpt; ./ext/mysqli/tests/mysqli_fetch_field.phpt; ./ext/mysqli/tests/022.phpt; ./ext/mysqli/tests/mysqli_stmt_result_metadata_sqltests.phpt; ./ext/mysqli/tests/mysqli_data_seek.phpt; ./ext/mysqli/tests/mysqli_warning_unclonable.phpt; ./ext/mysqli/tests/014.phpt; ./ext/mysqli/tests/mysqli_stmt_fetch.phpt; ./ext/mysqli/tests/mysqli_stmt_data_seek.phpt; ./ext/mysqli/tests/mysqli_kill.phpt; ./ext/mysqli/tests/mysqli_real_escape_string_eucjpms.phpt; ./ext/mysqli/tests/bug74779.phpt; ./ext/mysqli/tests/mysqli_stmt_get_warnings.phpt; ./ext/mysqli/tests/mysqli_result_references.phpt; ./ext/mysqli/tests/mysqli_real_escape_string_nobackslash.phpt; ./ext/mysqli/tests/053.phpt; ./ext/mysqli/tests/mysqli_constants.phpt; ./ext/mysqli/tests/mysqli_use_result.phpt; ./ext/mysqli/tests/049.phpt; ./ext/dom/tests/bug74416.phpt; ./Zend/tests/bug68475.phpt; ./Zend/tests/030.phpt; ./Zend/tests/attributes/028_grouped.phpt; ./Zend/tests/indirect_call_string_001.phpt; ./Zend/tests/bug41026.phpt; ./Zend/tests/match/028.phpt; ./Zend/tests/indirect_call_array_003.phpt; ./Zend/tests/fr47160.phpt; ./Zend/tests/multibyte/multibyte_encoding_001.phpt; ./Zend/tests/bug69732.phpt; ./Zend/tests/bug69957.phpt; ./Zend/tests/indirect_call_array_004.phpt; ./Zend/tests/constant_expressions_classes.phpt; ./Zend/tests/bug48930.phpt; ./tests/basic/consistent_float_string_casts.phpt; ./tests/classes/tostring_004.phpt; ./tests/lang/bug30638.phpt; ./tests/lang/bug21094.phpt; ./tests/lang/bug24054.phpt; ./tests/lang/operators/coalesce.phpt; ./tests/strings/002.phpt; ./tests/output/bug75236.phpt; ./tests/output/bug60768.phpt; |
standard | Function | vprintf | yes | click to show/hide test files ./ext/standard/tests/strings/vprintf_variation10.phpt; ./ext/standard/tests/strings/vprintf_variation11_64bit.phpt; ./ext/standard/tests/strings/vprintf_basic8.phpt; ./ext/standard/tests/strings/vprintf_variation2.phpt; ./ext/standard/tests/strings/vprintf_variation12.phpt; ./ext/standard/tests/strings/vprintf_basic7_64bit.phpt; ./ext/standard/tests/strings/vprintf_variation12_64bit.phpt; ./ext/standard/tests/strings/vprintf_variation19_64bit.phpt; ./ext/standard/tests/strings/vprintf_variation16.phpt; ./ext/standard/tests/strings/vprintf_variation3.phpt; ./ext/standard/tests/strings/vprintf_variation5.phpt; ./ext/standard/tests/strings/vprintf_basic4.phpt; ./ext/standard/tests/strings/vprintf_variation8.phpt; ./ext/standard/tests/strings/vprintf_variation15_64bit.phpt; ./ext/standard/tests/strings/vprintf_variation11.phpt; ./ext/standard/tests/strings/vprintf_variation14_64bit.phpt; ./ext/standard/tests/strings/vprintf_variation17.phpt; ./ext/standard/tests/strings/vprintf_basic3.phpt; ./ext/standard/tests/strings/vprintf_basic5.phpt; ./ext/standard/tests/strings/vprintf_variation13_64bit.phpt; ./ext/standard/tests/strings/vprintf_basic1.phpt; ./ext/standard/tests/strings/vprintf_variation13.phpt; ./ext/standard/tests/strings/vprintf_variation14.phpt; ./ext/standard/tests/strings/vprintf_variation9.phpt; ./ext/standard/tests/strings/vprintf_variation19.phpt; ./ext/standard/tests/strings/vprintf_basic9.phpt; ./ext/standard/tests/strings/vprintf_basic7.phpt; ./ext/standard/tests/strings/vprintf_variation4.phpt; ./ext/standard/tests/strings/vprintf_basic2.phpt; ./ext/standard/tests/strings/vprintf_variation15.phpt; ./ext/standard/tests/strings/vprintf_variation6.phpt; ./ext/standard/tests/strings/vprintf_variation18.phpt; ./ext/standard/tests/strings/vprintf_variation16_64bit.phpt; ./ext/standard/tests/strings/vprintf_variation4_64bit.phpt; ./ext/standard/tests/strings/vprintf_basic6.phpt; ./ext/standard/tests/strings/vprintf_variation7.phpt; ./tests/strings/002.phpt; |
standard | Function | vsprintf | yes | click to show/hide test files ./ext/standard/tests/strings/vsprintf_basic6.phpt; ./ext/standard/tests/strings/vsprintf_basic3.phpt; ./ext/standard/tests/strings/vsprintf_basic9.phpt; ./ext/standard/tests/strings/vsprintf_basic2.phpt; ./ext/standard/tests/strings/vsprintf_basic7.phpt; ./ext/standard/tests/strings/vsprintf_basic7_64bit.phpt; ./ext/standard/tests/strings/vsprintf_basic5.phpt; ./ext/standard/tests/strings/vsprintf_basic4.phpt; ./ext/standard/tests/strings/vsprintf_basic8.phpt; ./ext/standard/tests/strings/vsprintf_basic1.phpt; |
standard | Function | fprintf | yes | click to show/hide test files ./ext/sockets/tests/wsaprotocol_info_0.phpt; ./ext/ffi/tests/bug77706.phpt; ./ext/standard/tests/file/fscanf_variation47.phpt; ./ext/standard/tests/file/fscanf_variation46.phpt; ./ext/standard/tests/file/fscanf_variation25.phpt; ./ext/standard/tests/file/fscanf_variation3.phpt; ./ext/standard/tests/file/fscanf_variation32.phpt; ./ext/standard/tests/file/fscanf_variation19.phpt; ./ext/standard/tests/file/fscanf_variation23.phpt; ./ext/standard/tests/file/fscanf_variation10.phpt; ./ext/standard/tests/file/fscanf_variation5.phpt; ./ext/standard/tests/file/fscanf_variation20.phpt; ./ext/standard/tests/file/fscanf_variation31.phpt; ./ext/standard/tests/file/fscanf_variation6.phpt; ./ext/standard/tests/file/fscanf_variation27.phpt; ./ext/standard/tests/file/fscanf_variation39.phpt; ./ext/standard/tests/file/fscanf_variation26.phpt; ./ext/standard/tests/file/fscanf_variation33.phpt; ./ext/standard/tests/file/fscanf_variation7.phpt; ./ext/standard/tests/file/fscanf_variation11.phpt; ./ext/standard/tests/file/fscanf_variation34.phpt; ./ext/standard/tests/file/fscanf_variation50.phpt; ./ext/standard/tests/file/fscanf_variation2.phpt; ./ext/standard/tests/file/fscanf_variation4.phpt; ./ext/standard/tests/file/fscanf_variation55.phpt; ./ext/standard/tests/file/fscanf_variation44.phpt; ./ext/standard/tests/file/fscanf_variation8.phpt; ./ext/standard/tests/file/fscanf_variation13.phpt; ./ext/standard/tests/file/fscanf_variation45.phpt; ./ext/standard/tests/file/fscanf_variation17.phpt; ./ext/standard/tests/file/fscanf_variation48.phpt; ./ext/standard/tests/file/fscanf_variation22.phpt; ./ext/standard/tests/file/fscanf_variation42.phpt; ./ext/standard/tests/file/fscanf_variation14.phpt; ./ext/standard/tests/file/fscanf_variation18.phpt; ./ext/standard/tests/file/fscanf_variation43.phpt; ./ext/standard/tests/file/fscanf_variation35.phpt; ./ext/standard/tests/file/fscanf_variation16.phpt; ./ext/standard/tests/file/fscanf_variation40.phpt; ./ext/standard/tests/file/fscanf_variation38.phpt; ./ext/standard/tests/file/fscanf_variation24.phpt; ./ext/standard/tests/file/fscanf_variation28.phpt; ./ext/standard/tests/file/fscanf_variation29.phpt; ./ext/standard/tests/file/fscanf_variation12.phpt; ./ext/standard/tests/file/fscanf_variation21.phpt; ./ext/standard/tests/file/fscanf_variation9.phpt; ./ext/standard/tests/file/fscanf_variation15.phpt; ./ext/standard/tests/file/fscanf_variation41.phpt; ./ext/standard/tests/file/fscanf_variation30.phpt; ./ext/standard/tests/file/fscanf_variation36.phpt; ./ext/standard/tests/file/fscanf_variation37.phpt; ./ext/standard/tests/file/fscanf_variation49.phpt; ./ext/standard/tests/strings/fprintf_variation_007.phpt; ./ext/standard/tests/strings/vfprintf_basic4.phpt; ./ext/standard/tests/strings/fprintf_variation_006.phpt; ./ext/standard/tests/strings/fprintf_variation_008_64bit.phpt; ./ext/standard/tests/strings/fprintf_variation_001.phpt; ./ext/standard/tests/strings/fprintf_variation_003.phpt; ./ext/standard/tests/strings/fprintf_error.phpt; ./ext/standard/tests/strings/vfprintf_basic3.phpt; ./ext/standard/tests/strings/fprintf_variation_003_64bit.phpt; ./ext/standard/tests/strings/fprintf_variation_005.phpt; ./ext/standard/tests/strings/vfprintf_basic6.phpt; ./ext/standard/tests/strings/fprintf_variation_002.phpt; ./ext/standard/tests/strings/fprintf_variation_007_64bit.phpt; ./ext/standard/tests/strings/vfprintf_basic2.phpt; ./ext/standard/tests/strings/fprintf_variation_008.phpt; ./ext/standard/tests/strings/fprintf_variation_009.phpt; ./ext/standard/tests/strings/vfprintf_basic7.phpt; ./ext/standard/tests/strings/vfprintf_basic9.phpt; ./ext/standard/tests/strings/vfprintf_basic7_64bit.phpt; ./ext/standard/tests/strings/vfprintf_basic5.phpt; ./ext/standard/tests/strings/fprintf_variation_004.phpt; ./ext/standard/tests/strings/fprintf_variation_006_64bit.phpt; ./ext/standard/tests/strings/vfprintf_basic8.phpt; ./tests/strings/002.phpt; |
standard | Function | vfprintf | yes | click to show/hide test files ./ext/standard/tests/strings/vfprintf_basic1.phpt; ./ext/standard/tests/strings/vfprintf_basic.phpt; ./ext/standard/tests/strings/vfprintf_basic4.phpt; ./ext/standard/tests/strings/vfprintf_error3.phpt; ./ext/standard/tests/strings/vfprintf_basic3.phpt; ./ext/standard/tests/strings/vfprintf_error4.phpt; ./ext/standard/tests/strings/vfprintf_variation1.phpt; ./ext/standard/tests/strings/vfprintf_basic6.phpt; ./ext/standard/tests/strings/vfprintf_basic2.phpt; ./ext/standard/tests/strings/vfprintf_basic7.phpt; ./ext/standard/tests/strings/vfprintf_basic9.phpt; ./ext/standard/tests/strings/vfprintf_basic7_64bit.phpt; ./ext/standard/tests/strings/vfprintf_error1.phpt; ./ext/standard/tests/strings/vfprintf_basic5.phpt; ./ext/standard/tests/strings/vfprintf_basic8.phpt; |
standard | Function | sscanf | yes | click to show/hide test files ./ext/mbstring/tests/sjis2004_encoding.phpt; ./ext/mbstring/tests/sjismac_encoding.phpt; ./ext/mbstring/tests/iso2022jp_2004_encoding.phpt; ./ext/mbstring/tests/iso2022jp_encoding.phpt; ./ext/mbstring/tests/cp5022x_encoding.phpt; ./ext/mbstring/tests/cp51932_encoding.phpt; ./ext/mbstring/tests/sjis_mobile_encodings.phpt; ./ext/standard/tests/strings/sscanf_basic8.phpt; ./ext/standard/tests/strings/sscanf_basic1.phpt; ./ext/standard/tests/strings/bug21730.phpt; ./ext/standard/tests/strings/sscanf_basic7.phpt; ./ext/standard/tests/strings/bug27295.phpt; ./ext/standard/tests/strings/sscanf_error.phpt; ./ext/standard/tests/strings/sscanf_basic2.phpt; ./ext/standard/tests/strings/sscanf_basic4.phpt; ./ext/standard/tests/strings/bug38322.phpt; ./ext/standard/tests/strings/sscanf_basic5.phpt; ./ext/standard/tests/strings/sscanf_basic6.phpt; ./ext/standard/tests/strings/bug47842.phpt; ./ext/standard/tests/strings/bug42107.phpt; ./ext/standard/tests/strings/bug47322.phpt; ./ext/standard/tests/strings/sscanf_basic3.phpt; ./Zend/tests/dim_assign_001.phpt; |
standard | Function | fscanf | verify | click to show/hide test files ./ext/spl/tests/bug51532.phpt; ./ext/spl/tests/bug52573.phpt; ./ext/spl/tests/SplFileObject_fscanf_basic.phpt; ./ext/standard/tests/file/fscanf_variation47.phpt; ./ext/standard/tests/file/fscanf_variation46.phpt; ./ext/standard/tests/file/fscanf_variation25.phpt; ./ext/standard/tests/file/fscanf_variation3.phpt; ./ext/standard/tests/file/fscanf_variation32.phpt; ./ext/standard/tests/file/fscanf_variation19.phpt; ./ext/standard/tests/file/fscanf_variation23.phpt; ./ext/standard/tests/file/fscanf_variation10.phpt; ./ext/standard/tests/file/fscanf_variation5.phpt; ./ext/standard/tests/file/fscanf_variation20.phpt; ./ext/standard/tests/file/fscanf_variation31.phpt; ./ext/standard/tests/file/fscanf_variation6.phpt; ./ext/standard/tests/file/fscanf_variation27.phpt; ./ext/standard/tests/file/fscanf.phpt; ./ext/standard/tests/file/fscanf_variation39.phpt; ./ext/standard/tests/file/fscanf_variation26.phpt; ./ext/standard/tests/file/fscanf_variation33.phpt; ./ext/standard/tests/file/fscanf_variation7.phpt; ./ext/standard/tests/file/fscanf_variation54.phpt; ./ext/standard/tests/file/fscanf_variation11.phpt; ./ext/standard/tests/file/fscanf_variation53.phpt; ./ext/standard/tests/file/fscanf_variation1.phpt; ./ext/standard/tests/file/fscanf_variation34.phpt; ./ext/standard/tests/file/fscanf_variation50.phpt; ./ext/standard/tests/file/fscanf_variation2.phpt; ./ext/standard/tests/file/fscanf_variation4.phpt; ./ext/standard/tests/file/fscanf_variation55.phpt; ./ext/standard/tests/file/fscanf_variation44.phpt; ./ext/standard/tests/file/fscanf_error.phpt; ./ext/standard/tests/file/fscanf_variation8.phpt; ./ext/standard/tests/file/fscanf_variation13.phpt; ./ext/standard/tests/file/fscanf_variation45.phpt; ./ext/standard/tests/file/fscanf_variation17.phpt; ./ext/standard/tests/file/fscanf_variation48.phpt; ./ext/standard/tests/file/fscanf_variation52.phpt; ./ext/standard/tests/file/fscanf_variation22.phpt; ./ext/standard/tests/file/fscanf_variation42.phpt; ./ext/standard/tests/file/fscanf_variation14.phpt; ./ext/standard/tests/file/fscanf_variation18.phpt; ./ext/standard/tests/file/fscanf_variation43.phpt; ./ext/standard/tests/file/fscanf_variation35.phpt; ./ext/standard/tests/file/fscanf_variation16.phpt; ./ext/standard/tests/file/fscanf_variation40.phpt; ./ext/standard/tests/file/fscanf_variation51.phpt; ./ext/standard/tests/file/fscanf_variation38.phpt; ./ext/standard/tests/file/fscanf_variation24.phpt; ./ext/standard/tests/file/fscanf_variation28.phpt; ./ext/standard/tests/file/fscanf_variation29.phpt; ./ext/standard/tests/file/fscanf_variation12.phpt; ./ext/standard/tests/file/fscanf_variation21.phpt; ./ext/standard/tests/file/fscanf_variation9.phpt; ./ext/standard/tests/file/fscanf_variation15.phpt; ./ext/standard/tests/file/fscanf_variation41.phpt; ./ext/standard/tests/file/fscanf_variation30.phpt; ./ext/standard/tests/file/fscanf_variation36.phpt; ./ext/standard/tests/file/fscanf_variation37.phpt; ./ext/standard/tests/file/fscanf_variation49.phpt; |
standard | Function | parse_url | yes | click to show/hide test files ./ext/standard/tests/url/parse_url_basic_006.phpt; ./ext/standard/tests/url/parse_url_basic_008.phpt; ./ext/standard/tests/url/parse_url_basic_004.phpt; ./ext/standard/tests/url/bug68917.phpt; ./ext/standard/tests/url/parse_url_error_002.phpt; ./ext/standard/tests/url/bug54180.phpt; ./ext/standard/tests/url/bug69976.phpt; ./ext/standard/tests/url/parse_url_basic_003.phpt; ./ext/standard/tests/url/parse_url_basic_009.phpt; ./ext/standard/tests/url/bug74780.phpt; ./ext/standard/tests/url/bug63162.phpt; ./ext/standard/tests/url/parse_url_basic_007.phpt; ./ext/standard/tests/url/bug73192.phpt; ./ext/standard/tests/url/parse_url_relative_scheme.phpt; ./ext/standard/tests/url/bug55399.phpt; ./ext/standard/tests/url/parse_url_basic_001.phpt; ./ext/standard/tests/url/parse_url_unterminated.phpt; ./ext/standard/tests/url/parse_url_basic_002.phpt; ./ext/standard/tests/url/parse_url_basic_005.phpt; ./ext/standard/tests/file/bug38450.phpt; ./ext/standard/tests/file/bug38450_3.phpt; ./ext/standard/tests/file/bug38450_2.phpt; ./ext/standard/tests/file/userstreams.phpt; ./ext/standard/tests/file/bug38450_1.phpt; ./ext/standard/tests/file/include_streams.phpt; ./ext/standard/tests/strings/url_t.phpt; |
standard | Function | urlencode | yes | click to show/hide test files ./ext/iconv/tests/bug48147.phpt; ./ext/ftp/tests/ftp_fget_basic.phpt; ./ext/ftp/tests/ftp_get_basic.phpt; ./ext/intl/tests/uconverter_func_basic.phpt; ./ext/intl/tests/grapheme.phpt; ./ext/intl/tests/uconverter_oop_basic.phpt; ./ext/intl/tests/bug62070.phpt; ./ext/intl/tests/grapheme2.phpt; ./ext/intl/tests/bug62070_2.phpt; ./ext/intl/tests/normalizer_normalize.phpt; ./ext/intl/tests/bug62070_3.phpt; ./ext/intl/tests/normalizer_normalize_kc_cf.phpt; ./ext/intl/tests/idn.phpt; ./ext/standard/tests/array/bug14580.phpt; ./ext/standard/tests/file/bug27508.phpt; ./ext/standard/tests/file/bug43008.phpt; ./ext/standard/tests/strings/utf8.phpt; ./ext/hash/tests/sha3.phpt; ./tests/lang/bug24783.phpt; ./tests/strings/001.phpt; |
standard | Function | urldecode | yes | click to show/hide test files ./ext/pcre/tests/invalid_utf8.phpt; ./ext/standard/tests/filters/bug77231.phpt; ./ext/standard/tests/file/bug27508.phpt; ./ext/standard/tests/strings/utf8.phpt; ./tests/strings/001.phpt; |
standard | Function | rawurlencode | yes | click to show/hide test files ./ext/xmlreader/tests/008.phpt; ./ext/standard/tests/setrawcookie_basic_002.phpt; ./ext/standard/tests/url/bug53248.phpt; ./ext/standard/tests/setrawcookie_basic_001.phpt; ./tests/strings/001.phpt; |
standard | Function | rawurldecode | yes | click to show/hide test files ./ext/zlib/tests/bug71417.phpt; ./ext/standard/tests/url/bug53248.phpt; ./tests/strings/001.phpt; |
standard | Function | http_build_query | yes | click to show/hide test files ./ext/standard/tests/strings/http_build_query_variation2.phpt; ./ext/standard/tests/strings/http_build_query_variation1.phpt; ./ext/standard/tests/strings/http_build_query.phpt; ./ext/standard/tests/strings/bug26817.phpt; ./ext/standard/tests/strings/bug77608.phpt; ./ext/standard/tests/strings/bug26819.phpt; ./ext/standard/tests/strings/http_build_query_variation3.phpt; |
standard | Function | readlink | yes | click to show/hide test files ./ext/standard/tests/dir/bug73877.phpt; ./ext/standard/tests/file/symlink.phpt; ./ext/standard/tests/file/readlink_realpath_error-win32.phpt; ./ext/standard/tests/file/readlink_realpath_variation3.phpt; ./ext/standard/tests/file/readlink_realpath_variation2.phpt; ./ext/standard/tests/file/rename_variation6-win32.phpt; ./ext/standard/tests/file/readlink_realpath_variation1.phpt; ./ext/standard/tests/file/symlink_to_symlink.phpt; ./ext/standard/tests/file/readlink_realpath_basic1.phpt; ./ext/standard/tests/file/windows_links/readlink_compat.phpt; ./ext/standard/tests/file/rename_variation6.phpt; ./ext/standard/tests/file/rename_variation7.phpt; ./ext/standard/tests/file/readlink_realpath_variation1-win32.phpt; ./ext/standard/tests/file/readlink_variation1.phpt; ./ext/standard/tests/file/readlink_realpath_error.phpt; ./ext/standard/tests/file/readlink_realpath_variation2-win32.phpt; ./ext/standard/tests/file/rename_variation7-win32.phpt; ./tests/security/open_basedir_readlink.phpt; |
standard | Function | linkinfo | yes | click to show/hide test files ./ext/standard/tests/file/symlink.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation9.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation1.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_basic1.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_error1.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation2.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_basic2.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation5.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation6.phpt; ./tests/security/open_basedir_linkinfo.phpt; |
standard | Function | symlink | yes | click to show/hide test files ./ext/opcache/tests/revalidate_path_01.phpt; ./ext/spl/tests/spl_fileinfo_getlinktarget_basic.phpt; ./ext/spl/tests/bug68825.phpt; ./ext/standard/tests/file/lchgrp_basic.phpt; ./ext/standard/tests/file/rename_variation2.phpt; ./ext/standard/tests/file/filetype_variation.phpt; ./ext/standard/tests/file/symlink.phpt; ./ext/standard/tests/file/lstat_stat_basic.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation8.phpt; ./ext/standard/tests/file/clearstatcache_001.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation9.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation1.phpt; ./ext/standard/tests/file/chmod_variation2.phpt; ./ext/standard/tests/file/fileinode_variation1.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_basic1.phpt; ./ext/standard/tests/file/001.phpt; ./ext/standard/tests/file/readlink_realpath_variation2.phpt; ./ext/standard/tests/file/fileperms_variation1.phpt; ./ext/standard/tests/file/rename_variation6-win32.phpt; ./ext/standard/tests/file/realpath_basic4.phpt; ./ext/standard/tests/file/lstat_stat_variation12.phpt; ./ext/standard/tests/file/unlink_variation3.phpt; ./ext/standard/tests/file/readlink_realpath_variation1.phpt; ./ext/standard/tests/file/bug47767.phpt; ./ext/standard/tests/file/lstat_stat_variation3.phpt; ./ext/standard/tests/file/symlink_to_symlink.phpt; ./ext/standard/tests/file/readlink_realpath_basic1.phpt; ./ext/standard/tests/file/005_variation-win32.phpt; ./ext/standard/tests/file/lchown_basic.phpt; ./ext/standard/tests/file/fopen_variation19.phpt; ./ext/standard/tests/file/bug39367.phpt; ./ext/standard/tests/file/file_put_contents_variation9.phpt; ./ext/standard/tests/file/rename_variation6.phpt; ./ext/standard/tests/file/rename_variation7.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_error1.phpt; ./ext/standard/tests/file/lstat_stat_variation20.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation7.phpt; ./ext/standard/tests/file/copy_variation7.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_basic2.phpt; ./ext/standard/tests/file/readlink_realpath_variation1-win32.phpt; ./ext/standard/tests/file/file_get_contents_variation9.phpt; ./ext/standard/tests/file/file_variation5.phpt; ./ext/standard/tests/file/is_dir_variation2.phpt; ./ext/standard/tests/file/fileinode_variation.phpt; ./ext/standard/tests/file/fflush_variation2.phpt; ./ext/standard/tests/file/readfile_variation2.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation5.phpt; ./ext/standard/tests/file/readlink_realpath_variation2-win32.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation3.phpt; ./ext/standard/tests/file/filegroup_variation1.phpt; ./ext/standard/tests/file/rename_variation7-win32.phpt; ./ext/standard/tests/file/copy_variation8.phpt; ./ext/standard/tests/file/lstat_stat_variation6.phpt; ./ext/standard/tests/file/fileowner_variation1.phpt; ./ext/standard/tests/file/lstat_stat_variation15.phpt; ./ext/standard/tests/file/unlink_variation8.phpt; ./ext/standard/tests/file/rename_variation5.phpt; ./ext/standard/tests/file/unlink_variation10.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation6.phpt; ./ext/standard/tests/file/is_file_variation2.phpt; ./tests/security/open_basedir_symlink.phpt; ./tests/security/open_basedir_linkinfo.phpt; ./tests/security/open_basedir_readlink.phpt; |
standard | Function | link | yes | click to show/hide test files ./ext/standard/tests/file/filetype_variation.phpt; ./ext/standard/tests/file/symlink.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation8.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation9.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation1.phpt; ./ext/standard/tests/file/fileinode_variation1.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_basic1.phpt; ./ext/standard/tests/file/readlink_realpath_variation2.phpt; ./ext/standard/tests/file/fileperms_variation1.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation4.phpt; ./ext/standard/tests/file/unlink_variation3.phpt; ./ext/standard/tests/file/readlink_realpath_variation1.phpt; ./ext/standard/tests/file/005_variation-win32.phpt; ./ext/standard/tests/file/link_win32.phpt; ./ext/standard/tests/file/fopen_variation19.phpt; ./ext/standard/tests/file/windows_links/bug78862.phpt; ./ext/standard/tests/file/windows_links/bug76335.phpt; ./ext/standard/tests/file/file_put_contents_variation9.phpt; ./ext/standard/tests/file/rename_variation3.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation7.phpt; ./ext/standard/tests/file/copy_variation7.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation2.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_basic2.phpt; ./ext/standard/tests/file/readlink_realpath_variation1-win32.phpt; ./ext/standard/tests/file/file_get_contents_variation9.phpt; ./ext/standard/tests/file/is_dir_variation2.phpt; ./ext/standard/tests/file/fileinode_variation.phpt; ./ext/standard/tests/file/readfile_variation2.phpt; ./ext/standard/tests/file/readlink_realpath_variation2-win32.phpt; ./ext/standard/tests/file/filegroup_variation1.phpt; ./ext/standard/tests/file/copy_variation8.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_error2.phpt; ./ext/standard/tests/file/lstat_stat_variation14.phpt; ./ext/standard/tests/file/fileowner_variation1.phpt; ./ext/standard/tests/file/unlink_variation8.phpt; ./ext/standard/tests/file/fflush_variation3.phpt; ./ext/standard/tests/file/unlink_variation10.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation6.phpt; ./ext/standard/tests/file/is_file_variation2.phpt; ./tests/security/open_basedir_link.phpt; |
standard | Function | unlink | yes | click to show/hide test files ./ext/xsl/tests/bug54446.phpt; ./ext/xsl/tests/bug54446_with_ini.phpt; ./ext/xsl/tests/xslt007.phpt; ./ext/openssl/tests/openssl_pkcs12_export_to_file_error.phpt; ./ext/openssl/tests/bug74903.phpt; ./ext/openssl/tests/openssl_pkcs7_encrypt_basic.phpt; ./ext/openssl/tests/session_meta_capture.phpt; ./ext/openssl/tests/bug69215.phpt; ./ext/openssl/tests/stream_crypto_flags_002.phpt; ./ext/openssl/tests/openssl_cms_verify_basic.phpt; ./ext/openssl/tests/openssl_cms_sign_basic.phpt; ./ext/openssl/tests/openssl_free_key.phpt; ./ext/openssl/tests/openssl_pkey_export_basic.phpt; ./ext/openssl/tests/001.phpt; ./ext/openssl/tests/bug65729.phpt; ./ext/openssl/tests/openssl_cms_sign_verify_detached.phpt; ./ext/openssl/tests/bug74720_0.phpt; ./ext/openssl/tests/tls_wrapper_with_tls_v1.3.phpt; ./ext/openssl/tests/tls_wrapper.phpt; ./ext/openssl/tests/bug72333.phpt; ./ext/openssl/tests/tlsv1.2_wrapper.phpt; ./ext/openssl/tests/stream_crypto_flags_004.phpt; ./ext/openssl/tests/peer_verification.phpt; ./ext/openssl/tests/bug74720_1.phpt; ./ext/openssl/tests/tlsv1.0_wrapper.phpt; ./ext/openssl/tests/bug68879.phpt; ./ext/openssl/tests/openssl_cms_verify_der.phpt; ./ext/openssl/tests/openssl_cms_sign_verify_basic.phpt; ./ext/openssl/tests/openssl_cms_encrypt_basic.phpt; ./ext/openssl/tests/openssl_cms_decrypt_basic.phpt; ./ext/openssl/tests/bug48182.phpt; ./ext/openssl/tests/openssl_x509_export_to_file_basic.phpt; ./ext/openssl/tests/bug74159.phpt; ./ext/openssl/tests/san_peer_matching.phpt; ./ext/openssl/tests/stream_crypto_flags_003.phpt; ./ext/openssl/tests/bug74798.phpt; ./ext/openssl/tests/streams_crypto_method.phpt; ./ext/openssl/tests/openssl_csr_export_to_file_basic.phpt; ./ext/openssl/tests/openssl_error_string_basic.phpt; ./ext/openssl/tests/openssl_cms_sign_verify_nodetached_pem.phpt; ./ext/openssl/tests/capture_peer_cert_001.phpt; ./ext/openssl/tests/stream_security_level.phpt; ./ext/openssl/tests/bug68265.phpt; ./ext/openssl/tests/openssl_cms_sign_der.phpt; ./ext/openssl/tests/openssl_pkcs7_decrypt_basic.phpt; ./ext/openssl/tests/stream_verify_peer_name_001.phpt; ./ext/openssl/tests/openssl_cms_encrypt_pem.phpt; ./ext/openssl/tests/tlsv1.3_wrapper.phpt; ./ext/openssl/tests/bug65538_001.phpt; ./ext/openssl/tests/stream_crypto_flags_001.phpt; ./ext/openssl/tests/tlsv1.1_wrapper.phpt; ./ext/openssl/tests/bug54992.phpt; ./ext/openssl/tests/tls_min_v1.0_max_v1.1_wrapper.phpt; ./ext/openssl/tests/openssl_peer_fingerprint_basic.phpt; ./ext/openssl/tests/openssl_pkcs12_export_to_file_basic.phpt; ./ext/openssl/tests/bug68920.phpt; ./ext/openssl/tests/bug77390.phpt; ./ext/openssl/tests/stream_verify_peer_name_003.phpt; ./ext/openssl/tests/openssl_cms_encrypt_der.phpt; ./ext/openssl/tests/stream_server_reneg_limit.phpt; ./ext/openssl/tests/openssl_pkcs7_verify_basic.phpt; ./ext/openssl/tests/bug46127.phpt; ./ext/openssl/tests/stream_verify_peer_name_002.phpt; ./ext/openssl/tests/bug65538_003.phpt; ./ext/openssl/tests/openssl_pkcs7_sign_basic.phpt; ./ext/sockets/tests/bug76839.phpt; ./ext/sockets/tests/unixloop.phpt; ./ext/sockets/tests/socket_cmsg_rights.phpt; ./ext/sockets/tests/socket_sentto_recvfrom_unix.phpt; ./ext/sockets/tests/socket_cmsg_credentials.phpt; ./ext/pdo/tests/bug_44159.phpt; ./ext/opcache/tests/issue0140.phpt; ./ext/opcache/tests/bug71127.phpt; ./ext/opcache/tests/revalidate_path_01.phpt; ./ext/opcache/tests/bug67215.phpt; ./ext/opcache/tests/issue0149.phpt; ./ext/opcache/tests/bug74663.phpt; ./ext/opcache/tests/bug72014.phpt; ./ext/opcache/tests/func_info.phpt; ./ext/opcache/tests/bug74596.phpt; ./ext/opcache/tests/bug65559.phpt; ./ext/opcache/tests/issue0115.phpt; ./ext/opcache/tests/bug65915.phpt; ./ext/opcache/tests/bug66338.phpt; ./ext/opcache/tests/bug78185.phpt; ./ext/pdo_mysql/tests/pdo_mysql___construct_uri.phpt; ./ext/pdo_mysql/tests/pdo_mysql_exec_load_data.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_blobfromsteam.phpt; ./ext/spl/tests/SplFileObject_setCsvControl_variation001.phpt; ./ext/spl/tests/SplFileObject_setCsvControl_error001.phpt; ./ext/spl/tests/SplFileObject_getflags_basic.phpt; ./ext/spl/tests/bug77024.phpt; ./ext/spl/tests/SplFileObject_getflags_error001.phpt; ./ext/spl/tests/SplFileObject_fputcsv_002.phpt; ./ext/spl/tests/SplFileObject_fgetcsv_enclosure_basic.phpt; ./ext/spl/tests/bug77263.phpt; ./ext/spl/tests/SplFileObject_fgetcsv_delimiter_basic.phpt; ./ext/spl/tests/RecursiveDirectoryIterator_getSubPathname_basic.phpt; ./ext/spl/tests/SplFileObject_fwrite_variation_002.phpt; ./ext/spl/tests/spl_fileinfo_getextension_leadingdot.phpt; ./ext/spl/tests/spl_fileinfo_getlinktarget_basic.phpt; ./ext/spl/tests/SplFileObject_fputcsv_variation8.phpt; ./ext/spl/tests/SplFileObject_fputcsv_variation13.phpt; ./ext/spl/tests/bug51068.phpt; ./ext/spl/tests/SplFileObject_fputcsv_variation6.phpt; ./ext/spl/tests/SplFileObject_fputcsv_variation1.phpt; ./ext/spl/tests/SplFileObject_fgetcsv_basic.phpt; ./ext/spl/tests/fileobject_005.phpt; ./ext/spl/tests/SplFileObject_fputcsv_variation7.phpt; ./ext/spl/tests/SplFileObject_fputcsv_variation5.phpt; ./ext/spl/tests/SplFileObject_fputcsv_variation12.phpt; ./ext/spl/tests/SplFileObject_fputcsv_variation14.phpt; ./ext/spl/tests/SplFileInfo_getInode_basic.phpt; ./ext/spl/tests/bug68557.phpt; ./ext/spl/tests/SplFileObject_setCsvControl_error003.phpt; ./ext/spl/tests/RecursiveDirectoryIterator_getSubPath_basic.phpt; ./ext/spl/tests/bug42364.phpt; ./ext/spl/tests/SplFileObject_fgetcsv_escape_basic.phpt; ./ext/spl/tests/SplFileObject_fgetcsv_escape_default.phpt; ./ext/spl/tests/SplFileObject_fputcsv_variation11.phpt; ./ext/spl/tests/dit_004.phpt; ./ext/spl/tests/DirectoryIterator_getBasename_basic_test.phpt; ./ext/spl/tests/SplFileInfo_getPerms_basic.phpt; ./ext/spl/tests/SplFileObject_fgetcsv_delimiter_error.phpt; ./ext/spl/tests/SplFileInfo_getExtension_basic.phpt; ./ext/spl/tests/SplFileObject_fgetcsv_escape_error.phpt; ./ext/spl/tests/SplFileObject_fputcsv_variation10.phpt; ./ext/spl/tests/DirectoryIterator_getExtension_basic.phpt; ./ext/spl/tests/SplFileObject_setCsvControl_basic.phpt; ./ext/spl/tests/SplFileObject_fputcsv.phpt; ./ext/spl/tests/SplFileObject_setCsvControl_error002.phpt; ./ext/spl/tests/SplFileInfo_getGroup_basic.phpt; ./ext/spl/tests/SplFileObject_fwrite_variation_001.phpt; ./ext/spl/tests/SplFileObject_fgetcsv_enclosure_error.phpt; ./ext/spl/tests/SplFileInfo_getOwner_basic.phpt; ./ext/spl/tests/bug66405.phpt; ./ext/spl/tests/fileobject_getsize_basic.phpt; ./ext/ftp/tests/ftp_fget_basic2.phpt; ./ext/ftp/tests/ftp_nb_fget_basic3.phpt; ./ext/ftp/tests/ftp_append.phpt; ./ext/ftp/tests/ftp_nb_get_large.phpt; ./ext/ftp/tests/ftp_nb_fget_basic2.phpt; ./ext/ftp/tests/ftp_fget_basic1.phpt; ./ext/ftp/tests/ftp_nb_continue.phpt; ./ext/ftp/tests/ftp_fget_basic3.phpt; ./ext/ftp/tests/ftp_nb_fget_basic1.phpt; ./ext/ftp/tests/ftp_get_basic.phpt; ./ext/xmlwriter/tests/OO_006.phpt; ./ext/xmlwriter/tests/005.phpt; ./ext/xmlwriter/tests/001.phpt; ./ext/xmlwriter/tests/004.phpt; ./ext/xmlwriter/tests/OO_005.phpt; ./ext/xmlwriter/tests/OO_001.phpt; ./ext/xmlwriter/tests/005-mb.phpt; ./ext/xmlwriter/tests/010.phpt; ./ext/xmlwriter/tests/bug79029.phpt; ./ext/xmlwriter/tests/OO_004.phpt; ./ext/xmlwriter/tests/xmlwriter_set_indent_string_basic_001.phpt; ./ext/xmlwriter/tests/006.phpt; ./ext/session/tests/session_set_save_handler_class_002.phpt; ./ext/session/tests/session_regenerate_id_cookie.phpt; ./ext/session/tests/bug42596.phpt; ./ext/session/tests/session_set_save_handler_iface_003.phpt; ./ext/session/tests/session_set_save_handler_iface_002.phpt; ./ext/session/tests/session_set_save_handler_class_018.phpt; ./ext/session/tests/bug61470.phpt; ./ext/session/tests/session_set_save_handler_class_017.phpt; ./ext/session/tests/session_set_save_handler_iface_001.phpt; ./ext/session/tests/session_set_save_handler_class_016.phpt; ./ext/session/tests/session_set_save_handler_sid_001.phpt; ./ext/session/tests/rfc1867_sid_invalid.phpt; ./ext/session/tests/session_set_save_handler_sid_002.phpt; ./ext/pcntl/tests/pcntl_exec_3.phpt; ./ext/zlib/tests/zlib_scheme_file_put_contents_basic.phpt; ./ext/zlib/tests/zlib_scheme_unlink_basic.phpt; ./ext/zlib/tests/readgzfile_basic.phpt; ./ext/zlib/tests/gzputs_basic.phpt; ./ext/zlib/tests/gzseek_basic2.phpt; ./ext/zlib/tests/gzfilegzreadfile.phpt; ./ext/zlib/tests/gzfile_basic.phpt; ./ext/zlib/tests/gzfile_variation15.phpt; ./ext/zlib/tests/zlib_scheme_copy_basic.phpt; ./ext/zlib/tests/gzopen_basic2.phpt; ./ext/zlib/tests/gzopen_variation6.phpt; ./ext/zlib/tests/readgzfile_variation15.phpt; ./ext/zlib/tests/gzopen_variation4.phpt; ./ext/zlib/tests/zlib_wrapper_level.phpt; ./ext/zlib/tests/gzeof_variation1.phpt; ./ext/zlib/tests/bug61139.phpt; ./ext/zlib/tests/readgzfile_basic2.phpt; ./ext/zlib/tests/gzreadgzwrite.phpt; ./ext/zlib/tests/gzseek_variation4.phpt; ./ext/zlib/tests/zlib_wrapper_fflush_basic.phpt; ./ext/zlib/tests/gzseek_variation7.phpt; ./ext/zlib/tests/zlib_filter_inflate2.phpt; ./ext/zlib/tests/gzrewind_variation1.phpt; ./ext/zlib/tests/gzopen_variation8.phpt; ./ext/zlib/tests/zlib_scheme_copy_variation2.phpt; ./ext/zlib/tests/gztell_basic2.phpt; ./ext/zlib/tests/bug_40189.phpt; ./ext/zlib/tests/gzwrite_error2.phpt; ./ext/zlib/tests/gzopen_variation5.phpt; ./ext/zlib/tests/gzwrite_basic.phpt; ./ext/zlib/tests/gzread_variation1.phpt; ./ext/zlib/tests/gzseek_variation1.phpt; ./ext/zlib/tests/gzfile_basic2.phpt; ./ext/zlib/tests/gzreadgzwriteplain.phpt; ./ext/zlib/tests/bug71417.phpt; ./ext/zlib/tests/gzseek_variation5.phpt; ./ext/zlib/tests/zlib_scheme_copy_variation1.phpt; ./ext/zlib/tests/zlib_wrapper_ftruncate_basic.phpt; ./ext/imap/tests/imap_savebody_basic.phpt; ./ext/imap/tests/bug75774.phpt; ./ext/zip/tests/oo_externalattributes.phpt; ./ext/zip/tests/oo_rename.phpt; ./ext/zip/tests/bug47667.phpt; ./ext/zip/tests/bug51353.phpt; ./ext/zip/tests/oo_getstatusstring.phpt; ./ext/zip/tests/bug8009.phpt; ./ext/zip/tests/oo_namelocate.phpt; ./ext/zip/tests/oo_setcompression.phpt; ./ext/zip/tests/bug53885.phpt; ./ext/zip/tests/bug64342_0.phpt; ./ext/zip/tests/oo_open.phpt; ./ext/zip/tests/bug64342_1-mb.phpt; ./ext/zip/tests/oo_addpattern.phpt; ./ext/zip/tests/oo_encryption.phpt; ./ext/zip/tests/bug72660.phpt; ./ext/zip/tests/oo_setcomment_error.phpt; ./ext/zip/tests/oo_cancel.phpt; ./ext/zip/tests/oo_getnameindex.phpt; ./ext/zip/tests/oo_progress.phpt; ./ext/zip/tests/oo_add_encoding.phpt; ./ext/zip/tests/bug7658.phpt; ./ext/zip/tests/oo_setcomment.phpt; ./ext/zip/tests/bug70350.phpt; ./ext/zip/tests/oo_properties.phpt; ./ext/zip/tests/oo_unchangeName.phpt; ./ext/zip/tests/bug64342_1.phpt; ./ext/zip/tests/oo_addglob.phpt; ./ext/zip/tests/oo_replacefile.phpt; ./ext/zip/tests/bug70322.phpt; ./ext/zip/tests/oo_delete.phpt; ./ext/zip/tests/oo_unchangeIndex.phpt; ./ext/zip/tests/oo_addfile.phpt; ./ext/zip/tests/oo_add_from_string.phpt; ./ext/zip/tests/oo_setmtime.phpt; ./ext/zip/tests/bug14962.phpt; ./ext/zip/tests/bug70103.phpt; ./ext/zip/tests/oo_addemptydir.phpt; ./ext/zip/tests/bug11216.phpt; ./ext/phar/tests/create_path_error.phpt; ./ext/phar/tests/021.phpt; ./ext/phar/tests/phar_mount.phpt; ./ext/phar/tests/delete.phpt; ./ext/phar/tests/phar_oo_compressallgz.phpt; ./ext/phar/tests/addfuncs.phpt; ./ext/phar/tests/rename_dir_and_mount.phpt; ./ext/phar/tests/invalid_setstubalias.phpt; ./ext/phar/tests/008.phpt; ./ext/phar/tests/phar_buildfromiterator10.phpt; ./ext/phar/tests/phar_buildfromdirectory2.phpt; ./ext/phar/tests/020.phpt; ./ext/phar/tests/dir.phpt; ./ext/phar/tests/phar_create_in_cwd.phpt; ./ext/phar/tests/phar_buildfromiterator7.phpt; ./ext/phar/tests/phar_buildfromdirectory4.phpt; ./ext/phar/tests/phar_stub.phpt; ./ext/phar/tests/delete_in_phar_confirm.phpt; ./ext/phar/tests/phar_ctx_001.phpt; ./ext/phar/tests/phar_buildfromdirectory5.phpt; ./ext/phar/tests/phar_stub_write_file.phpt; ./ext/phar/tests/phar_gzip.phpt; ./ext/phar/tests/phar_oo_008.phpt; ./ext/phar/tests/include_path.phpt; ./ext/phar/tests/bug46178.phpt; ./ext/phar/tests/phar_oo_001.phpt; ./ext/phar/tests/create_new_phar_c.phpt; ./ext/phar/tests/026.phpt; ./ext/phar/tests/phar_bz2.phpt; ./ext/phar/tests/open_for_write_newfile_b.phpt; ./ext/phar/tests/017.phpt; ./ext/phar/tests/rename.phpt; ./ext/phar/tests/test_alias_unset.phpt; ./ext/phar/tests/phar_extract.phpt; ./ext/phar/tests/033a.phpt; ./ext/phar/tests/phar_buildfromiterator1.phpt; ./ext/phar/tests/rmdir.phpt; ./ext/phar/tests/open_for_write_existing_c.phpt; ./ext/phar/tests/bug13786.phpt; ./ext/phar/tests/bug48377.2.phpt; ./ext/phar/tests/phar_metadata_read.phpt; ./ext/phar/tests/phar_oo_012.phpt; ./ext/phar/tests/phar_convert_repeated_b.phpt; ./ext/phar/tests/phar_oo_uncompressall.phpt; ./ext/phar/tests/bug73809.phpt; ./ext/phar/tests/phar_oo_005.phpt; ./ext/phar/tests/phar_buildfromdirectory2-win.phpt; ./ext/phar/tests/metadata_read.phpt; ./ext/phar/tests/016.phpt; ./ext/phar/tests/phar_setdefaultstub.phpt; ./ext/phar/tests/030.phpt; ./ext/phar/tests/phar_oo_nosig.phpt; ./ext/phar/tests/011.phpt; ./ext/phar/tests/phar_setalias.phpt; ./ext/phar/tests/phar_oo_getcontentsgz.phpt; ./ext/phar/tests/013.phpt; ./ext/phar/tests/phar_decompress.phpt; ./ext/phar/tests/phar_offset_check.phpt; ./ext/phar/tests/bug77022.phpt; ./ext/phar/tests/028.phpt; ./ext/phar/tests/phar_oo_010.phpt; ./ext/phar/tests/rename_dir.phpt; ./ext/phar/tests/phar_extract3.phpt; ./ext/phar/tests/phar_buildfromiterator5.phpt; ./ext/phar/tests/phar_metadata_write3.phpt; ./ext/phar/tests/open_for_write_existing.phpt; ./ext/phar/tests/bug65028.phpt; ./ext/phar/tests/phar_stub_write.phpt; ./ext/phar/tests/phar_setsignaturealgo2.phpt; ./ext/phar/tests/phar_oo_003.phpt; ./ext/phar/tests/mkdir.phpt; ./ext/phar/tests/023.phpt; ./ext/phar/tests/015b.phpt; ./ext/phar/tests/phar_convert_zip.phpt; ./ext/phar/tests/zf_test.phpt; ./ext/phar/tests/phar_oo_002.phpt; ./ext/phar/tests/invalid_alias.phpt; ./ext/phar/tests/018.phpt; ./ext/phar/tests/bug64931/bug64931.phpt; ./ext/phar/tests/phar_convert_tar.phpt; ./ext/phar/tests/phar_oo_012b.phpt; ./ext/phar/tests/tar/delete.phpt; ./ext/phar/tests/tar/phar_convert_phar4.phpt; ./ext/phar/tests/tar/truncated.phpt; ./ext/phar/tests/tar/all.phpt; ./ext/phar/tests/tar/dir.phpt; ./ext/phar/tests/tar/phar_buildfromiterator7.phpt; ./ext/phar/tests/tar/phar_stub.phpt; ./ext/phar/tests/tar/delete_in_phar_confirm.phpt; ./ext/phar/tests/tar/exists_as_phar.phpt; ./ext/phar/tests/tar/bignames.phpt; ./ext/phar/tests/tar/open_for_write_newfile_b.phpt; ./ext/phar/tests/tar/rename.phpt; ./ext/phar/tests/tar/033a.phpt; ./ext/phar/tests/tar/tar_makebz2.phpt; ./ext/phar/tests/tar/rmdir.phpt; ./ext/phar/tests/tar/open_for_write_existing_c.phpt; ./ext/phar/tests/tar/tar_bz2.phpt; ./ext/phar/tests/tar/phar_setdefaultstub.phpt; ./ext/phar/tests/tar/phar_setalias.phpt; ./ext/phar/tests/tar/bignames_overflow.phpt; ./ext/phar/tests/tar/rename_dir.phpt; ./ext/phar/tests/tar/phar_buildfromiterator5.phpt; ./ext/phar/tests/tar/open_for_write_existing.phpt; ./ext/phar/tests/tar/phar_setsignaturealgo2.phpt; ./ext/phar/tests/tar/phar_convert_phar3.phpt; ./ext/phar/tests/tar/tar_gzip.phpt; ./ext/phar/tests/tar/tar_001.phpt; ./ext/phar/tests/tar/links2.phpt; ./ext/phar/tests/tar/delete_in_phar_b.phpt; ./ext/phar/tests/tar/phar_buildfromiterator8.phpt; ./ext/phar/tests/tar/tar_makegz.phpt; ./ext/phar/tests/tar/alias_acrobatics.phpt; ./ext/phar/tests/tar/tar_nostub.phpt; ./ext/phar/tests/tar/tar_002.phpt; ./ext/phar/tests/tar/open_for_write_existing_b.phpt; ./ext/phar/tests/tar/033.phpt; ./ext/phar/tests/tar/tar_003.phpt; ./ext/phar/tests/tar/delete_in_phar.phpt; ./ext/phar/tests/tar/phar_buildfromiterator9.phpt; ./ext/phar/tests/tar/phar_convert_phar2.phpt; ./ext/phar/tests/tar/bug71317-duplicate-filename.phpt; ./ext/phar/tests/tar/links.phpt; ./ext/phar/tests/tar/tar_004.phpt; ./ext/phar/tests/tar/open_for_write_newfile.phpt; ./ext/phar/tests/tar/open_for_write_newfile_c.phpt; ./ext/phar/tests/tar/create_new_phar_b.phpt; ./ext/phar/tests/tar/phar_buildfromiterator4.phpt; ./ext/phar/tests/tar/badchecksum.phpt; ./ext/phar/tests/tar/phar_convert_phar.phpt; ./ext/phar/tests/tar/phar_buildfromiterator6.phpt; ./ext/phar/tests/tar/phar_begin_setstub_commit.phpt; ./ext/phar/tests/tar/phar_magic.phpt; ./ext/phar/tests/tar/bug70417.phpt; ./ext/phar/tests/tar/refcount1.phpt; ./ext/phar/tests/tar/phar_stub_error.phpt; ./ext/phar/tests/tar/phar_setalias2.phpt; ./ext/phar/tests/tar/phar_copy.phpt; ./ext/phar/tests/tar/create_new_and_modify.phpt; ./ext/phar/tests/tar/require_hash.phpt; ./ext/phar/tests/tar/phar_commitwrite.phpt; ./ext/phar/tests/delete_in_phar_b.phpt; ./ext/phar/tests/phar_convert_tar2.phpt; ./ext/phar/tests/032.phpt; ./ext/phar/tests/phar_buildfromiterator8.phpt; ./ext/phar/tests/phar_convert_tar3.phpt; ./ext/phar/tests/phar_oo_compressallbz2.phpt; ./ext/phar/tests/alias_acrobatics.phpt; ./ext/phar/tests/stat2_5.3.phpt; ./ext/phar/tests/opendir.phpt; ./ext/phar/tests/open_for_write_existing_b.phpt; ./ext/phar/tests/phar_offset_get_error.phpt; ./ext/phar/tests/zip/delete.phpt; ./ext/phar/tests/zip/phar_oo_compressallgz.phpt; ./ext/phar/tests/zip/all.phpt; ./ext/phar/tests/zip/dir.phpt; ./ext/phar/tests/zip/phar_buildfromiterator7.phpt; ./ext/phar/tests/zip/phar_stub.phpt; ./ext/phar/tests/zip/delete_in_phar_confirm.phpt; ./ext/phar/tests/zip/exists_as_phar.phpt; ./ext/phar/tests/zip/open_for_write_newfile_b.phpt; ./ext/phar/tests/zip/rename.phpt; ./ext/phar/tests/zip/033a.phpt; ./ext/phar/tests/zip/rmdir.phpt; ./ext/phar/tests/zip/open_for_write_existing_c.phpt; ./ext/phar/tests/zip/phar_setdefaultstub.phpt; ./ext/phar/tests/zip/phar_setalias.phpt; ./ext/phar/tests/zip/rename_dir.phpt; ./ext/phar/tests/zip/phar_buildfromiterator5.phpt; ./ext/phar/tests/zip/open_for_write_existing.phpt; ./ext/phar/tests/zip/phar_setsignaturealgo2.phpt; ./ext/phar/tests/zip/largezip.phpt; ./ext/phar/tests/zip/delete_in_phar_b.phpt; ./ext/phar/tests/zip/phar_buildfromiterator8.phpt; ./ext/phar/tests/zip/phar_oo_compressallbz2.phpt; ./ext/phar/tests/zip/alias_acrobatics.phpt; ./ext/phar/tests/zip/open_for_write_existing_b.phpt; ./ext/phar/tests/zip/033.phpt; ./ext/phar/tests/zip/getalias.phpt; ./ext/phar/tests/zip/delete_in_phar.phpt; ./ext/phar/tests/zip/phar_buildfromiterator9.phpt; ./ext/phar/tests/zip/notphar.phpt; ./ext/phar/tests/zip/open_for_write_newfile.phpt; ./ext/phar/tests/zip/open_for_write_newfile_c.phpt; ./ext/phar/tests/zip/create_new_phar_b.phpt; ./ext/phar/tests/zip/phar_buildfromiterator4.phpt; ./ext/phar/tests/zip/phar_convert_phar.phpt; ./ext/phar/tests/zip/phar_buildfromiterator6.phpt; ./ext/phar/tests/zip/phar_begin_setstub_commit.phpt; ./ext/phar/tests/zip/phar_magic.phpt; ./ext/phar/tests/zip/metadata_write_commit.phpt; ./ext/phar/tests/zip/refcount1.phpt; ./ext/phar/tests/zip/phar_stub_error.phpt; ./ext/phar/tests/zip/phar_setalias2.phpt; ./ext/phar/tests/zip/phar_copy.phpt; ./ext/phar/tests/zip/create_new_and_modify.phpt; ./ext/phar/tests/zip/require_hash.phpt; ./ext/phar/tests/zip/phar_commitwrite.phpt; ./ext/phar/tests/phar_extract2.phpt; ./ext/phar/tests/phar_oo_getcontents.phpt; ./ext/phar/tests/bug71488.phpt; ./ext/phar/tests/phar_oo_compressed_002.phpt; ./ext/phar/tests/phar_metadata_write4.phpt; ./ext/phar/tests/bug72321.phpt; ./ext/phar/tests/phar_running.phpt; ./ext/phar/tests/033.phpt; ./ext/phar/tests/pharfileinfo_compression.phpt; ./ext/phar/tests/phar_oo_007.phpt; ./ext/phar/tests/pharfileinfo_destruct.phpt; ./ext/phar/tests/bug52013.phpt; ./ext/phar/tests/delete_in_phar.phpt; ./ext/phar/tests/phar_buildfromiterator9.phpt; ./ext/phar/tests/readfile_edgecases.phpt; ./ext/phar/tests/file_get_contents.phpt; ./ext/phar/tests/phar_unlinkarchive.phpt; ./ext/phar/tests/phar_oo_011.phpt; ./ext/phar/tests/012.phpt; ./ext/phar/tests/bug53872.phpt; ./ext/phar/tests/open_for_write_newfile.phpt; ./ext/phar/tests/open_for_write_newfile_c.phpt; ./ext/phar/tests/bug54289.phpt; ./ext/phar/tests/phar_gobyebye.phpt; ./ext/phar/tests/create_new_phar_b.phpt; ./ext/phar/tests/bug74991.phpt; ./ext/phar/tests/024-opcache-win32.phpt; ./ext/phar/tests/fopen_edgecases.phpt; ./ext/phar/tests/031.phpt; ./ext/phar/tests/bug47085.phpt; ./ext/phar/tests/bug79082.phpt; ./ext/phar/tests/phar_buildfromiterator4.phpt; ./ext/phar/tests/phar_metadata_write.phpt; ./ext/phar/tests/test_unset.phpt; ./ext/phar/tests/phar_convert_repeated.phpt; ./ext/phar/tests/bug71391.phpt; ./ext/phar/tests/010.phpt; ./ext/phar/tests/phar_oo_compressed_002b.phpt; ./ext/phar/tests/bug46060.phpt; ./ext/phar/tests/027.phpt; ./ext/phar/tests/phar_oo_getmodified.phpt; ./ext/phar/tests/create_new_phar.phpt; ./ext/phar/tests/phar_oo_compressed_001.phpt; ./ext/phar/tests/phar_oo_011b.phpt; ./ext/phar/tests/fgc_edgecases.phpt; ./ext/phar/tests/phar_oo_iswriteable.phpt; ./ext/phar/tests/phar_buildfromdirectory6.phpt; ./ext/phar/tests/bug77586.phpt; ./ext/phar/tests/bug48377.phpt; ./ext/phar/tests/phar_buildfromiterator6.phpt; ./ext/phar/tests/phar_buildfromdirectory1.phpt; ./ext/phar/tests/stat.phpt; ./ext/phar/tests/phar_begin_setstub_commit.phpt; ./ext/phar/tests/fopen_edgecases2.phpt; ./ext/phar/tests/phar_magic.phpt; ./ext/phar/tests/phar_convert_again.phpt; ./ext/phar/tests/pharfileinfo_construct.phpt; ./ext/phar/tests/readfile.phpt; ./ext/phar/tests/bug66960.phpt; ./ext/phar/tests/pharfileinfo_setmetadata.phpt; ./ext/phar/tests/019c.phpt; ./ext/phar/tests/metadata_write_commit.phpt; ./ext/phar/tests/015.phpt; ./ext/phar/tests/bug74196.phpt; ./ext/phar/tests/mounteddir.phpt; ./ext/phar/tests/pharfileinfo_getcrc32.phpt; ./ext/phar/tests/025.phpt; ./ext/phar/tests/refcount1.phpt; ./ext/phar/tests/phar_metadata_write2.phpt; ./ext/phar/tests/019b.phpt; ./ext/phar/tests/bug13727.phpt; ./ext/phar/tests/opendir_edgecases.phpt; ./ext/phar/tests/phar_oo_012_confirm.phpt; ./ext/phar/tests/fopen.phpt; ./ext/phar/tests/phar_dotted_path.phpt; ./ext/phar/tests/024.phpt; ./ext/phar/tests/phar_dir_iterate.phpt; ./ext/phar/tests/phar_oo_004.phpt; ./ext/phar/tests/phar_oo_compressed_001b.phpt; ./ext/phar/tests/phar_stub_error.phpt; ./ext/phar/tests/phar_setalias2.phpt; ./ext/phar/tests/security.phpt; ./ext/phar/tests/029.phpt; ./ext/phar/tests/bug70019.phpt; ./ext/phar/tests/phar_copy.phpt; ./ext/phar/tests/016b.phpt; ./ext/phar/tests/009.phpt; ./ext/phar/tests/metadata_write.phpt; ./ext/phar/tests/019.phpt; ./ext/phar/tests/create_new_and_modify.phpt; ./ext/phar/tests/022.phpt; ./ext/phar/tests/bug65414.phpt; ./ext/phar/tests/014.phpt; ./ext/phar/tests/pharfileinfo_chmod.phpt; ./ext/phar/tests/phar_commitwrite.phpt; ./ext/phar/tests/phar_gobyebye-win32.phpt; ./ext/phar/tests/phar_oo_006.phpt; ./ext/phar/tests/phar_oo_009.phpt; ./ext/soap/tests/bug68361.phpt; ./ext/soap/tests/bug73037.phpt; ./ext/pdo_sqlite/tests/pdo_sqlite_open_flags.phpt; ./ext/pdo_sqlite/tests/pdo_sqlite_filename_uri.phpt; ./ext/pdo_sqlite/tests/bug70221.phpt; ./ext/pdo_sqlite/tests/bug_44159_sqlite_version.phpt; ./ext/pdo_sqlite/tests/bug46542.phpt; ./ext/dba/tests/dba_db4_009.phpt; ./ext/dba/tests/bug38698.phpt; ./ext/dba/tests/dba007.phpt; ./ext/dba/tests/bug70825.phpt; ./ext/dba/tests/dba_tcadb.phpt; ./ext/dba/tests/dba_cdb_001.phpt; ./ext/gd/tests/gif2jpg.phpt; ./ext/gd/tests/bug48732-mb.phpt; ./ext/gd/tests/bug53504.phpt; ./ext/gd/tests/pngcomp.phpt; ./ext/gd/tests/xpm2gd.phpt; ./ext/gd/tests/imagecopyresampled_basic.phpt; ./ext/gd/tests/bug43073.phpt; ./ext/gd/tests/imageloadfont_invalid.phpt; ./ext/gd/tests/001.phpt; ./ext/gd/tests/bug38212.phpt; ./ext/gd/tests/gif.phpt; ./ext/gd/tests/imageloadfont_end_of_file_while_reading_header.phpt; ./ext/gd/tests/bug38212-mb.phpt; ./ext/gd/tests/imagefilledpolygon_basic.phpt; ./ext/gd/tests/bug70102.phpt; ./ext/gd/tests/bug66339-mb.phpt; ./ext/gd/tests/bug36697.phpt; ./ext/gd/tests/webp_basic.phpt; ./ext/gd/tests/createfromwbmp2_extern.phpt; ./ext/gd/tests/xpm2jpg.phpt; ./ext/gd/tests/png2gd.phpt; ./ext/gd/tests/001-mb.phpt; ./ext/gd/tests/xbm2png.phpt; ./ext/gd/tests/imagewbmp-mb.phpt; ./ext/gd/tests/jpg2gd.phpt; ./ext/gd/tests/bug36697-mb.phpt; ./ext/gd/tests/xpm2png.phpt; ./ext/gd/tests/bug48732.phpt; ./ext/gd/tests/jpg2gd-mb.phpt; ./ext/gd/tests/imagedashedline_basic.phpt; ./ext/gd/tests/gif2png.phpt; ./ext/gd/tests/imagewbmp.phpt; ./ext/gd/tests/bug27582_1.phpt; ./ext/gd/tests/bug41442.phpt; ./ext/gd/tests/bug72339.phpt; ./ext/gd/tests/gif2gd.phpt; ./ext/gd/tests/createfromstring.phpt; ./ext/gd/tests/bug24155.phpt; ./ext/gd/tests/imagepolygon_basic.phpt; ./ext/gd/tests/imagecrop_auto.phpt; ./ext/gd/tests/bug66590.phpt; ./ext/gd/tests/jpeg2png.phpt; ./ext/gd/tests/imagefilter.phpt; ./ext/gd/tests/createfromwbmp2.phpt; ./ext/gd/tests/bug66339.phpt; ./ext/pdo_pgsql/tests/copy_from.phpt; ./ext/pdo_pgsql/tests/copy_to.phpt; ./ext/ffi/tests/301-win32.phpt; ./ext/xmlreader/tests/008.phpt; ./ext/xmlreader/tests/003-mb.phpt; ./ext/xmlreader/tests/003-get-errors.phpt; ./ext/xmlreader/tests/002.phpt; ./ext/xmlreader/tests/004.phpt; ./ext/xmlreader/tests/015-move-errors.phpt; ./ext/xmlreader/tests/007.phpt; ./ext/xmlreader/tests/015-get-errors.phpt; ./ext/xmlreader/tests/003.phpt; ./ext/xmlreader/tests/015.phpt; ./ext/xmlreader/tests/003-move-errors.phpt; ./ext/xmlreader/tests/014.phpt; ./ext/oci8/tests/lob_029.phpt; ./ext/oci8/tests/lob_012.phpt; ./ext/sqlite3/tests/sqlite3_15_open_error-win.phpt; ./ext/sqlite3/tests/sqlite3_31_open.phpt; ./ext/sqlite3/tests/sqlite3_21_security.phpt; ./ext/sqlite3/tests/sqlite3_01_open-mb.phpt; ./ext/sqlite3/tests/sqlite3_22_loadextension.phpt; ./ext/sqlite3/tests/sqlite3_15_open_error.phpt; ./ext/libxml/tests/bug79191.phpt; ./ext/libxml/tests/bug61367-read.phpt; ./ext/libxml/tests/bug61367-write.phpt; ./ext/pgsql/tests/80_bug36625.phpt; ./ext/pgsql/tests/05large_object.phpt; ./ext/standard/tests/image/bug70096.phpt; ./ext/standard/tests/image/iptcembed_002.phpt; ./ext/standard/tests/image/iptcembed_001.phpt; ./ext/standard/tests/array/array_count_values_variation.phpt; ./ext/standard/tests/dir/scandir_variation8-win32-mb.phpt; ./ext/standard/tests/dir/readdir_variation4-win32-mb.phpt; ./ext/standard/tests/dir/readdir_variation4.phpt; ./ext/standard/tests/dir/scandir_variation8.phpt; ./ext/standard/tests/filters/stream_filter_remove_error.phpt; ./ext/standard/tests/filters/bug22538.phpt; ./ext/standard/tests/filters/stream_filter_remove_basic.phpt; ./ext/standard/tests/filters/bug35916.phpt; ./ext/standard/tests/network/unixloop.phpt; ./ext/standard/tests/network/udgloop.phpt; ./ext/standard/tests/file/unlink_error-win32-mb.phpt; ./ext/standard/tests/file/lchgrp_basic.phpt; ./ext/standard/tests/file/disk_free_space_error-win32.phpt; ./ext/standard/tests/file/rename_variation2.phpt; ./ext/standard/tests/file/fscanf_variation47.phpt; ./ext/standard/tests/file/rename_variation-win32.phpt; ./ext/standard/tests/file/copy_variation4.phpt; ./ext/standard/tests/file/fscanf_variation46.phpt; ./ext/standard/tests/file/file_get_contents_file_put_contents_variation2.phpt; ./ext/standard/tests/file/rename_variation12.phpt; ./ext/standard/tests/file/rename_variation1-win32.phpt; ./ext/standard/tests/file/fputcsv_variation7.phpt; ./ext/standard/tests/file/tempnam_variation2-win32.phpt; ./ext/standard/tests/file/fscanf_variation25.phpt; ./ext/standard/tests/file/fstat.phpt; ./ext/standard/tests/file/flock_error.phpt; ./ext/standard/tests/file/fgetcsv_variation31.phpt; ./ext/standard/tests/file/filetype_variation.phpt; ./ext/standard/tests/file/file_get_contents_file_put_contents_variation1.phpt; ./ext/standard/tests/file/disk_total_space_error.phpt; ./ext/standard/tests/file/fscanf_variation3.phpt; ./ext/standard/tests/file/bug44607.phpt; ./ext/standard/tests/file/symlink.phpt; ./ext/standard/tests/file/fputcsv_variation11.phpt; ./ext/standard/tests/file/006_error.phpt; ./ext/standard/tests/file/chmod_variation2-win32-mb.phpt; ./ext/standard/tests/file/fscanf_variation32.phpt; ./ext/standard/tests/file/copy_variation2.phpt; ./ext/standard/tests/file/copy_variation1.phpt; ./ext/standard/tests/file/fscanf_variation19.phpt; ./ext/standard/tests/file/userwrapper.phpt; ./ext/standard/tests/file/copy_variation13.phpt; ./ext/standard/tests/file/file_put_contents_variation4.phpt; ./ext/standard/tests/file/007_variation20.phpt; ./ext/standard/tests/file/bug61961.phpt; ./ext/standard/tests/file/bug36365.phpt; ./ext/standard/tests/file/realpath_variation-win32.phpt; ./ext/standard/tests/file/tempnam_variation6-win32.phpt; ./ext/standard/tests/file/lstat_stat_basic.phpt; ./ext/standard/tests/file/fscanf_variation23.phpt; ./ext/standard/tests/file/disk_total_space_basic.phpt; ./ext/standard/tests/file/flock_basic.phpt; ./ext/standard/tests/file/parse_ini_file_variation6-win32.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation8.phpt; ./ext/standard/tests/file/fscanf_variation10.phpt; ./ext/standard/tests/file/copy_variation14.phpt; ./ext/standard/tests/file/glob_variation.phpt; ./ext/standard/tests/file/tempnam_variation3-win32.phpt; ./ext/standard/tests/file/clearstatcache_001.phpt; ./ext/standard/tests/file/fgetc_variation3.phpt; ./ext/standard/tests/file/fputcsv_variation8.phpt; ./ext/standard/tests/file/lstat_stat_variation13.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation9.phpt; ./ext/standard/tests/file/tempnam_variation1.phpt; ./ext/standard/tests/file/copy_variation10.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation1.phpt; ./ext/standard/tests/file/umask_variation1.phpt; ./ext/standard/tests/file/is_file_variation1.phpt; ./ext/standard/tests/file/fscanf_variation5.phpt; ./ext/standard/tests/file/007_variation18.phpt; ./ext/standard/tests/file/unlink_variation8-win32.phpt; ./ext/standard/tests/file/readfile_variation9.phpt; ./ext/standard/tests/file/unlink_variation1-win32.phpt; ./ext/standard/tests/file/unlink_error-win32.phpt; ./ext/standard/tests/file/fopen_variation7.phpt; ./ext/standard/tests/file/copy_basic.phpt; ./ext/standard/tests/file/fgetcsv_variation12.phpt; ./ext/standard/tests/file/disk_total_space_error-win32.phpt; ./ext/standard/tests/file/popen_pclose_basic.phpt; ./ext/standard/tests/file/filegroup_variation2.phpt; ./ext/standard/tests/file/fscanf_variation20.phpt; ./ext/standard/tests/file/filesize_variation2-win32.phpt; ./ext/standard/tests/file/rename_variation9.phpt; ./ext/standard/tests/file/fread_fwrite_basic.phpt; ./ext/standard/tests/file/fopen_variation14.phpt; ./ext/standard/tests/file/fgetcsv_variation16.phpt; ./ext/standard/tests/file/fgetcsv_variation1.phpt; ./ext/standard/tests/file/filesize_variation4.phpt; ./ext/standard/tests/file/fflush_basic.phpt; ./ext/standard/tests/file/readfile_variation6.phpt; ./ext/standard/tests/file/fopen_variation15-win32.phpt; ./ext/standard/tests/file/readlink_realpath_basic2.phpt; ./ext/standard/tests/file/fscanf_variation31.phpt; ./ext/standard/tests/file/rename_basic.phpt; ./ext/standard/tests/file/touch.phpt; ./ext/standard/tests/file/007_variation6.phpt; ./ext/standard/tests/file/fpassthru_basic.phpt; ./ext/standard/tests/file/chmod_variation2.phpt; ./ext/standard/tests/file/007_variation10.phpt; ./ext/standard/tests/file/002.phpt; ./ext/standard/tests/file/file_put_contents_variation2.phpt; ./ext/standard/tests/file/fileinode_variation1.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_basic1.phpt; ./ext/standard/tests/file/fscanf_variation6.phpt; ./ext/standard/tests/file/006_variation1.phpt; ./ext/standard/tests/file/touch_basic-win32.phpt; ./ext/standard/tests/file/fscanf_variation27.phpt; ./ext/standard/tests/file/007_variation13-win32.phpt; ./ext/standard/tests/file/fileinode_variation3.phpt; ./ext/standard/tests/file/ftruncate_bug76422.phpt; ./ext/standard/tests/file/file_variation8.phpt; ./ext/standard/tests/file/007_variation4.phpt; ./ext/standard/tests/file/rename_variation4.phpt; ./ext/standard/tests/file/chmod_basic.phpt; ./ext/standard/tests/file/fscanf.phpt; ./ext/standard/tests/file/001.phpt; ./ext/standard/tests/file/fgetcsv_variation18.phpt; ./ext/standard/tests/file/file_get_contents_file_put_contents_error.phpt; ./ext/standard/tests/file/fscanf_variation39.phpt; ./ext/standard/tests/file/fscanf_variation26.phpt; ./ext/standard/tests/file/copy_variation9.phpt; ./ext/standard/tests/file/ftruncate_bug76803.phpt; ./ext/standard/tests/file/copy_variation5-win32.phpt; ./ext/standard/tests/file/readlink_realpath_variation2.phpt; ./ext/standard/tests/file/fileperms_variation1.phpt; ./ext/standard/tests/file/007_variation11.phpt; ./ext/standard/tests/file/bug35781.phpt; ./ext/standard/tests/file/004.phpt; ./ext/standard/tests/file/bug41815.phpt; ./ext/standard/tests/file/readfile_variation8-win32.phpt; ./ext/standard/tests/file/stat_basic-win32.phpt; ./ext/standard/tests/file/007_variation16.phpt; ./ext/standard/tests/file/file_get_contents_variation7-win32.phpt; ./ext/standard/tests/file/file_variation9.phpt; ./ext/standard/tests/file/rename_variation6-win32.phpt; ./ext/standard/tests/file/007_variation19.phpt; ./ext/standard/tests/file/lstat_stat_variation11.phpt; ./ext/standard/tests/file/fputcsv_variation9.phpt; ./ext/standard/tests/file/fscanf_variation33.phpt; ./ext/standard/tests/file/file_get_contents_file_put_contents_basic.phpt; ./ext/standard/tests/file/fscanf_variation7.phpt; ./ext/standard/tests/file/is_file_variation4.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation4.phpt; ./ext/standard/tests/file/chmod_basic-win32-mb.phpt; ./ext/standard/tests/file/realpath_basic-win32-mb.phpt; ./ext/standard/tests/file/file_get_contents_error.phpt; ./ext/standard/tests/file/stat_variation5-win32.phpt; ./ext/standard/tests/file/007_variation2.phpt; ./ext/standard/tests/file/readfile_variation7.phpt; ./ext/standard/tests/file/realpath_basic4.phpt; ./ext/standard/tests/file/tempnam_variation3.phpt; ./ext/standard/tests/file/is_readable_variation1.phpt; ./ext/standard/tests/file/flock.phpt; ./ext/standard/tests/file/007_variation8.phpt; ./ext/standard/tests/file/fgetcsv_variation2.phpt; ./ext/standard/tests/file/fgets_variation1.phpt; ./ext/standard/tests/file/parse_ini_file_variation2.phpt; ./ext/standard/tests/file/fgetcsv_variation6.phpt; ./ext/standard/tests/file/file_put_contents_variation6.phpt; ./ext/standard/tests/file/is_executable_variation1.phpt; ./ext/standard/tests/file/lstat_stat_variation12.phpt; ./ext/standard/tests/file/fgetcsv_variation7.phpt; ./ext/standard/tests/file/unlink_variation1-win32-mb.phpt; ./ext/standard/tests/file/lstat_stat_variation4.phpt; ./ext/standard/tests/file/fscanf_variation54.phpt; ./ext/standard/tests/file/unlink_variation3.phpt; ./ext/standard/tests/file/fgetcsv_variation10.phpt; ./ext/standard/tests/file/fopen_variation10-win32.phpt; ./ext/standard/tests/file/007_variation7.phpt; ./ext/standard/tests/file/fgetcsv_variation19.phpt; ./ext/standard/tests/file/stream_get_line.phpt; ./ext/standard/tests/file/readlink_realpath_variation1.phpt; ./ext/standard/tests/file/bug47767.phpt; ./ext/standard/tests/file/copy_variation12-win32.phpt; ./ext/standard/tests/file/fscanf_variation11.phpt; ./ext/standard/tests/file/rename_variation2-win32.phpt; ./ext/standard/tests/file/glob_basic.phpt; ./ext/standard/tests/file/fscanf_variation53.phpt; ./ext/standard/tests/file/lstat_stat_variation3.phpt; ./ext/standard/tests/file/touch_variation5.phpt; ./ext/standard/tests/file/fscanf_variation1.phpt; ./ext/standard/tests/file/fscanf_variation34.phpt; ./ext/standard/tests/file/realpath_basic-win32.phpt; ./ext/standard/tests/file/fileperms_variation2.phpt; ./ext/standard/tests/file/fgetcsv_variation20.phpt; ./ext/standard/tests/file/disk_free_space_basic.phpt; ./ext/standard/tests/file/tempnam_variation5-win32.phpt; ./ext/standard/tests/file/filesize_variation2.phpt; ./ext/standard/tests/file/fflush_variation1-win32-mb.phpt; ./ext/standard/tests/file/tempnam_variation6.phpt; ./ext/standard/tests/file/007_variation22.phpt; ./ext/standard/tests/file/fputcsv_002.phpt; ./ext/standard/tests/file/file_get_contents_variation7-win32-mb.phpt; ./ext/standard/tests/file/bug69100.phpt; ./ext/standard/tests/file/fscanf_variation50.phpt; ./ext/standard/tests/file/unlink_variation6.phpt; ./ext/standard/tests/file/chmod_variation2-win32.phpt; ./ext/standard/tests/file/bug27508.phpt; ./ext/standard/tests/file/filegroup_variation3.phpt; ./ext/standard/tests/file/symlink_to_symlink.phpt; ./ext/standard/tests/file/ftruncate_error.phpt; ./ext/standard/tests/file/readlink_realpath_basic1.phpt; ./ext/standard/tests/file/bug72035.phpt; ./ext/standard/tests/file/glob_variation-win32-mb.phpt; ./ext/standard/tests/file/stat_variation7-win32.phpt; ./ext/standard/tests/file/fscanf_variation2.phpt; ./ext/standard/tests/file/fopen_variation8.phpt; ./ext/standard/tests/file/005_variation-win32.phpt; ./ext/standard/tests/file/lstat_stat_variation21.phpt; ./ext/standard/tests/file/fscanf_variation4.phpt; ./ext/standard/tests/file/fpassthru_variation.phpt; ./ext/standard/tests/file/bug53241.phpt; ./ext/standard/tests/file/lchown_basic.phpt; ./ext/standard/tests/file/link_win32.phpt; ./ext/standard/tests/file/copy_variation2-win32.phpt; ./ext/standard/tests/file/fopen_variation19.phpt; ./ext/standard/tests/file/001-win32-mb.phpt; ./ext/standard/tests/file/fscanf_variation55.phpt; ./ext/standard/tests/file/file_put_contents.phpt; ./ext/standard/tests/file/stat_variation1-win32.phpt; ./ext/standard/tests/file/fscanf_variation44.phpt; ./ext/standard/tests/file/copy_variation2-win32-mb.phpt; ./ext/standard/tests/file/fgetc_variation1.phpt; ./ext/standard/tests/file/rename_variation3-win32.phpt; ./ext/standard/tests/file/fflush_variation1-win32.phpt; ./ext/standard/tests/file/bug39367.phpt; ./ext/standard/tests/file/fscanf_error.phpt; ./ext/standard/tests/file/stat_variation1-win32-mb.phpt; ./ext/standard/tests/file/bug37158.phpt; ./ext/standard/tests/file/fwrite.phpt; ./ext/standard/tests/file/fscanf_variation8.phpt; ./ext/standard/tests/file/fscanf_variation13.phpt; ./ext/standard/tests/file/bug53848.phpt; ./ext/standard/tests/file/copy_variation6.phpt; ./ext/standard/tests/file/bug65701.phpt; ./ext/standard/tests/file/file_put_contents_variation8-win32.phpt; ./ext/standard/tests/file/fopen_variation16.phpt; ./ext/standard/tests/file/fscanf_variation45.phpt; ./ext/standard/tests/file/tempnam_variation1-win32.phpt; ./ext/standard/tests/file/fscanf_variation17.phpt; ./ext/standard/tests/file/fopen_variation11-win32.phpt; ./ext/standard/tests/file/fscanf_variation48.phpt; ./ext/standard/tests/file/lstat_stat_variation18.phpt; ./ext/standard/tests/file/stream_copy_to_stream.phpt; ./ext/standard/tests/file/007_variation24.phpt; ./ext/standard/tests/file/tempnam_variation4-1.phpt; ./ext/standard/tests/file/lstat_stat_variation1.phpt; ./ext/standard/tests/file/readfile_variation1.phpt; ./ext/standard/tests/file/copy_variation6-win32.phpt; ./ext/standard/tests/file/windows_links/bug48746_3.phpt; ./ext/standard/tests/file/windows_links/bug48746_1.phpt; ./ext/standard/tests/file/windows_links/readlink_compat.phpt; ./ext/standard/tests/file/windows_links/bug48746_2.phpt; ./ext/standard/tests/file/windows_links/bug73962.phpt; ./ext/standard/tests/file/windows_links/bug76335.phpt; ./ext/standard/tests/file/copy_variation3.phpt; ./ext/standard/tests/file/file_put_contents_variation9.phpt; ./ext/standard/tests/file/bug42560.phpt; ./ext/standard/tests/file/stat_variation4-win32.phpt; ./ext/standard/tests/file/rename_variation6.phpt; ./ext/standard/tests/file/bug39673.phpt; ./ext/standard/tests/file/fscanf_variation52.phpt; ./ext/standard/tests/file/tempnam_variation2.phpt; ./ext/standard/tests/file/copy_variation16.phpt; ./ext/standard/tests/file/bug45985.phpt; ./ext/standard/tests/file/007_variation9.phpt; ./ext/standard/tests/file/007_basic.phpt; ./ext/standard/tests/file/rename_variation7.phpt; ./ext/standard/tests/file/filesize_variation3.phpt; ./ext/standard/tests/file/rename_variation3.phpt; ./ext/standard/tests/file/fscanf_variation22.phpt; ./ext/standard/tests/file/fputcsv_variation10.phpt; ./ext/standard/tests/file/fscanf_variation42.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_error1.phpt; ./ext/standard/tests/file/unlink_variation9-win32.phpt; ./ext/standard/tests/file/lstat_stat_variation20.phpt; ./ext/standard/tests/file/fopen_unlink.phpt; ./ext/standard/tests/file/007_variation3.phpt; ./ext/standard/tests/file/copy_variation11.phpt; ./ext/standard/tests/file/fgetcsv_variation11.phpt; ./ext/standard/tests/file/fscanf_variation14.phpt; ./ext/standard/tests/file/fopen_variation12.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation7.phpt; ./ext/standard/tests/file/001-win32.phpt; ./ext/standard/tests/file/lstat_stat_variation19.phpt; ./ext/standard/tests/file/fscanf_variation18.phpt; ./ext/standard/tests/file/copy_variation7.phpt; ./ext/standard/tests/file/bug22414.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_basic2.phpt; ./ext/standard/tests/file/fopen_variation15.phpt; ./ext/standard/tests/file/fopen_variation5.phpt; ./ext/standard/tests/file/007_variation17.phpt; ./ext/standard/tests/file/file_put_contents_variation5.phpt; ./ext/standard/tests/file/bug44805.phpt; ./ext/standard/tests/file/rename_variation13.phpt; ./ext/standard/tests/file/move_uploaded_file_basic.phpt; ./ext/standard/tests/file/007_variation12-win32.phpt; ./ext/standard/tests/file/touch_basic.phpt; ./ext/standard/tests/file/005_basic.phpt; ./ext/standard/tests/file/007_variation23.phpt; ./ext/standard/tests/file/copy_variation5.phpt; ./ext/standard/tests/file/realpath_basic3.phpt; ./ext/standard/tests/file/fscanf_variation43.phpt; ./ext/standard/tests/file/007_variation13.phpt; ./ext/standard/tests/file/readlink_realpath_variation1-win32.phpt; ./ext/standard/tests/file/bug68532.phpt; ./ext/standard/tests/file/touch_variation6-win32.phpt; ./ext/standard/tests/file/006_variation2.phpt; ./ext/standard/tests/file/file_put_contents_variation1.phpt; ./ext/standard/tests/file/fgetcsv_variation21.phpt; ./ext/standard/tests/file/touch_basic-win32-mb.phpt; ./ext/standard/tests/file/parse_ini_file_variation3.phpt; ./ext/standard/tests/file/005_variation2.phpt; ./ext/standard/tests/file/007_variation12.phpt; ./ext/standard/tests/file/fopen_variation9.phpt; ./ext/standard/tests/file/fscanf_variation35.phpt; ./ext/standard/tests/file/bug39538.phpt; ./ext/standard/tests/file/fputcsv_variation1.phpt; ./ext/standard/tests/file/fileinode_variation2.phpt; ./ext/standard/tests/file/fscanf_variation16.phpt; ./ext/standard/tests/file/copy_variation15.phpt; ./ext/standard/tests/file/file_get_contents_variation2.phpt; ./ext/standard/tests/file/fgetc_variation4.phpt; ./ext/standard/tests/file/bug46347.phpt; ./ext/standard/tests/file/flock_variation.phpt; ./ext/standard/tests/file/fscanf_variation40.phpt; ./ext/standard/tests/file/rename_variation12-win32.phpt; ./ext/standard/tests/file/file_variation8-win32.phpt; ./ext/standard/tests/file/fileperms_variation3.phpt; ./ext/standard/tests/file/fgets_socket_variation2.phpt; ./ext/standard/tests/file/fputcsv_variation6.phpt; ./ext/standard/tests/file/is_writable_variation1.phpt; ./ext/standard/tests/file/fscanf_variation51.phpt; ./ext/standard/tests/file/tempnam_variation8-win32.phpt; ./ext/standard/tests/file/file_get_contents_variation9.phpt; ./ext/standard/tests/file/fscanf_variation38.phpt; ./ext/standard/tests/file/file_variation5.phpt; ./ext/standard/tests/file/fscanf_variation24.phpt; ./ext/standard/tests/file/readfile_variation8-win32-mb.phpt; ./ext/standard/tests/file/readlink_variation1.phpt; ./ext/standard/tests/file/is_dir_variation2.phpt; ./ext/standard/tests/file/lchown_error.phpt; ./ext/standard/tests/file/stat_variation3-win32.phpt; ./ext/standard/tests/file/fscanf_variation28.phpt; ./ext/standard/tests/file/unlink_variation4.phpt; ./ext/standard/tests/file/unlink_basic.phpt; ./ext/standard/tests/file/bug75679.phpt; ./ext/standard/tests/file/ftruncate.phpt; ./ext/standard/tests/file/tempnam_variation5.phpt; ./ext/standard/tests/file/glob_variation-win32.phpt; ./ext/standard/tests/file/fgetcsv_variation30.phpt; ./ext/standard/tests/file/fgetcsv_variation23.phpt; ./ext/standard/tests/file/fileinode_variation.phpt; ./ext/standard/tests/file/tempnam_variation4-0.phpt; ./ext/standard/tests/file/fscanf_variation29.phpt; ./ext/standard/tests/file/is_file_basic.phpt; ./ext/standard/tests/file/fflush_variation2.phpt; ./ext/standard/tests/file/file_variation.phpt; ./ext/standard/tests/file/filegroup_basic.phpt; ./ext/standard/tests/file/007_variation21.phpt; ./ext/standard/tests/file/fgetcsv_variation9.phpt; ./ext/standard/tests/file/fopen_variation13.phpt; ./ext/standard/tests/file/rename_variation11-win32.phpt; ./ext/standard/tests/file/readfile_variation2.phpt; ./ext/standard/tests/file/file_error.phpt; ./ext/standard/tests/file/fscanf_variation12.phpt; ./ext/standard/tests/file/fputcsv.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1251_2.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1252_to_utf8_5.phpt; ./ext/standard/tests/file/windows_mb_path/bug54977.phpt; ./ext/standard/tests/file/windows_mb_path/bug61315.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp874_to_utf8_0.phpt; ./ext/standard/tests/file/windows_mb_path/test_long_path_bug71103.phpt; ./ext/standard/tests/file/windows_mb_path/test_big5_to_utf8_2.phpt; ./ext/standard/tests/file/windows_mb_path/recursive_it.phpt; ./ext/standard/tests/file/windows_mb_path/test_long_path_1.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1252_to_utf8_2.phpt; ./ext/standard/tests/file/windows_mb_path/bug70903.phpt; ./ext/standard/tests/file/windows_mb_path/test_long_path_bug70943.phpt; ./ext/standard/tests/file/windows_mb_path/test_long_path_mkdir.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp874_0.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp936_2.phpt; ./ext/standard/tests/file/windows_mb_path/bug75063_cp1251.phpt; ./ext/standard/tests/file/windows_mb_path/test_rename_mb_names.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1251_zend_multibyte_2.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp936_to_utf8_2.phpt; ./ext/standard/tests/file/windows_mb_path/bug64506.phpt; ./ext/standard/tests/file/windows_mb_path/test_long_path_2.phpt; ./ext/standard/tests/file/windows_mb_path/test_big5_2.phpt; ./ext/standard/tests/file/windows_mb_path/test_long_path_bug30730.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1251_to_utf8_2.phpt; ./ext/standard/tests/file/windows_mb_path/bug75063_utf8.phpt; ./ext/standard/tests/file/fgetcsv_variation8.phpt; ./ext/standard/tests/file/fscanf_variation21.phpt; ./ext/standard/tests/file/007_variation15.phpt; ./ext/standard/tests/file/file_put_contents_variation8.phpt; ./ext/standard/tests/file/fputcsv_variation13.phpt; ./ext/standard/tests/file/tempnam_variation1-win32-mb.phpt; ./ext/standard/tests/file/copy_variation16-win32.phpt; ./ext/standard/tests/file/007_variation1.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation5.phpt; ./ext/standard/tests/file/fgetcsv.phpt; ./ext/standard/tests/file/bug37864.phpt; ./ext/standard/tests/file/bug74719.phpt; ./ext/standard/tests/file/parse_ini_file_variation6.phpt; ./ext/standard/tests/file/readlink_realpath_variation2-win32.phpt; ./ext/standard/tests/file/fwrite_error.phpt; ./ext/standard/tests/file/stat_basic-win32-mb.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation3.phpt; ./ext/standard/tests/file/lstat_stat_variation16.phpt; ./ext/standard/tests/file/fileowner_variation2.phpt; ./ext/standard/tests/file/fscanf_variation9.phpt; ./ext/standard/tests/file/fgetcsv_variation29.phpt; ./ext/standard/tests/file/unlink_variation1.phpt; ./ext/standard/tests/file/filegroup_variation1.phpt; ./ext/standard/tests/file/rename_variation7-win32.phpt; ./ext/standard/tests/file/file_variation5-win32-mb.phpt; ./ext/standard/tests/file/stat_variation8-win32.phpt; ./ext/standard/tests/file/fputcsv_variation15.phpt; ./ext/standard/tests/file/fgetcsv_variation15.phpt; ./ext/standard/tests/file/copy_variation8.phpt; ./ext/standard/tests/file/fileinode_basic.phpt; ./ext/standard/tests/file/filesize_variation4-win32.phpt; ./ext/standard/tests/file/file_variation7.phpt; ./ext/standard/tests/file/rename_variation8.phpt; ./ext/standard/tests/file/bug78241.phpt; ./ext/standard/tests/file/fileowner_variation3.phpt; ./ext/standard/tests/file/disk_free_space_error.phpt; ./ext/standard/tests/file/fscanf_variation15.phpt; ./ext/standard/tests/file/fgetcsv_variation14.phpt; ./ext/standard/tests/file/fscanf_variation41.phpt; ./ext/standard/tests/file/stat_variation2-win32.phpt; ./ext/standard/tests/file/touch_variation5-win32.phpt; ./ext/standard/tests/file/glob_variation2.phpt; ./ext/standard/tests/file/copy_variation3-win32.phpt; ./ext/standard/tests/file/realpath_variation-win32-mb.phpt; ./ext/standard/tests/file/stat_variation6-win32.phpt; ./ext/standard/tests/file/fputcsv_variation12.phpt; ./ext/standard/tests/file/fscanf_variation30.phpt; ./ext/standard/tests/file/fscanf_variation36.phpt; ./ext/standard/tests/file/parse_ini_file_variation1.phpt; ./ext/standard/tests/file/unlink_error.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_error2.phpt; ./ext/standard/tests/file/umask_variation2.phpt; ./ext/standard/tests/file/fileowner_basic.phpt; ./ext/standard/tests/file/file_put_contents_variation7.phpt; ./ext/standard/tests/file/lstat_stat_variation14.phpt; ./ext/standard/tests/file/fgetcsv_variation22.phpt; ./ext/standard/tests/file/lstat_stat_variation6.phpt; ./ext/standard/tests/file/fileowner_variation1.phpt; ./ext/standard/tests/file/bug38086.phpt; ./ext/standard/tests/file/rename_variation.phpt; ./ext/standard/tests/file/touch_variation2.phpt; ./ext/standard/tests/file/fputcsv_variation5.phpt; ./ext/standard/tests/file/bug69628.phpt; ./ext/standard/tests/file/bug40374.phpt; ./ext/standard/tests/file/lstat_stat_variation15.phpt; ./ext/standard/tests/file/file_get_contents_basic001.phpt; ./ext/standard/tests/file/unlink_variation8.phpt; ./ext/standard/tests/file/fscanf_variation37.phpt; ./ext/standard/tests/file/fscanf_variation49.phpt; ./ext/standard/tests/file/fnmatch_variation.phpt; ./ext/standard/tests/file/touch_variation1.phpt; ./ext/standard/tests/file/007_variation14.phpt; ./ext/standard/tests/file/fopen_variation14-win32.phpt; ./ext/standard/tests/file/fflush_variation1.phpt; ./ext/standard/tests/file/feof_basic.phpt; ./ext/standard/tests/file/fflush_variation3.phpt; ./ext/standard/tests/file/rename_variation13-win32.phpt; ./ext/standard/tests/file/readlink_realpath_basic2-win32.phpt; ./ext/standard/tests/file/tempnam_variation7-win32.phpt; ./ext/standard/tests/file/parse_ini_file.phpt; ./ext/standard/tests/file/006_basic.phpt; ./ext/standard/tests/file/file_variation5-win32.phpt; ./ext/standard/tests/file/fopen_variation6.phpt; ./ext/standard/tests/file/fopen_variation17.phpt; ./ext/standard/tests/file/fflush_variation4.phpt; ./ext/standard/tests/file/readfile_variation3.phpt; ./ext/standard/tests/file/copy_variation17.phpt; ./ext/standard/tests/file/copy_variation18.phpt; ./ext/standard/tests/file/filesize_basic.phpt; ./ext/standard/tests/file/tempnam_variation7.phpt; ./ext/standard/tests/file/007_variation5.phpt; ./ext/standard/tests/file/rename_variation5.phpt; ./ext/standard/tests/file/lstat_stat_variation7.phpt; ./ext/standard/tests/file/file_variation6.phpt; ./ext/standard/tests/file/file_get_contents_variation1.phpt; ./ext/standard/tests/file/fseek_variation3.phpt; ./ext/standard/tests/file/ftruncate_bug77081.phpt; ./ext/standard/tests/file/fgetcsv_variation17.phpt; ./ext/standard/tests/file/fgetcsv_variation13.phpt; ./ext/standard/tests/file/lstat_stat_variation8.phpt; ./ext/standard/tests/file/unlink_variation2.phpt; ./ext/standard/tests/file/unlink_variation10.phpt; ./ext/standard/tests/file/file_get_contents_variation7.phpt; ./ext/standard/tests/file/chmod_basic-win32.phpt; ./ext/standard/tests/file/007_variation11-win32.phpt; ./ext/standard/tests/file/parse_ini_file_variation6-win32-mb.phpt; ./ext/standard/tests/file/007_variation11-win32-mb.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation6.phpt; ./ext/standard/tests/file/is_file_variation2.phpt; ./ext/standard/tests/file/file_put_contents_variation7-win32.phpt; ./ext/standard/tests/file/bug65272.phpt; ./ext/standard/tests/file/unlink_variation5.phpt; ./ext/standard/tests/file/popen_pclose_error-sunos.phpt; ./ext/standard/tests/strings/php_strip_whitespace.phpt; ./ext/standard/tests/strings/vfprintf_basic1.phpt; ./ext/standard/tests/strings/fprintf_variation_007.phpt; ./ext/standard/tests/strings/vfprintf_basic.phpt; ./ext/standard/tests/strings/vfprintf_basic4.phpt; ./ext/standard/tests/strings/get_meta_tags.phpt; ./ext/standard/tests/strings/sha1_file.phpt; ./ext/standard/tests/strings/fprintf_variation_006.phpt; ./ext/standard/tests/strings/fprintf_variation_008_64bit.phpt; ./ext/standard/tests/strings/fprintf_variation_001.phpt; ./ext/standard/tests/strings/fprintf_variation_003.phpt; ./ext/standard/tests/strings/vfprintf_error3.phpt; ./ext/standard/tests/strings/md5_file.phpt; ./ext/standard/tests/strings/vfprintf_basic3.phpt; ./ext/standard/tests/strings/vfprintf_error4.phpt; ./ext/standard/tests/strings/vfprintf_variation1.phpt; ./ext/standard/tests/strings/fprintf_variation_003_64bit.phpt; ./ext/standard/tests/strings/fprintf_variation_005.phpt; ./ext/standard/tests/strings/sha1.phpt; ./ext/standard/tests/strings/vfprintf_basic6.phpt; ./ext/standard/tests/strings/fprintf_variation_002.phpt; ./ext/standard/tests/strings/fprintf_variation_007_64bit.phpt; ./ext/standard/tests/strings/vfprintf_basic2.phpt; ./ext/standard/tests/strings/fprintf_variation_008.phpt; ./ext/standard/tests/strings/fprintf_variation_009.phpt; ./ext/standard/tests/strings/vfprintf_basic7.phpt; ./ext/standard/tests/strings/vfprintf_basic9.phpt; ./ext/standard/tests/strings/vfprintf_basic7_64bit.phpt; ./ext/standard/tests/strings/highlight_file.phpt; ./ext/standard/tests/strings/vfprintf_error1.phpt; ./ext/standard/tests/strings/vfprintf_basic5.phpt; ./ext/standard/tests/strings/fprintf_variation_004.phpt; ./ext/standard/tests/strings/fprintf_variation_006_64bit.phpt; ./ext/standard/tests/strings/vfprintf_basic8.phpt; ./ext/standard/tests/general_functions/bug41445.phpt; ./ext/standard/tests/general_functions/bug69646.phpt; ./ext/standard/tests/general_functions/bug60723.phpt; ./ext/standard/tests/general_functions/bug41518.phpt; ./ext/standard/tests/general_functions/bug44461.phpt; ./ext/standard/tests/general_functions/bug44394_2.phpt; ./ext/standard/tests/general_functions/bug40752.phpt; ./ext/standard/tests/general_functions/bug70018.phpt; ./ext/standard/tests/general_functions/bug49847.phpt; ./ext/standard/tests/general_functions/bug41445_1.phpt; ./ext/standard/tests/general_functions/proc_open_redirect.phpt; ./ext/standard/tests/general_functions/bug49056.phpt; ./ext/standard/tests/general_functions/bug48768.phpt; ./ext/standard/tests/general_functions/bug48660.phpt; ./ext/standard/tests/general_functions/parse_ini_file.phpt; ./ext/standard/tests/mail/mail_basic2.phpt; ./ext/standard/tests/mail/bug69874.phpt; ./ext/standard/tests/mail/bug66535.phpt; ./ext/standard/tests/mail/bug47983.phpt; ./ext/standard/tests/mail/mail_basic7.phpt; ./ext/standard/tests/mail/mail_variation2.phpt; ./ext/standard/tests/mail/mail_basic.phpt; ./ext/standard/tests/mail/bug69874_2.phpt; ./ext/standard/tests/mail/bug51604.phpt; ./ext/standard/tests/mail/mail_basic6.phpt; ./ext/standard/tests/mail/mail_log.phpt; ./ext/standard/tests/streams/bug72857.phpt; ./ext/standard/tests/streams/proc_open_bug51800_right2.phpt; ./ext/standard/tests/streams/bug54946.phpt; ./ext/standard/tests/streams/bug74556.phpt; ./ext/standard/tests/streams/stream_get_meta_data_file_variation4.phpt; ./ext/standard/tests/streams/proc_open_bug60120.phpt; ./ext/standard/tests/streams/proc_open_bug51800_right.phpt; ./ext/standard/tests/streams/stream_get_meta_data_file_variation2.phpt; ./ext/standard/tests/streams/proc_open_bug69900.phpt; ./ext/standard/tests/streams/stream_resolve_include_path.phpt; ./ext/standard/tests/streams/bug70198.phpt; ./ext/standard/tests/streams/proc_open_bug51800.phpt; ./ext/standard/tests/streams/bug60106.phpt; ./ext/standard/tests/streams/stream_get_meta_data_file_variation5.phpt; ./ext/standard/tests/streams/stream_get_meta_data_file_variation1.phpt; ./ext/standard/tests/streams/bug70362.phpt; ./ext/standard/tests/streams/bug40459.phpt; ./ext/standard/tests/streams/bug72534.phpt; ./ext/pspell/tests/005.phpt; ./ext/readline/tests/libedit_write_history_001-win32.phpt; ./ext/readline/tests/readline_write_history_001.phpt; ./ext/readline/tests/libedit_write_history_001.phpt; ./ext/readline/tests/readline_read_history_001.phpt; ./ext/hash/tests/hash_hmac_file_basic.phpt; ./ext/hash/tests/hash_file_error.phpt; ./ext/hash/tests/hash_file_basic1.phpt; ./ext/hash/tests/hash_file_basic.phpt; ./ext/curl/tests/curl_file_deleted_before_curl_close.phpt; ./ext/curl/tests/bug54798-unix.phpt; ./ext/curl/tests/curl_setopt_CURLOPT_READFUNCTION.phpt; ./ext/curl/tests/bug69316.phpt; ./ext/curl/tests/curl_CURLOPT_READDATA.phpt; ./ext/curl/tests/curl_reset.phpt; ./ext/curl/tests/bug48207.phpt; ./ext/curl/tests/curl_setopt_array_basic.phpt; ./ext/curl/tests/curl_write_callback.phpt; ./ext/curl/tests/bug48203_multi.phpt; ./ext/curl/tests/bug48203.phpt; ./ext/curl/tests/curl_setopt_basic002.phpt; ./ext/curl/tests/curl_write_file.phpt; ./ext/curl/tests/curl_write_stdout.phpt; ./ext/curl/tests/curl_write_return.phpt; ./ext/curl/tests/bug54798.phpt; ./ext/fileinfo/tests/cve-2014-1943.phpt; ./ext/fileinfo/tests/bug67647-mb.phpt; ./ext/fileinfo/tests/cve-2014-3538.phpt; ./ext/fileinfo/tests/bug69320.phpt; ./ext/fileinfo/tests/bug61964.phpt; ./ext/fileinfo/tests/bug61964-mb.phpt; ./ext/fileinfo/tests/cve-2014-1943-mb.phpt; ./ext/fileinfo/tests/bug79283.phpt; ./ext/fileinfo/tests/cve-2014-3538-mb.phpt; ./ext/com_dotnet/tests/bug66431_1.phpt; ./ext/com_dotnet/tests/bug66431_0.phpt; ./ext/ldap/tests/ldap_connect_ldap_conf.phpt; ./ext/bz2/tests/002.phpt; ./ext/bz2/tests/with_files.phpt; ./ext/bz2/tests/bug71263.phpt; ./ext/bz2/tests/bug51997.phpt; ./ext/bz2/tests/bug72447.phpt; ./ext/mysqli/tests/mysqli_debug_ini.phpt; ./ext/mysqli/tests/mysqli_info.phpt; ./ext/mysqli/tests/mysqli_pam_sha256_public_key_option.phpt; ./ext/mysqli/tests/mysqli_real_connect_pconn.phpt; ./ext/mysqli/tests/mysqli_debug.phpt; ./ext/mysqli/tests/mysqli_pam_sha256_public_key_option_invalid.phpt; ./ext/mysqli/tests/mysqli_get_client_stats.phpt; ./ext/mysqli/tests/mysqli_debug_control_string.phpt; ./ext/mysqli/tests/bug53503.phpt; ./ext/mysqli/tests/mysqli_pam_sha256_public_key_ini.phpt; ./ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt; ./ext/mysqli/tests/mysqli_debug_mysqlnd_only.phpt; ./ext/mysqli/tests/bug68077.phpt; ./ext/mysqli/tests/mysqli_real_connect.phpt; ./ext/mysqli/tests/mysqli_debug_append.phpt; ./ext/mysqli/tests/bug77956.phpt; ./ext/dom/tests/DOMNode_C14NFile_basic.phpt; ./ext/dom/tests/DOMDocument_savexml_basic.phpt; ./ext/dom/tests/bug80268.phpt; ./ext/dom/tests/DOMDocument_saveHTMLFile_basic.phpt; ./ext/dom/tests/DOMDocument_save_basic.phpt; ./ext/dom/tests/DOMDocument_saveHTMLFile_formatOutput.phpt; ./sapi/cli/tests/021.phpt; ./sapi/cli/tests/php_cli_server_012.phpt; ./sapi/cli/tests/008.phpt; ./sapi/cli/tests/011.phpt; ./sapi/cli/tests/013.phpt; ./sapi/cli/tests/bug61977.phpt; ./sapi/cli/tests/023.phpt; ./sapi/cli/tests/007.phpt; ./sapi/cli/tests/argv_mb.phpt; ./sapi/cli/tests/010-2.phpt; ./sapi/cli/tests/bug64529.phpt; ./sapi/cli/tests/php_cli_server_015.phpt; ./sapi/cli/tests/010.phpt; ./sapi/cli/tests/bug68291.phpt; ./sapi/cli/tests/bug61546.phpt; ./sapi/cli/tests/bug71624.phpt; ./sapi/cli/tests/bug74600.phpt; ./sapi/cli/tests/022.phpt; ./sapi/cli/tests/014.phpt; ./sapi/cli/tests/argv_mb_bug77111.phpt; ./sapi/cgi/tests/008.phpt; ./sapi/cgi/tests/apache_request_headers.phpt; ./sapi/cgi/tests/002.phpt; ./sapi/cgi/tests/004.phpt; ./sapi/cgi/tests/011.phpt; ./sapi/cgi/tests/003.phpt; ./sapi/cgi/tests/010.phpt; ./sapi/cgi/tests/apache_response_headers.phpt; ./sapi/cgi/tests/009.phpt; ./sapi/cgi/tests/006.phpt; ./sapi/cgi/tests/bug75574_utf8.phpt; ./Zend/tests/bug60771.phpt; ./Zend/tests/bug66660.phpt; ./Zend/tests/bug52508.phpt; ./Zend/tests/class_constants_003.phpt; ./Zend/tests/bug63741.phpt; ./Zend/tests/bug78396.phpt; ./Zend/tests/runtime_compile_time_binary_operands.phpt; ./Zend/tests/halt_compiler2.phpt; ./Zend/tests/bug70748.phpt; ./Zend/tests/bug21478.phpt; ./Zend/tests/bug38779_1.phpt; ./tests/basic/bug80384.phpt; ./tests/basic/bug20539.phpt; ./tests/func/010.phpt; ./tests/security/open_basedir_symlink.phpt; ./tests/security/open_basedir_linkinfo.phpt; ./tests/security/open_basedir_link.phpt; ./tests/security/open_basedir_copy_variation1.phpt; ./tests/security/open_basedir_unlink.phpt; ./tests/security/open_basedir_copy.phpt; ./tests/security/open_basedir_tempnam.phpt; |
standard | Function | exec | verify | click to show/hide test files ./ext/pdo_oci/tests/bug46274_2.phpt; ./ext/pdo_oci/tests/pdo_oci_stmt_getcolumnmeta.phpt; ./ext/pdo_oci/tests/pecl_bug_6364.phpt; ./ext/pdo_oci/tests/bug46274.phpt; ./ext/pdo_oci/tests/pdo_oci_quote1.phpt; ./ext/pdo_oci/tests/bug60994.phpt; ./ext/pdo_oci/tests/pdo_oci_stream_2b.phpt; ./ext/pdo_oci/tests/pdo_oci_attr_autocommit_1.phpt; ./ext/pdo_oci/tests/pdo_oci_attr_autocommit_3.phpt; ./ext/pdo_oci/tests/bug54379.phpt; ./ext/pdo_oci/tests/pdo_oci_attr_autocommit_2.phpt; ./ext/pdo_oci/tests/pdo_oci_fread_1.phpt; ./ext/pdo_oci/tests/pdo_oci_stream_1.phpt; ./ext/pdo/tests/pdo_025.phpt; ./ext/pdo/tests/bug_50458.phpt; ./ext/pdo/tests/pdo_008.phpt; ./ext/pdo/tests/pdo_032.phpt; ./ext/pdo/tests/bug_39656.phpt; ./ext/pdo/tests/pdo_033.phpt; ./ext/pdo/tests/pdo_011.phpt; ./ext/pdo/tests/pecl_bug_5809.phpt; ./ext/pdo/tests/pdo_016.phpt; ./ext/pdo/tests/pdo_012.phpt; ./ext/pdo/tests/pdo_003.phpt; ./ext/pdo/tests/bug_65946.phpt; ./ext/pdo/tests/pdo_015.phpt; ./ext/pdo/tests/bug_42917.phpt; ./ext/pdo/tests/pdo_021.phpt; ./ext/pdo/tests/bug_44173.phpt; ./ext/pdo/tests/pdo_004.phpt; ./ext/pdo/tests/bug_35671.phpt; ./ext/pdo/tests/bug_36798.phpt; ./ext/pdo/tests/bug_44409.phpt; ./ext/pdo/tests/pecl_bug_5217.phpt; ./ext/pdo/tests/pdo_035.phpt; ./ext/pdo/tests/pdo_034.phpt; ./ext/pdo/tests/pdo_009.phpt; ./ext/pdo/tests/pdo_018.phpt; ./ext/pdo/tests/pdo_001.phpt; ./ext/pdo/tests/bug_38253.phpt; ./ext/pdo/tests/bug_64172.phpt; ./ext/pdo/tests/pdo_002.phpt; ./ext/pdo/tests/bug_34630.phpt; ./ext/pdo/tests/pdo_024.phpt; ./ext/pdo/tests/bug_39398.phpt; ./ext/pdo/tests/pdo_030.phpt; ./ext/pdo/tests/bug_73234.phpt; ./ext/pdo/tests/pdo_029.phpt; ./ext/pdo/tests/bug_52098.phpt; ./ext/pdo/tests/bug_36428.phpt; ./ext/pdo/tests/pdo_005.phpt; ./ext/pdo/tests/bug_40285.phpt; ./ext/pdo/tests/pdo_022.phpt; ./ext/pdo/tests/pdo_016a.phpt; ./ext/pdo/tests/pdo_020.phpt; ./ext/pdo/tests/pdo_007.phpt; ./ext/pdo/tests/bug_71885.phpt; ./ext/pdo/tests/bug_38394.phpt; ./ext/pdo/tests/pdo_006.phpt; ./ext/pdo/tests/pdo_017.phpt; ./ext/pdo/tests/pdo_027.phpt; ./ext/pdo/tests/pecl_bug_5772.phpt; ./ext/pdo/tests/pdo_014.phpt; ./ext/pdo/tests/bug_43130.phpt; ./ext/pdo/tests/pdo_019.phpt; ./ext/pdo/tests/pdo_013.phpt; ./ext/pdo/tests/pdo_010.phpt; ./ext/pdo/tests/bug_71447.phpt; ./ext/pdo/tests/pdo_026.phpt; ./ext/pdo/tests/pdo_031.phpt; ./ext/pdo/tests/pdo_028.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_non_select.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_emulated.phpt; ./ext/pdo_mysql/tests/pecl_bug_5780.phpt; ./ext/pdo_mysql/tests/pecl_bug_5200.phpt; ./ext/pdo_mysql/tests/bug_41698.phpt; ./ext/pdo_mysql/tests/pdo_mysql_errorinfo.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_variable_columncount.phpt; ./ext/pdo_mysql/tests/pdo_mysql_rollback.phpt; ./ext/pdo_mysql/tests/pdo_mysql_inTransaction.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize.phpt; ./ext/pdo_mysql/tests/pdo_mysql_multi_stmt_nextrowset.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_native.phpt; ./ext/pdo_mysql/tests/pdo_mysql_commit.phpt; ./ext/pdo_mysql/tests/bug_44707.phpt; ./ext/pdo_mysql/tests/pdo_mysql_types_zerofill.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_errorinfo.phpt; ./ext/pdo_mysql/tests/bug66528.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_native_column.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_match_against.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_max_buffer_size.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_oracle_nulls.phpt; ./ext/pdo_mysql/tests/pdo_mysql_pconnect.phpt; ./ext/pdo_mysql/tests/pdo_mysql_exec_select.phpt; ./ext/pdo_mysql/tests/pdo_mysql_exec_load_data.phpt; ./ext/pdo_mysql/tests/bug_39858.phpt; ./ext/pdo_mysql/tests/bug_42499.phpt; ./ext/pdo_mysql/tests/bug79375.phpt; ./ext/pdo_mysql/tests/native_types.phpt; ./ext/pdo_mysql/tests/pecl_bug_5802.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_bindparam_types.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_bindcolumn.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize_simple.phpt; ./ext/pdo_mysql/tests/bug70862.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_errorcode.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_init_command.phpt; ./ext/pdo_mysql/tests/bug_pecl_12925.phpt; ./ext/pdo_mysql/tests/bug_41997.phpt; ./ext/pdo_mysql/tests/pdo_mysql_subclass.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_getcolumnmeta.phpt; ./ext/pdo_mysql/tests/pdo_mysql_errorcode.phpt; ./ext/pdo_mysql/tests/pdo_mysql_types.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_nextrowset.phpt; ./ext/pdo_mysql/tests/pdo_mysql_exec.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_closecursor.phpt; ./ext/pdo_mysql/tests/pdo_mysql_param_str_natl.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_blobs.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_native_named_placeholder.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_multi_statements.phpt; ./ext/pdo_mysql/tests/pdo_mysql_last_insert_id.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_native_clear_error.phpt; ./ext/pdo_mysql/tests/bug_50323.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_blobfromsteam.phpt; ./ext/pdo_mysql/tests/bug79596.phpt; ./ext/pdo_mysql/tests/bug44327.phpt; ./ext/pdo_mysql/tests/bug53551.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_emulated_placeholder_everywhere.phpt; ./ext/pdo_mysql/tests/pdo_mysql_begintransaction.phpt; ./ext/pdo_mysql/tests/bug_41125.phpt; ./ext/pdo_mysql/tests/bug_33689.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_emulated_anonymous.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_closecursor_empty.phpt; ./ext/pdo_mysql/tests/bug_44454.phpt; ./ext/pdo_mysql/tests/bug46292.phpt; ./ext/pdo_mysql/tests/bug78152.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_native_placeholder_everywhere.phpt; ./ext/pdo_mysql/tests/bug_38546.phpt; ./ext/pdo_mysql/tests/bug63185.phpt; ./ext/pdo_mysql/tests/pdo_mysql_bit.phpt; ./ext/pdo_mysql/tests/change_column_count.phpt; ./ext/pdo_mysql/tests/bug77289.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_case.phpt; ./ext/pdo_mysql/tests/pdo_mysql_exec_ddl.phpt; ./ext/pdo_mysql/tests/bug80458.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_native_dup_named_placeholder.phpt; ./ext/pdo_mysql/tests/bug_pecl_7976.phpt; ./ext/pdo_firebird/tests/bug_64037.phpt; ./ext/pdo_firebird/tests/dialect_1.phpt; ./ext/pdo_firebird/tests/bug_72583.phpt; ./ext/pdo_firebird/tests/bug_47415.phpt; ./ext/pdo_firebird/tests/bug_aaa.phpt; ./ext/pdo_firebird/tests/bug_80521.phpt; ./ext/pdo_firebird/tests/bug_72931.phpt; ./ext/pdo_firebird/tests/bug_73087.phpt; ./ext/pdo_firebird/tests/bug_53280.phpt; ./ext/pdo_firebird/tests/bug_62024.phpt; ./ext/pdo_firebird/tests/rowCount.phpt; ./ext/pdo_firebird/tests/bug_74462.phpt; ./ext/pdo_firebird/tests/bug_48877.phpt; ./ext/pdo_firebird/tests/ddl.phpt; ./ext/pdo_firebird/tests/execute.phpt; ./ext/pdo_odbc/tests/long_columns.phpt; ./ext/pdo_odbc/tests/max_columns.phpt; ./ext/phar/tests/tar/bug70417.phpt; ./ext/pdo_sqlite/tests/pdo_sqlite_tostring_exception.phpt; ./ext/pdo_sqlite/tests/bug_42589.phpt; ./ext/pdo_sqlite/tests/pdo_sqlite_open_flags.phpt; ./ext/pdo_sqlite/tests/pdo_sqlite_filename_uri.phpt; ./ext/pdo_sqlite/tests/bug70862.phpt; ./ext/pdo_sqlite/tests/pdo_fetch_func_001.phpt; ./ext/pdo_sqlite/tests/bug33841.phpt; ./ext/pdo_sqlite/tests/pdo_sqlite_extendederror_attr.phpt; ./ext/pdo_sqlite/tests/bug38334.phpt; ./ext/pdo_sqlite/tests/bug66033.phpt; ./ext/pdo_pgsql/tests/bug_49985.phpt; ./ext/pdo_pgsql/tests/bug_33876.phpt; ./ext/pdo_pgsql/tests/bug61267.phpt; ./ext/pdo_pgsql/tests/bug68199.phpt; ./ext/pdo_pgsql/tests/bug69752.phpt; ./ext/pdo_pgsql/tests/bug72294.phpt; ./ext/pdo_pgsql/tests/bug62498.phpt; ./ext/pdo_pgsql/tests/bug62498-32bit.phpt; ./ext/pdo_pgsql/tests/copy_from.phpt; ./ext/pdo_pgsql/tests/copy_to.phpt; ./ext/pdo_pgsql/tests/large_objects.phpt; ./ext/pdo_pgsql/tests/is_in_transaction.phpt; ./ext/pdo_pgsql/tests/getnotify.phpt; ./ext/sqlite3/tests/sqlite3_14_querysingle.phpt; ./ext/sqlite3/tests/bug68760.phpt; ./ext/sqlite3/tests/sqlite3_28_clear_bindings.phpt; ./ext/sqlite3/tests/sqlite3_18_changes.phpt; ./ext/sqlite3/tests/sqlite3_33_reset.phpt; ./ext/sqlite3/tests/sqlite3_19_columninfo.phpt; ./ext/sqlite3/tests/bug70628.phpt; ./ext/sqlite3/tests/bug76665.phpt; ./ext/sqlite3/tests/sqlite3_13_skip_all_cleanup.phpt; ./ext/sqlite3/tests/bug71049.phpt; ./ext/sqlite3/tests/sqlite3_07_prepared_stmt.phpt; ./ext/sqlite3/tests/sqlite3_12_unfinalized_stmt_cleanup.phpt; ./ext/sqlite3/tests/bug53463.phpt; ./ext/sqlite3/tests/bug66550.phpt; ./ext/sqlite3/tests/sqlite3stmt_paramCount_basic.phpt; ./ext/sqlite3/tests/sqlite3_09_blob_bound_param.phpt; ./ext/sqlite3/tests/sqlite3_25_create_aggregate.phpt; ./ext/sqlite3/tests/bug45798.phpt; ./ext/sqlite3/tests/sqlite3_16_select_no_results.phpt; ./ext/sqlite3/tests/sqlite3_38_backup.phpt; ./ext/sqlite3/tests/sqlite3_bound_value_at_name.phpt; ./ext/sqlite3/tests/sqlite3_15_open_error-win.phpt; ./ext/sqlite3/tests/sqlite3_03_insert.phpt; ./ext/sqlite3/tests/sqlite3_06_prepared_stmt.phpt; ./ext/sqlite3/tests/sqlite3_27_reset_prepared_stmt_result.phpt; ./ext/sqlite3/tests/sqlite3_35_stmt_readonly.phpt; ./ext/sqlite3/tests/sqlite3_prepare_faultystmt.phpt; ./ext/sqlite3/tests/exception_from_toString.phpt; ./ext/sqlite3/tests/sqlite3_10_bound_value_name.phpt; ./ext/sqlite3/tests/sqlite3_bind_bug68849.phpt; ./ext/sqlite3/tests/bug73068.phpt; ./ext/sqlite3/tests/sqlite3_23_escape_string.phpt; ./ext/sqlite3/tests/sqlite3_36_create_collation.phpt; ./ext/sqlite3/tests/sqlite3_02_create.phpt; ./ext/sqlite3/tests/sqlite3_11_numrows.phpt; ./ext/sqlite3/tests/sqlite3_30_blobopen.phpt; ./ext/sqlite3/tests/sqlite3_08_udf.phpt; ./ext/sqlite3/tests/sqlite3_05_delete.phpt; ./ext/sqlite3/tests/bug73333.phpt; ./ext/sqlite3/tests/sqlite3_defensive.phpt; ./ext/sqlite3/tests/bug79294.phpt; ./ext/sqlite3/tests/sqlite3_blob_bind_resource.phpt; ./ext/sqlite3/tests/sqlite3_40_setauthorizer.phpt; ./ext/sqlite3/tests/sqlite3_04_update.phpt; ./ext/sqlite3/tests/sqlite3_26_reset_prepared_stmt.phpt; ./ext/sqlite3/tests/sqlite3_24_last_insert_rowid.phpt; ./ext/standard/tests/misc/exec_basic1.phpt; ./ext/standard/tests/file/bug41874_2.phpt; ./ext/standard/tests/file/bug26615.phpt; ./ext/standard/tests/file/bug47767.phpt; ./ext/standard/tests/file/bug26938.phpt; ./ext/standard/tests/file/popen_pclose_basic-win32.phpt; ./ext/standard/tests/file/windows_links/bug48746_3.phpt; ./ext/standard/tests/file/windows_links/bug48746_1.phpt; ./ext/standard/tests/file/windows_links/readlink_compat.phpt; ./ext/standard/tests/file/windows_links/bug48746_2.phpt; ./ext/standard/tests/file/windows_links/bug73962.phpt; ./ext/standard/tests/file/windows_links/bug48746.phpt; ./ext/standard/tests/file/bug22414.phpt; ./ext/standard/tests/file/bug41874.phpt; ./ext/standard/tests/file/bug77552.phpt; ./ext/standard/tests/file/popen_pclose_basic-win32-mb.phpt; ./ext/standard/tests/general_functions/bug70018.phpt; ./ext/standard/tests/general_functions/bug49847.phpt; ./ext/standard/tests/general_functions/bug50732.phpt; ./ext/com_dotnet/tests/bug77578.phpt; ./sapi/fpm/tests/bug74083-concurrent-reload.phpt; ./sapi/fpm/tests/bug76601-reload-child-signals.phpt; ./sapi/cli/tests/bug65275.phpt; ./sapi/cli/tests/bug62294.phpt; ./Zend/tests/bug60978.phpt; ./Zend/tests/call_user_func_closure_from_static_method.phpt; |
standard | Function | system | yes | click to show/hide test files ./ext/standard/tests/misc/exec_basic1.phpt; ./ext/standard/tests/misc/bug79410.phpt; ./ext/standard/tests/file/bug41874_3.phpt; ./ext/standard/tests/file/bug41874.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp874_1.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp874_to_utf8_1.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1254_3.phpt; ./ext/standard/tests/file/windows_mb_path/test_kartuli_utf8_3.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1254_to_utf8_3.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp932_3.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1252_0.phpt; ./ext/standard/tests/strings/setlocale_variation2.phpt; ./ext/standard/tests/strings/setlocale_basic2.phpt; ./ext/standard/tests/strings/setlocale_basic1.phpt; ./ext/standard/tests/strings/setlocale_basic3.phpt; ./ext/standard/tests/strings/setlocale_variation1.phpt; ./ext/standard/tests/general_functions/bug69646.phpt; ./sapi/cli/tests/bug64529.phpt; ./sapi/cli/tests/bug61546.phpt; |
standard | Function | escapeshellcmd | yes | click to show/hide test files ./ext/standard/tests/general_functions/escapeshellcmd_bug71039.phpt; ./ext/standard/tests/general_functions/escapeshellcmd_bug71270.phpt; ./ext/standard/tests/general_functions/escapeshellcmd-win32.phpt; ./sapi/cli/tests/bug44564.phpt; ./sapi/cgi/tests/011.phpt; |
standard | Function | escapeshellarg | yes | click to show/hide test files ./ext/phar/tests/tar/bug70417.phpt; ./ext/standard/tests/file/clearstatcache_001.phpt; ./ext/standard/tests/general_functions/bug69646.phpt; ./ext/standard/tests/general_functions/escapeshellarg_bug71039.phpt; ./ext/standard/tests/general_functions/escapeshellarg_basic-win32.phpt; ./ext/standard/tests/general_functions/escapeshellarg_basic-win32-mb.phpt; ./ext/standard/tests/general_functions/escapeshellarg_bug71270.phpt; ./ext/standard/tests/general_functions/escapeshellarg_variation1.phpt; ./ext/standard/tests/general_functions/escapeshellarg_variation1-win32.phpt; ./ext/standard/tests/general_functions/escapeshellarg_basic.phpt; ./sapi/cli/tests/017.phpt; ./sapi/cli/tests/bug44564.phpt; ./sapi/cli/tests/016.phpt; ./sapi/cli/tests/022.phpt; ./sapi/cgi/tests/011.phpt; ./sapi/cgi/tests/apache_response_headers.phpt; |
standard | Function | passthru | yes | click to show/hide test files ./ext/standard/tests/misc/exec_basic1.phpt; ./ext/standard/tests/file/clearstatcache_001.phpt; ./ext/standard/tests/file/bug22414.phpt; ./ext/standard/tests/ini_info/php_ini_loaded_file.phpt; ./ext/standard/tests/ini_info/php_ini_scanned_files.phpt; ./sapi/fpm/tests/bug78323.phpt; ./sapi/fpm/tests/socket-uds-acl.phpt; ./sapi/cli/tests/bug78323.phpt; ./sapi/cgi/tests/apache_request_headers.phpt; ./sapi/cgi/tests/011.phpt; ./sapi/cgi/tests/apache_response_headers.phpt; ./sapi/cgi/tests/bug78323.phpt; |
standard | Function | shell_exec | yes | click to show/hide test files ./ext/spl/tests/SplFileInfo_getInode_basic.phpt; ./ext/standard/tests/directory/bug74589_utf8.phpt; ./ext/standard/tests/file/windows_mb_path/bug75063_cp1251.phpt; ./ext/standard/tests/file/windows_mb_path/bug75063_utf8.phpt; ./ext/standard/tests/general_functions/proc_nice_basic.phpt; ./ext/standard/tests/streams/bug78883.phpt; ./sapi/cli/tests/sapi_windows_set_ctrl_handler.phpt; ./sapi/cli/tests/cli_process_title_windows.phpt; ./sapi/cli/tests/cli_process_title_unix.phpt; ./sapi/cgi/tests/bug75574_utf8.phpt; ./tests/basic/bug71273.phpt; |
standard | Function | proc_open | yes | click to show/hide test files ./ext/posix/tests/posix_ttyname_error_wrongparams.phpt; ./ext/standard/tests/file/proc_open_with_wrong_resource_type.phpt; ./ext/standard/tests/file/bug72035.phpt; ./ext/standard/tests/file/bug69442.phpt; ./ext/standard/tests/file/bug60120.phpt; ./ext/standard/tests/file/proc_open01.phpt; ./ext/standard/tests/general_functions/proc_open_sockets1.phpt; ./ext/standard/tests/general_functions/proc_open_sockets3.phpt; ./ext/standard/tests/general_functions/proc_open_pipes1.phpt; ./ext/standard/tests/general_functions/bug39322.phpt; ./ext/standard/tests/general_functions/proc_open.phpt; ./ext/standard/tests/general_functions/proc_open02.phpt; ./ext/standard/tests/general_functions/bug44667.phpt; ./ext/standard/tests/general_functions/proc_open_null.phpt; ./ext/standard/tests/general_functions/bug78569.phpt; ./ext/standard/tests/general_functions/proc_open_pipes2.phpt; ./ext/standard/tests/general_functions/bug34794.phpt; ./ext/standard/tests/general_functions/proc_open-mb0.phpt; ./ext/standard/tests/general_functions/proc_open_redirect.phpt; ./ext/standard/tests/general_functions/proc_open_pipes3.phpt; ./ext/standard/tests/general_functions/bug72306.phpt; ./ext/standard/tests/general_functions/proc_open_sockets2.phpt; ./ext/standard/tests/general_functions/proc_open_array.phpt; ./ext/standard/tests/general_functions/proc_open-mb1.phpt; ./ext/standard/tests/streams/proc_open_bug51800_right2.phpt; ./ext/standard/tests/streams/bug64770.phpt; ./ext/standard/tests/streams/bug60602.phpt; ./ext/standard/tests/streams/proc_open_bug60120.phpt; ./ext/standard/tests/streams/proc_open_bug51800_right.phpt; ./ext/standard/tests/streams/proc_open_bug69900.phpt; ./ext/standard/tests/streams/bug70198.phpt; ./ext/standard/tests/streams/proc_open_bug51800.phpt; ./ext/standard/tests/streams/bug72853.phpt; ./ext/standard/tests/streams/bug78883.phpt; ./ext/standard/tests/streams/proc_open_bug64438.phpt; ./ext/standard/tests/streams/bug61019.phpt; ./ext/standard/tests/streams/bug46024.phpt; ./ext/readline/tests/bug77812-libedit.phpt; ./ext/readline/tests/bug77812-readline.phpt; ./sapi/cli/tests/sapi_windows_set_ctrl_handler.phpt; ./sapi/cli/tests/023.phpt; ./sapi/cli/tests/ext_loading.phpt; ./sapi/cli/tests/bug74600.phpt; ./sapi/cli/tests/022.phpt; |
standard | Function | proc_close | yes | click to show/hide test files ./ext/standard/tests/file/bug72035.phpt; ./ext/standard/tests/file/bug69442.phpt; ./ext/standard/tests/file/proc_open01.phpt; ./ext/standard/tests/general_functions/proc_open.phpt; ./ext/standard/tests/general_functions/proc_open02.phpt; ./ext/standard/tests/general_functions/bug44667.phpt; ./ext/standard/tests/general_functions/proc_open_null.phpt; ./ext/standard/tests/general_functions/bug78569.phpt; ./ext/standard/tests/general_functions/bug34794.phpt; ./ext/standard/tests/general_functions/proc_open-mb0.phpt; ./ext/standard/tests/general_functions/proc_open_redirect.phpt; ./ext/standard/tests/general_functions/proc_open_array.phpt; ./ext/standard/tests/general_functions/proc_open-mb1.phpt; ./ext/standard/tests/streams/proc_open_bug51800_right2.phpt; ./ext/standard/tests/streams/bug64770.phpt; ./ext/standard/tests/streams/bug60602.phpt; ./ext/standard/tests/streams/proc_open_bug51800_right.phpt; ./ext/standard/tests/streams/proc_open_bug69900.phpt; ./ext/standard/tests/streams/bug70198.phpt; ./ext/standard/tests/streams/proc_open_bug51800.phpt; ./ext/standard/tests/streams/bug72853.phpt; ./ext/standard/tests/streams/bug78883.phpt; ./ext/standard/tests/streams/bug61019.phpt; ./ext/standard/tests/streams/bug46024.phpt; ./ext/readline/tests/bug77812-libedit.phpt; ./ext/readline/tests/bug77812-readline.phpt; ./sapi/cli/tests/023.phpt; ./sapi/cli/tests/bug74600.phpt; ./sapi/cli/tests/022.phpt; |
standard | Function | proc_terminate | yes | click to show/hide test files ./ext/standard/tests/file/bug60120.phpt; ./ext/standard/tests/general_functions/bug39322.phpt; ./ext/standard/tests/general_functions/proc_open02.phpt; ./ext/standard/tests/streams/bug64770.phpt; ./ext/standard/tests/streams/bug60602.phpt; ./ext/standard/tests/streams/proc_open_bug60120.phpt; ./ext/standard/tests/streams/proc_open_bug64438.phpt; ./ext/standard/tests/streams/bug46024.phpt; ./sapi/cli/tests/sapi_windows_set_ctrl_handler.phpt; ./sapi/cli/tests/023.phpt; ./sapi/cli/tests/bug74600.phpt; ./sapi/cli/tests/022.phpt; |
standard | Function | proc_get_status | yes | click to show/hide test files ./ext/standard/tests/general_functions/bug39322.phpt; ./ext/standard/tests/general_functions/proc_open02.phpt; ./ext/standard/tests/streams/bug78883.phpt; ./ext/standard/tests/streams/bug61019.phpt; ./sapi/cli/tests/sapi_windows_set_ctrl_handler.phpt; |
standard | Function | proc_nice | yes | click to show/hide test files ./ext/standard/tests/general_functions/proc_nice_variation2.phpt; ./ext/standard/tests/general_functions/proc_nice_basic-win.phpt; ./ext/standard/tests/general_functions/proc_nice_variation5.phpt; ./ext/standard/tests/general_functions/proc_nice_basic.phpt; |
standard | Function | rand | yes | click to show/hide test files ./ext/openssl/tests/openssl_decrypt_basic.phpt; ./ext/sockets/tests/bug76839.phpt; ./ext/zlib/tests/inflate_add_basic.phpt; ./ext/zlib/tests/bug_34821.phpt; ./ext/intl/tests/bug71020.phpt; ./ext/mbstring/tests/iso2022jp_2004_encoding.phpt; ./ext/pdo_pgsql/tests/bug69362.phpt; ./ext/pdo_pgsql/tests/bug62479.phpt; ./ext/oci8/tests/bug43497.phpt; ./ext/standard/tests/network/tcp6loop.phpt; ./ext/standard/tests/network/tcp4loop.phpt; ./ext/standard/tests/network/fsockopen_basic.phpt; ./ext/standard/tests/network/fsockopen_variation1.phpt; ./ext/standard/tests/network/socket_get_status_basic.phpt; ./ext/standard/tests/network/socket_bug74429.phpt; ./ext/standard/tests/network/udp6loop.phpt; ./ext/standard/tests/network/shutdown.phpt; ./ext/standard/tests/file/004.phpt; ./ext/standard/tests/file/fgets_socket_variation1.phpt; ./ext/standard/tests/file/fgets_socket_variation2.phpt; ./ext/standard/tests/file/userstreams.phpt; ./ext/standard/tests/file/fread_socket_variation1.phpt; ./ext/standard/tests/math/rand_inverted_order.phpt; ./ext/standard/tests/math/rand_basic.phpt; ./ext/standard/tests/general_functions/rand.phpt; ./ext/standard/tests/streams/stream_set_timeout_error.phpt; ./ext/date/tests/format-negative-timestamp.phpt; ./Zend/tests/anon/005.phpt; ./Zend/tests/anon/004.phpt; |
standard | Function | srand | yes | click to show/hide test files ./ext/openssl/tests/openssl_decrypt_basic.phpt; ./ext/mbstring/tests/armscii8_encoding.phpt; ./ext/mbstring/tests/cp932_encoding.phpt; ./ext/mbstring/tests/sjis2004_encoding.phpt; ./ext/mbstring/tests/sjis_encoding.phpt; ./ext/mbstring/tests/eucjp_encoding.phpt; ./ext/mbstring/tests/sjismac_encoding.phpt; ./ext/mbstring/tests/iso2022jp_2004_encoding.phpt; ./ext/mbstring/tests/cp51932_encoding.phpt; ./ext/mbstring/tests/sjis_mobile_encodings.phpt; ./ext/standard/tests/math/srand_basic.phpt; ./ext/standard/tests/general_functions/rand.phpt; |
standard | Function | getrandmax | yes | click to show/hide test files ./ext/standard/tests/math/rand_basic.phpt; ./ext/standard/tests/math/getrandmax_basic.phpt; ./ext/standard/tests/general_functions/rand.phpt; ./ext/date/tests/format-negative-timestamp.phpt; |
standard | Function | mt_rand | yes | click to show/hide test files ./ext/openssl/tests/openssl_spki_export_basic.phpt; ./ext/openssl/tests/openssl_spki_export_challenge_basic.phpt; ./ext/openssl/tests/openssl_spki_verify_basic.phpt; ./ext/openssl/tests/openssl_spki_new_basic.phpt; ./ext/sysvmsg/tests/005.phpt; ./ext/pdo_mysql/tests/pdo_mysql_pconnect.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_init_command.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_multi_statements.phpt; ./ext/zlib/tests/bug75273.phpt; ./ext/sodium/tests/crypto_auth.phpt; ./ext/standard/tests/math/mt_rand_value.phpt; ./ext/standard/tests/math/bug75514.phpt; ./ext/standard/tests/math/bug75170.phpt; ./ext/standard/tests/math/mt_rand_basic.phpt; ./ext/standard/tests/general_functions/bug46587.phpt; ./ext/standard/tests/general_functions/rand.phpt; ./ext/mysqli/tests/mysqli_fetch_assoc_bit.phpt; ./ext/mysqli/tests/mysqli_fetch_all_oo.phpt; ./ext/mysqli/tests/mysqli_class_mysqli_result_interface.phpt; ./ext/mysqli/tests/mysqli_store_result_copy.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_result_bit.phpt; ./ext/mysqli/tests/mysqli_stmt_get_result_metadata.phpt; ./ext/mysqli/tests/mysqli_pconnect.phpt; ./ext/mysqli/tests/mysqli_fetch_array_oo.phpt; ./ext/mysqli/tests/mysqli_fetch_all.phpt; ./ext/mysqli/tests/mysqli_change_user_get_lock.phpt; ./ext/mysqli/tests/mysqli_fetch_array.phpt; ./ext/mysqli/tests/mysqli_stmt_fetch_bit.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_result_format.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_param.phpt; ./ext/mysqli/tests/mysqli_stmt_get_result_seek.phpt; ./ext/mysqli/tests/bug42378.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_result.phpt; ./ext/mysqli/tests/mysqli_stmt_get_result_bit.phpt; ./ext/mysqli/tests/mysqli_stmt_get_result_types.phpt; |
standard | Function | mt_srand | yes | click to show/hide test files ./ext/zlib/tests/bug75273.phpt; ./ext/standard/tests/math/mt_rand_value.phpt; ./ext/standard/tests/math/bug75514.phpt; ./ext/standard/tests/math/bug75170.phpt; ./ext/standard/tests/math/mt_srand_basic.phpt; ./ext/standard/tests/general_functions/rand.phpt; |
standard | Function | mt_getrandmax | yes | click to show/hide test files ./ext/standard/tests/math/mt_rand_basic.phpt; ./ext/standard/tests/math/mt_getrandmax_basic.phpt; ./ext/standard/tests/general_functions/rand.phpt; ./ext/mysqli/tests/mysqli_fetch_assoc_bit.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_result_bit.phpt; ./ext/mysqli/tests/mysqli_stmt_get_result_bit.phpt; |
standard | Function | getservbyname | yes | click to show/hide test files ./ext/standard/tests/general_functions/getservbyname_variation2.phpt; ./ext/standard/tests/general_functions/getservbyname_basic.phpt; ./ext/standard/tests/general_functions/getservbyname_variation4.phpt; ./ext/standard/tests/general_functions/getservbyname_variation12.phpt; ./ext/standard/tests/general_functions/getservbyname_variation11.phpt; ./ext/standard/tests/general_functions/getservbyname_variation14.phpt; ./ext/standard/tests/general_functions/getservbyname_variation5.phpt; ./ext/standard/tests/general_functions/getservbyname_variation7.phpt; ./ext/standard/tests/general_functions/getservbyname_variation9.phpt; |
standard | Function | getservbyport | yes | click to show/hide test files ./ext/standard/tests/general_functions/getservbyport_basic.phpt; ./ext/standard/tests/general_functions/getservbyport_variation1.phpt; |
standard | Function | getprotobyname | yes | click to show/hide test files ./ext/sockets/tests/ipv4loop.phpt; ./ext/sockets/tests/ipv6loop.phpt; ./ext/sockets/tests/socket_getpeername_ipv6loop.phpt; ./ext/sockets/tests/socket_getpeername_ipv4loop.phpt; ./ext/standard/tests/network/getprotobyname_error.phpt; ./ext/standard/tests/network/getprotobyname_basic.phpt; |
standard | Function | getprotobynumber | yes | click to show/hide test files ./ext/standard/tests/network/getprotobynumber_basic.phpt; ./ext/standard/tests/network/getprotobynumber_error.phpt; |
standard | Function | getmyuid | yes | click to show/hide test files ./ext/sysvmsg/tests/004.phpt; ./ext/standard/tests/file/statpage.phpt; |
standard | Function | getmygid | yes | click to show/hide test files ./ext/sysvmsg/tests/004.phpt; ./ext/standard/tests/file/statpage.phpt; |
standard | Function | getmypid | yes | click to show/hide test files ./ext/sockets/tests/wsaprotocol_info_0.phpt; ./ext/sockets/tests/socket_cmsg_credentials.phpt; ./ext/pcntl/tests/pcntl_unshare_02.phpt; ./ext/phar/tests/tar/bug70417.phpt; ./ext/standard/tests/file/statpage.phpt; ./ext/standard/tests/general_functions/proc_nice_basic-win.phpt; ./ext/standard/tests/general_functions/proc_nice_basic.phpt; ./ext/standard/tests/general_functions/getmypid_basic.phpt; ./ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt; ./sapi/cli/tests/cli_process_title_windows.phpt; ./sapi/cli/tests/cli_process_title_unix.phpt; |
standard | Function | getmyinode | yes | click to show/hide test files ./ext/standard/tests/file/statpage.phpt; |
standard | Function | getlastmod | yes | click to show/hide test files ./ext/standard/tests/file/statpage.phpt; |
standard | Function | base64_decode | yes | click to show/hide test files ./ext/openssl/tests/bug74022_2.phpt; ./ext/openssl/tests/bug73478.phpt; ./ext/openssl/tests/bug61930.phpt; ./ext/iconv/tests/iconv_strrpos_basic.phpt; ./ext/iconv/tests/iconv_strpos_basic.phpt; ./ext/iconv/tests/iconv_strlen_basic.phpt; ./ext/iconv/tests/iconv_strpos_variation5.phpt; ./ext/iconv/tests/iconv_basic.phpt; ./ext/iconv/tests/iconv_substr_basic.phpt; ./ext/session/tests/session_decode_variation4.phpt; ./ext/pdo_dblib/tests/stringify_uniqueidentifier.phpt; ./ext/odbc/tests/bug60616.phpt; ./ext/gd/tests/bug66005.phpt; ./ext/gd/tests/bug72913.phpt; ./ext/mbstring/tests/mb_encode_mimeheader_basic.phpt; ./ext/mbstring/tests/mb_convert_encoding_basic.phpt; ./ext/mbstring/tests/mb_substr_basic.phpt; ./ext/mbstring/tests/mb_detect_encoding.phpt; ./ext/mbstring/tests/mb_stripos_basic.phpt; ./ext/mbstring/tests/mb_stripos_basic2.phpt; ./ext/mbstring/tests/mb_strripos_variation5_Bug45923.phpt; ./ext/mbstring/tests/mb_strrpos_basic.phpt; ./ext/mbstring/tests/mb_encode_mimeheader_basic3.phpt; ./ext/mbstring/tests/mb_strrchr_variation6.phpt; ./ext/mbstring/tests/mb_convert_variables.phpt; ./ext/mbstring/tests/mb_strlen_variation3.phpt; ./ext/mbstring/tests/mb_strlen_basic.phpt; ./ext/mbstring/tests/mb_strrichr_basic.phpt; ./ext/mbstring/tests/mb_encode_mimeheader_variation6.phpt; ./ext/mbstring/tests/mb_convert_encoding_array.phpt; ./ext/mbstring/tests/mb_strtoupper_variation4.phpt; ./ext/mbstring/tests/mb_strstr_variation6.phpt; ./ext/mbstring/tests/mb_strtolower_variation3.phpt; ./ext/mbstring/tests/mb_strtolower_basic.phpt; ./ext/mbstring/tests/mb_strtolower_variation4.phpt; ./ext/mbstring/tests/mb_strstr_variation5.phpt; ./ext/mbstring/tests/mb_ereg_variation3.phpt; ./ext/mbstring/tests/mb_ereg_variation7.phpt; ./ext/mbstring/tests/mb_ereg_variation5.phpt; ./ext/mbstring/tests/mb_strrchr_basic.phpt; ./ext/mbstring/tests/mb_substr_count_variation4.phpt; ./ext/mbstring/tests/mb_strripos_basic.phpt; ./ext/mbstring/tests/mb_stripos_variation5_Bug45923.phpt; ./ext/mbstring/tests/mb_ereg_basic.phpt; ./ext/mbstring/tests/mb_strpos_variation5.phpt; ./ext/mbstring/tests/mb_substr_variation4.phpt; ./ext/mbstring/tests/mb_strripos_basic2.phpt; ./ext/mbstring/tests/mb_convert_encoding_array2.phpt; ./ext/mbstring/tests/mb_strpos_basic.phpt; ./ext/mbstring/tests/mb_substitute_character_variation2.phpt; ./ext/mbstring/tests/bug43840.phpt; ./ext/mbstring/tests/mb_strrchr_variation5.phpt; ./ext/mbstring/tests/mb_strtoupper_basic.phpt; ./ext/mbstring/tests/mb_encode_mimeheader_basic2.phpt; ./ext/mbstring/tests/mb_strrichr_variation5.phpt; ./ext/mbstring/tests/mb_ereg_variation4.phpt; ./ext/mbstring/tests/mb_ereg_replace_basic.phpt; ./ext/mbstring/tests/mb_encode_mimeheader_indent.phpt; ./ext/mbstring/tests/mb_strstr_basic.phpt; ./ext/mbstring/tests/mb_convert_encoding.phpt; ./ext/mbstring/tests/mb_substr_variation6.phpt; ./ext/mbstring/tests/mb_substr_count_basic.phpt; ./ext/mbstring/tests/mb_stristr_variation5.phpt; ./ext/mbstring/tests/mb_substr_variation5.phpt; ./ext/mbstring/tests/mb_stristr_basic.phpt; ./ext/mbstring/tests/mb_strtoupper_variation3.phpt; ./ext/mbstring/tests/mb_substr_variation7.phpt; ./ext/mbstring/tests/mb_ereg_match_basic.phpt; ./ext/mbstring/tests/mb_ereg_variation6.phpt; ./ext/ctype/tests/ctype_xdigit_variation3.phpt; ./ext/ctype/tests/ctype_print_variation3.phpt; ./ext/ctype/tests/ctype_graph_variation3.phpt; ./ext/ctype/tests/ctype_alpha_variation3.phpt; ./ext/ctype/tests/ctype_space_variation3.phpt; ./ext/ctype/tests/ctype_alnum_variation3.phpt; ./ext/ctype/tests/ctype_upper_variation3.phpt; ./ext/ctype/tests/ctype_cntrl_variation3.phpt; ./ext/ctype/tests/ctype_punct_variation3.phpt; ./ext/ctype/tests/ctype_lower_variation3.phpt; ./ext/standard/tests/image/iptcembed_002.phpt; ./ext/standard/tests/serialize/bug49649_1.phpt; ./ext/standard/tests/serialize/bug49649.phpt; ./ext/standard/tests/serialize/bug49649_2.phpt; ./ext/standard/tests/url/bug55273.phpt; ./ext/standard/tests/url/base64_decode_basic_001.phpt; ./ext/standard/tests/url/base64_decode_basic_002.phpt; ./ext/standard/tests/url/base64_decode_basic_003.phpt; ./ext/standard/tests/url/bug52327.phpt; ./ext/standard/tests/url/base64_encode_basic_002.phpt; ./ext/standard/tests/url/bug47174.phpt; ./ext/standard/tests/strings/bug37244.phpt; ./ext/standard/tests/strings/bug65947.phpt; ./ext/standard/tests/strings/bug72264.phpt; ./ext/standard/tests/strings/bug34214.phpt; ./ext/standard/tests/strings/bug72263.phpt; ./ext/standard/tests/strings/bug24312.phpt; ./ext/standard/tests/strings/bug72152.phpt; ./ext/standard/tests/general_functions/007.phpt; ./ext/standard/tests/streams/bug74090.phpt; ./ext/hash/tests/hash_serialize_003.phpt; ./ext/hash/tests/hash_serialize_004.phpt; ./ext/json/tests/json_encode_basic_utf8.phpt; ./ext/dom/tests/bug76738.phpt; |
standard | Function | base64_encode | yes | click to show/hide test files ./ext/openssl/tests/openssl_decrypt_error.phpt; ./ext/openssl/tests/bug41033.phpt; ./ext/openssl/tests/openssl_cms_encrypt_der.phpt; ./ext/openssl/tests/bug73478.phpt; ./ext/iconv/tests/eucjp2sjis.phpt; ./ext/iconv/tests/eucjp2utf8.phpt; ./ext/pdo_firebird/tests/bug_73087.phpt; ./ext/session/tests/session_encode_variation8.phpt; ./ext/session/tests/session_encode_variation7.phpt; ./ext/zlib/tests/bug_40189.phpt; ./ext/zlib/tests/bug48725_2.phpt; ./ext/imap/tests/imap_fetch_overview_variation6.phpt; ./ext/imap/tests/bug77153.phpt; ./ext/imap/tests/imap_base64_basic.phpt; ./ext/mbstring/tests/mb_convert_encoding_basic.phpt; ./ext/mbstring/tests/mb_substr_basic.phpt; ./ext/mbstring/tests/mb_convert_variables.phpt; ./ext/mbstring/tests/mb_convert_encoding_array.phpt; ./ext/mbstring/tests/mb_strtoupper_variation4.phpt; ./ext/mbstring/tests/mb_strtolower_variation3.phpt; ./ext/mbstring/tests/mb_strtolower_basic.phpt; ./ext/mbstring/tests/mb_strtolower_variation4.phpt; ./ext/mbstring/tests/mb_ereg_variation3.phpt; ./ext/mbstring/tests/mb_ereg_variation7.phpt; ./ext/mbstring/tests/mb_ereg_variation5.phpt; ./ext/mbstring/tests/mb_ereg_basic.phpt; ./ext/mbstring/tests/mb_substr_variation4.phpt; ./ext/mbstring/tests/mb_convert_encoding_array2.phpt; ./ext/mbstring/tests/mb_strtoupper_basic.phpt; ./ext/mbstring/tests/mb_ereg_variation4.phpt; ./ext/mbstring/tests/mb_convert_encoding.phpt; ./ext/mbstring/tests/mb_substr_variation5.phpt; ./ext/mbstring/tests/mb_strtoupper_variation3.phpt; ./ext/mbstring/tests/mb_ereg_variation6.phpt; ./ext/sodium/tests/php_password_hash_argon2i.phpt; ./ext/sodium/tests/utils.phpt; ./ext/sodium/tests/php_password_hash_argon2id.phpt; ./ext/sodium/tests/php_password_verify.phpt; ./ext/standard/tests/image/iptcembed_002.phpt; ./ext/standard/tests/url/bug55273.phpt; ./ext/standard/tests/url/base64_encode_basic_001.phpt; ./ext/standard/tests/url/base64_encode_basic_002.phpt; ./ext/standard/tests/url/bug47174.phpt; ./ext/standard/tests/strings/bug24312.phpt; ./ext/standard/tests/general_functions/007.phpt; ./ext/standard/tests/streams/bug70362.phpt; ./ext/hash/tests/hash_serialize_003.phpt; ./ext/hash/tests/hash_file_basic.phpt; ./Zend/tests/require_parse_exception.phpt; |
standard | Function | convert_uuencode | yes | click to show/hide test files ./ext/standard/tests/strings/uuencode.phpt; ./ext/standard/tests/strings/convert_uudecode_basic.phpt; ./ext/standard/tests/strings/convert_uuencode_basic.phpt; |
standard | Function | convert_uudecode | yes | click to show/hide test files ./ext/standard/tests/strings/uuencode.phpt; ./ext/standard/tests/strings/convert_uudecode_basic.phpt; ./ext/standard/tests/strings/bug67252.phpt; |
standard | Function | abs | yes | click to show/hide test files ./ext/intl/tests/calendar_getNow_basic.phpt; ./ext/intl/tests/calendar_createInstance_basic.phpt; ./ext/gd/tests/bug49600.phpt; ./ext/pdo_pgsql/tests/bug69752.phpt; ./ext/pdo_pgsql/tests/getnotify.phpt; ./ext/standard/tests/math/abs_variation.phpt; ./ext/standard/tests/math/abs_basiclong_64bit.phpt; ./ext/standard/tests/math/abs_basic.phpt; ./ext/standard/tests/hrtime/hrtime.phpt; |
standard | Function | ceil | yes | click to show/hide test files ./ext/mbstring/tests/mb_str_split_jp.phpt; ./ext/mbstring/tests/mb_str_split_ru.phpt; ./ext/standard/tests/math/floorceil.phpt; ./ext/standard/tests/math/ceil_basiclong_64bit.phpt; ./ext/standard/tests/math/ceil_variation1.phpt; ./ext/standard/tests/math/ceil_basic.phpt; |
standard | Function | floor | yes | click to show/hide test files ./ext/pdo_mysql/tests/pdo_mysql_attr_server_version.phpt; ./ext/pdo_pgsql/tests/bug69752.phpt; ./ext/standard/tests/math/floor_variation1.phpt; ./ext/standard/tests/math/floorceil.phpt; ./ext/standard/tests/math/floor_basiclong_64bit.phpt; ./ext/standard/tests/math/floor_basic.phpt; ./ext/mysqli/tests/mysqli_fetch_assoc_bit.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_result_bit.phpt; ./ext/mysqli/tests/mysqli_stmt_send_long_data_packet_size_mysqlnd.phpt; ./ext/mysqli/tests/mysqli_stmt_send_long_data_packet_size_libmysql.phpt; ./ext/mysqli/tests/mysqli_stmt_send_long_data.phpt; ./ext/mysqli/tests/mysqli_stmt_get_result_bit.phpt; ./Zend/tests/bug42143.phpt; |
standard | Function | round | yes | click to show/hide test files ./ext/opcache/tests/phi_remove_001.phpt; ./ext/standard/tests/misc/time_sleep_until_basic.phpt; ./ext/standard/tests/math/round_basiclong_64bit.phpt; ./ext/standard/tests/math/round_basic.phpt; ./ext/standard/tests/math/round_prerounding.phpt; ./ext/standard/tests/math/round_large_exp.phpt; ./ext/standard/tests/math/bug24142.phpt; ./ext/standard/tests/math/round_bug71201.phpt; ./ext/standard/tests/math/round_modes.phpt; ./ext/standard/tests/math/bug25694.phpt; ./ext/standard/tests/math/round_variation1.phpt; ./ext/standard/tests/streams/bug61371.phpt; ./ext/standard/tests/streams/bug61371-unix.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_result_format.phpt; ./ext/mysqli/tests/bug42378.phpt; |
standard | Function | sin | yes | click to show/hide test files ./ext/gd/tests/bug53504.phpt; ./ext/gd/tests/bug43073.phpt; ./ext/standard/tests/math/sin_variation.phpt; ./ext/standard/tests/math/sin_basic.phpt; ./ext/standard/tests/math/sin_basiclong_64bit.phpt; ./Zend/tests/bug52355.phpt; ./Zend/tests/bug69599.phpt; ./Zend/tests/bug70804.phpt; |
standard | Function | cos | yes | click to show/hide test files ./ext/gd/tests/bug53504.phpt; ./ext/gd/tests/bug43073.phpt; ./ext/standard/tests/math/cos_variation.phpt; ./ext/standard/tests/math/cos_basic.phpt; ./ext/standard/tests/math/cos_basiclong_64bit.phpt; ./Zend/tests/list_keyed_non_literals.phpt; ./Zend/tests/bug42143.phpt; |
standard | Function | tan | yes | click to show/hide test files ./ext/standard/tests/math/tan_variation.phpt; ./ext/standard/tests/math/tan_basiclong_64bit.phpt; ./ext/standard/tests/math/tan_basic.phpt; ./Zend/tests/bug73954.phpt; ./Zend/tests/bug42143.phpt; |
standard | Function | asin | yes | click to show/hide test files ./ext/standard/tests/math/asin_basic.phpt; ./ext/standard/tests/math/asin_basiclong_64bit.phpt; ./ext/standard/tests/math/asin_variation.phpt; |
standard | Function | acos | yes | click to show/hide test files ./ext/standard/tests/math/is_nan_basic.phpt; ./ext/standard/tests/math/is_infinite_basic.phpt; ./ext/standard/tests/math/acos_basic.phpt; ./ext/standard/tests/math/bug25665.phpt; ./ext/standard/tests/math/bug45712.phpt; ./ext/standard/tests/math/is_finite_basic.phpt; ./ext/standard/tests/math/acos_basiclong_64bit.phpt; ./ext/standard/tests/math/acos_variation.phpt; |
standard | Function | atan | yes | click to show/hide test files ./ext/standard/tests/math/atan_basiclong_64bit.phpt; ./ext/standard/tests/math/atan_variation.phpt; ./ext/standard/tests/math/atan_basic.phpt; |
standard | Function | atanh | yes | click to show/hide test files ./ext/standard/tests/math/atanh_basiclong_64bit.phpt; ./ext/standard/tests/math/atanh_basic.phpt; ./ext/standard/tests/math/atanh_variation.phpt; |
standard | Function | atan2 | yes | click to show/hide test files ./ext/standard/tests/math/atan2_basic.phpt; ./ext/standard/tests/math/atan2_basiclong_64bit.phpt; |
standard | Function | sinh | yes | click to show/hide test files ./ext/standard/tests/math/sinh_basic.phpt; ./ext/standard/tests/math/sinh_basiclong_64bit.phpt; ./ext/standard/tests/math/sinh_variation.phpt; |
standard | Function | cosh | yes | click to show/hide test files ./ext/standard/tests/math/cosh_basic.phpt; ./ext/standard/tests/math/cosh_basiclong_64bit.phpt; ./ext/standard/tests/math/cosh_variation.phpt; |
standard | Function | tanh | yes | click to show/hide test files ./ext/standard/tests/math/tanh_basic.phpt; ./ext/standard/tests/math/tanh_basiclong_64bit.phpt; ./ext/standard/tests/math/tanh_variation.phpt; |
standard | Function | asinh | yes | click to show/hide test files ./ext/standard/tests/math/asinh_basiclong_64bit.phpt; ./ext/standard/tests/math/asinh_basic.phpt; ./ext/standard/tests/math/asinh_variation.phpt; |
standard | Function | acosh | yes | click to show/hide test files ./ext/standard/tests/math/acosh_variation.phpt; ./ext/standard/tests/math/acosh_basic.phpt; ./ext/standard/tests/math/acosh_basiclong_64bit.phpt; |
standard | Function | expm1 | yes | click to show/hide test files ./ext/standard/tests/math/expm1_basiclong_64bit.phpt; ./ext/standard/tests/math/expm1_basic.phpt; |
standard | Function | log1p | yes | click to show/hide test files ./ext/standard/tests/math/log1p_basic.phpt; ./ext/standard/tests/math/log1p_basiclong_64bit.phpt; |
standard | Function | pi | yes | click to show/hide test files ./ext/standard/tests/math/pi_basic.phpt; |
standard | Function | is_finite | yes | click to show/hide test files ./ext/standard/tests/math/is_finite_basiclong_64bit.phpt; ./ext/standard/tests/math/bug74039.phpt; ./ext/standard/tests/math/is_finite_basic.phpt; ./Zend/tests/bug42143.phpt; |
standard | Function | is_nan | yes | click to show/hide test files ./ext/standard/tests/math/is_nan_basiclong_64bit.phpt; ./ext/standard/tests/math/is_nan_basic.phpt; ./ext/standard/tests/math/bug74039.phpt; ./ext/standard/tests/math/bug45712.phpt; ./Zend/tests/string_to_number_comparison.phpt; ./Zend/tests/bug73954.phpt; ./Zend/tests/bug42143.phpt; |
standard | Function | is_infinite | yes | click to show/hide test files ./ext/standard/tests/math/is_infinite_basiclong_64bit.phpt; ./ext/standard/tests/math/bug74039.phpt; ./ext/standard/tests/math/is_infinite_basic.phpt; ./ext/standard/tests/math/bug45712.phpt; |
standard | Function | pow | yes | click to show/hide test files ./ext/opcache/tests/bug77275.phpt; ./ext/gmp/tests/gmp_pow2.phpt; ./ext/gd/tests/bug53504.phpt; ./ext/standard/tests/array/range_bug70239_1.phpt; ./ext/standard/tests/array/range_bug70239_0.phpt; ./ext/standard/tests/bug49244.phpt; ./ext/standard/tests/strings/bug54055.phpt; ./ext/standard/tests/math/pow_basiclong_64bit.phpt; ./ext/standard/tests/math/pow_variation1.phpt; ./ext/standard/tests/math/pow_basic_64bit.phpt; ./ext/standard/tests/math/is_nan_basic.phpt; ./ext/standard/tests/math/pow_variation1_64bit.phpt; ./ext/standard/tests/math/pow_basic2.phpt; ./ext/standard/tests/math/log.phpt; ./ext/standard/tests/math/is_infinite_basic.phpt; ./ext/standard/tests/math/bug45712.phpt; ./ext/standard/tests/math/pow_variation2.phpt; ./ext/standard/tests/math/pow_basic.phpt; ./ext/standard/tests/math/is_finite_basic.phpt; ./ext/mysqli/tests/mysqli_fetch_assoc_bit.phpt; ./ext/mysqli/tests/mysqli_insert_packet_overflow.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_result_bit.phpt; ./ext/mysqli/tests/mysqli_stmt_fetch_bit.phpt; ./ext/mysqli/tests/mysqli_stmt_get_result_bit.phpt; ./ext/mysqli/tests/mysqli_fetch_array_large.phpt; |
standard | Function | exp | yes | click to show/hide test files ./ext/standard/tests/math/log.phpt; ./ext/standard/tests/math/exp_basic.phpt; ./ext/standard/tests/math/exp_basiclong_64bit.phpt; |
standard | Function | log | yes | click to show/hide test files ./ext/standard/tests/serialize/bug62373.phpt; ./ext/standard/tests/math/log_basiclong_64bit.phpt; ./ext/standard/tests/math/log.phpt; ./ext/standard/tests/math/log_basic.phpt; ./ext/standard/tests/math/bug25665.phpt; ./ext/standard/tests/math/log_error.phpt; ./Zend/tests/bug73954.phpt; ./Zend/tests/bug42143.phpt; |
standard | Function | log10 | yes | click to show/hide test files ./ext/standard/tests/math/log10_variation.phpt; ./ext/standard/tests/math/log10_basic.phpt; ./ext/standard/tests/math/log10_basiclong_64bit.phpt; ./Zend/tests/bug42143.phpt; |
standard | Function | sqrt | yes | click to show/hide test files ./ext/gd/tests/bug53504.phpt; ./ext/standard/tests/math/sqrt_basiclong_64bit.phpt; ./ext/standard/tests/math/sqrt_basic.phpt; ./ext/standard/tests/math/sqrt_variation.phpt; ./Zend/tests/bug42143.phpt; |
standard | Function | hypot | yes | click to show/hide test files ./ext/standard/tests/math/hypot_basic.phpt; ./ext/standard/tests/math/hypot_basiclong_64bit.phpt; |
standard | Function | deg2rad | yes | click to show/hide test files ./ext/gd/tests/bug53504.phpt; ./ext/gd/tests/bug43073.phpt; ./ext/standard/tests/math/deg2rad_basiclong_64bit.phpt; ./ext/standard/tests/math/deg2rad_variation.phpt; ./ext/standard/tests/math/deg2rad_basic.phpt; ./Zend/tests/bug42143.phpt; |
standard | Function | rad2deg | yes | click to show/hide test files ./ext/standard/tests/math/rad2deg_variation.phpt; ./ext/standard/tests/math/rad2deg_basic.phpt; ./ext/standard/tests/math/rad2deg_basiclong_64bit.phpt; |
standard | Function | bindec | yes | click to show/hide test files ./ext/standard/tests/math/bindec_basiclong_64bit.phpt; ./ext/standard/tests/math/bindec_variation1_64bit.phpt; ./ext/standard/tests/math/bindec_basic.phpt; ./ext/standard/tests/math/bindec_basic_64bit.phpt; ./ext/standard/tests/math/bindec_variation2.phpt; ./ext/standard/tests/math/bindec_variation1.phpt; |
standard | Function | hexdec | yes | click to show/hide test files ./ext/openssl/tests/openssl_peer_fingerprint_basic.phpt; ./ext/mbstring/tests/sjis2004_encoding.phpt; ./ext/mbstring/tests/sjis_mobile_encodings.phpt; ./ext/standard/tests/math/hexdec_variation2.phpt; ./ext/standard/tests/math/hexdec_basiclong_64bit.phpt; ./ext/standard/tests/math/hexdec_basic.phpt; ./ext/standard/tests/math/hexdec_basic_64bit.phpt; ./ext/standard/tests/math/hexdec.phpt; ./ext/standard/tests/math/hexdec_variation1_64bit.phpt; ./ext/standard/tests/math/hexdec_variation1.phpt; |
standard | Function | octdec | yes | click to show/hide test files ./ext/standard/tests/math/octdec_variation2.phpt; ./ext/standard/tests/math/octdec_basic_64bit.phpt; ./ext/standard/tests/math/octdec_basic.phpt; ./ext/standard/tests/math/octdec_basiclong_64bit.phpt; ./ext/standard/tests/math/octdec_variation1.phpt; |
standard | Function | decbin | yes | click to show/hide test files ./ext/gd/tests/bug79615.phpt; ./ext/standard/tests/strings/htmlspecialchars_decode_variation6.phpt; ./ext/standard/tests/strings/strip_tags_variation6.phpt; ./ext/standard/tests/strings/strncasecmp_variation6.phpt; ./ext/standard/tests/math/decbin_basic.phpt; ./ext/standard/tests/math/decbin_variation1.phpt; ./ext/standard/tests/math/decbin_variation1_64bit.phpt; ./ext/standard/tests/math/decbin_basiclong_64bit.phpt; ./ext/mysqli/tests/mysqli_fetch_assoc_bit.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_result_bit.phpt; ./ext/mysqli/tests/mysqli_stmt_fetch_bit.phpt; ./ext/mysqli/tests/mysqli_stmt_get_result_bit.phpt; |
standard | Function | decoct | yes | click to show/hide test files ./ext/spl/tests/DirectoryIterator_getInode_basic.phpt; ./ext/session/tests/bug42596.phpt; ./ext/phar/tests/bug77022.phpt; ./ext/phar/tests/tar/all.phpt; ./ext/phar/tests/zip/all.phpt; ./ext/phar/tests/bug79082.phpt; ./ext/standard/tests/file/bug78386.phpt; ./ext/standard/tests/math/decoct_variation1.phpt; ./ext/standard/tests/math/decoct_basic.phpt; ./ext/standard/tests/math/decoct_variation1_64bit.phpt; ./ext/standard/tests/math/decoct_basiclong_64bit.phpt; |
standard | Function | dechex | yes | click to show/hide test files ./ext/openssl/tests/openssl_peer_fingerprint_basic.phpt; ./ext/gd/tests/imageflip.phpt; ./ext/mbstring/tests/bug52981.phpt; ./ext/standard/tests/strings/bug36306.phpt; ./ext/standard/tests/math/dechex_basiclong_64bit.phpt; ./ext/standard/tests/math/dechex_variation1.phpt; ./ext/standard/tests/math/dechex_basic.phpt; ./ext/standard/tests/math/dechex_variation1_64bit.phpt; ./tests/func/010.phpt; |
standard | Function | base_convert | yes | click to show/hide test files ./ext/standard/tests/math/base_convert_variation3.phpt; ./ext/standard/tests/math/base_convert_improvements.phpt; ./ext/standard/tests/math/base_convert_variation2.phpt; ./ext/standard/tests/math/base_convert_basic.phpt; ./ext/standard/tests/math/base_convert_variation1.phpt; ./ext/standard/tests/math/base_convert_error.phpt; ./Zend/tests/bug70124.phpt; |
standard | Function | number_format | yes | click to show/hide test files ./ext/standard/tests/strings/bug54332.phpt; ./ext/standard/tests/strings/bug39873.phpt; ./ext/standard/tests/strings/bug22187.phpt; ./ext/standard/tests/strings/number_format_basic.phpt; ./ext/standard/tests/strings/bug29538.phpt; ./ext/standard/tests/math/bug62112.phpt; ./ext/standard/tests/math/number_format_with_3_args.phpt; ./ext/standard/tests/math/bug21523.phpt; ./ext/standard/tests/math/number_format_negative_zero.phpt; ./ext/standard/tests/math/bug28228.phpt; ./ext/standard/tests/math/number_format_with_null_args.phpt; ./ext/standard/tests/math/number_format_basic.phpt; ./ext/standard/tests/math/bug25694.phpt; ./ext/standard/tests/math/number_format_multichar.phpt; ./ext/standard/tests/general_functions/bug27678.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_result_format.phpt; ./ext/mysqli/tests/bug42378.phpt; |
standard | Function | fmod | yes | click to show/hide test files ./ext/standard/tests/math/fmod_basiclong_64bit.phpt; ./ext/standard/tests/math/fmod_basic.phpt; |
standard | Function | inet_ntop | yes | click to show/hide test files ./ext/standard/tests/network/inet.phpt; ./ext/standard/tests/network/inet_ipv6.phpt; |
standard | Function | inet_pton | yes | click to show/hide test files ./ext/standard/tests/network/inet.phpt; ./ext/standard/tests/network/inet_ipv6.phpt; |
standard | Function | ip2long | yes | click to show/hide test files ./ext/snmp/tests/bug60749.phpt; ./ext/standard/tests/network/ip_x86_64.phpt; ./ext/standard/tests/network/ip2long_variation2.phpt; ./ext/standard/tests/network/gethostbyname_error004.phpt; ./ext/standard/tests/network/bug55472.phpt; ./ext/standard/tests/network/ip.phpt; ./ext/standard/tests/network/ip2long_variation2_x64.phpt; |
standard | Function | long2ip | yes | click to show/hide test files ./ext/standard/tests/network/ip_x86_64.phpt; ./ext/standard/tests/network/ip.phpt; |
standard | Function | getenv | yes | click to show/hide test files ./ext/pdo_oci/tests/checkliveness.phpt; ./ext/gettext/tests/bug66267.phpt; ./ext/pdo/tests/bug_43139.phpt; ./ext/pdo/tests/pdo_025.phpt; ./ext/pdo/tests/bug_50458.phpt; ./ext/pdo/tests/pdo_008.phpt; ./ext/pdo/tests/pdo_032.phpt; ./ext/pdo/tests/bug_60665.phpt; ./ext/pdo/tests/bug_39656.phpt; ./ext/pdo/tests/pdo_033.phpt; ./ext/pdo/tests/pdo_011.phpt; ./ext/pdo/tests/pecl_bug_5809.phpt; ./ext/pdo/tests/bug_72368.phpt; ./ext/pdo/tests/pdo_016.phpt; ./ext/pdo/tests/pdo_012.phpt; ./ext/pdo/tests/pdo_003.phpt; ./ext/pdo/tests/bug_65946.phpt; ./ext/pdo/tests/pdo_015.phpt; ./ext/pdo/tests/bug_42917.phpt; ./ext/pdo/tests/bug_44861.phpt; ./ext/pdo/tests/pdo_021.phpt; ./ext/pdo/tests/bug_44173.phpt; ./ext/pdo/tests/pdo_004.phpt; ./ext/pdo/tests/bug_77849.phpt; ./ext/pdo/tests/bug_35671.phpt; ./ext/pdo/tests/bug_36798.phpt; ./ext/pdo/tests/bug_44409.phpt; ./ext/pdo/tests/pdo_038.phpt; ./ext/pdo/tests/pecl_bug_5217.phpt; ./ext/pdo/tests/pdo_034.phpt; ./ext/pdo/tests/pdo_009.phpt; ./ext/pdo/tests/pdo_018.phpt; ./ext/pdo/tests/pdo_001.phpt; ./ext/pdo/tests/bug_38253.phpt; ./ext/pdo/tests/bug_64172.phpt; ./ext/pdo/tests/pdo_002.phpt; ./ext/pdo/tests/bug_69356.phpt; ./ext/pdo/tests/bug_34630.phpt; ./ext/pdo/tests/pdo_024.phpt; ./ext/pdo/tests/bug_39398.phpt; ./ext/pdo/tests/pdo_030.phpt; ./ext/pdo/tests/bug_73234.phpt; ./ext/pdo/tests/pdo_023.phpt; ./ext/pdo/tests/pdo_029.phpt; ./ext/pdo/tests/bug_52098.phpt; ./ext/pdo/tests/bug_36428.phpt; ./ext/pdo/tests/bug_79106_collision.phpt; ./ext/pdo/tests/pdo_005.phpt; ./ext/pdo/tests/bug_40285.phpt; ./ext/pdo/tests/pdo_022.phpt; ./ext/pdo/tests/pdo_016a.phpt; ./ext/pdo/tests/pdo_020.phpt; ./ext/pdo/tests/debug_emulated_prepares.phpt; ./ext/pdo/tests/pdo_quote_empty_string.phpt; ./ext/pdo/tests/bug_34687.phpt; ./ext/pdo/tests/pdo_007.phpt; ./ext/pdo/tests/bug_79106.phpt; ./ext/pdo/tests/bug_71885.phpt; ./ext/pdo/tests/pdo_dsn_containing_credentials.phpt; ./ext/pdo/tests/bug_43663.phpt; ./ext/pdo/tests/bug_38394.phpt; ./ext/pdo/tests/bug_61292.phpt; ./ext/pdo/tests/pdo_006.phpt; ./ext/pdo/tests/pdo_017.phpt; ./ext/pdo/tests/pdo_027.phpt; ./ext/pdo/tests/pecl_bug_5772.phpt; ./ext/pdo/tests/pdo_014.phpt; ./ext/pdo/tests/bug_43130.phpt; ./ext/pdo/tests/pdo_019.phpt; ./ext/pdo/tests/pdo_013.phpt; ./ext/pdo/tests/pdo_010.phpt; ./ext/pdo/tests/bug_72788.phpt; ./ext/pdo/tests/bug_71447.phpt; ./ext/pdo/tests/pdo_026.phpt; ./ext/pdo/tests/pdo_031.phpt; ./ext/pdo/tests/pdo_028.phpt; ./ext/pdo/tests/bug_44159.phpt; ./ext/opcache/tests/bug78106.phpt; ./ext/pdo_mysql/tests/bug_61411.phpt; ./ext/pdo_mysql/tests/bug_74376.phpt; ./ext/pdo_mysql/tests/bug_50323.phpt; ./ext/pcntl/tests/002.phpt; ./ext/pcntl/tests/pcntl_exec.phpt; ./ext/pcntl/tests/pcntl_exec_2.phpt; ./ext/filter/tests/bug49184.phpt; ./ext/standard/tests/directory/bug74589_utf8.phpt; ./ext/standard/tests/dir/bug78220.phpt; ./ext/standard/tests/misc/bug79410.phpt; ./ext/standard/tests/file/bug26938.phpt; ./ext/standard/tests/file/bug22414.phpt; ./ext/standard/tests/file/bug60120.phpt; ./ext/standard/tests/file/windows_mb_path/bug75063_cp1251.phpt; ./ext/standard/tests/file/windows_mb_path/bug75063_utf8.phpt; ./ext/standard/tests/file/proc_open01.phpt; ./ext/standard/tests/ini_info/php_ini_loaded_file.phpt; ./ext/standard/tests/ini_info/php_ini_scanned_files.phpt; ./ext/standard/tests/general_functions/proc_open_sockets1.phpt; ./ext/standard/tests/general_functions/proc_open_sockets3.phpt; ./ext/standard/tests/general_functions/putenv_bug75574_cp936_win.phpt; ./ext/standard/tests/general_functions/proc_open_pipes1.phpt; ./ext/standard/tests/general_functions/putenv.phpt; ./ext/standard/tests/general_functions/proc_open_null.phpt; ./ext/standard/tests/general_functions/proc_open_pipes2.phpt; ./ext/standard/tests/general_functions/bug50690.phpt; ./ext/standard/tests/general_functions/getenv.phpt; ./ext/standard/tests/general_functions/proc_open_redirect.phpt; ./ext/standard/tests/general_functions/proc_open_pipes3.phpt; ./ext/standard/tests/general_functions/putenv_bug75574_utf8.phpt; ./ext/standard/tests/general_functions/proc_open_sockets2.phpt; ./ext/standard/tests/general_functions/proc_open_array.phpt; ./ext/standard/tests/general_functions/bug79254.phpt; ./ext/standard/tests/streams/bug46024.phpt; ./ext/readline/tests/bug77812-libedit.phpt; ./ext/readline/tests/bug77812-readline.phpt; ./ext/curl/tests/curl_ftp_pasv.phpt; ./ext/curl/tests/curl_multi_segfault.phpt; ./sapi/phpdbg/tests/bug73615.phpt; ./sapi/cli/tests/021.phpt; ./sapi/cli/tests/008.phpt; ./sapi/cli/tests/020.phpt; ./sapi/cli/tests/bug65275.phpt; ./sapi/cli/tests/017.phpt; ./sapi/cli/tests/005.phpt; ./sapi/cli/tests/002.phpt; ./sapi/cli/tests/003-2.phpt; ./sapi/cli/tests/001.phpt; ./sapi/cli/tests/004.phpt; ./sapi/cli/tests/016.phpt; ./sapi/cli/tests/011.phpt; ./sapi/cli/tests/013.phpt; ./sapi/cli/tests/023.phpt; ./sapi/cli/tests/007.phpt; ./sapi/cli/tests/argv_mb.phpt; ./sapi/cli/tests/018.phpt; ./sapi/cli/tests/010-2.phpt; ./sapi/cli/tests/bug64544.phpt; ./sapi/cli/tests/bug62294.phpt; ./sapi/cli/tests/012.phpt; ./sapi/cli/tests/bug64529.phpt; ./sapi/cli/tests/012-2.phpt; ./sapi/cli/tests/003.phpt; ./sapi/cli/tests/010.phpt; ./sapi/cli/tests/bug61546.phpt; ./sapi/cli/tests/bug71624.phpt; ./sapi/cli/tests/bug74600.phpt; ./sapi/cli/tests/015.phpt; ./sapi/cli/tests/009.phpt; ./sapi/cli/tests/019.phpt; ./sapi/cli/tests/006.phpt; ./sapi/cli/tests/022.phpt; ./sapi/cli/tests/014.phpt; ./sapi/cli/tests/argv_mb_bug77111.phpt; ./sapi/cli/tests/bug78323.phpt; ./sapi/cli/tests/002-unix.phpt; ./Zend/tests/bug60978.phpt; ./Zend/tests/bug40236.phpt; ./tests/basic/bug71273.phpt; ./tests/basic/bug54514.phpt; |
standard | Function | putenv | yes | click to show/hide test files ./ext/pdo_oci/tests/pdo_oci_attr_prefetch_1.phpt; ./ext/pdo_oci/tests/bug44301.phpt; ./ext/pdo_oci/tests/pdo_oci_attr_autocommit_3.phpt; ./ext/gettext/tests/gettext_basic.phpt; ./ext/gettext/tests/gettext_ngettext.phpt; ./ext/gettext/tests/gettext_bindtextdomain-cwd.phpt; ./ext/gettext/tests/gettext_basic-enus.phpt; ./ext/gettext/tests/gettext_dgettext.phpt; ./ext/gettext/tests/gettext_dcgettext.phpt; ./ext/gettext/tests/gettext_dngettext-plural.phpt; ./ext/gettext/tests/bug66267.phpt; ./ext/pdo/tests/bug_43139.phpt; ./ext/pdo/tests/pdo_025.phpt; ./ext/pdo/tests/bug_50458.phpt; ./ext/pdo/tests/pdo_008.phpt; ./ext/pdo/tests/pdo_032.phpt; ./ext/pdo/tests/bug_60665.phpt; ./ext/pdo/tests/bug_39656.phpt; ./ext/pdo/tests/pdo_033.phpt; ./ext/pdo/tests/pdo_011.phpt; ./ext/pdo/tests/pecl_bug_5809.phpt; ./ext/pdo/tests/bug_72368.phpt; ./ext/pdo/tests/pdo_016.phpt; ./ext/pdo/tests/pdo_012.phpt; ./ext/pdo/tests/pdo_003.phpt; ./ext/pdo/tests/bug_65946.phpt; ./ext/pdo/tests/pdo_015.phpt; ./ext/pdo/tests/bug_42917.phpt; ./ext/pdo/tests/bug_44861.phpt; ./ext/pdo/tests/pdo_021.phpt; ./ext/pdo/tests/bug_44173.phpt; ./ext/pdo/tests/pdo_004.phpt; ./ext/pdo/tests/bug_77849.phpt; ./ext/pdo/tests/bug_35671.phpt; ./ext/pdo/tests/bug_36798.phpt; ./ext/pdo/tests/bug_44409.phpt; ./ext/pdo/tests/pdo_038.phpt; ./ext/pdo/tests/pecl_bug_5217.phpt; ./ext/pdo/tests/pdo_034.phpt; ./ext/pdo/tests/pdo_009.phpt; ./ext/pdo/tests/pdo_018.phpt; ./ext/pdo/tests/pdo_001.phpt; ./ext/pdo/tests/bug_38253.phpt; ./ext/pdo/tests/bug_64172.phpt; ./ext/pdo/tests/pdo_002.phpt; ./ext/pdo/tests/bug_69356.phpt; ./ext/pdo/tests/bug_34630.phpt; ./ext/pdo/tests/pdo_024.phpt; ./ext/pdo/tests/bug_39398.phpt; ./ext/pdo/tests/pdo_030.phpt; ./ext/pdo/tests/bug_73234.phpt; ./ext/pdo/tests/pdo_023.phpt; ./ext/pdo/tests/pdo_029.phpt; ./ext/pdo/tests/bug_52098.phpt; ./ext/pdo/tests/bug_36428.phpt; ./ext/pdo/tests/bug_79106_collision.phpt; ./ext/pdo/tests/pdo_005.phpt; ./ext/pdo/tests/bug_40285.phpt; ./ext/pdo/tests/pdo_022.phpt; ./ext/pdo/tests/pdo_016a.phpt; ./ext/pdo/tests/pdo_020.phpt; ./ext/pdo/tests/debug_emulated_prepares.phpt; ./ext/pdo/tests/pdo_quote_empty_string.phpt; ./ext/pdo/tests/bug_34687.phpt; ./ext/pdo/tests/pdo_007.phpt; ./ext/pdo/tests/bug_79106.phpt; ./ext/pdo/tests/bug_71885.phpt; ./ext/pdo/tests/pdo_dsn_containing_credentials.phpt; ./ext/pdo/tests/bug_43663.phpt; ./ext/pdo/tests/bug_38394.phpt; ./ext/pdo/tests/bug_61292.phpt; ./ext/pdo/tests/pdo_006.phpt; ./ext/pdo/tests/pdo_017.phpt; ./ext/pdo/tests/pdo_027.phpt; ./ext/pdo/tests/pecl_bug_5772.phpt; ./ext/pdo/tests/pdo_014.phpt; ./ext/pdo/tests/bug_43130.phpt; ./ext/pdo/tests/pdo_019.phpt; ./ext/pdo/tests/pdo_013.phpt; ./ext/pdo/tests/pdo_010.phpt; ./ext/pdo/tests/bug_72788.phpt; ./ext/pdo/tests/bug_71447.phpt; ./ext/pdo/tests/pdo_026.phpt; ./ext/pdo/tests/pdo_031.phpt; ./ext/pdo/tests/pdo_028.phpt; ./ext/pdo/tests/bug_44159.phpt; ./ext/pdo_mysql/tests/bug71145.phpt; ./ext/pdo_mysql/tests/pdo_mysql_exec_load_data.phpt; ./ext/pdo_mysql/tests/bug_61411.phpt; ./ext/pdo_mysql/tests/bug_74376.phpt; ./ext/calendar/tests/unixtojd_error1.phpt; ./ext/calendar/tests/easter_date.phpt; ./ext/calendar/tests/unixtojd.phpt; ./ext/soap/tests/schema/schema064.phpt; ./ext/pdo_pgsql/tests/bug48764.phpt; ./ext/standard/tests/time/strptime_parts.phpt; ./ext/standard/tests/ini_info/php_ini_scanned_files.phpt; ./ext/standard/tests/general_functions/putenv_bug75574_cp936_win.phpt; ./ext/standard/tests/general_functions/putenv.phpt; ./ext/standard/tests/general_functions/bug50690.phpt; ./ext/standard/tests/general_functions/putenv_bug75574_utf8.phpt; ./ext/standard/tests/general_functions/proc_open_array.phpt; ./ext/standard/tests/general_functions/bug79254.phpt; ./ext/date/tests/default-timezone-2.phpt; ./ext/date/tests/date_default_timezone_set-1.phpt; ./ext/date/tests/bug33532.phpt; ./ext/date/tests/gmstrftime_variation22.phpt; ./ext/date/tests/bug13142.phpt; ./ext/date/tests/default-timezone-1.phpt; ./ext/date/tests/date_default_timezone_get-1.phpt; ./ext/date/tests/date_default_timezone_get-2.phpt; ./ext/date/tests/strftime_variation22.phpt; ./ext/ldap/tests/ldap_connect_ldap_conf.phpt; ./sapi/cli/tests/016.phpt; ./sapi/cli/tests/bug64544.phpt; ./sapi/cgi/tests/apache_request_headers.phpt; ./sapi/cgi/tests/010.phpt; ./sapi/cgi/tests/009.phpt; ./Zend/tests/bug18556.phpt; |
standard | Function | getopt | yes | click to show/hide test files ./ext/tidy/tests/007.phpt; ./ext/standard/tests/general_functions/getopt_008.phpt; ./ext/standard/tests/general_functions/getopt_004.phpt; ./ext/standard/tests/general_functions/getopt.phpt; ./ext/standard/tests/general_functions/bug43293_1.phpt; ./ext/standard/tests/general_functions/bug43293_2.phpt; ./ext/standard/tests/general_functions/getopt_003.phpt; ./ext/standard/tests/general_functions/getopt_005.phpt; ./ext/standard/tests/general_functions/getopt_007.phpt; ./ext/standard/tests/general_functions/getopt_006.phpt; ./ext/standard/tests/general_functions/getopt_002.phpt; ./ext/standard/tests/general_functions/getopt_009.phpt; ./ext/standard/tests/general_functions/bug43293_3.phpt; |
standard | Function | sys_getloadavg | yes | click to show/hide test files ./ext/standard/tests/general_functions/sys_getloadavg.phpt; |
standard | Function | microtime | yes | click to show/hide test files ./ext/openssl/tests/openssl_decrypt_basic.phpt; ./ext/pcntl/tests/bug73783.phpt; ./ext/pcre/tests/bug72685.phpt; ./ext/intl/tests/bug71020.phpt; ./ext/gmp/tests/gmp_random_bits.phpt; ./ext/gmp/tests/gmp_random_range.phpt; ./ext/pdo_pgsql/tests/getnotify.phpt; ./ext/standard/tests/bug64370_var2.phpt; ./ext/standard/tests/time/001.phpt; ./ext/standard/tests/http/bug76342.phpt; ./ext/standard/tests/bug64370_var1.phpt; ./ext/standard/tests/misc/time_sleep_until_basic.phpt; ./ext/standard/tests/file/bug43137.phpt; ./ext/standard/tests/general_functions/usleep_basic.phpt; ./ext/standard/tests/general_functions/sleep_basic.phpt; ./ext/standard/tests/streams/proc_open_bug69900.phpt; ./ext/standard/tests/hrtime/hrtime.phpt; ./ext/date/tests/microtime_basic.phpt; ./ext/date/tests/bug36988.phpt; ./ext/fileinfo/tests/cve-2014-3538.phpt; ./ext/fileinfo/tests/cve-2014-3538-nojit.phpt; ./ext/fileinfo/tests/cve-2014-3538-mb.phpt; ./ext/mysqli/tests/mysqli_fetch_array_many_rows.phpt; ./ext/mysqli/tests/mysqli_poll_kill.phpt; ./ext/mysqli/tests/mysqli_fetch_array_large.phpt; ./Zend/tests/concat_003.phpt; |
standard | Function | gettimeofday | yes | click to show/hide test files ./ext/date/tests/gettimeofday_basic.phpt; ./ext/date/tests/bug35143.phpt; |
standard | Function | getrusage | yes | click to show/hide test files ./ext/standard/tests/general_functions/getrusage.phpt; ./ext/standard/tests/general_functions/getrusage_basic.phpt; |
standard | Function | uniqid | yes | click to show/hide test files ./ext/sockets/tests/unixloop.phpt; ./ext/sockets/tests/socket_sentto_recvfrom_unix.phpt; ./ext/spl/tests/bug65328.phpt; ./ext/session/tests/session_commit_variation5.phpt; ./ext/session/tests/bug79091.phpt; ./ext/zip/tests/bug64342_0.phpt; ./ext/soap/tests/bug73037.phpt; ./ext/sqlite3/tests/sqlite3_21_security.phpt; ./ext/pgsql/tests/bug72028.phpt; ./ext/standard/tests/dir/bug72625.phpt; ./ext/standard/tests/filters/bug22538.phpt; ./ext/standard/tests/network/unixloop.phpt; ./ext/standard/tests/network/udgloop.phpt; ./ext/standard/tests/file/bug72035.phpt; ./ext/standard/tests/general_functions/bug70018.phpt; ./ext/standard/tests/general_functions/uniqid_basic.phpt; ./ext/standard/tests/streams/bug70198.phpt; ./ext/curl/tests/curl_basic_008.phpt; ./ext/curl/tests/curl_basic_010.phpt; ./ext/curl/tests/curl_basic_009.phpt; ./sapi/cli/tests/cli_process_title_windows.phpt; ./sapi/cli/tests/cli_process_title_unix.phpt; ./sapi/cgi/tests/bug75574_utf8.phpt; ./tests/strings/001.phpt; |
standard | Function | quoted_printable_decode | yes | click to show/hide test files ./ext/standard/tests/strings/quoted_printable_encode_002.phpt; ./ext/standard/tests/strings/quoted_printable_decode_basic.phpt; ./ext/standard/tests/general_functions/002.phpt; ./ext/standard/tests/general_functions/006.phpt; ./ext/json/tests/bug54058.phpt; |
standard | Function | quoted_printable_encode | yes | click to show/hide test files ./ext/standard/tests/strings/quoted_printable_encode_001.phpt; ./ext/standard/tests/strings/quoted_printable_encode_002.phpt; ./ext/standard/tests/strings/bug62462.phpt; ./ext/standard/tests/strings/bug64879.phpt; |
standard | Function | convert_cyr_string | no | |
standard | Function | get_current_user | yes | click to show/hide test files ./ext/sqlite3/tests/sqlite3_15_open_error-win.phpt; ./ext/standard/tests/file/get_current_user.phpt; |
standard | Function | set_time_limit | yes | click to show/hide test files ./ext/iconv/tests/translit-failure.phpt; ./ext/zip/tests/bug51353.phpt; ./ext/mbstring/tests/php_gr_jp_dev_884-1.phpt; ./ext/standard/tests/time/001.phpt; ./ext/standard/tests/strings/bug20169.phpt; ./ext/standard/tests/math/bug21523.phpt; ./ext/standard/tests/math/bug27646.phpt; ./ext/standard/tests/math/bug25665.phpt; ./ext/standard/tests/general_functions/usleep_basic.phpt; ./ext/standard/tests/general_functions/sleep_basic.phpt; ./ext/mysqli/tests/mysqli_mysqlnd_read_timeout_long.phpt; ./ext/mysqli/tests/mysqli_fetch_array_large.phpt; ./Zend/tests/bug29890.phpt; ./tests/basic/timeout_variation_9.phpt; ./tests/basic/timeout_variation_1.phpt; ./tests/basic/timeout_variation_7.phpt; ./tests/basic/timeout_variation_8.phpt; ./tests/basic/timeout_variation_2.phpt; ./tests/basic/timeout_variation_0.phpt; ./tests/basic/timeout_variation_10.phpt; ./tests/basic/timeout_variation_4.phpt; ./tests/func/005a.phpt; ./tests/lang/045.phpt; |
standard | Function | get_cfg_var | yes | click to show/hide test files ./ext/standard/tests/general_functions/get_cfg_var_variation8.phpt; ./ext/standard/tests/general_functions/get_cfg_var_basic.phpt; ./ext/standard/tests/general_functions/get_cfg_var_variation7.phpt; ./ext/standard/tests/general_functions/get_cfg_var_variation9.phpt; ./ext/standard/tests/general_functions/get_cfg_var_variation5.phpt; ./ext/standard/tests/general_functions/get_cfg_var_variation2.phpt; ./ext/standard/tests/general_functions/get_cfg_var_array.phpt; ./ext/standard/tests/general_functions/get_cfg_var_variation4.phpt; |
standard | Function | magic_quotes_runtime | no | |
standard | Function | set_magic_quotes_runtime | no | |
standard | Function | get_magic_quotes_gpc | no | |
standard | Function | get_magic_quotes_runtime | no | |
standard | Function | import_request_variables | no | |
standard | Function | error_log | yes | click to show/hide test files ./ext/standard/tests/general_functions/bug60723.phpt; ./Zend/tests/bug79919.phpt; ./Zend/tests/bug39542.phpt; ./tests/security/open_basedir_error_log_variation.phpt; |
standard | Function | error_get_last | yes | click to show/hide test files ./ext/zlib/tests/bug67724.phpt; ./ext/soap/tests/bugs/bug70469.phpt; ./ext/standard/tests/general_functions/error_get_last.phpt; ./ext/standard/tests/general_functions/proc_open_sockets1.phpt; ./ext/standard/tests/general_functions/proc_open_sockets3.phpt; ./ext/standard/tests/general_functions/error_clear_last.phpt; ./ext/standard/tests/general_functions/proc_open_sockets2.phpt; ./Zend/tests/bug54043.phpt; ./Zend/tests/type_declarations/union_types/type_checking_strict.phpt; ./Zend/tests/type_declarations/union_types/type_checking_weak.phpt; ./Zend/tests/bug61767.phpt; |
standard | Function | call_user_func | yes | click to show/hide test files ./ext/opcache/tests/wrong_inlining_004.phpt; ./ext/reflection/tests/bug66430.phpt; ./ext/zend_test/tests/observer_call_user_func_01.phpt; ./ext/zend_test/tests/observer_call_user_func_03.phpt; ./ext/standard/tests/general_functions/callbacks_001.phpt; ./ext/standard/tests/general_functions/bug36011.phpt; ./ext/standard/tests/general_functions/callbacks_002.phpt; ./ext/standard/tests/general_functions/bug41970.phpt; ./ext/standard/tests/general_functions/bug25038.phpt; ./ext/standard/tests/general_functions/bug35229.phpt; ./ext/standard/tests/general_functions/bug31190.phpt; ./ext/standard/tests/general_functions/is_callable_anon.phpt; ./ext/date/tests/call_function_from_method.phpt; ./ext/com_dotnet/tests/variants.phpt; ./ext/com_dotnet/tests/variants_x64.phpt; ./Zend/tests/call_static_002.phpt; ./Zend/tests/bug74164.phpt; ./Zend/tests/class_alias_011.phpt; ./Zend/tests/closure_059.phpt; ./Zend/tests/bug45186_2.phpt; ./Zend/tests/access_modifiers_012.phpt; ./Zend/tests/generators/dynamic_call.phpt; ./Zend/tests/bug46246.phpt; ./Zend/tests/call_user_func_array_prefer_ref.phpt; ./Zend/tests/bug19859.phpt; ./Zend/tests/lsb_022.phpt; ./Zend/tests/002.phpt; ./Zend/tests/named_params/runtime_cache_init.phpt; ./Zend/tests/named_params/call_user_func.phpt; ./Zend/tests/001.phpt; ./Zend/tests/call_user_func_007.phpt; ./Zend/tests/dynamic_call_005.phpt; ./Zend/tests/bug63468.phpt; ./Zend/tests/bug69315.phpt; ./Zend/tests/lsb_021.phpt; ./Zend/tests/call_user_func_003.phpt; ./Zend/tests/call_user_func_006.phpt; ./Zend/tests/call_user_func_001.phpt; ./Zend/tests/closure_invoke_ref_warning.phpt; ./Zend/tests/bug45180.phpt; ./Zend/tests/call_user_func_closure_from_static_method.phpt; ./Zend/tests/bug69167.phpt; ./Zend/tests/fr47160.phpt; ./Zend/tests/lsb_012.phpt; ./Zend/tests/methods-on-non-objects-call-user-func.phpt; ./Zend/tests/arrow_functions/005.phpt; ./Zend/tests/bug45186.phpt; ./Zend/tests/dynamic_call_to_ref_returning_function.phpt; ./Zend/tests/bug43426.phpt; ./Zend/tests/objects_027.phpt; ./Zend/tests/closure_058.phpt; ./Zend/tests/call_user_func_008.phpt; ./Zend/tests/bug37138.phpt; ./Zend/tests/call_user_func_009.phpt; ./Zend/tests/lsb_011.phpt; ./Zend/tests/bug77877.phpt; ./Zend/tests/call_user_func_005.phpt; ./Zend/tests/bug34678.phpt; ./Zend/tests/bug73338.phpt; ./Zend/tests/003.phpt; ./Zend/tests/call_user_func_002.phpt; ./Zend/tests/unset_cv12.phpt; ./Zend/tests/bug54910.phpt; ./Zend/tests/call_static.phpt; ./Zend/tests/closure_001.phpt; ./Zend/tests/bug78898.phpt; ./Zend/tests/ns_031.phpt; ./Zend/tests/ns_032.phpt; ./Zend/tests/closure_057.phpt; ./tests/basic/timeout_variation_4.phpt; ./tests/classes/__call_006.phpt; ./tests/classes/type_hinting_004.phpt; ./tests/classes/abstract_user_call.phpt; ./tests/classes/autoload_012.phpt; ./tests/lang/028.phpt; |
standard | Function | call_user_func_array | yes | click to show/hide test files ./ext/opcache/tests/bug76477.phpt; ./ext/opcache/tests/bug74442.phpt; ./ext/pdo_mysql/tests/pdo_mysql_subclass.phpt; ./ext/spl/tests/bug73896.phpt; ./ext/zend_test/tests/observer_call_user_func_04.phpt; ./ext/zend_test/tests/observer_call_user_func_02.phpt; ./ext/standard/tests/array/001.phpt; ./ext/standard/tests/file/userstreams_003.phpt; ./ext/standard/tests/general_functions/bug41970.phpt; ./ext/standard/tests/general_functions/call_user_func_return.phpt; ./ext/standard/tests/general_functions/bug40398.phpt; ./ext/standard/tests/general_functions/bug31190.phpt; ./ext/standard/tests/general_functions/call_user_func_array_variation_001.phpt; ./ext/date/tests/bug20382-2.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_param_call_user_func.phpt; ./ext/mysqli/tests/bug35759.phpt; ./ext/mysqli/tests/mysqli_stmt_bind_limits.phpt; ./Zend/tests/bug72101.phpt; ./Zend/tests/call_user_func_array_invalid_type.phpt; ./Zend/tests/bug47880.phpt; ./Zend/tests/generators/generator_with_arg_unpacking.phpt; ./Zend/tests/call_user_func_array_prefer_ref.phpt; ./Zend/tests/bug19859.phpt; ./Zend/tests/lsb_022.phpt; ./Zend/tests/named_params/call_user_func_array.phpt; ./Zend/tests/bug52940.phpt; ./Zend/tests/bug32290.phpt; ./Zend/tests/call_user_func_array_array_slice_named_args.phpt; ./Zend/tests/bug79979.phpt; ./Zend/tests/dynamic_call_to_ref_returning_function.phpt; ./Zend/tests/call_with_refs.phpt; ./Zend/tests/call_user_func_008.phpt; ./Zend/tests/bug38220.phpt; ./Zend/tests/nullsafe_operator/013.phpt; ./Zend/tests/bug72598.phpt; ./Zend/tests/bug48770_3.phpt; ./Zend/tests/bug48770.phpt; ./Zend/tests/bug50394.phpt; ./Zend/tests/bug48770_2.phpt; ./Zend/tests/bug72598_2.phpt; ./Zend/tests/unexpected_ref_bug.phpt; ./Zend/tests/bug61273.phpt; ./Zend/tests/bug52939.phpt; ./Zend/tests/access_modifiers_011.phpt; ./tests/classes/bug27504.phpt; |
standard | Function | call_user_method | no | |
standard | Function | call_user_method_array | no | |
standard | Function | forward_static_call | yes | click to show/hide test files ./ext/standard/tests/class_object/bug71442.phpt; ./ext/standard/tests/class_object/forward_static_call_001.phpt; ./ext/standard/tests/class_object/forward_static_call_003.phpt; ./ext/standard/tests/class_object/forward_static_call_002.phpt; ./Zend/tests/traits/static_forward_static_call.phpt; |
standard | Function | forward_static_call_array | yes | click to show/hide test files ./ext/standard/tests/forward_static_call_array.phpt; |
standard | Function | serialize | verify | click to show/hide test files ./ext/pdo_oci/tests/pdo_oci_attr_prefetch_1.phpt; ./ext/pdo_oci/tests/bug44301.phpt; ./ext/pdo_oci/tests/pdo_oci_attr_autocommit_3.phpt; ./ext/pdo/tests/bug_44409.phpt; ./ext/pdo/tests/pecl_bug_5217.phpt; ./ext/pdo/tests/pdo_018.phpt; ./ext/pdo/tests/bug_72788.phpt; ./ext/opcache/tests/bug78015.phpt; ./ext/pdo_mysql/tests/bug71145.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize.phpt; ./ext/pdo_mysql/tests/pdo_mysql_exec_load_data.phpt; ./ext/pdo_mysql/tests/bug_61411.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize_simple.phpt; ./ext/pdo_mysql/tests/bug_74376.phpt; ./ext/pdo_mysql/tests/bug46292.phpt; ./ext/snmp/tests/bug72479.phpt; ./ext/spl/tests/bug70730.phpt; ./ext/spl/tests/bug78456.phpt; ./ext/spl/tests/bug65328.phpt; ./ext/spl/tests/SplDoublyLinkedList_serialization.phpt; ./ext/spl/tests/bug70959.phpt; ./ext/spl/tests/array_023.phpt; ./ext/spl/tests/SplFixedArray_serialize.phpt; ./ext/spl/tests/observer_006.phpt; ./ext/spl/tests/bug41528.phpt; ./ext/spl/tests/array_025.phpt; ./ext/spl/tests/bug74669.phpt; ./ext/spl/tests/bug77298.phpt; ./ext/spl/tests/unserialize.phpt; ./ext/spl/tests/ArrayObject__serialize_saves_iterator_class.phpt; ./ext/spl/tests/bug69108.phpt; ./ext/spl/tests/bug75673.phpt; ./ext/spl/tests/bug71617.phpt; ./ext/spl/tests/bug71838.phpt; ./ext/spl/tests/bug45826.phpt; ./ext/spl/tests/bug49263.phpt; ./ext/spl/tests/observer_003.phpt; ./ext/spl/tests/bug62672.phpt; ./ext/spl/tests/SplObjectStorage_unserialize_nested.phpt; ./ext/spl/tests/bug67539.phpt; ./ext/spl/tests/observer_004.phpt; ./ext/spl/tests/observer_005.phpt; ./ext/session/tests/bug79031.phpt; ./ext/session/tests/bug73529.phpt; ./ext/zlib/tests/bug61287.phpt; ./ext/intl/tests/bug74063.phpt; ./ext/reflection/tests/bug76737.phpt; ./ext/reflection/tests/ReflectionReference_errors.phpt; ./ext/gmp/tests/serialize.phpt; ./ext/xml/tests/bug78563_serialize.phpt; ./ext/soap/tests/bug70211.phpt; ./ext/gd/tests/gdimage_prevent_serialization.phpt; ./ext/pdo_pgsql/tests/bug48764.phpt; ./ext/ffi/tests/012.phpt; ./ext/pgsql/tests/00version.phpt; ./ext/standard/tests/serialize/bug68594.phpt; ./ext/standard/tests/serialize/serialization_resources_001.phpt; ./ext/standard/tests/serialize/bug70219_1.phpt; ./ext/standard/tests/serialize/bug65806.phpt; ./ext/standard/tests/serialize/bug70219.phpt; ./ext/standard/tests/serialize/bug70436.phpt; ./ext/standard/tests/serialize/bug31402.phpt; ./ext/standard/tests/serialize/bug79526.phpt; ./ext/standard/tests/serialize/serialization_objects_004.phpt; ./ext/standard/tests/serialize/sleep_mangled_name_clash.phpt; ./ext/standard/tests/serialize/bug42919.phpt; ./ext/standard/tests/serialize/unserialize_error_001.phpt; ./ext/standard/tests/serialize/serialization_error_002.phpt; ./ext/standard/tests/serialize/serialization_objects_010.phpt; ./ext/standard/tests/serialize/serialization_objects_012.phpt; ./ext/standard/tests/serialize/005.phpt; ./ext/standard/tests/serialize/__serialize_005.phpt; ./ext/standard/tests/serialize/ref_to_failed_serialize.phpt; ./ext/standard/tests/serialize/001.phpt; ./ext/standard/tests/serialize/bug31442.phpt; ./ext/standard/tests/serialize/serialization_precision_001.phpt; ./ext/standard/tests/serialize/004.phpt; ./ext/standard/tests/serialize/serialization_objects_011.phpt; ./ext/standard/tests/serialize/bug62373.phpt; ./ext/standard/tests/serialize/serialization_arrays_001.phpt; ./ext/standard/tests/serialize/serialization_miscTypes_001.phpt; ./ext/standard/tests/serialize/serialization_objects_001.phpt; ./ext/standard/tests/serialize/bug70172.phpt; ./ext/standard/tests/serialize/__serialize_003.phpt; ./ext/standard/tests/serialize/bug72663_2.phpt; ./ext/standard/tests/serialize/sleep_uninitialized_typed_prop.phpt; ./ext/standard/tests/serialize/serialization_arrays_003.phpt; ./ext/standard/tests/serialize/bug72229.phpt; ./ext/standard/tests/serialize/bug73154.phpt; ./ext/standard/tests/serialize/unserialize_subclasses.phpt; ./ext/standard/tests/serialize/bug24063.phpt; ./ext/standard/tests/serialize/unserialize_classes.phpt; ./ext/standard/tests/serialize/bug35895.phpt; ./ext/standard/tests/serialize/serialization_arrays_002.phpt; ./ext/standard/tests/serialize/serialization_objects_002.phpt; ./ext/standard/tests/serialize/serialization_objects_003.phpt; ./ext/standard/tests/serialize/serialization_objects_013.phpt; ./ext/standard/tests/serialize/bug70172_2.phpt; ./ext/standard/tests/serialize/serialization_objects_015.phpt; ./ext/standard/tests/serialize/bug64146.phpt; ./ext/standard/tests/serialize/sleep_deref.phpt; ./ext/standard/tests/serialize/bug23298.phpt; ./ext/standard/tests/serialize/serialization_objects_014.phpt; ./ext/standard/tests/serialize/bug71995.phpt; ./ext/standard/tests/serialize/bug55798.phpt; ./ext/standard/tests/serialize/bug28325.phpt; ./ext/standard/tests/serialize/bug76300.phpt; ./ext/standard/tests/serialize/003.phpt; ./ext/standard/tests/serialize/counting_of_references.phpt; ./ext/standard/tests/serialize/serialization_arrays_005.phpt; ./ext/standard/tests/serialize/incomplete_class_magic.phpt; ./ext/standard/tests/serialize/precision.phpt; ./ext/standard/tests/serialize/bug45706.phpt; ./ext/standard/tests/serialize/bug64354_3.phpt; ./ext/standard/tests/serialize/bug69210.phpt; ./ext/standard/tests/serialize/bug71940.phpt; ./ext/standard/tests/serialize/__serialize_002.phpt; ./ext/standard/tests/serialize/serialize_globals_var_refs.phpt; ./ext/standard/tests/serialize/bug80411.phpt; ./ext/standard/tests/serialize/incomplete_class.phpt; ./ext/standard/tests/serialize/bug27469.phpt; ./ext/standard/tests/serialize/serialization_precision_002.phpt; ./ext/standard/tests/serialize/max_depth.phpt; ./ext/standard/tests/serialize/bug65481.phpt; ./ext/standard/tests/serialize/bug36424.phpt; ./ext/standard/tests/serialize/bug78438.phpt; ./ext/standard/tests/serialize/serialization_arrays_004.phpt; ./ext/standard/tests/serialize/bug14293.phpt; ./ext/standard/tests/serialize/sleep_undefined_declared_properties.phpt; ./ext/standard/tests/serialize/__serialize_001.phpt; ./ext/standard/tests/serialize/006.phpt; ./ext/standard/tests/serialize/__serialize_004.phpt; ./ext/standard/tests/serialize/bug21957.phpt; ./ext/standard/tests/strings/bug72663.phpt; ./ext/standard/tests/strings/bug47168.phpt; ./ext/standard/tests/strings/bug72434.phpt; ./ext/standard/tests/strings/locale_independent_float_to_string.phpt; ./ext/standard/tests/strings/bug68710.phpt; ./ext/standard/tests/strings/bug25671.phpt; ./ext/standard/tests/math/bug27646.phpt; ./ext/date/tests/bug70153.phpt; ./ext/date/tests/bug52113.phpt; ./ext/date/tests/bug48678.phpt; ./ext/date/tests/DateTimeZone_serialize_type_3.phpt; ./ext/date/tests/bug78751.phpt; ./ext/date/tests/bug53437.phpt; ./ext/date/tests/DateTimeZone_serialize_type_1.phpt; ./ext/date/tests/bug46108.phpt; ./ext/date/tests/bug53437_var2.phpt; ./ext/date/tests/DateTime_serialize.phpt; ./ext/date/tests/DateTimeZone_serialize_type_2.phpt; ./ext/date/tests/date_time_fractions_serialize.phpt; ./ext/hash/tests/hash_serialize_001.phpt; ./ext/hash/tests/hash_serialize_003.phpt; ./ext/hash/tests/hash_serialize_002.phpt; ./ext/curl/tests/curl_string_file_upload.phpt; ./ext/curl/tests/curl_file_serialize.phpt; ./ext/fileinfo/tests/clone_serialize.phpt; ./ext/com_dotnet/tests/bug77177.phpt; ./ext/mysqli/tests/mysqli_result_references.phpt; ./Zend/tests/bug64354.phpt; ./Zend/tests/bug30791.phpt; ./Zend/tests/bug69446_2.phpt; ./Zend/tests/generators/errors/serialize_unserialize_error.phpt; ./Zend/tests/bug70187_2.phpt; ./Zend/tests/bug64896.phpt; ./Zend/tests/bug70187.phpt; ./Zend/tests/weakrefs/weakmap_error_conditions.phpt; ./Zend/tests/weakrefs/weakrefs_002.phpt; ./Zend/tests/bug53748.phpt; ./Zend/tests/bug76502.phpt; ./Zend/tests/traits/interface_003.phpt; ./Zend/tests/gc_022.phpt; ./Zend/tests/bug39438.phpt; ./Zend/tests/bug34045.phpt; ./Zend/tests/bug72581.phpt; ./Zend/tests/bug69761.phpt; ./tests/basic/precision.phpt; ./tests/classes/serialize_001.phpt; ./tests/classes/bug26737.phpt; ./tests/classes/private_members_serialization.phpt; |
standard | Function | unserialize | verify | click to show/hide test files ./ext/pdo/tests/bug_44409.phpt; ./ext/pdo/tests/pecl_bug_5217.phpt; ./ext/pdo/tests/pdo_018.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize.phpt; ./ext/pdo_mysql/tests/bug_61411.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize_simple.phpt; ./ext/pdo_mysql/tests/bug_74376.phpt; ./ext/pdo_mysql/tests/bug46292.phpt; ./ext/snmp/tests/bug72479.phpt; ./ext/spl/tests/bug70730.phpt; ./ext/spl/tests/bug78456.phpt; ./ext/spl/tests/SplObjectStorage_unserialize_invalid_parameter3.phpt; ./ext/spl/tests/unserialize_errors.phpt; ./ext/spl/tests/SplDoublyLinkedList_serialization.phpt; ./ext/spl/tests/bug70155.phpt; ./ext/spl/tests/bug70959.phpt; ./ext/spl/tests/array_023.phpt; ./ext/spl/tests/SplFixedArray_serialize.phpt; ./ext/spl/tests/observer_006.phpt; ./ext/spl/tests/bug70068.phpt; ./ext/spl/tests/bug41528.phpt; ./ext/spl/tests/array_025.phpt; ./ext/spl/tests/SplObjectStorage_unserialize_bad.phpt; ./ext/spl/tests/bug74669.phpt; ./ext/spl/tests/bug77298.phpt; ./ext/spl/tests/unserialize.phpt; ./ext/spl/tests/ArrayObject__serialize_saves_iterator_class.phpt; ./ext/spl/tests/bug69108.phpt; ./ext/spl/tests/bug75673.phpt; ./ext/spl/tests/bug71617.phpt; ./ext/spl/tests/bug70169.phpt; ./ext/spl/tests/bug71838.phpt; ./ext/spl/tests/bug45826.phpt; ./ext/spl/tests/bug49263.phpt; ./ext/spl/tests/bug70365.phpt; ./ext/spl/tests/observer_003.phpt; ./ext/spl/tests/bug62672.phpt; ./ext/spl/tests/SplObjectStorage_unserialize_nested.phpt; ./ext/spl/tests/bug67539.phpt; ./ext/spl/tests/observer_004.phpt; ./ext/spl/tests/observer_005.phpt; ./ext/spl/tests/bug73029.phpt; ./ext/spl/tests/SplObjectStorage_unserialize_invalid_parameter2.phpt; ./ext/spl/tests/ArrayObject_unserialize_empty_string.phpt; ./ext/spl/tests/bug70366.phpt; ./ext/spl/tests/bug70168.phpt; ./ext/spl/tests/bug70166.phpt; ./ext/session/tests/bug79031.phpt; ./ext/session/tests/bug72562.phpt; ./ext/reflection/tests/bug76737.phpt; ./ext/reflection/tests/ReflectionReference_errors.phpt; ./ext/gmp/tests/unserialize_with_reference.phpt; ./ext/gmp/tests/bug70284.phpt; ./ext/gmp/tests/serialize.phpt; ./ext/gmp/tests/bug74670.phpt; ./ext/soap/tests/bug73452.phpt; ./ext/soap/tests/bugs/bug69085.phpt; ./ext/soap/tests/bug70211.phpt; ./ext/soap/tests/bug71610.phpt; ./ext/soap/tests/bug70388.phpt; ./ext/standard/tests/serialize/bug68594.phpt; ./ext/standard/tests/serialize/serialization_objects_008.phpt; ./ext/standard/tests/serialize/bug72663.phpt; ./ext/standard/tests/serialize/serialization_resources_001.phpt; ./ext/standard/tests/serialize/unserialize_leak.phpt; ./ext/standard/tests/serialize/__serialize_006.phpt; ./ext/standard/tests/serialize/bug70219_1.phpt; ./ext/standard/tests/serialize/bug65806.phpt; ./ext/standard/tests/serialize/unserialize_neg_iv_edge_cases.phpt; ./ext/standard/tests/serialize/bug73825.phpt; ./ext/standard/tests/serialize/bug70219.phpt; ./ext/standard/tests/serialize/serialization_objects_005.phpt; ./ext/standard/tests/serialize/bug70436.phpt; ./ext/standard/tests/serialize/serialization_objects_007.phpt; ./ext/standard/tests/serialize/bug31402.phpt; ./ext/standard/tests/serialize/bug62836_1.phpt; ./ext/standard/tests/serialize/bug30234.phpt; ./ext/standard/tests/serialize/bug64354_2.phpt; ./ext/standard/tests/serialize/bug42919.phpt; ./ext/standard/tests/serialize/unserialize_error_001.phpt; ./ext/standard/tests/serialize/serialization_error_002.phpt; ./ext/standard/tests/serialize/serialization_objects_010.phpt; ./ext/standard/tests/serialize/bug25378.phpt; ./ext/standard/tests/serialize/bug68545.phpt; ./ext/standard/tests/serialize/serialization_objects_012.phpt; ./ext/standard/tests/serialize/005.phpt; ./ext/standard/tests/serialize/__serialize_005.phpt; ./ext/standard/tests/serialize/002.phpt; ./ext/standard/tests/serialize/bug72785.phpt; ./ext/standard/tests/serialize/bug68044.phpt; ./ext/standard/tests/serialize/__serialize_007.phpt; ./ext/standard/tests/serialize/ref_to_failed_serialize.phpt; ./ext/standard/tests/serialize/001.phpt; ./ext/standard/tests/serialize/unserialize_mem_leak.phpt; ./ext/standard/tests/serialize/bug31442.phpt; ./ext/standard/tests/serialize/004.phpt; ./ext/standard/tests/serialize/serialization_objects_011.phpt; ./ext/standard/tests/serialize/unserialize_abstract_class.phpt; ./ext/standard/tests/serialize/bug71840.phpt; ./ext/standard/tests/serialize/bug62373.phpt; ./ext/standard/tests/serialize/serialization_objects_009.phpt; ./ext/standard/tests/serialize/bug69152.phpt; ./ext/standard/tests/serialize/serialization_arrays_001.phpt; ./ext/standard/tests/serialize/splobjectstorage_negative_count.phpt; ./ext/standard/tests/serialize/bug69793.phpt; ./ext/standard/tests/serialize/serialization_miscTypes_001.phpt; ./ext/standard/tests/serialize/serialization_objects_001.phpt; ./ext/standard/tests/serialize/bug70172.phpt; ./ext/standard/tests/serialize/typed_property_refs.phpt; ./ext/standard/tests/serialize/bug74300.phpt; ./ext/standard/tests/serialize/bug70213.phpt; ./ext/standard/tests/serialize/bug43614.phpt; ./ext/standard/tests/serialize/__serialize_003.phpt; ./ext/standard/tests/serialize/bug72663_2.phpt; ./ext/standard/tests/serialize/bug70513.phpt; ./ext/standard/tests/serialize/sleep_uninitialized_typed_prop.phpt; ./ext/standard/tests/serialize/serialization_arrays_003.phpt; ./ext/standard/tests/serialize/bug72229.phpt; ./ext/standard/tests/serialize/bug73154.phpt; ./ext/standard/tests/serialize/bug37947.phpt; ./ext/standard/tests/serialize/unserialize_subclasses.phpt; ./ext/standard/tests/serialize/bug24063.phpt; ./ext/standard/tests/serialize/bug74111.phpt; ./ext/standard/tests/serialize/unserialize_classes.phpt; ./ext/standard/tests/serialize/bug71311.phpt; ./ext/standard/tests/serialize/bug75054.phpt; ./ext/standard/tests/serialize/serialization_arrays_002.phpt; ./ext/standard/tests/serialize/bug74103.phpt; ./ext/standard/tests/serialize/serialization_objects_002.phpt; ./ext/standard/tests/serialize/serialization_objects_003.phpt; ./ext/standard/tests/serialize/serialization_objects_013.phpt; ./ext/standard/tests/serialize/bug70172_2.phpt; ./ext/standard/tests/serialize/bug49649_1.phpt; ./ext/standard/tests/serialize/unserialize_ref_to_overwritten_declared_prop.phpt; ./ext/standard/tests/serialize/unserialize_overwrite_undeclared_protected.phpt; ./ext/standard/tests/serialize/serialization_objects_015.phpt; ./ext/standard/tests/serialize/bug64146.phpt; ./ext/standard/tests/serialize/bug23298.phpt; ./ext/standard/tests/serialize/serialization_objects_014.phpt; ./ext/standard/tests/serialize/bug74614.phpt; ./ext/standard/tests/serialize/bug71995.phpt; ./ext/standard/tests/serialize/bug55798.phpt; ./ext/standard/tests/serialize/unserializeS.phpt; ./ext/standard/tests/serialize/bug28325.phpt; ./ext/standard/tests/serialize/bug72731.phpt; ./ext/standard/tests/serialize/bug74101.phpt; ./ext/standard/tests/serialize/bug68976.phpt; ./ext/standard/tests/serialize/bug76300.phpt; ./ext/standard/tests/serialize/bug49649.phpt; ./ext/standard/tests/serialize/003.phpt; ./ext/standard/tests/serialize/bug73341.phpt; ./ext/standard/tests/serialize/serialization_arrays_005.phpt; ./ext/standard/tests/serialize/bug46882.phpt; ./ext/standard/tests/serialize/bug49649_2.phpt; ./ext/standard/tests/serialize/typed_property_ref_overwrite.phpt; ./ext/standard/tests/serialize/incomplete_class_magic.phpt; ./ext/standard/tests/serialize/bug64354_1.phpt; ./ext/standard/tests/serialize/precision.phpt; ./ext/standard/tests/serialize/bug45706.phpt; ./ext/standard/tests/serialize/bug64354_3.phpt; ./ext/standard/tests/serialize/bug69210.phpt; ./ext/standard/tests/serialize/bug62836_2.phpt; ./ext/standard/tests/serialize/bug71940.phpt; ./ext/standard/tests/serialize/serialize_globals_var_refs.phpt; ./ext/standard/tests/serialize/bug80411.phpt; ./ext/standard/tests/serialize/incomplete_class.phpt; ./ext/standard/tests/serialize/bug27469.phpt; ./ext/standard/tests/serialize/bug26762.phpt; ./ext/standard/tests/serialize/bug67072.phpt; ./ext/standard/tests/serialize/max_depth.phpt; ./ext/standard/tests/serialize/bug65481.phpt; ./ext/standard/tests/serialize/overwrite_untyped_ref.phpt; ./ext/standard/tests/serialize/invalid_signs_in_lengths.phpt; ./ext/standard/tests/serialize/bug36424.phpt; ./ext/standard/tests/serialize/bug78438.phpt; ./ext/standard/tests/serialize/typed_property_ref_overwrite2.phpt; ./ext/standard/tests/serialize/serialization_arrays_004.phpt; ./ext/standard/tests/serialize/bug14293.phpt; ./ext/standard/tests/serialize/bug69139.phpt; ./ext/standard/tests/serialize/bug73052.phpt; ./ext/standard/tests/serialize/__serialize_001.phpt; ./ext/standard/tests/serialize/bug69425.phpt; ./ext/standard/tests/serialize/SplObjectStorage_object_reference.phpt; ./ext/standard/tests/serialize/bug70963.phpt; ./ext/standard/tests/serialize/006.phpt; ./ext/standard/tests/serialize/unserialize_large.phpt; ./ext/standard/tests/serialize/bug71313.phpt; ./ext/standard/tests/serialize/__serialize_004.phpt; ./ext/standard/tests/serialize/__serialize_004.phpt; ./ext/standard/tests/serialize/bug21957.phpt; ./ext/standard/tests/serialize/typed_property_ref_assignment_failure.phpt; ./ext/standard/tests/strings/bug72663.phpt; ./ext/standard/tests/strings/bug47168.phpt; ./ext/standard/tests/strings/bug72434.phpt; ./ext/standard/tests/strings/bug72663_3.phpt; ./ext/standard/tests/strings/bug68710.phpt; ./ext/standard/tests/strings/bug72433.phpt; ./ext/standard/tests/math/bug27646.phpt; ./ext/date/tests/bug62852.phpt; ./ext/date/tests/bug70153.phpt; ./ext/date/tests/bug73091.phpt; ./ext/date/tests/bug52113.phpt; ./ext/date/tests/bug48678.phpt; ./ext/date/tests/bug66721.phpt; ./ext/date/tests/bug55397.phpt; ./ext/date/tests/bug67308.phpt; ./ext/date/tests/DateTimeZone_serialize_type_3.phpt; ./ext/date/tests/bug78751.phpt; ./ext/date/tests/bug53437.phpt; ./ext/date/tests/DateTimeZone_serialize_type_1.phpt; ./ext/date/tests/bug46108.phpt; ./ext/date/tests/bug53437_var2.phpt; ./ext/date/tests/bug79015.phpt; ./ext/date/tests/bug53437_var1.phpt; ./ext/date/tests/bug68942.phpt; ./ext/date/tests/DateTime_serialize.phpt; ./ext/date/tests/bug62852_var3.phpt; ./ext/date/tests/bug68942_2.phpt; ./ext/date/tests/bug53437_var3.phpt; ./ext/date/tests/DateTimeZone_serialize_type_2.phpt; ./ext/date/tests/date_time_fractions_serialize.phpt; ./ext/date/tests/bug62852_var2.phpt; ./ext/date/tests/bug53437_var6.phpt; ./ext/date/tests/bug53437_var5.phpt; ./ext/hash/tests/hash_serialize_001.phpt; ./ext/hash/tests/hash_serialize_003.phpt; ./ext/hash/tests/hash_serialize_004.phpt; ./ext/curl/tests/curl_string_file_upload.phpt; ./ext/curl/tests/bug73147.phpt; ./ext/fileinfo/tests/clone_serialize.phpt; ./ext/com_dotnet/tests/bug77177.phpt; ./ext/mysqli/tests/mysqli_result_references.phpt; ./Zend/tests/bug64354.phpt; ./Zend/tests/bug30791.phpt; ./Zend/tests/bug69446_2.phpt; ./Zend/tests/generators/errors/serialize_unserialize_error.phpt; ./Zend/tests/bug70187_2.phpt; ./Zend/tests/bug64896.phpt; ./Zend/tests/weakrefs/weakmap_error_conditions.phpt; ./Zend/tests/weakrefs/weakrefs_002.phpt; ./Zend/tests/bug71841.phpt; ./Zend/tests/bug76502.phpt; ./Zend/tests/traits/interface_003.phpt; ./Zend/tests/gc_022.phpt; ./Zend/tests/bug34045.phpt; ./Zend/tests/bug70121.phpt; ./Zend/tests/gc_043.phpt; ./Zend/tests/bug72581.phpt; ./Zend/tests/bug70253.phpt; ./tests/classes/serialize_001.phpt; ./tests/classes/autoload_020.phpt; |
standard | Function | var_dump | yes | click to show/hide test files ./ext/skeleton/tests/002.phpt; ./ext/skeleton/tests/003.phpt; ./ext/pdo_oci/tests/pdo_oci_attr_client.phpt; ./ext/pdo_oci/tests/pdo_oci_attr_drivername.phpt; ./ext/pdo_oci/tests/bug46274_2.phpt; ./ext/pdo_oci/tests/pecl_bug_6364.phpt; ./ext/pdo_oci/tests/bug46274.phpt; ./ext/pdo_oci/tests/pdo_oci_attr_case.phpt; ./ext/pdo_oci/tests/pdo_oci_attr_prefetch_2.phpt; ./ext/pdo_oci/tests/pdo_oci_quote1.phpt; ./ext/pdo_oci/tests/pdo_oci_attr_server.phpt; ./ext/pdo_oci/tests/pdo_oci_attr_call_timeout.phpt; ./ext/pdo_oci/tests/pdo_oci_attr_client_identifier.phpt; ./ext/pdo_oci/tests/pdo_oci_attr_module.phpt; ./ext/pdo_oci/tests/pdo_oci_class_constants.phpt; ./ext/pdo_oci/tests/pdo_oci_attr_action.phpt; ./ext/pdo_oci/tests/pdo_oci_debugdumpparams.phpt; ./ext/pdo_oci/tests/bug57702.phpt; ./ext/pdo_oci/tests/pdo_oci_attr_autocommit_1.phpt; ./ext/pdo_oci/tests/bug_33707.phpt; ./ext/pdo_oci/tests/pdo_oci_attr_autocommit_3.phpt; ./ext/pdo_oci/tests/pdo_oci_attr_client_info.phpt; ./ext/pdo_oci/tests/pdo_oci_attr_nulls_1.phpt; ./ext/pdo_oci/tests/bug54379.phpt; ./ext/pdo_oci/tests/pdo_oci_attr_autocommit_2.phpt; ./ext/pdo_oci/tests/checkliveness.phpt; ./ext/pdo_oci/tests/bug41996.phpt; ./ext/xsl/tests/xsltprocessor_registerPHPFunctions-string-multiple.phpt; ./ext/xsl/tests/xsltprocessor_registerPHPFunctions-string.phpt; ./ext/xsl/tests/xsltprocessor_registerPHPFunctions-null.phpt; ./ext/xsl/tests/xsltprocessor_transformToURI.phpt; ./ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcnostring.phpt; ./ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.phpt; ./ext/xsl/tests/throw_in_autoload.phpt; ./ext/xsl/tests/xsltprocessor_registerPHPFunctions-array.phpt; ./ext/xsl/tests/xsltprocessor_getParameter-invalidparam.phpt; ./ext/xsl/tests/bug33853.phpt; ./ext/xsl/tests/xsltprocessor_registerPHPFunctions-allfuncs.phpt; ./ext/xsl/tests/xsltprocessor_registerPHPFunctions-array-notallowed.phpt; ./ext/xsl/tests/xsltprocessor_removeParameter.phpt; ./ext/xsl/tests/xsltprocessor_transformToDoc.phpt; ./ext/xsl/tests/xsltprocessor_transformToXML.phpt; ./ext/xsl/tests/xsltprocessor_hasExsltSupport.phpt; ./ext/xsl/tests/xsltprocessor_getParameter.phpt; ./ext/xsl/tests/xsltprocessor_registerPHPFunctions-array-multiple.phpt; ./ext/xsl/tests/xsltprocessor_registerPHPFunctions-string-notallowed.phpt; ./ext/xsl/tests/xsltprocessor_importStylesheet-invalidparam.phpt; ./ext/xsl/tests/xsltprocessor_removeParameter-invalidparam.phpt; ./ext/openssl/tests/check_default_conf_path.phpt; ./ext/openssl/tests/openssl_pkcs12_export_to_file_error.phpt; ./ext/openssl/tests/openssl_pkcs7_decrypt_error.phpt; ./ext/openssl/tests/bug66501.phpt; ./ext/openssl/tests/bug74903.phpt; ./ext/openssl/tests/openssl_pkcs7_encrypt_basic.phpt; ./ext/openssl/tests/openssl_seal_basic.phpt; ./ext/openssl/tests/openssl_cms_read_basic.phpt; ./ext/openssl/tests/bug74022_2.phpt; ./ext/openssl/tests/openssl_decrypt_ocb.phpt; ./ext/openssl/tests/openssl_private_encrypt_basic.phpt; ./ext/openssl/tests/bug74651.phpt; ./ext/openssl/tests/openssl_pbkdf2_basic.phpt; ./ext/openssl/tests/cve-2013-6420.phpt; ./ext/openssl/tests/openssl_sign_basic.phpt; ./ext/openssl/tests/openssl_pkcs12_export_basic.phpt; ./ext/openssl/tests/bug64802.phpt; ./ext/openssl/tests/openssl_pkey_new_basic.phpt; ./ext/openssl/tests/openssl_cms_verify_basic.phpt; ./ext/openssl/tests/openssl_cms_sign_basic.phpt; ./ext/openssl/tests/openssl_x509_checkpurpose_basic.phpt; ./ext/openssl/tests/openssl_decrypt_ccm.phpt; ./ext/openssl/tests/openssl_pkey_export_basic.phpt; ./ext/openssl/tests/001.phpt; ./ext/openssl/tests/bug79881.phpt; ./ext/openssl/tests/openssl_cms_sign_verify_detached.phpt; ./ext/openssl/tests/openssl_get_cipher_methods.phpt; ./ext/openssl/tests/openssl_encrypt_ocb.phpt; ./ext/openssl/tests/bug74720_0.phpt; ./ext/openssl/tests/openssl_spki_export_challenge_basic.phpt; ./ext/openssl/tests/openssl_cms_decrypt_error.phpt; ./ext/openssl/tests/openssl_csr_get_subject_basic.phpt; ./ext/openssl/tests/openssl_x509_check_private_key_basic.phpt; ./ext/openssl/tests/bug71917.phpt; ./ext/openssl/tests/openssl_get_cert_locations_basic.phpt; ./ext/openssl/tests/openssl_public_encrypt_basic.phpt; ./ext/openssl/tests/bug65698.phpt; ./ext/openssl/tests/openssl_decrypt_basic.phpt; ./ext/openssl/tests/bug61124.phpt; ./ext/openssl/tests/bug74720_1.phpt; ./ext/openssl/tests/bug74099.phpt; ./ext/openssl/tests/openssl_encrypt_ccm.phpt; ./ext/openssl/tests/openssl_cms_verify_der.phpt; ./ext/openssl/tests/openssl_digest_basic.phpt; ./ext/openssl/tests/openssl_cms_sign_verify_basic.phpt; ./ext/openssl/tests/openssl_x509_verify.phpt; ./ext/openssl/tests/openssl_cms_encrypt_basic.phpt; ./ext/openssl/tests/bug38255.phpt; ./ext/openssl/tests/openssl_x509_fingerprint_basic.phpt; ./ext/openssl/tests/bug62890.phpt; ./ext/openssl/tests/openssl_csr_get_public_key_basic.phpt; ./ext/openssl/tests/openssl_open_basic.phpt; ./ext/openssl/tests/openssl_cms_decrypt_basic.phpt; ./ext/openssl/tests/openssl_x509_export_to_file_basic.phpt; ./ext/openssl/tests/bug76296.phpt; ./ext/openssl/tests/bug74798.phpt; ./ext/openssl/tests/openssl_x509_free_basic.phpt; ./ext/openssl/tests/ecc.phpt; ./ext/openssl/tests/bug74402.phpt; ./ext/openssl/tests/openssl_csr_export_to_file_basic.phpt; ./ext/openssl/tests/openssl_error_string_basic.phpt; ./ext/openssl/tests/openssl_cms_sign_verify_nodetached_pem.phpt; ./ext/openssl/tests/openssl_x509_parse_basic.phpt; ./ext/openssl/tests/openssl_x509_export_basic.phpt; ./ext/openssl/tests/openssl_decrypt_gcm.phpt; ./ext/openssl/tests/openssl_decrypt_error.phpt; ./ext/openssl/tests/openssl_encrypt_crash.phpt; ./ext/openssl/tests/openssl_x509_read_basic.phpt; ./ext/openssl/tests/openssl_encrypt_error.phpt; ./ext/openssl/tests/bug74022.phpt; ./ext/openssl/tests/bug47828.phpt; ./ext/openssl/tests/bug79145.phpt; ./ext/openssl/tests/openssl_verify_basic.phpt; ./ext/openssl/tests/openssl_cms_sign_der.phpt; ./ext/openssl/tests/bug74341.phpt; ./ext/openssl/tests/openssl_pkcs7_decrypt_basic.phpt; ./ext/openssl/tests/openssl_csr_sign_basic.phpt; ./ext/openssl/tests/openssl_random_pseudo_bytes_basic.phpt; ./ext/openssl/tests/openssl_csr_new_basic.phpt; ./ext/openssl/tests/openssl_pkcs7_read_basic.phpt; ./ext/openssl/tests/openssl_cms_encrypt_pem.phpt; ./ext/openssl/tests/openssl_encrypt_gcm.phpt; ./ext/openssl/tests/bug38261.phpt; ./ext/openssl/tests/bug28382.phpt; ./ext/openssl/tests/openssl_pkcs12_read_basic.phpt; ./ext/openssl/tests/bug72336.phpt; ./ext/openssl/tests/openssl_public_decrypt_basic.phpt; ./ext/openssl/tests/openssl_spki_verify_basic.phpt; ./ext/openssl/tests/bug67403.phpt; ./ext/openssl/tests/bug55259.phpt; ./ext/openssl/tests/openssl_private_decrypt_basic.phpt; ./ext/openssl/tests/openssl_spki_new_basic.phpt; ./ext/openssl/tests/openssl_pkcs12_export_to_file_basic.phpt; ./ext/openssl/tests/openssl_get_md_methods.phpt; ./ext/openssl/tests/bug80747.phpt; ./ext/openssl/tests/openssl_cms_encrypt_der.phpt; ./ext/openssl/tests/bug61930.phpt; ./ext/openssl/tests/openssl_pkcs7_verify_basic.phpt; ./ext/openssl/tests/bug72362.phpt; ./ext/openssl/tests/bug73711.phpt; ./ext/openssl/tests/openssl_pkcs7_sign_basic.phpt; ./ext/openssl/tests/openssl_csr_export_basic.phpt; ./ext/openssl/tests/bug78391.phpt; ./ext/sockets/tests/ipv4loop.phpt; ./ext/sockets/tests/socket_export_stream-1.phpt; ./ext/sockets/tests/socket_select-wrongparams-1.phpt; ./ext/sockets/tests/socket_addrinfo_bind.phpt; ./ext/sockets/tests/wsaprotocol_info_0.phpt; ./ext/sockets/tests/socket_bind.phpt; ./ext/sockets/tests/socket_import_stream-2.phpt; ./ext/sockets/tests/unixloop.phpt; ./ext/sockets/tests/socket_set_option_sndtimeo.phpt; ./ext/sockets/tests/socket_sendrecvmsg_multi_msg-unix.phpt; ./ext/sockets/tests/bug63000.phpt; ./ext/sockets/tests/bug80723.phpt; ./ext/sockets/tests/socket_accept_failure.phpt; ./ext/sockets/tests/mcast_ipv6_send.phpt; ./ext/sockets/tests/socket_create_pair-wrongparams.phpt; ./ext/sockets/tests/socket_set_option_seolinger.phpt; ./ext/sockets/tests/socket_set_nonblock.phpt; ./ext/sockets/tests/socket_create_pair-wrongparams-win32.phpt; ./ext/sockets/tests/mcast_ipv4_send_error.phpt; ./ext/sockets/tests/socket_create_listen_used.phpt; ./ext/sockets/tests/socket_set_nonblock-retval.phpt; ./ext/sockets/tests/socket_cmsg_rights.phpt; ./ext/sockets/tests/socket_create_pair.phpt; ./ext/sockets/tests/socket_listen-wrongparams.phpt; ./ext/sockets/tests/socket_shutdown.phpt; ./ext/sockets/tests/socket_addrinfo_connect.phpt; ./ext/sockets/tests/socket_select-wrongparams-1-win32.phpt; ./ext/sockets/tests/socket_clear_error-win32.phpt; ./ext/sockets/tests/mcast_ipv6_recv_limited.phpt; ./ext/sockets/tests/bug49341.phpt; ./ext/sockets/tests/socket_addrinfo_explain.phpt; ./ext/sockets/tests/socket_getopt.phpt; ./ext/sockets/tests/socket_import_stream-1.phpt; ./ext/sockets/tests/ipv6loop.phpt; ./ext/sockets/tests/socket_import_stream-3.phpt; ./ext/sockets/tests/socket_getsockname.phpt; ./ext/sockets/tests/socket_setopt_basic.phpt; ./ext/sockets/tests/socket_select-wrongparams-4.phpt; ./ext/sockets/tests/socket_shutdown-win32.phpt; ./ext/sockets/tests/socket_abstract_path_sendmsg.phpt; ./ext/sockets/tests/socket_export_stream-3.phpt; ./ext/sockets/tests/socket_sendrecvmsg_multi_msg.phpt; ./ext/sockets/tests/socket_getpeername_ipv6loop.phpt; ./ext/sockets/tests/socket_set_option_rcvtimeo.phpt; ./ext/sockets/tests/mcast_ipv4_recv.phpt; ./ext/sockets/tests/bug46360.phpt; ./ext/sockets/tests/socket_recvmsg.phpt; ./ext/sockets/tests/socket_export_stream-2.phpt; ./ext/sockets/tests/socket_addrinfo_lookup.phpt; ./ext/sockets/tests/socket_set_option_in6_pktinfo.phpt; ./ext/sockets/tests/socket_clear_error.phpt; ./ext/sockets/tests/socket_getpeername_ipv4loop.phpt; ./ext/sockets/tests/socket_sentto_recvfrom_unix.phpt; ./ext/sockets/tests/mcast_ipv4_send.phpt; ./ext/sockets/tests/socket_select.phpt; ./ext/sockets/tests/socket_create_listen.phpt; ./ext/sockets/tests/socket_abstract_path.phpt; ./ext/sockets/tests/socket_cmsg_credentials.phpt; ./ext/sockets/tests/socket_create_listen-win32.phpt; ./ext/sockets/tests/socket_getpeername.phpt; ./ext/sockets/tests/socket_set_block-retval.phpt; ./ext/sockets/tests/socket_strerror.phpt; ./ext/sockets/tests/socket_set_option_bindtodevice.phpt; ./ext/sockets/tests/mcast_ipv6_recv.phpt; ./ext/gettext/tests/gettext_ngettext.phpt; ./ext/gettext/tests/gettext_bindtextdomain-cwd.phpt; ./ext/gettext/tests/dcngettext.phpt; ./ext/gettext/tests/gettext_dgettext.phpt; ./ext/gettext/tests/bug53251.phpt; ./ext/gettext/tests/gettext_bindtextdomain-path.phpt; ./ext/gettext/tests/gettext_dcgettext.phpt; ./ext/gettext/tests/gettext_dngettext-plural.phpt; ./ext/gettext/tests/gettext_bind_textdomain_codeset-retval.phpt; ./ext/gettext/tests/bug73730.phpt; ./ext/pdo/tests/bug_43139.phpt; ./ext/pdo/tests/pdo_025.phpt; ./ext/pdo/tests/bug_50458.phpt; ./ext/pdo/tests/pdo_008.phpt; ./ext/pdo/tests/pdo_032.phpt; ./ext/pdo/tests/bug_60665.phpt; ./ext/pdo/tests/bug_39656.phpt; ./ext/pdo/tests/pdo_011.phpt; ./ext/pdo/tests/pecl_bug_5809.phpt; ./ext/pdo/tests/bug_72368.phpt; ./ext/pdo/tests/pdo_016.phpt; ./ext/pdo/tests/pdo_012.phpt; ./ext/pdo/tests/pdo_003.phpt; ./ext/pdo/tests/bug_65946.phpt; ./ext/pdo/tests/pdo_015.phpt; ./ext/pdo/tests/bug_42917.phpt; ./ext/pdo/tests/bug_44861.phpt; ./ext/pdo/tests/bug_44173.phpt; ./ext/pdo/tests/pdo_004.phpt; ./ext/pdo/tests/bug_35671.phpt; ./ext/pdo/tests/bug_36798.phpt; ./ext/pdo/tests/pdo_038.phpt; ./ext/pdo/tests/pdo_035.phpt; ./ext/pdo/tests/pdo_034.phpt; ./ext/pdo/tests/pdo_009.phpt; ./ext/pdo/tests/pdo_018.phpt; ./ext/pdo/tests/pdo_001.phpt; ./ext/pdo/tests/bug_38253.phpt; ./ext/pdo/tests/bug_64172.phpt; ./ext/pdo/tests/pdo_002.phpt; ./ext/pdo/tests/bug_69356.phpt; ./ext/pdo/tests/bug_34630.phpt; ./ext/pdo/tests/pdo_024.phpt; ./ext/pdo/tests/bug_39398.phpt; ./ext/pdo/tests/pdo_030.phpt; ./ext/pdo/tests/bug_73234.phpt; ./ext/pdo/tests/pdo_drivers_basic.phpt; ./ext/pdo/tests/pdo_037.phpt; ./ext/pdo/tests/pdo_023.phpt; ./ext/pdo/tests/pdo_029.phpt; ./ext/pdo/tests/bug_36428.phpt; ./ext/pdo/tests/bug_79106_collision.phpt; ./ext/pdo/tests/pdo_005.phpt; ./ext/pdo/tests/pdo_022.phpt; ./ext/pdo/tests/pdo_016a.phpt; ./ext/pdo/tests/debug_emulated_prepares.phpt; ./ext/pdo/tests/pdo_quote_empty_string.phpt; ./ext/pdo/tests/bug_34687.phpt; ./ext/pdo/tests/pdo_007.phpt; ./ext/pdo/tests/bug_79106.phpt; ./ext/pdo/tests/bug_71885.phpt; ./ext/pdo/tests/bug_38394.phpt; ./ext/pdo/tests/bug_61292.phpt; ./ext/pdo/tests/pdo_006.phpt; ./ext/pdo/tests/pecl_bug_5772.phpt; ./ext/pdo/tests/pdo_014.phpt; ./ext/pdo/tests/bug_43130.phpt; ./ext/pdo/tests/pdo_019.phpt; ./ext/pdo/tests/pdo_013.phpt; ./ext/pdo/tests/pdo_010.phpt; ./ext/pdo/tests/bug_71447.phpt; ./ext/pdo/tests/pdo_026.phpt; ./ext/pdo/tests/pdo_036.phpt; ./ext/pdo/tests/pdo_028.phpt; ./ext/pdo/tests/bug_44159.phpt; ./ext/sysvmsg/tests/005.phpt; ./ext/sysvmsg/tests/002.phpt; ./ext/sysvmsg/tests/004.phpt; ./ext/sysvmsg/tests/003.phpt; ./ext/sysvmsg/tests/006.phpt; ./ext/shmop/tests/002.phpt; ./ext/shmop/tests/shmop_open_private.phpt; ./ext/iconv/tests/iconv_mime_encode.phpt; ./ext/iconv/tests/iconv_substr_error2.phpt; ./ext/iconv/tests/iconv_strrpos.phpt; ./ext/iconv/tests/bug52941.phpt; ./ext/iconv/tests/bug52211.phpt; ./ext/iconv/tests/iconv_encoding_basic.phpt; ./ext/iconv/tests/iconv_stream_filter_delimiter.phpt; ./ext/iconv/tests/iconv_strrpos_basic.phpt; ./ext/iconv/tests/iconv_strlen.phpt; ./ext/iconv/tests/bug76249.phpt; ./ext/iconv/tests/bug77147.phpt; ./ext/iconv/tests/bug72320.phpt; ./ext/iconv/tests/iconv_strpos_basic.phpt; ./ext/iconv/tests/iconv_strlen_error2.phpt; ./ext/iconv/tests/iconv_strpos.phpt; ./ext/iconv/tests/bug55146.phpt; ./ext/iconv/tests/iconv_strrpos_error2.phpt; ./ext/iconv/tests/iconv_substr_out_of_bounds.phpt; ./ext/iconv/tests/bug53891.phpt; ./ext/iconv/tests/bug78069.phpt; ./ext/iconv/tests/bug37773.phpt; ./ext/iconv/tests/bug68180.phpt; ./ext/iconv/tests/iconv_strpos-charset-length-cve-2007-4840.phpt; ./ext/iconv/tests/bug63839.phpt; ./ext/iconv/tests/iconv_stream_filter.phpt; ./ext/iconv/tests/iconv_ini_encoding.phpt; ./ext/iconv/tests/bug48147.phpt; ./ext/iconv/tests/bug69840.phpt; ./ext/iconv/tests/iconv_basic_001.phpt; ./ext/iconv/tests/iconv_mime_decode_headers-charset-length-cve-2007-4840.phpt; ./ext/iconv/tests/iconv_set_encoding-charset-length-cve-2007-4840.phpt; ./ext/iconv/tests/bug79200.phpt; ./ext/iconv/tests/iconv_mime_decode_headers.phpt; ./ext/iconv/tests/iconv_substr-charset-length-cve-2007-4783.phpt; ./ext/iconv/tests/iconv_substr.phpt; ./ext/iconv/tests/iconv-charset-length-cve-2007-4840.phpt; ./ext/iconv/tests/bug60494.phpt; ./ext/iconv/tests/bug51250.phpt; ./ext/iconv/tests/bug66828.phpt; ./ext/iconv/tests/translit-failure.phpt; ./ext/iconv/tests/iconv004.phpt; ./ext/iconv/tests/iconv_strrpos-charset-length-cve-2007-4840.phpt; ./ext/iconv/tests/iconv_strpos_error2.phpt; ./ext/iconv/tests/iconv001.phpt; ./ext/iconv/tests/iconv_default_charset.phpt; ./ext/iconv/tests/iconv_strlen_basic.phpt; ./ext/iconv/tests/bug37176.phpt; ./ext/iconv/tests/iconv_strpos_variation5.phpt; ./ext/iconv/tests/iconv_basic.phpt; ./ext/iconv/tests/iconv_substr_basic.phpt; ./ext/iconv/tests/iconv_get_encoding_basic.phpt; ./ext/iconv/tests/iconv_mime_decode-charset-length-cve-2007-4840.phpt; ./ext/iconv/tests/iconv_strlen-charset-length-cve-2007-4840.phpt; ./ext/iconv/tests/iconv_basic_001-win32.phpt; ./ext/opcache/tests/preload_009.phpt; ./ext/opcache/tests/fe_fetch_dce.phpt; ./ext/opcache/tests/issue0140.phpt; ./ext/opcache/tests/preload_002.phpt; ./ext/opcache/tests/bug69281.phpt; ./ext/opcache/tests/bug76074.phpt; ./ext/opcache/tests/bug77215.phpt; ./ext/opcache/tests/bug74456.phpt; ./ext/opcache/tests/bug78937_6.phpt; ./ext/opcache/tests/bug76711.phpt; ./ext/opcache/tests/bug73847.phpt; ./ext/opcache/tests/is_script_cached.phpt; ./ext/opcache/tests/preload_004.phpt; ./ext/opcache/tests/preload_005.phpt; ./ext/opcache/tests/exit_in_call_arg.phpt; ./ext/opcache/tests/bug78015.phpt; ./ext/opcache/tests/preload_loadable_classes_3.phpt; ./ext/opcache/tests/jmp_elim_004.phpt; ./ext/opcache/tests/bug78230.phpt; ./ext/opcache/tests/bug75698.phpt; ./ext/opcache/tests/bug69038.phpt; ./ext/opcache/tests/bug69125.phpt; ./ext/opcache/tests/bug77743.phpt; ./ext/opcache/tests/assign_obj_op_of_fetch_dim.phpt; ./ext/opcache/tests/bug75556.phpt; ./ext/opcache/tests/bug78986.phpt; ./ext/opcache/tests/ssa_bug_002.phpt; ./ext/opcache/tests/bug78429.phpt; ./ext/opcache/tests/preload_012.phpt; ./ext/opcache/tests/preload_010.phpt; ./ext/opcache/tests/internal_func_info_static_method.phpt; ./ext/opcache/tests/compact_literals.phpt; ./ext/opcache/tests/compact_literals.phpt; ./ext/opcache/tests/bug79193.phpt; ./ext/opcache/tests/bug76446.phpt; ./ext/opcache/tests/ssa_bug_006.phpt; ./ext/opcache/tests/bug78341.phpt; ./ext/opcache/tests/bug75370.phpt; ./ext/opcache/tests/bug78014.phpt; ./ext/opcache/tests/bug68104.phpt; ./ext/opcache/tests/issue0128.phpt; ./ext/opcache/tests/bug75938.phpt; ./ext/opcache/tests/issue0079.phpt; ./ext/opcache/tests/bug78175_2.phpt; ./ext/opcache/tests/bug70111.phpt; ./ext/opcache/tests/optimize_func_calls.phpt; ./ext/opcache/tests/preload_class_alias_2.phpt; ./ext/opcache/tests/bug78937_1.phpt; ./ext/opcache/tests/bug70207.phpt; ./ext/opcache/tests/compact_literals_collision.phpt; ./ext/opcache/tests/bug78937_4.phpt; ./ext/opcache/tests/match/001.phpt; ./ext/opcache/tests/match/004.phpt; ./ext/opcache/tests/match/003.phpt; ./ext/opcache/tests/bug76796.phpt; ./ext/opcache/tests/bug74663.phpt; ./ext/opcache/tests/bug76094.phpt; ./ext/opcache/tests/preload_bug79114.phpt; ./ext/opcache/tests/bug76477.phpt; ./ext/opcache/tests/bug78937_3.phpt; ./ext/opcache/tests/preload_008.phpt; ./ext/opcache/tests/wrong_inlining_004.phpt; ./ext/opcache/tests/wrong_inlining_002.phpt; ./ext/opcache/tests/preload_001.phpt; ./ext/opcache/tests/bug78376.phpt; ./ext/opcache/tests/bug69159.phpt; ./ext/opcache/tests/bug66334.phpt; ./ext/opcache/tests/send_unpack_empty_array.phpt; ./ext/opcache/tests/preload_static_var_inheritance.phpt; ./ext/opcache/tests/opt/sccp_015.phpt; ./ext/opcache/tests/opt/nullsafe_002.phpt; ./ext/opcache/tests/opt/sccp_013.phpt; ./ext/opcache/tests/opt/sccp_027.phpt; ./ext/opcache/tests/opt/sccp_exception.phpt; ./ext/opcache/tests/opt/sccp_025.phpt; ./ext/opcache/tests/opt/sccp_028.phpt; ./ext/opcache/tests/opt/sccp_023.phpt; ./ext/opcache/tests/opt/sccp_014.phpt; ./ext/opcache/tests/opt/sccp_in_array.phpt; ./ext/opcache/tests/opt/sccp_030.phpt; ./ext/opcache/tests/opt/sccp_026.phpt; ./ext/opcache/tests/opt/prop_types.phpt; ./ext/opcache/tests/opt/nullsafe_001.phpt; ./ext/opcache/tests/opt/sccp_029.phpt; ./ext/opcache/tests/opt/sccp_033.phpt; ./ext/opcache/tests/opt/sccp_exception3.phpt; ./ext/opcache/tests/bug66176.phpt; ./ext/opcache/tests/jit/inc_015.phpt; ./ext/opcache/tests/jit/assign_dim_002.phpt; ./ext/opcache/tests/jit/assign_008.phpt; ./ext/opcache/tests/jit/cmp_004.phpt; ./ext/opcache/tests/jit/bug79358.phpt; ./ext/opcache/tests/jit/inc_004.phpt; ./ext/opcache/tests/jit/assign_029.phpt; ./ext/opcache/tests/jit/fetch_obj_002.phpt; ./ext/opcache/tests/jit/assign_032.phpt; ./ext/opcache/tests/jit/fetch_obj_001.phpt; ./ext/opcache/tests/jit/assign_034.phpt; ./ext/opcache/tests/jit/inc_012.phpt; ./ext/opcache/tests/jit/inc_014.phpt; ./ext/opcache/tests/jit/assign_017.phpt; ./ext/opcache/tests/jit/inc_009.phpt; ./ext/opcache/tests/jit/assign_014.phpt; ./ext/opcache/tests/jit/assign_011.phpt; ./ext/opcache/tests/jit/cmp_002.phpt; ./ext/opcache/tests/jit/inc_010.phpt; ./ext/opcache/tests/jit/cmp_003.phpt; ./ext/opcache/tests/jit/assign_012.phpt; ./ext/opcache/tests/jit/inc_011.phpt; ./ext/opcache/tests/jit/assign_018.phpt; ./ext/opcache/tests/jit/shift_right_003.phpt; ./ext/opcache/tests/jit/bug80447.phpt; ./ext/opcache/tests/jit/fetch_dim_rw_001.phpt; ./ext/opcache/tests/jit/assign_static_prop_001.phpt; ./ext/opcache/tests/jit/inc_003.phpt; ./ext/opcache/tests/jit/assign_002.phpt; ./ext/opcache/tests/jit/assign_007.phpt; ./ext/opcache/tests/jit/const_001.phpt; ./ext/opcache/tests/jit/bug80745.phpt; ./ext/opcache/tests/jit/assign_006.phpt; ./ext/opcache/tests/jit/shift_left_001.phpt; ./ext/opcache/tests/jit/jmpz_001.phpt; ./ext/opcache/tests/jit/assign_020.phpt; ./ext/opcache/tests/jit/mod_001.phpt; ./ext/opcache/tests/jit/reg_alloc_002.phpt; ./ext/opcache/tests/jit/inc_001.phpt; ./ext/opcache/tests/jit/fetch_obj_004.phpt; ./ext/opcache/tests/jit/assign_021.phpt; ./ext/opcache/tests/jit/bug80742.phpt; ./ext/opcache/tests/jit/shift_left_002.phpt; ./ext/opcache/tests/jit/inc_017.phpt; ./ext/opcache/tests/jit/assign_016.phpt; ./ext/opcache/tests/jit/shift_right_002.phpt; ./ext/opcache/tests/jit/inc_019.phpt; ./ext/opcache/tests/jit/assign_028.phpt; ./ext/opcache/tests/jit/inc_008.phpt; ./ext/opcache/tests/jit/fetch_dim_r_001.phpt; ./ext/opcache/tests/jit/inc_002.phpt; ./ext/opcache/tests/jit/jmpz_ex_001.phpt; ./ext/opcache/tests/jit/assign_004.phpt; ./ext/opcache/tests/jit/shift_right_001.phpt; ./ext/opcache/tests/jit/noval_001.phpt; ./ext/opcache/tests/jit/assign_001.phpt; ./ext/opcache/tests/jit/assign_013.phpt; ./ext/opcache/tests/jit/fetch_dim_r_003.phpt; ./ext/opcache/tests/jit/send_val_001.phpt; ./ext/opcache/tests/jit/array_elem.phpt; ./ext/opcache/tests/jit/fetch_dim_r_004.phpt; ./ext/opcache/tests/jit/assign_005.phpt; ./ext/opcache/tests/jit/fetch_obj_003.phpt; ./ext/opcache/tests/jit/inc_018.phpt; ./ext/opcache/tests/jit/assign_030.phpt; ./ext/opcache/tests/jit/assign_015.phpt; ./ext/opcache/tests/jit/inc_006.phpt; ./ext/opcache/tests/jit/assign_003.phpt; ./ext/opcache/tests/jit/assign_dim_op_001.phpt; ./ext/opcache/tests/jit/inc_013.phpt; ./ext/opcache/tests/jit/inc_005.phpt; ./ext/opcache/tests/jit/bug77857.phpt; ./ext/opcache/tests/jit/cmp_001.phpt; ./ext/opcache/tests/jit/inc_016.phpt; ./ext/opcache/tests/jit/fetch_dim_r_002.phpt; ./ext/opcache/tests/jit/inc_007.phpt; ./ext/opcache/tests/jit/assign_019.phpt; ./ext/opcache/tests/jit/mod_002.phpt; ./ext/opcache/tests/preload_class_alias.phpt; ./ext/opcache/tests/bug73746.phpt; ./ext/opcache/tests/bug75357.phpt; ./ext/opcache/tests/get_configuration_matches_ini.phpt; ./ext/opcache/tests/neg_range_inference.phpt; ./ext/opcache/tests/preload_loadable_classes_2.phpt; ./ext/opcache/tests/sccp_loop_var_free.phpt; ./ext/opcache/tests/bug76281.phpt; ./ext/opcache/tests/bug65559.phpt; ./ext/opcache/tests/001_cli.phpt; ./ext/opcache/tests/bug78937_2.phpt; ./ext/opcache/tests/preload_trait_alias.phpt; ./ext/opcache/tests/bug65845.phpt; ./ext/opcache/tests/log_verbosity_bug.phpt; ./ext/opcache/tests/preload_dynamic_function.phpt; ./ext/opcache/tests/preload_loadable_classes_1.phpt; ./ext/opcache/tests/wrong_inlining_003.phpt; ./ext/opcache/tests/bug78937_5.phpt; ./ext/opcache/tests/bug77191.phpt; ./ext/opcache/tests/bug65915.phpt; ./ext/opcache/tests/bug77275.phpt; ./ext/opcache/tests/bug76337.phpt; ./ext/opcache/tests/bug77691.phpt; ./ext/opcache/tests/bug76466.phpt; ./ext/opcache/tests/bug74019.phpt; ./ext/opcache/tests/bug78185.phpt; ./ext/opcache/tests/bug73789.phpt; ./ext/opcache/tests/bug77257.phpt; ./ext/opcache/tests/bug79665.phpt; ./ext/opcache/tests/bug79535.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_prefetch.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_emulated.phpt; ./ext/pdo_mysql/tests/bug71145.phpt; ./ext/pdo_mysql/tests/bug63176.phpt; ./ext/pdo_mysql/tests/pdo_mysql_interface.phpt; ./ext/pdo_mysql/tests/bug70389.phpt; ./ext/pdo_mysql/tests/pecl_bug_5780.phpt; ./ext/pdo_mysql/tests/bug_41698.phpt; ./ext/pdo_mysql/tests/pdo_mysql_rollback.phpt; ./ext/pdo_mysql/tests/pdo_mysql_inTransaction.phpt; ./ext/pdo_mysql/tests/bug79132.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_unbuffered_2050.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize.phpt; ./ext/pdo_mysql/tests/pdo_mysql_multi_stmt_nextrowset.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_native.phpt; ./ext/pdo_mysql/tests/pdo_mysql_commit.phpt; ./ext/pdo_mysql/tests/bug_44707.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_errorinfo.phpt; ./ext/pdo_mysql/tests/bug54929.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_native_column.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_statement_class.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_match_against.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_oracle_nulls.phpt; ./ext/pdo_mysql/tests/pdo_mysql_fetch_both.phpt; ./ext/pdo_mysql/tests/pdo_mysql_exec_load_data.phpt; ./ext/pdo_mysql/tests/bug_39858.phpt; ./ext/pdo_mysql/tests/bug66878.phpt; ./ext/pdo_mysql/tests/bug_42499.phpt; ./ext/pdo_mysql/tests/native_types.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_fetchobject.phpt; ./ext/pdo_mysql/tests/bug66141.phpt; ./ext/pdo_mysql/tests/pecl_bug_5802.phpt; ./ext/pdo_mysql/tests/bug_61411.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize_simple.phpt; ./ext/pdo_mysql/tests/bug70862.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_errorcode.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_init_command.phpt; ./ext/pdo_mysql/tests/bug_pecl_12925.phpt; ./ext/pdo_mysql/tests/bug_41997.phpt; ./ext/pdo_mysql/tests/pdo_mysql_subclass.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_nextrowset.phpt; ./ext/pdo_mysql/tests/pdo_mysql_exec.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_columncount.phpt; ./ext/pdo_mysql/tests/bug_64705.phpt; ./ext/pdo_mysql/tests/pdo_mysql_closecursor_error.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_driver_name.phpt; ./ext/pdo_mysql/tests/bug75177.phpt; ./ext/pdo_mysql/tests/pdo_mysql_param_str_natl.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_native_named_placeholder.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_multi_statements.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_native_clear_error.phpt; ./ext/pdo_mysql/tests/bug68371.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_blobfromsteam.phpt; ./ext/pdo_mysql/tests/pdo_mysql_class_constants.phpt; ./ext/pdo_mysql/tests/bug79596.phpt; ./ext/pdo_mysql/tests/bug44327.phpt; ./ext/pdo_mysql/tests/bug79872.phpt; ./ext/pdo_mysql/tests/bug53551.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_emulated_placeholder_everywhere.phpt; ./ext/pdo_mysql/tests/pdo_mysql_begintransaction.phpt; ./ext/pdo_mysql/tests/bug_41125.phpt; ./ext/pdo_mysql/tests/bug_33689.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_emulated_anonymous.phpt; ./ext/pdo_mysql/tests/bug46292.phpt; ./ext/pdo_mysql/tests/bug78152.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_native_placeholder_everywhere.phpt; ./ext/pdo_mysql/tests/bug_38546.phpt; ./ext/pdo_mysql/tests/pdo_mysql_quote.phpt; ./ext/pdo_mysql/tests/bug63185.phpt; ./ext/pdo_mysql/tests/pdo_mysql_bit.phpt; ./ext/pdo_mysql/tests/change_column_count.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_native_mixed_style.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_case.phpt; ./ext/pdo_mysql/tests/pdo_mysql_stmt_multiquery.phpt; ./ext/pdo_mysql/tests/bug67004.phpt; ./ext/pdo_mysql/tests/pdo_mysql_attr_fetch_table_names.phpt; ./ext/pdo_mysql/tests/bug80458.phpt; ./ext/pdo_mysql/tests/pdo_mysql_prepare_native_dup_named_placeholder.phpt; ./ext/pdo_mysql/tests/bug_39483.phpt; ./ext/pdo_mysql/tests/bug_pecl_7976.phpt; ./ext/snmp/tests/snmp_getvalue.phpt; ./ext/snmp/tests/generic_timeout_error.phpt; ./ext/snmp/tests/wrong_hostname.phpt; ./ext/snmp/tests/snmpget.phpt; ./ext/snmp/tests/snmp3-error.phpt; ./ext/snmp/tests/snmp_set_oid_output_format.phpt; ./ext/snmp/tests/snmp-object-errno-errstr.phpt; ./ext/snmp/tests/snmp2_set.phpt; ./ext/snmp/tests/snmp_set_enum_print.phpt; ./ext/snmp/tests/snmp2_set-nomib.phpt; ./ext/snmp/tests/snmp_read_mib.phpt; ./ext/snmp/tests/bug64124.phpt; ./ext/snmp/tests/snmp3.phpt; ./ext/snmp/tests/snmp_get_quick_print.phpt; ./ext/snmp/tests/snmpset.phpt; ./ext/snmp/tests/snmp-object-properties.phpt; ./ext/snmp/tests/bug72479.phpt; ./ext/snmp/tests/bug60749.phpt; ./ext/snmp/tests/snmp2_get.phpt; ./ext/snmp/tests/snmp2_getnext.phpt; ./ext/snmp/tests/snmp-object-error.phpt; ./ext/snmp/tests/bug64159.phpt; ./ext/snmp/tests/snmprealwalk.phpt; ./ext/snmp/tests/snmpgetnext.phpt; ./ext/snmp/tests/snmpwalk.phpt; ./ext/snmp/tests/snmp-object.phpt; ./ext/snmp/tests/ipv6.phpt; ./ext/snmp/tests/snmpset-nomib.phpt; ./ext/snmp/tests/snmp_get_valueretrieval.phpt; ./ext/snmp/tests/snmp-object-setSecurity_error.phpt; ./ext/snmp/tests/snmp2_real_walk.phpt; ./ext/snmp/tests/snmp2_walk.phpt; ./ext/pdo_firebird/tests/bug_64037.phpt; ./ext/pdo_firebird/tests/dialect_1.phpt; ./ext/pdo_firebird/tests/ignore_parammarks.phpt; ./ext/pdo_firebird/tests/bug_47415.phpt; ./ext/pdo_firebird/tests/bug_80521.phpt; ./ext/pdo_firebird/tests/execute_block.phpt; ./ext/pdo_firebird/tests/bug_53280.phpt; ./ext/pdo_firebird/tests/bug_62024.phpt; ./ext/pdo_firebird/tests/bug_77863.phpt; ./ext/pdo_firebird/tests/rowCount.phpt; ./ext/pdo_firebird/tests/bug_74462.phpt; ./ext/pdo_firebird/tests/bug_48877.phpt; ./ext/pdo_firebird/tests/ddl.phpt; ./ext/pdo_firebird/tests/execute.phpt; ./ext/enchant/tests/dict_get_error.phpt; ./ext/enchant/tests/dict_add_to_personal.phpt; ./ext/enchant/tests/broker_free_dict.phpt; ./ext/enchant/tests/bug53070.phpt; ./ext/enchant/tests/dict_store_replacement.phpt; ./ext/enchant/tests/dict_add_to_session.phpt; ./ext/enchant/tests/broker_request_dict_error_on_empty_tag.phpt; ./ext/enchant/tests/dict_is_in_session.phpt; ./ext/enchant/tests/broker_free_02.phpt; ./ext/enchant/tests/bug13181.phpt; ./ext/spl/tests/bug78863.phpt; ./ext/spl/tests/ArrayObject_exchange_array_during_sorting.phpt; ./ext/spl/tests/arrayObject_magicMethods6.phpt; ./ext/spl/tests/SplFixedArray_offsetUnset_string.phpt; ./ext/spl/tests/bug78409.phpt; ./ext/spl/tests/SplFixedArray_indirect_modification.phpt; ./ext/spl/tests/bug70730.phpt; ./ext/spl/tests/dit_001.phpt; ./ext/spl/tests/iterator_025.phpt; ./ext/spl/tests/arrayObject___construct_basic3.phpt; ./ext/spl/tests/SplFileObject_setCsvControl_variation002.phpt; ./ext/spl/tests/bug62073.phpt; ./ext/spl/tests/arrayObject_offsetExists_nullcheck.phpt; ./ext/spl/tests/dllist_003.phpt; ./ext/spl/tests/SplFileInfo_getInode_error.phpt; ./ext/spl/tests/heap_current_variation_001.phpt; ./ext/spl/tests/arrayObject___construct_error2.phpt; ./ext/spl/tests/fileobject_002.phpt; ./ext/spl/tests/bug63680.phpt; ./ext/spl/tests/fileobject_003.phpt; ./ext/spl/tests/bug72884.phpt; ./ext/spl/tests/class_implements_basic.phpt; ./ext/spl/tests/arrayObject_natcasesort_basic1.phpt; ./ext/spl/tests/heap_corruption.phpt; ./ext/spl/tests/heap_004.phpt; ./ext/spl/tests/bug45622.phpt; ./ext/spl/tests/heap_012.phpt; ./ext/spl/tests/spl_heap_iteration_error.phpt; ./ext/spl/tests/SplFixedArray_offsetExists_integer.phpt; ./ext/spl/tests/array_028.phpt; ./ext/spl/tests/spl_autoload_004.phpt; ./ext/spl/tests/recursiveiteratoriterator_getsubiterator_basic.phpt; ./ext/spl/tests/SplFixedArray_fromarray_non_indexes.phpt; ./ext/spl/tests/arrayObject_magicMethods1.phpt; ./ext/spl/tests/iterator_024.phpt; ./ext/spl/tests/spl_006.phpt; ./ext/spl/tests/SplDoublyLinkedList_isEmpty_empty.phpt; ./ext/spl/tests/SplFixedArray_setSize_filled_to_smaller.phpt; ./ext/spl/tests/fixedarray_004.phpt; ./ext/spl/tests/arrayObject_exchangeArray_basic3.phpt; ./ext/spl/tests/bug41691.phpt; ./ext/spl/tests/bug36825.phpt; ./ext/spl/tests/iterator_050.phpt; ./ext/spl/tests/bug78456.phpt; ./ext/spl/tests/iterator_046.phpt; ./ext/spl/tests/bug54304.phpt; ./ext/spl/tests/arrayObject_magicMethods5.phpt; ./ext/spl/tests/regexIterator_mode_basic.phpt; ./ext/spl/tests/bug61326.phpt; ./ext/spl/tests/SplFileObject_getflags_basic.phpt; ./ext/spl/tests/SplDoublyLinkedList_add_null_offset.phpt; ./ext/spl/tests/spl_autoload_warn_on_false_do_throw.phpt; ./ext/spl/tests/SplDoublyLinkedList_isEmpty_not-empty.phpt; ./ext/spl/tests/iterator_047.phpt; ./ext/spl/tests/SplFileObject_getflags_error001.phpt; ./ext/spl/tests/array_011.phpt; ./ext/spl/tests/bug72888.phpt; ./ext/spl/tests/dualiterator_001.phpt; ./ext/spl/tests/SplFileObject_fputcsv_002.phpt; ./ext/spl/tests/spl_heap_is_empty_basic.phpt; ./ext/spl/tests/arrayObject_clone_basic3.phpt; ./ext/spl/tests/class_implements_basic2.phpt; ./ext/spl/tests/bug67582.phpt; ./ext/spl/tests/bug40872.phpt; ./ext/spl/tests/SplFileObject_fgetcsv_enclosure_basic.phpt; ./ext/spl/tests/spl_classes.phpt; ./ext/spl/tests/iterator_039.phpt; ./ext/spl/tests/spl_recursive_iterator_iterator_key_case.phpt; ./ext/spl/tests/bug32134.phpt; ./ext/spl/tests/arrayObject_natsort_basic1.phpt; ./ext/spl/tests/spl_heap_isempty.phpt; ./ext/spl/tests/iterator_051.phpt; ./ext/spl/tests/bug75242.phpt; ./ext/spl/tests/splfixedarray_offsetExists_larger.phpt; ./ext/spl/tests/dllist_011.phpt; ./ext/spl/tests/bug74478.phpt; ./ext/spl/tests/spl_003.phpt; ./ext/spl/tests/bug40442.phpt; ./ext/spl/tests/arrayObject___construct_basic4.phpt; ./ext/spl/tests/arrayObject_setFlags_basic2.phpt; ./ext/spl/tests/bug65213.phpt; ./ext/spl/tests/SplFileObject_fgetcsv_delimiter_basic.phpt; ./ext/spl/tests/iterator_045.phpt; ./ext/spl/tests/bug68128.phpt; ./ext/spl/tests/ArrayObject_std_props_no_recursion.phpt; ./ext/spl/tests/SplObjectStorage_getInfo_empty_storage.phpt; ./ext/spl/tests/spl_iterator_getcallchildren.phpt; ./ext/spl/tests/SplFixedArray_offsetGet_integer.phpt; ./ext/spl/tests/arrayObject_magicMethods3.phpt; ./ext/spl/tests/class_uses_variation.phpt; ./ext/spl/tests/iterator_036.phpt; ./ext/spl/tests/iterator_053.phpt; ./ext/spl/tests/arrayObject_count_basic1.phpt; ./ext/spl/tests/SplFileObject_fwrite_variation_002.phpt; ./ext/spl/tests/bug70868.phpt; ./ext/spl/tests/array_016.phpt; ./ext/spl/tests/dllist_012.phpt; ./ext/spl/tests/arrayObject_uksort_basic1.phpt; ./ext/spl/tests/bug65006.phpt; ./ext/spl/tests/ArrayObject_clone_other_std_props.phpt; ./ext/spl/tests/fixedarray_008.phpt; ./ext/spl/tests/bug46051.phpt; ./ext/spl/tests/spl_fileinfo_getextension_leadingdot.phpt; ./ext/spl/tests/SplFixedArray_setSize_param_float.phpt; ./ext/spl/tests/array_018.phpt; ./ext/spl/tests/dllist_004.phpt; ./ext/spl/tests/array_024.phpt; ./ext/spl/tests/iterator_040.phpt; ./ext/spl/tests/pqueue_compare_basic.phpt; ./ext/spl/tests/spl_004.phpt; ./ext/spl/tests/fixedarray_010.phpt; ./ext/spl/tests/bug79987.phpt; ./ext/spl/tests/SplFileObject_rewind_variation001.phpt; ./ext/spl/tests/ArrayObject_get_object_vars.phpt; ./ext/spl/tests/regexiterator_getregex.phpt; ./ext/spl/tests/SplDoublyLinkedList_serialization.phpt; ./ext/spl/tests/spl_fileinfo_getlinktarget_basic.phpt; ./ext/spl/tests/fixedarray_020.phpt; ./ext/spl/tests/observer_002.phpt; ./ext/spl/tests/bug68128-USE_KEY.phpt; ./ext/spl/tests/recursiveiteratoriterator_enditeration_basic.phpt; ./ext/spl/tests/SplObjectStorage_setInfo_empty_storage.phpt; ./ext/spl/tests/SplFixedArray_setsize_shrink.phpt; ./ext/spl/tests/fixedarray_016.phpt; ./ext/spl/tests/SplFileObject_fputcsv_variation8.phpt; ./ext/spl/tests/bug61347.phpt; ./ext/spl/tests/spl_autoload_005.phpt; ./ext/spl/tests/bug70155.phpt; ./ext/spl/tests/SplFileObject_getflags_variation001.phpt; ./ext/spl/tests/SplFileObject_fputcsv_variation13.phpt; ./ext/spl/tests/iterator_027.phpt; ./ext/spl/tests/SplObjectStorage_var_dump.phpt; ./ext/spl/tests/class_uses_basic2.phpt; ./ext/spl/tests/array_027.phpt; ./ext/spl/tests/SplFixedArray_fromarray_param_multiarray.phpt; ./ext/spl/tests/bug62433.phpt; ./ext/spl/tests/spl_001.phpt; ./ext/spl/tests/bug77360.phpt; ./ext/spl/tests/bug36258.phpt; ./ext/spl/tests/bug51068.phpt; ./ext/spl/tests/spl_object_id.phpt; ./ext/spl/tests/bug70959.phpt; ./ext/spl/tests/array_023.phpt; ./ext/spl/tests/SplFixedArray_serialize.phpt; ./ext/spl/tests/bug53071.phpt; ./ext/spl/tests/bug64782.phpt; ./ext/spl/tests/arrayObject___construct_basic7.phpt; ./ext/spl/tests/array_012.phpt; ./ext/spl/tests/SplFileObject_fputcsv_variation6.phpt; ./ext/spl/tests/iterator_008.phpt; ./ext/spl/tests/bug65545.phpt; ./ext/spl/tests/bug62978.phpt; ./ext/spl/tests/observer_006.phpt; ./ext/spl/tests/SplObjectStorage_current_empty_storage.phpt; ./ext/spl/tests/fixedarray_021.phpt; ./ext/spl/tests/arrayObject_ksort_basic1.phpt; ./ext/spl/tests/array_002.phpt; ./ext/spl/tests/ArrayObject_dump_during_sort.phpt; ./ext/spl/tests/spl_autoload_002.phpt; ./ext/spl/tests/bug66834.phpt; ./ext/spl/tests/SplFixedArray_override_offsetGet_only.phpt; ./ext/spl/tests/bug48361.phpt; ./ext/spl/tests/bug80719.phpt; ./ext/spl/tests/ArrayObject_modify_shared_object_properties.phpt; ./ext/spl/tests/bug41528.phpt; ./ext/spl/tests/iterator_043.phpt; ./ext/spl/tests/bug33136.phpt; ./ext/spl/tests/bug62616.phpt; ./ext/spl/tests/bug54970.phpt; ./ext/spl/tests/regexIterator_flags_basic.phpt; ./ext/spl/tests/ArrayObject_overloaded_object_incompatible.phpt; ./ext/spl/tests/dit_003.phpt; ./ext/spl/tests/spl_autoload_call_basic.phpt; ./ext/spl/tests/SplFileObject_fputcsv_variation1.phpt; ./ext/spl/tests/bug69264.phpt; ./ext/spl/tests/recursive_tree_iterator_005.phpt; ./ext/spl/tests/serialize_property_tables.phpt; ./ext/spl/tests/iterator_030.phpt; ./ext/spl/tests/SplFileObject_fgetcsv_basic.phpt; ./ext/spl/tests/bug71236.phpt; ./ext/spl/tests/spl_autoload_011.phpt; ./ext/spl/tests/fileobject_005.phpt; ./ext/spl/tests/dit_001_noglob.phpt; ./ext/spl/tests/bug46031.phpt; ./ext/spl/tests/bug62262.phpt; ./ext/spl/tests/ArrayObject_sort_different_backing_storage.phpt; ./ext/spl/tests/spl_002.phpt; ./ext/spl/tests/bug64106.phpt; ./ext/spl/tests/spl_autoload_003.phpt; ./ext/spl/tests/spl_pq_top_basic.phpt; ./ext/spl/tests/SplFileObject_fputcsv_variation7.phpt; ./ext/spl/tests/arrayIterator_ksort_basic1.phpt; ./ext/spl/tests/DirectoryIterator_getOwner_basic.phpt; ./ext/spl/tests/bug75173.phpt; ./ext/spl/tests/dllist_001.phpt; ./ext/spl/tests/fileobject_checktype_basic.phpt; ./ext/spl/tests/ArrayObject_illegal_offset.phpt; ./ext/spl/tests/SplFileObject_key_error001.phpt; ./ext/spl/tests/spl_autoload_013.phpt; ./ext/spl/tests/pqueue_current_error.phpt; ./ext/spl/tests/array_015.phpt; ./ext/spl/tests/SplObjectStorage_unserialize_bad.phpt; ./ext/spl/tests/iterator_028.phpt; ./ext/spl/tests/SplFileObject_fputcsv_variation5.phpt; ./ext/spl/tests/DirectoryIterator_getInode_basic.phpt; ./ext/spl/tests/array_014.phpt; ./ext/spl/tests/SplFileObject_fputcsv_variation12.phpt; ./ext/spl/tests/fileobject_001.phpt; ./ext/spl/tests/SplFileInfo_getPerms_error.phpt; ./ext/spl/tests/arrayObject___construct_basic2.phpt; ./ext/spl/tests/recursiveiteratoriterator_getsubiterator_variation_003.phpt; ./ext/spl/tests/bug52238.phpt; ./ext/spl/tests/SplFileObject_fputcsv_variation14.phpt; ./ext/spl/tests/arrayObject_ksort_basic2.phpt; ./ext/spl/tests/SplFileInfo_getInode_basic.phpt; ./ext/spl/tests/bug68557.phpt; ./ext/spl/tests/observer_010.phpt; ./ext/spl/tests/SplObjectStorage_removeAllExcept_basic.phpt; ./ext/spl/tests/arrayObject_magicMethods2.phpt; ./ext/spl/tests/fixedarray_001.phpt; ./ext/spl/tests/dllist_010.phpt; ./ext/spl/tests/bug74669.phpt; ./ext/spl/tests/recursiveIteratorIterator_callHasChildren_error.phpt; ./ext/spl/tests/arrayObject_getFlags_basic2.phpt; ./ext/spl/tests/bug77298.phpt; ./ext/spl/tests/SplFileObject_fstat_with_basic_fstat_disabled.phpt; ./ext/spl/tests/fixedarray_002.phpt; ./ext/spl/tests/arrayObject___construct_basic6.phpt; ./ext/spl/tests/bug60201.phpt; ./ext/spl/tests/bug68175.phpt; ./ext/spl/tests/arrayObject_getIteratorClass_basic1.phpt; ./ext/spl/tests/ArrayObject_proptable_canonicalization.phpt; ./ext/spl/tests/iterator_034.phpt; ./ext/spl/tests/iterator_048.phpt; ./ext/spl/tests/arrayObject_setIteratorClass_error1.phpt; ./ext/spl/tests/unserialize.phpt; ./ext/spl/tests/DirectoryIterator_getInode_error.phpt; ./ext/spl/tests/iterator_005.phpt; ./ext/spl/tests/spl_autoload_007.phpt; ./ext/spl/tests/iterator_049.phpt; ./ext/spl/tests/arrayObject___construct_error1.phpt; ./ext/spl/tests/SplFixedArray_setsize_001.phpt; ./ext/spl/tests/bug44615.phpt; ./ext/spl/tests/bug75673.phpt; ./ext/spl/tests/bug42703.phpt; ./ext/spl/tests/DirectoryIterator_getGroup_basic.phpt; ./ext/spl/tests/fixedarray_018.phpt; ./ext/spl/tests/spl_autoload_009.phpt; ./ext/spl/tests/SplFileObject_fgetcsv_escape_basic.phpt; ./ext/spl/tests/iterator_049b.phpt; ./ext/spl/tests/SplDoublyLinkedList_add_invalid_offset.phpt; ./ext/spl/tests/bug71617.phpt; ./ext/spl/tests/SplFileObject_fgetcsv_escape_default.phpt; ./ext/spl/tests/RegexIterator_with_reference_replacement.phpt; ./ext/spl/tests/recursiveiteratoriterator_nextelement_basic.phpt; ./ext/spl/tests/SplFileObject_fputcsv_variation11.phpt; ./ext/spl/tests/array_001.phpt; ./ext/spl/tests/SplDoublyLinkedList_current_empty.phpt; ./ext/spl/tests/SplHeap_isEmpty.phpt; ./ext/spl/tests/SplTempFileObject_constructor_memory_lt1_variation.phpt; ./ext/spl/tests/spl_cachingiterator___toString_basic.phpt; ./ext/spl/tests/bug51374.phpt; ./ext/spl/tests/regexIterator_setMode_error.phpt; ./ext/spl/tests/bug54292.phpt; ./ext/spl/tests/arrayObject_clone_basic2.phpt; ./ext/spl/tests/bug70169.phpt; ./ext/spl/tests/iterator_055.phpt; ./ext/spl/tests/bug37457.phpt; ./ext/spl/tests/bug42654.phpt; ./ext/spl/tests/dllist_006.phpt; ./ext/spl/tests/bug61527.phpt; ./ext/spl/tests/dllist_005.phpt; ./ext/spl/tests/bug31926.phpt; ./ext/spl/tests/bug71838.phpt; ./ext/spl/tests/bug48493.phpt; ./ext/spl/tests/array_013.phpt; ./ext/spl/tests/SplFileInfo_getOwner_error.phpt; ./ext/spl/tests/arrayObject_magicMethods4.phpt; ./ext/spl/tests/bug45826.phpt; ./ext/spl/tests/iterator_070.phpt; ./ext/spl/tests/bug49263.phpt; ./ext/spl/tests/bug70365.phpt; ./ext/spl/tests/SplFixedArray_setSize_param_null.phpt; ./ext/spl/tests/bug71028.phpt; ./ext/spl/tests/class_implements_variation1.phpt; ./ext/spl/tests/iterator_041b.phpt; ./ext/spl/tests/dit_004.phpt; ./ext/spl/tests/array_017.phpt; ./ext/spl/tests/bug78436.phpt; ./ext/spl/tests/SplFileInfo_getPerms_basic.phpt; ./ext/spl/tests/bug68825.phpt; ./ext/spl/tests/multiple_iterator_001.phpt; ./ext/spl/tests/iterator_037.phpt; ./ext/spl/tests/bug67360.phpt; ./ext/spl/tests/bug44144.phpt; ./ext/spl/tests/SplFixedArray_toArray_empty.phpt; ./ext/spl/tests/iterator_to_array_nonscalar_keys.phpt; ./ext/spl/tests/iterator_054.phpt; ./ext/spl/tests/SplObjectStorage_getHash.phpt; ./ext/spl/tests/bug67805.phpt; ./ext/spl/tests/class_uses_variation1.phpt; ./ext/spl/tests/observer_003.phpt; ./ext/spl/tests/SplFixedArray_fromarray_indexes.phpt; ./ext/spl/tests/array_020.phpt; ./ext/spl/tests/arrayObject_asort_basic2.phpt; ./ext/spl/tests/iterator_033.phpt; ./ext/spl/tests/bug69845.phpt; ./ext/spl/tests/iterator_041a.phpt; ./ext/spl/tests/fileobject_004.phpt; ./ext/spl/tests/SplFileObject_fgetcsv_delimiter_error.phpt; ./ext/spl/tests/bug46053.phpt; ./ext/spl/tests/class_implements_variation.phpt; ./ext/spl/tests/bug70303.phpt; ./ext/spl/tests/bug62672.phpt; ./ext/spl/tests/bug79151.phpt; ./ext/spl/tests/fileobject_getfileinfo_basic.phpt; ./ext/spl/tests/arrayObject_getFlags_basic1.phpt; ./ext/spl/tests/SplObjectStorage_unserialize_nested.phpt; ./ext/spl/tests/heap_008.phpt; ./ext/spl/tests/dit_006.phpt; ./ext/spl/tests/bug76367.phpt; ./ext/spl/tests/dllist_007.phpt; ./ext/spl/tests/spl_autoload_006.phpt; ./ext/spl/tests/SplFileInfo_getExtension_basic.phpt; ./ext/spl/tests/bug70053.phpt; ./ext/spl/tests/bug28822.phpt; ./ext/spl/tests/dllist_008.phpt; ./ext/spl/tests/observer_004.phpt; ./ext/spl/tests/iterator_032.phpt; ./ext/spl/tests/SplTempFileObject_constructor_basic.phpt; ./ext/spl/tests/spl_autoload_008.phpt; ./ext/spl/tests/SplFileObject_haschildren_basic.phpt; ./ext/spl/tests/bug36941.phpt; ./ext/spl/tests/recursiveiteratoriterator_getsubiterator_variation.phpt; ./ext/spl/tests/SplFileObject_getCsvControl_basic_001.phpt; ./ext/spl/tests/SplFileObject_fgetcsv_escape_error.phpt; ./ext/spl/tests/heap_010.phpt; ./ext/spl/tests/observer_005.phpt; ./ext/spl/tests/dit_005.phpt; ./ext/spl/tests/observer_008.phpt; ./ext/spl/tests/recursiveIteratorIterator_beginchildren_error.phpt; ./ext/spl/tests/SplDoublyLinkedList_current.phpt; ./ext/spl/tests/bug79393.phpt; ./ext/spl/tests/bug53144.phpt; ./ext/spl/tests/SplDoublyLinkedList_key.phpt; ./ext/spl/tests/SplFileObject_fputcsv_variation10.phpt; ./ext/spl/tests/arrayObject_exchangeArray_basic2.phpt; ./ext/spl/tests/arrayObject_uasort_basic1.phpt; ./ext/spl/tests/arrayObject_setFlags_basic1.phpt; ./ext/spl/tests/arrayObject_clone_basic1.phpt; ./ext/spl/tests/DirectoryIterator_getExtension_basic.phpt; ./ext/spl/tests/iterator_052.phpt; ./ext/spl/tests/bug62059.phpt; ./ext/spl/tests/bug73686.phpt; ./ext/spl/tests/arrayObject_exchangeArray_basic1.phpt; ./ext/spl/tests/SplDoublylinkedlist_offsetunset_last.phpt; ./ext/spl/tests/arrayObject___construct_basic5.phpt; ./ext/spl/tests/SplFileInfo_getGroup_basic.phpt; ./ext/spl/tests/bug70852.phpt; ./ext/spl/tests/class_uses_basic.phpt; ./ext/spl/tests/bug77903.phpt; ./ext/spl/tests/SplDoublyLinkedList_offsetUnset_greater_than_elements.phpt; ./ext/spl/tests/bug46088.phpt; ./ext/spl/tests/bug52573.phpt; ./ext/spl/tests/bug68479.phpt; ./ext/spl/tests/bug70366.phpt; ./ext/spl/tests/SplFileObject_fwrite_variation_001.phpt; ./ext/spl/tests/recursiveiteratoriterator_getsubiterator_variation_002.phpt; ./ext/spl/tests/bug69335.phpt; ./ext/spl/tests/observer_007.phpt; ./ext/spl/tests/iterator_009.phpt; ./ext/spl/tests/SplFileObject_fflush_basic_001.phpt; ./ext/spl/tests/bug41692.phpt; ./ext/spl/tests/bug52339.phpt; ./ext/spl/tests/SplFileObject_key_error002.phpt; ./ext/spl/tests/array_019.phpt; ./ext/spl/tests/array_010.phpt; ./ext/spl/tests/bug74058.phpt; ./ext/spl/tests/SplDoublylinkedlist_offsetunset_first.phpt; ./ext/spl/tests/bug77359.phpt; ./ext/spl/tests/bug70168.phpt; ./ext/spl/tests/arrayObject___construct_basic1.phpt; ./ext/spl/tests/bug78976.phpt; ./ext/spl/tests/countable_count_variation1.phpt; ./ext/spl/tests/spl_autoload_001.phpt; ./ext/spl/tests/SplTempFileObject_constructor_maxmemory_basic.phpt; ./ext/spl/tests/SplFileObject_fscanf_basic.phpt; ./ext/spl/tests/bug54323.phpt; ./ext/spl/tests/dit_002.phpt; ./ext/spl/tests/SplFileObject_getchildren_basic.phpt; ./ext/spl/tests/pqueue_002.phpt; ./ext/spl/tests/iterator_042.phpt; ./ext/spl/tests/SplFileInfo_getGroup_error.phpt; ./ext/spl/tests/bug53362.phpt; ./ext/spl/tests/SplFileObject_fgetcsv_enclosure_error.phpt; ./ext/spl/tests/recursiveiteratoriterator_beginiteration_basic.phpt; ./ext/spl/tests/pqueue_004.phpt; ./ext/spl/tests/array_026.phpt; ./ext/spl/tests/iterator_007.phpt; ./ext/spl/tests/iterator_044.phpt; ./ext/spl/tests/arrayObject_asort_basic1.phpt; ./ext/spl/tests/SplFileObject_next_variation001.phpt; ./ext/spl/tests/recursiveIteratorIterator_nextelement_error.phpt; ./ext/spl/tests/SplFileInfo_getOwner_basic.phpt; ./ext/spl/tests/array_022.phpt; ./ext/spl/tests/bug70166.phpt; ./ext/spl/tests/heap_011.phpt; ./ext/spl/tests/bug36287.phpt; ./ext/spl/tests/bug36287.phpt; ./ext/spl/tests/iterator_038.phpt; ./ext/spl/tests/iterator_041.phpt; ./ext/ftp/tests/bug37799.phpt; ./ext/ftp/tests/ftp_fget_basic2.phpt; ./ext/ftp/tests/ftp_nb_fget_basic3.phpt; ./ext/ftp/tests/ftp_site_basic.phpt; ./ext/ftp/tests/ftp_set_option_errors.phpt; ./ext/ftp/tests/005.phpt; ./ext/ftp/tests/002.phpt; ./ext/ftp/tests/ftp_append.phpt; ./ext/ftp/tests/ftp_rawlist_basic2.phpt; ./ext/ftp/tests/ftp_alloc_basic1.phpt; ./ext/ftp/tests/001.phpt; ./ext/ftp/tests/dead-resource.phpt; ./ext/ftp/tests/ftp_set_option.phpt; ./ext/ftp/tests/004.phpt; ./ext/ftp/tests/bug7216-2.phpt; ./ext/ftp/tests/bug39583.phpt; ./ext/ftp/tests/ftp_fget_basic.phpt; ./ext/ftp/tests/ftp_nb_put.phpt; ./ext/ftp/tests/bug27809.phpt; ./ext/ftp/tests/007.phpt; ./ext/ftp/tests/ftp_ssl_connect_error.phpt; ./ext/ftp/tests/ftp_rename_basic1.phpt; ./ext/ftp/tests/ftp_nb_get_large.phpt; ./ext/ftp/tests/ftp_fput.phpt; ./ext/ftp/tests/ftp_nb_fget_basic2.phpt; ./ext/ftp/tests/ftp_chmod_basic.phpt; ./ext/ftp/tests/ftp_rmdir_basic.phpt; ./ext/ftp/tests/ftp_exec_basic.phpt; ./ext/ftp/tests/ftp_nb_fput.phpt; ./ext/ftp/tests/ftp_fget_basic1.phpt; ./ext/ftp/tests/ftp_mlsd_empty_directory.phpt; ./ext/ftp/tests/bug39583-2.phpt; ./ext/ftp/tests/003.phpt; ./ext/ftp/tests/ftp_get_option.phpt; ./ext/ftp/tests/filesize_large.phpt; ./ext/ftp/tests/ftp_fget_basic3.phpt; ./ext/ftp/tests/ftp_nb_fget_basic1.phpt; ./ext/ftp/tests/ftp_mlsd.phpt; ./ext/ftp/tests/ftp_alloc_basic2.phpt; ./ext/ftp/tests/ftp_mlsd_missing_directory.phpt; ./ext/ftp/tests/bug39458.phpt; ./ext/ftp/tests/ftp_pasv.phpt; ./ext/ftp/tests/bug7216.phpt; ./ext/ftp/tests/ftp_get_basic.phpt; ./ext/ftp/tests/ftp_rawlist_basic1.phpt; ./ext/ftp/tests/bug39458-2.phpt; ./ext/ftp/tests/ftp_delete.phpt; ./ext/ftp/tests/ftp_mdtm_basic.phpt; ./ext/calendar/tests/unixtojd_error1.phpt; ./ext/calendar/tests/bug52744.phpt; ./ext/calendar/tests/jdtomonthname.phpt; ./ext/calendar/tests/bug67976.phpt; ./ext/calendar/tests/bug53574_1.phpt; ./ext/calendar/tests/bug80185.phpt; ./ext/calendar/tests/jdtojewish64.phpt; ./ext/calendar/tests/bug53574_2.phpt; ./ext/calendar/tests/jdtojewish.phpt; ./ext/calendar/tests/bug71894.phpt; ./ext/calendar/tests/bug80185_32bit.phpt; ./ext/calendar/tests/bug55797_2.phpt; ./ext/calendar/tests/bug55797_1.phpt; ./ext/calendar/tests/bug54254.phpt; ./ext/exif/tests/bug34704-mb.phpt; ./ext/exif/tests/exif013.phpt; ./ext/exif/tests/bug74428/bug74428.phpt; ./ext/exif/tests/exif014.phpt; ./ext/exif/tests/exif021.phpt; ./ext/exif/tests/exif004.phpt; ./ext/exif/tests/exif_imagetype_error.phpt; ./ext/exif/tests/bug68113-mb.phpt; ./ext/exif/tests/exif011.phpt; ./ext/exif/tests/bug72603.phpt; ./ext/exif/tests/bug79046.phpt; ./ext/exif/tests/exif_imagetype_basic.phpt; ./ext/exif/tests/bug62523_2.phpt; ./ext/exif/tests/nesting_level_oom.phpt; ./ext/exif/tests/exif_tagname_basic.phpt; ./ext/exif/tests/float_cast_overflow.phpt; ./ext/exif/tests/bug68547.phpt; ./ext/exif/tests/redhat-bug1362571.phpt; ./ext/exif/tests/tag_with_illegal_zero_components.phpt; ./ext/exif/tests/exif018.phpt; ./ext/exif/tests/exif026.phpt; ./ext/exif/tests/bug72618.phpt; ./ext/exif/tests/exif005.phpt; ./ext/exif/tests/exif009.phpt; ./ext/exif/tests/exif024.phpt; ./ext/exif/tests/temporary_buffer_leak.phpt; ./ext/exif/tests/bug60150.phpt; ./ext/exif/tests/exif001.phpt; ./ext/exif/tests/bug79282.phpt; ./ext/exif/tests/exif017.phpt; ./ext/exif/tests/bug77753.phpt; ./ext/exif/tests/exif016.phpt; ./ext/exif/tests/bug50845.phpt; ./ext/exif/tests/exif022.phpt; ./ext/exif/tests/exif_imagetype_basic-mb.phpt; ./ext/exif/tests/bug73115/bug73115.phpt; ./ext/exif/tests/exif020.phpt; ./ext/exif/tests/exif_read_data_streams.phpt; ./ext/exif/tests/exif025.phpt; ./ext/exif/tests/exif027.phpt; ./ext/exif/tests/bug78910.phpt; ./ext/exif/tests/bug76557.phpt; ./ext/exif/tests/bug72627.phpt; ./ext/exif/tests/bug50660/bug50660.phpt; ./ext/exif/tests/bug77831.phpt; ./ext/exif/tests/bug72735/bug72682.phpt; ./ext/exif/tests/exif_read_data_streams_seek.phpt; ./ext/exif/tests/exif007.phpt; ./ext/exif/tests/bug62523_3.phpt; ./ext/exif/tests/bug34704.phpt; ./ext/exif/tests/bug71534.phpt; ./ext/exif/tests/bug73737.phpt; ./ext/exif/tests/bug72819/bug72819.phpt; ./ext/exif/tests/bug68113.phpt; ./ext/exif/tests/bug64739.phpt; ./ext/exif/tests/bug77564/bug77564.phpt; ./ext/exif/tests/exif008.phpt; ./ext/exif/tests/exif012.phpt; ./ext/exif/tests/exif003.phpt; ./ext/exif/tests/exif_thumbnail_streams.phpt; ./ext/exif/tests/bug62523_1.phpt; ./ext/exif/tests/exif023.phpt; ./ext/exif/tests/exif015.phpt; ./ext/exif/tests/exif010.phpt; ./ext/xmlwriter/tests/bug48204.phpt; ./ext/xmlwriter/tests/xmlwriter_open_uri_error_005.phpt; ./ext/xmlwriter/tests/xmlwriter_open_uri_error_004.phpt; ./ext/xmlwriter/tests/xmlwriter_open_uri_error_003.phpt; ./ext/xmlwriter/tests/010.phpt; ./ext/xmlwriter/tests/xmlwriter_write_dtd_basic_001.phpt; ./ext/xmlwriter/tests/xmlwriter_set_indent_string_basic_001.phpt; ./ext/session/tests/session_set_save_handler_class_002.phpt; ./ext/session/tests/session_name_variation2.phpt; ./ext/session/tests/session_start_variation3.phpt; ./ext/session/tests/session_write_close_variation2.phpt; ./ext/session/tests/session_regenerate_id_cookie.phpt; ./ext/session/tests/bug79221.phpt; ./ext/session/tests/session_create_id_basic.phpt; ./ext/session/tests/session_save_path_variation3.phpt; ./ext/session/tests/session_module_name_basic.phpt; ./ext/session/tests/rfc1867_disabled.phpt; ./ext/session/tests/session_encode_variation1.phpt; ./ext/session/tests/bug79031.phpt; ./ext/session/tests/session_encode_error2.phpt; ./ext/session/tests/session_regenerate_id_fastshutdown.phpt; ./ext/session/tests/bug42596.phpt; ./ext/session/tests/session_encode_variation2.phpt; ./ext/session/tests/session_id_basic2.phpt; ./ext/session/tests/026.phpt; ./ext/session/tests/session_set_save_handler_class_001.phpt; ./ext/session/tests/bug67694.phpt; ./ext/session/tests/session_encode_serialize.phpt; ./ext/session/tests/session_cache_limiter_basic.phpt; ./ext/session/tests/session_cache_expire_variation1.phpt; ./ext/session/tests/session_cache_limiter_variation1.phpt; ./ext/session/tests/005.phpt; ./ext/session/tests/session_set_save_handler_error2.phpt; ./ext/session/tests/rfc1867.phpt; ./ext/session/tests/session_set_save_handler_variation1.phpt; ./ext/session/tests/session_encode_variation6.phpt; ./ext/session/tests/session_start_variation6.phpt; ./ext/session/tests/session_commit_variation4.phpt; ./ext/session/tests/bug63379.phpt; ./ext/session/tests/session_cache_limiter_variation3.phpt; ./ext/session/tests/session_get_cookie_params_variation1.phpt; ./ext/session/tests/004.phpt; ./ext/session/tests/session_encode_variation5.phpt; ./ext/session/tests/bug70013.phpt; ./ext/session/tests/session_set_cookie_params_variation6.phpt; ./ext/session/tests/session_set_save_handler_iface_003.phpt; ./ext/session/tests/session_id_error3.phpt; ./ext/session/tests/bug74541.phpt; ./ext/session/tests/bug73100.phpt; ./ext/session/tests/session_reset_basic.phpt; ./ext/session/tests/session_unset_basic.phpt; ./ext/session/tests/bug78624.phpt; ./ext/session/tests/session_set_save_handler_class_013.phpt; ./ext/session/tests/bug71972.phpt; ./ext/session/tests/bug74941.phpt; ./ext/session/tests/session_commit_variation5.phpt; ./ext/session/tests/session_basic5.phpt; ./ext/session/tests/rfc1867_no_name.phpt; ./ext/session/tests/bug73273.phpt; ./ext/session/tests/session_encode_variation3.phpt; ./ext/session/tests/session_destroy_variation1.phpt; ./ext/session/tests/023.phpt; ./ext/session/tests/session_cache_expire_variation3.phpt; ./ext/session/tests/session_start_error.phpt; ./ext/session/tests/bug79091.phpt; ./ext/session/tests/session_module_name_variation4.phpt; ./ext/session/tests/session_set_save_handler_iface_002.phpt; ./ext/session/tests/session_set_save_handler_variation3.phpt; ./ext/session/tests/session_basic2.phpt; ./ext/session/tests/session_set_cookie_params_variation7.phpt; ./ext/session/tests/session_set_cookie_params_variation2.phpt; ./ext/session/tests/session_basic3.phpt; ./ext/session/tests/session_start_variation1.phpt; ./ext/session/tests/rfc1867_inter.phpt; ./ext/session/tests/session_decode_variation1.phpt; ./ext/session/tests/bug74936.phpt; ./ext/session/tests/session_write_close_basic.phpt; ./ext/session/tests/bug72562.phpt; ./ext/session/tests/session_encode_basic.phpt; ./ext/session/tests/session_set_save_handler_class_012.phpt; ./ext/session/tests/rfc1867_sid_only_cookie.phpt; ./ext/session/tests/session_set_save_handler_error4.phpt; ./ext/session/tests/session_set_save_handler_class_003.phpt; ./ext/session/tests/session_commit_variation1.phpt; ./ext/session/tests/session_basic1.phpt; ./ext/session/tests/rfc1867_sid_get_2.phpt; ./ext/session/tests/session_set_cookie_params_variation4.phpt; ./ext/session/tests/session_status.phpt; ./ext/session/tests/session_decode_variation2.phpt; ./ext/session/tests/session_set_save_handler_class_018.phpt; ./ext/session/tests/bug65475.phpt; ./ext/session/tests/session_destroy_variation3.phpt; ./ext/session/tests/rfc1867_invalid_settings.phpt; ./ext/session/tests/session_encode_variation8.phpt; ./ext/session/tests/bug72940.phpt; ./ext/session/tests/session_start_variation8.phpt; ./ext/session/tests/session_id_error2.phpt; ./ext/session/tests/session_name_variation1.phpt; ./ext/session/tests/session_set_save_handler_basic.phpt; ./ext/session/tests/session_decode_variation4.phpt; ./ext/session/tests/session_gc_basic.phpt; ./ext/session/tests/session_id_basic.phpt; ./ext/session/tests/bug79413.phpt; ./ext/session/tests/bug74833.phpt; ./ext/session/tests/session_set_cookie_params_basic.phpt; ./ext/session/tests/bug24592.phpt; ./ext/session/tests/session_start_variation7.phpt; ./ext/session/tests/session_encode_variation4.phpt; ./ext/session/tests/session_commit_basic.phpt; ./ext/session/tests/bug66481.phpt; ./ext/session/tests/session_set_cookie_params_variation5.phpt; ./ext/session/tests/session_ini_set.phpt; ./ext/session/tests/session_decode_basic.phpt; ./ext/session/tests/session_commit_variation2.phpt; ./ext/session/tests/session_set_save_handler_variation4.phpt; ./ext/session/tests/session_write_close_variation1.phpt; ./ext/session/tests/bug61470.phpt; ./ext/session/tests/session_cache_expire_basic.phpt; ./ext/session/tests/session_set_save_handler_variation2.phpt; ./ext/session/tests/bug71162.phpt; ./ext/session/tests/session_set_save_handler_class_004.phpt; ./ext/session/tests/bug68063.phpt; ./ext/session/tests/session_module_name_variation1.phpt; ./ext/session/tests/003.phpt; ./ext/session/tests/session_start_variation5.phpt; ./ext/session/tests/session_regenerate_id_variation1.phpt; ./ext/session/tests/session_set_save_handler_class_017.phpt; ./ext/session/tests/session_module_name_variation3.phpt; ./ext/session/tests/session_start_variation9.phpt; ./ext/session/tests/bug74514.phpt; ./ext/session/tests/027.phpt; ./ext/session/tests/rfc1867_disabled_2.phpt; ./ext/session/tests/session_decode_basic_serialize.phpt; ./ext/session/tests/session_save_path_variation4.phpt; ./ext/session/tests/session_set_save_handler_iface_001.phpt; ./ext/session/tests/bug63379_nodestroy.phpt; ./ext/session/tests/session_cache_limiter_variation2.phpt; ./ext/session/tests/rfc1867_sid_post.phpt; ./ext/session/tests/session_set_cookie_params_variation3.phpt; ./ext/session/tests/session_save_path_variation2.phpt; ./ext/session/tests/session_encode_variation7.phpt; ./ext/session/tests/session_name_basic.phpt; ./ext/session/tests/bug53141.phpt; ./ext/session/tests/session_module_name_variation2.phpt; ./ext/session/tests/rfc1867_sid_get.phpt; ./ext/session/tests/session_decode_error2.phpt; ./ext/session/tests/session_regenerate_id_basic.phpt; ./ext/session/tests/bug70133.phpt; ./ext/session/tests/session_set_save_handler_class_005.phpt; ./ext/session/tests/session_destroy_variation2.phpt; ./ext/session/tests/session_get_cookie_params_basic.phpt; ./ext/session/tests/session_unset_variation1.phpt; ./ext/session/tests/session_set_save_handler_class_006.phpt; ./ext/session/tests/rfc1867_cleanup.phpt; ./ext/session/tests/session_commit_variation3.phpt; ./ext/session/tests/rfc1867_invalid_settings_2.phpt; ./ext/session/tests/session_decode_variation3.phpt; ./ext/session/tests/025.phpt; ./ext/session/tests/session_set_save_handler_class_016.phpt; ./ext/session/tests/session_set_save_handler_variation6.phpt; ./ext/session/tests/session_status_disabled.phpt; ./ext/session/tests/024.phpt; ./ext/session/tests/session_set_save_handler_sid_001.phpt; ./ext/session/tests/bug69111.phpt; ./ext/session/tests/session_write_close_variation3.phpt; ./ext/session/tests/rfc1867_sid_only_cookie_2.phpt; ./ext/session/tests/session_abort_basic.phpt; ./ext/session/tests/rfc1867_sid_cookie.phpt; ./ext/session/tests/session_cache_expire_variation2.phpt; ./ext/session/tests/session_set_save_handler_closures.phpt; ./ext/session/tests/session_save_path_basic.phpt; ./ext/session/tests/rfc1867_sid_invalid.phpt; ./ext/session/tests/009.phpt; ./ext/session/tests/019.phpt; ./ext/session/tests/session_save_path_variation1.phpt; ./ext/session/tests/006.phpt; ./ext/session/tests/022.phpt; ./ext/session/tests/session_write_close_variation4.phpt; ./ext/session/tests/session_set_cookie_params_variation1.phpt; ./ext/session/tests/session_set_save_handler_variation5.phpt; ./ext/session/tests/bug73529.phpt; ./ext/session/tests/session_start_variation4.phpt; ./ext/session/tests/bug72681.phpt; ./ext/session/tests/session_save_path_variation5.phpt; ./ext/session/tests/session_start_variation2.phpt; ./ext/session/tests/session_set_save_handler_sid_002.phpt; ./ext/pcntl/tests/pcntl_get_last_error.phpt; ./ext/pcntl/tests/pcntl_unshare_03.phpt; ./ext/pcntl/tests/pcntl_fork_basic.phpt; ./ext/pcntl/tests/002.phpt; ./ext/pcntl/tests/pcntl_setpriority_basic.phpt; ./ext/pcntl/tests/bug72154.phpt; ./ext/pcntl/tests/pcntl_signal_get_handler.phpt; ./ext/pcntl/tests/pcntl_signal.phpt; ./ext/pcntl/tests/pcntl_unshare_02.phpt; ./ext/pcntl/tests/pcntl_alarm.phpt; ./ext/pcntl/tests/pcntl_getpriority_basic.phpt; ./ext/pcntl/tests/pcntl_unshare_01.phpt; ./ext/pcntl/tests/pcntl_exec_3.phpt; ./ext/pcntl/tests/pcntl_exec_2.phpt; ./ext/pcntl/tests/pcntl_wait.phpt; ./ext/pcntl/tests/003.phpt; ./ext/pcntl/tests/bug47566.phpt; ./ext/pcntl/tests/pcntl_wait_rusage1.phpt; ./ext/pcntl/tests/pcntl_waitpid_rusage1.phpt; ./ext/pdo_dblib/tests/dbversion.phpt; ./ext/pdo_dblib/tests/datetime2.phpt; ./ext/pdo_dblib/tests/bug_38955.phpt; ./ext/pdo_dblib/tests/bug_45876.phpt; ./ext/pdo_dblib/tests/bug_54648.phpt; ./ext/pdo_dblib/tests/bug_67130.phpt; ./ext/pdo_dblib/tests/stringify_uniqueidentifier.phpt; ./ext/pdo_dblib/tests/types.phpt; ./ext/pdo_dblib/tests/pdo_dblib_param_str_natl.phpt; ./ext/pdo_dblib/tests/bug_47588.phpt; ./ext/pdo_dblib/tests/dbtds.phpt; ./ext/pdo_dblib/tests/datetime_convert.phpt; ./ext/pdo_dblib/tests/batch_stmt_ins_up.phpt; ./ext/pdo_dblib/tests/batch_stmt_rowcount.phpt; ./ext/pdo_dblib/tests/batch_stmt_transaction.phpt; ./ext/pdo_dblib/tests/pdo_dblib_quote.phpt; ./ext/pdo_dblib/tests/batch_stmt_ins_exec.phpt; ./ext/pdo_dblib/tests/bug_69592.phpt; ./ext/pdo_dblib/tests/bug_73396.phpt; ./ext/pdo_dblib/tests/bug_71667.phpt; ./ext/pdo_dblib/tests/batch_stmt_ins_sel_up_del.phpt; ./ext/pdo_dblib/tests/batch_stmt_try.phpt; ./ext/pcre/tests/preg_replace_callback_error1.phpt; ./ext/pcre/tests/bug26927.phpt; ./ext/pcre/tests/preg_replace_callback_flags.phpt; ./ext/pcre/tests/preg_match_all_edit_basic.phpt; ./ext/pcre/tests/bug74873.phpt; ./ext/pcre/tests/bug76850.phpt; ./ext/pcre/tests/errors06.phpt; ./ext/pcre/tests/bug20528.phpt; ./ext/pcre/tests/bug42298.phpt; ./ext/pcre/tests/bug79363.phpt; ./ext/pcre/tests/preg_replace2.phpt; ./ext/pcre/tests/preg_replace_error2.phpt; ./ext/pcre/tests/preg_match_basic.phpt; ./ext/pcre/tests/preg_replace_basic.phpt; ./ext/pcre/tests/preg_split_error1.phpt; ./ext/pcre/tests/dollar_endonly.phpt; ./ext/pcre/tests/bug75457.phpt; ./ext/pcre/tests/bug34790.phpt; ./ext/pcre/tests/preg_filter.phpt; ./ext/pcre/tests/preg_match_error4.phpt; ./ext/pcre/tests/bug47229.phpt; ./ext/pcre/tests/005.phpt; ./ext/pcre/tests/002.phpt; ./ext/pcre/tests/preg_match_basic_edit.phpt; ./ext/pcre/tests/bug76512.phpt; ./ext/pcre/tests/bug52732.phpt; ./ext/pcre/tests/001.phpt; ./ext/pcre/tests/bug21732.phpt; ./ext/pcre/tests/bug70345.phpt; ./ext/pcre/tests/004.phpt; ./ext/pcre/tests/bug79188.phpt; ./ext/pcre/tests/bug75089.phpt; ./ext/pcre/tests/preg_match_all_basic.phpt; ./ext/pcre/tests/marks.phpt; ./ext/pcre/tests/bug40909.phpt; ./ext/pcre/tests/errors05.phpt; ./ext/pcre/tests/bug38600.phpt; ./ext/pcre/tests/preg_replace_callback3.phpt; ./ext/pcre/tests/grep.phpt; ./ext/pcre/tests/bug76127.phpt; ./ext/pcre/tests/split.phpt; ./ext/pcre/tests/bug37911.phpt; ./ext/pcre/tests/bug40195.phpt; ./ext/pcre/tests/pcre_anchored.phpt; ./ext/pcre/tests/bug77827.phpt; ./ext/pcre/tests/ungreedy.phpt; ./ext/pcre/tests/bug75539.phpt; ./ext/pcre/tests/study.phpt; ./ext/pcre/tests/bug73483.phpt; ./ext/pcre/tests/errors04.phpt; ./ext/pcre/tests/bug73392.phpt; ./ext/pcre/tests/bug79241.phpt; ./ext/pcre/tests/preg_replace_callback2.phpt; ./ext/pcre/tests/preg_replace_edit_basic.phpt; ./ext/pcre/tests/bug78853.phpt; ./ext/pcre/tests/007.phpt; ./ext/pcre/tests/errors02.phpt; ./ext/pcre/tests/bug72685.phpt; ./ext/pcre/tests/bug37800.phpt; ./ext/pcre/tests/bug74183.phpt; ./ext/pcre/tests/bug76514.phpt; ./ext/pcre/tests/bug27011.phpt; ./ext/pcre/tests/match_flags3.phpt; ./ext/pcre/tests/grep2.phpt; ./ext/pcre/tests/errors01.phpt; ./ext/pcre/tests/bug61780.phpt; ./ext/pcre/tests/match_flags.phpt; ./ext/pcre/tests/bug72688.phpt; ./ext/pcre/tests/preg_match_error2.phpt; ./ext/pcre/tests/preg_match_all_error2.phpt; ./ext/pcre/tests/pcre_count.phpt; ./ext/pcre/tests/preg_split_basic.phpt; ./ext/pcre/tests/pcre_extended.phpt; ./ext/pcre/tests/bug66121.phpt; ./ext/pcre/tests/preg_replace_callback_array2.phpt; ./ext/pcre/tests/cache_limit.phpt; ./ext/pcre/tests/bug75355.phpt; ./ext/pcre/tests/bug80118.phpt; ./ext/pcre/tests/bug52971.phpt; ./ext/pcre/tests/preg_grep_error1.phpt; ./ext/pcre/tests/bug44925.phpt; ./ext/pcre/tests/preg_match_variation1.phpt; ./ext/pcre/tests/preg_match_error1.phpt; ./ext/pcre/tests/bug47662.phpt; ./ext/pcre/tests/bug79257.phpt; ./ext/pcre/tests/bug53823.phpt; ./ext/pcre/tests/no_jit_bug70110.phpt; ./ext/pcre/tests/bug76909.phpt; ./ext/pcre/tests/recursion_limit.phpt; ./ext/pcre/tests/errors03.phpt; ./ext/pcre/tests/split2.phpt; ./ext/pcre/tests/bug70232.phpt; ./ext/pcre/tests/preg_replace_callback_array.phpt; ./ext/pcre/tests/003.phpt; ./ext/pcre/tests/locales.phpt; ./ext/pcre/tests/multiline.phpt; ./ext/pcre/tests/check_jit_enabled.phpt; ./ext/pcre/tests/bug44214_2.phpt; ./ext/pcre/tests/pcre_extra.phpt; ./ext/pcre/tests/preg_match_all_error1.phpt; ./ext/pcre/tests/bug69864.phpt; ./ext/pcre/tests/bug71537.phpt; ./ext/pcre/tests/preg_match_error3.phpt; ./ext/pcre/tests/preg_match_latin.phpt; ./ext/pcre/tests/bug79846.phpt; ./ext/pcre/tests/bug42737.phpt; ./ext/pcre/tests/preg_match_basic_002.phpt; ./ext/pcre/tests/preg_replace.phpt; ./ext/pcre/tests/bug42945.phpt; ./ext/pcre/tests/preg_replace_error1.phpt; ./ext/pcre/tests/request47456.phpt; ./ext/pcre/tests/backtrack_limit.phpt; ./ext/pcre/tests/invalid_utf8.phpt; ./ext/pcre/tests/006.phpt; ./ext/pcre/tests/bug21758.phpt; ./ext/pcre/tests/preg_grep_basic.phpt; ./ext/pcre/tests/preg_match_all_error3.phpt; ./ext/pcre/tests/match_flags2.phpt; ./ext/pcre/tests/bug44214.phpt; ./ext/pcre/tests/preg_quote_basic.phpt; ./ext/pcre/tests/invalid_utf8_offset.phpt; ./ext/pcre/tests/delimiters.phpt; ./ext/zlib/tests/inflate_add_error.phpt; ./ext/zlib/tests/gzfile_variation7.phpt; ./ext/zlib/tests/gzencode_basic1.phpt; ./ext/zlib/tests/zlib_get_coding_type_deflate.phpt; ./ext/zlib/tests/zlib_scheme_unlink_basic.phpt; ./ext/zlib/tests/deflate_add_error.phpt; ./ext/zlib/tests/deflate_add_block_v123.phpt; ./ext/zlib/tests/gzfile_variation11.phpt; ./ext/zlib/tests/readgzfile_variation12.phpt; ./ext/zlib/tests/readgzfile_basic.phpt; ./ext/zlib/tests/gzputs_basic.phpt; ./ext/zlib/tests/zlib_scheme_dir_basic.phpt; ./ext/zlib/tests/gzseek_basic2.phpt; ./ext/zlib/tests/gzread_error2.phpt; ./ext/zlib/tests/zlib_scheme_stat_basic2.phpt; ./ext/zlib/tests/zlib_get_coding_type_br.phpt; ./ext/zlib/tests/gzfilegzreadfile.phpt; ./ext/zlib/tests/gzdeflate_basic1.phpt; ./ext/zlib/tests/gzfile_variation9.phpt; ./ext/zlib/tests/gzfile_basic.phpt; ./ext/zlib/tests/005.phpt; ./ext/zlib/tests/gzfile_variation15.phpt; ./ext/zlib/tests/readgzfile_variation7.phpt; ./ext/zlib/tests/gzopen_basic2.phpt; ./ext/zlib/tests/gzseek_basic.phpt; ./ext/zlib/tests/gzinflate-bug42663.phpt; ./ext/zlib/tests/004.phpt; ./ext/zlib/tests/gzeof_basic.phpt; ./ext/zlib/tests/dictionary_usage.phpt; ./ext/zlib/tests/gzseek_variation2.phpt; ./ext/zlib/tests/gzencode_variation1.phpt; ./ext/zlib/tests/gzencode_variation2-win32.phpt; ./ext/zlib/tests/zlib_wrapper_level.phpt; ./ext/zlib/tests/gzencode_error1.phpt; ./ext/zlib/tests/gzeof_variation1.phpt; ./ext/zlib/tests/readgzfile_basic2.phpt; ./ext/zlib/tests/gzreadgzwrite.phpt; ./ext/zlib/tests/gzseek_variation4.phpt; ./ext/zlib/tests/bug75299.phpt; ./ext/zlib/tests/zlib_get_coding_type_gzip.phpt; ./ext/zlib/tests/007.phpt; ./ext/zlib/tests/gzcompress_variation1.phpt; ./ext/zlib/tests/zlib_wrapper_fflush_basic.phpt; ./ext/zlib/tests/gzrewind_basic.phpt; ./ext/zlib/tests/gzseek_variation7.phpt; ./ext/zlib/tests/zlib_scheme_file_basic.phpt; ./ext/zlib/tests/zlib_wrapper_flock_basic.phpt; ./ext/zlib/tests/gzopen_variation9.phpt; ./ext/zlib/tests/gzrewind_variation1.phpt; ./ext/zlib/tests/gzpassthru_basic.phpt; ./ext/zlib/tests/gzuncompress_basic1.phpt; ./ext/zlib/tests/gzencode_variation2.phpt; ./ext/zlib/tests/readgzfile_variation9.phpt; ./ext/zlib/tests/readgzfile_variation11.phpt; ./ext/zlib/tests/gzuncompress_error1.phpt; ./ext/zlib/tests/004-mb.phpt; ./ext/zlib/tests/gztell_basic2.phpt; ./ext/zlib/tests/gzdeflate_variation1.phpt; ./ext/zlib/tests/gzencode_variation1-win32.phpt; ./ext/zlib/tests/zlib_wrapper_fstat_basic.phpt; ./ext/zlib/tests/gzinflate_error1.phpt; ./ext/zlib/tests/gzfile_variation5.phpt; ./ext/zlib/tests/gzgets_basic.phpt; ./ext/zlib/tests/zlib_wrapper_meta_data_basic.phpt; ./ext/zlib/tests/bug_40189.phpt; ./ext/zlib/tests/gzwrite_error2.phpt; ./ext/zlib/tests/gzseek_variation3.phpt; ./ext/zlib/tests/zlib_get_coding_type_basic.phpt; ./ext/zlib/tests/zlib_scheme_rename_basic.phpt; ./ext/zlib/tests/gzwrite_basic.phpt; ./ext/zlib/tests/gzrewind_basic2.phpt; ./ext/zlib/tests/gzread_variation1.phpt; ./ext/zlib/tests/gzcompress_error1.phpt; ./ext/zlib/tests/gzwrite_variation1.phpt; ./ext/zlib/tests/gzseek_variation1.phpt; ./ext/zlib/tests/gzdeflate_error1.phpt; ./ext/zlib/tests/gzclose_basic.phpt; ./ext/zlib/tests/bug48725.phpt; ./ext/zlib/tests/readgzfile_variation5.phpt; ./ext/zlib/tests/gzfile_basic2.phpt; ./ext/zlib/tests/gzfile_variation4.phpt; ./ext/zlib/tests/bug67724.phpt; ./ext/zlib/tests/gzreadgzwriteplain.phpt; ./ext/zlib/tests/bug71417.phpt; ./ext/zlib/tests/gzseek_variation5.phpt; ./ext/zlib/tests/gzfile_variation12.phpt; ./ext/zlib/tests/inflate_init_error.phpt; ./ext/zlib/tests/gzread_basic.phpt; ./ext/zlib/tests/gzopen_variation7.phpt; ./ext/zlib/tests/006.phpt; ./ext/zlib/tests/gzseek_variation6.phpt; ./ext/zlib/tests/bug_34821.phpt; ./ext/zlib/tests/bug60761.phpt; ./ext/zlib/tests/deflate_init_error.phpt; ./ext/zlib/tests/gztell_basic.phpt; ./ext/zlib/tests/gzcompress_basic1.phpt; ./ext/zlib/tests/readgzfile_variation4.phpt; ./ext/zlib/tests/bug_52944.phpt; ./ext/intl/uchar/tests/bug70455.phpt; ./ext/intl/uchar/tests/bug70453.phpt; ./ext/intl/uchar/tests/bug70454.phpt; ./ext/intl/uchar/tests/basic-functionality.phpt; ./ext/intl/tests/uconverter_func_basic.phpt; ./ext/intl/tests/calendar_clear_basic.phpt; ./ext/intl/tests/dateformat_get_set_calendar_variant2.phpt; ./ext/intl/tests/ini_use_exceptions_basic.phpt; ./ext/intl/tests/breakiter_next_basic.phpt; ./ext/intl/tests/calendar_inDaylightTime_basic.phpt; ./ext/intl/tests/gregoriancalendar_get_setGregorianChange_basic.phpt; ./ext/intl/tests/calendar_getXMinimum_basic.phpt; ./ext/intl/tests/calendar_getDayOfWeekType_basic2.phpt; ./ext/intl/tests/msgfmt_clone_bad_obj.phpt; ./ext/intl/tests/calendar_get_setRepeatedWallTimeOption_basic.phpt; ./ext/intl/tests/bug59597_64.phpt; ./ext/intl/tests/calendar_getNow_basic.phpt; ./ext/intl/tests/idn_uts46_errors.phpt; ./ext/intl/tests/intl_icu_version_constant.phpt; ./ext/intl/tests/bug62082.phpt; ./ext/intl/tests/breakiter_previous_basic.phpt; ./ext/intl/tests/calendar_roll_basic.phpt; ./ext/intl/tests/calendar_setSkipped_RepeatedWallTimeOption_error.phpt; ./ext/intl/tests/gregoriancalendar___construct_variant1.phpt; ./ext/intl/tests/uconverter_getSourceEncoding.phpt; ./ext/intl/tests/dateformat_get_set_timezone.phpt; ./ext/intl/tests/timezone_getOffset_basic.phpt; ./ext/intl/tests/bug61860.phpt; ./ext/intl/tests/timezone_windowsID_basic2.phpt; ./ext/intl/tests/timezone_createTimeZone_error.phpt; ./ext/intl/tests/timezone_equals_basic.phpt; ./ext/intl/tests/calendar_equals_before_after_basic.phpt; ./ext/intl/tests/calendar_get_getActualMaximum_Minumum_error.phpt; ./ext/intl/tests/calendar_getTime_error.phpt; ./ext/intl/tests/timezone_fromDateTimeZone_basic.phpt; ./ext/intl/tests/timezone_getErrorCodeMessage_basic.phpt; ./ext/intl/tests/bug48227.phpt; ./ext/intl/tests/locale_bug72658.phpt; ./ext/intl/tests/calendar_fieldDifference_error.phpt; ./ext/intl/tests/gregoriancalendar___construct_basic.phpt; ./ext/intl/tests/msgfmt_format_error4.phpt; ./ext/intl/tests/timezone_hasSameRules_basic.phpt; ./ext/intl/tests/calendar_getTime_basic.phpt; ./ext/intl/tests/timezone_getErrorCode_error.phpt; ./ext/intl/tests/msgfmt_format_error3.phpt; ./ext/intl/tests/calendar_getWeekendTransition_error.phpt; ./ext/intl/tests/uconverter___construct_error.phpt; ./ext/intl/tests/msgfmt_bug70484.phpt; ./ext/intl/tests/timezone_clone_error.phpt; ./ext/intl/tests/breakiter_getPartsIterator_basic.phpt; ./ext/intl/tests/calendar_getAvailableLocales_basic.phpt; ./ext/intl/tests/msgfmt_format_error1.phpt; ./ext/intl/tests/timezone_getDSTSavings_basic.phpt; ./ext/intl/tests/dateformat_get_set_calendar.phpt; ./ext/intl/tests/msgfmt_format_error5.phpt; ./ext/intl/tests/rbbiter_getRules_basic.phpt; ./ext/intl/tests/uconverter_oop_basic.phpt; ./ext/intl/tests/idn_bug76829.phpt; ./ext/intl/tests/timezone_getErrorMessage_error.phpt; ./ext/intl/tests/breakiter_following_basic.phpt; ./ext/intl/tests/calendar_getDayOfWeekType_basic.phpt; ./ext/intl/tests/calendar_equals_error.phpt; ./ext/intl/tests/timezone_createEnumeration_variation2.phpt; ./ext/intl/tests/dateformat_bug65683_2.phpt; ./ext/intl/tests/calendar_setMinimalDaysInFirstWeek_error.phpt; ./ext/intl/tests/uconverter_enum.phpt; ./ext/intl/tests/grapheme_out_of_bounds.phpt; ./ext/intl/tests/dateformat_get_set_timezone_variant4.phpt; ./ext/intl/tests/breakiter_setText_basic.phpt; ./ext/intl/tests/calendar_isWeekend_error.phpt; ./ext/intl/tests/calendar_get_getActualMaximum_Minumum_error2.phpt; ./ext/intl/tests/calendar_getMinimalDaysInFirstWeek_basic.phpt; ./ext/intl/tests/locale_bug66289.phpt; ./ext/intl/tests/timezone_getDSTSavings_error.phpt; ./ext/intl/tests/breakiter_getPartsIterator_basic2.phpt; ./ext/intl/tests/dateformat_bug68893.phpt; ./ext/intl/tests/uconverter_func_subst.phpt; ./ext/intl/tests/bug74230.phpt; ./ext/intl/tests/spoofchecker_005.phpt; ./ext/intl/tests/bug53512.phpt; ./ext/intl/tests/rbbiter_getRules_basic2.phpt; ./ext/intl/tests/timezone_useDaylightTime_basic.phpt; ./ext/intl/tests/uconverter_getDestinationEncoding.phpt; ./ext/intl/tests/calendar_before_after_error.phpt; ./ext/intl/tests/timezone_IDforWindowsID_basic2.phpt; ./ext/intl/tests/bug76556.phpt; ./ext/intl/tests/timezone_countEquivalentIDs_basic.phpt; ./ext/intl/tests/timezone_getDisplayName_basic.phpt; ./ext/intl/tests/bug72241.phpt; ./ext/intl/tests/breakiter_getPartsIterator_error.phpt; ./ext/intl/tests/timezone_toDateTimeZone_basic.phpt; ./ext/intl/tests/calendar_fromDateTime_error.phpt; ./ext/intl/tests/breakiter_getLocale_basic2.phpt; ./ext/intl/tests/bug72061.phpt; ./ext/intl/tests/calendar_getSkipped_RepeatedWallTimeOption_error.phpt; ./ext/intl/tests/calendar_get_basic.phpt; ./ext/intl/tests/transliterator_get_error_code_basic.phpt; ./ext/intl/tests/calendar_fromDateTime_basic.phpt; ./ext/intl/tests/calendar_getErrorCode_error.phpt; ./ext/intl/tests/timezone_toDateTimeZone_error.phpt; ./ext/intl/tests/calendar_getWeekendTransition_basic.phpt; ./ext/intl/tests/resourcebundle_null_mandatory_args_variant2.phpt; ./ext/intl/tests/timezone_getDisplayName_variant1.phpt; ./ext/intl/tests/timezone_getCanonicalID_variant1_2.phpt; ./ext/intl/tests/badargs.phpt; ./ext/intl/tests/calendar_set_error.phpt; ./ext/intl/tests/bug75193.phpt; ./ext/intl/tests/idn_uts46_basic.phpt; ./ext/intl/tests/calendar_getErrorCode_getErrorMessage_basic.phpt; ./ext/intl/tests/bug74298.phpt; ./ext/intl/tests/gregoriancalendar_isLeapYear_error.phpt; ./ext/intl/tests/bug62081.phpt; ./ext/intl/tests/calendar_getErrorMessage_error.phpt; ./ext/intl/tests/dateformat_setTimeZone_error.phpt; ./ext/intl/tests/msgfmt_setPattern_cache.phpt; ./ext/intl/tests/bug75318.phpt; ./ext/intl/tests/bug62017.phpt; ./ext/intl/tests/uconverter_setSourceEncoding.phpt; ./ext/intl/tests/gregoriancalendar_getGregorianChange_error.phpt; ./ext/intl/tests/calendar_isEquivalentTo_basic.phpt; ./ext/intl/tests/breakiter_preceding_basic2.phpt; ./ext/intl/tests/calendar_setFirstDayOfWeek_basic.phpt; ./ext/intl/tests/resourcebundle_countable.phpt; ./ext/intl/tests/calendar_isWeekend_basic.phpt; ./ext/intl/tests/calendar_getType_basic.phpt; ./ext/intl/tests/calendar_getKeywordValuesForLocale_basic.phpt; ./ext/intl/tests/bug62915-2.phpt; ./ext/intl/tests/breakiter_getLocale_basic3.phpt; ./ext/intl/tests/rbbiter_getRuleStatusVec_basic.phpt; ./ext/intl/tests/calendar_toDateTime_basic.phpt; ./ext/intl/tests/bug74433.phpt; ./ext/intl/tests/calendar_get_Least_Greatest_Minimum_Maximum_error.phpt; ./ext/intl/tests/timezone_createEnumeration_error.phpt; ./ext/intl/tests/cpbi_getLastCodePoint_basic.phpt; ./ext/intl/tests/rbbiter_getBinaryRules_basic.phpt; ./ext/intl/tests/dateformat___construct_bad_tz_cal.phpt; ./ext/intl/tests/transliterator_get_error_message_basic.phpt; ./ext/intl/tests/calendar_get_setSkippedWallTimeOption_basic.phpt; ./ext/intl/tests/calendar_isLenient_error.phpt; ./ext/intl/tests/rbbiter___construct_basic.phpt; ./ext/intl/tests/bug53735.phpt; ./ext/intl/tests/bug62759.phpt; ./ext/intl/tests/msgfmt_format_error6.phpt; ./ext/intl/tests/dateformat_get_set_calendar_variant4.phpt; ./ext/intl/tests/breakiter_getPartsIterator_var1.phpt; ./ext/intl/tests/transliterator_transliterate_error.phpt; ./ext/intl/tests/timezone_IDforWindowsID_basic.phpt; ./ext/intl/tests/bug50590.phpt; ./ext/intl/tests/uconverter_bug66873.phpt; ./ext/intl/tests/timezone_countEquivalentIDs_error.phpt; ./ext/intl/tests/calendar_setFirstDayOfWeek_error.phpt; ./ext/intl/tests/timezone_windowsID_basic.phpt; ./ext/intl/tests/timezone_createEnumeration_variation1.phpt; ./ext/intl/tests/calendar_getType_error.phpt; ./ext/intl/tests/calendar_createInstance_basic.phpt; ./ext/intl/tests/msgfmt_format_datetime.phpt; ./ext/intl/tests/calendar_setTimeZone_variation2.phpt; ./ext/intl/tests/rbbiter_getBinaryRules_basic2.phpt; ./ext/intl/tests/breakiter_getLocale_basic.phpt; ./ext/intl/tests/calendar_isEquivalentTo_error.phpt; ./ext/intl/tests/timezone_getCanonicalID_variant1.phpt; ./ext/intl/tests/bug77895.phpt; ./ext/intl/tests/uconverter_oop_algo.phpt; ./ext/intl/tests/rbbiter_getBinaryRules_basic3.phpt; ./ext/intl/tests/calendar_setTimeZone_error.phpt; ./ext/intl/tests/breakiter_factories_basic.phpt; ./ext/intl/tests/breakiter_getText_basic.phpt; ./ext/intl/tests/dateformat_calendars_variant2.phpt; ./ext/intl/tests/msgfmt_millisecond_dates.phpt; ./ext/intl/tests/timezone_getDisplayName_error.phpt; ./ext/intl/tests/calendar_setTimeZone_variation1.phpt; ./ext/intl/tests/dateformat_get_set_calendar_variant5.phpt; ./ext/intl/tests/calendar_clear_variation1.phpt; ./ext/intl/tests/breakiter_createCodePointInstance_basic.phpt; ./ext/intl/tests/spoofchecker_006.phpt; ./ext/intl/tests/spoofchecker_007.phpt; ./ext/intl/tests/transliterator_list_ids_basic.phpt; ./ext/intl/tests/intl_icu_data_version_constant.phpt; ./ext/intl/tests/spoofchecker_002.phpt; ./ext/intl/tests/dateformat_get_set_timezone_variant5.phpt; ./ext/intl/tests/calendar_createInstance_error.phpt; ./ext/intl/tests/calendar_isSet_basic.phpt; ./ext/intl/tests/breakiter_last_basic.phpt; ./ext/intl/tests/timezone_createTimeZoneIDEnumeration_error.phpt; ./ext/intl/tests/dateformat_bug65683.phpt; ./ext/intl/tests/calendar_setLenient_error.phpt; ./ext/intl/tests/calendar_getXMaximum_basic.phpt; ./ext/intl/tests/cpbi_clone_equality.phpt; ./ext/intl/tests/breakiter_preceding_basic.phpt; ./ext/intl/tests/spoofchecker_001.phpt; ./ext/intl/tests/bug80763.phpt; ./ext/intl/tests/calendar_roll_variation1.phpt; ./ext/intl/tests/dateformat_clone_bad_obj.phpt; ./ext/intl/tests/calendar_roll_error.phpt; ./ext/intl/tests/bug78912.phpt; ./ext/intl/tests/timezone_getDisplayName_variant4.phpt; ./ext/intl/tests/calendar_getFirstDayOfWeek_basic.phpt; ./ext/intl/tests/dateformat_formatObject_error.phpt; ./ext/intl/tests/dateformat_get_set_timezone_variant2.phpt; ./ext/intl/tests/uconverter_oop_callback_return.phpt; ./ext/intl/tests/dateformat_get_set_timezone_variant3.phpt; ./ext/intl/tests/resourcebundle_null_mandatory_args.phpt; ./ext/intl/tests/breakiter___construct_error.phpt; ./ext/intl/tests/timezone_fromDateTimeZone_error.phpt; ./ext/intl/tests/rbbiter_getRules_basic3.phpt; ./ext/intl/tests/calendar_setTime_basic.phpt; ./ext/intl/tests/timezone_createTimeZoneIDEnumeration_variant1.phpt; ./ext/intl/tests/calendar_setMinimalDaysInFirstWeek_basic.phpt; ./ext/intl/tests/timezone_getCanonicalID_error.phpt; ./ext/intl/tests/bug70451.phpt; ./ext/intl/tests/bug72639.phpt; ./ext/intl/tests/msgfmt_format_mixed_params.phpt; ./ext/intl/tests/bug65732.phpt; ./ext/intl/tests/timezone_createEnumeration_basic.phpt; ./ext/intl/tests/calendar_getLocale_basic.phpt; ./ext/intl/tests/calendar_setTime_error.phpt; ./ext/intl/tests/breakiter_current_basic.phpt; ./ext/intl/tests/gregoriancalendar_isLeapYear_basic.phpt; ./ext/intl/tests/calendar_isSet_error.phpt; ./ext/intl/tests/bug62915.phpt; ./ext/intl/tests/timezone_getRegion_error.phpt; ./ext/intl/tests/calendar_clear_error.phpt; ./ext/intl/tests/calendar_getLocale_error.phpt; ./ext/intl/tests/formatter_clone_bad_obj.phpt; ./ext/intl/tests/bug55562.phpt; ./ext/intl/tests/calendar_const_field_field_count.phpt; ./ext/intl/tests/gregoriancalendar___construct_error.phpt; ./ext/intl/tests/dateformat_calendars_variant3.phpt; ./ext/intl/tests/grapheme_empty.phpt; ./ext/intl/tests/uconverter_getstandards_basic.phpt; ./ext/intl/tests/calendar_fieldDifference_basic.phpt; ./ext/intl/tests/transliterator_create_inverse_basic.phpt; ./ext/intl/tests/calendar_set_variation1.phpt; ./ext/intl/tests/timezone_createTimeZoneIDEnumeration_variant2.phpt; ./ext/intl/tests/calendar_toDateTime_error.phpt; ./ext/intl/tests/timezone_getRawOffset_basic.phpt; ./ext/intl/tests/timezone_equals_error.phpt; ./ext/intl/tests/bug70452.phpt; ./ext/intl/tests/bug74705.phpt; ./ext/intl/tests/resourcebundle_traversable.phpt; ./ext/intl/tests/bug74468.phpt; ./ext/intl/tests/msgfmt_format_error2.phpt; ./ext/intl/tests/calendar_getMinimalDaysInFirstWeek_error.phpt; ./ext/intl/tests/calendar_add_basic.phpt; ./ext/intl/tests/uconverter_oop_subst.phpt; ./ext/intl/tests/timezone_hasSameRules_error.phpt; ./ext/intl/tests/calendar_setTimeZone_basic.phpt; ./ext/intl/tests/calendar_set_basic.phpt; ./ext/intl/tests/spoofchecker_003.phpt; ./ext/intl/tests/transliterator_property_id.phpt; ./ext/intl/tests/calendar_getDayOfWeekType_error.phpt; ./ext/intl/tests/bug74484_MessageFormatter.phpt; ./ext/intl/tests/timezone_getOffset_error.phpt; ./ext/intl/tests/timezone_getEquivalentID_error.phpt; ./ext/intl/tests/calendar_getFirstDayOfWeek_error.phpt; ./ext/intl/tests/calendar_getTimeZone_error.phpt; ./ext/intl/tests/dateformat_get_set_calendar_variant3.phpt; ./ext/intl/tests/bug59597_32.phpt; ./ext/intl/tests/calendar_add_error.phpt; ./ext/intl/tests/calendar_is_set_lenient_basic.phpt; ./ext/intl/tests/calendar_setTimeZone_error2.phpt; ./ext/intl/tests/spoofchecker_004.phpt; ./ext/intl/tests/dateformat_calendars.phpt; ./ext/intl/tests/resourcebundle_internal.phpt; ./ext/intl/tests/bug75378.phpt; ./ext/intl/tests/calendar_inDaylightTime_error.phpt; ./ext/intl/tests/breakiter_first_basic.phpt; ./ext/intl/tests/breakiter_isBoundary_basic.phpt; ./ext/intl/tests/bug75090.phpt; ./ext/intl/tests/breakiter_clone_basic.phpt; ./ext/intl/tests/bug75317.phpt; ./ext/intl/tests/msgfmt_format_simple_types_numeric_strings.phpt; ./ext/intl/tests/bug72506.phpt; ./ext/imap/tests/imap_rfc822_parse_headers_basic.phpt; ./ext/imap/tests/imap_fetchmime_errors.phpt; ./ext/imap/tests/imap_fetchbody_variation6.phpt; ./ext/imap/tests/imap_undelete_basic.phpt; ./ext/imap/tests/bug80213.phpt; ./ext/imap/tests/imap_binary_basic.phpt; ./ext/imap/tests/bug80438.phpt; ./ext/imap/tests/imap_savebody_errors.phpt; ./ext/imap/tests/imap_fetch_overview_uid.phpt; ./ext/imap/tests/imap_fetchstructure_errors.phpt; ./ext/imap/tests/imap_timeout_basic.phpt; ./ext/imap/tests/imap_renamemailbox_basic.phpt; ./ext/imap/tests/bug80215.phpt; ./ext/imap/tests/imap_clearflag_full_uid.phpt; ./ext/imap/tests/imap_errors_basic.phpt; ./ext/imap/tests/imap_utf8_to_mutf7_basic.phpt; ./ext/imap/tests/imap_setflag_full_uid.phpt; ./ext/imap/tests/bug45705_1.phpt; ./ext/imap/tests/bug64076.phpt; ./ext/imap/tests/imap_bodystruct_basic.phpt; ./ext/imap/tests/imap_8bit_basic.phpt; ./ext/imap/tests/imap_savebody_basic.phpt; ./ext/imap/tests/bug44098.phpt; ./ext/imap/tests/imap_rfc822_write_address_basic.phpt; ./ext/imap/tests/imap_delete_uid.phpt; ./ext/imap/tests/imap_fetchbody_errors.phpt; ./ext/imap/tests/imap_body_errors.phpt; ./ext/imap/tests/imap_setflag_full_basic.phpt; ./ext/imap/tests/imap_mail_copy_basic.phpt; ./ext/imap/tests/imap_clearflag_full_basic.phpt; ./ext/imap/tests/imap_lsub_basic.phpt; ./ext/imap/tests/imap_fetchstructure_basic.phpt; ./ext/imap/tests/imap_fetchheader_uid.phpt; ./ext/imap/tests/imap_fetchbody_basic.phpt; ./ext/imap/tests/imap_sort_uid.phpt; ./ext/imap/tests/imap_fetchmime_uid.phpt; ./ext/imap/tests/imap_getsubscribed_basic.phpt; ./ext/imap/tests/imap_fetchstructure_uid.phpt; ./ext/imap/tests/imap_search_basic.phpt; ./ext/imap/tests/imap_body_uid.phpt; ./ext/imap/tests/imap_mail_move_basic.phpt; ./ext/imap/tests/imap_savebody_uid.phpt; ./ext/imap/tests/imap_close_basic.phpt; ./ext/imap/tests/imap_undelete_uid.phpt; ./ext/imap/tests/imap_list_basic.phpt; ./ext/imap/tests/imap_fetch_overview_variation3.phpt; ./ext/imap/tests/imap_fetchheader_basic.phpt; ./ext/imap/tests/imap_headerinfo_basic.phpt; ./ext/imap/tests/imap_fetchheader_variation5.phpt; ./ext/imap/tests/imap_append_basic.phpt; ./ext/imap/tests/imap_body_basic.phpt; ./ext/imap/tests/bug77153.phpt; ./ext/imap/tests/imap_fetchbody_uid.phpt; ./ext/imap/tests/imap_utf8.phpt; ./ext/imap/tests/imap_fetchheader_errors.phpt; ./ext/imap/tests/bug45705_2.phpt; ./ext/imap/tests/bug80226.phpt; ./ext/imap/tests/imap_close_variation4.phpt; ./ext/imap/tests/imap_mutf7_to_utf8.phpt; ./ext/imap/tests/bug53377.phpt; ./ext/imap/tests/bug80220.phpt; ./ext/reflection/tests/bug52057.phpt; ./ext/reflection/tests/ReflectionClass_constructor_002.phpt; ./ext/reflection/tests/ReflectionClass_getDocComment_001.phpt; ./ext/reflection/tests/021.phpt; ./ext/reflection/tests/ReflectionExtension_getName_basic.phpt; ./ext/reflection/tests/ReflectionParameter_getPosition_basic.phpt; ./ext/reflection/tests/ReflectionMethod_getClosureThis.phpt; ./ext/reflection/tests/ReflectionClass_getMethod_001.phpt; ./ext/reflection/tests/ReflectionClass_isAbstract_basic.phpt; ./ext/reflection/tests/ReflectionExtension_bug66218.phpt; ./ext/reflection/tests/ReflectionClass_getModifierNames_basic.phpt; ./ext/reflection/tests/ReflectionProperty_constructor_variation1.phpt; ./ext/reflection/tests/ReflectionObject_getConstants_basic.phpt; ./ext/reflection/tests/ReflectionClass_getExtensionName_variation.phpt; ./ext/reflection/tests/ReflectionClass_isInstantiable_variation.phpt; ./ext/reflection/tests/bug38217.phpt; ./ext/reflection/tests/mixed_type.phpt; ./ext/reflection/tests/bug42976.phpt; ./ext/reflection/tests/008.phpt; ./ext/reflection/tests/ReflectionFunction_isDisabled_basic.phpt; ./ext/reflection/tests/ReflectionObject_isInstance_basic.phpt; ./ext/reflection/tests/bug79820.phpt; ./ext/reflection/tests/ReflectionClass_hasMethod_002.phpt; ./ext/reflection/tests/020.phpt; ./ext/reflection/tests/ReflectionExtension_getDependencies_variation2.phpt; ./ext/reflection/tests/ReflectionClass_getReflectionConstant.phpt; ./ext/reflection/tests/ReflectionClass_isCloneable_002.phpt; ./ext/reflection/tests/bug26695.phpt; ./ext/reflection/tests/bug36337.phpt; ./ext/reflection/tests/ReflectionExtension_constructor_basic.phpt; ./ext/reflection/tests/ReflectionClass_isInstantiable_basic.phpt; ./ext/reflection/tests/ReflectionClass_setStaticPropertyValue_002.phpt; ./ext/reflection/tests/ReflectionClass_isInterface_basic.phpt; ./ext/reflection/tests/ReflectionGenerator_basic.phpt; ./ext/reflection/tests/ReflectionProperty_getModifiers_basic.phpt; ./ext/reflection/tests/ReflectionFunction_getClosureThis.phpt; ./ext/reflection/tests/ReflectionProperty_basic1.phpt; ./ext/reflection/tests/bug32981.phpt; ./ext/reflection/tests/ReflectionClass_hasMethod_001.phpt; ./ext/reflection/tests/ReflectionObject_isInstantiable_variation.phpt; ./ext/reflection/tests/bug30209.phpt; ./ext/reflection/tests/ReflectionClass_getProperty_001.phpt; ./ext/reflection/tests/bug38653.phpt; ./ext/reflection/tests/bug80370.phpt; ./ext/reflection/tests/ReflectionClass_isInternal_basic.phpt; ./ext/reflection/tests/ReflectionZendExtension.phpt; ./ext/reflection/tests/bug76737.phpt; ./ext/reflection/tests/ReflectionClass_getProperties_001.phpt; ./ext/reflection/tests/ReflectionMethod_constructor_basic.phpt; ./ext/reflection/tests/ReflectionClass_hasConstant_002.phpt; ./ext/reflection/tests/005.phpt; ./ext/reflection/tests/ReflectionMethod_getPrototype_basic.phpt; ./ext/reflection/tests/ReflectionClass_newInstanceArgs_001.phpt; ./ext/reflection/tests/ReflectionFunction_getClosure_basic.phpt; ./ext/reflection/tests/ReflectionClass_isSubclassOf_basic.phpt; ./ext/reflection/tests/002.phpt; ./ext/reflection/tests/ReflectionClass_isInstance_basic.phpt; ./ext/reflection/tests/ReflectionFunction_isVariadic_basic.phpt; ./ext/reflection/tests/bug41884.phpt; ./ext/reflection/tests/ReflectionMethod_returnsReference_basic.phpt; ./ext/reflection/tests/ReflectionClass_getConstant_basic.phpt; ./ext/reflection/tests/default_value_leak.phpt; ./ext/reflection/tests/constructor_promotion.phpt; ./ext/reflection/tests/ReflectionParameter_DefaultValueConstant_basic1.phpt; ./ext/reflection/tests/001.phpt; ./ext/reflection/tests/ReflectionExtension_getClassNames_variation1.phpt; ./ext/reflection/tests/ReflectionFunction_getNamespaceName.phpt; ./ext/reflection/tests/ReflectionClass_getConstants_basic.phpt; ./ext/reflection/tests/ReflectionClass_hasMethod_basic.phpt; ./ext/reflection/tests/ReflectionClass_getParentClass.phpt; ./ext/reflection/tests/ReflectionProperty_setAccessible.phpt; ./ext/reflection/tests/ReflectionMethod_getDocComment_property_list.phpt; ./ext/reflection/tests/bug38132.phpt; ./ext/reflection/tests/ReflectionClass_hasProperty_002.phpt; ./ext/reflection/tests/016.phpt; ./ext/reflection/tests/ReflectionClass_hasConstant_001.phpt; ./ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt; ./ext/reflection/tests/ReflectionExtension_isTemporary.phpt; ./ext/reflection/tests/ReflectionProperty_getDeclaringClass_variation1.phpt; ./ext/reflection/tests/ReflectionClass_getConstant_error.phpt; ./ext/reflection/tests/ReflectionObject_isUserDefined_basic.phpt; ./ext/reflection/tests/ReflectionFunction_isDeprecated_basic.phpt; ./ext/reflection/tests/ReflectionMethod_invokeArgs_error2.phpt; ./ext/reflection/tests/bug38194.phpt; ./ext/reflection/tests/ReflectionMethod_invokeArgs_error1.phpt; ./ext/reflection/tests/bug64239.phpt; ./ext/reflection/tests/ReflectionClass_isArray.phpt; ./ext/reflection/tests/ReflectionProperty_getModifiers.001.phpt; ./ext/reflection/tests/ReflectionReference.phpt; ./ext/reflection/tests/traits001.phpt; ./ext/reflection/tests/traits003.phpt; ./ext/reflection/tests/ReflectionClass_getNamespaceName.phpt; ./ext/reflection/tests/reflectionclass_for_traits.phpt; ./ext/reflection/tests/ReflectionFunction_001.phpt; ./ext/reflection/tests/bug48757.phpt; ./ext/reflection/tests/ReflectionClassConstant_basic1.phpt; ./ext/reflection/tests/ReflectionParameter_isVariadic_basic.phpt; ./ext/reflection/tests/ReflectionReference_bug78263.phpt; ./ext/reflection/tests/bug46064_2.phpt; ./ext/reflection/tests/bug46103.phpt; ./ext/reflection/tests/ReflectionObject_constructor_basic.phpt; ./ext/reflection/tests/ReflectionProperty_getValue_error.phpt; ./ext/reflection/tests/ReflectionFunction_getFileName.001.phpt; ./ext/reflection/tests/023.phpt; ./ext/reflection/tests/ReflectionMethod_invoke_error2.phpt; ./ext/reflection/tests/traits005.phpt; ./ext/reflection/tests/ReflectionMethod_getDeclaringClass_basic.phpt; ./ext/reflection/tests/ReflectionObject_getName_basic.phpt; ./ext/reflection/tests/ReflectionClass_isAnonymous.phpt; ./ext/reflection/tests/ReflectionObject_isInternal_basic.phpt; ./ext/reflection/tests/ReflectionType_002.phpt; ./ext/reflection/tests/bug39884.phpt; ./ext/reflection/tests/007.phpt; ./ext/reflection/tests/ReflectionMethod_invoke_basic.phpt; ./ext/reflection/tests/ReflectionMethod_basic1.phpt; ./ext/reflection/tests/ReflectionProperty_setValue_error.phpt; ./ext/reflection/tests/ReflectionClass_getProperty_004.phpt; ./ext/reflection/tests/property_exists.phpt; ./ext/reflection/tests/018.phpt; ./ext/reflection/tests/ReflectionFunction_getClosureScopeClass.phpt; ./ext/reflection/tests/ReflectionClass_getName_basic.phpt; ./ext/reflection/tests/ReflectionClass_newInstanceArgs_002.phpt; ./ext/reflection/tests/internal_static_property.phpt; ./ext/reflection/tests/ReflectionMethod_getClosure_error.phpt; ./ext/reflection/tests/bug79115.phpt; ./ext/reflection/tests/bug72661.phpt; ./ext/reflection/tests/bug49074.phpt; ./ext/reflection/tests/ReflectionType_001.phpt; ./ext/reflection/tests/ReflectionClass_setStaticPropertyValue_003.phpt; ./ext/reflection/tests/bug62715.phpt; ./ext/reflection/tests/ReflectionClass_getExtension_variation.phpt; ./ext/reflection/tests/ReflectionParameter_003.phpt; ./ext/reflection/tests/ReflectionFunction_getExtension.phpt; ./ext/reflection/tests/ReflectionMethod_invoke_error1.phpt; ./ext/reflection/tests/ReflectionMethod_getStaticVariables_basic.phpt; ./ext/reflection/tests/ReflectionMethod_basic4.phpt; ./ext/reflection/tests/ReflectionFunction_isClosure_basic.phpt; ./ext/reflection/tests/ReflectionClass_getStaticPropertyValue_001.phpt; ./ext/reflection/tests/ReflectionNamedType.phpt; ./ext/reflection/tests/ReflectionMethod_getClosure_basic.phpt; ./ext/reflection/tests/closures_001.phpt; ./ext/reflection/tests/bug62384.phpt; ./ext/reflection/tests/ReflectionClass_isFinal_basic.phpt; ./ext/reflection/tests/ReflectionClass_getExtension_basic.phpt; ./ext/reflection/tests/ReflectionClass_getStaticPropertyValue_002.phpt; ./ext/reflection/tests/ReflectionProperty_basic2.phpt; ./ext/reflection/tests/ReflectionReference_errors.phpt; ./ext/reflection/tests/bug78774.phpt; ./ext/reflection/tests/bug71018.phpt; ./ext/reflection/tests/bug79062.phpt; ./ext/reflection/tests/ReflectionClass_modifiers_001.phpt; ./ext/reflection/tests/ReflectionProperty_getDocComment_basic.phpt; ./ext/reflection/tests/ReflectionObject_isSubclassOf_error.phpt; ./ext/reflection/tests/ReflectionExtension_getVersion_basic.phpt; ./ext/reflection/tests/ReflectionClass_isIterateable_variation1.phpt; ./ext/reflection/tests/bug72174.phpt; ./ext/reflection/tests/ReflectionMethod_basic3.phpt; ./ext/reflection/tests/ReflectionClassConstant_getValue.phpt; ./ext/reflection/tests/ReflectionClass_getMethods_003.phpt; ./ext/reflection/tests/bug69180.phpt; ./ext/reflection/tests/bug70982.phpt; ./ext/reflection/tests/bug30856.phpt; ./ext/reflection/tests/bug53366.phpt; ./ext/reflection/tests/ReflectionMethod_invokeArgs_basic.phpt; ./ext/reflection/tests/ReflectionClass_isSubclassOf_error1.phpt; ./ext/reflection/tests/traits004.phpt; ./ext/reflection/tests/internal_parameter_default_value/ReflectionParameter_getDefaultValue_Internal.phpt; ./ext/reflection/tests/internal_parameter_default_value/ReflectionParameter_getDefaultValueConstantName_Internal.phpt; ./ext/reflection/tests/internal_parameter_default_value/ReflectionParameter_isDefaultValueAvailable_Internal.phpt; ./ext/reflection/tests/internal_parameter_default_value/ReflectionParameter_isDefaultValueConstant_Internal.phpt; ./ext/reflection/tests/ReflectionClass_isIterateable_basic.phpt; ./ext/reflection/tests/ReflectionClass_getMethods_001.phpt; ./ext/reflection/tests/ReflectionClass_getReflectionConstants_filter.phpt; ./ext/reflection/tests/bug64936.phpt; ./ext/reflection/tests/ReflectionClass_FileInfo_basic.phpt; ./ext/reflection/tests/bug79683.phpt; ./ext/reflection/tests/ReflectionClass_getConstants_filter.phpt; ./ext/reflection/tests/ReflectionExtension_info_basic.phpt; ./ext/reflection/tests/ReflectionClass_newInstanceWithoutConstructor.phpt; ./ext/reflection/tests/static_type.phpt; ./ext/reflection/tests/ReflectionExtension_getDependencies_basic.phpt; ./ext/reflection/tests/ReflectionMethod_basic2.phpt; ./ext/reflection/tests/bug70960.phpt; ./ext/reflection/tests/ReflectionMethod_invoke_on_abstract_method_after_setAccessible.phpt; ./ext/reflection/tests/ReflectionObject_FileInfo_basic.phpt; ./ext/reflection/tests/ReflectionExtension_getClassNames_basic.phpt; ./ext/reflection/tests/ReflectionParameter_002.phpt; ./ext/reflection/tests/bug39001.phpt; ./ext/reflection/tests/ReflectionFunction_getFileName.002.phpt; ./ext/reflection/tests/parameters_002.phpt; ./ext/reflection/tests/ReflectionParameter_isDefault.phpt; ./ext/reflection/tests/ReflectionClass_isCloneable_001.phpt; ./ext/reflection/tests/ReflectionClass_setStaticPropertyValue_001.phpt; ./ext/reflection/tests/bug69802.phpt; ./ext/reflection/tests/ReflectionClass_getInterfaceNames_basic.phpt; ./ext/reflection/tests/bug78895.phpt; ./ext/reflection/tests/ReflectionClass_getProperties_003.phpt; ./ext/reflection/tests/default_value_internal_userland_arginfo.phpt; ./ext/reflection/tests/bug30146.phpt; ./ext/reflection/tests/bug70674.phpt; ./ext/reflection/tests/parameters_001.phpt; ./ext/reflection/tests/ReflectionProperty_isDefault_basic.phpt; ./ext/reflection/tests/closures_002.phpt; ./ext/reflection/tests/bug67068.phpt; ./ext/reflection/tests/ReflectionParameter_001.phpt; ./ext/reflection/tests/ReflectionClass_getInterfaces_003.phpt; ./ext/reflection/tests/ReflectionClass_newInstance_001.phpt; ./ext/reflection/tests/bug49719.phpt; ./ext/reflection/tests/ReflectionClass_constructor_001.phpt; ./ext/reflection/tests/ReflectionClass_isIterateable_001.phpt; ./ext/reflection/tests/ReflectionObject_isSubclassOf_basic.phpt; ./ext/reflection/tests/ReflectionExtension_getClasses_basic.phpt; ./ext/reflection/tests/ReflectionClass_implementsInterface_001.phpt; ./ext/reflection/tests/ReflectionMethod_invokeArgs_error3.phpt; ./ext/reflection/tests/bug79487.phpt; ./ext/reflection/tests/ReflectionClass_getMethod_002.phpt; ./ext/reflection/tests/bug46064.phpt; ./ext/reflection/tests/ReflectionFunction_getExtensionName.phpt; ./ext/reflection/tests/bug29523.phpt; ./ext/reflection/tests/bug40794.phpt; ./ext/reflection/tests/015.phpt; ./ext/reflection/tests/ReflectionMethod_setAccessible.phpt; ./ext/reflection/tests/bug75186.phpt; ./ext/reflection/tests/ReflectionObject_getConstant_basic.phpt; ./ext/reflection/tests/025.phpt; ./ext/reflection/tests/bug29828.phpt; ./ext/reflection/tests/ReflectionClass_hasProperty_basic.phpt; ./ext/reflection/tests/ReflectionProperty_getDefaultValue.phpt; ./ext/reflection/tests/bug52854.phpt; ./ext/reflection/tests/ReflectionClass_getProperty_002.phpt; ./ext/reflection/tests/ReflectionClass_hasProperty_001.phpt; ./ext/reflection/tests/bug64007.phpt; ./ext/reflection/tests/ReflectionExtension_isPersistant.phpt; ./ext/reflection/tests/ReflectionProperty_hasDefaultValue.phpt; ./ext/reflection/tests/bug77772.phpt; ./ext/reflection/tests/ReflectionGenerator_in_Generator.phpt; ./ext/reflection/tests/ReflectionProperty_isInitialized.phpt; ./ext/reflection/tests/ReflectionClass_getProperty_003.phpt; ./ext/reflection/tests/ReflectionClass_getModifiers_basic.phpt; ./ext/reflection/tests/009.phpt; ./ext/reflection/tests/019.phpt; ./ext/reflection/tests/006.phpt; ./ext/reflection/tests/ReflectionFunction_getDocComment.001.phpt; ./ext/reflection/tests/bug77325.phpt; ./ext/reflection/tests/022.phpt; ./ext/reflection/tests/bug39067.phpt; ./ext/reflection/tests/ReflectionClass_hasConstant_basic.phpt; ./ext/reflection/tests/bug45139.phpt; ./ext/reflection/tests/014.phpt; ./ext/reflection/tests/bug40431.phpt; ./ext/reflection/tests/ReflectionProperty_typed_static.phpt; ./ext/reflection/tests/ReflectionFunction_isGenerator_basic.phpt; ./ext/reflection/tests/ReflectionClass_getExtensionName_basic.phpt; ./ext/reflection/tests/ReflectionClass_isUserDefined_basic.phpt; ./ext/reflection/tests/ReflectionGenerator_getTrace.phpt; ./ext/reflection/tests/ReflectionType_possible_types.phpt; ./ext/reflection/tests/ReflectionObject_isInstantiable_basic.phpt; ./ext/gmp/tests/gmp_pow2.phpt; ./ext/gmp/tests/gmp_div_qr.phpt; ./ext/gmp/tests/gmp_jacobi.phpt; ./ext/gmp/tests/gmp_cmp.phpt; ./ext/gmp/tests/gmp_pown.phpt; ./ext/gmp/tests/gmp_sub.phpt; ./ext/gmp/tests/unserialize_with_reference.phpt; ./ext/gmp/tests/gmp_com.phpt; ./ext/gmp/tests/gmp_div_r.phpt; ./ext/gmp/tests/gmp_remroot.phpt; ./ext/gmp/tests/gmp_legendre.phpt; ./ext/gmp/tests/gmp_scan0.phpt; ./ext/gmp/tests/gmp_sign.phpt; ./ext/gmp/tests/gmp_setbit.phpt; ./ext/gmp/tests/gmp_neg.phpt; ./ext/gmp/tests/gmp_init.phpt; ./ext/gmp/tests/bug70284.phpt; ./ext/gmp/tests/bug66872.phpt; ./ext/gmp/tests/comparison_invalid.phpt; ./ext/gmp/tests/comparison.phpt; ./ext/gmp/tests/clone.phpt; ./ext/gmp/tests/gmp_binomial.phpt; ./ext/gmp/tests/gmp_kronecker.phpt; ./ext/gmp/tests/gmp_scan1.phpt; ./ext/gmp/tests/overloading.phpt; ./ext/gmp/tests/gmp_nextprime.phpt; ./ext/gmp/tests/gmp_strict_types.phpt; ./ext/gmp/tests/cast.phpt; ./ext/gmp/tests/gmp_clrbit.phpt; ./ext/gmp/tests/bug50175.phpt; ./ext/gmp/tests/gmp_perfect_power.phpt; ./ext/gmp/tests/gmp_import.phpt; ./ext/gmp/tests/gmp_invert.phpt; ./ext/gmp/tests/gmp_intval.phpt; ./ext/gmp/tests/gmp_lcm.phpt; ./ext/gmp/tests/serialize.phpt; ./ext/gmp/tests/gmp_strval.phpt; ./ext/gmp/tests/gmp_prob_prime.phpt; ./ext/gmp/tests/gmp_gcd.phpt; ./ext/gmp/tests/gmp_random_seed.phpt; ./ext/gmp/tests/gmp_gcdext.phpt; ./ext/gmp/tests/gmp_and.phpt; ./ext/gmp/tests/gmp_mod.phpt; ./ext/gmp/tests/gmp_export.phpt; ./ext/gmp/tests/gmp_root.phpt; ./ext/gmp/tests/surprising_integer_literals.phpt; ./ext/gmp/tests/bug80560.phpt; ./ext/gmp/tests/gmp_sqrtrem.phpt; ./ext/gmp/tests/gmp_or.phpt; ./ext/gmp/tests/gmp_perfect_square.phpt; ./ext/gmp/tests/gmp_div_q.phpt; ./ext/gmp/tests/bug74670.phpt; ./ext/gmp/tests/gmp_random_bits.phpt; ./ext/gmp/tests/gmp_php_int_max.phpt; ./ext/gmp/tests/gmp_xor.phpt; ./ext/gmp/tests/bug67917.phpt; ./ext/gmp/tests/gmp_pow.phpt; ./ext/gmp/tests/gmp_hamdist.phpt; ./ext/gmp/tests/gmp_init_integer_notations.phpt; ./ext/gmp/tests/bug32773.phpt; ./ext/gmp/tests/gmp_popcount.phpt; ./ext/gmp/tests/gmp_sqrt.phpt; ./ext/gmp/tests/gmp_abs.phpt; ./ext/gmp/tests/gmp_testbit.phpt; ./ext/gmp/tests/gmp_divexact.phpt; ./ext/gmp/tests/gmp_fact.phpt; ./ext/gmp/tests/gmp_random_range.phpt; ./ext/xml/tests/xml_parser_set_option_basic.phpt; ./ext/xml/tests/bug26528.phpt; ./ext/xml/tests/bug72099.phpt; ./ext/xml/tests/xml007.phpt; ./ext/xml/tests/bug72714.phpt; ./ext/xml/tests/xml_error_string_basic.phpt; ./ext/xml/tests/xml_parser_set_option_variation3.phpt; ./ext/xml/tests/xml_parser_set_option_variation4.phpt; ./ext/xml/tests/bug30875.phpt; ./ext/xml/tests/xml009.phpt; ./ext/xml/tests/xml_set_start_namespace_decl_handler_basic.phpt; ./ext/xml/tests/bug35447.phpt; ./ext/xml/tests/xml_parser_get_option_variation3.phpt; ./ext/xml/tests/bug25666.phpt; ./ext/xml/tests/bug32001b.phpt; ./ext/xml/tests/bug71592.phpt; ./ext/xml/tests/bug32001.phpt; ./ext/zip/tests/oo_externalattributes.phpt; ./ext/zip/tests/oo_rename.phpt; ./ext/zip/tests/oo_getstatusstring.phpt; ./ext/zip/tests/oo_namelocate.phpt; ./ext/zip/tests/oo_setcompression.phpt; ./ext/zip/tests/oo_supported.phpt; ./ext/zip/tests/bug53579.phpt; ./ext/zip/tests/oo_addpattern.phpt; ./ext/zip/tests/bug8700.phpt; ./ext/zip/tests/oo_encryption.phpt; ./ext/zip/tests/bug72258.phpt; ./ext/zip/tests/bug50678.phpt; ./ext/zip/tests/oo_stream.phpt; ./ext/zip/tests/stream_meta_data.phpt; ./ext/zip/tests/oo_setcomment_error.phpt; ./ext/zip/tests/zip_entry_close.phpt; ./ext/zip/tests/oo_cancel.phpt; ./ext/zip/tests/oo_getnameindex.phpt; ./ext/zip/tests/oo_progress.phpt; ./ext/zip/tests/oo_ext_zip.phpt; ./ext/zip/tests/bug7658.phpt; ./ext/zip/tests/oo_setcomment.phpt; ./ext/zip/tests/compression_methods.phpt; ./ext/zip/tests/bug70350.phpt; ./ext/zip/tests/oo_unchangeName.phpt; ./ext/zip/tests/bug78641.phpt; ./ext/zip/tests/oo_addglob.phpt; ./ext/zip/tests/oo_replacefile.phpt; ./ext/zip/tests/bug70322.phpt; ./ext/zip/tests/oo_delete.phpt; ./ext/zip/tests/bug53603.phpt; ./ext/zip/tests/oo_count.phpt; ./ext/zip/tests/oo_unchangeIndex.phpt; ./ext/zip/tests/oo_addfile.phpt; ./ext/zip/tests/doubleclose.phpt; ./ext/zip/tests/oo_addemptydir_error.phpt; ./ext/zip/tests/bug38943.phpt; ./ext/zip/tests/oo_add_from_string.phpt; ./ext/zip/tests/oo_setmtime.phpt; ./ext/zip/tests/bug70752.phpt; ./ext/zip/tests/bug70103.phpt; ./ext/zip/tests/bug38944.phpt; ./ext/zip/tests/oo_addemptydir.phpt; ./ext/zip/tests/bug53854.phpt; ./ext/zip/tests/oo_getcomment.phpt; ./ext/zip/tests/bug11216.phpt; ./ext/phar/tests/003a.phpt; ./ext/phar/tests/create_path_error.phpt; ./ext/phar/tests/021.phpt; ./ext/phar/tests/phar_get_supportedcomp4.phpt; ./ext/phar/tests/bug77322.phpt; ./ext/phar/tests/phar_oo_compressallgz.phpt; ./ext/phar/tests/rename_dir_and_mount.phpt; ./ext/phar/tests/phar_buildfromiterator10.phpt; ./ext/phar/tests/phar_buildfromdirectory2.phpt; ./ext/phar/tests/bug60164.phpt; ./ext/phar/tests/020.phpt; ./ext/phar/tests/dir.phpt; ./ext/phar/tests/phar_create_in_cwd.phpt; ./ext/phar/tests/phar_buildfromiterator7.phpt; ./ext/phar/tests/phar_buildfromdirectory4.phpt; ./ext/phar/tests/phar_ctx_001.phpt; ./ext/phar/tests/phar_buildfromdirectory5.phpt; ./ext/phar/tests/phar_stub_write_file.phpt; ./ext/phar/tests/phar_gzip.phpt; ./ext/phar/tests/phar_oo_001.phpt; ./ext/phar/tests/create_new_phar_c.phpt; ./ext/phar/tests/phar_bz2.phpt; ./ext/phar/tests/phar_get_supportedcomp2.phpt; ./ext/phar/tests/open_for_write_newfile_b.phpt; ./ext/phar/tests/test_alias_unset.phpt; ./ext/phar/tests/phar_extract.phpt; ./ext/phar/tests/033a.phpt; ./ext/phar/tests/phar_buildfromiterator1.phpt; ./ext/phar/tests/rmdir.phpt; ./ext/phar/tests/open_for_write_existing_c.phpt; ./ext/phar/tests/bug13786.phpt; ./ext/phar/tests/phar_metadata_read.phpt; ./ext/phar/tests/phar_oo_012.phpt; ./ext/phar/tests/phar_convert_repeated_b.phpt; ./ext/phar/tests/phar_oo_uncompressall.phpt; ./ext/phar/tests/001.phpt; ./ext/phar/tests/bug73809.phpt; ./ext/phar/tests/phar_oo_005.phpt; ./ext/phar/tests/phar_buildfromdirectory2-win.phpt; ./ext/phar/tests/metadata_read.phpt; ./ext/phar/tests/016.phpt; ./ext/phar/tests/phar_setdefaultstub.phpt; ./ext/phar/tests/030.phpt; ./ext/phar/tests/phar_oo_nosig.phpt; ./ext/phar/tests/bug69279.phpt; ./ext/phar/tests/phar_oo_getcontentsgz.phpt; ./ext/phar/tests/phar_get_supportedcomp1.phpt; ./ext/phar/tests/bug77247.phpt; ./ext/phar/tests/phar_decompress.phpt; ./ext/phar/tests/phar_offset_check.phpt; ./ext/phar/tests/bug77022.phpt; ./ext/phar/tests/bug73035.phpt; ./ext/phar/tests/phar_get_supportedcomp3.phpt; ./ext/phar/tests/phar_oo_010.phpt; ./ext/phar/tests/bug69720.phpt; ./ext/phar/tests/phar_buildfromiterator5.phpt; ./ext/phar/tests/bug72928.phpt; ./ext/phar/tests/phar_metadata_write3.phpt; ./ext/phar/tests/phar_stub_write.phpt; ./ext/phar/tests/phar_setsignaturealgo2.phpt; ./ext/phar/tests/phar_oo_003.phpt; ./ext/phar/tests/phar_isvalidpharfilename.phpt; ./ext/phar/tests/phar_createdefaultstub.phpt; ./ext/phar/tests/023.phpt; ./ext/phar/tests/015b.phpt; ./ext/phar/tests/phar_convert_zip.phpt; ./ext/phar/tests/ini_set_off.phpt; ./ext/phar/tests/phar_oo_002.phpt; ./ext/phar/tests/018.phpt; ./ext/phar/tests/bug54395.phpt; ./ext/phar/tests/phar_get_supported_signatures_002a.phpt; ./ext/phar/tests/phar_convert_tar.phpt; ./ext/phar/tests/bug69279a.phpt; ./ext/phar/tests/phar_oo_012b.phpt; ./ext/phar/tests/cache_list/copyonwrite4a.phpt; ./ext/phar/tests/phar_get_supported_signatures_002.phpt; ./ext/phar/tests/tar/phar_convert_phar4.phpt; ./ext/phar/tests/tar/all.phpt; ./ext/phar/tests/tar/dir.phpt; ./ext/phar/tests/tar/phar_buildfromiterator7.phpt; ./ext/phar/tests/tar/open_for_write_newfile_b.phpt; ./ext/phar/tests/tar/033a.phpt; ./ext/phar/tests/tar/tar_makebz2.phpt; ./ext/phar/tests/tar/rmdir.phpt; ./ext/phar/tests/tar/open_for_write_existing_c.phpt; ./ext/phar/tests/tar/tar_bz2.phpt; ./ext/phar/tests/tar/phar_setdefaultstub.phpt; ./ext/phar/tests/tar/phar_buildfromiterator5.phpt; ./ext/phar/tests/tar/phar_setsignaturealgo2.phpt; ./ext/phar/tests/tar/phar_convert_phar3.phpt; ./ext/phar/tests/tar/tar_gzip.phpt; ./ext/phar/tests/tar/phar_buildfromiterator8.phpt; ./ext/phar/tests/tar/tar_makegz.phpt; ./ext/phar/tests/tar/tar_nostub.phpt; ./ext/phar/tests/tar/open_for_write_existing_b.phpt; ./ext/phar/tests/tar/033.phpt; ./ext/phar/tests/tar/phar_buildfromiterator9.phpt; ./ext/phar/tests/tar/phar_convert_phar2.phpt; ./ext/phar/tests/tar/links.phpt; ./ext/phar/tests/tar/open_for_write_newfile_c.phpt; ./ext/phar/tests/tar/phar_buildfromiterator4.phpt; ./ext/phar/tests/tar/phar_convert_phar.phpt; ./ext/phar/tests/tar/phar_buildfromiterator6.phpt; ./ext/phar/tests/tar/phar_begin_setstub_commit.phpt; ./ext/phar/tests/tar/phar_magic.phpt; ./ext/phar/tests/tar/bug70417.phpt; ./ext/phar/tests/tar/refcount1.phpt; ./ext/phar/tests/tar/phar_stub_error.phpt; ./ext/phar/tests/tar/phar_copy.phpt; ./ext/phar/tests/tar/create_new_and_modify.phpt; ./ext/phar/tests/tar/require_hash.phpt; ./ext/phar/tests/tar/tar_nohash.phpt; ./ext/phar/tests/tar/phar_commitwrite.phpt; ./ext/phar/tests/bug46032.phpt; ./ext/phar/tests/bug76584.phpt; ./ext/phar/tests/phar_convert_tar2.phpt; ./ext/phar/tests/phar_buildfromiterator8.phpt; ./ext/phar/tests/bug70433.phpt; ./ext/phar/tests/phar_convert_tar3.phpt; ./ext/phar/tests/bug79912.phpt; ./ext/phar/tests/phar_oo_compressallbz2.phpt; ./ext/phar/tests/test_signaturealgos.phpt; ./ext/phar/tests/stat2_5.3.phpt; ./ext/phar/tests/open_for_write_existing_b.phpt; ./ext/phar/tests/zip/phar_oo_compressallgz.phpt; ./ext/phar/tests/zip/all.phpt; ./ext/phar/tests/zip/dir.phpt; ./ext/phar/tests/zip/phar_buildfromiterator7.phpt; ./ext/phar/tests/zip/open_for_write_newfile_b.phpt; ./ext/phar/tests/zip/033a.phpt; ./ext/phar/tests/zip/rmdir.phpt; ./ext/phar/tests/zip/open_for_write_existing_c.phpt; ./ext/phar/tests/zip/phar_setdefaultstub.phpt; ./ext/phar/tests/zip/phar_buildfromiterator5.phpt; ./ext/phar/tests/zip/phar_setsignaturealgo2.phpt; ./ext/phar/tests/zip/zlib.phpt; ./ext/phar/tests/zip/bzip2.phpt; ./ext/phar/tests/zip/largezip.phpt; ./ext/phar/tests/zip/phar_buildfromiterator8.phpt; ./ext/phar/tests/zip/phar_oo_compressallbz2.phpt; ./ext/phar/tests/zip/open_for_write_existing_b.phpt; ./ext/phar/tests/zip/033.phpt; ./ext/phar/tests/zip/getalias.phpt; ./ext/phar/tests/zip/phar_buildfromiterator9.phpt; ./ext/phar/tests/zip/open_for_write_newfile_c.phpt; ./ext/phar/tests/zip/phar_buildfromiterator4.phpt; ./ext/phar/tests/zip/phar_convert_phar.phpt; ./ext/phar/tests/zip/phar_buildfromiterator6.phpt; ./ext/phar/tests/zip/phar_begin_setstub_commit.phpt; ./ext/phar/tests/zip/phar_magic.phpt; ./ext/phar/tests/zip/metadata_write_commit.phpt; ./ext/phar/tests/zip/refcount1.phpt; ./ext/phar/tests/zip/phar_stub_error.phpt; ./ext/phar/tests/zip/phar_copy.phpt; ./ext/phar/tests/zip/create_new_and_modify.phpt; ./ext/phar/tests/zip/require_hash.phpt; ./ext/phar/tests/zip/phar_commitwrite.phpt; ./ext/phar/tests/phar_oo_compressed_002.phpt; ./ext/phar/tests/phar_metadata_write4.phpt; ./ext/phar/tests/phar_running.phpt; ./ext/phar/tests/033.phpt; ./ext/phar/tests/pharfileinfo_compression.phpt; ./ext/phar/tests/phar_oo_007.phpt; ./ext/phar/tests/phar_buildfromiterator9.phpt; ./ext/phar/tests/phar_unlinkarchive.phpt; ./ext/phar/tests/phar_oo_011.phpt; ./ext/phar/tests/open_for_write_newfile_c.phpt; ./ext/phar/tests/bug54289.phpt; ./ext/phar/tests/fopen_edgecases.phpt; ./ext/phar/tests/031.phpt; ./ext/phar/tests/bug47085.phpt; ./ext/phar/tests/bug79082.phpt; ./ext/phar/tests/bug71354.phpt; ./ext/phar/tests/bug70091.phpt; ./ext/phar/tests/phar_buildfromiterator4.phpt; ./ext/phar/tests/phar_metadata_write.phpt; ./ext/phar/tests/test_unset.phpt; ./ext/phar/tests/003.phpt; ./ext/phar/tests/phar_convert_repeated.phpt; ./ext/phar/tests/phar_oo_compressed_002b.phpt; ./ext/phar/tests/bug46060.phpt; ./ext/phar/tests/027.phpt; ./ext/phar/tests/phar_oo_getmodified.phpt; ./ext/phar/tests/phar_oo_compressed_001.phpt; ./ext/phar/tests/phar_oo_011b.phpt; ./ext/phar/tests/phar_oo_iswriteable.phpt; ./ext/phar/tests/phar_buildfromdirectory6.phpt; ./ext/phar/tests/bug74386.phpt; ./ext/phar/tests/phar_buildfromiterator6.phpt; ./ext/phar/tests/phar_buildfromdirectory1.phpt; ./ext/phar/tests/stat.phpt; ./ext/phar/tests/phar_begin_setstub_commit.phpt; ./ext/phar/tests/bug66960.phpt; ./ext/phar/tests/bug69324.phpt; ./ext/phar/tests/019c.phpt; ./ext/phar/tests/metadata_write_commit.phpt; ./ext/phar/tests/bug77143.phpt; ./ext/phar/tests/bug74196.phpt; ./ext/phar/tests/pharfileinfo_getcrc32.phpt; ./ext/phar/tests/refcount1.phpt; ./ext/phar/tests/phar_metadata_write2.phpt; ./ext/phar/tests/019b.phpt; ./ext/phar/tests/phar_oo_012_confirm.phpt; ./ext/phar/tests/phar_dir_iterate.phpt; ./ext/phar/tests/phar_oo_004.phpt; ./ext/phar/tests/phar_oo_compressed_001b.phpt; ./ext/phar/tests/phar_stub_error.phpt; ./ext/phar/tests/029.phpt; ./ext/phar/tests/ini_set.phpt; ./ext/phar/tests/bug70019.phpt; ./ext/phar/tests/metadata_write.phpt; ./ext/phar/tests/019.phpt; ./ext/phar/tests/create_new_and_modify.phpt; ./ext/phar/tests/022.phpt; ./ext/phar/tests/phar_commitwrite.phpt; ./ext/phar/tests/bug75102.phpt; ./ext/phar/tests/bug77565.phpt; ./ext/phar/tests/cached_manifest_1.phpt; ./ext/soap/tests/any.phpt; ./ext/soap/tests/bug46760.phpt; ./ext/soap/tests/server007.phpt; ./ext/soap/tests/server008.phpt; ./ext/soap/tests/typemap003.phpt; ./ext/soap/tests/bug77088.phpt; ./ext/soap/tests/typemap007.phpt; ./ext/soap/tests/transport001.phpt; ./ext/soap/tests/server027.phpt; ./ext/soap/tests/typemap011.phpt; ./ext/soap/tests/bug49898.phpt; ./ext/soap/tests/typemap012.phpt; ./ext/soap/tests/bug47021.phpt; ./ext/soap/tests/bug79357.phpt; ./ext/soap/tests/bugs/bug34643.phpt; ./ext/soap/tests/bugs/bug36226.phpt; ./ext/soap/tests/bugs/bug29844.phpt; ./ext/soap/tests/bugs/bug30106.phpt; ./ext/soap/tests/bugs/bug39815.phpt; ./ext/soap/tests/bugs/bug29236.phpt; ./ext/soap/tests/bugs/bug36226-2.phpt; ./ext/soap/tests/bugs/bug29109.phpt; ./ext/soap/tests/bugs/bug31695.phpt; ./ext/soap/tests/bugs/bug73237.phpt; ./ext/soap/tests/bugs/bug43045.phpt; ./ext/soap/tests/bugs/bug30928.phpt; ./ext/soap/tests/bugs/bug30045.phpt; ./ext/soap/tests/bugs/bug28985.phpt; ./ext/soap/tests/bugs/bug32776.phpt; ./ext/soap/tests/bugs/bug55323.phpt; ./ext/soap/tests/bugs/bug38055.phpt; ./ext/soap/tests/bugs/bug35142.phpt; ./ext/soap/tests/bugs/bug28969.phpt; ./ext/soap/tests/bugs/bug36999.phpt; ./ext/soap/tests/bugs/bug30175.phpt; ./ext/soap/tests/bugs/bug46419.phpt; ./ext/soap/tests/classmap002.phpt; ./ext/soap/tests/bug48557.phpt; ./ext/soap/tests/bug70211.phpt; ./ext/soap/tests/fault001.phpt; ./ext/soap/tests/typemap008.phpt; ./ext/soap/tests/typemap004.phpt; ./ext/soap/tests/bug70388.phpt; ./ext/pdo_sqlite/tests/bug44327_2.phpt; ./ext/pdo_sqlite/tests/bug46139.phpt; ./ext/pdo_sqlite/tests/bug50728.phpt; ./ext/pdo_sqlite/tests/pdo_sqlite_transaction.phpt; ./ext/pdo_sqlite/tests/pdo_sqlite_createfunction.phpt; ./ext/pdo_sqlite/tests/pdo_sqlite_statement_getattribute.phpt; ./ext/pdo_sqlite/tests/bug43831.phpt; ./ext/pdo_sqlite/tests/bug78192.phpt; ./ext/pdo_sqlite/tests/bug_42589.phpt; ./ext/pdo_sqlite/tests/bug_63916-2.phpt; ./ext/pdo_sqlite/tests/pdo_sqlite_open_flags.phpt; ./ext/pdo_sqlite/tests/pdo_sqlite_filename_uri.phpt; ./ext/pdo_sqlite/tests/bug70862.phpt; ./ext/pdo_sqlite/tests/pdo_fetch_func_001.phpt; ./ext/pdo_sqlite/tests/bug33841.phpt; ./ext/pdo_sqlite/tests/bug_64705.phpt; ./ext/pdo_sqlite/tests/pdo_sqlite_createfunction_with_flags.phpt; ./ext/pdo_sqlite/tests/bug44327_3.phpt; ./ext/pdo_sqlite/tests/bug38334.phpt; ./ext/pdo_sqlite/tests/bug_44159_sqlite_version.phpt; ./ext/pdo_sqlite/tests/bug_63916.phpt; ./ext/pdo_sqlite/tests/bug79664.phpt; ./ext/pdo_sqlite/tests/pdo_sqlite_get_attribute.phpt; ./ext/pdo_sqlite/tests/pdo_sqlite_lastinsertid.phpt; ./ext/pdo_sqlite/tests/bug48773.phpt; ./ext/pdo_sqlite/tests/debugdumpparams_001.phpt; ./ext/pdo_sqlite/tests/pdo_sqlite_createaggregate.phpt; ./ext/pdo_sqlite/tests/bug66033.phpt; ./ext/odbc/tests/odbc_tables_001.phpt; ./ext/odbc/tests/bug78470.phpt; ./ext/odbc/tests/bug80592.phpt; ./ext/odbc/tests/odbc_columns_001.phpt; ./ext/odbc/tests/bug47803.phpt; ./ext/odbc/tests/bug73448.phpt; ./ext/odbc/tests/bug46050.phpt; ./ext/odbc/tests/odbc_data_source_001.phpt; ./ext/odbc/tests/odbc_free_result_001.phpt; ./ext/odbc/tests/bug80147.phpt; ./ext/odbc/tests/bug80152.phpt; ./ext/odbc/tests/bug78473.phpt; ./ext/odbc/tests/odbc_exec_002.phpt; ./ext/odbc/tests/bug73725.phpt; ./ext/odbc/tests/odbc_columnprivileges_001.phpt; ./ext/odbc/tests/bug69975.phpt; ./ext/odbc/tests/bug71171.phpt; ./ext/odbc/tests/bug44618.phpt; ./ext/posix/tests/posix_setegid_basic.phpt; ./ext/posix/tests/posix_setgid_variation5.phpt; ./ext/posix/tests/posix_setuid_variation2.phpt; ./ext/posix/tests/posix_getgrnam_basic.phpt; ./ext/posix/tests/posix_ctermid_basic.phpt; ./ext/posix/tests/posix_ttyname_variation6.phpt; ./ext/posix/tests/posix_getgrgid.phpt; ./ext/posix/tests/posix_getpwuid_error.phpt; ./ext/posix/tests/posix_setgid_basic.phpt; ./ext/posix/tests/posix_getpgrp_basic.phpt; ./ext/posix/tests/posix_ctermid.phpt; ./ext/posix/tests/posix_kill_error.phpt; ./ext/posix/tests/bug75696.phpt; ./ext/posix/tests/posix_ttyname_variation2.phpt; ./ext/posix/tests/posix_getrlimit.phpt; ./ext/posix/tests/001.phpt; ./ext/posix/tests/posix_getpgid_basic.phpt; ./ext/posix/tests/posix_seteuid_basic.phpt; ./ext/posix/tests/posix_getpwnam_basic_01.phpt; ./ext/posix/tests/posix_errno_basic.phpt; ./ext/posix/tests/posix_getsid_error.phpt; ./ext/posix/tests/posix_getgrgid_error.phpt; ./ext/posix/tests/posix_ttyname_variation1.phpt; ./ext/posix/tests/posix_initgroups.phpt; ./ext/posix/tests/posix_mknod.phpt; ./ext/posix/tests/posix_errno_variation1.phpt; ./ext/posix/tests/posix_getpid_basic.phpt; ./ext/posix/tests/posix_seteuid_variation2.phpt; ./ext/posix/tests/posix_isatty.phpt; ./ext/posix/tests/posix_setgid_variation2.phpt; ./ext/posix/tests/posix_getppid_basic.phpt; ./ext/posix/tests/posix_errno_variation2.phpt; ./ext/posix/tests/posix_ttyname.phpt; ./ext/posix/tests/posix_getpgid_error.phpt; ./ext/posix/tests/posix_ttyname_variation5.phpt; ./ext/posix/tests/posix_times_basic.phpt; ./ext/posix/tests/posix_ttyname_error_wrongparams.phpt; ./ext/posix/tests/posix_seteuid_variation5.phpt; ./ext/posix/tests/posix_setrlimit.phpt; ./ext/posix/tests/posix_ttyname_variation7.phpt; ./ext/posix/tests/posix_getgrgid_macosx.phpt; ./ext/posix/tests/posix_getsid.phpt; ./ext/posix/tests/posix_setuid_variation5.phpt; ./ext/posix/tests/posix_getsid_basic.phpt; ./ext/posix/tests/posix_ttyname_variation4.phpt; ./ext/posix/tests/posix_getegid_basic.phpt; ./ext/posix/tests/posix_geteuid_basic.phpt; ./ext/posix/tests/posix_times.phpt; ./ext/posix/tests/posix_getcwd.phpt; ./ext/posix/tests/posix_ttyname_variation3.phpt; ./ext/posix/tests/posix_setuid_basic.phpt; ./ext/sysvshm/tests/005.phpt; ./ext/sysvshm/tests/002.phpt; ./ext/sysvshm/tests/001.phpt; ./ext/sysvshm/tests/004.phpt; ./ext/sysvshm/tests/007.phpt; ./ext/sysvshm/tests/shutdown_crash_0.phpt; ./ext/sysvshm/tests/003.phpt; ./ext/sysvshm/tests/006.phpt; ./ext/dba/tests/dba_sync.phpt; ./ext/dba/tests/dba_db4_009.phpt; ./ext/dba/tests/dba_db4_007.phpt; ./ext/dba/tests/dba_optimize.phpt; ./ext/dba/tests/dba_db4_008.phpt; ./ext/dba/tests/dba_db4_003.phpt; ./ext/dba/tests/dba_db4_sync.phpt; ./ext/dba/tests/bug38698.phpt; ./ext/dba/tests/bug49125.phpt; ./ext/dba/tests/dba_db4_017.phpt; ./ext/dba/tests/dba_db4_011.phpt; ./ext/dba/tests/dba_db4_016.phpt; ./ext/dba/tests/dba_split.phpt; ./ext/dba/tests/bug62490.phpt; ./ext/dba/tests/bug36436.phpt; ./ext/dba/tests/bug48240.phpt; ./ext/dba/tests/dba_cdb_make.phpt; ./ext/dba/tests/bug71514.phpt; ./ext/dba/tests/dba007.phpt; ./ext/dba/tests/bug72885.phpt; ./ext/dba/tests/dba_db4_optimize.phpt; ./ext/dba/tests/dba012.phpt; ./ext/dba/tests/bug70825.phpt; ./ext/dba/tests/dba_db4_004.phpt; ./ext/dba/tests/dba_db4_018.phpt; ./ext/dba/tests/dba_cdb_001.phpt; ./ext/dba/tests/dba011.phpt; ./ext/dba/tests/dba015.phpt; ./ext/gd/tests/libgd00094.phpt; ./ext/gd/tests/bug73869.phpt; ./ext/gd/tests/imagetruecolortopalette_basic.phpt; ./ext/gd/tests/bug70047.phpt; ./ext/gd/tests/imagefttext.phpt; ./ext/gd/tests/libgd00086_extern.phpt; ./ext/gd/tests/bug61221.phpt; ./ext/gd/tests/bug39780_extern.phpt; ./ext/gd/tests/gd_info_basic.phpt; ./ext/gd/tests/bug77272.phpt; ./ext/gd/tests/bug70976.phpt; ./ext/gd/tests/bug37360.phpt; ./ext/gd/tests/bug48555.phpt; ./ext/gd/tests/imagecolorallocate_basic.phpt; ./ext/gd/tests/bug75124.phpt; ./ext/gd/tests/libgd00101.phpt; ./ext/gd/tests/imagegammacorrect_basic.phpt; ./ext/gd/tests/bug67325.phpt; ./ext/gd/tests/bug77391.phpt; ./ext/gd/tests/libgd00094-mb.phpt; ./ext/gd/tests/001.phpt; ./ext/gd/tests/bug77200.phpt; ./ext/gd/tests/bug73957.phpt; ./ext/gd/tests/imagepalettetotruecolor_basic.phpt; ./ext/gd/tests/imagecolormatch_basic.phpt; ./ext/gd/tests/bug66882.phpt; ./ext/gd/tests/imagegetclip_basic.phpt; ./ext/gd/tests/bug71952.phpt; ./ext/gd/tests/imagefontwidth_basic.phpt; ./ext/gd/tests/imagefilledpolygon_basic.phpt; ./ext/gd/tests/bug70102.phpt; ./ext/gd/tests/bug72596.phpt; ./ext/gd/tests/imagecopymerge_basic.phpt; ./ext/gd/tests/bug67447.phpt; ./ext/gd/tests/imageflip.phpt; ./ext/gd/tests/bug77973.phpt; ./ext/gd/tests/webp_basic.phpt; ./ext/gd/tests/imageresolution_png.phpt; ./ext/gd/tests/imageistruecolor_basic.phpt; ./ext/gd/tests/imagefilter_error1.phpt; ./ext/gd/tests/bug66356.phpt; ./ext/gd/tests/001-mb.phpt; ./ext/gd/tests/gd_info_variation1.phpt; ./ext/gd/tests/imagecolordeallocate_basic.phpt; ./ext/gd/tests/bug79067.phpt; ./ext/gd/tests/bug43475.phpt; ./ext/gd/tests/bug73868.phpt; ./ext/gd/tests/imagescale_preserve_ratio.phpt; ./ext/gd/tests/bug73968.phpt; ./ext/gd/tests/imagetypes_bmp.phpt; ./ext/gd/tests/imageinterlace_basic.phpt; ./ext/gd/tests/bug49600.phpt; ./ext/gd/tests/imagegammacorrect_variation1.phpt; ./ext/gd/tests/bug75111.phpt; ./ext/gd/tests/imagecolorclosesthwb_basic_001.phpt; ./ext/gd/tests/imagecreatefromstring_png.phpt; ./ext/gd/tests/imagefontheight_basic.phpt; ./ext/gd/tests/bug53154.phpt; ./ext/gd/tests/imagefilter_error13.phpt; ./ext/gd/tests/imagecreatefromstring_gif.phpt; ./ext/gd/tests/imagecolorallocatealpha_basic.phpt; ./ext/gd/tests/imageinterpolation_basic.phpt; ./ext/gd/tests/imagecolourstotal_basic.phpt; ./ext/gd/tests/imageresolution_jpeg.phpt; ./ext/gd/tests/imagedashedline_basic.phpt; ./ext/gd/tests/imagecreatefromstring_webp.phpt; ./ext/gd/tests/bug39780.phpt; ./ext/gd/tests/gdimage_prevent_serialization.phpt; ./ext/gd/tests/imagecopymergegray_basic.phpt; ./ext/gd/tests/bug75571.phpt; ./ext/gd/tests/bug77700.phpt; ./ext/gd/tests/imagesetclip_basic.phpt; ./ext/gd/tests/bug74031.phpt; ./ext/gd/tests/bug41442.phpt; ./ext/gd/tests/imagetypes_tga.phpt; ./ext/gd/tests/imagerotate_overflow.phpt; ./ext/gd/tests/libgd00086.phpt; ./ext/gd/tests/imagepolygon_basic.phpt; ./ext/gd/tests/bug72709.phpt; ./ext/gd/tests/imagelayereffect_basic.phpt; ./ext/gd/tests/bug73549.phpt; ./ext/gd/tests/imagecrop_auto.phpt; ./ext/gd/tests/bug66590.phpt; ./ext/gd/tests/bug74435.phpt; ./ext/gd/tests/bug73161.phpt; ./ext/gd/tests/imageantialias_error2.phpt; ./ext/gd/tests/bug79068.phpt; ./ext/gd/tests/imageinterlace_variation1.phpt; ./ext/gd/tests/bug44849.phpt; ./ext/gd/tests/imageloadfont_error2.phpt; ./ext/gd/tests/imageinterlace_variation2.phpt; ./ext/mbstring/tests/bug65045.phpt; ./ext/mbstring/tests/mb_encode_mimeheader_basic.phpt; ./ext/mbstring/tests/bug72399.phpt; ./ext/mbstring/tests/mb_detect_encoding_empty_encoding_list.phpt; ./ext/mbstring/tests/mb_decode_mimeheader_variation2.phpt; ./ext/mbstring/tests/mb_detect_order.phpt; ./ext/mbstring/tests/mb_convert_encoding_basic.phpt; ./ext/mbstring/tests/mb_stripos_error2.phpt; ./ext/mbstring/tests/bug66964.phpt; ./ext/mbstring/tests/zend_multibyte-07.phpt; ./ext/mbstring/tests/mb_substr_basic.phpt; ./ext/mbstring/tests/bug73532.phpt; ./ext/mbstring/tests/mb_detect_encoding.phpt; ./ext/mbstring/tests/zend_multibyte-09.phpt; ./ext/mbstring/tests/mbregex_stack_limit.phpt; ./ext/mbstring/tests/mb_stripos_basic.phpt; ./ext/mbstring/tests/mb_output_handler_pattern-09.phpt; ./ext/mbstring/tests/bug43993.phpt; ./ext/mbstring/tests/php_gr_jp_16242.phpt; ./ext/mbstring/tests/mb_internal_encoding_variation2.phpt; ./ext/mbstring/tests/bug77381.phpt; ./ext/mbstring/tests/mb_strrpos_error2.phpt; ./ext/mbstring/tests/mb_strstr_empty_needle.phpt; ./ext/mbstring/tests/ini_encoding2.phpt; ./ext/mbstring/tests/mb_ereg_search_regs.phpt; ./ext/mbstring/tests/mb_ereg_search_pos.phpt; ./ext/mbstring/tests/mb_strpos_offset_errors.phpt; ./ext/mbstring/tests/mb_stripos_basic2.phpt; ./ext/mbstring/tests/mb_convert_case_various_mode.phpt; ./ext/mbstring/tests/bug72691.phpt; ./ext/mbstring/tests/mb_ereg_search_invalid_pattern.phpt; ./ext/mbstring/tests/mb_strrchr_empty_needle.phpt; ./ext/mbstring/tests/zend_multibyte-13.phpt; ./ext/mbstring/tests/php_gr_jp_dev_884-2.phpt; ./ext/mbstring/tests/mb_substitute_character_variation_weak_types.phpt; ./ext/mbstring/tests/mb_decode_mimeheader_basic.phpt; ./ext/mbstring/tests/mb_internal_encoding_error2.phpt; ./ext/mbstring/tests/bug78609.phpt; ./ext/mbstring/tests/mb_ereg_search_named_subpatterns_1.phpt; ./ext/mbstring/tests/internal_encoding.phpt; ./ext/mbstring/tests/bug76704.phpt; ./ext/mbstring/tests/mb_strripos_variation5_Bug45923.phpt; ./ext/mbstring/tests/bug49354.phpt; ./ext/mbstring/tests/casefolding.phpt; ./ext/mbstring/tests/mb_strrpos_basic.phpt; ./ext/mbstring/tests/mb_encode_mimeheader_basic3.phpt; ./ext/mbstring/tests/mb_strrchr_variation6.phpt; ./ext/mbstring/tests/mb_output_handler_pattern-11.phpt; ./ext/mbstring/tests/mb_strstr_error2.phpt; ./ext/mbstring/tests/zend_multibyte-05.phpt; ./ext/mbstring/tests/mb_output_handler_euc_jp.phpt; ./ext/mbstring/tests/mb_convert_variables_empty_encoding_list.phpt; ./ext/mbstring/tests/bug43998.phpt; ./ext/mbstring/tests/bug40685.phpt; ./ext/mbstring/tests/bug60306.phpt; ./ext/mbstring/tests/mb_regex_encoding_variation2.phpt; ./ext/mbstring/tests/mb_strlen_basic.phpt; ./ext/mbstring/tests/zend_multibyte-14.phpt; ./ext/mbstring/tests/mb_substr_error2.phpt; ./ext/mbstring/tests/mb_ereg_search_syntax.phpt; ./ext/mbstring/tests/mb_strpos_error2.phpt; ./ext/mbstring/tests/mb_strlen_error2.phpt; ./ext/mbstring/tests/mb_strrichr_basic.phpt; ./ext/mbstring/tests/mb_strcut_missing_boundary_check.phpt; ./ext/mbstring/tests/bug77025.phpt; ./ext/mbstring/tests/bug48697.phpt; ./ext/mbstring/tests/mb_encode_mimeheader_variation6.phpt; ./ext/mbstring/tests/mb_convert_encoding_array.phpt; ./ext/mbstring/tests/php_gr_jp_dev_884-1.phpt; ./ext/mbstring/tests/mb_internal_encoding_basic2.phpt; ./ext/mbstring/tests/bug77367.phpt; ./ext/mbstring/tests/mb_strtoupper_variation4.phpt; ./ext/mbstring/tests/mb_strstr_variation6.phpt; ./ext/mbstring/tests/mb_output_handler_pattern-03.phpt; ./ext/mbstring/tests/mb_strtolower_variation3.phpt; ./ext/mbstring/tests/mb_output_handler_pattern-10.phpt; ./ext/mbstring/tests/mb_stripos_invalid_offset.phpt; ./ext/mbstring/tests/mb_strtolower_basic.phpt; ./ext/mbstring/tests/mb_strcut_negative_length.phpt; ./ext/mbstring/tests/mbregex_stack_limit2.phpt; ./ext/mbstring/tests/zend_multibyte-06.phpt; ./ext/mbstring/tests/zend_multibyte-04.phpt; ./ext/mbstring/tests/mb_substitute_character_variation_strict_types.phpt; ./ext/mbstring/tests/mb_strtolower_variation4.phpt; ./ext/mbstring/tests/mb_check_encoding_array.phpt; ./ext/mbstring/tests/mb_strstr_variation5.phpt; ./ext/mbstring/tests/bug72694.phpt; ./ext/mbstring/tests/mb_ereg_search_setpos.phpt; ./ext/mbstring/tests/mb_strpos_empty_needle.phpt; ./ext/mbstring/tests/retry_limit.phpt; ./ext/mbstring/tests/mb_decode_mimeheader_variation3.phpt; ./ext/mbstring/tests/mb_ereg_replace_variation1.phpt; ./ext/mbstring/tests/bug79154.phpt; ./ext/mbstring/tests/mb_strlen.phpt; ./ext/mbstring/tests/bug77370.phpt; ./ext/mbstring/tests/mb_ereg_variation3.phpt; ./ext/mbstring/tests/bug79149.phpt; ./ext/mbstring/tests/bug68846.phpt; ./ext/mbstring/tests/bug76319.phpt; ./ext/mbstring/tests/mb_ereg_variation7.phpt; ./ext/mbstring/tests/bug78633.phpt; ./ext/mbstring/tests/zend_multibyte-03.phpt; ./ext/mbstring/tests/mb_ereg_dupnames.phpt; ./ext/mbstring/tests/mb_ereg_variation5.phpt; ./ext/mbstring/tests/mb_strrchr_basic.phpt; ./ext/mbstring/tests/mb_substr_count_variation4.phpt; ./ext/mbstring/tests/mb_preferred_mime_name.phpt; ./ext/mbstring/tests/bug69267.phpt; ./ext/mbstring/tests/bug48645.phpt; ./ext/mbstring/tests/bug45239.phpt; ./ext/mbstring/tests/pictogram1.phpt; ./ext/mbstring/tests/mb_strtoupper_error2.phpt; ./ext/mbstring/tests/mb_strripos_basic.phpt; ./ext/mbstring/tests/bug66797.phpt; ./ext/mbstring/tests/mb_chr.phpt; ./ext/mbstring/tests/mb_internal_encoding_basic.phpt; ./ext/mbstring/tests/bug69151.phpt; ./ext/mbstring/tests/bug77514.phpt; ./ext/mbstring/tests/mb_stristr_error2.phpt; ./ext/mbstring/tests/mb_stripos_variation5_Bug45923.phpt; ./ext/mbstring/tests/ini_encoding.phpt; ./ext/mbstring/tests/bug79037.phpt; ./ext/mbstring/tests/mb_strripos_empty_needle.phpt; ./ext/mbstring/tests/bug46843.phpt; ./ext/mbstring/tests/mb_ereg_basic.phpt; ./ext/mbstring/tests/mb_substitute_character_basic.phpt; ./ext/mbstring/tests/mb_list_encodings.phpt; ./ext/mbstring/tests/mb_strpos_variation5.phpt; ./ext/mbstring/tests/bug45722.phpt; ./ext/mbstring/tests/mb_stripos_empty_needle.phpt; ./ext/mbstring/tests/mb_scrub.phpt; ./ext/mbstring/tests/bug77165.phpt; ./ext/mbstring/tests/bug43994.phpt; ./ext/mbstring/tests/illformed_utf_sequences.phpt; ./ext/mbstring/tests/mb_substr_variation4.phpt; ./ext/mbstring/tests/mb_substitute_character.phpt; ./ext/mbstring/tests/mb_strripos_basic2.phpt; ./ext/mbstring/tests/mb_convert_encoding_array2.phpt; ./ext/mbstring/tests/mb_output_handler_pass.phpt; ./ext/mbstring/tests/mb_convert_encoding_failed_detection.phpt; ./ext/mbstring/tests/mb_strpos_basic.phpt; ./ext/mbstring/tests/mb_substitute_character_variation2.phpt; ./ext/mbstring/tests/mb_language.phpt; ./ext/mbstring/tests/mb_http_input.phpt; ./ext/mbstring/tests/mb_split.phpt; ./ext/mbstring/tests/mb_http_input_pass.phpt; ./ext/mbstring/tests/mb_strrpos_empty_needle.phpt; ./ext/mbstring/tests/mb_parse_str02.phpt; ./ext/mbstring/tests/mb_output_handler_pattern-02.phpt; ./ext/mbstring/tests/bug69086.phpt; ./ext/mbstring/tests/mb_ereg_search.phpt; ./ext/mbstring/tests/mb_str_split_utf8_utf16.phpt; ./ext/mbstring/tests/zend_multibyte-08.phpt; ./ext/mbstring/tests/mb_stristr_empty_needle.phpt; ./ext/mbstring/tests/mb_output_handler_pattern-04.phpt; ./ext/mbstring/tests/mb_strstr.phpt; ./ext/mbstring/tests/bug43840.phpt; ./ext/mbstring/tests/mb_ereg_named_subpatterns.phpt; ./ext/mbstring/tests/mb_output_handler_runtime_ini_alteration-01.phpt; ./ext/mbstring/tests/mb_strrchr_variation5.phpt; ./ext/mbstring/tests/bug73646.phpt; ./ext/mbstring/tests/mb_strtoupper_basic.phpt; ./ext/mbstring/tests/mb_encode_mimeheader_basic2.phpt; ./ext/mbstring/tests/mb_strrichr_variation5.phpt; ./ext/mbstring/tests/mb_convert_encoding_leak.phpt; ./ext/mbstring/tests/bug72164.phpt; ./ext/mbstring/tests/bug45923.phpt; ./ext/mbstring/tests/mb_check_encoding_invalid_encodings.phpt; ./ext/mbstring/tests/mb_strimwidth.phpt; ./ext/mbstring/tests/bug63447_001.phpt; ./ext/mbstring/tests/mb_detect_order_empty_encoding_list.phpt; ./ext/mbstring/tests/zend_multibyte-02.phpt; ./ext/mbstring/tests/bug25140.phpt; ./ext/mbstring/tests/bug26639.phpt; ./ext/mbstring/tests/mb_ereg_variation4.phpt; ./ext/mbstring/tests/mb_output_handler_shift_jis.phpt; ./ext/mbstring/tests/mb_ereg1.phpt; ./ext/mbstring/tests/mb_output_handler_pattern-06.phpt; ./ext/mbstring/tests/bug65544.phpt; ./ext/mbstring/tests/mb_eregi.phpt; ./ext/mbstring/tests/bug49536.phpt; ./ext/mbstring/tests/mb_ereg_replace_basic.phpt; ./ext/mbstring/tests/bug78559.phpt; ./ext/mbstring/tests/mb_substr_count_error2.phpt; ./ext/mbstring/tests/mb_substr_count.phpt; ./ext/mbstring/tests/bug43841.phpt; ./ext/mbstring/tests/mb_parse_str.phpt; ./ext/mbstring/tests/mb_strpos_invalid_offset.phpt; ./ext/mbstring/tests/mb_strripos_error2.phpt; ./ext/mbstring/tests/bug69079.phpt; ./ext/mbstring/tests/mb_encode_mimeheader_indent.phpt; ./ext/mbstring/tests/mb_strrichr_error2.phpt; ./ext/mbstring/tests/mb_strrchr_error2.phpt; ./ext/mbstring/tests/bug72693.phpt; ./ext/mbstring/tests/mb_strstr_basic.phpt; ./ext/mbstring/tests/mb_output_handler_runtime_ini_alteration-02.phpt; ./ext/mbstring/tests/bug76532.phpt; ./ext/mbstring/tests/bug77371.phpt; ./ext/mbstring/tests/mb_output_handler_pattern-05.phpt; ./ext/mbstring/tests/mb_convert_encoding.phpt; ./ext/mbstring/tests/mb_output_handler_pattern-01.phpt; ./ext/mbstring/tests/mb_substr_variation6.phpt; ./ext/mbstring/tests/bug63447_002.phpt; ./ext/mbstring/tests/mb_regex_encoding_error2.phpt; ./ext/mbstring/tests/mb_ereg2.phpt; ./ext/mbstring/tests/bug49528.phpt; ./ext/mbstring/tests/mb_substr_count_basic.phpt; ./ext/mbstring/tests/mb_regex_encoding_basic.phpt; ./ext/mbstring/tests/mb_stristr_variation5.phpt; ./ext/mbstring/tests/mb_substr_variation5.phpt; ./ext/mbstring/tests/php_gr_jp_10830.phpt; ./ext/mbstring/tests/mb_strtolower_error2.phpt; ./ext/mbstring/tests/mb_output_handler_pattern-12.phpt; ./ext/mbstring/tests/mb_convert_encoding_empty_encoding_list.phpt; ./ext/mbstring/tests/mb_encoding_aliases.phpt; ./ext/mbstring/tests/mb_check_encoding.phpt; ./ext/mbstring/tests/ini_language.phpt; ./ext/mbstring/tests/mb_ord.phpt; ./ext/mbstring/tests/mb_stristr_basic.phpt; ./ext/mbstring/tests/bug75944.phpt; ./ext/mbstring/tests/mb_strtoupper_variation3.phpt; ./ext/mbstring/tests/mb_ereg_search_named_subpatterns_2.phpt; ./ext/mbstring/tests/mb_get_info.phpt; ./ext/mbstring/tests/mb_output_handler_pattern-08.phpt; ./ext/mbstring/tests/bug77428.phpt; ./ext/mbstring/tests/bug79371.phpt; ./ext/mbstring/tests/bug77418.phpt; ./ext/mbstring/tests/mb_substr_variation7.phpt; ./ext/mbstring/tests/mb_ereg_match_basic.phpt; ./ext/mbstring/tests/mb_split_empty_match.phpt; ./ext/mbstring/tests/mb_ereg_variation6.phpt; ./ext/mbstring/tests/mb_output_handler_pattern-07.phpt; ./ext/mbstring/tests/bug76999.phpt; ./ext/pdo_pgsql/tests/bug71885.phpt; ./ext/pdo_pgsql/tests/bug46274_2.phpt; ./ext/pdo_pgsql/tests/bug36727.phpt; ./ext/pdo_pgsql/tests/bug_49985.phpt; ./ext/pdo_pgsql/tests/bug46274.phpt; ./ext/pdo_pgsql/tests/bug69344.phpt; ./ext/pdo_pgsql/tests/bug75402.phpt; ./ext/pdo_pgsql/tests/disable_prepares.phpt; ./ext/pdo_pgsql/tests/bug66584.phpt; ./ext/pdo_pgsql/tests/bug69362.phpt; ./ext/pdo_pgsql/tests/bug61267.phpt; ./ext/pdo_pgsql/tests/bug68199.phpt; ./ext/pdo_pgsql/tests/bug71885_2.phpt; ./ext/pdo_pgsql/tests/bug62479.phpt; ./ext/pdo_pgsql/tests/bug62498.phpt; ./ext/pdo_pgsql/tests/bug_64705.phpt; ./ext/pdo_pgsql/tests/bug62498-32bit.phpt; ./ext/pdo_pgsql/tests/bug62593.phpt; ./ext/pdo_pgsql/tests/debug_emulated_prepares.phpt; ./ext/pdo_pgsql/tests/bug68371.phpt; ./ext/pdo_pgsql/tests/copy_from.phpt; ./ext/pdo_pgsql/tests/bug72570.phpt; ./ext/pdo_pgsql/tests/bug64953.phpt; ./ext/pdo_pgsql/tests/bug72633.phpt; ./ext/pdo_pgsql/tests/bug67462.phpt; ./ext/pdo_pgsql/tests/copy_to.phpt; ./ext/pdo_pgsql/tests/large_objects.phpt; ./ext/pdo_pgsql/tests/is_in_transaction.phpt; ./ext/pdo_pgsql/tests/getnotify.phpt; ./ext/filter/tests/021.phpt; ./ext/filter/tests/bug77423.phpt; ./ext/filter/tests/055.phpt; ./ext/filter/tests/bug47435.phpt; ./ext/filter/tests/058.phpt; ./ext/filter/tests/008.phpt; ./ext/filter/tests/bug51192.phpt; ./ext/filter/tests/filter_var_array_with_ref.phpt; ./ext/filter/tests/bug7715.phpt; ./ext/filter/tests/039.phpt; ./ext/filter/tests/026.phpt; ./ext/filter/tests/bug44779.phpt; ./ext/filter/tests/017.phpt; ./ext/filter/tests/bug69203.phpt; ./ext/filter/tests/046.phpt; ./ext/filter/tests/bug50158.phpt; ./ext/filter/tests/048.phpt; ./ext/filter/tests/bug49274.phpt; ./ext/filter/tests/054.phpt; ./ext/filter/tests/016.phpt; ./ext/filter/tests/011.phpt; ./ext/filter/tests/PMOPB45.phpt; ./ext/filter/tests/036.phpt; ./ext/filter/tests/013.phpt; ./ext/filter/tests/bug53037.phpt; ./ext/filter/tests/051.phpt; ./ext/filter/tests/028.phpt; ./ext/filter/tests/bug69202.phpt; ./ext/filter/tests/filter_data.phpt; ./ext/filter/tests/043.phpt; ./ext/filter/tests/bug50632.phpt; ./ext/filter/tests/023.phpt; ./ext/filter/tests/bug55478.phpt; ./ext/filter/tests/bug47745.phpt; ./ext/filter/tests/007.phpt; ./ext/filter/tests/bug52209.phpt; ./ext/filter/tests/052.phpt; ./ext/filter/tests/bug52929.phpt; ./ext/filter/tests/018.phpt; ./ext/filter/tests/bug64441.phpt; ./ext/filter/tests/041.phpt; ./ext/filter/tests/bug39846.phpt; ./ext/filter/tests/bug51368.phpt; ./ext/filter/tests/bug46973.phpt; ./ext/filter/tests/032.phpt; ./ext/filter/tests/bug7733.phpt; ./ext/filter/tests/bug53150.phpt; ./ext/filter/tests/bug67167.01.phpt; ./ext/filter/tests/056.phpt; ./ext/filter/tests/callback_closure.phpt; ./ext/filter/tests/057.phpt; ./ext/filter/tests/bug42718.phpt; ./ext/filter/tests/047.phpt; ./ext/filter/tests/012.phpt; ./ext/filter/tests/031.phpt; ./ext/filter/tests/surprising_integer_literals.phpt; ./ext/filter/tests/044.phpt; ./ext/filter/tests/bug8315.phpt; ./ext/filter/tests/callback_non_modified_var.phpt; ./ext/filter/tests/040.phpt; ./ext/filter/tests/059.phpt; ./ext/filter/tests/010.phpt; ./ext/filter/tests/027.phpt; ./ext/filter/tests/filter_ipv4_rfc6890.phpt; ./ext/filter/tests/037.phpt; ./ext/filter/tests/060.phpt; ./ext/filter/tests/bug73054.phpt; ./ext/filter/tests/bug76366.phpt; ./ext/filter/tests/bug71063.phpt; ./ext/filter/tests/015.phpt; ./ext/filter/tests/bug49510.phpt; ./ext/filter/tests/025.phpt; ./ext/filter/tests/bug67167.02.phpt; ./ext/filter/tests/038.phpt; ./ext/filter/tests/024.phpt; ./ext/filter/tests/bug49184.phpt; ./ext/filter/tests/029.phpt; ./ext/filter/tests/bug80584.phpt; ./ext/filter/tests/035.phpt; ./ext/filter/tests/009.phpt; ./ext/filter/tests/019.phpt; ./ext/filter/tests/022.phpt; ./ext/filter/tests/014.phpt; ./ext/filter/tests/bug48762.phpt; ./ext/filter/tests/bug44445.phpt; ./ext/filter/tests/061.phpt; ./ext/ffi/tests/008.phpt; ./ext/ffi/tests/039.phpt; ./ext/ffi/tests/026.phpt; ./ext/ffi/tests/017.phpt; ./ext/ffi/tests/005.phpt; ./ext/ffi/tests/004.phpt; ./ext/ffi/tests/030.phpt; ./ext/ffi/tests/011.phpt; ./ext/ffi/tests/036.phpt; ./ext/ffi/tests/013.phpt; ./ext/ffi/tests/034.phpt; ./ext/ffi/tests/bug79532.phpt; ./ext/ffi/tests/023.phpt; ./ext/ffi/tests/007.phpt; ./ext/ffi/tests/bug77768.phpt; ./ext/ffi/tests/041.phpt; ./ext/ffi/tests/032.phpt; ./ext/ffi/tests/033.phpt; ./ext/ffi/tests/bug79749.phpt; ./ext/ffi/tests/101.phpt; ./ext/ffi/tests/012.phpt; ./ext/ffi/tests/100.phpt; ./ext/ffi/tests/003.phpt; ./ext/ffi/tests/044.phpt; ./ext/ffi/tests/040.phpt; ./ext/ffi/tests/010.phpt; ./ext/ffi/tests/bug79096.phpt; ./ext/ffi/tests/027.phpt; ./ext/ffi/tests/037.phpt; ./ext/ffi/tests/045.phpt; ./ext/ffi/tests/025.phpt; ./ext/ffi/tests/038.phpt; ./ext/ffi/tests/038.phpt; ./ext/ffi/tests/024.phpt; ./ext/ffi/tests/029.phpt; ./ext/ffi/tests/035.phpt; ./ext/ffi/tests/009.phpt; ./ext/ffi/tests/006.phpt; ./ext/ffi/tests/014.phpt; ./ext/ffi/tests/bug78543.phpt; ./ext/xmlreader/tests/expand_error.phpt; ./ext/xmlreader/tests/003-get-errors.phpt; ./ext/xmlreader/tests/013.phpt; ./ext/xmlreader/tests/next_basic.phpt; ./ext/xmlreader/tests/bug73053.phpt; ./ext/xmlreader/tests/bug36743.phpt; ./ext/xmlreader/tests/012.phpt; ./ext/xmlreader/tests/003.phpt; ./ext/xmlreader/tests/open_error.phpt; ./ext/xmlreader/tests/bug74457.phpt; ./ext/xmlreader/tests/003-move-errors.phpt; ./ext/oci8/tests/define6.phpt; ./ext/oci8/tests/bug51291_2.phpt; ./ext/oci8/tests/imp_res_cancel.phpt; ./ext/oci8/tests/connect_scope_try6.phpt; ./ext/oci8/tests/bind_query.phpt; ./ext/oci8/tests/coll_010_func.phpt; ./ext/oci8/tests/db_op_1.phpt; ./ext/oci8/tests/connect_scope_try2.phpt; ./ext/oci8/tests/imp_res_4.phpt; ./ext/oci8/tests/refcur_prefetch_2.phpt; ./ext/oci8/tests/password_new.phpt; ./ext/oci8/tests/default_prefetch1.phpt; ./ext/oci8/tests/lob_034.phpt; ./ext/oci8/tests/fetch.phpt; ./ext/oci8/tests/bug27303_1_11gR1.phpt; ./ext/oci8/tests/array_bind_str.phpt; ./ext/oci8/tests/drcp_cclass1.phpt; ./ext/oci8/tests/connect_scope_try1.phpt; ./ext/oci8/tests/fetch_object.phpt; ./ext/oci8/tests/lob_023.phpt; ./ext/oci8/tests/field_funcs.phpt; ./ext/oci8/tests/null_byte_3.phpt; ./ext/oci8/tests/coll_003.phpt; ./ext/oci8/tests/existence_aliases.phpt; ./ext/oci8/tests/field_funcs3.phpt; ./ext/oci8/tests/lob_036.phpt; ./ext/oci8/tests/descriptors.phpt; ./ext/oci8/tests/imp_res_5.phpt; ./ext/oci8/tests/null_byte_2.phpt; ./ext/oci8/tests/lob_044.phpt; ./ext/oci8/tests/bug35973.phpt; ./ext/oci8/tests/connect_without_oracle_home_11.phpt; ./ext/oci8/tests/lob_042.phpt; ./ext/oci8/tests/conn_attr_3.phpt; ./ext/oci8/tests/drcp_privileged.phpt; ./ext/oci8/tests/fetch_object_1.phpt; ./ext/oci8/tests/lob_033.phpt; ./ext/oci8/tests/bug42841.phpt; ./ext/oci8/tests/ini_1.phpt; ./ext/oci8/tests/coll_015_func.phpt; ./ext/oci8/tests/imp_res_get_all.phpt; ./ext/oci8/tests/coll_001.phpt; ./ext/oci8/tests/bug27303_2_11gR1.phpt; ./ext/oci8/tests/coll_012_func.phpt; ./ext/oci8/tests/bug27303_4_11gR1.phpt; ./ext/oci8/tests/imp_res_dbmsoutput.phpt; ./ext/oci8/tests/field_funcs1.phpt; ./ext/oci8/tests/bug38173.phpt; ./ext/oci8/tests/error_set.phpt; ./ext/oci8/tests/coll_013.phpt; ./ext/oci8/tests/drcp_newconnect.phpt; ./ext/oci8/tests/bind_char_3.phpt; ./ext/oci8/tests/bug71422.phpt; ./ext/oci8/tests/minfo.phpt; ./ext/oci8/tests/coll_014_func.phpt; ./ext/oci8/tests/drcp_scope3.phpt; ./ext/oci8/tests/statement_type.phpt; ./ext/oci8/tests/lob_024.phpt; ./ext/oci8/tests/bug32325.phpt; ./ext/oci8/tests/array_bind_006.phpt; ./ext/oci8/tests/bind_char_4.phpt; ./ext/oci8/tests/bug27303_2.phpt; ./ext/oci8/tests/define.phpt; ./ext/oci8/tests/bug71148.phpt; ./ext/oci8/tests/extauth_04.phpt; ./ext/oci8/tests/array_bind_int1.phpt; ./ext/oci8/tests/define3.phpt; ./ext/oci8/tests/lob_007.phpt; ./ext/oci8/tests/bind_char_4_11gR1.phpt; ./ext/oci8/tests/default_prefetch0.phpt; ./ext/oci8/tests/drcp_pconn_close2.phpt; ./ext/oci8/tests/serverversion.phpt; ./ext/oci8/tests/array_bind_011.phpt; ./ext/oci8/tests/lob_029.phpt; ./ext/oci8/tests/lob_037.phpt; ./ext/oci8/tests/connect_scope2.phpt; ./ext/oci8/tests/error_bind_3.phpt; ./ext/oci8/tests/coll_016_func.phpt; ./ext/oci8/tests/bug42134.phpt; ./ext/oci8/tests/bug45458.phpt; ./ext/oci8/tests/coll_003_func.phpt; ./ext/oci8/tests/array_bind_str1.phpt; ./ext/oci8/tests/lob_041.phpt; ./ext/oci8/tests/bug27303_3.phpt; ./ext/oci8/tests/array_bind_010.phpt; ./ext/oci8/tests/error_parse.phpt; ./ext/oci8/tests/conn_attr_4.phpt; ./ext/oci8/tests/lob_018.phpt; ./ext/oci8/tests/array_bind_014.phpt; ./ext/oci8/tests/bind_raw_2.phpt; ./ext/oci8/tests/bind_sqltafc.phpt; ./ext/oci8/tests/fetch_all3.phpt; ./ext/oci8/tests/coll_015.phpt; ./ext/oci8/tests/fetch_row.phpt; ./ext/oci8/tests/lob_035.phpt; ./ext/oci8/tests/bind_long.phpt; ./ext/oci8/tests/lob_025.phpt; ./ext/oci8/tests/lob_null.phpt; ./ext/oci8/tests/persistent.phpt; ./ext/oci8/tests/coll_017.phpt; ./ext/oci8/tests/fetch_object_2.phpt; ./ext/oci8/tests/bind_long_raw.phpt; ./ext/oci8/tests/lob_001.phpt; ./ext/oci8/tests/num.phpt; ./ext/oci8/tests/coll_018.phpt; ./ext/oci8/tests/define1.phpt; ./ext/oci8/tests/bug36096.phpt; ./ext/oci8/tests/lob_006.phpt; ./ext/oci8/tests/fetch_all5.phpt; ./ext/oci8/tests/bind_sqltint.phpt; ./ext/oci8/tests/password_2.phpt; ./ext/oci8/tests/lob_030.phpt; ./ext/oci8/tests/lob_011.phpt; ./ext/oci8/tests/cursor_bind.phpt; ./ext/oci8/tests/coll_011.phpt; ./ext/oci8/tests/lob_temp1.phpt; ./ext/oci8/tests/imp_res_get_none.phpt; ./ext/oci8/tests/bind_sqltnum_11g.phpt; ./ext/oci8/tests/lob_010.phpt; ./ext/oci8/tests/connect_with_charset_001.phpt; ./ext/oci8/tests/imp_res_insert.phpt; ./ext/oci8/tests/pecl_bug16842.phpt; ./ext/oci8/tests/lob_021.phpt; ./ext/oci8/tests/coll_014.phpt; ./ext/oci8/tests/array_bind_float.phpt; ./ext/oci8/tests/extauth_01.phpt; ./ext/oci8/tests/bug68298.phpt; ./ext/oci8/tests/db_op_2.phpt; ./ext/oci8/tests/fetch_array.phpt; ./ext/oci8/tests/array_bind_004.phpt; ./ext/oci8/tests/xmltype_02.phpt; ./ext/oci8/tests/error.phpt; ./ext/oci8/tests/lob_temp2.phpt; ./ext/oci8/tests/lob_002.phpt; ./ext/oci8/tests/prefetch.phpt; ./ext/oci8/tests/bug47189.phpt; ./ext/oci8/tests/lob_temp.phpt; ./ext/oci8/tests/bug42173.phpt; ./ext/oci8/tests/conn_attr_2.phpt; ./ext/oci8/tests/commit_001.phpt; ./ext/oci8/tests/lob_038.phpt; ./ext/oci8/tests/lob_009.phpt; ./ext/oci8/tests/oci_execute_segfault.phpt; ./ext/oci8/tests/bug27303_1.phpt; ./ext/oci8/tests/drcp_pconn_close1.phpt; ./ext/oci8/tests/connect_scope_try5.phpt; ./ext/oci8/tests/bind_misccoltypes_errs.phpt; ./ext/oci8/tests/error1.phpt; ./ext/oci8/tests/coll_009.phpt; ./ext/oci8/tests/array_bind_003.phpt; ./ext/oci8/tests/bug40415.phpt; ./ext/oci8/tests/dupcolnames.phpt; ./ext/oci8/tests/fetch_assoc.phpt; ./ext/oci8/tests/drcp_scope2.phpt; ./ext/oci8/tests/lob_014.phpt; ./ext/oci8/tests/array_bind_008.phpt; ./ext/oci8/tests/drcp_scope1.phpt; ./ext/oci8/tests/array_bind_005.phpt; ./ext/oci8/tests/array_bind_date.phpt; ./ext/oci8/tests/coll_017_func.phpt; ./ext/oci8/tests/coll_002_func.phpt; ./ext/oci8/tests/coll_016.phpt; ./ext/oci8/tests/define2.phpt; ./ext/oci8/tests/array_bind_013.phpt; ./ext/oci8/tests/pecl_bug10194.phpt; ./ext/oci8/tests/lob_028.phpt; ./ext/oci8/tests/imp_res_6.phpt; ./ext/oci8/tests/lob_027.phpt; ./ext/oci8/tests/bug38161.phpt; ./ext/oci8/tests/extauth_03.phpt; ./ext/oci8/tests/lob_019.phpt; ./ext/oci8/tests/fetch_all2.phpt; ./ext/oci8/tests/drcp_characterset.phpt; ./ext/oci8/tests/bug27303_4.phpt; ./ext/oci8/tests/lob_aliases.phpt; ./ext/oci8/tests/lob_026.phpt; ./ext/oci8/tests/default_prefetch2.phpt; ./ext/oci8/tests/fetch_all4.phpt; ./ext/oci8/tests/define0.phpt; ./ext/oci8/tests/error_bind_2.phpt; ./ext/oci8/tests/pecl_bug10194_blob_64.phpt; ./ext/oci8/tests/array_bind_009.phpt; ./ext/oci8/tests/refcur_prefetch_4.phpt; ./ext/oci8/tests/bug41069.phpt; ./ext/oci8/tests/dbmsoutput.phpt; ./ext/oci8/tests/connect_scope_try4.phpt; ./ext/oci8/tests/pecl_bug10194_blob.phpt; ./ext/oci8/tests/connect_scope_try3.phpt; ./ext/oci8/tests/bug37581.phpt; ./ext/oci8/tests/coll_004.phpt; ./ext/oci8/tests/lob_022.phpt; ./ext/oci8/tests/bind_rowid.phpt; ./ext/oci8/tests/bind_empty.phpt; ./ext/oci8/tests/edition_1.phpt; ./ext/oci8/tests/array_bind_float1.phpt; ./ext/oci8/tests/fetch_all1.phpt; ./ext/oci8/tests/bind_boolean_1.phpt; ./ext/oci8/tests/imp_res_field.phpt; ./ext/oci8/tests/bind_sqltnum.phpt; ./ext/oci8/tests/lob_005.phpt; ./ext/oci8/tests/bug51253.phpt; ./ext/oci8/tests/connect_without_oracle_home.phpt; ./ext/oci8/tests/bind_char_3_11gR1.phpt; ./ext/oci8/tests/bind_sqltchr_2.phpt; ./ext/oci8/tests/bind_sqltchr_1.phpt; ./ext/oci8/tests/connect_1.phpt; ./ext/oci8/tests/array_bind_001.phpt; ./ext/oci8/tests/old_oci_close1.phpt; ./ext/oci8/tests/old_oci_close.phpt; ./ext/oci8/tests/drcp_scope4.phpt; ./ext/oci8/tests/lob_003.phpt; ./ext/oci8/tests/exec_fetch.phpt; ./ext/oci8/tests/coll_009_func.phpt; ./ext/oci8/tests/bind_raw.phpt; ./ext/oci8/tests/imp_res_2.phpt; ./ext/oci8/tests/lob_012.phpt; ./ext/oci8/tests/select_null.phpt; ./ext/oci8/tests/imp_res_get_dbmsoutput.phpt; ./ext/oci8/tests/imp_res_get_close_1.phpt; ./ext/oci8/tests/coll_012.phpt; ./ext/oci8/tests/extauth_02.phpt; ./ext/oci8/tests/error_bind.phpt; ./ext/oci8/tests/statement_cache.phpt; ./ext/oci8/tests/bind_misccoltypes.phpt; ./ext/oci8/tests/array_bind_int.phpt; ./ext/oci8/tests/coll_011_func.phpt; ./ext/oci8/tests/lob_013.phpt; ./ext/oci8/tests/bug74625.phpt; ./ext/oci8/tests/lob_008.phpt; ./ext/oci8/tests/cursors.phpt; ./ext/oci8/tests/connect.phpt; ./ext/oci8/tests/bug46994.phpt; ./ext/oci8/tests/lob_017.phpt; ./ext/oci8/tests/pecl_bug8816.phpt; ./ext/oci8/tests/coll_004_func.phpt; ./ext/oci8/tests/coll_019.phpt; ./ext/oci8/tests/refcur_prefetch_3.phpt; ./ext/oci8/tests/array_bind_007.phpt; ./ext/oci8/tests/define5.phpt; ./ext/oci8/tests/coll_002.phpt; ./ext/oci8/tests/coll_013_func.phpt; ./ext/oci8/tests/drcp_conn_close1.phpt; ./ext/oci8/tests/bug72524.phpt; ./ext/oci8/tests/refcur_prefetch_1.phpt; ./ext/oci8/tests/lob_016.phpt; ./ext/oci8/tests/drcp_conn_close2.phpt; ./ext/oci8/tests/lob_020.phpt; ./ext/oci8/tests/array_bind_012.phpt; ./ext/oci8/tests/lob_039.phpt; ./ext/oci8/tests/cursor_bind_err.phpt; ./ext/oci8/tests/drcp_connect1.phpt; ./ext/oci8/tests/bug40078.phpt; ./ext/oci8/tests/imp_res_prefetch.phpt; ./ext/oci8/tests/bind_number.phpt; ./ext/oci8/tests/imp_res_get_close_2.phpt; ./ext/oci8/tests/coll_010.phpt; ./ext/oci8/tests/drcp_scope5.phpt; ./ext/oci8/tests/imp_res_close.phpt; ./ext/oci8/tests/xmltype_01.phpt; ./ext/oci8/tests/connect_scope1.phpt; ./ext/oci8/tests/imp_res_1.phpt; ./ext/oci8/tests/array_bind_002.phpt; ./ext/oci8/tests/password.phpt; ./ext/oci8/tests/lob_004.phpt; ./ext/oci8/tests/bug51291_1.phpt; ./ext/oci8/tests/define4.phpt; ./ext/oci8/tests/array_bind_date1.phpt; ./ext/zend_test/tests/observer_basic_01.phpt; ./ext/zend_test/tests/observer_zend_call_function_01.phpt; ./ext/zend_test/tests/observer_backtrace_01.phpt; ./ext/zend_test/tests/observer_basic_02.phpt; ./ext/zend_test/tests/observer_closure_01.phpt; ./ext/tidy/tests/021.phpt; ./ext/tidy/tests/020.phpt; ./ext/tidy/tests/bug_50558.phpt; ./ext/tidy/tests/004.phpt; ./ext/tidy/tests/030.phpt; ./ext/tidy/tests/011.phpt; ./ext/tidy/tests/028.phpt; ./ext/tidy/tests/bug77594.phpt; ./ext/tidy/tests/034.phpt; ./ext/tidy/tests/023.phpt; ./ext/tidy/tests/007.phpt; ./ext/tidy/tests/018.phpt; ./ext/tidy/tests/uninitialized.phpt; ./ext/tidy/tests/032.phpt; ./ext/tidy/tests/033.phpt; ./ext/tidy/tests/bug77040.phpt; ./ext/tidy/tests/012.phpt; ./ext/tidy/tests/031.phpt; ./ext/tidy/tests/010.phpt; ./ext/tidy/tests/027.phpt; ./ext/tidy/tests/025.phpt; ./ext/tidy/tests/tidy_error1.phpt; ./ext/tidy/tests/029.phpt; ./ext/ctype/tests/ctype_digit_basic.phpt; ./ext/ctype/tests/ctype_graph_variation1.phpt; ./ext/ctype/tests/ctype_print_variation4.phpt; ./ext/ctype/tests/ctype_alnum_variation1.phpt; ./ext/ctype/tests/ctype_print_basic.phpt; ./ext/ctype/tests/ctype_space_variation1.phpt; ./ext/ctype/tests/ctype_digit_variation1.phpt; ./ext/ctype/tests/ctype_upper_variation1.phpt; ./ext/ctype/tests/bug34645.phpt; ./ext/ctype/tests/ctype_xdigit_variation3.phpt; ./ext/ctype/tests/ctype_cntrl_variation1.phpt; ./ext/ctype/tests/ctype_cntrl_basic.phpt; ./ext/ctype/tests/ctype_graph_variation4.phpt; ./ext/ctype/tests/ctype_alpha_variation1.phpt; ./ext/ctype/tests/ctype_print_variation3.phpt; ./ext/ctype/tests/ctype_lower_variation1.phpt; ./ext/ctype/tests/ctype_graph_variation3.phpt; ./ext/ctype/tests/ctype_lower_basic.phpt; ./ext/ctype/tests/ctype_alpha_variation3.phpt; ./ext/ctype/tests/ctype_lower_variation4.phpt; ./ext/ctype/tests/ctype_punct_variation4.phpt; ./ext/ctype/tests/ctype_space_variation3.phpt; ./ext/ctype/tests/ctype_print_variation1.phpt; ./ext/ctype/tests/ctype_alnum_variation3.phpt; ./ext/ctype/tests/ctype_digit_variation4.phpt; ./ext/ctype/tests/ctype_upper_variation3.phpt; ./ext/ctype/tests/ctype_alnum_basic.phpt; ./ext/ctype/tests/ctype_space_variation4.phpt; ./ext/ctype/tests/ctype_alpha_variation4.phpt; ./ext/ctype/tests/ctype_cntrl_variation3.phpt; ./ext/ctype/tests/ctype_punct_basic.phpt; ./ext/ctype/tests/ctype_punct_variation3.phpt; ./ext/ctype/tests/ctype_lower_variation3.phpt; ./ext/ctype/tests/ctype_space_basic.phpt; ./ext/ctype/tests/ctype_xdigit_basic.phpt; ./ext/ctype/tests/ctype_alpha_basic.phpt; ./ext/ctype/tests/ctype_xdigit_variation4.phpt; ./ext/ctype/tests/ctype_upper_basic.phpt; ./ext/ctype/tests/ctype_alnum_variation4.phpt; ./ext/ctype/tests/ctype_digit_variation3.phpt; ./ext/ctype/tests/ctype_cntrl_variation4.phpt; ./ext/ctype/tests/ctype_xdigit_variation1.phpt; ./ext/ctype/tests/ctype_upper_variation4.phpt; ./ext/ctype/tests/ctype_graph_basic.phpt; ./ext/ctype/tests/ctype_punct_variation1.phpt; ./ext/sqlite3/tests/bug63921-64bit.phpt; ./ext/sqlite3/tests/sqlite3_14_querysingle.phpt; ./ext/sqlite3/tests/sqlite3_28_clear_bindings.phpt; ./ext/sqlite3/tests/sqlite3_18_changes.phpt; ./ext/sqlite3/tests/sqlite3_33_createAggregate_notcallable.phpt; ./ext/sqlite3/tests/sqlite3_19_columninfo.phpt; ./ext/sqlite3/tests/bug70628.phpt; ./ext/sqlite3/tests/sqlite3_enable_exceptions.phpt; ./ext/sqlite3/tests/bug76665.phpt; ./ext/sqlite3/tests/sqlite3_13_skip_all_cleanup.phpt; ./ext/sqlite3/tests/bug71049.phpt; ./ext/sqlite3/tests/sqlite3_07_prepared_stmt.phpt; ./ext/sqlite3/tests/sqlite3_12_unfinalized_stmt_cleanup.phpt; ./ext/sqlite3/tests/bug53463.phpt; ./ext/sqlite3/tests/bug63921-32bit.phpt; ./ext/sqlite3/tests/sqlite3_33_load_extension_param.phpt; ./ext/sqlite3/tests/sqlite3stmt_paramCount_basic.phpt; ./ext/sqlite3/tests/sqlite3_09_blob_bound_param.phpt; ./ext/sqlite3/tests/sqlite3_20_error.phpt; ./ext/sqlite3/tests/sqlite3_25_create_aggregate.phpt; ./ext/sqlite3/tests/bug45798.phpt; ./ext/sqlite3/tests/sqlite3_busyTimeout.phpt; ./ext/sqlite3/tests/sqlite3_16_select_no_results.phpt; ./ext/sqlite3/tests/sqlite3_38_backup.phpt; ./ext/sqlite3/tests/bug77051.phpt; ./ext/sqlite3/tests/sqlite3_prepare_with_empty_string.phpt; ./ext/sqlite3/tests/sqlite3_38_extended_error.phpt; ./ext/sqlite3/tests/bug72571.phpt; ./ext/sqlite3/tests/sqlite3_bound_value_at_name.phpt; ./ext/sqlite3/tests/sqlite3_03_insert.phpt; ./ext/sqlite3/tests/sqlite3_06_prepared_stmt.phpt; ./ext/sqlite3/tests/sqlite3_27_reset_prepared_stmt_result.phpt; ./ext/sqlite3/tests/bug72668.phpt; ./ext/sqlite3/tests/sqlite3_35_stmt_readonly.phpt; ./ext/sqlite3/tests/sqlite3_prepare_faultystmt.phpt; ./ext/sqlite3/tests/sqlite3_10_bound_value_name.phpt; ./ext/sqlite3/tests/sqlite3_bind_bug68849.phpt; ./ext/sqlite3/tests/sqlite3_31_open.phpt; ./ext/sqlite3/tests/bug73068.phpt; ./ext/sqlite3/tests/sqlite3_21_security.phpt; ./ext/sqlite3/tests/sqlite3_23_escape_string.phpt; ./ext/sqlite3/tests/sqlite3_34_load_extension_ext_dir.phpt; ./ext/sqlite3/tests/sqlite3_01_open.phpt; ./ext/sqlite3/tests/sqlite3_39_toggleExtended.phpt; ./ext/sqlite3/tests/sqlite3_02_create.phpt; ./ext/sqlite3/tests/bug47159.phpt; ./ext/sqlite3/tests/sqlite3_11_numrows.phpt; ./ext/sqlite3/tests/sqlite3_30_blobopen.phpt; ./ext/sqlite3/tests/sqlite3_08_udf.phpt; ./ext/sqlite3/tests/sqlite3_05_delete.phpt; ./ext/sqlite3/tests/sqlite3_defensive.phpt; ./ext/sqlite3/tests/sqlite3_01_open-mb.phpt; ./ext/sqlite3/tests/bug79294.phpt; ./ext/sqlite3/tests/bug69972.phpt; ./ext/sqlite3/tests/sqlite3_29_createfunction.phpt; ./ext/sqlite3/tests/sqlite3_02_open.phpt; ./ext/sqlite3/tests/sqlite3stmt_getsql.phpt; ./ext/sqlite3/tests/sqlite3_blob_bind_resource.phpt; ./ext/sqlite3/tests/sqlite3_40_setauthorizer.phpt; ./ext/sqlite3/tests/sqlite3_04_update.phpt; ./ext/sqlite3/tests/sqlite3_37_createfunction_flags.phpt; ./ext/sqlite3/tests/sqlite3_31_changes.phpt; ./ext/sqlite3/tests/sqlite3_26_reset_prepared_stmt.phpt; ./ext/sqlite3/tests/sqlite3_22_loadextension.phpt; ./ext/sqlite3/tests/sqlite3_24_last_insert_rowid.phpt; ./ext/sqlite3/tests/sqlite3stmt_getsql_expanded.phpt; ./ext/libxml/tests/bug79191.phpt; ./ext/libxml/tests/libxml_set_external_entity_loader_basic.phpt; ./ext/libxml/tests/002.phpt; ./ext/libxml/tests/bug69753.phpt; ./ext/libxml/tests/001.phpt; ./ext/libxml/tests/004.phpt; ./ext/libxml/tests/libxml_set_external_entity_loader_variation1.phpt; ./ext/libxml/tests/bug69753-mb.phpt; ./ext/libxml/tests/bug54138.phpt; ./ext/libxml/tests/libxml_disable_entity_loader.phpt; ./ext/libxml/tests/libxml_set_external_entity_loader_error1.phpt; ./ext/libxml/tests/libxml_entity_loading_disabled_by_default.phpt; ./ext/libxml/tests/libxml_set_external_entity_loader_variation2.phpt; ./ext/libxml/tests/bug76777.phpt; ./ext/libxml/tests/003.phpt; ./ext/libxml/tests/bug61367-read.phpt; ./ext/libxml/tests/bug54138_2.phpt; ./ext/libxml/tests/bug61367-write.phpt; ./ext/sodium/tests/inc_add.phpt; ./ext/sodium/tests/crypto_box.phpt; ./ext/sodium/tests/php_password_hash_argon2i.phpt; ./ext/sodium/tests/bug78516.phpt; ./ext/sodium/tests/utils.phpt; ./ext/sodium/tests/crypto_kdf.phpt; ./ext/sodium/tests/php_password_hash_argon2id.phpt; ./ext/sodium/tests/pwhash_scrypt.phpt; ./ext/sodium/tests/crypto_secretbox.phpt; ./ext/sodium/tests/crypto_secretstream.phpt; ./ext/sodium/tests/crypto_stream.phpt; ./ext/sodium/tests/pwhash_argon2i.phpt; ./ext/sodium/tests/php_password_verify.phpt; ./ext/sodium/tests/crypto_generichash.phpt; ./ext/sodium/tests/crypto_shorthash.phpt; ./ext/sodium/tests/crypto_kx.phpt; ./ext/sodium/tests/crypto_hex.phpt; ./ext/sodium/tests/crypto_sign.phpt; ./ext/sodium/tests/crypto_scalarmult.phpt; ./ext/sodium/tests/crypto_auth.phpt; ./ext/sodium/tests/crypto_aead.phpt; ./ext/pgsql/tests/bug65119.phpt; ./ext/pgsql/tests/03sync_query.phpt; ./ext/pgsql/tests/close_default_link.phpt; ./ext/pgsql/tests/08escape.phpt; ./ext/pgsql/tests/00version.phpt; ./ext/pgsql/tests/17result.phpt; ./ext/pgsql/tests/pg_insert_002.phpt; ./ext/pgsql/tests/11pg_meta_data.phpt; ./ext/pgsql/tests/connect_after_close.phpt; ./ext/pgsql/tests/80_bug42783.phpt; ./ext/pgsql/tests/80_bug24499.phpt; ./ext/pgsql/tests/bug68638.phpt; ./ext/pgsql/tests/13pg_select_9.phpt; ./ext/pgsql/tests/bug77047.phpt; ./ext/pgsql/tests/pg_update_001.phpt; ./ext/pgsql/tests/bug64609.phpt; ./ext/pgsql/tests/bug47199.phpt; ./ext/pgsql/tests/10pg_convert_json_array.phpt; ./ext/pgsql/tests/19pg_ping.phpt; ./ext/pgsql/tests/80_bug36625.phpt; ./ext/pgsql/tests/09notice.phpt; ./ext/pgsql/tests/80_bug32223.phpt; ./ext/pgsql/tests/pg_meta_data_001.phpt; ./ext/pgsql/tests/pg_delete_001.phpt; ./ext/pgsql/tests/bug60244.phpt; ./ext/pgsql/tests/06_bug73498.phpt; ./ext/pgsql/tests/13pg_select.phpt; ./ext/pgsql/tests/bug72197.phpt; ./ext/pgsql/tests/pg_select_001.phpt; ./ext/pgsql/tests/10pg_convert_9.phpt; ./ext/pgsql/tests/10pg_convert.phpt; ./ext/pgsql/tests/pg_insert_001.phpt; ./ext/pgsql/tests/bug37100_9.phpt; ./ext/pgsql/tests/80_bug32223b.phpt; ./ext/pgsql/tests/bug37100.phpt; ./ext/pgsql/tests/bug76548.phpt; ./ext/pgsql/tests/bug72028.phpt; ./ext/pgsql/tests/bug75419.phpt; ./ext/pgsql/tests/12pg_insert_9.phpt; ./ext/pgsql/tests/bug71998.phpt; ./ext/pgsql/tests/02connection.phpt; ./ext/pgsql/tests/22pg_fetch_object.phpt; ./ext/standard/tests/image/getimagesize_variation4.phpt; ./ext/standard/tests/image/image_type_to_mime_type_variation4.phpt; ./ext/standard/tests/image/image_type_to_mime_type.phpt; ./ext/standard/tests/image/bug70096.phpt; ./ext/standard/tests/image/bug72278.phpt; ./ext/standard/tests/image/image_type_to_mime_type_basic.phpt; ./ext/standard/tests/image/getimagesize_wbmp.phpt; ./ext/standard/tests/image/getimagesizefromstring1.phpt; ./ext/standard/tests/image/getimagesize_swc.phpt; ./ext/standard/tests/image/bug71848.phpt; ./ext/standard/tests/image/bug13213.phpt; ./ext/standard/tests/image/image_type_to_mime_type_variation3.phpt; ./ext/standard/tests/image/getimagesize.phpt; ./ext/standard/tests/image/image_type_to_extension.phpt; ./ext/standard/tests/image/getimagesize_xbm.phpt; ./ext/standard/tests/image/getimagesize_246x247.phpt; ./ext/standard/tests/image/bug67250.phpt; ./ext/standard/tests/image/getimagesize_variation2.phpt; ./ext/standard/tests/image/bug70052.phpt; ./ext/standard/tests/image/iptcembed_001.phpt; ./ext/standard/tests/image/getimagesize_variation3.phpt; ./ext/standard/tests/image/image_type_to_mime_type_variation2.phpt; ./ext/standard/tests/image/getimagesize_basic.phpt; ./ext/standard/tests/image/iptcembed_003.phpt; ./ext/standard/tests/image/getimagesize_384x385.phpt; ./ext/standard/tests/image/getimagesize_variation_005.phpt; ./ext/standard/tests/image/bug79877.phpt; ./ext/standard/tests/image/getimagesize_tif_mm.phpt; ./ext/standard/tests/bug75220.phpt; ./ext/standard/tests/setrawcookie_basic_002.phpt; ./ext/standard/tests/random/reflection.phpt; ./ext/standard/tests/random/random_bytes.phpt; ./ext/standard/tests/random/random_int.phpt; ./ext/standard/tests/array/array_chunk_variation15.phpt; ./ext/standard/tests/array/bug32021.phpt; ./ext/standard/tests/array/array_multisort_stability.phpt; ./ext/standard/tests/array/array_map_object1.phpt; ./ext/standard/tests/array/extract_error.phpt; ./ext/standard/tests/array/array_unshift_object.phpt; ./ext/standard/tests/array/in_array_variation2.phpt; ./ext/standard/tests/array/array_uintersect_uassoc_variation6.phpt; ./ext/standard/tests/array/krsort_variation9.phpt; ./ext/standard/tests/array/array_values_basic.phpt; ./ext/standard/tests/array/reset_variation2.phpt; ./ext/standard/tests/array/array_merge_recursive_variation6.phpt; ./ext/standard/tests/array/array_walk_recursive1.phpt; ./ext/standard/tests/array/end_basic.phpt; ./ext/standard/tests/array/end_variation2.phpt; ./ext/standard/tests/array/array_map_variation9.phpt; ./ext/standard/tests/array/array_pad_variation6.phpt; ./ext/standard/tests/array/array_filter_variation9.phpt; ./ext/standard/tests/array/array_walk_objects.phpt; ./ext/standard/tests/array/array_chunk_variation11.phpt; ./ext/standard/tests/array/array_splice_variation3.phpt; ./ext/standard/tests/array/array_diff_ukey_basic.phpt; ./ext/standard/tests/array/array_diff_key_variation6.phpt; ./ext/standard/tests/array/array_walk_variation8.phpt; ./ext/standard/tests/array/bug22088.phpt; ./ext/standard/tests/array/asort_object2.phpt; ./ext/standard/tests/array/array_intersect_assoc_variation6.phpt; ./ext/standard/tests/array/array_filter_variation5.phpt; ./ext/standard/tests/array/array_chunk_variation32.phpt; ./ext/standard/tests/array/array_intersect_assoc_variation9.phpt; ./ext/standard/tests/array/sort_variation5.phpt; ./ext/standard/tests/array/uasort_object2.phpt; ./ext/standard/tests/array/array_column_basic.phpt; ./ext/standard/tests/array/extract_safety.phpt; ./ext/standard/tests/array/current_variation3.phpt; ./ext/standard/tests/array/array_keys_variation_001.phpt; ./ext/standard/tests/array/array_diff_key_basic.phpt; ./ext/standard/tests/array/sizeof_object2.phpt; ./ext/standard/tests/array/array_unshift.phpt; ./ext/standard/tests/array/array_slice_variation11.phpt; ./ext/standard/tests/array/array_diff_key_variation8.phpt; ./ext/standard/tests/array/arsort_basic.phpt; ./ext/standard/tests/array/array_map_variation8.phpt; ./ext/standard/tests/array/natcasesort_variation3.phpt; ./ext/standard/tests/array/array_fill_keys_variation4.phpt; ./ext/standard/tests/array/array_diff_ukey_variation8.phpt; ./ext/standard/tests/array/array_diff_variation2.phpt; ./ext/standard/tests/array/asort_basic.phpt; ./ext/standard/tests/array/uasort_variation10.phpt; ./ext/standard/tests/array/008.phpt; ./ext/standard/tests/array/array_chunk_variation17.phpt; ./ext/standard/tests/array/bug76713.phpt; ./ext/standard/tests/array/array_uintersect_assoc_variation2.phpt; ./ext/standard/tests/array/array_walk_variation6.phpt; ./ext/standard/tests/array/sort_variation6.phpt; ./ext/standard/tests/array/compact_order.phpt; ./ext/standard/tests/array/array_key_exists_variation1.phpt; ./ext/standard/tests/array/array_uintersect_uassoc_variation2.phpt; ./ext/standard/tests/array/current_variation2.phpt; ./ext/standard/tests/array/array_intersect_ukey_variation7.phpt; ./ext/standard/tests/array/arsort_object2.phpt; ./ext/standard/tests/array/array_map_variation17.phpt; ./ext/standard/tests/array/prev_basic.phpt; ./ext/standard/tests/array/arsort_variation9.phpt; ./ext/standard/tests/array/count_invalid.phpt; ./ext/standard/tests/array/array_shift_variation2.phpt; ./ext/standard/tests/array/array_multisort_case.phpt; ./ext/standard/tests/array/array_walk_recursive_error2.phpt; ./ext/standard/tests/array/array_chunk_basic1.phpt; ./ext/standard/tests/array/array_walk_variation7.phpt; ./ext/standard/tests/array/array_merge_variation7.phpt; ./ext/standard/tests/array/extract_variation3.phpt; ./ext/standard/tests/array/compact_variation1.phpt; ./ext/standard/tests/array/array_merge_variation3.phpt; ./ext/standard/tests/array/bug43541.phpt; ./ext/standard/tests/array/array_walk_recursive_variation7.phpt; ./ext/standard/tests/array/extract_typed_ref.phpt; ./ext/standard/tests/array/bug38464.phpt; ./ext/standard/tests/array/array_intersect_variation9.phpt; ./ext/standard/tests/array/array_chunk_variation19.phpt; ./ext/standard/tests/array/array_diff_assoc_variation3.phpt; ./ext/standard/tests/array/array_multisort_variation1.phpt; ./ext/standard/tests/array/array_chunk_variation25.phpt; ./ext/standard/tests/array/extract_variation11.phpt; ./ext/standard/tests/array/array_push.phpt; ./ext/standard/tests/array/range_variation1_64bit.phpt; ./ext/standard/tests/array/ksort_variation4.phpt; ./ext/standard/tests/array/bug46873.phpt; ./ext/standard/tests/array/array_pop_variation.phpt; ./ext/standard/tests/array/array_user_key_compare.phpt; ./ext/standard/tests/array/end_64bit.phpt; ./ext/standard/tests/array/array_merge_variation1.phpt; ./ext/standard/tests/array/array_intersect_assoc_variation2.phpt; ./ext/standard/tests/array/compact_basic.phpt; ./ext/standard/tests/array/compact.phpt; ./ext/standard/tests/array/array_rand_variation3.phpt; ./ext/standard/tests/array/bug42850.phpt; ./ext/standard/tests/array/array_map_variation19.phpt; ./ext/standard/tests/array/next_variation2.phpt; ./ext/standard/tests/array/uasort_variation4.phpt; ./ext/standard/tests/array/rsort_variation8.phpt; ./ext/standard/tests/array/array_walk_closure.phpt; ./ext/standard/tests/array/array_intersect_variation8.phpt; ./ext/standard/tests/array/array_key_exists_variation3.phpt; ./ext/standard/tests/array/array_key_exists_variation6.phpt; ./ext/standard/tests/array/array_multisort_variation5.phpt; ./ext/standard/tests/array/bug69413.phpt; ./ext/standard/tests/array/locale_sort.phpt; ./ext/standard/tests/array/bug24766.phpt; ./ext/standard/tests/array/natcasesort_variation9.phpt; ./ext/standard/tests/array/array_intersect_key_variation7.phpt; ./ext/standard/tests/array/array_chunk_variation24.phpt; ./ext/standard/tests/array/bug72031.phpt; ./ext/standard/tests/array/array_uintersect_assoc_basic.phpt; ./ext/standard/tests/array/bug43505.phpt; ./ext/standard/tests/array/array_shift_variation6.phpt; ./ext/standard/tests/array/asort_variation7.phpt; ./ext/standard/tests/array/sizeof_basic2.phpt; ./ext/standard/tests/array/min_variation2.phpt; ./ext/standard/tests/array/in_array_variation1.phpt; ./ext/standard/tests/array/array_slice_variation10.phpt; ./ext/standard/tests/array/array_map_variation11.phpt; ./ext/standard/tests/array/array_chunk_variation26.phpt; ./ext/standard/tests/array/bug24980.phpt; ./ext/standard/tests/array/array_values_variation2.phpt; ./ext/standard/tests/array/unexpected_array_mod_bug.phpt; ./ext/standard/tests/array/range_errors.phpt; ./ext/standard/tests/array/array_unique_variation6.phpt; ./ext/standard/tests/array/array_udiff_uassoc_variation6.phpt; ./ext/standard/tests/array/array_intersect_variation5.phpt; ./ext/standard/tests/array/bug35022.phpt; ./ext/standard/tests/array/array_filter_variation8.phpt; ./ext/standard/tests/array/usort_variation7.phpt; ./ext/standard/tests/array/usort_variation8.phpt; ./ext/standard/tests/array/array_slice_variation6.phpt; ./ext/standard/tests/array/sort_variation11.phpt; ./ext/standard/tests/array/array_diff_variation5.phpt; ./ext/standard/tests/array/array_change_key_case.phpt; ./ext/standard/tests/array/array_merge_recursive_variation4.phpt; ./ext/standard/tests/array/asort_variation9.phpt; ./ext/standard/tests/array/bug74361_2.phpt; ./ext/standard/tests/array/array_walk_recursive_object2.phpt; ./ext/standard/tests/array/array_chunk_variation29.phpt; ./ext/standard/tests/array/array_replace.phpt; ./ext/standard/tests/array/005.phpt; ./ext/standard/tests/array/krsort_variation6.phpt; ./ext/standard/tests/array/array_count_values_variation.phpt; ./ext/standard/tests/array/in_array_with_ref.phpt; ./ext/standard/tests/array/asort_variation8.phpt; ./ext/standard/tests/array/array_pad.phpt; ./ext/standard/tests/array/count_basic.phpt; ./ext/standard/tests/array/002.phpt; ./ext/standard/tests/array/array_reverse_variation3.phpt; ./ext/standard/tests/array/array_multisort_variation9.phpt; ./ext/standard/tests/array/bug70668.phpt; ./ext/standard/tests/array/array_unshift_variation6.phpt; ./ext/standard/tests/array/array_keys_variation_002.phpt; ./ext/standard/tests/array/usort_variation4.phpt; ./ext/standard/tests/array/array_diff_uassoc_variation2.phpt; ./ext/standard/tests/array/bug72622.phpt; ./ext/standard/tests/array/array_sum_variation6.phpt; ./ext/standard/tests/array/array_intersect_uassoc_variation10.phpt; ./ext/standard/tests/array/min_basiclong_64bit.phpt; ./ext/standard/tests/array/array_combine_basic.phpt; ./ext/standard/tests/array/array_fill_object.phpt; ./ext/standard/tests/array/ksort_object.phpt; ./ext/standard/tests/array/array_uintersect_assoc_variation1.phpt; ./ext/standard/tests/array/bug44929.phpt; ./ext/standard/tests/array/key_variation4.phpt; ./ext/standard/tests/array/array_search_variation4.phpt; ./ext/standard/tests/array/array_filter_variation7.phpt; ./ext/standard/tests/array/array_merge_recursive_variation10.phpt; ./ext/standard/tests/array/arsort_variation7.phpt; ./ext/standard/tests/array/array_walk_object2.phpt; ./ext/standard/tests/array/array_diff_assoc_variation1.phpt; ./ext/standard/tests/array/array_multisort_variation6.phpt; ./ext/standard/tests/array/array_diff_key_variation1.phpt; ./ext/standard/tests/array/array_map_variation6.phpt; ./ext/standard/tests/array/array_walk_recursive_basic1.phpt; ./ext/standard/tests/array/array_multisort_error.phpt; ./ext/standard/tests/array/001.phpt; ./ext/standard/tests/array/array_combine_variation5.phpt; ./ext/standard/tests/array/array_fill_variation5.phpt; ./ext/standard/tests/array/array_fill_keys.phpt; ./ext/standard/tests/array/array_filter_variation6.phpt; ./ext/standard/tests/array/reset_variation3.phpt; ./ext/standard/tests/array/uasort_variation3.phpt; ./ext/standard/tests/array/natcasesort_object2.phpt; ./ext/standard/tests/array/array_values_variation6.phpt; ./ext/standard/tests/array/array_diff_uassoc_basic.phpt; ./ext/standard/tests/array/array_column_scalar_index_weak_types.phpt; ./ext/standard/tests/array/array_sum_variation4.phpt; ./ext/standard/tests/array/array_diff_key_variation4.phpt; ./ext/standard/tests/array/004.phpt; ./ext/standard/tests/array/array_walk_variation3.phpt; ./ext/standard/tests/array/rsort_object1.phpt; ./ext/standard/tests/array/max_basic.phpt; ./ext/standard/tests/array/bug70910.phpt; ./ext/standard/tests/array/array_chunk_variation12.phpt; ./ext/standard/tests/array/array_multisort_incase.phpt; ./ext/standard/tests/array/array_pad_variation3.phpt; ./ext/standard/tests/array/array_fill_variation3.phpt; ./ext/standard/tests/array/range_bug72017.phpt; ./ext/standard/tests/array/array_intersect_uassoc_variation1.phpt; ./ext/standard/tests/array/array_push_variation6.phpt; ./ext/standard/tests/array/array_merge_variation9.phpt; ./ext/standard/tests/array/array_multisort_variation11.phpt; ./ext/standard/tests/array/array_map_variation2.phpt; ./ext/standard/tests/array/extract_variation1.phpt; ./ext/standard/tests/array/krsort_variation4.phpt; ./ext/standard/tests/array/array_intersect_variation1.phpt; ./ext/standard/tests/array/array_push_variation3.phpt; ./ext/standard/tests/array/array_diff_variation8.phpt; ./ext/standard/tests/array/array_flip_variation4.phpt; ./ext/standard/tests/array/asort_variation5.phpt; ./ext/standard/tests/array/array_keys_variation_005.phpt; ./ext/standard/tests/array/array_flip_basic.phpt; ./ext/standard/tests/array/usort_object1.phpt; ./ext/standard/tests/array/natcasesort_variation5.phpt; ./ext/standard/tests/array/array_intersect_key.phpt; ./ext/standard/tests/array/array_intersect_key_variation8.phpt; ./ext/standard/tests/array/array_keys_variation_003.phpt; ./ext/standard/tests/array/array_filter_variation10.phpt; ./ext/standard/tests/array/array_multisort_variation7.phpt; ./ext/standard/tests/array/array_diff_uassoc_variation8.phpt; ./ext/standard/tests/array/sort_variation7.phpt; ./ext/standard/tests/array/array_intersect_assoc_variation4.phpt; ./ext/standard/tests/array/array_intersect_1.phpt; ./ext/standard/tests/array/array_intersect_ukey_variation8.phpt; ./ext/standard/tests/array/bug71603.phpt; ./ext/standard/tests/array/uasort_variation6.phpt; ./ext/standard/tests/array/next_basic.phpt; ./ext/standard/tests/array/array_values_variation7.phpt; ./ext/standard/tests/array/array_filter.phpt; ./ext/standard/tests/array/array_intersect_variation3.phpt; ./ext/standard/tests/array/natcasesort_variation2.phpt; ./ext/standard/tests/array/array_uintersect_assoc_basic2.phpt; ./ext/standard/tests/array/bug71660.phpt; ./ext/standard/tests/array/array_merge_variation10.phpt; ./ext/standard/tests/array/array_combine_variation6.phpt; ./ext/standard/tests/array/array_chunk_variation18.phpt; ./ext/standard/tests/array/array_product_variation3.phpt; ./ext/standard/tests/array/arsort_variation4.phpt; ./ext/standard/tests/array/array_change_key_case_variation6.phpt; ./ext/standard/tests/array/bug68553.phpt; ./ext/standard/tests/array/in_array_variation3.phpt; ./ext/standard/tests/array/array_shift_variation5.phpt; ./ext/standard/tests/array/array_udiff_assoc_variation2.phpt; ./ext/standard/tests/array/array_combine_error2.phpt; ./ext/standard/tests/array/array_udiff_uassoc_variation2.phpt; ./ext/standard/tests/array/arsort_variation11.phpt; ./ext/standard/tests/array/array_unshift_variation9.phpt; ./ext/standard/tests/array/array_walk_recursive_variation6.phpt; ./ext/standard/tests/array/usort_stability.phpt; ./ext/standard/tests/array/array_unshift_variation7.phpt; ./ext/standard/tests/array/array_chunk_variation22.phpt; ./ext/standard/tests/array/array_udiff_uassoc_basic.phpt; ./ext/standard/tests/array/shuffle_variation3.phpt; ./ext/standard/tests/array/rsort_basic.phpt; ./ext/standard/tests/array/array_column_numeric_string_key.phpt; ./ext/standard/tests/array/array_diff_variation1.phpt; ./ext/standard/tests/array/array_walk_recursive_object1.phpt; ./ext/standard/tests/array/array_diff_key.phpt; ./ext/standard/tests/array/array_map_variation5.phpt; ./ext/standard/tests/array/rsort_variation7.phpt; ./ext/standard/tests/array/key_exists_basic.phpt; ./ext/standard/tests/array/array_uintersect_variation1.phpt; ./ext/standard/tests/array/current_basic.phpt; ./ext/standard/tests/array/array_merge_replace_recursive_refs.phpt; ./ext/standard/tests/array/array_chunk_variation21.phpt; ./ext/standard/tests/array/uasort_variation11.phpt; ./ext/standard/tests/array/array_rand_variation4.phpt; ./ext/standard/tests/array/bug41121.phpt; ./ext/standard/tests/array/bug48224.phpt; ./ext/standard/tests/array/array_intersect_variation6.phpt; ./ext/standard/tests/array/rsort_variation4.phpt; ./ext/standard/tests/array/array_sum_variation3.phpt; ./ext/standard/tests/array/bug44182.phpt; ./ext/standard/tests/array/key_exists_variation1.phpt; ./ext/standard/tests/array/array_diff_key_variation2.phpt; ./ext/standard/tests/array/array_map_variation14.phpt; ./ext/standard/tests/array/array_chunk_variation14.phpt; ./ext/standard/tests/array/array_fill_keys_variation1.phpt; ./ext/standard/tests/array/krsort_variation7.phpt; ./ext/standard/tests/array/array_map_001.phpt; ./ext/standard/tests/array/bug42233.phpt; ./ext/standard/tests/array/array_map_basic.phpt; ./ext/standard/tests/array/array_sum_on_reference.phpt; ./ext/standard/tests/array/ksort_variation3.phpt; ./ext/standard/tests/array/array_intersect_variation10.phpt; ./ext/standard/tests/array/array_reverse_variation4.phpt; ./ext/standard/tests/array/current_variation5.phpt; ./ext/standard/tests/array/array_values.phpt; ./ext/standard/tests/array/array_sum_variation2.phpt; ./ext/standard/tests/array/array_map_variation16.phpt; ./ext/standard/tests/array/007.phpt; ./ext/standard/tests/array/asort_variation6.phpt; ./ext/standard/tests/array/bug29493.phpt; ./ext/standard/tests/array/array_intersect_key_variation4.phpt; ./ext/standard/tests/array/array_slice_variation5.phpt; ./ext/standard/tests/array/sort_variation9.phpt; ./ext/standard/tests/array/array_count_values.phpt; ./ext/standard/tests/array/krsort_variation10.phpt; ./ext/standard/tests/array/array_diff_variation9.phpt; ./ext/standard/tests/array/bug48484.phpt; ./ext/standard/tests/array/min.phpt; ./ext/standard/tests/array/array_rand_basic2.phpt; ./ext/standard/tests/array/array_diff_single_array.phpt; ./ext/standard/tests/array/ksort_variation7.phpt; ./ext/standard/tests/array/rsort_object2.phpt; ./ext/standard/tests/array/bug33382.phpt; ./ext/standard/tests/array/bug41686.phpt; ./ext/standard/tests/array/bug79868.phpt; ./ext/standard/tests/array/max.phpt; ./ext/standard/tests/array/natcasesort_object1.phpt; ./ext/standard/tests/array/array_combine_variation3.phpt; ./ext/standard/tests/array/array_reduce.phpt; ./ext/standard/tests/array/array_walk_variation9.phpt; ./ext/standard/tests/array/bug24220.phpt; ./ext/standard/tests/array/array_merge.phpt; ./ext/standard/tests/array/array_diff_variation10.phpt; ./ext/standard/tests/array/array_push_variation5.phpt; ./ext/standard/tests/array/ksort_variation8.phpt; ./ext/standard/tests/array/array_slice_variation7.phpt; ./ext/standard/tests/array/array_replace_merge_recursive_ref.phpt; ./ext/standard/tests/array/rsort_variation6.phpt; ./ext/standard/tests/array/array_pad_variation5.phpt; ./ext/standard/tests/array/min_variation1.phpt; ./ext/standard/tests/array/asort_variation4.phpt; ./ext/standard/tests/array/max_variation2.phpt; ./ext/standard/tests/array/array_merge_recursive_variation3.phpt; ./ext/standard/tests/array/bug76505.phpt; ./ext/standard/tests/array/array_udiff_variation2.phpt; ./ext/standard/tests/array/array_unique_variation2.phpt; ./ext/standard/tests/array/array_walk_error2.phpt; ./ext/standard/tests/array/array_multisort_basic1.phpt; ./ext/standard/tests/array/current_variation4.phpt; ./ext/standard/tests/array/sort_object1.phpt; ./ext/standard/tests/array/array_slice_variation8.phpt; ./ext/standard/tests/array/array_intersect_key_variation1.phpt; ./ext/standard/tests/array/array_diff_assoc_variation10.phpt; ./ext/standard/tests/array/array_column_variant.phpt; ./ext/standard/tests/array/array_chunk_variation6.phpt; ./ext/standard/tests/array/sort_variation4.phpt; ./ext/standard/tests/array/array_map_object2.phpt; ./ext/standard/tests/array/array_intersect_uassoc_variation6.phpt; ./ext/standard/tests/array/negative_index.phpt; ./ext/standard/tests/array/asort_variation10.phpt; ./ext/standard/tests/array/array_chunk_variation4.phpt; ./ext/standard/tests/array/bug44181.phpt; ./ext/standard/tests/array/array_map_variation3.phpt; ./ext/standard/tests/array/array_shift_variation7.phpt; ./ext/standard/tests/array/extract_variation10.phpt; ./ext/standard/tests/array/array_key_exists_basic.phpt; ./ext/standard/tests/array/array_change_key_case_variation7.phpt; ./ext/standard/tests/array/array_flip_variation3.phpt; ./ext/standard/tests/array/extract_variation5.phpt; ./ext/standard/tests/array/array_key_exists.phpt; ./ext/standard/tests/array/shuffle_variation4.phpt; ./ext/standard/tests/array/array_walk_recursive_variation4.phpt; ./ext/standard/tests/array/array_values_variation5.phpt; ./ext/standard/tests/array/array_search_variation2.phpt; ./ext/standard/tests/array/array_unique_basic.phpt; ./ext/standard/tests/array/current_variation6.phpt; ./ext/standard/tests/array/rsort_variation10.phpt; ./ext/standard/tests/array/usort_variation6.phpt; ./ext/standard/tests/array/array_intersect_basic.phpt; ./ext/standard/tests/array/sort_object2.phpt; ./ext/standard/tests/array/bug74361.phpt; ./ext/standard/tests/array/array_intersect_assoc_variation7.phpt; ./ext/standard/tests/array/bug75653.phpt; ./ext/standard/tests/array/count_invalid_mode.phpt; ./ext/standard/tests/array/array_walk_basic2.phpt; ./ext/standard/tests/array/array_count_values2.phpt; ./ext/standard/tests/array/range_bug70239_2.phpt; ./ext/standard/tests/array/array_merge_variation6.phpt; ./ext/standard/tests/array/array_diff_assoc_variation2.phpt; ./ext/standard/tests/array/array_key_first_variation.phpt; ./ext/standard/tests/array/array_walk_recursive_variation8.phpt; ./ext/standard/tests/array/bug69166.phpt; ./ext/standard/tests/array/sort_variation10.phpt; ./ext/standard/tests/array/array_product_variation2.phpt; ./ext/standard/tests/array/array_diff_uassoc_variation5.phpt; ./ext/standard/tests/array/array_values_variation3.phpt; ./ext/standard/tests/array/bug24198.phpt; ./ext/standard/tests/array/array_intersect_variation2.phpt; ./ext/standard/tests/array/rsort_variation9.phpt; ./ext/standard/tests/array/array_udiff_basic.phpt; ./ext/standard/tests/array/array_diff_basic.phpt; ./ext/standard/tests/array/array_merge_recursive_basic1.phpt; ./ext/standard/tests/array/shuffle_variation5.phpt; ./ext/standard/tests/array/extract_variation4.phpt; ./ext/standard/tests/array/array_shift_variation3.phpt; ./ext/standard/tests/array/array_key_exists_variation5.phpt; ./ext/standard/tests/array/shuffle_basic2.phpt; ./ext/standard/tests/array/usort_variation5.phpt; ./ext/standard/tests/array/bug26458.phpt; ./ext/standard/tests/array/min_basic.phpt; ./ext/standard/tests/array/array_chunk2.phpt; ./ext/standard/tests/array/array_chunk_variation20.phpt; ./ext/standard/tests/array/usort_variation3.phpt; ./ext/standard/tests/array/array_multisort_variation3.phpt; ./ext/standard/tests/array/array_reverse_variation5.phpt; ./ext/standard/tests/array/array_unshift_variation4.phpt; ./ext/standard/tests/array/sizeof_variation2.phpt; ./ext/standard/tests/array/sizeof_object1.phpt; ./ext/standard/tests/array/bug79930.phpt; ./ext/standard/tests/array/array_merge_variation8.phpt; ./ext/standard/tests/array/array_unshift_variation5.phpt; ./ext/standard/tests/array/array_next_error2.phpt; ./ext/standard/tests/array/array_diff_variation4.phpt; ./ext/standard/tests/array/array_change_key_case_variation5.phpt; ./ext/standard/tests/array/compact_this.phpt; ./ext/standard/tests/array/array_search_variation1.phpt; ./ext/standard/tests/array/extract_variation6.phpt; ./ext/standard/tests/array/array_push_error2.phpt; ./ext/standard/tests/array/ksort_variation11.phpt; ./ext/standard/tests/array/array_sum_variation7.phpt; ./ext/standard/tests/array/usort_variation11.phpt; ./ext/standard/tests/array/bug24897.phpt; ./ext/standard/tests/array/array_unique_variation8.phpt; ./ext/standard/tests/array/array_intersect_key_variation2.phpt; ./ext/standard/tests/array/array_map_variation15.phpt; ./ext/standard/tests/array/array_splice_variation1.phpt; ./ext/standard/tests/array/array_values_variation_64bit.phpt; ./ext/standard/tests/array/array_slice_variation1.phpt; ./ext/standard/tests/array/array_key_first.phpt; ./ext/standard/tests/array/ksort_variation6.phpt; ./ext/standard/tests/array/bug20865.phpt; ./ext/standard/tests/array/array_map_variation12.phpt; ./ext/standard/tests/array/array_chunk_variation9.phpt; ./ext/standard/tests/array/array_intersect_uassoc_variation7.phpt; ./ext/standard/tests/array/array_push_basic.phpt; ./ext/standard/tests/array/array_walk.phpt; ./ext/standard/tests/array/array_map_variation10.phpt; ./ext/standard/tests/array/array_diff_uassoc_variation7.phpt; ./ext/standard/tests/array/array_slice.phpt; ./ext/standard/tests/array/extract_variation7.phpt; ./ext/standard/tests/array/arsort_variation10.phpt; ./ext/standard/tests/array/array_key_last.phpt; ./ext/standard/tests/array/array_diff_ukey_variation6.phpt; ./ext/standard/tests/array/array_values_variation.phpt; ./ext/standard/tests/array/max_basiclong_64bit.phpt; ./ext/standard/tests/array/array_search1.phpt; ./ext/standard/tests/array/bug70250.phpt; ./ext/standard/tests/array/array_merge_recursive_basic2.phpt; ./ext/standard/tests/array/bug35014_64bit.phpt; ./ext/standard/tests/array/array_intersect_assoc_variation1.phpt; ./ext/standard/tests/array/array_key_exists_variation4.phpt; ./ext/standard/tests/array/uasort_variation5.phpt; ./ext/standard/tests/array/ksort_variation5.phpt; ./ext/standard/tests/array/range_variation.phpt; ./ext/standard/tests/array/bug28739.phpt; ./ext/standard/tests/array/array_rand_variation5.phpt; ./ext/standard/tests/array/krsort_object.phpt; ./ext/standard/tests/array/array_walk_rec_objects.phpt; ./ext/standard/tests/array/bug30833.phpt; ./ext/standard/tests/array/array_filter_variation3.phpt; ./ext/standard/tests/array/array_diff_uassoc_variation13.phpt; ./ext/standard/tests/array/array_map_variation7.phpt; ./ext/standard/tests/array/array_multisort_variation2.phpt; ./ext/standard/tests/array/usort_variation9.phpt; ./ext/standard/tests/array/array_udiff_assoc_variation1.phpt; ./ext/standard/tests/array/bug79839.phpt; ./ext/standard/tests/array/array_push_empty.phpt; ./ext/standard/tests/array/array_diff_ukey_variation2.phpt; ./ext/standard/tests/array/bug23581.phpt; ./ext/standard/tests/array/array_intersect_key_variation6.phpt; ./ext/standard/tests/array/array_reverse_basic2.phpt; ./ext/standard/tests/array/array_unshift_empty.phpt; ./ext/standard/tests/array/array_diff_variation7.phpt; ./ext/standard/tests/array/array_chunk_variation5.phpt; ./ext/standard/tests/array/extract_variation2.phpt; ./ext/standard/tests/array/array_column_scalar_index_strict_types.phpt; ./ext/standard/tests/array/array_fill_variation4.phpt; ./ext/standard/tests/array/array_intersect_uassoc_variation8.phpt; ./ext/standard/tests/array/array_column_variant_objects.phpt; ./ext/standard/tests/array/shuffle_variation2.phpt; ./ext/standard/tests/array/rsort_variation11.phpt; ./ext/standard/tests/array/array_rand.phpt; ./ext/standard/tests/array/arsort_variation3.phpt; ./ext/standard/tests/array/prev_error2.phpt; ./ext/standard/tests/array/array_uintersect_variation2.phpt; ./ext/standard/tests/array/array_column_property_visibility.phpt; ./ext/standard/tests/array/array_intersect_ukey_basic.phpt; ./ext/standard/tests/array/range.phpt; ./ext/standard/tests/array/compact_no_this.phpt; ./ext/standard/tests/array/array_intersect_uassoc_variation5.phpt; ./ext/standard/tests/array/array_chunk_variation10.phpt; ./ext/standard/tests/array/array_pad_variation7.phpt; ./ext/standard/tests/array/bug72116.phpt; ./ext/standard/tests/array/array_intersect_variation7.phpt; ./ext/standard/tests/array/array_intersect_variation4.phpt; ./ext/standard/tests/array/natcasesort_basic.phpt; ./ext/standard/tests/array/array_flip_variation2.phpt; ./ext/standard/tests/array/array_multisort_variation10.phpt; ./ext/standard/tests/array/bug69371.phpt; ./ext/standard/tests/array/array_udiff_uassoc_variation1.phpt; ./ext/standard/tests/array/array_fill_keys_variation2.phpt; ./ext/standard/tests/array/array_flip.phpt; ./ext/standard/tests/array/array_udiff_assoc_variation.phpt; ./ext/standard/tests/array/array_intersect_ukey_variation5.phpt; ./ext/standard/tests/array/array_unshift_variation8.phpt; ./ext/standard/tests/array/array_sum_variation5.phpt; ./ext/standard/tests/array/count_symbol_table.phpt; ./ext/standard/tests/array/count_variation3.phpt; ./ext/standard/tests/array/array_chunk_variation28.phpt; ./ext/standard/tests/array/array_key_exists_variation7.phpt; ./ext/standard/tests/array/sort_variation3.phpt; ./ext/standard/tests/array/end.phpt; ./ext/standard/tests/array/bug36975.phpt; ./ext/standard/tests/array/asort_stability.phpt; ./ext/standard/tests/array/array_diff_key_variation7.phpt; ./ext/standard/tests/array/array_merge_recursive_variation1.phpt; ./ext/standard/tests/array/shuffle_basic1.phpt; ./ext/standard/tests/array/array_key_exists_variation8.phpt; ./ext/standard/tests/array/array_pad_variation4.phpt; ./ext/standard/tests/array/003.phpt; ./ext/standard/tests/array/array_diff_uassoc_variation1.phpt; ./ext/standard/tests/array/uasort_basic1.phpt; ./ext/standard/tests/array/array_uintersect_assoc_variation5.phpt; ./ext/standard/tests/array/array_unshift_variation2.phpt; ./ext/standard/tests/array/prev_variation2.phpt; ./ext/standard/tests/array/bug78759.phpt; ./ext/standard/tests/array/usort_object2.phpt; ./ext/standard/tests/array/key_exists_variation2.phpt; ./ext/standard/tests/array/array_sum.phpt; ./ext/standard/tests/array/array_keys_variation_004.phpt; ./ext/standard/tests/array/array_diff_assoc_variation9.phpt; ./ext/standard/tests/array/sizeof_variation3.phpt; ./ext/standard/tests/array/array_merge_variation2.phpt; ./ext/standard/tests/array/natcasesort_variation4.phpt; ./ext/standard/tests/array/natcasesort_variation11.phpt; ./ext/standard/tests/array/array_diff_ukey_variation5.phpt; ./ext/standard/tests/array/array_udiff_variation1.phpt; ./ext/standard/tests/array/array_merge_variation5.phpt; ./ext/standard/tests/array/array_chunk_variation30.phpt; ./ext/standard/tests/array/array_merge_recursive_variation8.phpt; ./ext/standard/tests/array/arsort_variation8.phpt; ./ext/standard/tests/array/ksort_basic.phpt; ./ext/standard/tests/array/key_basic.phpt; ./ext/standard/tests/array/array_unique_variation4.phpt; ./ext/standard/tests/array/usort_basic.phpt; ./ext/standard/tests/array/bug69068_2.phpt; ./ext/standard/tests/array/array_diff_assoc_variation5.phpt; ./ext/standard/tests/array/array_walk_object1.phpt; ./ext/standard/tests/array/bug61967.phpt; ./ext/standard/tests/array/bug30074.phpt; ./ext/standard/tests/array/array_walk_variation5.phpt; ./ext/standard/tests/array/array_diff_uassoc_variation11.phpt; ./ext/standard/tests/array/array_merge_recursive_variation5.phpt; ./ext/standard/tests/array/bug29253.phpt; ./ext/standard/tests/array/bug20381.phpt; ./ext/standard/tests/array/array_keys_variation_002_64bit.phpt; ./ext/standard/tests/array/ksort_variation10.phpt; ./ext/standard/tests/array/array_rand_variation6.phpt; ./ext/standard/tests/array/bug65304.phpt; ./ext/standard/tests/array/array_chunk_basic2.phpt; ./ext/standard/tests/array/array_diff_assoc_variation8.phpt; ./ext/standard/tests/array/asort_variation3.phpt; ./ext/standard/tests/array/unexpected_array_mod_bug_variation1.phpt; ./ext/standard/tests/array/bug69198.phpt; ./ext/standard/tests/array/array_unique_variation5.phpt; ./ext/standard/tests/array/bug35014.phpt; ./ext/standard/tests/array/bug23788.phpt; ./ext/standard/tests/array/bug69674.phpt; ./ext/standard/tests/array/extract_variation9.phpt; ./ext/standard/tests/array/in_array_variation4.phpt; ./ext/standard/tests/array/array_next_error1.phpt; ./ext/standard/tests/array/compact_variation2.phpt; ./ext/standard/tests/array/array_walk_recursive_variation9.phpt; ./ext/standard/tests/array/bug25708.phpt; ./ext/standard/tests/array/sort_variation8.phpt; ./ext/standard/tests/array/array_splice_variation4.phpt; ./ext/standard/tests/array/array_filter_object.phpt; ./ext/standard/tests/array/array_uintersect_uassoc_basic.phpt; ./ext/standard/tests/array/range_variation1.phpt; ./ext/standard/tests/array/bug39576.phpt; ./ext/standard/tests/array/array_unshift_basic2.phpt; ./ext/standard/tests/array/array_fill_basic.phpt; ./ext/standard/tests/array/krsort_variation5.phpt; ./ext/standard/tests/array/array_diff_uassoc_variation12.phpt; ./ext/standard/tests/array/array_intersect_assoc_variation3.phpt; ./ext/standard/tests/array/rsort_variation5.phpt; ./ext/standard/tests/array/rsort_variation3.phpt; ./ext/standard/tests/array/array_walk_recursive_variation5.phpt; ./ext/standard/tests/array/array_map_error.phpt; ./ext/standard/tests/array/array_intersect_ukey_variation1.phpt; ./ext/standard/tests/array/array_multisort_variation8.phpt; ./ext/standard/tests/array/array_udiff_assoc_basic.phpt; ./ext/standard/tests/array/bug69068.phpt; ./ext/standard/tests/array/bug48854.phpt; ./ext/standard/tests/array/array_fill_error.phpt; ./ext/standard/tests/array/usort_variation10.phpt; ./ext/standard/tests/array/array_map_variation13.phpt; ./ext/standard/tests/array/array_reduce_variation1.phpt; ./ext/standard/tests/array/asort_variation11.phpt; ./ext/standard/tests/array/array_unique_variation3.phpt; ./ext/standard/tests/array/array_multisort_basic2.phpt; ./ext/standard/tests/array/bug61730.phpt; ./ext/standard/tests/array/max_variation1.phpt; ./ext/standard/tests/array/array_chunk_variation8.phpt; ./ext/standard/tests/array/array_keys_on_GLOBALS.phpt; ./ext/standard/tests/array/array_udiff_variation5.phpt; ./ext/standard/tests/array/array_diff_uassoc_error.phpt; ./ext/standard/tests/array/end_variation3.phpt; ./ext/standard/tests/array/array_change_key_case_variation4.phpt; ./ext/standard/tests/array/array_intersect_assoc_variation8.phpt; ./ext/standard/tests/array/reset_basic.phpt; ./ext/standard/tests/array/array_chunk_variation31.phpt; ./ext/standard/tests/array/array_map_object3.phpt; ./ext/standard/tests/array/array_walk_basic1.phpt; ./ext/standard/tests/array/uasort_basic2.phpt; ./ext/standard/tests/array/krsort_variation3.phpt; ./ext/standard/tests/array/bug69299.phpt; ./ext/standard/tests/array/array_reverse_basic1.phpt; ./ext/standard/tests/array/range_bug71132.phpt; ./ext/standard/tests/array/array_multisort_natural.phpt; ./ext/standard/tests/array/array_diff_uassoc_variation6.phpt; ./ext/standard/tests/array/array_walk_recursive_variation3.phpt; ./ext/standard/tests/array/krsort_variation8.phpt; ./ext/standard/tests/array/array_udiff_assoc_variation5.phpt; ./ext/standard/tests/array/array_diff_assoc_variation6.phpt; ./ext/standard/tests/array/array_diff_uassoc_variation9.phpt; ./ext/standard/tests/array/array_slice_basic.phpt; ./ext/standard/tests/array/key_variation3.phpt; ./ext/standard/tests/array/krsort_basic.phpt; ./ext/standard/tests/array/array_intersect_uassoc_basic.phpt; ./ext/standard/tests/array/array_walk_recursive_basic2.phpt; ./ext/standard/tests/array/array_filter_variation4.phpt; ./ext/standard/tests/array/array_diff_variation3.phpt; ./ext/standard/tests/array/bug31213.phpt; ./ext/standard/tests/array/bug22463.phpt; ./ext/standard/tests/array/array_unique_variation7.phpt; ./ext/standard/tests/array/key_variation2.phpt; ./ext/standard/tests/array/array_key_last_variation.phpt; ./ext/standard/tests/array/natcasesort_variation10.phpt; ./ext/standard/tests/array/natcasesort_variation8.phpt; ./ext/standard/tests/array/array_product_variation1.phpt; ./ext/standard/tests/array/array_merge_variation4.phpt; ./ext/standard/tests/array/array_chunk_variation7.phpt; ./ext/standard/tests/array/array_fill_keys_variation3.phpt; ./ext/standard/tests/array/array_multisort_variation4.phpt; ./ext/standard/tests/array/array_diff_ukey_variation9.phpt; ./ext/standard/tests/array/array_intersect_key_basic.phpt; ./ext/standard/tests/array/array_chunk_variation23.phpt; ./ext/standard/tests/array/array_flip_variation5.phpt; ./ext/standard/tests/array/array_pop.phpt; ./ext/standard/tests/array/arsort_variation5.phpt; ./ext/standard/tests/array/array_multisort_natural_case.phpt; ./ext/standard/tests/array/bug67693.phpt; ./ext/standard/tests/array/bug21918.phpt; ./ext/standard/tests/array/array_diff_assoc_variation4.phpt; ./ext/standard/tests/array/array_slice_variation9.phpt; ./ext/standard/tests/array/array_shuffle_basic.phpt; ./ext/standard/tests/array/array_multisort_natural_incase.phpt; ./ext/standard/tests/array/uasort_variation7.phpt; ./ext/standard/tests/array/array_intersect_assoc_basic.phpt; ./ext/standard/tests/array/array_uintersect_uassoc_variation1.phpt; ./ext/standard/tests/array/array_product_variation4.phpt; ./ext/standard/tests/array/array_diff_ukey_variation10.phpt; ./ext/standard/tests/array/array_intersect_ukey_variation6.phpt; ./ext/standard/tests/array/array_map_variation1.phpt; ./ext/standard/tests/array/array_diff_assoc_basic.phpt; ./ext/standard/tests/array/array_unshift_basic1.phpt; ./ext/standard/tests/array/array_shift_basic.phpt; ./ext/standard/tests/array/array_walk_variation4.phpt; ./ext/standard/tests/array/array_chunk_variation16.phpt; ./ext/standard/tests/array/array_merge_recursive_variation2.phpt; ./ext/standard/tests/array/array_reduce_variation3.phpt; ./ext/standard/tests/array/array_filter_basic.phpt; ./ext/standard/tests/array/array_combine_variation4.phpt; ./ext/standard/tests/array/array_values_variation4.phpt; ./ext/standard/tests/array/009.phpt; ./ext/standard/tests/array/arsort_object1.phpt; ./ext/standard/tests/array/count_recursive.phpt; ./ext/standard/tests/array/bug25359.phpt; ./ext/standard/tests/array/array_intersect_uassoc_variation2.phpt; ./ext/standard/tests/array/array_intersect_ukey_variation2.phpt; ./ext/standard/tests/array/array_shift_variation4.phpt; ./ext/standard/tests/array/prev_error3.phpt; ./ext/standard/tests/array/array_chunk_variation13.phpt; ./ext/standard/tests/array/array_uintersect_basic.phpt; ./ext/standard/tests/array/006.phpt; ./ext/standard/tests/array/array_change_key_case_variation.phpt; ./ext/standard/tests/array/bug21998.phpt; ./ext/standard/tests/array/ksort_variation9.phpt; ./ext/standard/tests/array/array_rand_basic1.phpt; ./ext/standard/tests/array/bug69723.phpt; ./ext/standard/tests/array/natcasesort_variation7.phpt; ./ext/standard/tests/array/array_diff_key2.phpt; ./ext/standard/tests/array/array_merge_recursive_variation7.phpt; ./ext/standard/tests/array/uasort_variation8.phpt; ./ext/standard/tests/array/uasort_object1.phpt; ./ext/standard/tests/array/array_fill.phpt; ./ext/standard/tests/array/array_uintersect_variation5.phpt; ./ext/standard/tests/array/array_chunk_variation27.phpt; ./ext/standard/tests/array/array_splice_basic.phpt; ./ext/standard/tests/array/array_intersect_assoc_variation10.phpt; ./ext/standard/tests/array/array_search.phpt; ./ext/standard/tests/array/sort_basic.phpt; ./ext/standard/tests/array/asort_object1.phpt; ./ext/standard/tests/array/array_search_variation3.phpt; ./ext/standard/tests/array/array_change_key_case_variation3.phpt; ./ext/standard/tests/array/array_intersect_assoc_variation5.phpt; ./ext/standard/tests/array/array_column_object_cast.phpt; ./ext/standard/tests/array/array_sum_basic.phpt; ./ext/standard/tests/array/range_bug70239_3.phpt; ./ext/standard/tests/array/array_diff_ukey_variation1.phpt; ./ext/standard/tests/array/natcasesort_variation6.phpt; ./ext/standard/tests/array/array_keys_basic.phpt; ./ext/standard/tests/array/array_walk_recursive.phpt; ./ext/standard/tests/array/array_merge_recursive_variation9.phpt; ./ext/standard/tests/array/array_diff_assoc_variation7.phpt; ./ext/standard/tests/array/array_merge_basic.phpt; ./ext/standard/tests/array/array_unshift_variation3.phpt; ./ext/standard/tests/array/arsort_variation6.phpt; ./ext/standard/tests/array/bug77793.phpt; ./ext/standard/tests/array/array_reverse_variation6.phpt; ./ext/standard/tests/array/array_push_variation2.phpt; ./ext/standard/tests/array/array_map_variation4.phpt; ./ext/standard/tests/array/extract_variation8.phpt; ./ext/standard/tests/array/array_intersect_ukey_variation9.phpt; ./ext/standard/tests/array/array_diff_variation6.phpt; ./ext/standard/tests/array/array_change_key_case_variation8.phpt; ./ext/standard/tests/array/krsort_variation11.phpt; ./ext/standard/tests/serialize/serialization_objects_008.phpt; ./ext/standard/tests/serialize/bug72663.phpt; ./ext/standard/tests/serialize/serialization_resources_001.phpt; ./ext/standard/tests/serialize/unserialize_leak.phpt; ./ext/standard/tests/serialize/__serialize_006.phpt; ./ext/standard/tests/serialize/bug70219_1.phpt; ./ext/standard/tests/serialize/unserialize_neg_iv_edge_cases.phpt; ./ext/standard/tests/serialize/bug73825.phpt; ./ext/standard/tests/serialize/bug70219.phpt; ./ext/standard/tests/serialize/serialization_objects_005.phpt; ./ext/standard/tests/serialize/bug70436.phpt; ./ext/standard/tests/serialize/serialization_objects_007.phpt; ./ext/standard/tests/serialize/bug31402.phpt; ./ext/standard/tests/serialize/serialization_objects_004.phpt; ./ext/standard/tests/serialize/bug30234.phpt; ./ext/standard/tests/serialize/bug64354_2.phpt; ./ext/standard/tests/serialize/sleep_mangled_name_clash.phpt; ./ext/standard/tests/serialize/serialization_error_002.phpt; ./ext/standard/tests/serialize/serialization_objects_010.phpt; ./ext/standard/tests/serialize/bug25378.phpt; ./ext/standard/tests/serialize/bug68545.phpt; ./ext/standard/tests/serialize/serialization_objects_012.phpt; ./ext/standard/tests/serialize/005.phpt; ./ext/standard/tests/serialize/__serialize_005.phpt; ./ext/standard/tests/serialize/002.phpt; ./ext/standard/tests/serialize/bug72785.phpt; ./ext/standard/tests/serialize/__serialize_007.phpt; ./ext/standard/tests/serialize/ref_to_failed_serialize.phpt; ./ext/standard/tests/serialize/001.phpt; ./ext/standard/tests/serialize/serialization_precision_001.phpt; ./ext/standard/tests/serialize/004.phpt; ./ext/standard/tests/serialize/serialization_objects_011.phpt; ./ext/standard/tests/serialize/unserialize_abstract_class.phpt; ./ext/standard/tests/serialize/bug71840.phpt; ./ext/standard/tests/serialize/serialization_objects_009.phpt; ./ext/standard/tests/serialize/serialization_arrays_001.phpt; ./ext/standard/tests/serialize/splobjectstorage_negative_count.phpt; ./ext/standard/tests/serialize/bug69793.phpt; ./ext/standard/tests/serialize/serialization_miscTypes_001.phpt; ./ext/standard/tests/serialize/serialization_objects_001.phpt; ./ext/standard/tests/serialize/bug70172.phpt; ./ext/standard/tests/serialize/typed_property_refs.phpt; ./ext/standard/tests/serialize/bug74300.phpt; ./ext/standard/tests/serialize/bug70213.phpt; ./ext/standard/tests/serialize/bug43614.phpt; ./ext/standard/tests/serialize/__serialize_003.phpt; ./ext/standard/tests/serialize/bug72663_3.phpt; ./ext/standard/tests/serialize/bug72663_2.phpt; ./ext/standard/tests/serialize/bug70513.phpt; ./ext/standard/tests/serialize/sleep_uninitialized_typed_prop.phpt; ./ext/standard/tests/serialize/serialization_arrays_003.phpt; ./ext/standard/tests/serialize/bug73154.phpt; ./ext/standard/tests/serialize/bug37947.phpt; ./ext/standard/tests/serialize/unserialize_subclasses.phpt; ./ext/standard/tests/serialize/bug74111.phpt; ./ext/standard/tests/serialize/unserialize_classes.phpt; ./ext/standard/tests/serialize/bug71311.phpt; ./ext/standard/tests/serialize/bug75054.phpt; ./ext/standard/tests/serialize/serialization_arrays_002.phpt; ./ext/standard/tests/serialize/bug74103.phpt; ./ext/standard/tests/serialize/serialization_objects_002.phpt; ./ext/standard/tests/serialize/serialization_objects_003.phpt; ./ext/standard/tests/serialize/serialization_objects_013.phpt; ./ext/standard/tests/serialize/bug70172_2.phpt; ./ext/standard/tests/serialize/bug49649_1.phpt; ./ext/standard/tests/serialize/unserialize_ref_to_overwritten_declared_prop.phpt; ./ext/standard/tests/serialize/unserialize_overwrite_undeclared_protected.phpt; ./ext/standard/tests/serialize/serialization_objects_015.phpt; ./ext/standard/tests/serialize/sleep_deref.phpt; ./ext/standard/tests/serialize/bug23298.phpt; ./ext/standard/tests/serialize/serialization_objects_014.phpt; ./ext/standard/tests/serialize/bug71995.phpt; ./ext/standard/tests/serialize/bug55798.phpt; ./ext/standard/tests/serialize/unserializeS.phpt; ./ext/standard/tests/serialize/bug28325.phpt; ./ext/standard/tests/serialize/bug72731.phpt; ./ext/standard/tests/serialize/bug74101.phpt; ./ext/standard/tests/serialize/bug68976.phpt; ./ext/standard/tests/serialize/bug49649.phpt; ./ext/standard/tests/serialize/003.phpt; ./ext/standard/tests/serialize/counting_of_references.phpt; ./ext/standard/tests/serialize/serialization_arrays_005.phpt; ./ext/standard/tests/serialize/bug46882.phpt; ./ext/standard/tests/serialize/bug49649_2.phpt; ./ext/standard/tests/serialize/typed_property_ref_overwrite.phpt; ./ext/standard/tests/serialize/incomplete_class_magic.phpt; ./ext/standard/tests/serialize/bug64354_1.phpt; ./ext/standard/tests/serialize/bug45706.phpt; ./ext/standard/tests/serialize/bug64354_3.phpt; ./ext/standard/tests/serialize/bug69210.phpt; ./ext/standard/tests/serialize/serialize_globals_var_refs.phpt; ./ext/standard/tests/serialize/incomplete_class.phpt; ./ext/standard/tests/serialize/bug27469.phpt; ./ext/standard/tests/serialize/bug26762.phpt; ./ext/standard/tests/serialize/serialization_objects_006.phpt; ./ext/standard/tests/serialize/serialization_precision_002.phpt; ./ext/standard/tests/serialize/max_depth.phpt; ./ext/standard/tests/serialize/overwrite_untyped_ref.phpt; ./ext/standard/tests/serialize/invalid_signs_in_lengths.phpt; ./ext/standard/tests/serialize/bug36424.phpt; ./ext/standard/tests/serialize/typed_property_ref_overwrite2.phpt; ./ext/standard/tests/serialize/serialization_arrays_004.phpt; ./ext/standard/tests/serialize/bug14293.phpt; ./ext/standard/tests/serialize/sleep_undefined_declared_properties.phpt; ./ext/standard/tests/serialize/bug73052.phpt; ./ext/standard/tests/serialize/__serialize_001.phpt; ./ext/standard/tests/serialize/bug69425.phpt; ./ext/standard/tests/serialize/SplObjectStorage_object_reference.phpt; ./ext/standard/tests/serialize/bug70963.phpt; ./ext/standard/tests/serialize/006.phpt; ./ext/standard/tests/serialize/unserialize_large.phpt; ./ext/standard/tests/serialize/bug71313.phpt; ./ext/standard/tests/serialize/__serialize_004.phpt; ./ext/standard/tests/serialize/bug21957.phpt; ./ext/standard/tests/serialize/typed_property_ref_assignment_failure.phpt; ./ext/standard/tests/class_object/get_declared_interfaces_variation1.phpt; ./ext/standard/tests/class_object/method_exists_basic_002.phpt; ./ext/standard/tests/class_object/get_object_vars_variation_002.phpt; ./ext/standard/tests/class_object/get_declared_classes_basic_001.phpt; ./ext/standard/tests/class_object/is_a.phpt; ./ext/standard/tests/class_object/property_exists_error.phpt; ./ext/standard/tests/class_object/is_a_variation_003.phpt; ./ext/standard/tests/class_object/trait_exists_basic_001.phpt; ./ext/standard/tests/class_object/get_parent_class_variation_002.phpt; ./ext/standard/tests/class_object/get_class_vars_variation2.phpt; ./ext/standard/tests/class_object/get_class_methods_basic_002.phpt; ./ext/standard/tests/class_object/class_exists_variation_003.phpt; ./ext/standard/tests/class_object/is_a_variation_001.phpt; ./ext/standard/tests/class_object/get_class_methods_variation_002.phpt; ./ext/standard/tests/class_object/class_exists_basic_001.phpt; ./ext/standard/tests/class_object/method_exists_variation_001.phpt; ./ext/standard/tests/class_object/method_exists_variation_003.phpt; ./ext/standard/tests/class_object/get_declared_interfaces_basic_001.phpt; ./ext/standard/tests/class_object/get_declared_traits_basic_001.phpt; ./ext/standard/tests/class_object/get_declared_classes_variation1.phpt; ./ext/standard/tests/class_object/get_declared_traits_variation1.phpt; ./ext/standard/tests/class_object/get_object_vars_basic_001.phpt; ./ext/standard/tests/class_object/get_class_methods_variation_001.phpt; ./ext/standard/tests/class_object/trait_class_exists_variation_003.phpt; ./ext/standard/tests/class_object/get_parent_class_variation_001.phpt; ./ext/standard/tests/class_object/is_subclass_of_variation_001.phpt; ./ext/standard/tests/class_object/get_class_methods_basic_003.phpt; ./ext/standard/tests/class_object/get_class_variation_001.phpt; ./ext/standard/tests/class_object/get_class_variation_002.phpt; ./ext/standard/tests/class_object/get_object_vars_basic_002.phpt; ./ext/standard/tests/class_object/is_subclass_of_variation_003.phpt; ./ext/standard/tests/class_object/get_object_vars_variation_005.phpt; ./ext/standard/tests/class_object/is_subclass_of_variation_004.phpt; ./ext/standard/tests/class_object/interface_exists_variation3.phpt; ./ext/standard/tests/class_object/property_exists_variation1.phpt; ./ext/standard/tests/class_object/interface_exists_variation4.phpt; ./ext/standard/tests/class_object/get_class_methods_basic_001.phpt; ./ext/standard/tests/class_object/method_exists_basic_003.phpt; ./ext/standard/tests/class_object/get_object_vars_variation_004.phpt; ./ext/standard/tests/class_object/method_exists_basic_001.phpt; ./ext/standard/tests/class_object/get_object_vars_variation_001.phpt; ./ext/standard/tests/directory/DirectoryClass_error_001-mb.phpt; ./ext/standard/tests/directory/DirectoryClass_basic_001.phpt; ./ext/standard/tests/directory/DirectoryClass_error_001.phpt; ./ext/standard/tests/time/bug38524.phpt; ./ext/standard/tests/time/strptime_error.phpt; ./ext/standard/tests/time/strptime_basic.phpt; ./ext/standard/tests/time/strptime_parts.phpt; ./ext/standard/tests/http/bug75535.phpt; ./ext/standard/tests/http/http_response_header_01.phpt; ./ext/standard/tests/http/http_response_header_03.phpt; ./ext/standard/tests/http/ignore_errors.phpt; ./ext/standard/tests/http/http_response_header_05.phpt; ./ext/standard/tests/http/bug43510.phpt; ./ext/standard/tests/http/bug80256.phpt; ./ext/standard/tests/http/bug48929.phpt; ./ext/standard/tests/http/http_response_header_02.phpt; ./ext/standard/tests/http/bug60570.phpt; ./ext/standard/tests/http/bug38802.phpt; ./ext/standard/tests/http/bug53198.phpt; ./ext/standard/tests/http/bug69337.phpt; ./ext/standard/tests/http/http_response_header_04.phpt; ./ext/standard/tests/php_version_win_const.phpt; ./ext/standard/tests/dir/opendir_variation3-win32-mb.phpt; ./ext/standard/tests/dir/opendir_variation6-win32.phpt; ./ext/standard/tests/dir/opendir_basic.phpt; ./ext/standard/tests/dir/scandir_variation8-win32-mb.phpt; ./ext/standard/tests/dir/opendir_error2.phpt; ./ext/standard/tests/dir/dir_variation6.phpt; ./ext/standard/tests/dir/dir_variation9.phpt; ./ext/standard/tests/dir/readdir_variation7.phpt; ./ext/standard/tests/dir/dir_basic-win32-mb.phpt; ./ext/standard/tests/dir/dir_basic.phpt; ./ext/standard/tests/dir/readdir_variation4-win32-mb.phpt; ./ext/standard/tests/dir/scandir_basic.phpt; ./ext/standard/tests/dir/readdir_variation5.phpt; ./ext/standard/tests/dir/scandir_error2.phpt; ./ext/standard/tests/dir/opendir_variation4-win32-mb.phpt; ./ext/standard/tests/dir/readdir_variation2-win32-mb.phpt; ./ext/standard/tests/dir/chdir_basic-win32-mb.phpt; ./ext/standard/tests/dir/dir_variation5.phpt; ./ext/standard/tests/dir/chdir_variation2.phpt; ./ext/standard/tests/dir/readdir_variation4.phpt; ./ext/standard/tests/dir/readdir_variation3.phpt; ./ext/standard/tests/dir/opendir_variation3.phpt; ./ext/standard/tests/dir/opendir_basic-win32-mb.phpt; ./ext/standard/tests/dir/chdir_error2.phpt; ./ext/standard/tests/dir/rewinddir_variation3.phpt; ./ext/standard/tests/dir/closedir_variation2.phpt; ./ext/standard/tests/dir/dir_variation4-win32-mb.phpt; ./ext/standard/tests/dir/bug72625.phpt; ./ext/standard/tests/dir/closedir_variation3.phpt; ./ext/standard/tests/dir/chdir_variation2-win32-mb.phpt; ./ext/standard/tests/dir/rewinddir_variation2.phpt; ./ext/standard/tests/dir/rewinddir_basic-win32-mb.phpt; ./ext/standard/tests/dir/bug41693.phpt; ./ext/standard/tests/dir/scandir_variation4-win32-mb.phpt; ./ext/standard/tests/dir/scandir_variation6.phpt; ./ext/standard/tests/dir/readdir_variation3-win32-mb.phpt; ./ext/standard/tests/dir/scandir_variation10-win32-mb.phpt; ./ext/standard/tests/dir/scandir_variation5.phpt; ./ext/standard/tests/dir/rewinddir_variation2-win32-mb.phpt; ./ext/standard/tests/dir/dir_variation4.phpt; ./ext/standard/tests/dir/scandir_variation4.phpt; ./ext/standard/tests/dir/chdir_basic.phpt; ./ext/standard/tests/dir/readdir_basic-win32-mb.phpt; ./ext/standard/tests/dir/opendir_variation6.phpt; ./ext/standard/tests/dir/scandir_basic-win32-mb.phpt; ./ext/standard/tests/dir/readdir_basic.phpt; ./ext/standard/tests/dir/bug73877.phpt; ./ext/standard/tests/dir/opendir_variation4.phpt; ./ext/standard/tests/dir/rewinddir_basic.phpt; ./ext/standard/tests/dir/dir_bug73971.phpt; ./ext/standard/tests/dir/scandir_variation9.phpt; ./ext/standard/tests/dir/closedir_variation2-win32-mb.phpt; ./ext/standard/tests/dir/scandir_variation7.phpt; ./ext/standard/tests/dir/readdir_variation6-win32-mb.phpt; ./ext/standard/tests/dir/opendir_variation5.phpt; ./ext/standard/tests/dir/scandir_variation9-win32-mb.phpt; ./ext/standard/tests/dir/dir_variation3.phpt; ./ext/standard/tests/dir/opendir_variation7.phpt; ./ext/standard/tests/dir/closedir_basic.phpt; ./ext/standard/tests/dir/getcwd_basic.phpt; ./ext/standard/tests/dir/readdir_variation2.phpt; ./ext/standard/tests/dir/chdir_error2-win32-mb.phpt; ./ext/standard/tests/dir/closedir_basic-win32-mb.phpt; ./ext/standard/tests/dir/dir_variation7.phpt; ./ext/standard/tests/dir/readdir_variation6.phpt; ./ext/standard/tests/dir/dir_variation8.phpt; ./ext/standard/tests/dir/scandir_variation10.phpt; ./ext/standard/tests/dir/getcwd_basic-win32-mb.phpt; ./ext/standard/tests/dir/scandir_variation8.phpt; ./ext/standard/tests/crypt/des_fallback_invalid_salt.phpt; ./ext/standard/tests/crypt/bcrypt_invalid_algorithm.phpt; ./ext/standard/tests/crypt/bcrypt_invalid_cost.phpt; ./ext/standard/tests/filters/filter_errors_user.phpt; ./ext/standard/tests/filters/object_init_failure.phpt; ./ext/standard/tests/filters/bug77231.phpt; ./ext/standard/tests/filters/stream_filter_remove_error.phpt; ./ext/standard/tests/filters/bug22538.phpt; ./ext/standard/tests/filters/bug46164-1.phpt; ./ext/standard/tests/filters/bug79468.phpt; ./ext/standard/tests/filters/001.phpt; ./ext/standard/tests/filters/chunked_001.phpt; ./ext/standard/tests/filters/bug46164-2.phpt; ./ext/standard/tests/filters/php_user_filter_onCreate_failure.phpt; ./ext/standard/tests/filters/stream_filter_remove_basic.phpt; ./ext/standard/tests/filters/bug72941.phpt; ./ext/standard/tests/filters/basic.phpt; ./ext/standard/tests/url/parse_url_basic_006.phpt; ./ext/standard/tests/url/parse_url_basic_008.phpt; ./ext/standard/tests/url/bug55273.phpt; ./ext/standard/tests/url/base64_decode_basic_001.phpt; ./ext/standard/tests/url/parse_url_basic_004.phpt; ./ext/standard/tests/url/parse_url_error_002.phpt; ./ext/standard/tests/url/bug54180.phpt; ./ext/standard/tests/url/base64_decode_basic_002.phpt; ./ext/standard/tests/url/bug69976.phpt; ./ext/standard/tests/url/parse_url_basic_003.phpt; ./ext/standard/tests/url/parse_url_basic_009.phpt; ./ext/standard/tests/url/bug74780.phpt; ./ext/standard/tests/url/bug63162.phpt; ./ext/standard/tests/url/parse_url_basic_007.phpt; ./ext/standard/tests/url/bug73192.phpt; ./ext/standard/tests/url/parse_url_relative_scheme.phpt; ./ext/standard/tests/url/bug55399.phpt; ./ext/standard/tests/url/parse_url_basic_001.phpt; ./ext/standard/tests/url/parse_url_unterminated.phpt; ./ext/standard/tests/url/bug53248.phpt; ./ext/standard/tests/url/bug52327.phpt; ./ext/standard/tests/url/parse_url_basic_002.phpt; ./ext/standard/tests/url/bug47174.phpt; ./ext/standard/tests/url/parse_url_basic_005.phpt; ./ext/standard/tests/misc/time_sleep_until_error1.phpt; ./ext/standard/tests/misc/bug77338.phpt; ./ext/standard/tests/misc/bug65550.phpt; ./ext/standard/tests/misc/exec_basic1.phpt; ./ext/standard/tests/misc/time_sleep_until_basic.phpt; ./ext/standard/tests/misc/get_browser_error.phpt; ./ext/standard/tests/misc/get_browser_basic.phpt; ./ext/standard/tests/misc/bug79410.phpt; ./ext/standard/tests/misc/get_browser_variation1.phpt; ./ext/standard/tests/misc/get_browser_variation2.phpt; ./ext/standard/tests/misc/get_browser_no_default.phpt; ./ext/standard/tests/network/ip_x86_64.phpt; ./ext/standard/tests/network/tcp6loop.phpt; ./ext/standard/tests/network/unixloop.phpt; ./ext/standard/tests/network/gethostbyname_error003.phpt; ./ext/standard/tests/network/ip2long_variation2.phpt; ./ext/standard/tests/network/fsockopen_error.phpt; ./ext/standard/tests/network/net_get_interfaces_001.phpt; ./ext/standard/tests/network/gethostname.phpt; ./ext/standard/tests/network/udp4loop.phpt; ./ext/standard/tests/network/bug79405.phpt; ./ext/standard/tests/network/gethostbyname_error004.phpt; ./ext/standard/tests/network/bug76755.phpt; ./ext/standard/tests/network/tcp4loop.phpt; ./ext/standard/tests/network/bug55472.phpt; ./ext/standard/tests/network/bug80067.phpt; ./ext/standard/tests/network/fsockopen_basic.phpt; ./ext/standard/tests/network/gethostbyname_error001.phpt; ./ext/standard/tests/network/fsockopen_variation1.phpt; ./ext/standard/tests/network/udgloop.phpt; ./ext/standard/tests/network/gethostbyname_error006.phpt; ./ext/standard/tests/network/socket_get_status_basic.phpt; ./ext/standard/tests/network/setrawcookie_error.phpt; ./ext/standard/tests/network/getprotobyname_error.phpt; ./ext/standard/tests/network/syslog_basic.phpt; ./ext/standard/tests/network/gethostbynamel_basic1.phpt; ./ext/standard/tests/network/bug68925.phpt; ./ext/standard/tests/network/gethostbyaddr_error.phpt; ./ext/standard/tests/network/ip.phpt; ./ext/standard/tests/network/inet.phpt; ./ext/standard/tests/network/gethostbyname_error002.phpt; ./ext/standard/tests/network/inet_ipv6.phpt; ./ext/standard/tests/network/bug73594a.phpt; ./ext/standard/tests/network/ip2long_variation2_x64.phpt; ./ext/standard/tests/network/socket_bug74429.phpt; ./ext/standard/tests/network/bug69948.phpt; ./ext/standard/tests/network/setcookie_array_option_error.phpt; ./ext/standard/tests/network/bug20134.phpt; ./ext/standard/tests/network/getprotobyname_basic.phpt; ./ext/standard/tests/network/setcookie_error.phpt; ./ext/standard/tests/network/getprotobynumber_basic.phpt; ./ext/standard/tests/network/udp6loop.phpt; ./ext/standard/tests/network/gethostbyname_basic001.phpt; ./ext/standard/tests/network/getprotobynumber_error.phpt; ./ext/standard/tests/network/closelog_basic.phpt; ./ext/standard/tests/network/fsockopen_variation2.phpt; ./ext/standard/tests/network/bug73594.phpt; ./ext/standard/tests/file/filegroup_error.phpt; ./ext/standard/tests/file/unlink_error-win32-mb.phpt; ./ext/standard/tests/file/is_writable_error.phpt; ./ext/standard/tests/file/lchgrp_basic.phpt; ./ext/standard/tests/file/disk_free_space_error-win32.phpt; ./ext/standard/tests/file/rename_variation2.phpt; ./ext/standard/tests/file/fscanf_variation47.phpt; ./ext/standard/tests/file/rename_variation-win32.phpt; ./ext/standard/tests/file/is_executable_basic-win32.phpt; ./ext/standard/tests/file/copy_variation4.phpt; ./ext/standard/tests/file/fscanf_variation46.phpt; ./ext/standard/tests/file/file_get_contents_file_put_contents_variation2.phpt; ./ext/standard/tests/file/rename_variation12.phpt; ./ext/standard/tests/file/rename_variation1-win32.phpt; ./ext/standard/tests/file/fputcsv_variation7.phpt; ./ext/standard/tests/file/fgets_variation2.phpt; ./ext/standard/tests/file/fscanf_variation25.phpt; ./ext/standard/tests/file/fstat.phpt; ./ext/standard/tests/file/fseek_ftell_rewind_variation8.phpt; ./ext/standard/tests/file/flock_error.phpt; ./ext/standard/tests/file/fgetcsv_variation31.phpt; ./ext/standard/tests/file/ftruncate_variation5.phpt; ./ext/standard/tests/file/file_get_contents_file_put_contents_variation1.phpt; ./ext/standard/tests/file/disk_total_space_error.phpt; ./ext/standard/tests/file/fscanf_variation3.phpt; ./ext/standard/tests/file/bug44607.phpt; ./ext/standard/tests/file/symlink.phpt; ./ext/standard/tests/file/fwrite_basic.phpt; ./ext/standard/tests/file/fputcsv_variation11.phpt; ./ext/standard/tests/file/006_error.phpt; ./ext/standard/tests/file/chmod_variation2-win32-mb.phpt; ./ext/standard/tests/file/fscanf_variation32.phpt; ./ext/standard/tests/file/copy_variation2.phpt; ./ext/standard/tests/file/userstreams_002.phpt; ./ext/standard/tests/file/copy_variation1.phpt; ./ext/standard/tests/file/bug24313.phpt; ./ext/standard/tests/file/fseek_ftell_rewind_variation8-win32.phpt; ./ext/standard/tests/file/fscanf_variation19.phpt; ./ext/standard/tests/file/copy_variation13.phpt; ./ext/standard/tests/file/007_variation20.phpt; ./ext/standard/tests/file/fgets_variation4.phpt; ./ext/standard/tests/file/bug61961.phpt; ./ext/standard/tests/file/bug36365.phpt; ./ext/standard/tests/file/realpath_variation-win32.phpt; ./ext/standard/tests/file/mkdir-005.phpt; ./ext/standard/tests/file/lstat_stat_basic.phpt; ./ext/standard/tests/file/fscanf_variation23.phpt; ./ext/standard/tests/file/filesize_error.phpt; ./ext/standard/tests/file/disk_total_space_basic.phpt; ./ext/standard/tests/file/flock_basic.phpt; ./ext/standard/tests/file/mkdir_rmdir_variation1.phpt; ./ext/standard/tests/file/glob_variation4.phpt; ./ext/standard/tests/file/parse_ini_file_variation6-win32.phpt; ./ext/standard/tests/file/fseek_ftell_rewind_basic2.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation8.phpt; ./ext/standard/tests/file/fscanf_variation10.phpt; ./ext/standard/tests/file/bug78296.phpt; ./ext/standard/tests/file/readlink_realpath_error-win32.phpt; ./ext/standard/tests/file/fgets_variation6-win32.phpt; ./ext/standard/tests/file/lstat_stat_error.phpt; ./ext/standard/tests/file/auto_detect_line_endings_1.phpt; ./ext/standard/tests/file/is_uploaded_file_basic.phpt; ./ext/standard/tests/file/copy_variation14.phpt; ./ext/standard/tests/file/glob_variation.phpt; ./ext/standard/tests/file/clearstatcache_001.phpt; ./ext/standard/tests/file/fgetc_variation3.phpt; ./ext/standard/tests/file/bug63512.phpt; ./ext/standard/tests/file/fputcsv_variation8.phpt; ./ext/standard/tests/file/lstat_stat_variation13.phpt; ./ext/standard/tests/file/fread_variation3-win32-mb.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation9.phpt; ./ext/standard/tests/file/pathinfo_basic2.phpt; ./ext/standard/tests/file/mkdir_rmdir_error.phpt; ./ext/standard/tests/file/copy_variation10.phpt; ./ext/standard/tests/file/fseek_ftell_rewind_variation5.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation1.phpt; ./ext/standard/tests/file/userstreams_006.phpt; ./ext/standard/tests/file/is_file_variation1.phpt; ./ext/standard/tests/file/fscanf_variation5.phpt; ./ext/standard/tests/file/007_variation18.phpt; ./ext/standard/tests/file/unlink_variation1-win32.phpt; ./ext/standard/tests/file/fgetcsv_error_conditions.phpt; ./ext/standard/tests/file/userstreams_004.phpt; ./ext/standard/tests/file/ftruncate_variation1-win32-mb.phpt; ./ext/standard/tests/file/fseek_ftell_rewind_error1.phpt; ./ext/standard/tests/file/touch_error.phpt; ./ext/standard/tests/file/unlink_error-win32.phpt; ./ext/standard/tests/file/copy_basic.phpt; ./ext/standard/tests/file/ftruncate_variation5-win32.phpt; ./ext/standard/tests/file/fgetcsv_variation12.phpt; ./ext/standard/tests/file/disk_total_space_error-win32.phpt; ./ext/standard/tests/file/popen_pclose_basic.phpt; ./ext/standard/tests/file/lstat_stat_variation22.phpt; ./ext/standard/tests/file/fgets_variation3.phpt; ./ext/standard/tests/file/is_writable_variation2.phpt; ./ext/standard/tests/file/filegroup_variation2.phpt; ./ext/standard/tests/file/fscanf_variation20.phpt; ./ext/standard/tests/file/filesize_variation2-win32.phpt; ./ext/standard/tests/file/005_error.phpt; ./ext/standard/tests/file/rename_variation9.phpt; ./ext/standard/tests/file/fread_fwrite_basic.phpt; ./ext/standard/tests/file/realpath_basic2.phpt; ./ext/standard/tests/file/is_dir_variation1.phpt; ./ext/standard/tests/file/fgetcsv_variation16.phpt; ./ext/standard/tests/file/readlink_realpath_variation3.phpt; ./ext/standard/tests/file/fgetcsv_variation1.phpt; ./ext/standard/tests/file/is_executable_error.phpt; ./ext/standard/tests/file/filesize_variation4.phpt; ./ext/standard/tests/file/fflush_basic.phpt; ./ext/standard/tests/file/fgetc_variation2.phpt; ./ext/standard/tests/file/readlink_realpath_basic2.phpt; ./ext/standard/tests/file/fscanf_variation31.phpt; ./ext/standard/tests/file/rename_basic.phpt; ./ext/standard/tests/file/fwrite_basic-win32-mb.phpt; ./ext/standard/tests/file/touch.phpt; ./ext/standard/tests/file/007_variation6.phpt; ./ext/standard/tests/file/fpassthru_basic.phpt; ./ext/standard/tests/file/chmod_variation2.phpt; ./ext/standard/tests/file/fseek_ftell_rewind_variation6-win32.phpt; ./ext/standard/tests/file/007_variation10.phpt; ./ext/standard/tests/file/is_dir_variation4.phpt; ./ext/standard/tests/file/fseek_ftell_rewind_basic1.phpt; ./ext/standard/tests/file/filesize_variation1-win32-mb.phpt; ./ext/standard/tests/file/fwrite_variation4-win32.phpt; ./ext/standard/tests/file/basename-win32.phpt; ./ext/standard/tests/file/fileinode_variation1.phpt; ./ext/standard/tests/file/fwrite_variation1.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_basic1.phpt; ./ext/standard/tests/file/chroot_001.phpt; ./ext/standard/tests/file/fscanf_variation6.phpt; ./ext/standard/tests/file/006_variation1.phpt; ./ext/standard/tests/file/touch_basic-win32.phpt; ./ext/standard/tests/file/fscanf_variation27.phpt; ./ext/standard/tests/file/mkdir-002.phpt; ./ext/standard/tests/file/007_variation13-win32.phpt; ./ext/standard/tests/file/is_writable_basic.phpt; ./ext/standard/tests/file/file_get_contents_error001.phpt; ./ext/standard/tests/file/fileinode_variation3.phpt; ./ext/standard/tests/file/ftruncate_bug76422.phpt; ./ext/standard/tests/file/file_variation8.phpt; ./ext/standard/tests/file/007_variation4.phpt; ./ext/standard/tests/file/pathinfo_basic1-win32.phpt; ./ext/standard/tests/file/rename_variation4.phpt; ./ext/standard/tests/file/chmod_basic.phpt; ./ext/standard/tests/file/basename_variation2-win32.phpt; ./ext/standard/tests/file/fseek_dir_basic.phpt; ./ext/standard/tests/file/fnmatch_basic.phpt; ./ext/standard/tests/file/fscanf.phpt; ./ext/standard/tests/file/basename_basic-win32.phpt; ./ext/standard/tests/file/mkdir-001.phpt; ./ext/standard/tests/file/basename_variation1-win32.phpt; ./ext/standard/tests/file/fgetcsv_variation18.phpt; ./ext/standard/tests/file/is_dir_variation3.phpt; ./ext/standard/tests/file/fscanf_variation39.phpt; ./ext/standard/tests/file/fscanf_variation26.phpt; ./ext/standard/tests/file/copy_variation9.phpt; ./ext/standard/tests/file/fread_basic.phpt; ./ext/standard/tests/file/ftruncate_bug76803.phpt; ./ext/standard/tests/file/copy_variation5-win32.phpt; ./ext/standard/tests/file/readlink_realpath_variation2.phpt; ./ext/standard/tests/file/fileperms_variation1.phpt; ./ext/standard/tests/file/007_variation11.phpt; ./ext/standard/tests/file/bug35781.phpt; ./ext/standard/tests/file/fwrite_basic-win32.phpt; ./ext/standard/tests/file/readfile_error.phpt; ./ext/standard/tests/file/glob_variation5.phpt; ./ext/standard/tests/file/fopen_variation1.phpt; ./ext/standard/tests/file/bug38450.phpt; ./ext/standard/tests/file/stat_basic-win32.phpt; ./ext/standard/tests/file/readfile_basic.phpt; ./ext/standard/tests/file/007_variation16.phpt; ./ext/standard/tests/file/file_get_contents_variation7-win32.phpt; ./ext/standard/tests/file/file_variation9.phpt; ./ext/standard/tests/file/stream_rfc2397_001.phpt; ./ext/standard/tests/file/rename_variation6-win32.phpt; ./ext/standard/tests/file/007_variation19.phpt; ./ext/standard/tests/file/lstat_stat_variation11.phpt; ./ext/standard/tests/file/fputcsv_variation9.phpt; ./ext/standard/tests/file/fscanf_variation33.phpt; ./ext/standard/tests/file/file_get_contents_file_put_contents_basic.phpt; ./ext/standard/tests/file/fscanf_variation7.phpt; ./ext/standard/tests/file/is_file_variation4.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation4.phpt; ./ext/standard/tests/file/is_readable_basic-win32-mb.phpt; ./ext/standard/tests/file/chmod_basic-win32-mb.phpt; ./ext/standard/tests/file/realpath_basic-win32-mb.phpt; ./ext/standard/tests/file/fread_variation2.phpt; ./ext/standard/tests/file/stat_variation5-win32.phpt; ./ext/standard/tests/file/007_variation2.phpt; ./ext/standard/tests/file/fgets_socket_variation1.phpt; ./ext/standard/tests/file/is_readable_variation1.phpt; ./ext/standard/tests/file/filesize_variation5.phpt; ./ext/standard/tests/file/flock.phpt; ./ext/standard/tests/file/007_variation8.phpt; ./ext/standard/tests/file/bug71882.phpt; ./ext/standard/tests/file/fgetcsv_variation2.phpt; ./ext/standard/tests/file/fgets_variation1.phpt; ./ext/standard/tests/file/parse_ini_file_variation2.phpt; ./ext/standard/tests/file/fgetcsv_variation6.phpt; ./ext/standard/tests/file/is_executable_variation1.phpt; ./ext/standard/tests/file/lstat_stat_variation5.phpt; ./ext/standard/tests/file/lstat_stat_variation12.phpt; ./ext/standard/tests/file/ftruncate_variation4.phpt; ./ext/standard/tests/file/fgetcsv_variation7.phpt; ./ext/standard/tests/file/unlink_variation1-win32-mb.phpt; ./ext/standard/tests/file/lstat_stat_variation4.phpt; ./ext/standard/tests/file/fscanf_variation54.phpt; ./ext/standard/tests/file/unlink_variation3.phpt; ./ext/standard/tests/file/userdirstream.phpt; ./ext/standard/tests/file/fgetcsv_variation10.phpt; ./ext/standard/tests/file/fseek_ftell_rewind_error2.phpt; ./ext/standard/tests/file/007_variation7.phpt; ./ext/standard/tests/file/fgetcsv_variation19.phpt; ./ext/standard/tests/file/readlink_realpath_variation1.phpt; ./ext/standard/tests/file/is_executable_basic.phpt; ./ext/standard/tests/file/copy_variation12-win32.phpt; ./ext/standard/tests/file/fgets_error.phpt; ./ext/standard/tests/file/bug43137.phpt; ./ext/standard/tests/file/fscanf_variation11.phpt; ./ext/standard/tests/file/fseek_ftell_rewind_variation2.phpt; ./ext/standard/tests/file/rename_variation2-win32.phpt; ./ext/standard/tests/file/glob_basic.phpt; ./ext/standard/tests/file/bug44034.phpt; ./ext/standard/tests/file/fscanf_variation53.phpt; ./ext/standard/tests/file/lstat_stat_variation3.phpt; ./ext/standard/tests/file/fgets_variation5.phpt; ./ext/standard/tests/file/dirname_basic-win32.phpt; ./ext/standard/tests/file/basename_variation2.phpt; ./ext/standard/tests/file/fscanf_variation1.phpt; ./ext/standard/tests/file/fscanf_variation34.phpt; ./ext/standard/tests/file/bug38450_3.phpt; ./ext/standard/tests/file/realpath_basic-win32.phpt; ./ext/standard/tests/file/fileperms_variation2.phpt; ./ext/standard/tests/file/fgetcsv_variation20.phpt; ./ext/standard/tests/file/bug43216.phpt; ./ext/standard/tests/file/disk_free_space_basic.phpt; ./ext/standard/tests/file/fseek_ftell_rewind_variation4.phpt; ./ext/standard/tests/file/filestat.phpt; ./ext/standard/tests/file/ftruncate_variation7-win32.phpt; ./ext/standard/tests/file/is_readable_basic-win32.phpt; ./ext/standard/tests/file/stream_rfc2397_003.phpt; ./ext/standard/tests/file/filesize_variation2.phpt; ./ext/standard/tests/file/fflush_variation1-win32-mb.phpt; ./ext/standard/tests/file/007_variation22.phpt; ./ext/standard/tests/file/fputcsv_002.phpt; ./ext/standard/tests/file/file_get_contents_variation7-win32-mb.phpt; ./ext/standard/tests/file/bug69100.phpt; ./ext/standard/tests/file/fscanf_variation50.phpt; ./ext/standard/tests/file/glob_variation3.phpt; ./ext/standard/tests/file/unlink_variation6.phpt; ./ext/standard/tests/file/umask_basic.phpt; ./ext/standard/tests/file/is_file_variation3.phpt; ./ext/standard/tests/file/chmod_variation2-win32.phpt; ./ext/standard/tests/file/bug40501.phpt; ./ext/standard/tests/file/filegroup_variation3.phpt; ./ext/standard/tests/file/bug43353.phpt; ./ext/standard/tests/file/symlink_to_symlink.phpt; ./ext/standard/tests/file/ftruncate_error.phpt; ./ext/standard/tests/file/readlink_realpath_basic1.phpt; ./ext/standard/tests/file/glob_variation-win32-mb.phpt; ./ext/standard/tests/file/stat_variation7-win32.phpt; ./ext/standard/tests/file/fscanf_variation2.phpt; ./ext/standard/tests/file/005_variation-win32.phpt; ./ext/standard/tests/file/lstat_stat_variation21.phpt; ./ext/standard/tests/file/fscanf_variation4.phpt; ./ext/standard/tests/file/fpassthru_variation.phpt; ./ext/standard/tests/file/bug53241.phpt; ./ext/standard/tests/file/ftruncate_variation6-win32.phpt; ./ext/standard/tests/file/lchown_basic.phpt; ./ext/standard/tests/file/link_win32.phpt; ./ext/standard/tests/file/copy_variation2-win32.phpt; ./ext/standard/tests/file/rename_variation8-win32.phpt; ./ext/standard/tests/file/fscanf_variation55.phpt; ./ext/standard/tests/file/file_put_contents.phpt; ./ext/standard/tests/file/stat_variation1-win32.phpt; ./ext/standard/tests/file/fscanf_variation44.phpt; ./ext/standard/tests/file/copy_variation2-win32-mb.phpt; ./ext/standard/tests/file/fgetc_variation1.phpt; ./ext/standard/tests/file/rename_variation3-win32.phpt; ./ext/standard/tests/file/readfile_basic-win32.phpt; ./ext/standard/tests/file/fflush_variation1-win32.phpt; ./ext/standard/tests/file/fscanf_error.phpt; ./ext/standard/tests/file/fgets_basic.phpt; ./ext/standard/tests/file/stat_variation1-win32-mb.phpt; ./ext/standard/tests/file/pathinfo_variaton.phpt; ./ext/standard/tests/file/bug37158.phpt; ./ext/standard/tests/file/ftruncate_variation7.phpt; ./ext/standard/tests/file/fwrite.phpt; ./ext/standard/tests/file/fscanf_variation8.phpt; ./ext/standard/tests/file/fscanf_variation13.phpt; ./ext/standard/tests/file/bug41655_1-win32.phpt; ./ext/standard/tests/file/is_readable_variation2.phpt; ./ext/standard/tests/file/bug53848.phpt; ./ext/standard/tests/file/fgets_variation4-win32-mb.phpt; ./ext/standard/tests/file/filesize_variation1.phpt; ./ext/standard/tests/file/copy_variation6.phpt; ./ext/standard/tests/file/popen_pclose_basic-win32.phpt; ./ext/standard/tests/file/bug65701.phpt; ./ext/standard/tests/file/fscanf_variation45.phpt; ./ext/standard/tests/file/fscanf_variation17.phpt; ./ext/standard/tests/file/fscanf_variation48.phpt; ./ext/standard/tests/file/lstat_stat_variation18.phpt; ./ext/standard/tests/file/lstat_stat_variation17.phpt; ./ext/standard/tests/file/stream_copy_to_stream.phpt; ./ext/standard/tests/file/007_variation24.phpt; ./ext/standard/tests/file/lstat_stat_variation1.phpt; ./ext/standard/tests/file/readfile_variation1.phpt; ./ext/standard/tests/file/copy_variation6-win32.phpt; ./ext/standard/tests/file/windows_links/bug48746_1.phpt; ./ext/standard/tests/file/windows_links/readlink_compat.phpt; ./ext/standard/tests/file/windows_links/bug73962.phpt; ./ext/standard/tests/file/windows_links/bug78862.phpt; ./ext/standard/tests/file/windows_links/bug48746.phpt; ./ext/standard/tests/file/windows_links/bug76335.phpt; ./ext/standard/tests/file/fread_variation1.phpt; ./ext/standard/tests/file/copy_variation3.phpt; ./ext/standard/tests/file/fwrite_variation1-win32-mb.phpt; ./ext/standard/tests/file/glob_variation6.phpt; ./ext/standard/tests/file/file_put_contents_variation9.phpt; ./ext/standard/tests/file/mkdir-004.phpt; ./ext/standard/tests/file/realpath_cache_win32.phpt; ./ext/standard/tests/file/bug42560.phpt; ./ext/standard/tests/file/stat_variation4-win32.phpt; ./ext/standard/tests/file/copy_variation12.phpt; ./ext/standard/tests/file/rename_variation6.phpt; ./ext/standard/tests/file/bug39673.phpt; ./ext/standard/tests/file/fseek_ftell_rewind_basic2-win32-mb.phpt; ./ext/standard/tests/file/fscanf_variation52.phpt; ./ext/standard/tests/file/copy_variation16.phpt; ./ext/standard/tests/file/file_get_contents_variation8.phpt; ./ext/standard/tests/file/007_variation9.phpt; ./ext/standard/tests/file/007_basic.phpt; ./ext/standard/tests/file/rename_variation7.phpt; ./ext/standard/tests/file/ftruncate_variation1-win32.phpt; ./ext/standard/tests/file/bug38450_2.phpt; ./ext/standard/tests/file/ftruncate_variation3-win32.phpt; ./ext/standard/tests/file/stream_001.phpt; ./ext/standard/tests/file/filesize_variation3.phpt; ./ext/standard/tests/file/rename_variation3.phpt; ./ext/standard/tests/file/fileowner_error.phpt; ./ext/standard/tests/file/fscanf_variation22.phpt; ./ext/standard/tests/file/fputcsv_variation10.phpt; ./ext/standard/tests/file/fscanf_variation42.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_error1.phpt; ./ext/standard/tests/file/is_readable_basic.phpt; ./ext/standard/tests/file/005_variation2-win32.phpt; ./ext/standard/tests/file/pathinfo_basic2-win32.phpt; ./ext/standard/tests/file/lstat_stat_variation20.phpt; ./ext/standard/tests/file/is_executable_basic-win32-mb.phpt; ./ext/standard/tests/file/chmod_variation1.phpt; ./ext/standard/tests/file/fopen_unlink.phpt; ./ext/standard/tests/file/fseek_ftell_rewind_error3.phpt; ./ext/standard/tests/file/is_readable_variation3.phpt; ./ext/standard/tests/file/fseek_ftell_rewind_variation2-win32.phpt; ./ext/standard/tests/file/007_variation3.phpt; ./ext/standard/tests/file/realpath_cache.phpt; ./ext/standard/tests/file/fseek_ftell_rewind_variation4-win32.phpt; ./ext/standard/tests/file/copy_variation11.phpt; ./ext/standard/tests/file/file_basic.phpt; ./ext/standard/tests/file/fgetcsv_variation11.phpt; ./ext/standard/tests/file/fgets_variation4-win32.phpt; ./ext/standard/tests/file/pathinfo_basic1.phpt; ./ext/standard/tests/file/fscanf_variation14.phpt; ./ext/standard/tests/file/bug69442.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation7.phpt; ./ext/standard/tests/file/lstat_stat_variation19.phpt; ./ext/standard/tests/file/fscanf_variation18.phpt; ./ext/standard/tests/file/copy_variation7.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation2.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_basic2.phpt; ./ext/standard/tests/file/fileinode_error.phpt; ./ext/standard/tests/file/bug68335.phpt; ./ext/standard/tests/file/basename.phpt; ./ext/standard/tests/file/fstat_basic.phpt; ./ext/standard/tests/file/007_variation17.phpt; ./ext/standard/tests/file/is_executable_variation2.phpt; ./ext/standard/tests/file/rename_variation13.phpt; ./ext/standard/tests/file/move_uploaded_file_basic.phpt; ./ext/standard/tests/file/fwrite_variation3.phpt; ./ext/standard/tests/file/007_variation12-win32.phpt; ./ext/standard/tests/file/touch_basic.phpt; ./ext/standard/tests/file/fread_variation3-win32.phpt; ./ext/standard/tests/file/realpath_variation2.phpt; ./ext/standard/tests/file/007_variation23.phpt; ./ext/standard/tests/file/copy_variation5.phpt; ./ext/standard/tests/file/realpath_basic3.phpt; ./ext/standard/tests/file/fscanf_variation43.phpt; ./ext/standard/tests/file/007_variation13.phpt; ./ext/standard/tests/file/readlink_realpath_variation1-win32.phpt; ./ext/standard/tests/file/006_variation2.phpt; ./ext/standard/tests/file/file_put_contents_variation1.phpt; ./ext/standard/tests/file/fgetcsv_variation21.phpt; ./ext/standard/tests/file/fnmatch_maxpathlen.phpt; ./ext/standard/tests/file/touch_basic-win32-mb.phpt; ./ext/standard/tests/file/parse_ini_file_variation3.phpt; ./ext/standard/tests/file/windows_acls/bug44859_2.phpt; ./ext/standard/tests/file/windows_acls/bug44859_3.phpt; ./ext/standard/tests/file/windows_acls/bug44859.phpt; ./ext/standard/tests/file/windows_acls/bug44859_4.phpt; ./ext/standard/tests/file/005_variation2.phpt; ./ext/standard/tests/file/007_variation12.phpt; ./ext/standard/tests/file/file_exists_variation1.phpt; ./ext/standard/tests/file/fread_variation3.phpt; ./ext/standard/tests/file/fgetc_basic.phpt; ./ext/standard/tests/file/dirname_basic.phpt; ./ext/standard/tests/file/fscanf_variation35.phpt; ./ext/standard/tests/file/fputcsv_variation1.phpt; ./ext/standard/tests/file/fseek_ftell_rewind_basic2-win32.phpt; ./ext/standard/tests/file/fileinode_variation2.phpt; ./ext/standard/tests/file/fscanf_variation16.phpt; ./ext/standard/tests/file/copy_variation15.phpt; ./ext/standard/tests/file/mkdir-003.phpt; ./ext/standard/tests/file/stream_rfc2397_007.phpt; ./ext/standard/tests/file/fgetc_variation4.phpt; ./ext/standard/tests/file/bug46347.phpt; ./ext/standard/tests/file/flock_variation.phpt; ./ext/standard/tests/file/fscanf_variation40.phpt; ./ext/standard/tests/file/rename_variation12-win32.phpt; ./ext/standard/tests/file/bug24482.phpt; ./ext/standard/tests/file/file_variation8-win32.phpt; ./ext/standard/tests/file/fileperms_variation3.phpt; ./ext/standard/tests/file/fgets_socket_variation2.phpt; ./ext/standard/tests/file/fputcsv_variation6.phpt; ./ext/standard/tests/file/is_writable_variation1.phpt; ./ext/standard/tests/file/fscanf_variation51.phpt; ./ext/standard/tests/file/basename_basic.phpt; ./ext/standard/tests/file/bug12556.phpt; ./ext/standard/tests/file/file_get_contents_variation9.phpt; ./ext/standard/tests/file/bug26003.phpt; ./ext/standard/tests/file/fseek_ftell_rewind_variation3.phpt; ./ext/standard/tests/file/is_readable_error.phpt; ./ext/standard/tests/file/bug78386.phpt; ./ext/standard/tests/file/fscanf_variation38.phpt; ./ext/standard/tests/file/file_variation5.phpt; ./ext/standard/tests/file/fscanf_variation24.phpt; ./ext/standard/tests/file/stream_rfc2397_004.phpt; ./ext/standard/tests/file/readlink_variation1.phpt; ./ext/standard/tests/file/is_dir_variation2.phpt; ./ext/standard/tests/file/lchown_error.phpt; ./ext/standard/tests/file/stat_variation3-win32.phpt; ./ext/standard/tests/file/fscanf_variation28.phpt; ./ext/standard/tests/file/unlink_variation4.phpt; ./ext/standard/tests/file/bug43008.phpt; ./ext/standard/tests/file/unlink_basic.phpt; ./ext/standard/tests/file/ftruncate.phpt; ./ext/standard/tests/file/glob_variation-win32.phpt; ./ext/standard/tests/file/readlink_realpath_error.phpt; ./ext/standard/tests/file/fgetcsv_variation30.phpt; ./ext/standard/tests/file/lstat_stat_variation2.phpt; ./ext/standard/tests/file/fgetcsv_variation23.phpt; ./ext/standard/tests/file/bug39863.phpt; ./ext/standard/tests/file/dirname_no_path_normalization-win32.phpt; ./ext/standard/tests/file/fscanf_variation29.phpt; ./ext/standard/tests/file/get_current_user.phpt; ./ext/standard/tests/file/directory_wrapper_fstat_basic.phpt; ./ext/standard/tests/file/is_file_basic.phpt; ./ext/standard/tests/file/disk.phpt; ./ext/standard/tests/file/fflush_variation2.phpt; ./ext/standard/tests/file/file_variation.phpt; ./ext/standard/tests/file/filegroup_basic.phpt; ./ext/standard/tests/file/bug32160.phpt; ./ext/standard/tests/file/ftruncate_variation2.phpt; ./ext/standard/tests/file/userstreams_007.phpt; ./ext/standard/tests/file/disk_free_space_variation.phpt; ./ext/standard/tests/file/bug77552.phpt; ./ext/standard/tests/file/file_get_contents_variation8-win32.phpt; ./ext/standard/tests/file/007_variation21.phpt; ./ext/standard/tests/file/fgetcsv_variation9.phpt; ./ext/standard/tests/file/stream_rfc2397_002.phpt; ./ext/standard/tests/file/rename_variation11-win32.phpt; ./ext/standard/tests/file/popen_pclose_basic-win32-mb.phpt; ./ext/standard/tests/file/readfile_variation2.phpt; ./ext/standard/tests/file/stream_rfc2397_005.phpt; ./ext/standard/tests/file/file_error.phpt; ./ext/standard/tests/file/rename_variation1.phpt; ./ext/standard/tests/file/bug41655_1.phpt; ./ext/standard/tests/file/fscanf_variation12.phpt; ./ext/standard/tests/file/windows_mb_path/test_cwd_mb_names.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1250_to_utf8_4.phpt; ./ext/standard/tests/file/windows_mb_path/bug54028_2.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1252_to_utf8_4.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp874_1.phpt; ./ext/standard/tests/file/windows_mb_path/bug71509.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1253_2.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1251_2.phpt; ./ext/standard/tests/file/windows_mb_path/test_eucjp_to_utf8_2.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp874_to_utf8_1.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1251_zend_multibyte_1.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1254_3.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1252_to_utf8_5.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp932_to_utf8_1.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp936_1.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1250_to_utf8_1.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1253_to_utf8_2.phpt; ./ext/standard/tests/file/windows_mb_path/bug61315.phpt; ./ext/standard/tests/file/windows_mb_path/test_big5_1.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1251_to_utf8_1.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp932_0.phpt; ./ext/standard/tests/file/windows_mb_path/bug74923.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1253_to_utf8_1.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp874_to_utf8_0.phpt; ./ext/standard/tests/file/windows_mb_path/test_long_path_bug71103.phpt; ./ext/standard/tests/file/windows_mb_path/test_kartuli_utf8_3.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1252_to_utf8_1.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1255_to_utf8_2.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1256_to_utf8_1.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp936_0.phpt; ./ext/standard/tests/file/windows_mb_path/test_big5_to_utf8_2.phpt; ./ext/standard/tests/file/windows_mb_path/recursive_it.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1255_2.phpt; ./ext/standard/tests/file/windows_mb_path/test_big5_to_utf8_0.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1253_0.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1251_to_utf8_0.phpt; ./ext/standard/tests/file/windows_mb_path/test_long_path_1.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp932_1.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1252_to_utf8_2.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1250_to_utf8_3.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1251_1.phpt; ./ext/standard/tests/file/windows_mb_path/bug70903.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1254_to_utf8_3.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1250_to_utf8_5.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1250_to_utf8_0.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1252_to_utf8_0.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1253_1.phpt; ./ext/standard/tests/file/windows_mb_path/test_long_path_mkdir.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp932_to_utf8_2.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp874_0.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1256_1.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1256_0.phpt; ./ext/standard/tests/file/windows_mb_path/test_long_path_0.phpt; ./ext/standard/tests/file/windows_mb_path/test_eucjp_to_utf8_0.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp936_2.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp932_2.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1254_1.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1251_zend_multibyte_0.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1254_2.phpt; ./ext/standard/tests/file/windows_mb_path/test_kartuli_utf8_1.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp936_to_utf8_1.phpt; ./ext/standard/tests/file/windows_mb_path/test_kartuli_utf8_0.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1250_to_utf8_2.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp932_to_utf8_0.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1255_to_utf8_1.phpt; ./ext/standard/tests/file/windows_mb_path/bug75063_cp1251.phpt; ./ext/standard/tests/file/windows_mb_path/test_rename_mb_names.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1256_2.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1255_0.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1251_zend_multibyte_2.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1254_to_utf8_0.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1253_to_utf8_0.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1255_to_utf8_0.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1254_0.phpt; ./ext/standard/tests/file/windows_mb_path/test_big5_0.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1256_to_utf8_0.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1254_to_utf8_2.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp936_to_utf8_2.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp932_3.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1255_1.phpt; ./ext/standard/tests/file/windows_mb_path/test_big5_to_utf8_1.phpt; ./ext/standard/tests/file/windows_mb_path/test_kartuli_utf8_2.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1254_to_utf8_1.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1252_to_utf8_3.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1252_0.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1256_to_utf8_2.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1251_0.phpt; ./ext/standard/tests/file/windows_mb_path/bug64506.phpt; ./ext/standard/tests/file/windows_mb_path/test_long_path_2.phpt; ./ext/standard/tests/file/windows_mb_path/test_big5_2.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp936_to_utf8_0.phpt; ./ext/standard/tests/file/windows_mb_path/test_long_path_bug30730.phpt; ./ext/standard/tests/file/windows_mb_path/test_cp1251_to_utf8_2.phpt; ./ext/standard/tests/file/windows_mb_path/bug75063_utf8.phpt; ./ext/standard/tests/file/windows_mb_path/test_eucjp_to_utf8_1.phpt; ./ext/standard/tests/file/fgetcsv_variation8.phpt; ./ext/standard/tests/file/fscanf_variation21.phpt; ./ext/standard/tests/file/007_variation15.phpt; ./ext/standard/tests/file/pathinfo_basic.phpt; ./ext/standard/tests/file/fputcsv_variation13.phpt; ./ext/standard/tests/file/bug51094.phpt; ./ext/standard/tests/file/stat_error-win32.phpt; ./ext/standard/tests/file/is_writable_variation3.phpt; ./ext/standard/tests/file/copy_variation16-win32.phpt; ./ext/standard/tests/file/007_variation1.phpt; ./ext/standard/tests/file/auto_detect_line_endings_2.phpt; ./ext/standard/tests/file/fwrite_variation3-win32.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation5.phpt; ./ext/standard/tests/file/fwrite_variation2.phpt; ./ext/standard/tests/file/fgetcsv.phpt; ./ext/standard/tests/file/bug37864.phpt; ./ext/standard/tests/file/parse_ini_file_variation6.phpt; ./ext/standard/tests/file/readlink_realpath_variation2-win32.phpt; ./ext/standard/tests/file/fwrite_error.phpt; ./ext/standard/tests/file/ftruncate_variation2-win32.phpt; ./ext/standard/tests/file/ftruncate_variation1.phpt; ./ext/standard/tests/file/stat_basic-win32-mb.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation3.phpt; ./ext/standard/tests/file/lstat_stat_variation16.phpt; ./ext/standard/tests/file/fileowner_variation2.phpt; ./ext/standard/tests/file/chmod_error.phpt; ./ext/standard/tests/file/fscanf_variation9.phpt; ./ext/standard/tests/file/fgetcsv_variation29.phpt; ./ext/standard/tests/file/bug66509.phpt; ./ext/standard/tests/file/unlink_variation1.phpt; ./ext/standard/tests/file/userstreams_005.phpt; ./ext/standard/tests/file/filegroup_variation1.phpt; ./ext/standard/tests/file/rename_variation7-win32.phpt; ./ext/standard/tests/file/file_variation5-win32-mb.phpt; ./ext/standard/tests/file/userstreams_003.phpt; ./ext/standard/tests/file/stat_variation8-win32.phpt; ./ext/standard/tests/file/fgetcsv_variation15.phpt; ./ext/standard/tests/file/copy_variation8.phpt; ./ext/standard/tests/file/ftruncate_variation6.phpt; ./ext/standard/tests/file/filesize_variation4-win32.phpt; ./ext/standard/tests/file/bug45181.phpt; ./ext/standard/tests/file/userstreams.phpt; ./ext/standard/tests/file/filesize_variation1-win32.phpt; ./ext/standard/tests/file/file_variation7.phpt; ./ext/standard/tests/file/realpath_bug77484.phpt; ./ext/standard/tests/file/rename_variation8.phpt; ./ext/standard/tests/file/is_dir_basic.phpt; ./ext/standard/tests/file/fileowner_variation3.phpt; ./ext/standard/tests/file/disk_free_space_error.phpt; ./ext/standard/tests/file/stream_rfc2397_006.phpt; ./ext/standard/tests/file/fscanf_variation15.phpt; ./ext/standard/tests/file/fgetcsv_variation14.phpt; ./ext/standard/tests/file/pathinfo_variation3.phpt; ./ext/standard/tests/file/fscanf_variation41.phpt; ./ext/standard/tests/file/fseek_ftell_rewind_variation1.phpt; ./ext/standard/tests/file/stat_variation2-win32.phpt; ./ext/standard/tests/file/fseek_ftell_rewind_variation7.phpt; ./ext/standard/tests/file/bug72330.phpt; ./ext/standard/tests/file/bug22382.phpt; ./ext/standard/tests/file/glob_variation2.phpt; ./ext/standard/tests/file/copy_variation3-win32.phpt; ./ext/standard/tests/file/realpath_variation-win32-mb.phpt; ./ext/standard/tests/file/mkdir_rmdir_variation-win32-mb.phpt; ./ext/standard/tests/file/stat_variation6-win32.phpt; ./ext/standard/tests/file/fputcsv_variation12.phpt; ./ext/standard/tests/file/fscanf_variation30.phpt; ./ext/standard/tests/file/fscanf_variation36.phpt; ./ext/standard/tests/file/bug45303.phpt; ./ext/standard/tests/file/parse_ini_file_variation1.phpt; ./ext/standard/tests/file/unlink_error.phpt; ./ext/standard/tests/file/disk_total_space_variation.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_error2.phpt; ./ext/standard/tests/file/mkdir_rmdir_variation2.phpt; ./ext/standard/tests/file/stream_002.phpt; ./ext/standard/tests/file/fwrite_variation2-win32.phpt; ./ext/standard/tests/file/fileowner_basic.phpt; ./ext/standard/tests/file/lstat_stat_variation14.phpt; ./ext/standard/tests/file/fgetcsv_variation22.phpt; ./ext/standard/tests/file/lstat_stat_variation6.phpt; ./ext/standard/tests/file/statpage.phpt; ./ext/standard/tests/file/fileowner_variation1.phpt; ./ext/standard/tests/file/bug38086.phpt; ./ext/standard/tests/file/rename_variation.phpt; ./ext/standard/tests/file/touch_variation2.phpt; ./ext/standard/tests/file/fputcsv_variation5.phpt; ./ext/standard/tests/file/bug69628.phpt; ./ext/standard/tests/file/bug40374.phpt; ./ext/standard/tests/file/lstat_stat_variation15.phpt; ./ext/standard/tests/file/fread_error.phpt; ./ext/standard/tests/file/fscanf_variation37.phpt; ./ext/standard/tests/file/fscanf_variation49.phpt; ./ext/standard/tests/file/fnmatch_variation.phpt; ./ext/standard/tests/file/userfilters.phpt; ./ext/standard/tests/file/touch_variation1.phpt; ./ext/standard/tests/file/007_variation14.phpt; ./ext/standard/tests/file/proc_open01.phpt; ./ext/standard/tests/file/ftruncate_variation3.phpt; ./ext/standard/tests/file/fflush_variation1.phpt; ./ext/standard/tests/file/feof_basic.phpt; ./ext/standard/tests/file/bug38450_1.phpt; ./ext/standard/tests/file/fflush_variation3.phpt; ./ext/standard/tests/file/rename_variation13-win32.phpt; ./ext/standard/tests/file/is_executable_variation3.phpt; ./ext/standard/tests/file/fread_socket_variation1.phpt; ./ext/standard/tests/file/readlink_realpath_basic2-win32.phpt; ./ext/standard/tests/file/006_basic.phpt; ./ext/standard/tests/file/file_variation5-win32.phpt; ./ext/standard/tests/file/fflush_variation4.phpt; ./ext/standard/tests/file/fgets_variation6.phpt; ./ext/standard/tests/file/readfile_variation3.phpt; ./ext/standard/tests/file/copy_variation17.phpt; ./ext/standard/tests/file/copy_variation18.phpt; ./ext/standard/tests/file/filesize_basic.phpt; ./ext/standard/tests/file/stream_supports_lock.phpt; ./ext/standard/tests/file/007_variation5.phpt; ./ext/standard/tests/file/fseek_ftell_rewind_variation6.phpt; ./ext/standard/tests/file/rename_variation5.phpt; ./ext/standard/tests/file/parse_ini_file_error.phpt; ./ext/standard/tests/file/lstat_stat_variation7.phpt; ./ext/standard/tests/file/fwrite_variation4.phpt; ./ext/standard/tests/file/file_variation6.phpt; ./ext/standard/tests/file/basename_variation1.phpt; ./ext/standard/tests/file/lstat_stat_variation10.phpt; ./ext/standard/tests/file/fseek_variation3.phpt; ./ext/standard/tests/file/ftruncate_bug77081.phpt; ./ext/standard/tests/file/fgetcsv_variation17.phpt; ./ext/standard/tests/file/fgetcsv_variation13.phpt; ./ext/standard/tests/file/bug79099.phpt; ./ext/standard/tests/file/lstat_stat_variation8.phpt; ./ext/standard/tests/file/mkdir_rmdir_variation-win32.phpt; ./ext/standard/tests/file/unlink_variation2.phpt; ./ext/standard/tests/file/file_get_contents_variation7.phpt; ./ext/standard/tests/file/chmod_basic-win32.phpt; ./ext/standard/tests/file/007_variation11-win32.phpt; ./ext/standard/tests/file/copy_error.phpt; ./ext/standard/tests/file/parse_ini_file_variation6-win32-mb.phpt; ./ext/standard/tests/file/file_get_contents_basic.phpt; ./ext/standard/tests/file/007_variation11-win32-mb.phpt; ./ext/standard/tests/file/fread_variation4.phpt; ./ext/standard/tests/file/symlink_link_linkinfo_is_link_variation6.phpt; ./ext/standard/tests/file/is_file_variation2.phpt; ./ext/standard/tests/file/bug65272.phpt; ./ext/standard/tests/file/unlink_variation5.phpt; ./ext/standard/tests/file/popen_pclose_error-sunos.phpt; ./ext/standard/tests/password/password_needs_rehash_error.phpt; ./ext/standard/tests/password/password_hash_error.phpt; ./ext/standard/tests/password/bug75221.phpt; ./ext/standard/tests/password/password_hash.phpt; ./ext/standard/tests/password/password_verify.phpt; ./ext/standard/tests/password/password_needs_rehash_argon2.phpt; ./ext/standard/tests/password/password_get_info.phpt; ./ext/standard/tests/password/password_needs_rehash.phpt; ./ext/standard/tests/password/password_hash_argon2.phpt; ./ext/standard/tests/password/password_bcrypt_errors.phpt; ./ext/standard/tests/password/password_get_info_argon2.phpt; ./ext/standard/tests/password/password_verify_argon2.phpt; ./ext/standard/tests/password/password_verify_error.phpt; ./ext/standard/tests/password/password_removed_salt_option.phpt; ./ext/standard/tests/setrawcookie_basic_001.phpt; ./ext/standard/tests/strings/strrchr_variation1.phpt; ./ext/standard/tests/strings/sscanf_basic8.phpt; ./ext/standard/tests/strings/vprintf_variation10.phpt; ./ext/standard/tests/strings/sprintf_variation28_64bit.phpt; ./ext/standard/tests/strings/get_html_translation_table_basic5.phpt; ./ext/standard/tests/strings/ltrim.phpt; ./ext/standard/tests/strings/vprintf_variation11_64bit.phpt; ./ext/standard/tests/strings/bug47443.phpt; ./ext/standard/tests/strings/bug72663.phpt; ./ext/standard/tests/strings/substr.phpt; ./ext/standard/tests/strings/join_variation2.phpt; ./ext/standard/tests/strings/vprintf_basic8.phpt; ./ext/standard/tests/strings/addcslashes_001.phpt; ./ext/standard/tests/strings/str_split_variation3.phpt; ./ext/standard/tests/strings/explode_variation5.phpt; ./ext/standard/tests/strings/bug78346.phpt; ./ext/standard/tests/strings/bug67151.phpt; ./ext/standard/tests/strings/crypt_chars.phpt; ./ext/standard/tests/strings/bug40637.phpt; ./ext/standard/tests/strings/url_t.phpt; ./ext/standard/tests/strings/strtr_variation8.phpt; ./ext/standard/tests/strings/php_strip_whitespace.phpt; ./ext/standard/tests/strings/rtrim.phpt; ./ext/standard/tests/strings/strtr_variation1.phpt; ./ext/standard/tests/strings/vprintf_variation2.phpt; ./ext/standard/tests/strings/bug60801.phpt; ./ext/standard/tests/strings/setlocale_variation4.phpt; ./ext/standard/tests/strings/chr_error.phpt; ./ext/standard/tests/strings/parse_str_basic2.phpt; ./ext/standard/tests/strings/stripslashes_variation2.phpt; ./ext/standard/tests/strings/vprintf_variation12.phpt; ./ext/standard/tests/strings/sprintf_variation1.phpt; ./ext/standard/tests/strings/explode1.phpt; ./ext/standard/tests/strings/setlocale_variation2.phpt; ./ext/standard/tests/strings/strtr_variation2.phpt; ./ext/standard/tests/strings/strval_basic.phpt; ./ext/standard/tests/strings/dirname_multi.phpt; ./ext/standard/tests/strings/sscanf_basic1.phpt; ./ext/standard/tests/strings/vprintf_basic7_64bit.phpt; ./ext/standard/tests/strings/stripos_variation5.phpt; ./ext/standard/tests/strings/chop_variation4.phpt; ./ext/standard/tests/strings/htmlentities-utf.phpt; ./ext/standard/tests/strings/str_pad_variation5.phpt; ./ext/standard/tests/strings/strlen_basic.phpt; ./ext/standard/tests/strings/vprintf_variation12_64bit.phpt; ./ext/standard/tests/strings/get_html_translation_table_basic4.phpt; ./ext/standard/tests/strings/str_shuffle_basic.phpt; ./ext/standard/tests/strings/bug67249.phpt; ./ext/standard/tests/strings/bug65769.phpt; ./ext/standard/tests/strings/bug71969.phpt; ./ext/standard/tests/strings/strspn_variation11.phpt; ./ext/standard/tests/strings/strip_tags_variation5.phpt; ./ext/standard/tests/strings/bug37244.phpt; ./ext/standard/tests/strings/crypt_des_error.phpt; ./ext/standard/tests/strings/htmlentities17.phpt; ./ext/standard/tests/strings/vprintf_variation19_64bit.phpt; ./ext/standard/tests/strings/vsprintf_basic6.phpt; ./ext/standard/tests/strings/quoted_printable_encode_001.phpt; ./ext/standard/tests/strings/chunk_split_variation10.phpt; ./ext/standard/tests/strings/strripos_variation1.phpt; ./ext/standard/tests/strings/quotemeta_basic_1.phpt; ./ext/standard/tests/strings/chunk_split_variation6.phpt; ./ext/standard/tests/strings/stristr_basic.phpt; ./ext/standard/tests/strings/strstr_variation1.phpt; ./ext/standard/tests/strings/vsprintf_basic3.phpt; ./ext/standard/tests/strings/strcspn_variation9.phpt; ./ext/standard/tests/strings/vprintf_variation16.phpt; ./ext/standard/tests/strings/get_html_translation_table_basic3.phpt; ./ext/standard/tests/strings/strip_tags_variation9.phpt; ./ext/standard/tests/strings/unpack_bug68225.phpt; ./ext/standard/tests/strings/quoted_printable_encode_002.phpt; ./ext/standard/tests/strings/strnatcmp_basic.phpt; ./ext/standard/tests/strings/bug29119.phpt; ./ext/standard/tests/strings/join_variation6.phpt; ./ext/standard/tests/strings/strspn_variation10.phpt; ./ext/standard/tests/strings/strrpos_variation14.phpt; ./ext/standard/tests/strings/strrchr_basic.phpt; ./ext/standard/tests/strings/bug21730.phpt; ./ext/standard/tests/strings/bug33076.phpt; ./ext/standard/tests/strings/bug47481.phpt; ./ext/standard/tests/strings/stripos_variation2.phpt; ./ext/standard/tests/strings/bug47168.phpt; ./ext/standard/tests/strings/strtolower-win32.phpt; ./ext/standard/tests/strings/similar_text_basic.phpt; ./ext/standard/tests/strings/strip_tags_basic1.phpt; ./ext/standard/tests/strings/chr_variation1.phpt; ./ext/standard/tests/strings/rtrim_error.phpt; ./ext/standard/tests/strings/join_variation3.phpt; ./ext/standard/tests/strings/strrpos_variation5.phpt; ./ext/standard/tests/strings/strspn_variation12.phpt; ./ext/standard/tests/strings/vfprintf_basic1.phpt; ./ext/standard/tests/strings/sprintf_variation34.phpt; ./ext/standard/tests/strings/005.phpt; ./ext/standard/tests/strings/printf_error.phpt; ./ext/standard/tests/strings/bug20108.phpt; ./ext/standard/tests/strings/trim_error.phpt; ./ext/standard/tests/strings/bug74041.phpt; ./ext/standard/tests/strings/strval_error.phpt; ./ext/standard/tests/strings/vprintf_variation3.phpt; ./ext/standard/tests/strings/printf_variation2.phpt; ./ext/standard/tests/strings/vprintf_variation5.phpt; ./ext/standard/tests/strings/hex2bin_error.phpt; ./ext/standard/tests/strings/str_pad_variation1.phpt; ./ext/standard/tests/strings/md5_basic2.phpt; ./ext/standard/tests/strings/get_html_translation_table_basic6.phpt; ./ext/standard/tests/strings/vprintf_basic4.phpt; ./ext/standard/tests/strings/strcspn_variation11.phpt; ./ext/standard/tests/strings/sscanf_basic7.phpt; ./ext/standard/tests/strings/bug51899.phpt; ./ext/standard/tests/strings/strncasecmp_variation9.phpt; ./ext/standard/tests/strings/sprintf_variation27.phpt; ./ext/standard/tests/strings/vfprintf_basic.phpt; ./ext/standard/tests/strings/ucwords_variation4.phpt; ./ext/standard/tests/strings/bug71188.phpt; ./ext/standard/tests/strings/vprintf_variation8.phpt; ./ext/standard/tests/strings/strrchr_variation2.phpt; ./ext/standard/tests/strings/strspn_variation6.phpt; ./ext/standard/tests/strings/get_html_translation_table_basic1.phpt; ./ext/standard/tests/strings/nl2br_variation3.phpt; ./ext/standard/tests/strings/bug61038.phpt; ./ext/standard/tests/strings/stripos_variation13.phpt; ./ext/standard/tests/strings/strripos.phpt; ./ext/standard/tests/strings/strstr2.phpt; ./ext/standard/tests/strings/strncmp_variation2.phpt; ./ext/standard/tests/strings/chop_variation3.phpt; ./ext/standard/tests/strings/vprintf_variation15_64bit.phpt; ./ext/standard/tests/strings/get_meta_tags.phpt; ./ext/standard/tests/strings/setlocale-win32.phpt; ./ext/standard/tests/strings/crc32_variation3.phpt; ./ext/standard/tests/strings/bug42208.phpt; ./ext/standard/tests/strings/ord_basic.phpt; ./ext/standard/tests/strings/sha1_file.phpt; ./ext/standard/tests/strings/bug53021.phpt; ./ext/standard/tests/strings/bug61660.phpt; ./ext/standard/tests/strings/strripos_offset.phpt; ./ext/standard/tests/strings/strncmp_variation1.phpt; ./ext/standard/tests/strings/strval_variation1.phpt; ./ext/standard/tests/strings/crc32_variation4.phpt; ./ext/standard/tests/strings/bin2hex_basic.phpt; ./ext/standard/tests/strings/htmlspecialchars_decode_variation3.phpt; ./ext/standard/tests/strings/printf_basic1.phpt; ./ext/standard/tests/strings/bug78833.phpt; ./ext/standard/tests/strings/vprintf_variation11.phpt; ./ext/standard/tests/strings/stripos_variation6.phpt; ./ext/standard/tests/strings/ucfirst.phpt; ./ext/standard/tests/strings/bug72264.phpt; ./ext/standard/tests/strings/quoted_printable_decode_basic.phpt; ./ext/standard/tests/strings/trim_basic.phpt; ./ext/standard/tests/strings/htmlentities14.phpt; ./ext/standard/tests/strings/htmlentities03.phpt; ./ext/standard/tests/strings/explode_bug.phpt; ./ext/standard/tests/strings/addslashes_variation2.phpt; ./ext/standard/tests/strings/bug21338.phpt; ./ext/standard/tests/strings/bug40754.phpt; ./ext/standard/tests/strings/pack_Z.phpt; ./ext/standard/tests/strings/str_replace_array_refs.phpt; ./ext/standard/tests/strings/sprintf_variation2.phpt; ./ext/standard/tests/strings/get_html_translation_table_basic10.phpt; ./ext/standard/tests/strings/sprintf_variation9.phpt; ./ext/standard/tests/strings/printf_basic7.phpt; ./ext/standard/tests/strings/substr_replace_error.phpt; ./ext/standard/tests/strings/bug23894.phpt; ./ext/standard/tests/strings/levenshtein_bug_16473.phpt; ./ext/standard/tests/strings/bug39032.phpt; ./ext/standard/tests/strings/soundex_basic.phpt; ./ext/standard/tests/strings/stripos_variation4.phpt; ./ext/standard/tests/strings/setlocale_basic2.phpt; ./ext/standard/tests/strings/addcslashes_003.phpt; ./ext/standard/tests/strings/sprintf_variation34_64bit.phpt; ./ext/standard/tests/strings/str_split_variation5.phpt; ./ext/standard/tests/strings/printf_basic2.phpt; ./ext/standard/tests/strings/chop_basic.phpt; ./ext/standard/tests/strings/parse_str_basic1.phpt; ./ext/standard/tests/strings/nl2br_variation4.phpt; ./ext/standard/tests/strings/strncasecmp_variation3.phpt; ./ext/standard/tests/strings/htmlspecialchars.phpt; ./ext/standard/tests/strings/htmlentities02.phpt; ./ext/standard/tests/strings/vprintf_variation14_64bit.phpt; ./ext/standard/tests/strings/substr_compare.phpt; ./ext/standard/tests/strings/parse_str_basic3.phpt; ./ext/standard/tests/strings/vsprintf_basic9.phpt; ./ext/standard/tests/strings/bug29075.phpt; ./ext/standard/tests/strings/sprintf_basic1.phpt; ./ext/standard/tests/strings/bug36944.phpt; ./ext/standard/tests/strings/http_build_query.phpt; ./ext/standard/tests/strings/strpos_number.phpt; ./ext/standard/tests/strings/join_variation1.phpt; ./ext/standard/tests/strings/bug79951.phpt; ./ext/standard/tests/strings/str_rot13_basic.phpt; ./ext/standard/tests/strings/strnatcmp_leftalign.phpt; ./ext/standard/tests/strings/strspn_variation9.phpt; ./ext/standard/tests/strings/strncmp_variation9.phpt; ./ext/standard/tests/strings/fprintf_error.phpt; ./ext/standard/tests/strings/strrpos_variation3.phpt; ./ext/standard/tests/strings/strrpos_variation8.phpt; ./ext/standard/tests/strings/stripcslashes_basic.phpt; ./ext/standard/tests/strings/chunk_split_variation7.phpt; ./ext/standard/tests/strings/sscanf_basic2.phpt; ./ext/standard/tests/strings/unpack_error.phpt; ./ext/standard/tests/strings/bug49785.phpt; ./ext/standard/tests/strings/strtok_variation3.phpt; ./ext/standard/tests/strings/vsprintf_basic2.phpt; ./ext/standard/tests/strings/ucwords_variation3.phpt; ./ext/standard/tests/strings/strripos_variation4.phpt; ./ext/standard/tests/strings/bug40704.phpt; ./ext/standard/tests/strings/wordwrap_error.phpt; ./ext/standard/tests/strings/stripslashes_basic.phpt; ./ext/standard/tests/strings/strrev_variation3.phpt; ./ext/standard/tests/strings/strncmp_variation3.phpt; ./ext/standard/tests/strings/bug26817.phpt; ./ext/standard/tests/strings/printf_basic3.phpt; ./ext/standard/tests/strings/bug72663_2.phpt; ./ext/standard/tests/strings/ucwords_variation5.phpt; ./ext/standard/tests/strings/locale_independent_float_to_string.phpt; ./ext/standard/tests/strings/setlocale_basic1.phpt; ./ext/standard/tests/strings/007.phpt; ./ext/standard/tests/strings/print_variation1.phpt; ./ext/standard/tests/strings/chunk_split_basic.phpt; ./ext/standard/tests/strings/sprintf_variation46.phpt; ./ext/standard/tests/strings/vprintf_variation17.phpt; ./ext/standard/tests/strings/htmlspecialchars_decode_variation6.phpt; ./ext/standard/tests/strings/sprintf_variation10.phpt; ./ext/standard/tests/strings/strtok_variation7.phpt; ./ext/standard/tests/strings/quotemeta_basic.phpt; ./ext/standard/tests/strings/bug20927.phpt; ./ext/standard/tests/strings/bug78003.phpt; ./ext/standard/tests/strings/stristr.phpt; ./ext/standard/tests/strings/vfprintf_error3.phpt; ./ext/standard/tests/strings/sscanf_basic4.phpt; ./ext/standard/tests/strings/crc32_basic.phpt; ./ext/standard/tests/strings/chop_variation5.phpt; ./ext/standard/tests/strings/strrchr_variation5.phpt; ./ext/standard/tests/strings/parse_str_memory_error.phpt; ./ext/standard/tests/strings/bug54454.phpt; ./ext/standard/tests/strings/sprintf_variation15.phpt; ./ext/standard/tests/strings/strrev_basic.phpt; ./ext/standard/tests/strings/strip_tags_variation2.phpt; ./ext/standard/tests/strings/md5_file.phpt; ./ext/standard/tests/strings/bug72263.phpt; ./ext/standard/tests/strings/join_error.phpt; ./ext/standard/tests/strings/bug22224.phpt; ./ext/standard/tests/strings/strrpos_variation7.phpt; ./ext/standard/tests/strings/metaphone.phpt; ./ext/standard/tests/strings/strtr_empty_search_string.phpt; ./ext/standard/tests/strings/strrpos.phpt; ./ext/standard/tests/strings/strnatcasecmp_basic.phpt; ./ext/standard/tests/strings/ucwords_variation2.phpt; ./ext/standard/tests/strings/strip_tags_variation10.phpt; ./ext/standard/tests/strings/bug75075.phpt; ./ext/standard/tests/strings/join_variation5.phpt; ./ext/standard/tests/strings/strrev.phpt; ./ext/standard/tests/strings/bug53319.phpt; ./ext/standard/tests/strings/strrchr_variation3.phpt; ./ext/standard/tests/strings/str_replace_basic.phpt; ./ext/standard/tests/strings/get_html_translation_table_basic2.phpt; ./ext/standard/tests/strings/md5_basic1.phpt; ./ext/standard/tests/strings/strncmp_error.phpt; ./ext/standard/tests/strings/strrpos_variation13.phpt; ./ext/standard/tests/strings/default_charset.phpt; ./ext/standard/tests/strings/vsprintf_basic7.phpt; ./ext/standard/tests/strings/uuencode.phpt; ./ext/standard/tests/strings/vprintf_basic3.phpt; ./ext/standard/tests/strings/sprintf_basic3.phpt; ./ext/standard/tests/strings/ucwords_basic.phpt; ./ext/standard/tests/strings/bug55871.phpt; ./ext/standard/tests/strings/printf_basic9.phpt; ./ext/standard/tests/strings/printf_basic5.phpt; ./ext/standard/tests/strings/htmlentities16.phpt; ./ext/standard/tests/strings/strrev_variation1.phpt; ./ext/standard/tests/strings/sprintf_basic8_64bit.phpt; ./ext/standard/tests/strings/strings001.phpt; ./ext/standard/tests/strings/sprintf_variation52.phpt; ./ext/standard/tests/strings/bug50847.phpt; ./ext/standard/tests/strings/stripos_variation1.phpt; ./ext/standard/tests/strings/stripslashes_variation3.phpt; ./ext/standard/tests/strings/sprintf_f.phpt; ./ext/standard/tests/strings/htmlentities-utf-2.phpt; ./ext/standard/tests/strings/nl_langinfo_basic.phpt; ./ext/standard/tests/strings/vprintf_basic5.phpt; ./ext/standard/tests/strings/strrpos_variation2.phpt; ./ext/standard/tests/strings/stripos_variation8.phpt; ./ext/standard/tests/strings/str_getcsv_001.phpt; ./ext/standard/tests/strings/htmlentities05.phpt; ./ext/standard/tests/strings/sprintf_star.phpt; ./ext/standard/tests/strings/bug25707.phpt; ./ext/standard/tests/strings/vsprintf_basic7_64bit.phpt; ./ext/standard/tests/strings/vprintf_variation13_64bit.phpt; ./ext/standard/tests/strings/bug38322.phpt; ./ext/standard/tests/strings/sprintf_f_2.phpt; ./ext/standard/tests/strings/str_shuffle.phpt; ./ext/standard/tests/strings/sprintf_basic6.phpt; ./ext/standard/tests/strings/vfprintf_error4.phpt; ./ext/standard/tests/strings/dirname_multi_win.phpt; ./ext/standard/tests/strings/strcmp.phpt; ./ext/standard/tests/strings/strtolower.phpt; ./ext/standard/tests/strings/bug68636.phpt; ./ext/standard/tests/strings/crypt.phpt; ./ext/standard/tests/strings/strip_tags_variation4.phpt; ./ext/standard/tests/strings/sprintf_variation40_64bit.phpt; ./ext/standard/tests/strings/bug24312.phpt; ./ext/standard/tests/strings/strcspn_variation10.phpt; ./ext/standard/tests/strings/str_replace_variation3.phpt; ./ext/standard/tests/strings/stristr_variation2.phpt; ./ext/standard/tests/strings/vprintf_basic1.phpt; ./ext/standard/tests/strings/ltrim_error.phpt; ./ext/standard/tests/strings/wordwrap_basic.phpt; ./ext/standard/tests/strings/strtr_variation6.phpt; ./ext/standard/tests/strings/pack64_32.phpt; ./ext/standard/tests/strings/str_ends_with.phpt; ./ext/standard/tests/strings/stripos_basic1.phpt; ./ext/standard/tests/strings/sprintf_variation40.phpt; ./ext/standard/tests/strings/bug22207.phpt; ./ext/standard/tests/strings/htmlentities18.phpt; ./ext/standard/tests/strings/vprintf_variation13.phpt; ./ext/standard/tests/strings/htmlentities01.phpt; ./ext/standard/tests/strings/strtr_basic.phpt; ./ext/standard/tests/strings/vsprintf_basic5.phpt; ./ext/standard/tests/strings/bug73817.phpt; ./ext/standard/tests/strings/chunk_split_variation3.phpt; ./ext/standard/tests/strings/nl2br_variation1.phpt; ./ext/standard/tests/strings/str_starts_with.phpt; ./ext/standard/tests/strings/wordwrap_variation5.phpt; ./ext/standard/tests/strings/strcspn_basic.phpt; ./ext/standard/tests/strings/vfprintf_variation1.phpt; ./ext/standard/tests/strings/strstr.phpt; ./ext/standard/tests/strings/sprintf_variation28.phpt; ./ext/standard/tests/strings/basename.phpt; ./ext/standard/tests/strings/strrchr_variation4.phpt; ./ext/standard/tests/strings/strspn.phpt; ./ext/standard/tests/strings/sprintf_f_3.phpt; ./ext/standard/tests/strings/sprintf_basic4.phpt; ./ext/standard/tests/strings/strip_tags_variation6.phpt; ./ext/standard/tests/strings/strrchr.phpt; ./ext/standard/tests/strings/ltrim_basic.phpt; ./ext/standard/tests/strings/strrpos_variation12.phpt; ./ext/standard/tests/strings/strripos_variation5.phpt; ./ext/standard/tests/strings/strtok_variation4.phpt; ./ext/standard/tests/strings/strnatcasecmp_variation1.phpt; ./ext/standard/tests/strings/vprintf_variation14.phpt; ./ext/standard/tests/strings/stripslashes_variation4.phpt; ./ext/standard/tests/strings/bug26819.phpt; ./ext/standard/tests/strings/sapi_windows_cp_conv.phpt; ./ext/standard/tests/strings/sha1.phpt; ./ext/standard/tests/strings/vprintf_variation9.phpt; ./ext/standard/tests/strings/sprintf_basic2.phpt; ./ext/standard/tests/strings/sscanf_basic5.phpt; ./ext/standard/tests/strings/trim1.phpt; ./ext/standard/tests/strings/substr_int_min.phpt; ./ext/standard/tests/strings/strrpos_variation4.phpt; ./ext/standard/tests/strings/nl2br.phpt; ./ext/standard/tests/strings/strrpos_offset.phpt; ./ext/standard/tests/strings/stripos_basic2.phpt; ./ext/standard/tests/strings/substr_count_basic.phpt; ./ext/standard/tests/strings/dirname_basic.phpt; ./ext/standard/tests/strings/bug36148.phpt; ./ext/standard/tests/strings/str_replace_variation1.phpt; ./ext/standard/tests/strings/setlocale_basic3.phpt; ./ext/standard/tests/strings/substr_count_variation_001.phpt; ./ext/standard/tests/strings/chunk_split_variation9.phpt; ./ext/standard/tests/strings/soundex.phpt; ./ext/standard/tests/strings/chunk_split_variation12.phpt; ./ext/standard/tests/strings/strrpos_negative_offset.phpt; ./ext/standard/tests/strings/substr_count_variation_002.phpt; ./ext/standard/tests/strings/setlocale_variation1.phpt; ./ext/standard/tests/strings/bug70667.phpt; ./ext/standard/tests/strings/strpbrk_basic.phpt; ./ext/standard/tests/strings/strncasecmp_variation6.phpt; ./ext/standard/tests/strings/bug70487.phpt; ./ext/standard/tests/strings/substr_replace.phpt; ./ext/standard/tests/strings/sprintf_basic9.phpt; ./ext/standard/tests/strings/strncasecmp_basic.phpt; ./ext/standard/tests/strings/strripos_variation3.phpt; ./ext/standard/tests/strings/setlocale_variation3.phpt; ./ext/standard/tests/strings/basename_basic.phpt; ./ext/standard/tests/strings/vprintf_variation19.phpt; ./ext/standard/tests/strings/strncasecmp_variation8.phpt; ./ext/standard/tests/strings/chunk_split_variation1_32bit.phpt; ./ext/standard/tests/strings/chunk_split_variation5.phpt; ./ext/standard/tests/strings/htmlentities09.phpt; ./ext/standard/tests/strings/strncasecmp_variation7.phpt; ./ext/standard/tests/strings/str_replace_array_refs2.phpt; ./ext/standard/tests/strings/vprintf_basic9.phpt; ./ext/standard/tests/strings/htmlentities12.phpt; ./ext/standard/tests/strings/htmlentities24.phpt; ./ext/standard/tests/strings/addslashes_basic.phpt; ./ext/standard/tests/strings/bug71190.phpt; ./ext/standard/tests/strings/count_chars_basic.phpt; ./ext/standard/tests/strings/str_word_count1.phpt; ./ext/standard/tests/strings/strcasecmp.phpt; ./ext/standard/tests/strings/htmlentities25.phpt; ./ext/standard/tests/strings/vprintf_basic7.phpt; ./ext/standard/tests/strings/pack_A.phpt; ./ext/standard/tests/strings/vsprintf_basic4.phpt; ./ext/standard/tests/strings/htmlspecialchars_decode_basic.phpt; ./ext/standard/tests/strings/sprintf_basic8.phpt; ./ext/standard/tests/strings/basename_invalid_path.phpt; ./ext/standard/tests/strings/strcmp_unterminated.phpt; ./ext/standard/tests/strings/pack_float.phpt; ./ext/standard/tests/strings/dirname_variation.phpt; ./ext/standard/tests/strings/sprintf_basic7.phpt; ./ext/standard/tests/strings/007-win32.phpt; ./ext/standard/tests/strings/sscanf_basic6.phpt; ./ext/standard/tests/strings/strrchr_variation12.phpt; ./ext/standard/tests/strings/str_contains.phpt; ./ext/standard/tests/strings/strncasecmp_variation2.phpt; ./ext/standard/tests/strings/strip_tags_variation8.phpt; ./ext/standard/tests/strings/chunk_split_variation2_32bit.phpt; ./ext/standard/tests/strings/levenshtein.phpt; ./ext/standard/tests/strings/strncasecmp_error.phpt; ./ext/standard/tests/strings/levenshtein_bug_6562.phpt; ./ext/standard/tests/strings/bug72823.phpt; ./ext/standard/tests/strings/vprintf_variation4.phpt; ./ext/standard/tests/strings/lcfirst.phpt; ./ext/standard/tests/strings/strtr_variation4.phpt; ./ext/standard/tests/strings/strpos.phpt; ./ext/standard/tests/strings/bug70720.phpt; ./ext/standard/tests/strings/addcslashes_002.phpt; ./ext/standard/tests/strings/implode1.phpt; ./ext/standard/tests/strings/htmlentities10.phpt; ./ext/standard/tests/strings/bug46578.phpt; ./ext/standard/tests/strings/strlen.phpt; ./ext/standard/tests/strings/strrpos_variation6.phpt; ./ext/standard/tests/strings/strtoupper1.phpt; ./ext/standard/tests/strings/explode_variation7.phpt; ./ext/standard/tests/strings/sha1_basic.phpt; ./ext/standard/tests/strings/htmlentities11.phpt; ./ext/standard/tests/strings/hebrev_basic.phpt; ./ext/standard/tests/strings/strtr_with_reference.phpt; ./ext/standard/tests/strings/vprintf_basic2.phpt; ./ext/standard/tests/strings/join_basic.phpt; ./ext/standard/tests/strings/str_ireplace.phpt; ./ext/standard/tests/strings/vprintf_variation15.phpt; ./ext/standard/tests/strings/convert_uudecode_basic.phpt; ./ext/standard/tests/strings/vprintf_variation6.phpt; ./ext/standard/tests/strings/vsprintf_basic8.phpt; ./ext/standard/tests/strings/vprintf_variation18.phpt; ./ext/standard/tests/strings/strtr.phpt; ./ext/standard/tests/strings/str_pad_variation2.phpt; ./ext/standard/tests/strings/htmlentities23.phpt; ./ext/standard/tests/strings/vprintf_variation16_64bit.phpt; ./ext/standard/tests/strings/htmlentities08.phpt; ./ext/standard/tests/strings/bug77439.phpt; ./ext/standard/tests/strings/bug77853.phpt; ./ext/standard/tests/strings/levenshtein_error_conditions.phpt; ./ext/standard/tests/strings/strripos_variation2.phpt; ./ext/standard/tests/strings/hex2bin_basic.phpt; ./ext/standard/tests/strings/strspn_basic.phpt; ./ext/standard/tests/strings/strncmp_basic.phpt; ./ext/standard/tests/strings/get_html_translation_table_basic8.phpt; ./ext/standard/tests/strings/strval.phpt; ./ext/standard/tests/strings/str_word_count.phpt; ./ext/standard/tests/strings/printf_basic8.phpt; ./ext/standard/tests/strings/setlocale_error.phpt; ./ext/standard/tests/strings/basename_variation.phpt; ./ext/standard/tests/strings/sprintf_basic5.phpt; ./ext/standard/tests/strings/bug67252.phpt; ./ext/standard/tests/strings/bug42107.phpt; ./ext/standard/tests/strings/strtok_variation5.phpt; ./ext/standard/tests/strings/convert_uuencode_basic.phpt; ./ext/standard/tests/strings/strripos_variation6.phpt; ./ext/standard/tests/strings/str_split_variation4.phpt; ./ext/standard/tests/strings/printf_basic6.phpt; ./ext/standard/tests/strings/bug43927.phpt; ./ext/standard/tests/strings/bug55674.phpt; ./ext/standard/tests/strings/sprintf_variation47.phpt; ./ext/standard/tests/strings/htmlentities19.phpt; ./ext/standard/tests/strings/bug22187.phpt; ./ext/standard/tests/strings/chunk_split_variation4.phpt; ./ext/standard/tests/strings/explode.phpt; ./ext/standard/tests/strings/htmlspecialchars_decode_variation5.phpt; ./ext/standard/tests/strings/str_pad.phpt; ./ext/standard/tests/strings/join_variation4.phpt; ./ext/standard/tests/strings/show_source_variation2.phpt; ./ext/standard/tests/strings/htmlentities07.phpt; ./ext/standard/tests/strings/vprintf_variation4_64bit.phpt; ./ext/standard/tests/strings/htmlentities06.phpt; ./ext/standard/tests/strings/strripos_basic1.phpt; ./ext/standard/tests/strings/nl2br_variation2.phpt; ./ext/standard/tests/strings/strncmp_variation8.phpt; ./ext/standard/tests/strings/strtr_variation3.phpt; ./ext/standard/tests/strings/number_format_basic.phpt; ./ext/standard/tests/strings/get_html_translation_table_basic7.phpt; ./ext/standard/tests/strings/htmlentities13.phpt; ./ext/standard/tests/strings/strncasecmp_variation1.phpt; ./ext/standard/tests/strings/strtok_variation6.phpt; ./ext/standard/tests/strings/stripos_variation3.phpt; ./ext/standard/tests/strings/bug55451.phpt; ./ext/standard/tests/strings/highlight_file.phpt; ./ext/standard/tests/strings/strrpos_basic1.phpt; ./ext/standard/tests/strings/strrpos_basic2.phpt; ./ext/standard/tests/strings/chunk_split_variation13.phpt; ./ext/standard/tests/strings/basename_invalid_path_win.phpt; ./ext/standard/tests/strings/strtoupper1-win32.phpt; ./ext/standard/tests/strings/sprintf_basic7_64bit.phpt; ./ext/standard/tests/strings/strrchr_variation6.phpt; ./ext/standard/tests/strings/htmlentities_html4.phpt; ./ext/standard/tests/strings/printf_basic4.phpt; ./ext/standard/tests/strings/vfprintf_error1.phpt; ./ext/standard/tests/strings/levenshtein_bug_7368.phpt; ./ext/standard/tests/strings/bug73058.phpt; ./ext/standard/tests/strings/get_html_translation_table_basic9.phpt; ./ext/standard/tests/strings/strrchr_variation7.phpt; ./ext/standard/tests/strings/strcspn_variation12.phpt; ./ext/standard/tests/strings/strrev_variation2.phpt; ./ext/standard/tests/strings/bug54238.phpt; ./ext/standard/tests/strings/strcspn_variation6.phpt; ./ext/standard/tests/strings/strcspn_variation5.phpt; ./ext/standard/tests/strings/explode_variation4.phpt; ./ext/standard/tests/strings/strip_tags_basic2.phpt; ./ext/standard/tests/strings/sprintf_variation53.phpt; ./ext/standard/tests/strings/pathinfo.phpt; ./ext/standard/tests/strings/sprintf_variation3.phpt; ./ext/standard/tests/strings/strip_tags_variation7.phpt; ./ext/standard/tests/strings/bug72152.phpt; ./ext/standard/tests/strings/strpos_variation1.phpt; ./ext/standard/tests/strings/str_split_basic.phpt; ./ext/standard/tests/strings/strip_tags_array.phpt; ./ext/standard/tests/strings/bug54322.phpt; ./ext/standard/tests/strings/explode_variation6.phpt; ./ext/standard/tests/strings/bug27278.phpt; ./ext/standard/tests/strings/006.phpt; ./ext/standard/tests/strings/bug21453.phpt; ./ext/standard/tests/strings/bug20934.phpt; ./ext/standard/tests/strings/stristr2.phpt; ./ext/standard/tests/strings/vsprintf_basic1.phpt; ./ext/standard/tests/strings/strripos_basic2.phpt; ./ext/standard/tests/strings/setlocale_variation5.phpt; ./ext/standard/tests/strings/strncmp_variation7.phpt; ./ext/standard/tests/strings/str_repeat_variation1.phpt; ./ext/standard/tests/strings/htmlspecialchars_decode_variation4.phpt; ./ext/standard/tests/strings/bug72433.phpt; ./ext/standard/tests/strings/str_split_variation6.phpt; ./ext/standard/tests/strings/vprintf_basic6.phpt; ./ext/standard/tests/strings/strip_tags_variation11.phpt; ./ext/standard/tests/strings/bug35817.phpt; ./ext/standard/tests/strings/bug44703.phpt; ./ext/standard/tests/strings/rtrim_basic.phpt; ./ext/standard/tests/strings/stripos_variation12.phpt; ./ext/standard/tests/strings/sprintf_error.phpt; ./ext/standard/tests/strings/str_split_variation7.phpt; ./ext/standard/tests/strings/chunk_split_variation8.phpt; ./ext/standard/tests/strings/bug24098.phpt; ./ext/standard/tests/strings/strtok_basic.phpt; ./ext/standard/tests/strings/parse_str_basic4.phpt; ./ext/standard/tests/strings/crc32_variation2.phpt; ./ext/standard/tests/strings/bug40915.phpt; ./ext/standard/tests/strings/strspn_variation5.phpt; ./ext/standard/tests/strings/chunk_split_variation11.phpt; ./ext/standard/tests/strings/str_replace_variation2.phpt; ./ext/standard/tests/strings/sscanf_basic3.phpt; ./ext/standard/tests/strings/bug72100.phpt; ./ext/standard/tests/strings/stripos.phpt; ./ext/standard/tests/strings/strcspn.phpt; ./ext/standard/tests/strings/bug39621.phpt; ./ext/standard/tests/strings/vprintf_variation7.phpt; ./ext/standard/tests/math/bug62112.phpt; ./ext/standard/tests/math/pow_basiclong_64bit.phpt; ./ext/standard/tests/math/atanh_basiclong_64bit.phpt; ./ext/standard/tests/math/round_basiclong_64bit.phpt; ./ext/standard/tests/math/sin_variation.phpt; ./ext/standard/tests/math/floor_variation1.phpt; ./ext/standard/tests/math/sinh_basic.phpt; ./ext/standard/tests/math/asinh_basiclong_64bit.phpt; ./ext/standard/tests/math/hexdec_variation2.phpt; ./ext/standard/tests/math/dechex_basiclong_64bit.phpt; ./ext/standard/tests/math/rad2deg_variation.phpt; ./ext/standard/tests/math/is_finite_basiclong_64bit.phpt; ./ext/standard/tests/math/decoct_variation1.phpt; ./ext/standard/tests/math/sqrt_basiclong_64bit.phpt; ./ext/standard/tests/math/round_basic.phpt; ./ext/standard/tests/math/log1p_basic.phpt; ./ext/standard/tests/math/sin_basic.phpt; ./ext/standard/tests/math/rad2deg_basic.phpt; ./ext/standard/tests/math/base_convert_variation3.phpt; ./ext/standard/tests/math/tan_variation.phpt; ./ext/standard/tests/math/bug75514.phpt; ./ext/standard/tests/math/asinh_basic.phpt; ./ext/standard/tests/math/deg2rad_basiclong_64bit.phpt; ./ext/standard/tests/math/is_infinite_basiclong_64bit.phpt; ./ext/standard/tests/math/cos_variation.phpt; ./ext/standard/tests/math/atan_basiclong_64bit.phpt; ./ext/standard/tests/math/bindec_basiclong_64bit.phpt; ./ext/standard/tests/math/decoct_basic.phpt; ./ext/standard/tests/math/is_nan_basiclong_64bit.phpt; ./ext/standard/tests/math/log10_variation.phpt; ./ext/standard/tests/math/pow_variation1.phpt; ./ext/standard/tests/math/tanh_basic.phpt; ./ext/standard/tests/math/hypot_basic.phpt; ./ext/standard/tests/math/bindec_variation1_64bit.phpt; ./ext/standard/tests/math/acosh_variation.phpt; ./ext/standard/tests/math/rand_inverted_order.phpt; ./ext/standard/tests/math/is_nan_basic.phpt; ./ext/standard/tests/math/bindec_basic.phpt; ./ext/standard/tests/math/floorceil.phpt; ./ext/standard/tests/math/dechex_variation1.phpt; ./ext/standard/tests/math/dechex_basic.phpt; ./ext/standard/tests/math/asin_basic.phpt; ./ext/standard/tests/math/number_format_with_3_args.phpt; ./ext/standard/tests/math/bug21523.phpt; ./ext/standard/tests/math/pow_variation1_64bit.phpt; ./ext/standard/tests/math/log_basiclong_64bit.phpt; ./ext/standard/tests/math/round_prerounding.phpt; ./ext/standard/tests/math/rad2deg_basiclong_64bit.phpt; ./ext/standard/tests/math/log10_basic.phpt; ./ext/standard/tests/math/number_format_negative_zero.phpt; ./ext/standard/tests/math/pow_basic2.phpt; ./ext/standard/tests/math/ceil_basiclong_64bit.phpt; ./ext/standard/tests/math/decbin_basic.phpt; ./ext/standard/tests/math/tan_basiclong_64bit.phpt; ./ext/standard/tests/math/acosh_basic.phpt; ./ext/standard/tests/math/decbin_variation1.phpt; ./ext/standard/tests/math/deg2rad_variation.phpt; ./ext/standard/tests/math/fmod_basiclong_64bit.phpt; ./ext/standard/tests/math/tanh_basiclong_64bit.phpt; ./ext/standard/tests/math/floor_basiclong_64bit.phpt; ./ext/standard/tests/math/bug74039.phpt; ./ext/standard/tests/math/log10_basiclong_64bit.phpt; ./ext/standard/tests/math/exp_basic.phpt; ./ext/standard/tests/math/bindec_basic_64bit.phpt; ./ext/standard/tests/math/base_convert_variation2.phpt; ./ext/standard/tests/math/srand_basic.phpt; ./ext/standard/tests/math/round_large_exp.phpt; ./ext/standard/tests/math/hexdec_basiclong_64bit.phpt; ./ext/standard/tests/math/log1p_basiclong_64bit.phpt; ./ext/standard/tests/math/bug27646.phpt; ./ext/standard/tests/math/sqrt_basic.phpt; ./ext/standard/tests/math/octdec_variation2.phpt; ./ext/standard/tests/math/atanh_basic.phpt; ./ext/standard/tests/math/number_format_with_null_args.phpt; ./ext/standard/tests/math/cosh_basic.phpt; ./ext/standard/tests/math/abs_variation.phpt; ./ext/standard/tests/math/tanh_variation.phpt; ./ext/standard/tests/math/octdec_basic_64bit.phpt; ./ext/standard/tests/math/atan_variation.phpt; ./ext/standard/tests/math/cosh_basiclong_64bit.phpt; ./ext/standard/tests/math/fmod_basic.phpt; ./ext/standard/tests/math/hexdec_basic.phpt; ./ext/standard/tests/math/base_convert_variation1.phpt; ./ext/standard/tests/math/intdiv.phpt; ./ext/standard/tests/math/cos_basic.phpt; ./ext/standard/tests/math/intdiv_64bit.phpt; ./ext/standard/tests/math/decoct_variation1_64bit.phpt; ./ext/standard/tests/math/hexdec_basic_64bit.phpt; ./ext/standard/tests/math/asin_basiclong_64bit.phpt; ./ext/standard/tests/math/sqrt_variation.phpt; ./ext/standard/tests/math/dechex_variation1_64bit.phpt; ./ext/standard/tests/math/hexdec.phpt; ./ext/standard/tests/math/log_basic.phpt; ./ext/standard/tests/math/round_modes.phpt; ./ext/standard/tests/math/hypot_basiclong_64bit.phpt; ./ext/standard/tests/math/octdec_basic.phpt; ./ext/standard/tests/math/mt_srand_basic.phpt; ./ext/standard/tests/math/is_infinite_basic.phpt; ./ext/standard/tests/math/acos_basic.phpt; ./ext/standard/tests/math/hexdec_variation1_64bit.phpt; ./ext/standard/tests/math/ceil_variation1.phpt; ./ext/standard/tests/math/deg2rad_basic.phpt; ./ext/standard/tests/math/expm1_basiclong_64bit.phpt; ./ext/standard/tests/math/floor_basic.phpt; ./ext/standard/tests/math/decbin_variation1_64bit.phpt; ./ext/standard/tests/math/octdec_basiclong_64bit.phpt; ./ext/standard/tests/math/bug25665.phpt; ./ext/standard/tests/math/bindec_variation2.phpt; ./ext/standard/tests/math/expm1_basic.phpt; ./ext/standard/tests/math/constants_basic.phpt; ./ext/standard/tests/math/fdiv.phpt; ./ext/standard/tests/math/exp_basiclong_64bit.phpt; ./ext/standard/tests/math/hexdec_variation1.phpt; ./ext/standard/tests/math/mt_getrandmax_basic.phpt; ./ext/standard/tests/math/getrandmax_basic.phpt; ./ext/standard/tests/math/bug45712.phpt; ./ext/standard/tests/math/asinh_variation.phpt; ./ext/standard/tests/math/pow_variation2.phpt; ./ext/standard/tests/math/number_format_basic.phpt; ./ext/standard/tests/math/decoct_basiclong_64bit.phpt; ./ext/standard/tests/math/abs_basiclong_64bit.phpt; ./ext/standard/tests/math/tan_basic.phpt; ./ext/standard/tests/math/sinh_basiclong_64bit.phpt; ./ext/standard/tests/math/sin_basiclong_64bit.phpt; ./ext/standard/tests/math/atan_basic.phpt; ./ext/standard/tests/math/is_finite_basic.phpt; ./ext/standard/tests/math/octdec_variation1.phpt; ./ext/standard/tests/math/atan2_basic.phpt; ./ext/standard/tests/math/acos_basiclong_64bit.phpt; ./ext/standard/tests/math/atanh_variation.phpt; ./ext/standard/tests/math/cos_basiclong_64bit.phpt; ./ext/standard/tests/math/bindec_variation1.phpt; ./ext/standard/tests/math/abs_basic.phpt; ./ext/standard/tests/math/atan2_basiclong_64bit.phpt; ./ext/standard/tests/math/number_format_multichar.phpt; ./ext/standard/tests/math/sinh_variation.phpt; ./ext/standard/tests/math/asin_variation.phpt; ./ext/standard/tests/math/cosh_variation.phpt; ./ext/standard/tests/math/round_variation1.phpt; ./ext/standard/tests/math/acosh_basiclong_64bit.phpt; ./ext/standard/tests/math/decbin_basiclong_64bit.phpt; ./ext/standard/tests/math/acos_variation.phpt; ./ext/standard/tests/math/ceil_basic.phpt; ./ext/standard/tests/versioning/php_sapi_name.phpt; ./ext/standard/tests/general_functions/error_get_last.phpt; ./ext/standard/tests/general_functions/get_cfg_var_variation8.phpt; ./ext/standard/tests/general_functions/sys_getloadavg.phpt; ./ext/standard/tests/general_functions/is_callable_basic2.phpt; ./ext/standard/tests/general_functions/get_cfg_var_basic.phpt; ./ext/standard/tests/general_functions/var_export_basic2.phpt; ./ext/standard/tests/general_functions/bug41445.phpt; ./ext/standard/tests/general_functions/intval_binary_prefix.phpt; ./ext/standard/tests/general_functions/proc_open_sockets1.phpt; ./ext/standard/tests/general_functions/parse_ini_string_003.phpt; ./ext/standard/tests/general_functions/gettype_settype_variation8.phpt; ./ext/standard/tests/general_functions/008.phpt; ./ext/standard/tests/general_functions/bug69646.phpt; ./ext/standard/tests/general_functions/bug77844.phpt; ./ext/standard/tests/general_functions/is_bool.phpt; ./ext/standard/tests/general_functions/intval.phpt; ./ext/standard/tests/general_functions/phpcredits.phpt; ./ext/standard/tests/general_functions/getopt_008.phpt; ./ext/standard/tests/general_functions/var_export_basic6.phpt; ./ext/standard/tests/general_functions/ob_get_flush_basic.phpt; ./ext/standard/tests/general_functions/bug72300.phpt; ./ext/standard/tests/general_functions/print_r_64bit.phpt; ./ext/standard/tests/general_functions/proc_open_sockets3.phpt; ./ext/standard/tests/general_functions/include_path.phpt; ./ext/standard/tests/general_functions/get_cfg_var_variation7.phpt; ./ext/standard/tests/general_functions/get_cfg_var_variation9.phpt; ./ext/standard/tests/general_functions/putenv_bug75574_cp936_win.phpt; ./ext/standard/tests/general_functions/getopt_004.phpt; ./ext/standard/tests/general_functions/bug41518.phpt; ./ext/standard/tests/general_functions/get_loaded_extensions_basic.phpt; ./ext/standard/tests/general_functions/type.phpt; ./ext/standard/tests/general_functions/gettype_settype_variation2.phpt; ./ext/standard/tests/general_functions/005.phpt; ./ext/standard/tests/general_functions/var_dump.phpt; ./ext/standard/tests/general_functions/parse_ini_basic.phpt; ./ext/standard/tests/general_functions/boolval.phpt; ./ext/standard/tests/general_functions/getservbyname_variation2.phpt; ./ext/standard/tests/general_functions/getopt.phpt; ./ext/standard/tests/general_functions/bug43293_1.phpt; ./ext/standard/tests/general_functions/is_float.phpt; ./ext/standard/tests/general_functions/get_included_files.phpt; ./ext/standard/tests/general_functions/parse_ini_string_002.phpt; ./ext/standard/tests/general_functions/is_float_64bit.phpt; ./ext/standard/tests/general_functions/proc_open_pipes1.phpt; ./ext/standard/tests/general_functions/is_object.phpt; ./ext/standard/tests/general_functions/php_uname_basic.phpt; ./ext/standard/tests/general_functions/bug46587.phpt; ./ext/standard/tests/general_functions/phpinfo.phpt; ./ext/standard/tests/general_functions/getservbyname_basic.phpt; ./ext/standard/tests/general_functions/var_export_basic1.phpt; ./ext/standard/tests/general_functions/proc_nice_variation2.phpt; ./ext/standard/tests/general_functions/bug39322.phpt; ./ext/standard/tests/general_functions/get_cfg_var_variation5.phpt; ./ext/standard/tests/general_functions/dl-cve-2007-4887.phpt; ./ext/standard/tests/general_functions/is_callable_variation2.phpt; ./ext/standard/tests/general_functions/var_export_basic1_32.phpt; ./ext/standard/tests/general_functions/bug41970.phpt; ./ext/standard/tests/general_functions/get_resource_type_basic.phpt; ./ext/standard/tests/general_functions/bug70157.phpt; ./ext/standard/tests/general_functions/getservbyname_variation4.phpt; ./ext/standard/tests/general_functions/phpinfo2.phpt; ./ext/standard/tests/general_functions/is_countable_with_variables.phpt; ./ext/standard/tests/general_functions/get_extension_funcs_basic.phpt; ./ext/standard/tests/general_functions/getrusage.phpt; ./ext/standard/tests/general_functions/is_callable_variation1.phpt; ./ext/standard/tests/general_functions/proc_open02.phpt; ./ext/standard/tests/general_functions/putenv.phpt; ./ext/standard/tests/general_functions/bug43293_2.phpt; ./ext/standard/tests/general_functions/var_export-locale_32.phpt; ./ext/standard/tests/general_functions/bug47859.phpt; ./ext/standard/tests/general_functions/escapeshellarg_basic-win32.phpt; ./ext/standard/tests/general_functions/call_user_func_return.phpt; ./ext/standard/tests/general_functions/parse_ini_string_error.phpt; ./ext/standard/tests/general_functions/proc_open_null.phpt; ./ext/standard/tests/general_functions/ini_set_types.phpt; ./ext/standard/tests/general_functions/is_callable_basic1.phpt; ./ext/standard/tests/general_functions/head.phpt; ./ext/standard/tests/general_functions/intval_variation1.phpt; ./ext/standard/tests/general_functions/getopt_003.phpt; ./ext/standard/tests/general_functions/escapeshellarg_basic-win32-mb.phpt; ./ext/standard/tests/general_functions/get_cfg_var_variation2.phpt; ./ext/standard/tests/general_functions/bug40752.phpt; ./ext/standard/tests/general_functions/get_defined_vars_basic.phpt; ./ext/standard/tests/general_functions/bug70947.phpt; ./ext/standard/tests/general_functions/gettype_settype_variation1.phpt; ./ext/standard/tests/general_functions/proc_nice_variation5.phpt; ./ext/standard/tests/general_functions/bug70018.phpt; ./ext/standard/tests/general_functions/bug49847.phpt; ./ext/standard/tests/general_functions/proc_open_pipes2.phpt; ./ext/standard/tests/general_functions/is_numeric.phpt; ./ext/standard/tests/general_functions/getservbyname_variation12.phpt; ./ext/standard/tests/general_functions/get_defined_constants_basic.phpt; ./ext/standard/tests/general_functions/gettype_settype_variation3.phpt; ./ext/standard/tests/general_functions/connection_status.phpt; ./ext/standard/tests/general_functions/dl-full-path-not-supported.phpt; ./ext/standard/tests/general_functions/ini_get_all.phpt; ./ext/standard/tests/general_functions/var_export-locale.phpt; ./ext/standard/tests/general_functions/bug50690.phpt; ./ext/standard/tests/general_functions/is_iterable.phpt; ./ext/standard/tests/general_functions/bug47857.phpt; ./ext/standard/tests/general_functions/var_export_basic5.phpt; ./ext/standard/tests/general_functions/http_response_code.phpt; ./ext/standard/tests/general_functions/get_cfg_var_array.phpt; ./ext/standard/tests/general_functions/var_export_basic4.phpt; ./ext/standard/tests/general_functions/gettype_settype_variation6.phpt; ./ext/standard/tests/general_functions/is_null.phpt; ./ext/standard/tests/general_functions/connection_aborted.phpt; ./ext/standard/tests/general_functions/getenv.phpt; ./ext/standard/tests/general_functions/rand.phpt; ./ext/standard/tests/general_functions/getservbyname_variation11.phpt; ./ext/standard/tests/general_functions/is_array.phpt; ./ext/standard/tests/general_functions/phpcredits2.phpt; ./ext/standard/tests/general_functions/bug41445_1.phpt; ./ext/standard/tests/general_functions/bug49692.phpt; ./ext/standard/tests/general_functions/gettype_settype_variation5.phpt; ./ext/standard/tests/general_functions/floatval.phpt; ./ext/standard/tests/general_functions/getservbyport_variation1.phpt; ./ext/standard/tests/general_functions/getservbyname_variation14.phpt; ./ext/standard/tests/general_functions/ob_get_flush_error.phpt; ./ext/standard/tests/general_functions/getopt_005.phpt; ./ext/standard/tests/general_functions/getopt_007.phpt; ./ext/standard/tests/general_functions/var_export_basic7.phpt; ./ext/standard/tests/general_functions/bug76717.phpt; ./ext/standard/tests/general_functions/is_resource_basic.phpt; ./ext/standard/tests/general_functions/getservbyname_variation5.phpt; ./ext/standard/tests/general_functions/uniqid_basic.phpt; ./ext/standard/tests/general_functions/escapeshellarg_variation1.phpt; ./ext/standard/tests/general_functions/bug52138.phpt; ./ext/standard/tests/general_functions/getopt_006.phpt; ./ext/standard/tests/general_functions/getopt_002.phpt; ./ext/standard/tests/general_functions/dl-check-enabled.phpt; ./ext/standard/tests/general_functions/bug50732.phpt; ./ext/standard/tests/general_functions/is_scalar.phpt; ./ext/standard/tests/general_functions/php_uname_error.phpt; ./ext/standard/tests/general_functions/gettype_settype_variation7.phpt; ./ext/standard/tests/general_functions/isset_basic2.phpt; ./ext/standard/tests/general_functions/bug29038.phpt; ./ext/standard/tests/general_functions/closures_002.phpt; ./ext/standard/tests/general_functions/is_int_64bit.phpt; ./ext/standard/tests/general_functions/escapeshellarg_variation1-win32.phpt; ./ext/standard/tests/general_functions/escapeshellarg_basic.phpt; ./ext/standard/tests/general_functions/settype_typed_property.phpt; ./ext/standard/tests/general_functions/proc_open_redirect.phpt; ./ext/standard/tests/general_functions/parse_ini_string_bug76068.phpt; ./ext/standard/tests/general_functions/is_int.phpt; ./ext/standard/tests/general_functions/is_countable_with_classes.phpt; ./ext/standard/tests/general_functions/floatval_basic.phpt; ./ext/standard/tests/general_functions/ob_get_length_basic.phpt; ./ext/standard/tests/general_functions/bug27678.phpt; ./ext/standard/tests/general_functions/call_user_func_array_variation_001.phpt; ./ext/standard/tests/general_functions/bug49056.phpt; ./ext/standard/tests/general_functions/proc_nice_basic.phpt; ./ext/standard/tests/general_functions/proc_open_pipes3.phpt; ./ext/standard/tests/general_functions/floatval_variation1.phpt; ./ext/standard/tests/general_functions/gettype_settype_basic.phpt; ./ext/standard/tests/general_functions/getservbyname_variation7.phpt; ./ext/standard/tests/general_functions/strval.phpt; ./ext/standard/tests/general_functions/bug48768.phpt; ./ext/standard/tests/general_functions/error_clear_last.phpt; ./ext/standard/tests/general_functions/get_cfg_var_variation4.phpt; ./ext/standard/tests/general_functions/is_resource.phpt; ./ext/standard/tests/general_functions/putenv_bug75574_utf8.phpt; ./ext/standard/tests/general_functions/getopt_009.phpt; ./ext/standard/tests/general_functions/proc_open_sockets2.phpt; ./ext/standard/tests/general_functions/bug43293_3.phpt; ./ext/standard/tests/general_functions/getmypid_basic.phpt; ./ext/standard/tests/general_functions/bug48660.phpt; ./ext/standard/tests/general_functions/var_export_basic3.phpt; ./ext/standard/tests/general_functions/is_string.phpt; ./ext/standard/tests/general_functions/escapeshellcmd-win32.phpt; ./ext/standard/tests/general_functions/get_include_path_basic.phpt; ./ext/standard/tests/general_functions/parse_ini_file.phpt; ./ext/standard/tests/general_functions/bug72920.phpt; ./ext/standard/tests/general_functions/gettype_settype_variation4.phpt; ./ext/standard/tests/general_functions/parse_ini_booleans.phpt; ./ext/standard/tests/general_functions/is_callable_abstract_method.phpt; ./ext/standard/tests/general_functions/getservbyname_variation9.phpt; ./ext/standard/tests/general_functions/print_r.phpt; ./ext/standard/tests/general_functions/bug79254.phpt; ./ext/standard/tests/general_functions/var_dump_64bit.phpt; ./ext/standard/tests/mail/mail_basic2.phpt; ./ext/standard/tests/mail/bug69874.phpt; ./ext/standard/tests/mail/mail_basic5.phpt; ./ext/standard/tests/mail/bug66535.phpt; ./ext/standard/tests/mail/bug47983.phpt; ./ext/standard/tests/mail/mail_basic7.phpt; ./ext/standard/tests/mail/mail_variation2.phpt; ./ext/standard/tests/mail/mail_variation1.phpt; ./ext/standard/tests/mail/mail_basic.phpt; ./ext/standard/tests/mail/bug69874_2.phpt; ./ext/standard/tests/mail/bug73203.phpt; ./ext/standard/tests/mail/bug51604.phpt; ./ext/standard/tests/mail/mail_basic6.phpt; ./ext/standard/tests/mail/bug80706.phpt; ./ext/standard/tests/mail/bug54298.phpt; ./ext/standard/tests/mail/mail_log.phpt; ./ext/standard/tests/assert/assert_return_value.phpt; ./ext/standard/tests/assert/assert_basic6.phpt; ./ext/standard/tests/assert/assert_basic2.phpt; ./ext/standard/tests/assert/assert_basic5.phpt; ./ext/standard/tests/assert/assert_basic1.phpt; ./ext/standard/tests/assert/assert_basic.phpt; ./ext/standard/tests/assert/assert_error2.phpt; ./ext/standard/tests/assert/assert_variation.phpt; ./ext/standard/tests/assert/assert_basic3.phpt; ./ext/standard/tests/assert/bug80290.phpt; ./ext/standard/tests/streams/bug60455_04.phpt; ./ext/standard/tests/streams/bug72857.phpt; ./ext/standard/tests/streams/bug78506.phpt; ./ext/standard/tests/streams/stream_get_meta_data_file_basic.phpt; ./ext/standard/tests/streams/bug64166.phpt; ./ext/standard/tests/streams/bug75031.phpt; ./ext/standard/tests/streams/stream_context_tcp_nodelay_fopen.phpt; ./ext/standard/tests/streams/proc_open_bug51800_right2.phpt; ./ext/standard/tests/streams/bug44818.phpt; ./ext/standard/tests/streams/bug60455_01.phpt; ./ext/standard/tests/streams/stream_multi_filters_close.phpt; ./ext/standard/tests/streams/bug78662.phpt; ./ext/standard/tests/streams/bug76943.phpt; ./ext/standard/tests/streams/stream_get_line_nb.phpt; ./ext/standard/tests/streams/bug77765.phpt; ./ext/standard/tests/streams/bug61371.phpt; ./ext/standard/tests/streams/stream_context_get_params_001.phpt; ./ext/standard/tests/streams/bug54946.phpt; ./ext/standard/tests/streams/stream_get_meta_data_dir_basic.phpt; ./ext/standard/tests/streams/bug53427.phpt; ./ext/standard/tests/streams/bug64770.phpt; ./ext/standard/tests/streams/bug74556.phpt; ./ext/standard/tests/streams/bug60602.phpt; ./ext/standard/tests/streams/stream_get_meta_data_file_variation4.phpt; ./ext/standard/tests/streams/bug79984.phpt; ./ext/standard/tests/streams/proc_open_bug60120.phpt; ./ext/standard/tests/streams/bug49936_win32.phpt; ./ext/standard/tests/streams/nonblocking_stdin.phpt; ./ext/standard/tests/streams/proc_open_bug51800_right.phpt; ./ext/standard/tests/streams/bug78326.phpt; ./ext/standard/tests/streams/stream_get_contents_002.phpt; ./ext/standard/tests/streams/stream_context_set_option_basic.phpt; ./ext/standard/tests/streams/stream_get_meta_data_socket_variation3.phpt; ./ext/standard/tests/streams/bug65483.phpt; ./ext/standard/tests/streams/stream_context_tcp_nodelay.phpt; ./ext/standard/tests/streams/bug61371-unix.phpt; ./ext/standard/tests/streams/stream_set_chunk_size.phpt; ./ext/standard/tests/streams/stream_copy_to_stream_socket.phpt; ./ext/standard/tests/streams/stream_get_wrappers.phpt; ./ext/standard/tests/streams/bug74090.phpt; ./ext/standard/tests/streams/stream_set_timeout_error.phpt; ./ext/standard/tests/streams/stream_get_meta_data_file_variation2.phpt; ./ext/standard/tests/streams/user_streams_consumed_bug.phpt; ./ext/standard/tests/streams/opendir-002.phpt; ./ext/standard/tests/streams/stream_get_meta_data_socket_basic.phpt; ./ext/standard/tests/streams/stream_filter_register.phpt; ./ext/standard/tests/streams/bug49936.phpt; ./ext/standard/tests/streams/stream_get_meta_data_file_error.phpt; ./ext/standard/tests/streams/stream_get_meta_data_process_basic.phpt; ./ext/standard/tests/streams/bug64166_2.phpt; ./ext/standard/tests/streams/stream_socket_get_name.phpt; ./ext/standard/tests/streams/stream_resolve_include_path.phpt; ./ext/standard/tests/streams/bug70198.phpt; ./ext/standard/tests/streams/bug64166_3.phpt; ./ext/standard/tests/streams/opendir-003.phpt; ./ext/standard/tests/streams/bug79467.phpt; ./ext/standard/tests/streams/stream_get_meta_data_socket_variation4.phpt; ./ext/standard/tests/streams/bug60817.phpt; ./ext/standard/tests/streams/stream_get_line_NUL_delimiter.phpt; ./ext/standard/tests/streams/bug78902.phpt; ./ext/standard/tests/streams/stream_get_meta_data_socket_variation1.phpt; ./ext/standard/tests/streams/opendir-001.phpt; ./ext/standard/tests/streams/bug77080.phpt; ./ext/standard/tests/streams/proc_open_bug51800.phpt; ./ext/standard/tests/streams/set_file_buffer.phpt; ./ext/standard/tests/streams/bug73457.phpt; ./ext/standard/tests/streams/bug63240.phpt; ./ext/standard/tests/streams/bug54623.phpt; ./ext/standard/tests/streams/stream_select_preserve_keys.phpt; ./ext/standard/tests/streams/bug72853.phpt; ./ext/standard/tests/streams/eagain_is_not_an_error.phpt; ./ext/standard/tests/streams/bug62922.phpt; ./ext/standard/tests/streams/bug78883.phpt; ./ext/standard/tests/streams/stream_is_local.phpt; ./ext/standard/tests/streams/stream_get_meta_data_file_variation5.phpt; ./ext/standard/tests/streams/opendir-004.phpt; ./ext/standard/tests/streams/proc_open_bug64438.phpt; ./ext/standard/tests/streams/stream_get_meta_data_socket_variation2.phpt; ./ext/standard/tests/streams/bug48309.phpt; ./ext/standard/tests/streams/bug60455_03.phpt; ./ext/standard/tests/streams/bug78326_1.phpt; ./ext/standard/tests/streams/stream_socket_pair.phpt; ./ext/standard/tests/streams/bug46024.phpt; ./ext/standard/tests/streams/bug60455_02.phpt; ./ext/standard/tests/streams/stream_get_meta_data_file_variation1.phpt; ./ext/standard/tests/streams/bug68948.phpt; ./ext/standard/tests/streams/stream_get_contents_negative_length.phpt; ./ext/standard/tests/streams/bug71323.phpt; ./ext/standard/tests/streams/bug72771.phpt; ./ext/standard/tests/streams/bug70362.phpt; ./ext/standard/tests/streams/bug79000.phpt; ./ext/standard/tests/streams/stream_socket_recvfrom.phpt; ./ext/standard/tests/streams/bug47997.phpt; ./ext/standard/tests/streams/bug72534.phpt; ./ext/standard/tests/hrtime/hrtime_array.phpt; ./ext/pspell/tests/005.phpt; ./ext/pspell/tests/002.phpt; ./ext/pspell/tests/004.phpt; ./ext/pspell/tests/003.phpt; ./ext/readline/tests/readline_read_history_open_basedir_001.phpt; ./ext/readline/tests/readline_info_001.phpt; ./ext/readline/tests/readline_read_history_error_001.phpt; ./ext/readline/tests/readline_without_input.phpt; ./ext/readline/tests/readline_add_history_001.phpt; ./ext/readline/tests/libedit_info_001-win32.phpt; ./ext/readline/tests/libedit_callback_handler_remove_001.phpt; ./ext/readline/tests/readline_callback_handler_remove_001.phpt; ./ext/readline/tests/bug77812-libedit.phpt; ./ext/readline/tests/readline_callback_handler_install_001.phpt; ./ext/readline/tests/readline_completion_function_001.phpt; ./ext/readline/tests/libedit_write_history_001-win32.phpt; ./ext/readline/tests/readline_write_history_001.phpt; ./ext/readline/tests/libedit_write_history_001.phpt; ./ext/readline/tests/libedit_callback_handler_install_001.phpt; ./ext/readline/tests/libedit_info_001.phpt; ./ext/readline/tests/bug77812-readline.phpt; ./ext/readline/tests/readline_clear_history_001.phpt; ./ext/readline/tests/readline_list_history_001.phpt; ./ext/readline/tests/readline_read_history_001.phpt; ./ext/readline/tests/readline_basic.phpt; ./ext/readline/tests/readline_write_history_open_basedir_001.phpt; ./ext/tokenizer/tests/token_get_all_variation3.phpt; ./ext/tokenizer/tests/bug26463.phpt; ./ext/tokenizer/tests/token_get_all_variation11.phpt; ./ext/tokenizer/tests/PhpToken_constructor.phpt; ./ext/tokenizer/tests/token_get_all_variation15.phpt; ./ext/tokenizer/tests/attributes.phpt; ./ext/tokenizer/tests/token_get_all_variation4.phpt; ./ext/tokenizer/tests/token_get_all_variation7.phpt; ./ext/tokenizer/tests/PhpToken_extension_errors.phpt; ./ext/tokenizer/tests/002.phpt; ./ext/tokenizer/tests/token_get_all_variation17.phpt; ./ext/tokenizer/tests/PhpToken_toString.phpt; ./ext/tokenizer/tests/PhpToken_methods.phpt; ./ext/tokenizer/tests/token_get_all_variation13.phpt; ./ext/tokenizer/tests/token_get_all_variation18.phpt; ./ext/tokenizer/tests/bug76437.phpt; ./ext/tokenizer/tests/token_get_all_variation5.phpt; ./ext/tokenizer/tests/token_get_all_variation8.phpt; ./ext/tokenizer/tests/PhpToken_tokenize.phpt; ./ext/tokenizer/tests/token_get_all_variation19.phpt; ./ext/tokenizer/tests/bug67395.phpt; ./ext/tokenizer/tests/token_get_all_variation6.phpt; ./ext/tokenizer/tests/parse_errors.phpt; ./ext/tokenizer/tests/invalid_large_octal_with_underscores.phpt; ./ext/tokenizer/tests/token_get_all_variation12.phpt; ./ext/tokenizer/tests/token_get_all_variation9.phpt; ./ext/tokenizer/tests/token_get_all_variation16.phpt; ./ext/tokenizer/tests/003.phpt; ./ext/tokenizer/tests/token_get_all_variation10.phpt; ./ext/tokenizer/tests/token_get_all_basic.phpt; ./ext/tokenizer/tests/bug54089.phpt; ./ext/tokenizer/tests/token_get_all_variation2.phpt; ./ext/tokenizer/tests/no_inline_html_split.phpt; ./ext/tokenizer/tests/bug60097.phpt; ./ext/tokenizer/tests/token_get_all_variation14.phpt; ./ext/date/tests/DateTime_createFromInterface-002.phpt; ./ext/date/tests/timezone_offset_get_basic1.phpt; ./ext/date/tests/strtotime3-64bit.phpt; ./ext/date/tests/gmstrftime_variation9.phpt; ./ext/date/tests/date_sun_info_001.phpt; ./ext/date/tests/timestamp-in-dst.phpt; ./ext/date/tests/strtotime-mysql.phpt; ./ext/date/tests/bug52290.phpt; ./ext/date/tests/strtotime-mysql-64bit.phpt; ./ext/date/tests/bug35885.phpt; ./ext/date/tests/bug35218.phpt; ./ext/date/tests/bug66836.phpt; ./ext/date/tests/gmdate_variation12_64bits.phpt; ./ext/date/tests/localtime_variation5.phpt; ./ext/date/tests/009_win32.phpt; ./ext/date/tests/getdate_variation6.phpt; ./ext/date/tests/DateTimeImmutable_modify_invalid_format.phpt; ./ext/date/tests/bug70153.phpt; ./ext/date/tests/008.phpt; ./ext/date/tests/bug51994.phpt; ./ext/date/tests/big_year.phpt; ./ext/date/tests/bug69587.phpt; ./ext/date/tests/bug73091.phpt; ./ext/date/tests/idate_variation4.phpt; ./ext/date/tests/timezone_name_from_abbr_basic1.phpt; ./ext/date/tests/gmdate_variation5.phpt; ./ext/date/tests/DateTimeZone_listIdentifiers_basic1.phpt; ./ext/date/tests/checkdate_basic1.phpt; ./ext/date/tests/strftime_variation16.phpt; ./ext/date/tests/idate_basic.phpt; ./ext/date/tests/bug60236.phpt; ./ext/date/tests/oo_002.phpt; ./ext/date/tests/date_sunrise_and_sunset_basic.phpt; ./ext/date/tests/DateTimeImmutable_set_state.phpt; ./ext/date/tests/DateTimeZone_set_state.phpt; ./ext/date/tests/gmstrftime_variation13.phpt; ./ext/date/tests/bug45682.phpt; ./ext/date/tests/date_timestamp_set_nullparam2.phpt; ./ext/date/tests/bug52113.phpt; ./ext/date/tests/gmstrftime_variation14.phpt; ./ext/date/tests/getdate_variation4.phpt; ./ext/date/tests/DateTimeZone_construct_basic.phpt; ./ext/date/tests/gmdate_variation6.phpt; ./ext/date/tests/getdate_variation3.phpt; ./ext/date/tests/strftime_variation15.phpt; ./ext/date/tests/DateTime_createFromImmutable-001.phpt; ./ext/date/tests/bug69089.phpt; ./ext/date/tests/bug66721.phpt; ./ext/date/tests/bug48058.phpt; ./ext/date/tests/strftime_variation20.phpt; ./ext/date/tests/date_create_basic.phpt; ./ext/date/tests/mktime_error.phpt; ./ext/date/tests/bug55397.phpt; ./ext/date/tests/bug44780.phpt; ./ext/date/tests/005.phpt; ./ext/date/tests/bug35425.phpt; ./ext/date/tests/bug74080.phpt; ./ext/date/tests/bug65548.phpt; ./ext/date/tests/bug70810.phpt; ./ext/date/tests/bug37616.phpt; ./ext/date/tests/timezones.phpt; ./ext/date/tests/DateTime_clone_basic4.phpt; ./ext/date/tests/bug53437_var4.phpt; ./ext/date/tests/date_sub_basic.phpt; ./ext/date/tests/date_get_last_errors_basic.phpt; ./ext/date/tests/DatePeriod_getter.phpt; ./ext/date/tests/timezone_identifiers_list_wrong_constructor.phpt; ./ext/date/tests/bug73426.phpt; ./ext/date/tests/date_constants.phpt; ./ext/date/tests/strtotime3.phpt; ./ext/date/tests/gmstrftime_variation5.phpt; ./ext/date/tests/bug36510.phpt; ./ext/date/tests/004.phpt; ./ext/date/tests/bug67308.phpt; ./ext/date/tests/DateTimeZone_getTransitions_basic1.phpt; ./ext/date/tests/DateTimeZone_serialize_type_3.phpt; ./ext/date/tests/bug51393.phpt; ./ext/date/tests/bug78751.phpt; ./ext/date/tests/strftime_variation4.phpt; ./ext/date/tests/bug53437.phpt; ./ext/date/tests/gmmktime_variation9_64bits.phpt; ./ext/date/tests/011.phpt; ./ext/date/tests/DateTime_compare_basic1.phpt; ./ext/date/tests/date_interval_create_from_date_string_nullparam.phpt; ./ext/date/tests/bug48476.phpt; ./ext/date/tests/date_interval_create_from_date_string_broken.phpt; ./ext/dat |