Import php8.2_8.2.7.orig.tar.xz
authorOndřej Surý <ondrej@debian.org>
Fri, 9 Jun 2023 06:51:32 +0000 (08:51 +0200)
committerOndřej Surý <ondrej@debian.org>
Fri, 9 Jun 2023 06:51:32 +0000 (08:51 +0200)
commitbacdffdb09af832084ad2c530d935915532b4d75
treea2cb275ccc52b884fba924ba72bedca5d13427ea
Import php8.2_8.2.7.orig.tar.xz

[dgit import orig php8.2_8.2.7.orig.tar.xz]
21893 files changed:
.appveyor.yml [new file with mode: 0644]
.cirrus.yml [new file with mode: 0644]
.editorconfig [new file with mode: 0644]
.gdbinit [new file with mode: 0644]
.gitattributes [new file with mode: 0644]
.github/ISSUE_TEMPLATE/bug_report.yml [new file with mode: 0644]
.github/ISSUE_TEMPLATE/config.yml [new file with mode: 0644]
.github/ISSUE_TEMPLATE/feature_request.yml [new file with mode: 0644]
.github/actions/apt-x32/action.yml [new file with mode: 0644]
.github/actions/apt-x64/action.yml [new file with mode: 0644]
.github/actions/brew/action.yml [new file with mode: 0644]
.github/actions/build-libmysqlclient/action.yml [new file with mode: 0644]
.github/actions/configure-macos/action.yml [new file with mode: 0644]
.github/actions/configure-x32/action.yml [new file with mode: 0644]
.github/actions/configure-x64/action.yml [new file with mode: 0644]
.github/actions/install-linux-x32/action.yml [new file with mode: 0644]
.github/actions/install-linux/action.yml [new file with mode: 0644]
.github/actions/notify-slack/action.yml [new file with mode: 0644]
.github/actions/setup-mssql/action.yml [new file with mode: 0644]
.github/actions/setup-oracle/action.yml [new file with mode: 0644]
.github/actions/setup-x64/action.yml [new file with mode: 0644]
.github/actions/test-libmysqlclient/action.yml [new file with mode: 0644]
.github/actions/test-linux/action.yml [new file with mode: 0644]
.github/actions/test-macos/action.yml [new file with mode: 0644]
.github/actions/verify-generated-files/action.yml [new file with mode: 0644]
.github/labeler.yml [new file with mode: 0644]
.github/lsan-suppressions.txt [new file with mode: 0644]
.github/nightly_matrix.php [new file with mode: 0644]
.github/scripts/setup-slapd.sh [new file with mode: 0755]
.github/scripts/windows/build.bat [new file with mode: 0644]
.github/scripts/windows/build_task.bat [new file with mode: 0644]
.github/scripts/windows/find-target-branch.bat [new file with mode: 0644]
.github/scripts/windows/test.bat [new file with mode: 0644]
.github/scripts/windows/test_task.bat [new file with mode: 0644]
.github/workflows/close-needs-feedback.yml [new file with mode: 0644]
.github/workflows/close-stale-feature-requests.yml [new file with mode: 0644]
.github/workflows/close-stale-prs.yml [new file with mode: 0644]
.github/workflows/labeler.yml [new file with mode: 0644]
.github/workflows/nightly.yml [new file with mode: 0644]
.github/workflows/push.yml [new file with mode: 0644]
.github/workflows/remove-needs-feedback.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
CODING_STANDARDS.md [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
EXTENSIONS [new file with mode: 0644]
LICENSE [new file with mode: 0644]
NEWS [new file with mode: 0644]
README.REDIST.BINS [new file with mode: 0644]
README.md [new file with mode: 0644]
TSRM/LICENSE [new file with mode: 0644]
TSRM/TSRM.c [new file with mode: 0644]
TSRM/TSRM.h [new file with mode: 0644]
TSRM/config.w32 [new file with mode: 0644]
TSRM/threads.m4 [new file with mode: 0644]
TSRM/tsrm.m4 [new file with mode: 0644]
TSRM/tsrm_win32.c [new file with mode: 0644]
TSRM/tsrm_win32.h [new file with mode: 0644]
UPGRADING [new file with mode: 0644]
UPGRADING.INTERNALS [new file with mode: 0644]
Zend/LICENSE [new file with mode: 0644]
Zend/Makefile.frag [new file with mode: 0644]
Zend/Optimizer/block_pass.c [new file with mode: 0644]
Zend/Optimizer/compact_literals.c [new file with mode: 0644]
Zend/Optimizer/compact_vars.c [new file with mode: 0644]
Zend/Optimizer/dce.c [new file with mode: 0644]
Zend/Optimizer/dfa_pass.c [new file with mode: 0644]
Zend/Optimizer/escape_analysis.c [new file with mode: 0644]
Zend/Optimizer/nop_removal.c [new file with mode: 0644]
Zend/Optimizer/optimize_func_calls.c [new file with mode: 0644]
Zend/Optimizer/optimize_temp_vars_5.c [new file with mode: 0644]
Zend/Optimizer/pass1.c [new file with mode: 0644]
Zend/Optimizer/pass3.c [new file with mode: 0644]
Zend/Optimizer/sccp.c [new file with mode: 0644]
Zend/Optimizer/scdf.c [new file with mode: 0644]
Zend/Optimizer/scdf.h [new file with mode: 0644]
Zend/Optimizer/ssa_integrity.c [new file with mode: 0644]
Zend/Optimizer/zend_call_graph.c [new file with mode: 0644]
Zend/Optimizer/zend_call_graph.h [new file with mode: 0644]
Zend/Optimizer/zend_cfg.c [new file with mode: 0644]
Zend/Optimizer/zend_cfg.h [new file with mode: 0644]
Zend/Optimizer/zend_dfg.c [new file with mode: 0644]
Zend/Optimizer/zend_dfg.h [new file with mode: 0644]
Zend/Optimizer/zend_dump.c [new file with mode: 0644]
Zend/Optimizer/zend_dump.h [new file with mode: 0644]
Zend/Optimizer/zend_func_info.c [new file with mode: 0644]
Zend/Optimizer/zend_func_info.h [new file with mode: 0644]
Zend/Optimizer/zend_func_infos.h [new file with mode: 0644]
Zend/Optimizer/zend_inference.c [new file with mode: 0644]
Zend/Optimizer/zend_inference.h [new file with mode: 0644]
Zend/Optimizer/zend_optimizer.c [new file with mode: 0644]
Zend/Optimizer/zend_optimizer.h [new file with mode: 0644]
Zend/Optimizer/zend_optimizer_internal.h [new file with mode: 0644]
Zend/Optimizer/zend_ssa.c [new file with mode: 0644]
Zend/Optimizer/zend_ssa.h [new file with mode: 0644]
Zend/Optimizer/zend_worklist.h [new file with mode: 0644]
Zend/README.md [new file with mode: 0644]
Zend/Zend.m4 [new file with mode: 0644]
Zend/asm/LICENSE [new file with mode: 0644]
Zend/asm/jump_arm64_aapcs_elf_gas.S [new file with mode: 0644]
Zend/asm/jump_arm64_aapcs_macho_gas.S [new file with mode: 0644]
Zend/asm/jump_arm64_aapcs_pe_armasm.asm [new file with mode: 0644]
Zend/asm/jump_arm_aapcs_elf_gas.S [new file with mode: 0644]
Zend/asm/jump_arm_aapcs_macho_gas.S [new file with mode: 0644]
Zend/asm/jump_combined_sysv_macho_gas.S [new file with mode: 0644]
Zend/asm/jump_i386_ms_pe_masm.asm [new file with mode: 0644]
Zend/asm/jump_i386_sysv_elf_gas.S [new file with mode: 0644]
Zend/asm/jump_i386_sysv_macho_gas.S [new file with mode: 0644]
Zend/asm/jump_mips32_o32_elf_gas.S [new file with mode: 0644]
Zend/asm/jump_mips64_n64_elf_gas.S [new file with mode: 0644]
Zend/asm/jump_ppc32_sysv_elf_gas.S [new file with mode: 0644]
Zend/asm/jump_ppc32_sysv_macho_gas.S [new file with mode: 0644]
Zend/asm/jump_ppc32_sysv_xcoff_gas.S [new file with mode: 0644]
Zend/asm/jump_ppc64_sysv_elf_gas.S [new file with mode: 0644]
Zend/asm/jump_ppc64_sysv_macho_gas.S [new file with mode: 0644]
Zend/asm/jump_ppc64_sysv_xcoff_gas.S [new file with mode: 0644]
Zend/asm/jump_riscv64_sysv_elf_gas.S [new file with mode: 0644]
Zend/asm/jump_s390x_sysv_elf_gas.S [new file with mode: 0644]
Zend/asm/jump_x86_64_ms_pe_masm.asm [new file with mode: 0644]
Zend/asm/jump_x86_64_sysv_elf_gas.S [new file with mode: 0644]
Zend/asm/jump_x86_64_sysv_macho_gas.S [new file with mode: 0644]
Zend/asm/make_arm64_aapcs_elf_gas.S [new file with mode: 0644]
Zend/asm/make_arm64_aapcs_macho_gas.S [new file with mode: 0644]
Zend/asm/make_arm64_aapcs_pe_armasm.asm [new file with mode: 0644]
Zend/asm/make_arm_aapcs_elf_gas.S [new file with mode: 0644]
Zend/asm/make_arm_aapcs_macho_gas.S [new file with mode: 0644]
Zend/asm/make_combined_sysv_macho_gas.S [new file with mode: 0644]
Zend/asm/make_i386_ms_pe_masm.asm [new file with mode: 0644]
Zend/asm/make_i386_sysv_elf_gas.S [new file with mode: 0644]
Zend/asm/make_i386_sysv_macho_gas.S [new file with mode: 0644]
Zend/asm/make_mips32_o32_elf_gas.S [new file with mode: 0644]
Zend/asm/make_mips64_n64_elf_gas.S [new file with mode: 0644]
Zend/asm/make_ppc32_sysv_elf_gas.S [new file with mode: 0644]
Zend/asm/make_ppc32_sysv_macho_gas.S [new file with mode: 0644]
Zend/asm/make_ppc32_sysv_xcoff_gas.S [new file with mode: 0644]
Zend/asm/make_ppc64_sysv_elf_gas.S [new file with mode: 0644]
Zend/asm/make_ppc64_sysv_macho_gas.S [new file with mode: 0644]
Zend/asm/make_ppc64_sysv_xcoff_gas.S [new file with mode: 0644]
Zend/asm/make_riscv64_sysv_elf_gas.S [new file with mode: 0644]
Zend/asm/make_s390x_sysv_elf_gas.S [new file with mode: 0644]
Zend/asm/make_x86_64_ms_pe_masm.asm [new file with mode: 0644]
Zend/asm/make_x86_64_sysv_elf_gas.S [new file with mode: 0644]
Zend/asm/make_x86_64_sysv_macho_gas.S [new file with mode: 0644]
Zend/bench.php [new file with mode: 0644]
Zend/micro_bench.php [new file with mode: 0644]
Zend/tests/001.phpt [new file with mode: 0644]
Zend/tests/002.phpt [new file with mode: 0644]
Zend/tests/003.phpt [new file with mode: 0644]
Zend/tests/004.phpt [new file with mode: 0644]
Zend/tests/005.phpt [new file with mode: 0644]
Zend/tests/006.phpt [new file with mode: 0644]
Zend/tests/008.phpt [new file with mode: 0644]
Zend/tests/009.phpt [new file with mode: 0644]
Zend/tests/010.phpt [new file with mode: 0644]
Zend/tests/011.phpt [new file with mode: 0644]
Zend/tests/012.phpt [new file with mode: 0644]
Zend/tests/013.phpt [new file with mode: 0644]
Zend/tests/014.inc [new file with mode: 0644]
Zend/tests/014.phpt [new file with mode: 0644]
Zend/tests/015.phpt [new file with mode: 0644]
Zend/tests/016.phpt [new file with mode: 0644]
Zend/tests/017.phpt [new file with mode: 0644]
Zend/tests/018.phpt [new file with mode: 0644]
Zend/tests/019.phpt [new file with mode: 0644]
Zend/tests/020.phpt [new file with mode: 0644]
Zend/tests/021.phpt [new file with mode: 0644]
Zend/tests/022.phpt [new file with mode: 0644]
Zend/tests/023.phpt [new file with mode: 0644]
Zend/tests/024.phpt [new file with mode: 0644]
Zend/tests/025.phpt [new file with mode: 0644]
Zend/tests/026.phpt [new file with mode: 0644]
Zend/tests/027.phpt [new file with mode: 0644]
Zend/tests/028.phpt [new file with mode: 0644]
Zend/tests/029.phpt [new file with mode: 0644]
Zend/tests/030.phpt [new file with mode: 0644]
Zend/tests/031.phpt [new file with mode: 0644]
Zend/tests/032.phpt [new file with mode: 0644]
Zend/tests/033.phpt [new file with mode: 0644]
Zend/tests/034.phpt [new file with mode: 0644]
Zend/tests/035.phpt [new file with mode: 0644]
Zend/tests/036.phpt [new file with mode: 0644]
Zend/tests/037.phpt [new file with mode: 0644]
Zend/tests/038.phpt [new file with mode: 0644]
Zend/tests/67468.phpt [new file with mode: 0644]
Zend/tests/ArrayAccess_indirect_append.phpt [new file with mode: 0644]
Zend/tests/ErrorException_construct.phpt [new file with mode: 0644]
Zend/tests/ErrorException_getSeverity.phpt [new file with mode: 0644]
Zend/tests/abstract-static.phpt [new file with mode: 0644]
Zend/tests/abstract_inheritance_001.phpt [new file with mode: 0644]
Zend/tests/abstract_inheritance_002.phpt [new file with mode: 0644]
Zend/tests/abstract_inheritance_003.phpt [new file with mode: 0644]
Zend/tests/access_modifiers_001.phpt [new file with mode: 0644]
Zend/tests/access_modifiers_002.phpt [new file with mode: 0644]
Zend/tests/access_modifiers_003.phpt [new file with mode: 0644]
Zend/tests/access_modifiers_004.phpt [new file with mode: 0644]
Zend/tests/access_modifiers_005.phpt [new file with mode: 0644]
Zend/tests/access_modifiers_006.phpt [new file with mode: 0644]
Zend/tests/access_modifiers_007.phpt [new file with mode: 0644]
Zend/tests/access_modifiers_008.phpt [new file with mode: 0644]
Zend/tests/access_modifiers_009.phpt [new file with mode: 0644]
Zend/tests/access_modifiers_010.phpt [new file with mode: 0644]
Zend/tests/access_modifiers_011.phpt [new file with mode: 0644]
Zend/tests/access_modifiers_012.phpt [new file with mode: 0644]
Zend/tests/access_modifiers_013.phpt [new file with mode: 0644]
Zend/tests/add_001.phpt [new file with mode: 0644]
Zend/tests/add_002.phpt [new file with mode: 0644]
Zend/tests/add_003.phpt [new file with mode: 0644]
Zend/tests/add_004.phpt [new file with mode: 0644]
Zend/tests/add_005.phpt [new file with mode: 0644]
Zend/tests/add_006.phpt [new file with mode: 0644]
Zend/tests/add_007.phpt [new file with mode: 0644]
Zend/tests/add_optional_by_ref_arg.phpt [new file with mode: 0644]
Zend/tests/allow_dynamic_properties_on_interface.phpt [new file with mode: 0644]
Zend/tests/allow_dynamic_properties_on_trait.phpt [new file with mode: 0644]
Zend/tests/alternative_offset_syntax_compile_error_in_const_expr.phpt [new file with mode: 0644]
Zend/tests/alternative_offset_syntax_compile_error_outside_const_expr.phpt [new file with mode: 0644]
Zend/tests/alternative_offset_syntax_in_encaps_string.phpt [new file with mode: 0644]
Zend/tests/and_001.phpt [new file with mode: 0644]
Zend/tests/anon/001.phpt [new file with mode: 0644]
Zend/tests/anon/002.phpt [new file with mode: 0644]
Zend/tests/anon/003.phpt [new file with mode: 0644]
Zend/tests/anon/004.phpt [new file with mode: 0644]
Zend/tests/anon/005.phpt [new file with mode: 0644]
Zend/tests/anon/006.phpt [new file with mode: 0644]
Zend/tests/anon/007.phpt [new file with mode: 0644]
Zend/tests/anon/008.phpt [new file with mode: 0644]
Zend/tests/anon/009.phpt [new file with mode: 0644]
Zend/tests/anon/010.phpt [new file with mode: 0644]
Zend/tests/anon/011.phpt [new file with mode: 0644]
Zend/tests/anon/012.phpt [new file with mode: 0644]
Zend/tests/anon/013.phpt [new file with mode: 0644]
Zend/tests/anon/014.phpt [new file with mode: 0644]
Zend/tests/anon/015.phpt [new file with mode: 0644]
Zend/tests/anon/016.phpt [new file with mode: 0644]
Zend/tests/anon_class_name.phpt [new file with mode: 0644]
Zend/tests/arg_unpack/basic.phpt [new file with mode: 0644]
Zend/tests/arg_unpack/by_ref.phpt [new file with mode: 0644]
Zend/tests/arg_unpack/by_ref_separation.phpt [new file with mode: 0644]
Zend/tests/arg_unpack/dynamic.phpt [new file with mode: 0644]
Zend/tests/arg_unpack/internal.phpt [new file with mode: 0644]
Zend/tests/arg_unpack/invalid_type.phpt [new file with mode: 0644]
Zend/tests/arg_unpack/many_args.phpt [new file with mode: 0644]
Zend/tests/arg_unpack/method.phpt [new file with mode: 0644]
Zend/tests/arg_unpack/new.phpt [new file with mode: 0644]
Zend/tests/arg_unpack/non_integer_keys.phpt [new file with mode: 0644]
Zend/tests/arg_unpack/positional_arg_after_unpack_error.phpt [new file with mode: 0644]
Zend/tests/arg_unpack/string_keys.phpt [new file with mode: 0644]
Zend/tests/arg_unpack/traversable_throwing_exception.phpt [new file with mode: 0644]
Zend/tests/arg_unpack/traversable_with_by_ref_parameters.phpt [new file with mode: 0644]
Zend/tests/arginfo_zpp_mismatch.inc [new file with mode: 0644]
Zend/tests/arginfo_zpp_mismatch.phpt [new file with mode: 0644]
Zend/tests/arginfo_zpp_mismatch_strict.phpt [new file with mode: 0644]
Zend/tests/argument_restriction_001.phpt [new file with mode: 0644]
Zend/tests/argument_restriction_002.phpt [new file with mode: 0644]
Zend/tests/argument_restriction_003.phpt [new file with mode: 0644]
Zend/tests/argument_restriction_004.phpt [new file with mode: 0644]
Zend/tests/argument_restriction_005.phpt [new file with mode: 0644]
Zend/tests/argument_restriction_006.phpt [new file with mode: 0644]
Zend/tests/array_add_indirect.phpt [new file with mode: 0644]
Zend/tests/array_addition_not_commutative.phpt [new file with mode: 0644]
Zend/tests/array_append_COW.phpt [new file with mode: 0644]
Zend/tests/array_hash_zero.phpt [new file with mode: 0644]
Zend/tests/array_literal_next_element_error.phpt [new file with mode: 0644]
Zend/tests/array_offset.phpt [new file with mode: 0644]
Zend/tests/array_offset_002.phpt [new file with mode: 0644]
Zend/tests/array_self_add_globals.phpt [new file with mode: 0644]
Zend/tests/array_splice_empty_ht_iter_removal.phpt [new file with mode: 0644]
Zend/tests/array_unpack/already_occupied.phpt [new file with mode: 0644]
Zend/tests/array_unpack/basic.phpt [new file with mode: 0644]
Zend/tests/array_unpack/classes.phpt [new file with mode: 0644]
Zend/tests/array_unpack/gh9769.phpt [new file with mode: 0644]
Zend/tests/array_unpack/in_destructuring.phpt [new file with mode: 0644]
Zend/tests/array_unpack/in_destructuring_2.phpt [new file with mode: 0644]
Zend/tests/array_unpack/non_integer_keys.phpt [new file with mode: 0644]
Zend/tests/array_unpack/ref1.phpt [new file with mode: 0644]
Zend/tests/array_unpack/string_keys.phpt [new file with mode: 0644]
Zend/tests/array_unpack/undef_var.phpt [new file with mode: 0644]
Zend/tests/array_unpack/unpack_invalid_type_compile_time.phpt [new file with mode: 0644]
Zend/tests/array_unpack/unpack_string_keys_compile_time.phpt [new file with mode: 0644]
Zend/tests/array_unpack_string_keys.phpt [new file with mode: 0644]
Zend/tests/array_unshift_COW.phpt [new file with mode: 0644]
Zend/tests/array_with_refs_identical.phpt [new file with mode: 0644]
Zend/tests/arrow_functions/001.phpt [new file with mode: 0644]
Zend/tests/arrow_functions/002.phpt [new file with mode: 0644]
Zend/tests/arrow_functions/003.phpt [new file with mode: 0644]
Zend/tests/arrow_functions/004.phpt [new file with mode: 0644]
Zend/tests/arrow_functions/005.phpt [new file with mode: 0644]
Zend/tests/arrow_functions/006.phpt [new file with mode: 0644]
Zend/tests/arrow_functions/007.phpt [new file with mode: 0644]
Zend/tests/arrow_functions/008.phpt [new file with mode: 0644]
Zend/tests/assert/bug70528.phpt [new file with mode: 0644]
Zend/tests/assert/expect_001.phpt [new file with mode: 0644]
Zend/tests/assert/expect_002.phpt [new file with mode: 0644]
Zend/tests/assert/expect_003.phpt [new file with mode: 0644]
Zend/tests/assert/expect_004.phpt [new file with mode: 0644]
Zend/tests/assert/expect_005.phpt [new file with mode: 0644]
Zend/tests/assert/expect_006.phpt [new file with mode: 0644]
Zend/tests/assert/expect_007.phpt [new file with mode: 0644]
Zend/tests/assert/expect_008.phpt [new file with mode: 0644]
Zend/tests/assert/expect_009.phpt [new file with mode: 0644]
Zend/tests/assert/expect_010.phpt [new file with mode: 0644]
Zend/tests/assert/expect_011.phpt [new file with mode: 0644]
Zend/tests/assert/expect_012.phpt [new file with mode: 0644]
Zend/tests/assert/expect_013.phpt [new file with mode: 0644]
Zend/tests/assert/expect_014.phpt [new file with mode: 0644]
Zend/tests/assert/expect_015.phpt [new file with mode: 0644]
Zend/tests/assert/expect_016.phpt [new file with mode: 0644]
Zend/tests/assert/expect_017.phpt [new file with mode: 0644]
Zend/tests/assert/expect_018.phpt [new file with mode: 0644]
Zend/tests/assert/expect_019.phpt [new file with mode: 0644]
Zend/tests/assert/expect_020.phpt [new file with mode: 0644]
Zend/tests/assert/expect_empty_stmt_bug.phpt [new file with mode: 0644]
Zend/tests/assign_by_val_function_by_ref_return_value.phpt [new file with mode: 0644]
Zend/tests/assign_coalesce_001.phpt [new file with mode: 0644]
Zend/tests/assign_coalesce_002.phpt [new file with mode: 0644]
Zend/tests/assign_coalesce_003.phpt [new file with mode: 0644]
Zend/tests/assign_coalesce_004.phpt [new file with mode: 0644]
Zend/tests/assign_coalesce_005.phpt [new file with mode: 0644]
Zend/tests/assign_coalesce_006.phpt [new file with mode: 0644]
Zend/tests/assign_coalesce_007.phpt [new file with mode: 0644]
Zend/tests/assign_concat_array_empty_string.phpt [new file with mode: 0644]
Zend/tests/assign_dim_obj_null_return.phpt [new file with mode: 0644]
Zend/tests/assign_dim_op_same_var.phpt [new file with mode: 0644]
Zend/tests/assign_dim_op_undef.phpt [new file with mode: 0644]
Zend/tests/assign_dim_ref_free.phpt [new file with mode: 0644]
Zend/tests/assign_obj_op_cache_slot.phpt [new file with mode: 0644]
Zend/tests/assign_obj_ref_byval_function.phpt [new file with mode: 0644]
Zend/tests/assign_obj_ref_return.phpt [new file with mode: 0644]
Zend/tests/assign_obj_to_ref_inference.phpt [new file with mode: 0644]
Zend/tests/assign_op_type_error.phpt [new file with mode: 0644]
Zend/tests/assign_ref_error_var_handling.phpt [new file with mode: 0644]
Zend/tests/assign_ref_func_leak.phpt [new file with mode: 0644]
Zend/tests/assign_ref_to_overloaded_prop.phpt [new file with mode: 0644]
Zend/tests/assign_to_obj_001.phpt [new file with mode: 0644]
Zend/tests/assign_to_obj_002.phpt [new file with mode: 0644]
Zend/tests/assign_to_var_001.phpt [new file with mode: 0644]
Zend/tests/assign_to_var_002.phpt [new file with mode: 0644]
Zend/tests/assign_to_var_003.phpt [new file with mode: 0644]
Zend/tests/assign_to_var_004.phpt [new file with mode: 0644]
Zend/tests/assign_typed_ref_result.phpt [new file with mode: 0644]
Zend/tests/ast/zend-pow-assign.phpt [new file with mode: 0644]
Zend/tests/ast_serialize_backtick_literal.phpt [new file with mode: 0644]
Zend/tests/attributes/001_placement.phpt [new file with mode: 0644]
Zend/tests/attributes/002_rfcexample.phpt [new file with mode: 0644]
Zend/tests/attributes/003_ast_nodes.phpt [new file with mode: 0644]
Zend/tests/attributes/004_name_resolution.phpt [new file with mode: 0644]
Zend/tests/attributes/005_objects.phpt [new file with mode: 0644]
Zend/tests/attributes/006_filter.phpt [new file with mode: 0644]
Zend/tests/attributes/007_self_reflect_attribute.phpt [new file with mode: 0644]
Zend/tests/attributes/008_wrong_attribution.phpt [new file with mode: 0644]
Zend/tests/attributes/009_doctrine_annotations_example.phpt [new file with mode: 0644]
Zend/tests/attributes/010_unsupported_const_expression.phpt [new file with mode: 0644]
Zend/tests/attributes/011_inheritance.phpt [new file with mode: 0644]
Zend/tests/attributes/012_ast_export.phpt [new file with mode: 0644]
Zend/tests/attributes/013_class_scope.phpt [new file with mode: 0644]
Zend/tests/attributes/014_class_const_group.phpt [new file with mode: 0644]
Zend/tests/attributes/015_property_group.phpt [new file with mode: 0644]
Zend/tests/attributes/016_custom_attribute_validation.phpt [new file with mode: 0644]
Zend/tests/attributes/017_closure_scope.phpt [new file with mode: 0644]
Zend/tests/attributes/018_fatal_error_in_argument.phpt [new file with mode: 0644]
Zend/tests/attributes/019_variable_attribute_name.phpt [new file with mode: 0644]
Zend/tests/attributes/020_userland_attribute_validation.phpt [new file with mode: 0644]
Zend/tests/attributes/021_attribute_flags_type_is_validated.phpt [new file with mode: 0644]
Zend/tests/attributes/022_attribute_flags_value_is_validated.phpt [new file with mode: 0644]
Zend/tests/attributes/023_ast_node_in_validation.phpt [new file with mode: 0644]
Zend/tests/attributes/024_internal_target_validation.phpt [new file with mode: 0644]
Zend/tests/attributes/025_internal_repeatable_validation.phpt [new file with mode: 0644]
Zend/tests/attributes/026_unpack_in_args.phpt [new file with mode: 0644]
Zend/tests/attributes/027_trailing_comma_args.phpt [new file with mode: 0644]
Zend/tests/attributes/028_grouped.phpt [new file with mode: 0644]
Zend/tests/attributes/029_reflect_internal_symbols.phpt [new file with mode: 0644]
Zend/tests/attributes/030_strict_types.inc [new file with mode: 0644]
Zend/tests/attributes/030_strict_types.phpt [new file with mode: 0644]
Zend/tests/attributes/031_backtrace.phpt [new file with mode: 0644]
Zend/tests/attributes/032_attribute_validation_scope.phpt [new file with mode: 0644]
Zend/tests/attributes/gh8421.phpt [new file with mode: 0644]
Zend/tests/binary-32bit.phpt [new file with mode: 0644]
Zend/tests/binary.phpt [new file with mode: 0644]
Zend/tests/bind_static_exception.phpt [new file with mode: 0644]
Zend/tests/bitwise_not_precision_exception.phpt [new file with mode: 0644]
Zend/tests/break_error_001.phpt [new file with mode: 0644]
Zend/tests/break_error_002.phpt [new file with mode: 0644]
Zend/tests/break_error_003.phpt [new file with mode: 0644]
Zend/tests/break_error_004.phpt [new file with mode: 0644]
Zend/tests/bug18556.phpt [new file with mode: 0644]
Zend/tests/bug19859.phpt [new file with mode: 0644]
Zend/tests/bug20240.phpt [new file with mode: 0644]
Zend/tests/bug20242.phpt [new file with mode: 0644]
Zend/tests/bug21478.phpt [new file with mode: 0644]
Zend/tests/bug21888.phpt [new file with mode: 0644]
Zend/tests/bug22725.phpt [new file with mode: 0644]
Zend/tests/bug22836.phpt [new file with mode: 0644]
Zend/tests/bug23104.phpt [new file with mode: 0644]
Zend/tests/bug24436.phpt [new file with mode: 0644]
Zend/tests/bug24635.phpt [new file with mode: 0644]
Zend/tests/bug24699.phpt [new file with mode: 0644]
Zend/tests/bug24773.phpt [new file with mode: 0644]
Zend/tests/bug24884.phpt [new file with mode: 0644]
Zend/tests/bug26010.phpt [new file with mode: 0644]
Zend/tests/bug26077.phpt [new file with mode: 0644]
Zend/tests/bug26166.phpt [new file with mode: 0644]
Zend/tests/bug26229.phpt [new file with mode: 0644]
Zend/tests/bug26281.phpt [new file with mode: 0644]
Zend/tests/bug26696.phpt [new file with mode: 0644]
Zend/tests/bug26697.phpt [new file with mode: 0644]
Zend/tests/bug26698.phpt [new file with mode: 0644]
Zend/tests/bug26801.phpt [new file with mode: 0644]
Zend/tests/bug26802.phpt [new file with mode: 0644]
Zend/tests/bug27268.phpt [new file with mode: 0644]
Zend/tests/bug27304.phpt [new file with mode: 0644]
Zend/tests/bug27598.phpt [new file with mode: 0644]
Zend/tests/bug27669.phpt [new file with mode: 0644]
Zend/tests/bug27731.phpt [new file with mode: 0644]
Zend/tests/bug27798.phpt [new file with mode: 0644]
Zend/tests/bug28072.phpt [new file with mode: 0644]
Zend/tests/bug28377.phpt [new file with mode: 0644]
Zend/tests/bug28442.phpt [new file with mode: 0644]
Zend/tests/bug28444.phpt [new file with mode: 0644]
Zend/tests/bug29015.phpt [new file with mode: 0644]
Zend/tests/bug29104.phpt [new file with mode: 0644]
Zend/tests/bug29210.phpt [new file with mode: 0644]
Zend/tests/bug29368.phpt [new file with mode: 0644]
Zend/tests/bug29368_1.phpt [new file with mode: 0644]
Zend/tests/bug29368_2.phpt [new file with mode: 0644]
Zend/tests/bug29368_3.phpt [new file with mode: 0644]
Zend/tests/bug29505.phpt [new file with mode: 0644]
Zend/tests/bug29674.phpt [new file with mode: 0644]
Zend/tests/bug29689.phpt [new file with mode: 0644]
Zend/tests/bug29883.phpt [new file with mode: 0644]
Zend/tests/bug29890.phpt [new file with mode: 0644]
Zend/tests/bug29896.phpt [new file with mode: 0644]
Zend/tests/bug29944.phpt [new file with mode: 0644]
Zend/tests/bug30080.phpt [new file with mode: 0644]
Zend/tests/bug30140.phpt [new file with mode: 0644]
Zend/tests/bug30161.phpt [new file with mode: 0644]
Zend/tests/bug30162.phpt [new file with mode: 0644]
Zend/tests/bug30346.phpt [new file with mode: 0644]
Zend/tests/bug30394.phpt [new file with mode: 0644]
Zend/tests/bug30407.phpt [new file with mode: 0644]
Zend/tests/bug30451.phpt [new file with mode: 0644]
Zend/tests/bug30519.phpt [new file with mode: 0644]
Zend/tests/bug30702.phpt [new file with mode: 0644]
Zend/tests/bug30707.phpt [new file with mode: 0644]
Zend/tests/bug30725.phpt [new file with mode: 0644]
Zend/tests/bug30791.phpt [new file with mode: 0644]
Zend/tests/bug30820.phpt [new file with mode: 0644]
Zend/tests/bug30828.phpt [new file with mode: 0644]
Zend/tests/bug30889.phpt [new file with mode: 0644]
Zend/tests/bug30922.phpt [new file with mode: 0644]
Zend/tests/bug30998.phpt [new file with mode: 0644]
Zend/tests/bug31098.phpt [new file with mode: 0644]
Zend/tests/bug31102.phpt [new file with mode: 0644]
Zend/tests/bug31177-2.phpt [new file with mode: 0644]
Zend/tests/bug31177.phpt [new file with mode: 0644]
Zend/tests/bug31341.phpt [new file with mode: 0644]
Zend/tests/bug31525.phpt [new file with mode: 0644]
Zend/tests/bug31683.phpt [new file with mode: 0644]
Zend/tests/bug31720.phpt [new file with mode: 0644]
Zend/tests/bug32226.phpt [new file with mode: 0644]
Zend/tests/bug32252.phpt [new file with mode: 0644]
Zend/tests/bug32290.phpt [new file with mode: 0644]
Zend/tests/bug32296.phpt [new file with mode: 0644]
Zend/tests/bug32322.phpt [new file with mode: 0644]
Zend/tests/bug32427.phpt [new file with mode: 0644]
Zend/tests/bug32428.phpt [new file with mode: 0644]
Zend/tests/bug32429.phpt [new file with mode: 0644]
Zend/tests/bug32596.phpt [new file with mode: 0644]
Zend/tests/bug32660.phpt [new file with mode: 0644]
Zend/tests/bug32674.phpt [new file with mode: 0644]
Zend/tests/bug32799.phpt [new file with mode: 0644]
Zend/tests/bug32833.phpt [new file with mode: 0644]
Zend/tests/bug32993.phpt [new file with mode: 0644]
Zend/tests/bug33116.phpt [new file with mode: 0644]
Zend/tests/bug33171.phpt [new file with mode: 0644]
Zend/tests/bug33257.phpt [new file with mode: 0644]
Zend/tests/bug33277.phpt [new file with mode: 0644]
Zend/tests/bug33282.phpt [new file with mode: 0644]
Zend/tests/bug33318.phpt [new file with mode: 0644]
Zend/tests/bug33512.phpt [new file with mode: 0644]
Zend/tests/bug33558.phpt [new file with mode: 0644]
Zend/tests/bug33710.phpt [new file with mode: 0644]
Zend/tests/bug33732.phpt [new file with mode: 0644]
Zend/tests/bug33771.phpt [new file with mode: 0644]
Zend/tests/bug33802.phpt [new file with mode: 0644]
Zend/tests/bug33996.phpt [new file with mode: 0644]
Zend/tests/bug33999.phpt [new file with mode: 0644]
Zend/tests/bug34045.phpt [new file with mode: 0644]
Zend/tests/bug34062.phpt [new file with mode: 0644]
Zend/tests/bug34064.phpt [new file with mode: 0644]
Zend/tests/bug34065.phpt [new file with mode: 0644]
Zend/tests/bug34137.phpt [new file with mode: 0644]
Zend/tests/bug34199.phpt [new file with mode: 0644]
Zend/tests/bug34260.phpt [new file with mode: 0644]
Zend/tests/bug34310.phpt [new file with mode: 0644]
Zend/tests/bug34358.phpt [new file with mode: 0644]
Zend/tests/bug34467.phpt [new file with mode: 0644]
Zend/tests/bug34518.phpt [new file with mode: 0644]
Zend/tests/bug34617.phpt [new file with mode: 0644]
Zend/tests/bug34678.phpt [new file with mode: 0644]
Zend/tests/bug34786.phpt [new file with mode: 0644]
Zend/tests/bug34873.phpt [new file with mode: 0644]
Zend/tests/bug34879.phpt [new file with mode: 0644]
Zend/tests/bug34893.phpt [new file with mode: 0644]
Zend/tests/bug35017.phpt [new file with mode: 0644]
Zend/tests/bug35106.phpt [new file with mode: 0644]
Zend/tests/bug35163.phpt [new file with mode: 0644]
Zend/tests/bug35163_2.phpt [new file with mode: 0644]
Zend/tests/bug35163_3.phpt [new file with mode: 0644]
Zend/tests/bug35239.phpt [new file with mode: 0644]
Zend/tests/bug35393.phpt [new file with mode: 0644]
Zend/tests/bug35411.phpt [new file with mode: 0644]
Zend/tests/bug35470.phpt [new file with mode: 0644]
Zend/tests/bug35509.phpt [new file with mode: 0644]
Zend/tests/bug35634.phpt [new file with mode: 0644]
Zend/tests/bug35655.phpt [new file with mode: 0644]
Zend/tests/bug36006.phpt [new file with mode: 0644]
Zend/tests/bug36037.phpt [new file with mode: 0644]
Zend/tests/bug36071.phpt [new file with mode: 0644]
Zend/tests/bug36214.phpt [new file with mode: 0644]
Zend/tests/bug36268.phpt [new file with mode: 0644]
Zend/tests/bug36513.phpt [new file with mode: 0644]
Zend/tests/bug36568.phpt [new file with mode: 0644]
Zend/tests/bug36759.phpt [new file with mode: 0644]
Zend/tests/bug37046.phpt [new file with mode: 0644]
Zend/tests/bug37138.phpt [new file with mode: 0644]
Zend/tests/bug37144.phpt [new file with mode: 0644]
Zend/tests/bug37212.phpt [new file with mode: 0644]
Zend/tests/bug37251.phpt [new file with mode: 0644]
Zend/tests/bug37632.phpt [new file with mode: 0644]
Zend/tests/bug37667.phpt [new file with mode: 0644]
Zend/tests/bug37707.phpt [new file with mode: 0644]
Zend/tests/bug37715.phpt [new file with mode: 0644]
Zend/tests/bug37811.phpt [new file with mode: 0644]
Zend/tests/bug38146.phpt [new file with mode: 0644]
Zend/tests/bug38211.phpt [new file with mode: 0644]
Zend/tests/bug38220.phpt [new file with mode: 0644]
Zend/tests/bug38234.phpt [new file with mode: 0644]
Zend/tests/bug38287.phpt [new file with mode: 0644]
Zend/tests/bug38461.phpt [new file with mode: 0644]
Zend/tests/bug38469.phpt [new file with mode: 0644]
Zend/tests/bug38623.phpt [new file with mode: 0644]
Zend/tests/bug38624.phpt [new file with mode: 0644]
Zend/tests/bug38772.phpt [new file with mode: 0644]
Zend/tests/bug38779.phpt [new file with mode: 0644]
Zend/tests/bug38779_1.phpt [new file with mode: 0644]
Zend/tests/bug38808.phpt [new file with mode: 0644]
Zend/tests/bug39003.phpt [new file with mode: 0644]
Zend/tests/bug39017.phpt [new file with mode: 0644]
Zend/tests/bug39018.phpt [new file with mode: 0644]
Zend/tests/bug39018_2.phpt [new file with mode: 0644]
Zend/tests/bug39036.phpt [new file with mode: 0644]
Zend/tests/bug39297.phpt [new file with mode: 0644]
Zend/tests/bug39304.phpt [new file with mode: 0644]
Zend/tests/bug39346.phpt [new file with mode: 0644]
Zend/tests/bug39438.phpt [new file with mode: 0644]
Zend/tests/bug39445.phpt [new file with mode: 0644]
Zend/tests/bug39449.phpt [new file with mode: 0644]
Zend/tests/bug39542.phpt [new file with mode: 0644]
Zend/tests/bug39542/bug39542.inc [new file with mode: 0644]
Zend/tests/bug39602.phpt [new file with mode: 0644]
Zend/tests/bug39721.phpt [new file with mode: 0644]
Zend/tests/bug39775.phpt [new file with mode: 0644]
Zend/tests/bug39825.phpt [new file with mode: 0644]
Zend/tests/bug39944.phpt [new file with mode: 0644]
Zend/tests/bug39990.phpt [new file with mode: 0644]
Zend/tests/bug40236.inc [new file with mode: 0644]
Zend/tests/bug40236.phpt [new file with mode: 0644]
Zend/tests/bug40261.phpt [new file with mode: 0644]
Zend/tests/bug40509.phpt [new file with mode: 0644]
Zend/tests/bug40621.phpt [new file with mode: 0644]
Zend/tests/bug40705.phpt [new file with mode: 0644]
Zend/tests/bug40757.phpt [new file with mode: 0644]
Zend/tests/bug40770.phpt [new file with mode: 0644]
Zend/tests/bug40809.phpt [new file with mode: 0644]
Zend/tests/bug40815.phpt [new file with mode: 0644]
Zend/tests/bug40833.phpt [new file with mode: 0644]
Zend/tests/bug40899.phpt [new file with mode: 0644]
Zend/tests/bug41026.phpt [new file with mode: 0644]
Zend/tests/bug41117_1.phpt [new file with mode: 0644]
Zend/tests/bug41209.phpt [new file with mode: 0644]
Zend/tests/bug41351.phpt [new file with mode: 0644]
Zend/tests/bug41351_2.phpt [new file with mode: 0644]
Zend/tests/bug41351_3.phpt [new file with mode: 0644]
Zend/tests/bug41372.phpt [new file with mode: 0644]
Zend/tests/bug41401.phpt [new file with mode: 0644]
Zend/tests/bug41421.phpt [new file with mode: 0644]
Zend/tests/bug41633_1.phpt [new file with mode: 0644]
Zend/tests/bug41633_2.phpt [new file with mode: 0644]
Zend/tests/bug41633_3.phpt [new file with mode: 0644]
Zend/tests/bug41633_4.phpt [new file with mode: 0644]
Zend/tests/bug41640.phpt [new file with mode: 0644]
Zend/tests/bug41929.phpt [new file with mode: 0644]
Zend/tests/bug41961.phpt [new file with mode: 0644]
Zend/tests/bug42143.phpt [new file with mode: 0644]
Zend/tests/bug42211.phpt [new file with mode: 0644]
Zend/tests/bug42767.phpt [new file with mode: 0644]
Zend/tests/bug42772.phpt [new file with mode: 0644]
Zend/tests/bug42798.phpt [new file with mode: 0644]
Zend/tests/bug42802.phpt [new file with mode: 0644]
Zend/tests/bug42817.phpt [new file with mode: 0644]
Zend/tests/bug42818.phpt [new file with mode: 0644]
Zend/tests/bug42819.phpt [new file with mode: 0644]
Zend/tests/bug42820.phpt [new file with mode: 0644]
Zend/tests/bug42859.phpt [new file with mode: 0644]
Zend/tests/bug42937.phpt [new file with mode: 0644]
Zend/tests/bug43027.phpt [new file with mode: 0644]
Zend/tests/bug43053.phpt [new file with mode: 0644]
Zend/tests/bug43128.phpt [new file with mode: 0644]
Zend/tests/bug43175.phpt [new file with mode: 0644]
Zend/tests/bug43183.phpt [new file with mode: 0644]
Zend/tests/bug43200.phpt [new file with mode: 0644]
Zend/tests/bug43200_2.phpt [new file with mode: 0644]
Zend/tests/bug43201.phpt [new file with mode: 0644]
Zend/tests/bug43332_1.phpt [new file with mode: 0644]
Zend/tests/bug43332_2.phpt [new file with mode: 0644]
Zend/tests/bug43343.phpt [new file with mode: 0644]
Zend/tests/bug43344_1.phpt [new file with mode: 0644]
Zend/tests/bug43344_10.phpt [new file with mode: 0644]
Zend/tests/bug43344_11.phpt [new file with mode: 0644]
Zend/tests/bug43344_12.phpt [new file with mode: 0644]
Zend/tests/bug43344_13.phpt [new file with mode: 0644]
Zend/tests/bug43344_2.phpt [new file with mode: 0644]
Zend/tests/bug43344_3.phpt [new file with mode: 0644]
Zend/tests/bug43344_4.phpt [new file with mode: 0644]
Zend/tests/bug43344_5.phpt [new file with mode: 0644]
Zend/tests/bug43344_6.phpt [new file with mode: 0644]
Zend/tests/bug43344_7.phpt [new file with mode: 0644]
Zend/tests/bug43344_8.phpt [new file with mode: 0644]
Zend/tests/bug43344_9.phpt [new file with mode: 0644]
Zend/tests/bug43426.phpt [new file with mode: 0644]
Zend/tests/bug43450.phpt [new file with mode: 0644]
Zend/tests/bug43483.phpt [new file with mode: 0644]
Zend/tests/bug43651.phpt [new file with mode: 0644]
Zend/tests/bug43703.phpt [new file with mode: 0644]
Zend/tests/bug43851.phpt [new file with mode: 0644]
Zend/tests/bug43918.phpt [new file with mode: 0644]
Zend/tests/bug44069.phpt [new file with mode: 0644]
Zend/tests/bug44141.phpt [new file with mode: 0644]
Zend/tests/bug44184.phpt [new file with mode: 0644]
Zend/tests/bug44414.phpt [new file with mode: 0644]
Zend/tests/bug44653.phpt [new file with mode: 0644]
Zend/tests/bug44660.phpt [new file with mode: 0644]
Zend/tests/bug44827.phpt [new file with mode: 0644]
Zend/tests/bug44830.phpt [new file with mode: 0644]
Zend/tests/bug44899.phpt [new file with mode: 0644]
Zend/tests/bug44899_2.phpt [new file with mode: 0644]
Zend/tests/bug44913.phpt [new file with mode: 0644]
Zend/tests/bug45147.phpt [new file with mode: 0644]
Zend/tests/bug45180.phpt [new file with mode: 0644]
Zend/tests/bug45186.phpt [new file with mode: 0644]
Zend/tests/bug45186_2.phpt [new file with mode: 0644]
Zend/tests/bug45742.phpt [new file with mode: 0644]
Zend/tests/bug45744.phpt [new file with mode: 0644]
Zend/tests/bug45805.phpt [new file with mode: 0644]
Zend/tests/bug45862.phpt [new file with mode: 0644]
Zend/tests/bug45877.phpt [new file with mode: 0644]
Zend/tests/bug45910.phpt [new file with mode: 0644]
Zend/tests/bug45910_2.phpt [new file with mode: 0644]
Zend/tests/bug46106.phpt [new file with mode: 0644]
Zend/tests/bug46196.phpt [new file with mode: 0644]
Zend/tests/bug46238.phpt [new file with mode: 0644]
Zend/tests/bug46241.phpt [new file with mode: 0644]
Zend/tests/bug46246.phpt [new file with mode: 0644]
Zend/tests/bug46304.phpt [new file with mode: 0644]
Zend/tests/bug46308.phpt [new file with mode: 0644]
Zend/tests/bug46381.phpt [new file with mode: 0644]
Zend/tests/bug46409.phpt [new file with mode: 0644]
Zend/tests/bug46665.phpt [new file with mode: 0644]
Zend/tests/bug46665_autoload.inc [new file with mode: 0644]
Zend/tests/bug46701.phpt [new file with mode: 0644]
Zend/tests/bug46811.phpt [new file with mode: 0644]
Zend/tests/bug46813.phpt [new file with mode: 0644]
Zend/tests/bug47054.phpt [new file with mode: 0644]
Zend/tests/bug47109.phpt [new file with mode: 0644]
Zend/tests/bug47165.phpt [new file with mode: 0644]
Zend/tests/bug47343.phpt [new file with mode: 0644]
Zend/tests/bug47353.phpt [new file with mode: 0644]
Zend/tests/bug47516.phpt [new file with mode: 0644]
Zend/tests/bug47572.phpt [new file with mode: 0644]
Zend/tests/bug47593.phpt [new file with mode: 0644]
Zend/tests/bug47596.phpt [new file with mode: 0644]
Zend/tests/bug47699.phpt [new file with mode: 0644]
Zend/tests/bug47714.phpt [new file with mode: 0644]
Zend/tests/bug47771.phpt [new file with mode: 0644]
Zend/tests/bug47801.phpt [new file with mode: 0644]
Zend/tests/bug47836.phpt [new file with mode: 0644]
Zend/tests/bug47880.phpt [new file with mode: 0644]
Zend/tests/bug48215.phpt [new file with mode: 0644]
Zend/tests/bug48215_2.phpt [new file with mode: 0644]
Zend/tests/bug48228.phpt [new file with mode: 0644]
Zend/tests/bug48248.phpt [new file with mode: 0644]
Zend/tests/bug48408.phpt [new file with mode: 0644]
Zend/tests/bug48409.phpt [new file with mode: 0644]
Zend/tests/bug48428.phpt [new file with mode: 0644]
Zend/tests/bug48533.phpt [new file with mode: 0644]
Zend/tests/bug48667_1.phpt [new file with mode: 0644]
Zend/tests/bug48667_2.phpt [new file with mode: 0644]
Zend/tests/bug48770.phpt [new file with mode: 0644]
Zend/tests/bug48770_2.phpt [new file with mode: 0644]
Zend/tests/bug48770_3.phpt [new file with mode: 0644]
Zend/tests/bug48899-deprecated.phpt [new file with mode: 0644]
Zend/tests/bug48899.phpt [new file with mode: 0644]
Zend/tests/bug48912.phpt [new file with mode: 0644]
Zend/tests/bug48930.phpt [new file with mode: 0644]
Zend/tests/bug49269.phpt [new file with mode: 0644]
Zend/tests/bug49472.phpt [new file with mode: 0644]
Zend/tests/bug49866.phpt [new file with mode: 0644]
Zend/tests/bug49893.phpt [new file with mode: 0644]
Zend/tests/bug49908.phpt [new file with mode: 0644]
Zend/tests/bug50005.phpt [new file with mode: 0644]
Zend/tests/bug50146.phpt [new file with mode: 0644]
Zend/tests/bug50174.phpt [new file with mode: 0644]
Zend/tests/bug50255.phpt [new file with mode: 0644]
Zend/tests/bug50383.phpt [new file with mode: 0644]
Zend/tests/bug50394.phpt [new file with mode: 0644]
Zend/tests/bug50810.phpt [new file with mode: 0644]
Zend/tests/bug50816.phpt [new file with mode: 0644]
Zend/tests/bug51176.phpt [new file with mode: 0644]
Zend/tests/bug51394.phpt [new file with mode: 0644]
Zend/tests/bug51421.phpt [new file with mode: 0644]
Zend/tests/bug51791.phpt [new file with mode: 0644]
Zend/tests/bug51822.phpt [new file with mode: 0644]
Zend/tests/bug51827.phpt [new file with mode: 0644]
Zend/tests/bug52001.phpt [new file with mode: 0644]
Zend/tests/bug52041.phpt [new file with mode: 0644]
Zend/tests/bug52060.phpt [new file with mode: 0644]
Zend/tests/bug52193.phpt [new file with mode: 0644]
Zend/tests/bug52355.phpt [new file with mode: 0644]
Zend/tests/bug52361.phpt [new file with mode: 0644]
Zend/tests/bug52484.phpt [new file with mode: 0644]
Zend/tests/bug52484_2.phpt [new file with mode: 0644]
Zend/tests/bug52484_3.phpt [new file with mode: 0644]
Zend/tests/bug52508.phpt [new file with mode: 0644]
Zend/tests/bug52614.phpt [new file with mode: 0644]
Zend/tests/bug52879.phpt [new file with mode: 0644]
Zend/tests/bug52939.phpt [new file with mode: 0644]
Zend/tests/bug52940.phpt [new file with mode: 0644]
Zend/tests/bug53305.phpt [new file with mode: 0644]
Zend/tests/bug53347.phpt [new file with mode: 0644]
Zend/tests/bug53432.phpt [new file with mode: 0644]
Zend/tests/bug53511.phpt [new file with mode: 0644]
Zend/tests/bug53629.phpt [new file with mode: 0644]
Zend/tests/bug53632.phpt [new file with mode: 0644]
Zend/tests/bug53727.phpt [new file with mode: 0644]
Zend/tests/bug53748.phpt [new file with mode: 0644]
Zend/tests/bug53826.phpt [new file with mode: 0644]
Zend/tests/bug53958.phpt [new file with mode: 0644]
Zend/tests/bug53971.phpt [new file with mode: 0644]
Zend/tests/bug54013.phpt [new file with mode: 0644]
Zend/tests/bug54039.phpt [new file with mode: 0644]
Zend/tests/bug54043.phpt [new file with mode: 0644]
Zend/tests/bug54268.phpt [new file with mode: 0644]
Zend/tests/bug54305.phpt [new file with mode: 0644]
Zend/tests/bug54358.phpt [new file with mode: 0644]
Zend/tests/bug54367.phpt [new file with mode: 0644]
Zend/tests/bug54372.phpt [new file with mode: 0644]
Zend/tests/bug54547.phpt [new file with mode: 0644]
Zend/tests/bug54624.phpt [new file with mode: 0644]
Zend/tests/bug54804.inc [new file with mode: 0644]
Zend/tests/bug54804.phpt [new file with mode: 0644]
Zend/tests/bug54910.phpt [new file with mode: 0644]
Zend/tests/bug55007.phpt [new file with mode: 0644]
Zend/tests/bug55086.phpt [new file with mode: 0644]
Zend/tests/bug55135.phpt [new file with mode: 0644]
Zend/tests/bug55156.phpt [new file with mode: 0644]
Zend/tests/bug55247.phpt [new file with mode: 0644]
Zend/tests/bug55305.phpt [new file with mode: 0644]
Zend/tests/bug55445.phpt [new file with mode: 0644]
Zend/tests/bug55509.phpt [new file with mode: 0644]
Zend/tests/bug55578.phpt [new file with mode: 0644]
Zend/tests/bug55705.phpt [new file with mode: 0644]
Zend/tests/bug55825.phpt [new file with mode: 0644]
Zend/tests/bug60099.phpt [new file with mode: 0644]
Zend/tests/bug60138.phpt [new file with mode: 0644]
Zend/tests/bug60139.phpt [new file with mode: 0644]
Zend/tests/bug60161.phpt [new file with mode: 0644]
Zend/tests/bug60169.phpt [new file with mode: 0644]
Zend/tests/bug60350.phpt [new file with mode: 0644]
Zend/tests/bug60362.phpt [new file with mode: 0644]
Zend/tests/bug60444.phpt [new file with mode: 0644]
Zend/tests/bug60536_001.phpt [new file with mode: 0644]
Zend/tests/bug60536_002.phpt [new file with mode: 0644]
Zend/tests/bug60536_003.phpt [new file with mode: 0644]
Zend/tests/bug60536_004.phpt [new file with mode: 0644]
Zend/tests/bug60536_005.phpt [new file with mode: 0644]
Zend/tests/bug60569.phpt [new file with mode: 0644]
Zend/tests/bug60573.phpt [new file with mode: 0644]
Zend/tests/bug60573_2.phpt [new file with mode: 0644]
Zend/tests/bug60598.phpt [new file with mode: 0644]
Zend/tests/bug60611.phpt [new file with mode: 0644]
Zend/tests/bug60613.phpt [new file with mode: 0644]
Zend/tests/bug60738.phpt [new file with mode: 0644]
Zend/tests/bug60738_variation.phpt [new file with mode: 0644]
Zend/tests/bug60771.phpt [new file with mode: 0644]
Zend/tests/bug60825.phpt [new file with mode: 0644]
Zend/tests/bug60833.phpt [new file with mode: 0644]
Zend/tests/bug60909_1.phpt [new file with mode: 0644]
Zend/tests/bug60909_2.phpt [new file with mode: 0644]
Zend/tests/bug60978.phpt [new file with mode: 0644]
Zend/tests/bug61011.phpt [new file with mode: 0644]
Zend/tests/bug61025.phpt [new file with mode: 0644]
Zend/tests/bug61087.phpt [new file with mode: 0644]
Zend/tests/bug61095.phpt [new file with mode: 0644]
Zend/tests/bug61165.phpt [new file with mode: 0644]
Zend/tests/bug61225.phpt [new file with mode: 0644]
Zend/tests/bug61273.phpt [new file with mode: 0644]
Zend/tests/bug61362.phpt [new file with mode: 0644]
Zend/tests/bug61681.phpt [new file with mode: 0644]
Zend/tests/bug61761.phpt [new file with mode: 0644]
Zend/tests/bug61767.phpt [new file with mode: 0644]
Zend/tests/bug61782.phpt [new file with mode: 0644]
Zend/tests/bug61970.phpt [new file with mode: 0644]
Zend/tests/bug61970_1.phpt [new file with mode: 0644]
Zend/tests/bug61970_2.phpt [new file with mode: 0644]
Zend/tests/bug62069.phpt [new file with mode: 0644]
Zend/tests/bug62069_2.phpt [new file with mode: 0644]
Zend/tests/bug62097.phpt [new file with mode: 0644]
Zend/tests/bug62343.phpt [new file with mode: 0644]
Zend/tests/bug62358.phpt [new file with mode: 0644]
Zend/tests/bug62441.phpt [new file with mode: 0644]
Zend/tests/bug62609.phpt [new file with mode: 0644]
Zend/tests/bug62609_2.phpt [new file with mode: 0644]
Zend/tests/bug62653.phpt [new file with mode: 0644]
Zend/tests/bug62680.phpt [new file with mode: 0644]
Zend/tests/bug62763.phpt [new file with mode: 0644]
Zend/tests/bug62814.phpt [new file with mode: 0644]
Zend/tests/bug62892.phpt [new file with mode: 0644]
Zend/tests/bug62907.phpt [new file with mode: 0644]
Zend/tests/bug62956.phpt [new file with mode: 0644]
Zend/tests/bug62991.phpt [new file with mode: 0644]
Zend/tests/bug63055.phpt [new file with mode: 0644]
Zend/tests/bug63111.phpt [new file with mode: 0644]
Zend/tests/bug63173.phpt [new file with mode: 0644]
Zend/tests/bug63206.phpt [new file with mode: 0644]
Zend/tests/bug63206_1.phpt [new file with mode: 0644]
Zend/tests/bug63206_2.phpt [new file with mode: 0644]
Zend/tests/bug63217.phpt [new file with mode: 0644]
Zend/tests/bug63219.phpt [new file with mode: 0644]
Zend/tests/bug63305.phpt [new file with mode: 0644]
Zend/tests/bug63462.phpt [new file with mode: 0644]
Zend/tests/bug63468.phpt [new file with mode: 0644]
Zend/tests/bug63635.phpt [new file with mode: 0644]
Zend/tests/bug63734.phpt [new file with mode: 0644]
Zend/tests/bug63741.phpt [new file with mode: 0644]
Zend/tests/bug63762.phpt [new file with mode: 0644]
Zend/tests/bug63816.phpt [new file with mode: 0644]
Zend/tests/bug63882.phpt [new file with mode: 0644]
Zend/tests/bug63882_2.phpt [new file with mode: 0644]
Zend/tests/bug63976.phpt [new file with mode: 0644]
Zend/tests/bug63982.phpt [new file with mode: 0644]
Zend/tests/bug64135.phpt [new file with mode: 0644]
Zend/tests/bug64239_1.phpt [new file with mode: 0644]
Zend/tests/bug64239_2.phpt [new file with mode: 0644]
Zend/tests/bug64239_3.phpt [new file with mode: 0644]
Zend/tests/bug64239_4.phpt [new file with mode: 0644]
Zend/tests/bug64354.phpt [new file with mode: 0644]
Zend/tests/bug64417.phpt [new file with mode: 0644]
Zend/tests/bug64515.phpt [new file with mode: 0644]
Zend/tests/bug64555.phpt [new file with mode: 0644]
Zend/tests/bug64578.phpt [new file with mode: 0644]
Zend/tests/bug64660.phpt [new file with mode: 0644]
Zend/tests/bug64677.phpt [new file with mode: 0644]
Zend/tests/bug64720.phpt [new file with mode: 0644]
Zend/tests/bug64821.1.phpt [new file with mode: 0644]
Zend/tests/bug64821.2.phpt [new file with mode: 0644]
Zend/tests/bug64821.3.phpt [new file with mode: 0644]
Zend/tests/bug64896.phpt [new file with mode: 0644]
Zend/tests/bug64960.phpt [new file with mode: 0644]
Zend/tests/bug64966.phpt [new file with mode: 0644]
Zend/tests/bug64979.phpt [new file with mode: 0644]
Zend/tests/bug64988.phpt [new file with mode: 0644]
Zend/tests/bug65051.phpt [new file with mode: 0644]
Zend/tests/bug65108.phpt [new file with mode: 0644]
Zend/tests/bug65254.phpt [new file with mode: 0644]
Zend/tests/bug65291.phpt [new file with mode: 0644]
Zend/tests/bug65322.phpt [new file with mode: 0644]
Zend/tests/bug65372.phpt [new file with mode: 0644]
Zend/tests/bug65419.phpt [new file with mode: 0644]
Zend/tests/bug65579.phpt [new file with mode: 0644]
Zend/tests/bug65784.phpt [new file with mode: 0644]
Zend/tests/bug65911.phpt [new file with mode: 0644]
Zend/tests/bug65969.phpt [new file with mode: 0644]
Zend/tests/bug66015.phpt [new file with mode: 0644]
Zend/tests/bug66218.phpt [new file with mode: 0644]
Zend/tests/bug66252.phpt [new file with mode: 0644]
Zend/tests/bug66286.phpt [new file with mode: 0644]
Zend/tests/bug66608.phpt [new file with mode: 0644]
Zend/tests/bug66609.phpt [new file with mode: 0644]
Zend/tests/bug66660.phpt [new file with mode: 0644]
Zend/tests/bug66719.phpt [new file with mode: 0644]
Zend/tests/bug66811.phpt [new file with mode: 0644]
Zend/tests/bug67111.phpt [new file with mode: 0644]
Zend/tests/bug67169.phpt [new file with mode: 0644]
Zend/tests/bug67314.phpt [new file with mode: 0644]
Zend/tests/bug67368.phpt [new file with mode: 0644]
Zend/tests/bug67436/a.inc [new file with mode: 0644]
Zend/tests/bug67436/b.inc [new file with mode: 0644]
Zend/tests/bug67436/bug67436.phpt [new file with mode: 0644]
Zend/tests/bug67436/bug67436_nohandler.phpt [new file with mode: 0644]
Zend/tests/bug67436/c.inc [new file with mode: 0644]
Zend/tests/bug67633.phpt [new file with mode: 0644]
Zend/tests/bug67856.phpt [new file with mode: 0644]
Zend/tests/bug67874.phpt [new file with mode: 0644]
Zend/tests/bug67922.phpt [new file with mode: 0644]
Zend/tests/bug67938.phpt [new file with mode: 0644]
Zend/tests/bug67985.phpt [new file with mode: 0644]
Zend/tests/bug68118.phpt [new file with mode: 0644]
Zend/tests/bug68148.phpt [new file with mode: 0644]
Zend/tests/bug68162.phpt [new file with mode: 0644]
Zend/tests/bug68163.phpt [new file with mode: 0644]
Zend/tests/bug68191.phpt [new file with mode: 0644]
Zend/tests/bug68215.phpt [new file with mode: 0644]
Zend/tests/bug68262.phpt [new file with mode: 0644]
Zend/tests/bug68370.phpt [new file with mode: 0644]
Zend/tests/bug68412.phpt [new file with mode: 0644]
Zend/tests/bug68446.phpt [new file with mode: 0644]
Zend/tests/bug68475.phpt [new file with mode: 0644]
Zend/tests/bug68652.phpt [new file with mode: 0644]
Zend/tests/bug68775.phpt [new file with mode: 0644]
Zend/tests/bug68797.phpt [new file with mode: 0644]
Zend/tests/bug68887.phpt [new file with mode: 0644]
Zend/tests/bug68896.phpt [new file with mode: 0644]
Zend/tests/bug69017.phpt [new file with mode: 0644]
Zend/tests/bug69025.phpt [new file with mode: 0644]
Zend/tests/bug69084.phpt [new file with mode: 0644]
Zend/tests/bug69092.2.phpt [new file with mode: 0644]
Zend/tests/bug69092.phpt [new file with mode: 0644]
Zend/tests/bug69124.phpt [new file with mode: 0644]
Zend/tests/bug69167.phpt [new file with mode: 0644]
Zend/tests/bug69174.phpt [new file with mode: 0644]
Zend/tests/bug69180-backtrace.phpt [new file with mode: 0644]
Zend/tests/bug69201.phpt [new file with mode: 0644]
Zend/tests/bug69212.phpt [new file with mode: 0644]
Zend/tests/bug69221.phpt [new file with mode: 0644]
Zend/tests/bug69221_2.phpt [new file with mode: 0644]
Zend/tests/bug69315.phpt [new file with mode: 0644]
Zend/tests/bug69376.phpt [new file with mode: 0644]
Zend/tests/bug69376_2.phpt [new file with mode: 0644]
Zend/tests/bug69388.phpt [new file with mode: 0644]
Zend/tests/bug69388_2.phpt [new file with mode: 0644]
Zend/tests/bug69420.phpt [new file with mode: 0644]
Zend/tests/bug69427.phpt [new file with mode: 0644]
Zend/tests/bug69446.phpt [new file with mode: 0644]
Zend/tests/bug69446_2.phpt [new file with mode: 0644]
Zend/tests/bug69467.phpt [new file with mode: 0644]
Zend/tests/bug69532.phpt [new file with mode: 0644]
Zend/tests/bug69534.phpt [new file with mode: 0644]
Zend/tests/bug69537.phpt [new file with mode: 0644]
Zend/tests/bug69551.phpt [new file with mode: 0644]
Zend/tests/bug69568.phpt [new file with mode: 0644]
Zend/tests/bug69599.phpt [new file with mode: 0644]
Zend/tests/bug69640.phpt [new file with mode: 0644]
Zend/tests/bug69676.phpt [new file with mode: 0644]
Zend/tests/bug69676_2.phpt [new file with mode: 0644]
Zend/tests/bug69676_3.phpt [new file with mode: 0644]
Zend/tests/bug69732.phpt [new file with mode: 0644]
Zend/tests/bug69740.phpt [new file with mode: 0644]
Zend/tests/bug69754.phpt [new file with mode: 0644]
Zend/tests/bug69755.phpt [new file with mode: 0644]
Zend/tests/bug69756.phpt [new file with mode: 0644]
Zend/tests/bug69758.phpt [new file with mode: 0644]
Zend/tests/bug69761.phpt [new file with mode: 0644]
Zend/tests/bug69767.phpt [new file with mode: 0644]
Zend/tests/bug69788.phpt [new file with mode: 0644]
Zend/tests/bug69802_2.phpt [new file with mode: 0644]
Zend/tests/bug69805.phpt [new file with mode: 0644]
Zend/tests/bug69825.phpt [new file with mode: 0644]
Zend/tests/bug69832.phpt [new file with mode: 0644]
Zend/tests/bug69871.phpt [new file with mode: 0644]
Zend/tests/bug69889.phpt [new file with mode: 0644]
Zend/tests/bug69891.phpt [new file with mode: 0644]
Zend/tests/bug69892.phpt [new file with mode: 0644]
Zend/tests/bug69893.phpt [new file with mode: 0644]
Zend/tests/bug69905.phpt [new file with mode: 0644]
Zend/tests/bug69955.phpt [new file with mode: 0644]
Zend/tests/bug69957.phpt [new file with mode: 0644]
Zend/tests/bug69989_1.phpt [new file with mode: 0644]
Zend/tests/bug69989_2.phpt [new file with mode: 0644]
Zend/tests/bug69989_3.phpt [new file with mode: 0644]
Zend/tests/bug69996.phpt [new file with mode: 0644]
Zend/tests/bug70012.phpt [new file with mode: 0644]
Zend/tests/bug70083.phpt [new file with mode: 0644]
Zend/tests/bug70089.phpt [new file with mode: 0644]
Zend/tests/bug70117.phpt [new file with mode: 0644]
Zend/tests/bug70121.phpt [new file with mode: 0644]
Zend/tests/bug70124.phpt [new file with mode: 0644]
Zend/tests/bug70156.phpt [new file with mode: 0644]
Zend/tests/bug70164.phpt [new file with mode: 0644]
Zend/tests/bug70173.phpt [new file with mode: 0644]
Zend/tests/bug70179.phpt [new file with mode: 0644]
Zend/tests/bug70182.phpt [new file with mode: 0644]
Zend/tests/bug70183.phpt [new file with mode: 0644]
Zend/tests/bug70187.phpt [new file with mode: 0644]
Zend/tests/bug70187_2.phpt [new file with mode: 0644]
Zend/tests/bug70215.phpt [new file with mode: 0644]
Zend/tests/bug70223.phpt [new file with mode: 0644]
Zend/tests/bug70240.phpt [new file with mode: 0644]
Zend/tests/bug70241.phpt [new file with mode: 0644]
Zend/tests/bug70253.phpt [new file with mode: 0644]
Zend/tests/bug70258.phpt [new file with mode: 0644]
Zend/tests/bug70262.phpt [new file with mode: 0644]
Zend/tests/bug70288.phpt [new file with mode: 0644]
Zend/tests/bug70293.phpt [new file with mode: 0644]
Zend/tests/bug70321.phpt [new file with mode: 0644]
Zend/tests/bug70332.phpt [new file with mode: 0644]
Zend/tests/bug70397.phpt [new file with mode: 0644]
Zend/tests/bug70398.phpt [new file with mode: 0644]
Zend/tests/bug70430.phpt [new file with mode: 0644]
Zend/tests/bug70478.phpt [new file with mode: 0644]
Zend/tests/bug70547.phpt [new file with mode: 0644]
Zend/tests/bug70630.phpt [new file with mode: 0644]
Zend/tests/bug70662.phpt [new file with mode: 0644]
Zend/tests/bug70681.phpt [new file with mode: 0644]
Zend/tests/bug70685.phpt [new file with mode: 0644]
Zend/tests/bug70689.phpt [new file with mode: 0644]
Zend/tests/bug70748.phpt [new file with mode: 0644]
Zend/tests/bug70782.phpt [new file with mode: 0644]
Zend/tests/bug70785.phpt [new file with mode: 0644]
Zend/tests/bug70804.phpt [new file with mode: 0644]
Zend/tests/bug70805.phpt [new file with mode: 0644]
Zend/tests/bug70805_1.phpt [new file with mode: 0644]
Zend/tests/bug70805_2.phpt [new file with mode: 0644]
Zend/tests/bug70873.phpt [new file with mode: 0644]
Zend/tests/bug70895.phpt [new file with mode: 0644]
Zend/tests/bug70898.phpt [new file with mode: 0644]
Zend/tests/bug70912.phpt [new file with mode: 0644]
Zend/tests/bug70914.phpt [new file with mode: 0644]
Zend/tests/bug70918.phpt [new file with mode: 0644]
Zend/tests/bug70944.phpt [new file with mode: 0644]
Zend/tests/bug70957.phpt [new file with mode: 0644]
Zend/tests/bug70958.phpt [new file with mode: 0644]
Zend/tests/bug70967.phpt [new file with mode: 0644]
Zend/tests/bug70987.phpt [new file with mode: 0644]
Zend/tests/bug70997.phpt [new file with mode: 0644]
Zend/tests/bug71030.phpt [new file with mode: 0644]
Zend/tests/bug71067.phpt [new file with mode: 0644]
Zend/tests/bug71086.phpt [new file with mode: 0644]
Zend/tests/bug71154.phpt [new file with mode: 0644]
Zend/tests/bug71163.phpt [new file with mode: 0644]
Zend/tests/bug71196.phpt [new file with mode: 0644]
Zend/tests/bug71221.phpt [new file with mode: 0644]
Zend/tests/bug71248.phpt [new file with mode: 0644]
Zend/tests/bug71266.phpt [new file with mode: 0644]
Zend/tests/bug71275.phpt [new file with mode: 0644]
Zend/tests/bug71300.phpt [new file with mode: 0644]
Zend/tests/bug71336.phpt [new file with mode: 0644]
Zend/tests/bug71359.phpt [new file with mode: 0644]
Zend/tests/bug71414.phpt [new file with mode: 0644]
Zend/tests/bug71428.1.phpt [new file with mode: 0644]
Zend/tests/bug71428.2.phpt [new file with mode: 0644]
Zend/tests/bug71428.3.phpt [new file with mode: 0644]
Zend/tests/bug71470.phpt [new file with mode: 0644]
Zend/tests/bug71474.phpt [new file with mode: 0644]
Zend/tests/bug71529.phpt [new file with mode: 0644]
Zend/tests/bug71539.phpt [new file with mode: 0644]
Zend/tests/bug71539_1.phpt [new file with mode: 0644]
Zend/tests/bug71539_2.phpt [new file with mode: 0644]
Zend/tests/bug71539_3.phpt [new file with mode: 0644]
Zend/tests/bug71539_4.phpt [new file with mode: 0644]
Zend/tests/bug71539_5.phpt [new file with mode: 0644]
Zend/tests/bug71572.phpt [new file with mode: 0644]
Zend/tests/bug71622.phpt [new file with mode: 0644]
Zend/tests/bug71724.phpt [new file with mode: 0644]
Zend/tests/bug71731.phpt [new file with mode: 0644]
Zend/tests/bug71737.phpt [new file with mode: 0644]
Zend/tests/bug71756.phpt [new file with mode: 0644]
Zend/tests/bug71818.phpt [new file with mode: 0644]
Zend/tests/bug71841.phpt [new file with mode: 0644]
Zend/tests/bug71859.phpt [new file with mode: 0644]
Zend/tests/bug71871.phpt [new file with mode: 0644]
Zend/tests/bug71871_2.phpt [new file with mode: 0644]
Zend/tests/bug71914.phpt [new file with mode: 0644]
Zend/tests/bug71922.phpt [new file with mode: 0644]
Zend/tests/bug71930.phpt [new file with mode: 0644]
Zend/tests/bug71980.phpt [new file with mode: 0644]
Zend/tests/bug72038.phpt [new file with mode: 0644]
Zend/tests/bug72101.phpt [new file with mode: 0644]
Zend/tests/bug72107.phpt [new file with mode: 0644]
Zend/tests/bug72119.phpt [new file with mode: 0644]
Zend/tests/bug72162.phpt [new file with mode: 0644]
Zend/tests/bug72177.phpt [new file with mode: 0644]
Zend/tests/bug72177_2.phpt [new file with mode: 0644]
Zend/tests/bug72188.phpt [new file with mode: 0644]
Zend/tests/bug72215.phpt [new file with mode: 0644]
Zend/tests/bug72215_1.phpt [new file with mode: 0644]
Zend/tests/bug72215_2.phpt [new file with mode: 0644]
Zend/tests/bug72215_3.phpt [new file with mode: 0644]
Zend/tests/bug72216.phpt [new file with mode: 0644]
Zend/tests/bug72335.phpt [new file with mode: 0644]
Zend/tests/bug72347.phpt [new file with mode: 0644]
Zend/tests/bug72373.phpt [new file with mode: 0644]
Zend/tests/bug72395.phpt [new file with mode: 0644]
Zend/tests/bug72441.phpt [new file with mode: 0644]
Zend/tests/bug72496.phpt [new file with mode: 0644]
Zend/tests/bug72508.phpt [new file with mode: 0644]
Zend/tests/bug72530.phpt [new file with mode: 0644]
Zend/tests/bug72543.phpt [new file with mode: 0644]
Zend/tests/bug72543_1.phpt [new file with mode: 0644]
Zend/tests/bug72543_2.phpt [new file with mode: 0644]
Zend/tests/bug72543_3.phpt [new file with mode: 0644]
Zend/tests/bug72543_4.phpt [new file with mode: 0644]
Zend/tests/bug72543_5.phpt [new file with mode: 0644]
Zend/tests/bug72581.phpt [new file with mode: 0644]
Zend/tests/bug72594.phpt [new file with mode: 0644]
Zend/tests/bug72598.phpt [new file with mode: 0644]
Zend/tests/bug72598_2.phpt [new file with mode: 0644]
Zend/tests/bug72767.phpt [new file with mode: 0644]
Zend/tests/bug72813.phpt [new file with mode: 0644]
Zend/tests/bug72854.phpt [new file with mode: 0644]
Zend/tests/bug72918.phpt [new file with mode: 0644]
Zend/tests/bug72943.phpt [new file with mode: 0644]
Zend/tests/bug72944.phpt [new file with mode: 0644]
Zend/tests/bug73156.phpt [new file with mode: 0644]
Zend/tests/bug73288.phpt [new file with mode: 0644]
Zend/tests/bug73337.phpt [new file with mode: 0644]
Zend/tests/bug73338.phpt [new file with mode: 0644]
Zend/tests/bug73350.phpt [new file with mode: 0644]
Zend/tests/bug73663.phpt [new file with mode: 0644]
Zend/tests/bug73663_2.phpt [new file with mode: 0644]
Zend/tests/bug73753.phpt [new file with mode: 0644]
Zend/tests/bug73792.phpt [new file with mode: 0644]
Zend/tests/bug73816.phpt [new file with mode: 0644]
Zend/tests/bug73900.phpt [new file with mode: 0644]
Zend/tests/bug73916.phpt [new file with mode: 0644]
Zend/tests/bug73954.phpt [new file with mode: 0644]
Zend/tests/bug73960.phpt [new file with mode: 0644]
Zend/tests/bug73987.phpt [new file with mode: 0644]
Zend/tests/bug73987_1.phpt [new file with mode: 0644]
Zend/tests/bug73987_2.phpt [new file with mode: 0644]
Zend/tests/bug73987_3.phpt [new file with mode: 0644]
Zend/tests/bug73989.phpt [new file with mode: 0644]
Zend/tests/bug73998.phpt [new file with mode: 0644]
Zend/tests/bug74053.phpt [new file with mode: 0644]
Zend/tests/bug74084.phpt [new file with mode: 0644]
Zend/tests/bug74093.phpt [new file with mode: 0644]
Zend/tests/bug74164.phpt [new file with mode: 0644]
Zend/tests/bug74269.phpt [new file with mode: 0644]
Zend/tests/bug74340.phpt [new file with mode: 0644]
Zend/tests/bug74546.phpt [new file with mode: 0644]
Zend/tests/bug74603.ini [new file with mode: 0644]
Zend/tests/bug74603.phpt [new file with mode: 0644]
Zend/tests/bug74657.phpt [new file with mode: 0644]
Zend/tests/bug74810.phpt [new file with mode: 0644]
Zend/tests/bug74836.phpt [new file with mode: 0644]
Zend/tests/bug74840.phpt [new file with mode: 0644]
Zend/tests/bug74862.phpt [new file with mode: 0644]
Zend/tests/bug74862_2.phpt [new file with mode: 0644]
Zend/tests/bug74947.phpt [new file with mode: 0644]
Zend/tests/bug75079.phpt [new file with mode: 0644]
Zend/tests/bug75079_2.phpt [new file with mode: 0644]
Zend/tests/bug75218.phpt [new file with mode: 0644]
Zend/tests/bug75241.phpt [new file with mode: 0644]
Zend/tests/bug75252.phpt [new file with mode: 0644]
Zend/tests/bug75290.phpt [new file with mode: 0644]
Zend/tests/bug75420.1.phpt [new file with mode: 0644]
Zend/tests/bug75420.10.phpt [new file with mode: 0644]
Zend/tests/bug75420.11.phpt [new file with mode: 0644]
Zend/tests/bug75420.12.phpt [new file with mode: 0644]
Zend/tests/bug75420.13.phpt [new file with mode: 0644]
Zend/tests/bug75420.14.phpt [new file with mode: 0644]
Zend/tests/bug75420.15.phpt [new file with mode: 0644]
Zend/tests/bug75420.16.phpt [new file with mode: 0644]
Zend/tests/bug75420.2.phpt [new file with mode: 0644]
Zend/tests/bug75420.3.phpt [new file with mode: 0644]
Zend/tests/bug75420.4.phpt [new file with mode: 0644]
Zend/tests/bug75420.5.phpt [new file with mode: 0644]
Zend/tests/bug75420.6.phpt [new file with mode: 0644]
Zend/tests/bug75420.7.phpt [new file with mode: 0644]
Zend/tests/bug75420.8.phpt [new file with mode: 0644]
Zend/tests/bug75420.9.phpt [new file with mode: 0644]
Zend/tests/bug75420.phpt [new file with mode: 0644]
Zend/tests/bug75426.phpt [new file with mode: 0644]
Zend/tests/bug75474.phpt [new file with mode: 0644]
Zend/tests/bug75573.phpt [new file with mode: 0644]
Zend/tests/bug75786.phpt [new file with mode: 0644]
Zend/tests/bug75921.phpt [new file with mode: 0644]
Zend/tests/bug76025.phpt [new file with mode: 0644]
Zend/tests/bug76047.phpt [new file with mode: 0644]
Zend/tests/bug76383.phpt [new file with mode: 0644]
Zend/tests/bug76430.phpt [new file with mode: 0644]
Zend/tests/bug76439.phpt [new file with mode: 0644]
Zend/tests/bug76439_2.phpt [new file with mode: 0644]
Zend/tests/bug76451.inc [new file with mode: 0644]
Zend/tests/bug76451.phpt [new file with mode: 0644]
Zend/tests/bug76451_2.inc [new file with mode: 0644]
Zend/tests/bug76451_2.phpt [new file with mode: 0644]
Zend/tests/bug76502.phpt [new file with mode: 0644]
Zend/tests/bug76534.phpt [new file with mode: 0644]
Zend/tests/bug76667.phpt [new file with mode: 0644]
Zend/tests/bug76752.phpt [new file with mode: 0644]
Zend/tests/bug76754.phpt [new file with mode: 0644]
Zend/tests/bug76800.phpt [new file with mode: 0644]
Zend/tests/bug76846.phpt [new file with mode: 0644]
Zend/tests/bug76860.phpt [new file with mode: 0644]
Zend/tests/bug76860_2.phpt [new file with mode: 0644]
Zend/tests/bug76869.phpt [new file with mode: 0644]
Zend/tests/bug76901.phpt [new file with mode: 0644]
Zend/tests/bug76946.phpt [new file with mode: 0644]
Zend/tests/bug76965.phpt [new file with mode: 0644]
Zend/tests/bug77291.phpt [new file with mode: 0644]
Zend/tests/bug77339.phpt [new file with mode: 0644]
Zend/tests/bug77345_gc_1.phpt [new file with mode: 0644]
Zend/tests/bug77345_gc_2.phpt [new file with mode: 0644]
Zend/tests/bug77376.phpt [new file with mode: 0644]
Zend/tests/bug77494.phpt [new file with mode: 0644]
Zend/tests/bug77530.phpt [new file with mode: 0644]
Zend/tests/bug77589.phpt [new file with mode: 0644]
Zend/tests/bug77613.phpt [new file with mode: 0644]
Zend/tests/bug77627.phpt [new file with mode: 0644]
Zend/tests/bug77652.inc [new file with mode: 0644]
Zend/tests/bug77652.phpt [new file with mode: 0644]
Zend/tests/bug77660.phpt [new file with mode: 0644]
Zend/tests/bug77738.phpt [new file with mode: 0644]
Zend/tests/bug77877.phpt [new file with mode: 0644]
Zend/tests/bug77922.phpt [new file with mode: 0644]
Zend/tests/bug77966.phpt [new file with mode: 0644]
Zend/tests/bug77993.phpt [new file with mode: 0644]
Zend/tests/bug78010.phpt [new file with mode: 0644]
Zend/tests/bug78151.phpt [new file with mode: 0644]
Zend/tests/bug78154.phpt [new file with mode: 0644]
Zend/tests/bug78182.phpt [new file with mode: 0644]
Zend/tests/bug78239.phpt [new file with mode: 0644]
Zend/tests/bug78271.phpt [new file with mode: 0644]
Zend/tests/bug78335.phpt [new file with mode: 0644]
Zend/tests/bug78335_2.phpt [new file with mode: 0644]
Zend/tests/bug78340.phpt [new file with mode: 0644]
Zend/tests/bug78344.phpt [new file with mode: 0644]
Zend/tests/bug78356.phpt [new file with mode: 0644]
Zend/tests/bug78363.phpt [new file with mode: 0644]
Zend/tests/bug78379.phpt [new file with mode: 0644]
Zend/tests/bug78379_2.phpt [new file with mode: 0644]
Zend/tests/bug78396.phpt [new file with mode: 0644]
Zend/tests/bug78406.phpt [new file with mode: 0644]
Zend/tests/bug78454_1.phpt [new file with mode: 0644]
Zend/tests/bug78454_2.phpt [new file with mode: 0644]
Zend/tests/bug78502.phpt [new file with mode: 0644]
Zend/tests/bug78531.phpt [new file with mode: 0644]
Zend/tests/bug78589.phpt [new file with mode: 0644]
Zend/tests/bug78598.phpt [new file with mode: 0644]
Zend/tests/bug78644.phpt [new file with mode: 0644]
Zend/tests/bug78658.phpt [new file with mode: 0644]
Zend/tests/bug78689.phpt [new file with mode: 0644]
Zend/tests/bug78752.phpt [new file with mode: 0644]
Zend/tests/bug78770.phpt [new file with mode: 0644]
Zend/tests/bug78776.phpt [new file with mode: 0644]
Zend/tests/bug78787.phpt [new file with mode: 0644]
Zend/tests/bug78810.phpt [new file with mode: 0644]
Zend/tests/bug78868.phpt [new file with mode: 0644]
Zend/tests/bug78898.phpt [new file with mode: 0644]
Zend/tests/bug78921.phpt [new file with mode: 0644]
Zend/tests/bug78926.phpt [new file with mode: 0644]
Zend/tests/bug78973.phpt [new file with mode: 0644]
Zend/tests/bug78999.phpt [new file with mode: 0644]
Zend/tests/bug79022.phpt [new file with mode: 0644]
Zend/tests/bug79108.phpt [new file with mode: 0644]
Zend/tests/bug79155.phpt [new file with mode: 0644]
Zend/tests/bug79364.phpt [new file with mode: 0644]
Zend/tests/bug79382.phpt [new file with mode: 0644]
Zend/tests/bug79477.phpt [new file with mode: 0644]
Zend/tests/bug79514.phpt [new file with mode: 0644]
Zend/tests/bug79599.phpt [new file with mode: 0644]
Zend/tests/bug79657.phpt [new file with mode: 0644]
Zend/tests/bug79668.phpt [new file with mode: 0644]
Zend/tests/bug79778.phpt [new file with mode: 0644]
Zend/tests/bug79783.phpt [new file with mode: 0644]
Zend/tests/bug79784.phpt [new file with mode: 0644]
Zend/tests/bug79790.phpt [new file with mode: 0644]
Zend/tests/bug79791.phpt [new file with mode: 0644]
Zend/tests/bug79792.phpt [new file with mode: 0644]
Zend/tests/bug79793.phpt [new file with mode: 0644]
Zend/tests/bug79818.phpt [new file with mode: 0644]
Zend/tests/bug79828.phpt [new file with mode: 0644]
Zend/tests/bug79862.phpt [new file with mode: 0644]
Zend/tests/bug79897.phpt [new file with mode: 0644]
Zend/tests/bug79900.phpt [new file with mode: 0644]
Zend/tests/bug79919.phpt [new file with mode: 0644]
Zend/tests/bug79927.phpt [new file with mode: 0644]
Zend/tests/bug79934.phpt [new file with mode: 0644]
Zend/tests/bug79947.phpt [new file with mode: 0644]
Zend/tests/bug79948.inc [new file with mode: 0644]
Zend/tests/bug79948.phpt [new file with mode: 0644]
Zend/tests/bug79979.phpt [new file with mode: 0644]
Zend/tests/bug80030.phpt [new file with mode: 0644]
Zend/tests/bug80037.phpt [new file with mode: 0644]
Zend/tests/bug80045.phpt [new file with mode: 0644]
Zend/tests/bug80046.phpt [new file with mode: 0644]
Zend/tests/bug80049.phpt [new file with mode: 0644]
Zend/tests/bug80055.phpt [new file with mode: 0644]
Zend/tests/bug80072.phpt [new file with mode: 0644]
Zend/tests/bug80096.phpt [new file with mode: 0644]
Zend/tests/bug80126.phpt [new file with mode: 0644]
Zend/tests/bug80126_2.phpt [new file with mode: 0644]
Zend/tests/bug80184.phpt [new file with mode: 0644]
Zend/tests/bug80194.phpt [new file with mode: 0644]
Zend/tests/bug80255.phpt [new file with mode: 0644]
Zend/tests/bug80391.phpt [new file with mode: 0644]
Zend/tests/bug80404.phpt [new file with mode: 0644]
Zend/tests/bug80781.phpt [new file with mode: 0644]
Zend/tests/bug80811.phpt [new file with mode: 0644]
Zend/tests/bug80972.phpt [new file with mode: 0644]
Zend/tests/bug81070.phpt [new file with mode: 0644]
Zend/tests/bug81076.phpt [new file with mode: 0644]
Zend/tests/bug81104.phpt [new file with mode: 0644]
Zend/tests/bug81159.phpt [new file with mode: 0644]
Zend/tests/bug81192.phpt [new file with mode: 0644]
Zend/tests/bug81192_trait.inc [new file with mode: 0644]
Zend/tests/bug81216.phpt [new file with mode: 0644]
Zend/tests/bug81216_2.phpt [new file with mode: 0644]
Zend/tests/bug81377.phpt [new file with mode: 0644]
Zend/tests/bug81626.phpt [new file with mode: 0644]
Zend/tests/bug81631.phpt [new file with mode: 0644]
Zend/tests/bug81652.phpt [new file with mode: 0644]
Zend/tests/bug81684.phpt [new file with mode: 0644]
Zend/tests/bugGH-8655.phpt [new file with mode: 0644]
Zend/tests/bug_debug_backtrace.phpt [new file with mode: 0644]
Zend/tests/bug_debug_backtrace_replace_zend_execute_ex.phpt [new file with mode: 0644]
Zend/tests/builtin_in_write_context_error1.phpt [new file with mode: 0644]
Zend/tests/builtin_in_write_context_error2.phpt [new file with mode: 0644]
Zend/tests/bw_or_assign_with_ref.phpt [new file with mode: 0644]
Zend/tests/by_ref_optimization.phpt [new file with mode: 0644]
Zend/tests/call_static.phpt [new file with mode: 0644]
Zend/tests/call_static_002.phpt [new file with mode: 0644]
Zend/tests/call_static_003.phpt [new file with mode: 0644]
Zend/tests/call_static_004.phpt [new file with mode: 0644]
Zend/tests/call_static_006.phpt [new file with mode: 0644]
Zend/tests/call_static_007.phpt [new file with mode: 0644]
Zend/tests/call_to_abstract_method_args.phpt [new file with mode: 0644]
Zend/tests/call_to_deprecated_function_args.phpt [new file with mode: 0644]
Zend/tests/call_user_func_001.phpt [new file with mode: 0644]
Zend/tests/call_user_func_002.phpt [new file with mode: 0644]
Zend/tests/call_user_func_003.phpt [new file with mode: 0644]
Zend/tests/call_user_func_005.phpt [new file with mode: 0644]
Zend/tests/call_user_func_006.phpt [new file with mode: 0644]
Zend/tests/call_user_func_007.phpt [new file with mode: 0644]
Zend/tests/call_user_func_008.phpt [new file with mode: 0644]
Zend/tests/call_user_func_009.phpt [new file with mode: 0644]
Zend/tests/call_user_func_array_array_slice_named_args.phpt [new file with mode: 0644]
Zend/tests/call_user_func_array_array_slice_type.phpt [new file with mode: 0644]
Zend/tests/call_user_func_array_array_slice_type_strict.phpt [new file with mode: 0644]
Zend/tests/call_user_func_array_invalid_type.phpt [new file with mode: 0644]
Zend/tests/call_user_func_array_prefer_ref.phpt [new file with mode: 0644]
Zend/tests/call_user_func_by_ref.phpt [new file with mode: 0644]
Zend/tests/call_user_func_closure_from_static_method.phpt [new file with mode: 0644]
Zend/tests/call_user_func_strict_arginfo_check.phpt [new file with mode: 0644]
Zend/tests/call_with_refs.phpt [new file with mode: 0644]
Zend/tests/callable_param_exception_leak.phpt [new file with mode: 0644]
Zend/tests/callable_self_parent_static_deprecation.phpt [new file with mode: 0644]
Zend/tests/cast_to_array.phpt [new file with mode: 0644]
Zend/tests/cast_to_bool.phpt [new file with mode: 0644]
Zend/tests/cast_to_double.phpt [new file with mode: 0644]
Zend/tests/cast_to_int.phpt [new file with mode: 0644]
Zend/tests/cast_to_object.phpt [new file with mode: 0644]
Zend/tests/cast_to_string.phpt [new file with mode: 0644]
Zend/tests/catch.phpt [new file with mode: 0644]
Zend/tests/catch_static.phpt [new file with mode: 0644]
Zend/tests/class_alias_001.phpt [new file with mode: 0644]
Zend/tests/class_alias_002.phpt [new file with mode: 0644]
Zend/tests/class_alias_004.phpt [new file with mode: 0644]
Zend/tests/class_alias_005.phpt [new file with mode: 0644]
Zend/tests/class_alias_006.phpt [new file with mode: 0644]
Zend/tests/class_alias_007.phpt [new file with mode: 0644]
Zend/tests/class_alias_008.phpt [new file with mode: 0644]
Zend/tests/class_alias_009.phpt [new file with mode: 0644]
Zend/tests/class_alias_010.phpt [new file with mode: 0644]
Zend/tests/class_alias_011.phpt [new file with mode: 0644]
Zend/tests/class_alias_012.phpt [new file with mode: 0644]
Zend/tests/class_alias_013.phpt [new file with mode: 0644]
Zend/tests/class_alias_014.phpt [new file with mode: 0644]
Zend/tests/class_alias_016.phpt [new file with mode: 0644]
Zend/tests/class_alias_017.phpt [new file with mode: 0644]
Zend/tests/class_alias_018.phpt [new file with mode: 0644]
Zend/tests/class_alias_019.phpt [new file with mode: 0644]
Zend/tests/class_alias_020.phpt [new file with mode: 0644]
Zend/tests/class_alias_021.phpt [new file with mode: 0644]
Zend/tests/class_constant_inheritance_mutable_data.phpt [new file with mode: 0644]
Zend/tests/class_constant_to_reference_cached.phpt [new file with mode: 0644]
Zend/tests/class_constants_001.phpt [new file with mode: 0644]
Zend/tests/class_constants_002.phpt [new file with mode: 0644]
Zend/tests/class_constants_003.phpt [new file with mode: 0644]
Zend/tests/class_constants_004.phpt [new file with mode: 0644]
Zend/tests/class_constants_005.phpt [new file with mode: 0644]
Zend/tests/class_constants_006.phpt [new file with mode: 0644]
Zend/tests/class_constants_007.phpt [new file with mode: 0644]
Zend/tests/class_exists_001.phpt [new file with mode: 0644]
Zend/tests/class_exists_002.phpt [new file with mode: 0644]
Zend/tests/class_exists_003.phpt [new file with mode: 0644]
Zend/tests/class_name_as_scalar.phpt [new file with mode: 0644]
Zend/tests/class_name_as_scalar_error_001.phpt [new file with mode: 0644]
Zend/tests/class_name_as_scalar_error_002.phpt [new file with mode: 0644]
Zend/tests/class_name_as_scalar_error_003.phpt [new file with mode: 0644]
Zend/tests/class_name_as_scalar_error_004.phpt [new file with mode: 0644]
Zend/tests/class_name_as_scalar_error_005.phpt [new file with mode: 0644]
Zend/tests/class_name_as_scalar_error_006.phpt [new file with mode: 0644]
Zend/tests/class_name_as_scalar_error_007.phpt [new file with mode: 0644]
Zend/tests/class_on_constant_evaluated_expression.phpt [new file with mode: 0644]
Zend/tests/class_on_expression_in_constant_expression.phpt [new file with mode: 0644]
Zend/tests/class_on_object.phpt [new file with mode: 0644]
Zend/tests/class_properties_const.phpt [new file with mode: 0644]
Zend/tests/class_properties_dynamic.phpt [new file with mode: 0644]
Zend/tests/class_properties_static.phpt [new file with mode: 0644]
Zend/tests/class_uses_static.phpt [new file with mode: 0644]
Zend/tests/clone_001.phpt [new file with mode: 0644]
Zend/tests/clone_002.phpt [new file with mode: 0644]
Zend/tests/clone_003.phpt [new file with mode: 0644]
Zend/tests/clone_004.phpt [new file with mode: 0644]
Zend/tests/closure_001.phpt [new file with mode: 0644]
Zend/tests/closure_002.phpt [new file with mode: 0644]
Zend/tests/closure_003.phpt [new file with mode: 0644]
Zend/tests/closure_004.phpt [new file with mode: 0644]
Zend/tests/closure_005.phpt [new file with mode: 0644]
Zend/tests/closure_006.phpt [new file with mode: 0644]
Zend/tests/closure_007.phpt [new file with mode: 0644]
Zend/tests/closure_008.phpt [new file with mode: 0644]
Zend/tests/closure_009.phpt [new file with mode: 0644]
Zend/tests/closure_010.phpt [new file with mode: 0644]
Zend/tests/closure_011.phpt [new file with mode: 0644]
Zend/tests/closure_012.phpt [new file with mode: 0644]
Zend/tests/closure_013.phpt [new file with mode: 0644]
Zend/tests/closure_014.phpt [new file with mode: 0644]
Zend/tests/closure_015.phpt [new file with mode: 0644]
Zend/tests/closure_016.phpt [new file with mode: 0644]
Zend/tests/closure_017.phpt [new file with mode: 0644]
Zend/tests/closure_018.phpt [new file with mode: 0644]
Zend/tests/closure_019.phpt [new file with mode: 0644]
Zend/tests/closure_020.phpt [new file with mode: 0644]
Zend/tests/closure_021.phpt [new file with mode: 0644]
Zend/tests/closure_022.phpt [new file with mode: 0644]
Zend/tests/closure_023.phpt [new file with mode: 0644]
Zend/tests/closure_024.phpt [new file with mode: 0644]
Zend/tests/closure_026.phpt [new file with mode: 0644]
Zend/tests/closure_027.phpt [new file with mode: 0644]
Zend/tests/closure_028.phpt [new file with mode: 0644]
Zend/tests/closure_029.phpt [new file with mode: 0644]
Zend/tests/closure_030.phpt [new file with mode: 0644]
Zend/tests/closure_031.phpt [new file with mode: 0644]
Zend/tests/closure_032.phpt [new file with mode: 0644]
Zend/tests/closure_033.phpt [new file with mode: 0644]
Zend/tests/closure_034.phpt [new file with mode: 0644]
Zend/tests/closure_035.phpt [new file with mode: 0644]
Zend/tests/closure_036.phpt [new file with mode: 0644]
Zend/tests/closure_037.phpt [new file with mode: 0644]
Zend/tests/closure_038.phpt [new file with mode: 0644]
Zend/tests/closure_039.phpt [new file with mode: 0644]
Zend/tests/closure_040.phpt [new file with mode: 0644]
Zend/tests/closure_041.phpt [new file with mode: 0644]
Zend/tests/closure_042.phpt [new file with mode: 0644]
Zend/tests/closure_043.phpt [new file with mode: 0644]
Zend/tests/closure_044.phpt [new file with mode: 0644]
Zend/tests/closure_045.phpt [new file with mode: 0644]
Zend/tests/closure_046.phpt [new file with mode: 0644]
Zend/tests/closure_047.phpt [new file with mode: 0644]
Zend/tests/closure_048.phpt [new file with mode: 0644]
Zend/tests/closure_049.phpt [new file with mode: 0644]
Zend/tests/closure_050.phpt [new file with mode: 0644]
Zend/tests/closure_051.phpt [new file with mode: 0644]
Zend/tests/closure_052.phpt [new file with mode: 0644]
Zend/tests/closure_053.phpt [new file with mode: 0644]
Zend/tests/closure_054.phpt [new file with mode: 0644]
Zend/tests/closure_055.phpt [new file with mode: 0644]
Zend/tests/closure_056.phpt [new file with mode: 0644]
Zend/tests/closure_057.phpt [new file with mode: 0644]
Zend/tests/closure_058.phpt [new file with mode: 0644]
Zend/tests/closure_059.phpt [new file with mode: 0644]
Zend/tests/closure_060.phpt [new file with mode: 0644]
Zend/tests/closure_061.phpt [new file with mode: 0644]
Zend/tests/closure_062.phpt [new file with mode: 0644]
Zend/tests/closure_063.phpt [new file with mode: 0644]
Zend/tests/closure_bindTo_preserves_used_variables.phpt [new file with mode: 0644]
Zend/tests/closure_bug66622.phpt [new file with mode: 0644]
Zend/tests/closure_call.phpt [new file with mode: 0644]
Zend/tests/closure_call_bind.phpt [new file with mode: 0644]
Zend/tests/closure_call_internal.phpt [new file with mode: 0644]
Zend/tests/closure_call_leak_with_exception.phpt [new file with mode: 0644]
Zend/tests/closure_compare.phpt [new file with mode: 0644]
Zend/tests/closure_extra_args.phpt [new file with mode: 0644]
Zend/tests/closure_invoke_case_insensitive.phpt [new file with mode: 0644]
Zend/tests/closure_invoke_ref_warning.phpt [new file with mode: 0644]
Zend/tests/closure_use_auto_global.phpt [new file with mode: 0644]
Zend/tests/closure_use_parameter_name.phpt [new file with mode: 0644]
Zend/tests/closure_use_trailing_comma.phpt [new file with mode: 0644]
Zend/tests/closure_use_variable_twice.phpt [new file with mode: 0644]
Zend/tests/closure_write_prop.phpt [new file with mode: 0644]
Zend/tests/closures/bug80929.phpt [new file with mode: 0644]
Zend/tests/closures/closure_from_callable.inc [new file with mode: 0644]
Zend/tests/closures/closure_from_callable_basic.phpt [new file with mode: 0644]
Zend/tests/closures/closure_from_callable_error.phpt [new file with mode: 0644]
Zend/tests/closures/closure_from_callable_gc.phpt [new file with mode: 0644]
Zend/tests/closures/closure_from_callable_lsb.phpt [new file with mode: 0644]
Zend/tests/closures/closure_from_callable_non_static_statically.phpt [new file with mode: 0644]
Zend/tests/closures/closure_from_callable_rebinding.phpt [new file with mode: 0644]
Zend/tests/closures/closure_from_callable_reflection.phpt [new file with mode: 0644]
Zend/tests/closures/closure_instantiate.phpt [new file with mode: 0644]
Zend/tests/coalesce_assign_optimization.phpt [new file with mode: 0644]
Zend/tests/code_before_loop_var_free.phpt [new file with mode: 0644]
Zend/tests/compare_001.phpt [new file with mode: 0644]
Zend/tests/compare_001_64bit.phpt [new file with mode: 0644]
Zend/tests/compare_002.phpt [new file with mode: 0644]
Zend/tests/compare_002_64bit.phpt [new file with mode: 0644]
Zend/tests/compare_003.phpt [new file with mode: 0644]
Zend/tests/compare_003_64bit.phpt [new file with mode: 0644]
Zend/tests/compare_004.phpt [new file with mode: 0644]
Zend/tests/compare_004_64bit.phpt [new file with mode: 0644]
Zend/tests/compare_005.phpt [new file with mode: 0644]
Zend/tests/compare_005_64bit.phpt [new file with mode: 0644]
Zend/tests/compare_006.phpt [new file with mode: 0644]
Zend/tests/compare_006_64bit.phpt [new file with mode: 0644]
Zend/tests/compound_assign_failure.phpt [new file with mode: 0644]
Zend/tests/compound_assign_with_numeric_strings.phpt [new file with mode: 0644]
Zend/tests/concat_001.phpt [new file with mode: 0644]
Zend/tests/concat_002.phpt [new file with mode: 0644]
Zend/tests/concat_003.phpt [new file with mode: 0644]
Zend/tests/const_array_with_resource_key.phpt [new file with mode: 0644]
Zend/tests/const_deprecation.phpt [new file with mode: 0644]
Zend/tests/const_dereference_001.phpt [new file with mode: 0644]
Zend/tests/const_dereference_002.phpt [new file with mode: 0644]
Zend/tests/const_dereference_003.phpt [new file with mode: 0644]
Zend/tests/const_eval_and.phpt [new file with mode: 0644]
Zend/tests/const_expr_dim_on_null_warning.phpt [new file with mode: 0644]
Zend/tests/constant_arrays.phpt [new file with mode: 0644]
Zend/tests/constant_expressions.phpt [new file with mode: 0644]
Zend/tests/constant_expressions_arrays.phpt [new file with mode: 0644]
Zend/tests/constant_expressions_classes.phpt [new file with mode: 0644]
Zend/tests/constant_expressions_coalesce.phpt [new file with mode: 0644]
Zend/tests/constant_expressions_coalesce_empty_dim.phpt [new file with mode: 0644]
Zend/tests/constant_expressions_dynamic.phpt [new file with mode: 0644]
Zend/tests/constant_expressions_dynamic_class_name_error.phpt [new file with mode: 0644]
Zend/tests/constant_expressions_exceptions.inc [new file with mode: 0644]
Zend/tests/constant_expressions_exceptions_001.phpt [new file with mode: 0644]
Zend/tests/constant_expressions_exceptions_002.phpt [new file with mode: 0644]
Zend/tests/constant_expressions_invalid_offset_type_error.phpt [new file with mode: 0644]
Zend/tests/constant_expressions_self_referencing_array.phpt [new file with mode: 0644]
Zend/tests/constant_expressions_static_class_name_error.phpt [new file with mode: 0644]
Zend/tests/constants/dir-constant-eval.phpt [new file with mode: 0644]
Zend/tests/constants/dir-constant-includes.phpt [new file with mode: 0644]
Zend/tests/constants/dir-constant-nested_includes.phpt [new file with mode: 0644]
Zend/tests/constants/dir-constant-normal.phpt [new file with mode: 0644]
Zend/tests/constants/final_constants/final_const1.phpt [new file with mode: 0644]
Zend/tests/constants/final_constants/final_const10.phpt [new file with mode: 0644]
Zend/tests/constants/final_constants/final_const11.phpt [new file with mode: 0644]
Zend/tests/constants/final_constants/final_const12.phpt [new file with mode: 0644]
Zend/tests/constants/final_constants/final_const13.phpt [new file with mode: 0644]
Zend/tests/constants/final_constants/final_const2.phpt [new file with mode: 0644]
Zend/tests/constants/final_constants/final_const3.phpt [new file with mode: 0644]
Zend/tests/constants/final_constants/final_const4.phpt [new file with mode: 0644]
Zend/tests/constants/final_constants/final_const5.phpt [new file with mode: 0644]
Zend/tests/constants/final_constants/final_const6.phpt [new file with mode: 0644]
Zend/tests/constants/final_constants/final_const7.phpt [new file with mode: 0644]
Zend/tests/constants/final_constants/final_const8.phpt [new file with mode: 0644]
Zend/tests/constants/final_constants/final_const9.phpt [new file with mode: 0644]
Zend/tests/constants/fixtures/folder1/fixture.inc [new file with mode: 0644]
Zend/tests/constants/fixtures/folder1/subfolder1/fixture.inc [new file with mode: 0644]
Zend/tests/constants/fixtures/folder1/subfolder2/fixture.inc [new file with mode: 0644]
Zend/tests/constants/fixtures/folder1/subfolder3/fixture.inc [new file with mode: 0644]
Zend/tests/constants/fixtures/folder1/subfolder4/fixture.inc [new file with mode: 0644]
Zend/tests/constants/fixtures/folder2/fixture.inc [new file with mode: 0644]
Zend/tests/constants/fixtures/folder2/subfolder1/fixture.inc [new file with mode: 0644]
Zend/tests/constants/fixtures/folder2/subfolder2/fixture.inc [new file with mode: 0644]
Zend/tests/constants/fixtures/folder2/subfolder3/fixture.inc [new file with mode: 0644]
Zend/tests/constants/fixtures/folder2/subfolder4/fixture.inc [new file with mode: 0644]
Zend/tests/constants/fixtures/folder3/fixture.inc [new file with mode: 0644]
Zend/tests/constants/fixtures/folder3/subfolder1/fixture.inc [new file with mode: 0644]
Zend/tests/constants/fixtures/folder3/subfolder2/fixture.inc [new file with mode: 0644]
Zend/tests/constants/fixtures/folder3/subfolder3/fixture.inc [new file with mode: 0644]
Zend/tests/constants/fixtures/folder3/subfolder4/fixture.inc [new file with mode: 0644]
Zend/tests/constants/fixtures/folder4/fixture.inc [new file with mode: 0644]
Zend/tests/constants/fixtures/folder4/subfolder1/fixture.inc [new file with mode: 0644]
Zend/tests/constants/fixtures/folder4/subfolder2/fixture.inc [new file with mode: 0644]
Zend/tests/constants/fixtures/folder4/subfolder3/fixture.inc [new file with mode: 0644]
Zend/tests/constants/fixtures/folder4/subfolder4/fixture.inc [new file with mode: 0644]
Zend/tests/constants_001.phpt [new file with mode: 0644]
Zend/tests/constants_002.phpt [new file with mode: 0644]
Zend/tests/constants_003.phpt [new file with mode: 0644]
Zend/tests/constants_004.phpt [new file with mode: 0644]
Zend/tests/constants_005.phpt [new file with mode: 0644]
Zend/tests/constants_006.phpt [new file with mode: 0644]
Zend/tests/constants_007.phpt [new file with mode: 0644]
Zend/tests/constants_008.phpt [new file with mode: 0644]
Zend/tests/constants_009.phpt [new file with mode: 0644]
Zend/tests/constexpr/new.phpt [new file with mode: 0644]
Zend/tests/constexpr/new_allowed.phpt [new file with mode: 0644]
Zend/tests/constexpr/new_anon_class.phpt [new file with mode: 0644]
Zend/tests/constexpr/new_arg_eval.phpt [new file with mode: 0644]
Zend/tests/constexpr/new_arg_unpack.phpt [new file with mode: 0644]
Zend/tests/constexpr/new_dynamic_class_name.phpt [new file with mode: 0644]
Zend/tests/constexpr/new_invalid_operation_in_arg.phpt [new file with mode: 0644]
Zend/tests/constexpr/new_named_params.phpt [new file with mode: 0644]
Zend/tests/constexpr/new_not_allowed_class_constant.phpt [new file with mode: 0644]
Zend/tests/constexpr/new_not_allowed_property.phpt [new file with mode: 0644]
Zend/tests/constexpr/new_positional_after_named.phpt [new file with mode: 0644]
Zend/tests/constexpr/new_self_parent.phpt [new file with mode: 0644]
Zend/tests/constexpr/new_static.phpt [new file with mode: 0644]
Zend/tests/constructor_abstract_grantparent.phpt [new file with mode: 0644]
Zend/tests/constructor_args.phpt [new file with mode: 0644]
Zend/tests/continue_targeting_switch_warning.phpt [new file with mode: 0644]
Zend/tests/ctor_promotion_abstract.phpt [new file with mode: 0644]
Zend/tests/ctor_promotion_additional_modifiers.phpt [new file with mode: 0644]
Zend/tests/ctor_promotion_attributes.phpt [new file with mode: 0644]
Zend/tests/ctor_promotion_basic.phpt [new file with mode: 0644]
Zend/tests/ctor_promotion_by_ref.phpt [new file with mode: 0644]
Zend/tests/ctor_promotion_callable_type.phpt [new file with mode: 0644]
Zend/tests/ctor_promotion_defaults.phpt [new file with mode: 0644]
Zend/tests/ctor_promotion_free_function.phpt [new file with mode: 0644]
Zend/tests/ctor_promotion_interface.phpt [new file with mode: 0644]
Zend/tests/ctor_promotion_mixing.phpt [new file with mode: 0644]
Zend/tests/ctor_promotion_not_a_ctor.phpt [new file with mode: 0644]
Zend/tests/ctor_promotion_null_default.phpt [new file with mode: 0644]
Zend/tests/ctor_promotion_repeated_prop.phpt [new file with mode: 0644]
Zend/tests/ctor_promotion_trait.phpt [new file with mode: 0644]
Zend/tests/ctor_promotion_untyped_default.phpt [new file with mode: 0644]
Zend/tests/ctor_promotion_variadic.phpt [new file with mode: 0644]
Zend/tests/custom_assert_forbidden.phpt [new file with mode: 0644]
Zend/tests/dead_array_type_inference.phpt [new file with mode: 0644]
Zend/tests/debug_backtrace_limit.phpt [new file with mode: 0644]
Zend/tests/debug_backtrace_options.phpt [new file with mode: 0644]
Zend/tests/debug_backtrace_with_include_and_this.phpt [new file with mode: 0644]
Zend/tests/debug_info-error-0.0.phpt [new file with mode: 0644]
Zend/tests/debug_info-error-0.phpt [new file with mode: 0644]
Zend/tests/debug_info-error-1.0.phpt [new file with mode: 0644]
Zend/tests/debug_info-error-1.phpt [new file with mode: 0644]
Zend/tests/debug_info-error-empty_str.phpt [new file with mode: 0644]
Zend/tests/debug_info-error-false.phpt [new file with mode: 0644]
Zend/tests/debug_info-error-object.phpt [new file with mode: 0644]
Zend/tests/debug_info-error-resource.phpt [new file with mode: 0644]
Zend/tests/debug_info-error-str.phpt [new file with mode: 0644]
Zend/tests/debug_info-error-true.phpt [new file with mode: 0644]
Zend/tests/debug_info.phpt [new file with mode: 0644]
Zend/tests/debug_print_backtrace_from_main.phpt [new file with mode: 0644]
Zend/tests/debug_print_backtrace_limit.phpt [new file with mode: 0644]
Zend/tests/declare_001.phpt [new file with mode: 0644]
Zend/tests/declare_002.phpt [new file with mode: 0644]
Zend/tests/declare_003.phpt [new file with mode: 0644]
Zend/tests/declare_004.phpt [new file with mode: 0644]
Zend/tests/declare_005.phpt [new file with mode: 0644]
Zend/tests/declare_006.phpt [new file with mode: 0644]
Zend/tests/declare_007.phpt [new file with mode: 0644]
Zend/tests/declare_already_in_use.phpt [new file with mode: 0644]
Zend/tests/decrement_001.phpt [new file with mode: 0644]
Zend/tests/decrement_001_64bit.phpt [new file with mode: 0644]
Zend/tests/defined_fn_no_ns_fallback.phpt [new file with mode: 0644]
Zend/tests/delayed_early_binding_redeclaration-1.inc [new file with mode: 0644]
Zend/tests/delayed_early_binding_redeclaration-2.inc [new file with mode: 0644]
Zend/tests/delayed_early_binding_redeclaration.phpt [new file with mode: 0644]
Zend/tests/deprecate_dollar_brace_string_interpolation_1.phpt [new file with mode: 0644]
Zend/tests/deprecation_to_exception_during_inheritance.phpt [new file with mode: 0644]
Zend/tests/dereference_001.phpt [new file with mode: 0644]
Zend/tests/dereference_002.phpt [new file with mode: 0644]
Zend/tests/dereference_003.phpt [new file with mode: 0644]
Zend/tests/dereference_004.phpt [new file with mode: 0644]
Zend/tests/dereference_005.phpt [new file with mode: 0644]
Zend/tests/dereference_006.phpt [new file with mode: 0644]
Zend/tests/dereference_007.phpt [new file with mode: 0644]
Zend/tests/dereference_008.phpt [new file with mode: 0644]
Zend/tests/dereference_009.phpt [new file with mode: 0644]
Zend/tests/dereference_010.phpt [new file with mode: 0644]
Zend/tests/dereference_011.phpt [new file with mode: 0644]
Zend/tests/dereference_012.phpt [new file with mode: 0644]
Zend/tests/dereference_013.phpt [new file with mode: 0644]
Zend/tests/dereference_014.phpt [new file with mode: 0644]
Zend/tests/die_string_cast_exception.phpt [new file with mode: 0644]
Zend/tests/dim_assign_001.phpt [new file with mode: 0644]
Zend/tests/dim_assign_001.txt [new file with mode: 0644]
Zend/tests/div_001.phpt [new file with mode: 0644]
Zend/tests/div_002.phpt [new file with mode: 0644]
Zend/tests/div_by_zero_compound_refcounted.phpt [new file with mode: 0644]
Zend/tests/div_by_zero_compound_with_conversion.phpt [new file with mode: 0644]
Zend/tests/div_by_zero_in_static.phpt [new file with mode: 0644]
Zend/tests/double_array_cast.phpt [new file with mode: 0644]
Zend/tests/double_to_string.phpt [new file with mode: 0644]
Zend/tests/double_to_string_64bit.phpt [new file with mode: 0644]
Zend/tests/dtor_scope.phpt [new file with mode: 0644]
Zend/tests/duplicate_label_error.phpt [new file with mode: 0644]
Zend/tests/dval_to_lval_32.phpt [new file with mode: 0644]
Zend/tests/dval_to_lval_64.phpt [new file with mode: 0644]
Zend/tests/dynamic_call_002.phpt [new file with mode: 0644]
Zend/tests/dynamic_call_003.phpt [new file with mode: 0644]
Zend/tests/dynamic_call_004.phpt [new file with mode: 0644]
Zend/tests/dynamic_call_005.phpt [new file with mode: 0644]
Zend/tests/dynamic_call_006.phpt [new file with mode: 0644]
Zend/tests/dynamic_call_007.phpt [new file with mode: 0644]
Zend/tests/dynamic_call_008.phpt [new file with mode: 0644]
Zend/tests/dynamic_call_freeing.phpt [new file with mode: 0644]
Zend/tests/dynamic_call_non_static.phpt [new file with mode: 0644]
Zend/tests/dynamic_call_to_ref_returning_function.phpt [new file with mode: 0644]
Zend/tests/dynamic_fully_qualified_call.phpt [new file with mode: 0644]
Zend/tests/dynamic_prop_deprecation.phpt [new file with mode: 0644]
Zend/tests/dynamic_prop_deprecation_002.phpt [new file with mode: 0644]
Zend/tests/dynamic_prop_name_leak.phpt [new file with mode: 0644]
Zend/tests/early_binding_unreachable.inc [new file with mode: 0644]
Zend/tests/early_binding_unreachable.phpt [new file with mode: 0644]
Zend/tests/empty_str_offset.phpt [new file with mode: 0644]
Zend/tests/empty_with_expr.phpt [new file with mode: 0644]
Zend/tests/entry_block_with_predecessors.phpt [new file with mode: 0644]
Zend/tests/enum/__call.phpt [new file with mode: 0644]
Zend/tests/enum/__callStatic.phpt [new file with mode: 0644]
Zend/tests/enum/__class__.phpt [new file with mode: 0644]
Zend/tests/enum/__clone.phpt [new file with mode: 0644]
Zend/tests/enum/__debugInfo.phpt [new file with mode: 0644]
Zend/tests/enum/__function__.phpt [new file with mode: 0644]
Zend/tests/enum/__get.phpt [new file with mode: 0644]
Zend/tests/enum/__invoke.phpt [new file with mode: 0644]
Zend/tests/enum/__isset.phpt [new file with mode: 0644]
Zend/tests/enum/__method__.phpt [new file with mode: 0644]
Zend/tests/enum/__serialize.phpt [new file with mode: 0644]
Zend/tests/enum/__set.phpt [new file with mode: 0644]
Zend/tests/enum/__set_state.phpt [new file with mode: 0644]
Zend/tests/enum/__sleep.phpt [new file with mode: 0644]
Zend/tests/enum/__toString.phpt [new file with mode: 0644]
Zend/tests/enum/__unserialize.phpt [new file with mode: 0644]
Zend/tests/enum/__unset.phpt [new file with mode: 0644]
Zend/tests/enum/__wakeup.phpt [new file with mode: 0644]
Zend/tests/enum/ast-dumper.phpt [new file with mode: 0644]
Zend/tests/enum/backed-cases-int.phpt [new file with mode: 0644]
Zend/tests/enum/backed-cases-string.phpt [new file with mode: 0644]
Zend/tests/enum/backed-duplicate-int.phpt [new file with mode: 0644]
Zend/tests/enum/backed-duplicate-string.phpt [new file with mode: 0644]
Zend/tests/enum/backed-from-invalid-int.phpt [new file with mode: 0644]
Zend/tests/enum/backed-from-invalid-string.phpt [new file with mode: 0644]
Zend/tests/enum/backed-from-invalid-type.phpt [new file with mode: 0644]
Zend/tests/enum/backed-from-unknown-hash.phpt [new file with mode: 0644]
Zend/tests/enum/backed-from.phpt [new file with mode: 0644]
Zend/tests/enum/backed-implements-multiple.phpt [new file with mode: 0644]
Zend/tests/enum/backed-implements.phpt [new file with mode: 0644]
Zend/tests/enum/backed-int-case-without-value.phpt [new file with mode: 0644]
Zend/tests/enum/backed-int-const-expr.phpt [new file with mode: 0644]
Zend/tests/enum/backed-int-const-invalid-expr.phpt [new file with mode: 0644]
Zend/tests/enum/backed-int.phpt [new file with mode: 0644]
Zend/tests/enum/backed-invalid.phpt [new file with mode: 0644]
Zend/tests/enum/backed-mismatch.phpt [new file with mode: 0644]
Zend/tests/enum/backed-negative-int.phpt [new file with mode: 0644]
Zend/tests/enum/backed-string-heredoc.phpt [new file with mode: 0644]
Zend/tests/enum/backed-string.phpt [new file with mode: 0644]
Zend/tests/enum/backed-tryFrom-casing.phpt [new file with mode: 0644]
Zend/tests/enum/backed-tryFrom-unknown-hash.phpt [new file with mode: 0644]
Zend/tests/enum/backed-tryFrom.phpt [new file with mode: 0644]
Zend/tests/enum/backed-type-no-union.phpt [new file with mode: 0644]
Zend/tests/enum/basic-methods.phpt [new file with mode: 0644]
Zend/tests/enum/case-attributes.phpt [new file with mode: 0644]
Zend/tests/enum/case-in-class.phpt [new file with mode: 0644]
Zend/tests/enum/cases-refcount.phpt [new file with mode: 0644]
Zend/tests/enum/comparison.phpt [new file with mode: 0644]
Zend/tests/enum/constant-aliases.phpt [new file with mode: 0644]
Zend/tests/enum/constants.phpt [new file with mode: 0644]
Zend/tests/enum/default-parameter.phpt [new file with mode: 0644]
Zend/tests/enum/empty-from.phpt [new file with mode: 0644]
Zend/tests/enum/enum-as-constant.phpt [new file with mode: 0644]
Zend/tests/enum/enum-as-params.phpt [new file with mode: 0644]
Zend/tests/enum/enum-attributes.phpt [new file with mode: 0644]
Zend/tests/enum/enum-in-constant.phpt [new file with mode: 0644]
Zend/tests/enum/enum-in-static-var.phpt [new file with mode: 0644]
Zend/tests/enum/enum-in-var-export.phpt [new file with mode: 0644]
Zend/tests/enum/enum-reserved-non-modifiers.phpt [new file with mode: 0644]
Zend/tests/enum/enum_exists.phpt [new file with mode: 0644]
Zend/tests/enum/final.phpt [new file with mode: 0644]
Zend/tests/enum/gh7821.phpt [new file with mode: 0644]
Zend/tests/enum/gh8176.phpt [new file with mode: 0644]
Zend/tests/enum/gh8418.phpt [new file with mode: 0644]
Zend/tests/enum/implements.phpt [new file with mode: 0644]
Zend/tests/enum/instanceof-backed-enum.phpt [new file with mode: 0644]
Zend/tests/enum/instanceof-unitenum.phpt [new file with mode: 0644]
Zend/tests/enum/instanceof.phpt [new file with mode: 0644]
Zend/tests/enum/internal_enums.phpt [new file with mode: 0644]
Zend/tests/enum/internal_enums_strict_types.phpt [new file with mode: 0644]
Zend/tests/enum/json_encode.phpt [new file with mode: 0644]
Zend/tests/enum/keyword-no-bc-break.phpt [new file with mode: 0644]
Zend/tests/enum/keyword-whitespace.phpt [new file with mode: 0644]
Zend/tests/enum/magic-constants.phpt [new file with mode: 0644]
Zend/tests/enum/name-property.phpt [new file with mode: 0644]
Zend/tests/enum/namespaces.phpt [new file with mode: 0644]
Zend/tests/enum/no-cases.phpt [new file with mode: 0644]
Zend/tests/enum/no-class-implements-backed-enum.phpt [new file with mode: 0644]
Zend/tests/enum/no-class-implements-unit-enum.phpt [new file with mode: 0644]
Zend/tests/enum/no-clone.phpt [new file with mode: 0644]
Zend/tests/enum/no-constructors.phpt [new file with mode: 0644]
Zend/tests/enum/no-destruct.phpt [new file with mode: 0644]
Zend/tests/enum/no-dynamic-properties.phpt [new file with mode: 0644]
Zend/tests/enum/no-enum-implements-backed-enum.phpt [new file with mode: 0644]
Zend/tests/enum/no-enum-implements-unit-enum.phpt [new file with mode: 0644]
Zend/tests/enum/no-from.phpt [new file with mode: 0644]
Zend/tests/enum/no-implement-serializable-indirect.phpt [new file with mode: 0644]
Zend/tests/enum/no-implement-serializable.phpt [new file with mode: 0644]
Zend/tests/enum/no-name-property.phpt [new file with mode: 0644]
Zend/tests/enum/no-new-through-reflection.phpt [new file with mode: 0644]
Zend/tests/enum/no-new.phpt [new file with mode: 0644]
Zend/tests/enum/no-non-backed-enum-implements-backed-enum.phpt [new file with mode: 0644]
Zend/tests/enum/no-pass-properties-by-ref.phpt [new file with mode: 0644]
Zend/tests/enum/no-properties.phpt [new file with mode: 0644]
Zend/tests/enum/no-return-properties-by-ref.phpt [new file with mode: 0644]
Zend/tests/enum/no-static-properties.phpt [new file with mode: 0644]
Zend/tests/enum/no-unsed-value.phpt [new file with mode: 0644]
Zend/tests/enum/no-unset-propertes.phpt [new file with mode: 0644]
Zend/tests/enum/no-value-property.phpt [new file with mode: 0644]
Zend/tests/enum/no-write-properties-cache-slot.phpt [new file with mode: 0644]
Zend/tests/enum/no-write-properties-through-foreach-reference.phpt [new file with mode: 0644]
Zend/tests/enum/no-write-properties-through-references.phpt [new file with mode: 0644]
Zend/tests/enum/no-write-properties.phpt [new file with mode: 0644]
Zend/tests/enum/non-backed-enum-with-expr-value.phpt [new file with mode: 0644]
Zend/tests/enum/non-backed-enum-with-int-value.phpt [new file with mode: 0644]
Zend/tests/enum/non-backed-enum-with-invalid-value.phpt [new file with mode: 0644]
Zend/tests/enum/non-backed-enum-with-string-value.phpt [new file with mode: 0644]
Zend/tests/enum/offsetGet-in-const-expr.phpt [new file with mode: 0644]
Zend/tests/enum/print_r.phpt [new file with mode: 0644]
Zend/tests/enum/reflectionclass.phpt [new file with mode: 0644]
Zend/tests/enum/serialization-round-trip.phpt [new file with mode: 0644]
Zend/tests/enum/serialize.phpt [new file with mode: 0644]
Zend/tests/enum/spl-object-storage.phpt [new file with mode: 0644]
Zend/tests/enum/static-methods.phpt [new file with mode: 0644]
Zend/tests/enum/traits-constants.phpt [new file with mode: 0644]
Zend/tests/enum/traits-no-__construct.phpt [new file with mode: 0644]
Zend/tests/enum/traits-no-cases-method.phpt [new file with mode: 0644]
Zend/tests/enum/traits-no-forbidden-methods.phpt [new file with mode: 0644]
Zend/tests/enum/traits-no-properties.phpt [new file with mode: 0644]
Zend/tests/enum/traits.phpt [new file with mode: 0644]
Zend/tests/enum/unit-cases.phpt [new file with mode: 0644]
Zend/tests/enum/unserialize-const.phpt [new file with mode: 0644]
Zend/tests/enum/unserialize-missing-colon.phpt [new file with mode: 0644]
Zend/tests/enum/unserialize-non-enum.phpt [new file with mode: 0644]
Zend/tests/enum/unserialize-non-existent-case.phpt [new file with mode: 0644]
Zend/tests/enum/unserialize-refcount.phpt [new file with mode: 0644]
Zend/tests/enum/unserialize.phpt [new file with mode: 0644]
Zend/tests/enum/update-class-constant-failure.phpt [new file with mode: 0644]
Zend/tests/enum/value-property-type.phpt [new file with mode: 0644]
Zend/tests/enum/var_dump-nested.phpt [new file with mode: 0644]
Zend/tests/enum/var_dump-reference.phpt [new file with mode: 0644]
Zend/tests/enum/var_export.phpt [new file with mode: 0644]
Zend/tests/enum/weak-map.phpt [new file with mode: 0644]
Zend/tests/errmsg_001.phpt [new file with mode: 0644]
Zend/tests/errmsg_002.phpt [new file with mode: 0644]
Zend/tests/errmsg_003.phpt [new file with mode: 0644]
Zend/tests/errmsg_004.phpt [new file with mode: 0644]
Zend/tests/errmsg_005.phpt [new file with mode: 0644]
Zend/tests/errmsg_006.phpt [new file with mode: 0644]
Zend/tests/errmsg_007.phpt [new file with mode: 0644]
Zend/tests/errmsg_008.phpt [new file with mode: 0644]
Zend/tests/errmsg_009.phpt [new file with mode: 0644]
Zend/tests/errmsg_010.phpt [new file with mode: 0644]
Zend/tests/errmsg_011.phpt [new file with mode: 0644]
Zend/tests/errmsg_013.phpt [new file with mode: 0644]
Zend/tests/errmsg_015.phpt [new file with mode: 0644]
Zend/tests/errmsg_016.phpt [new file with mode: 0644]
Zend/tests/errmsg_017.phpt [new file with mode: 0644]
Zend/tests/errmsg_018.phpt [new file with mode: 0644]
Zend/tests/errmsg_019.phpt [new file with mode: 0644]
Zend/tests/errmsg_020.phpt [new file with mode: 0644]
Zend/tests/errmsg_021.phpt [new file with mode: 0644]
Zend/tests/errmsg_022.phpt [new file with mode: 0644]
Zend/tests/errmsg_023.phpt [new file with mode: 0644]
Zend/tests/errmsg_024.phpt [new file with mode: 0644]
Zend/tests/errmsg_025.phpt [new file with mode: 0644]
Zend/tests/errmsg_026.phpt [new file with mode: 0644]
Zend/tests/errmsg_027.phpt [new file with mode: 0644]
Zend/tests/errmsg_028.phpt [new file with mode: 0644]
Zend/tests/errmsg_029.phpt [new file with mode: 0644]
Zend/tests/errmsg_030.phpt [new file with mode: 0644]
Zend/tests/errmsg_031.phpt [new file with mode: 0644]
Zend/tests/errmsg_032.phpt [new file with mode: 0644]
Zend/tests/errmsg_033.phpt [new file with mode: 0644]
Zend/tests/errmsg_034.phpt [new file with mode: 0644]
Zend/tests/errmsg_035.phpt [new file with mode: 0644]
Zend/tests/errmsg_036.phpt [new file with mode: 0644]
Zend/tests/errmsg_037.phpt [new file with mode: 0644]
Zend/tests/errmsg_038.phpt [new file with mode: 0644]
Zend/tests/errmsg_039.phpt [new file with mode: 0644]
Zend/tests/errmsg_040.phpt [new file with mode: 0644]
Zend/tests/errmsg_042.phpt [new file with mode: 0644]
Zend/tests/errmsg_044.phpt [new file with mode: 0644]
Zend/tests/errmsg_045.phpt [new file with mode: 0644]
Zend/tests/error_reporting01.phpt [new file with mode: 0644]
Zend/tests/error_reporting02.phpt [new file with mode: 0644]
Zend/tests/error_reporting03.phpt [new file with mode: 0644]
Zend/tests/error_reporting04.phpt [new file with mode: 0644]
Zend/tests/error_reporting05.phpt [new file with mode: 0644]
Zend/tests/error_reporting06.phpt [new file with mode: 0644]
Zend/tests/error_reporting07.phpt [new file with mode: 0644]
Zend/tests/error_reporting08.phpt [new file with mode: 0644]
Zend/tests/error_reporting09.phpt [new file with mode: 0644]
Zend/tests/error_reporting10.phpt [new file with mode: 0644]
Zend/tests/eval_constant_resolution.phpt [new file with mode: 0644]
Zend/tests/eval_parse_error_with_doc_comment.phpt [new file with mode: 0644]
Zend/tests/ex_func_null_during_property_write.phpt [new file with mode: 0644]
Zend/tests/exception_001.phpt [new file with mode: 0644]
Zend/tests/exception_002.phpt [new file with mode: 0644]
Zend/tests/exception_003.phpt [new file with mode: 0644]
Zend/tests/exception_004.phpt [new file with mode: 0644]
Zend/tests/exception_005.phpt [new file with mode: 0644]
Zend/tests/exception_006.phpt [new file with mode: 0644]
Zend/tests/exception_007.phpt [new file with mode: 0644]
Zend/tests/exception_008.phpt [new file with mode: 0644]
Zend/tests/exception_009.phpt [new file with mode: 0644]
Zend/tests/exception_011.phpt [new file with mode: 0644]
Zend/tests/exception_013.phpt [new file with mode: 0644]
Zend/tests/exception_014.phpt [new file with mode: 0644]
Zend/tests/exception_015.phpt [new file with mode: 0644]
Zend/tests/exception_016.phpt [new file with mode: 0644]
Zend/tests/exception_017.phpt [new file with mode: 0644]
Zend/tests/exception_018.phpt [new file with mode: 0644]
Zend/tests/exception_019.phpt [new file with mode: 0644]
Zend/tests/exception_020.phpt [new file with mode: 0644]
Zend/tests/exception_021.phpt [new file with mode: 0644]
Zend/tests/exception_022.phpt [new file with mode: 0644]
Zend/tests/exception_023.phpt [new file with mode: 0644]
Zend/tests/exception_024.phpt [new file with mode: 0644]
Zend/tests/exception_025.phpt [new file with mode: 0644]
Zend/tests/exception_026.phpt [new file with mode: 0644]
Zend/tests/exception_before_fatal.phpt [new file with mode: 0644]
Zend/tests/exception_delayed_message.phpt [new file with mode: 0644]
Zend/tests/exception_during_by_reference_magic_get.phpt [new file with mode: 0644]
Zend/tests/exception_during_include_stat.phpt [new file with mode: 0644]
Zend/tests/exception_during_property_assign_op.phpt [new file with mode: 0644]
Zend/tests/exception_during_variance_autoload.phpt [new file with mode: 0644]
Zend/tests/exception_during_variance_autoload_2.phpt [new file with mode: 0644]
Zend/tests/exception_from_toString.phpt [new file with mode: 0644]
Zend/tests/exception_getters_with_ref_props.phpt [new file with mode: 0644]
Zend/tests/exception_handler_001.phpt [new file with mode: 0644]
Zend/tests/exception_handler_002.phpt [new file with mode: 0644]
Zend/tests/exception_handler_003.phpt [new file with mode: 0644]
Zend/tests/exception_handler_004.phpt [new file with mode: 0644]
Zend/tests/exception_handler_005.phpt [new file with mode: 0644]
Zend/tests/exception_handler_006.phpt [new file with mode: 0644]
Zend/tests/exception_handler_007.phpt [new file with mode: 0644]
Zend/tests/exception_ignore_args.phpt [new file with mode: 0644]
Zend/tests/exception_in_nested_rope.phpt [new file with mode: 0644]
Zend/tests/exception_in_rope_end.phpt [new file with mode: 0644]
Zend/tests/exception_set_previous_leak.phpt [new file with mode: 0644]
Zend/tests/exception_stream_wrapper.phpt [new file with mode: 0644]
Zend/tests/exception_with_by_ref_message.phpt [new file with mode: 0644]
Zend/tests/exit_exception_handler.phpt [new file with mode: 0644]
Zend/tests/exit_finally_1.phpt [new file with mode: 0644]
Zend/tests/exit_finally_2.phpt [new file with mode: 0644]
Zend/tests/exit_finally_3.phpt [new file with mode: 0644]
Zend/tests/fake_closure_in_internal_func_leaks.phpt [new file with mode: 0644]
Zend/tests/falsetoarray.phpt [new file with mode: 0644]
Zend/tests/falsetoarray_002.phpt [new file with mode: 0644]
Zend/tests/falsetoarray_003.phpt [new file with mode: 0644]
Zend/tests/fe_fetch_dtor_exception.phpt [new file with mode: 0644]
Zend/tests/fe_fetch_op2_live_range.phpt [new file with mode: 0644]
Zend/tests/fibers/backtrace-deep-nesting.phpt [new file with mode: 0644]
Zend/tests/fibers/backtrace-nested.phpt [new file with mode: 0644]
Zend/tests/fibers/backtrace-object.phpt [new file with mode: 0644]
Zend/tests/fibers/call-to-ctor-of-terminated-fiber.phpt [new file with mode: 0644]
Zend/tests/fibers/catch-then-suspend.phpt [new file with mode: 0644]
Zend/tests/fibers/catch.phpt [new file with mode: 0644]
Zend/tests/fibers/debug-backtrace.phpt [new file with mode: 0644]
Zend/tests/fibers/double-start.phpt [new file with mode: 0644]
Zend/tests/fibers/error-reporting.phpt [new file with mode: 0644]
Zend/tests/fibers/exit-in-fiber.phpt [new file with mode: 0644]
Zend/tests/fibers/failing-fiber.phpt [new file with mode: 0644]
Zend/tests/fibers/failing-nested-fiber.phpt [new file with mode: 0644]
Zend/tests/fibers/fast-finish-fiber.phpt [new file with mode: 0644]
Zend/tests/fibers/fatal-error-in-fiber.phpt [new file with mode: 0644]
Zend/tests/fibers/fatal-error-in-nested-fiber.phpt [new file with mode: 0644]
Zend/tests/fibers/fatal-error-with-multiple-fibers.phpt [new file with mode: 0644]
Zend/tests/fibers/fiber-error-construct.phpt [new file with mode: 0644]
Zend/tests/fibers/fiber-get-current.phpt [new file with mode: 0644]
Zend/tests/fibers/fiber-in-shutdown-function.phpt [new file with mode: 0644]
Zend/tests/fibers/fiber-status.phpt [new file with mode: 0644]
Zend/tests/fibers/gc-cycle-callback.phpt [new file with mode: 0644]
Zend/tests/fibers/gc-cycle-result.phpt [new file with mode: 0644]
Zend/tests/fibers/get-return-after-bailout.phpt [new file with mode: 0644]
Zend/tests/fibers/get-return-after-throwing.phpt [new file with mode: 0644]
Zend/tests/fibers/get-return-from-unstarted-fiber.phpt [new file with mode: 0644]
Zend/tests/fibers/get-return-in-unfinished-fiber.phpt [new file with mode: 0644]
Zend/tests/fibers/get-return.phpt [new file with mode: 0644]
Zend/tests/fibers/gh10249.phpt [new file with mode: 0644]
Zend/tests/fibers/gh10340-001.phpt [new file with mode: 0644]
Zend/tests/fibers/gh10340-002.phpt [new file with mode: 0644]
Zend/tests/fibers/gh10340-003.phpt [new file with mode: 0644]
Zend/tests/fibers/gh10437.phpt [new file with mode: 0644]
Zend/tests/fibers/gh10496-001.phpt [new file with mode: 0644]
Zend/tests/fibers/gh10496-002.phpt [new file with mode: 0644]
Zend/tests/fibers/gh9735-001.phpt [new file with mode: 0644]
Zend/tests/fibers/gh9735-002.phpt [new file with mode: 0644]
Zend/tests/fibers/gh9735-003.phpt [new file with mode: 0644]
Zend/tests/fibers/gh9735-004.phpt [new file with mode: 0644]
Zend/tests/fibers/gh9735-005.phpt [new file with mode: 0644]
Zend/tests/fibers/gh9735-006.phpt [new file with mode: 0644]
Zend/tests/fibers/gh9735-007.phpt [new file with mode: 0644]
Zend/tests/fibers/gh9735-008.phpt [new file with mode: 0644]
Zend/tests/fibers/gh9735-009.phpt [new file with mode: 0644]
Zend/tests/fibers/invocable-class.phpt [new file with mode: 0644]
Zend/tests/fibers/multiple-calls-to-ctor.phpt [new file with mode: 0644]
Zend/tests/fibers/no-switch-dtor-resume.phpt [new file with mode: 0644]
Zend/tests/fibers/no-switch-dtor-start.phpt [new file with mode: 0644]
Zend/tests/fibers/no-switch-dtor-suspend.phpt [new file with mode: 0644]
Zend/tests/fibers/no-switch-dtor-throw.phpt [new file with mode: 0644]
Zend/tests/fibers/no-switch-force-close-finally.phpt [new file with mode: 0644]
Zend/tests/fibers/no-switch-gc.phpt [new file with mode: 0644]
Zend/tests/fibers/out-of-memory-in-fiber.phpt [new file with mode: 0644]
Zend/tests/fibers/out-of-memory-in-nested-fiber.phpt [new file with mode: 0644]
Zend/tests/fibers/out-of-memory-in-recursive-fiber.phpt [new file with mode: 0644]
Zend/tests/fibers/resume-non-running-fiber.phpt [new file with mode: 0644]
Zend/tests/fibers/resume-previous-fiber.phpt [new file with mode: 0644]
Zend/tests/fibers/resume-running-fiber.phpt [new file with mode: 0644]
Zend/tests/fibers/resume-terminated-fiber.phpt [new file with mode: 0644]
Zend/tests/fibers/resume.phpt [new file with mode: 0644]
Zend/tests/fibers/return-by-ref.phpt [new file with mode: 0644]
Zend/tests/fibers/signal-async.phpt [new file with mode: 0644]
Zend/tests/fibers/signal-dispatch.phpt [new file with mode: 0644]
Zend/tests/fibers/silence-operator-inside-fiber.phpt [new file with mode: 0644]
Zend/tests/fibers/silence-operator-outside-fiber.phpt [new file with mode: 0644]
Zend/tests/fibers/start-arguments.phpt [new file with mode: 0644]
Zend/tests/fibers/suspend-in-force-close-fiber-after-shutdown.phpt [new file with mode: 0644]
Zend/tests/fibers/suspend-in-force-close-fiber-catching-exception.phpt [new file with mode: 0644]
Zend/tests/fibers/suspend-in-force-close-fiber.phpt [new file with mode: 0644]
Zend/tests/fibers/suspend-in-nested-function.phpt [new file with mode: 0644]
Zend/tests/fibers/suspend-outside-fiber.phpt [new file with mode: 0644]
Zend/tests/fibers/throw-during-fiber-destruct.phpt [new file with mode: 0644]
Zend/tests/fibers/throw-in-multiple-destroyed-fibers-after-shutdown.phpt [new file with mode: 0644]
Zend/tests/fibers/throw-into-non-running-fiber.phpt [new file with mode: 0644]
Zend/tests/fibers/throw.phpt [new file with mode: 0644]
Zend/tests/fibers/ticks.phpt [new file with mode: 0644]
Zend/tests/fibers/unfinished-fiber-with-finally.phpt [new file with mode: 0644]
Zend/tests/fibers/unfinished-fiber-with-nested-try-catch.phpt [new file with mode: 0644]
Zend/tests/fibers/unfinished-fiber-with-suspend-in-finally.phpt [new file with mode: 0644]
Zend/tests/fibers/unfinished-fiber-with-throw-in-finally.phpt [new file with mode: 0644]
Zend/tests/fibers/unfinished-fiber.phpt [new file with mode: 0644]
Zend/tests/fibers/unstarted-fiber.phpt [new file with mode: 0644]
Zend/tests/first_class_callable_001.phpt [new file with mode: 0644]
Zend/tests/first_class_callable_002.phpt [new file with mode: 0644]
Zend/tests/first_class_callable_003.phpt [new file with mode: 0644]
Zend/tests/first_class_callable_004.phpt [new file with mode: 0644]
Zend/tests/first_class_callable_005.phpt [new file with mode: 0644]
Zend/tests/first_class_callable_006.phpt [new file with mode: 0644]
Zend/tests/first_class_callable_007.phpt [new file with mode: 0644]
Zend/tests/first_class_callable_008.phpt [new file with mode: 0644]
Zend/tests/first_class_callable_009.phpt [new file with mode: 0644]
Zend/tests/first_class_callable_010.phpt [new file with mode: 0644]
Zend/tests/first_class_callable_011.phpt [new file with mode: 0644]
Zend/tests/first_class_callable_012.phpt [new file with mode: 0644]
Zend/tests/first_class_callable_013.phpt [new file with mode: 0644]
Zend/tests/first_class_callable_014.phpt [new file with mode: 0644]
Zend/tests/first_class_callable_015.phpt [new file with mode: 0644]
Zend/tests/first_class_callable_015_strict.inc [new file with mode: 0644]
Zend/tests/first_class_callable_015_weak.inc [new file with mode: 0644]
Zend/tests/first_class_callable_016.phpt [new file with mode: 0644]
Zend/tests/first_class_callable_assert.phpt [new file with mode: 0644]
Zend/tests/first_class_callable_assert2.phpt [new file with mode: 0644]
Zend/tests/first_class_callable_assert3.phpt [new file with mode: 0644]
Zend/tests/first_class_callable_dynamic.phpt [new file with mode: 0644]
Zend/tests/first_class_callable_errors.phpt [new file with mode: 0644]
Zend/tests/first_class_callable_optimization.phpt [new file with mode: 0644]
Zend/tests/first_class_callable_refs.phpt [new file with mode: 0644]
Zend/tests/first_class_callable_signature.phpt [new file with mode: 0644]
Zend/tests/flexible-heredoc-complex-test1.phpt [new file with mode: 0644]
Zend/tests/flexible-heredoc-complex-test2.phpt [new file with mode: 0644]
Zend/tests/flexible-heredoc-complex-test3.phpt [new file with mode: 0644]
Zend/tests/flexible-heredoc-complex-test4.phpt [new file with mode: 0644]
Zend/tests/flexible-heredoc-error1.phpt [new file with mode: 0644]
Zend/tests/flexible-heredoc-error10.phpt [new file with mode: 0644]
Zend/tests/flexible-heredoc-error11.phpt [new file with mode: 0644]
Zend/tests/flexible-heredoc-error12.phpt [new file with mode: 0644]
Zend/tests/flexible-heredoc-error13.phpt [new file with mode: 0644]
Zend/tests/flexible-heredoc-error2.phpt [new file with mode: 0644]
Zend/tests/flexible-heredoc-error3.phpt [new file with mode: 0644]
Zend/tests/flexible-heredoc-error4.phpt [new file with mode: 0644]
Zend/tests/flexible-heredoc-error5.phpt [new file with mode: 0644]
Zend/tests/flexible-heredoc-error6.phpt [new file with mode: 0644]
Zend/tests/flexible-heredoc-error7.phpt [new file with mode: 0644]
Zend/tests/flexible-heredoc-error8.phpt [new file with mode: 0644]
Zend/tests/flexible-heredoc-error9.phpt [new file with mode: 0644]
Zend/tests/flexible-heredoc-nowdoc-lineno.phpt [new file with mode: 0644]
Zend/tests/flexible-heredoc-nowdoc.phpt [new file with mode: 0644]
Zend/tests/flexible-nowdoc-error1.phpt [new file with mode: 0644]
Zend/tests/flexible-nowdoc-error2.phpt [new file with mode: 0644]
Zend/tests/flexible-nowdoc-error3.phpt [new file with mode: 0644]
Zend/tests/flexible-nowdoc-error4.phpt [new file with mode: 0644]
Zend/tests/flexible-nowdoc-error5.phpt [new file with mode: 0644]
Zend/tests/flexible-nowdoc-error6.phpt [new file with mode: 0644]
Zend/tests/flexible-nowdoc-error7.phpt [new file with mode: 0644]
Zend/tests/flexible-nowdoc-error8.phpt [new file with mode: 0644]
Zend/tests/float_prec_001.phpt [new file with mode: 0644]
Zend/tests/float_to_int/explicit_casts_should_not_warn.phpt [new file with mode: 0644]
Zend/tests/float_to_int/explicit_casts_should_not_warn_32bit.phpt [new file with mode: 0644]
Zend/tests/float_to_int/negative_zero_check.phpt [new file with mode: 0644]
Zend/tests/float_to_int/no_warning_compatible_float_literals.phpt [new file with mode: 0644]
Zend/tests/float_to_int/no_warning_compatible_string_float_literals.phpt [new file with mode: 0644]
Zend/tests/float_to_int/no_warnings_compatible_float_literals_assignment_ops.phpt [new file with mode: 0644]
Zend/tests/float_to_int/no_warnings_compatible_float_vars.phpt [new file with mode: 0644]
Zend/tests/float_to_int/no_warnings_compatible_string_float_vars.phpt [new file with mode: 0644]
Zend/tests/float_to_int/union_int_string_type_arg.phpt [new file with mode: 0644]
Zend/tests/float_to_int/union_int_string_type_arg_promote_exception.phpt [new file with mode: 0644]
Zend/tests/float_to_int/warning_float_does_not_fit_zend_long_arrays.phpt [new file with mode: 0644]
Zend/tests/float_to_int/warning_float_does_not_fit_zend_long_strings.phpt [new file with mode: 0644]
Zend/tests/float_to_int/warning_float_does_not_fit_zend_long_strings_32bit.phpt [new file with mode: 0644]
Zend/tests/float_to_int/warnings_float_literals.phpt [new file with mode: 0644]
Zend/tests/float_to_int/warnings_float_literals_assignment_ops.phpt [new file with mode: 0644]
Zend/tests/float_to_int/warnings_float_vars.phpt [new file with mode: 0644]
Zend/tests/float_to_int/warnings_string_float_literals.phpt [new file with mode: 0644]
Zend/tests/float_to_int/warnings_string_float_literals_assignment_ops.phpt [new file with mode: 0644]
Zend/tests/float_to_int/warnings_string_float_vars.phpt [new file with mode: 0644]
Zend/tests/foreach.phpt [new file with mode: 0644]
Zend/tests/foreach_002.phpt [new file with mode: 0644]
Zend/tests/foreach_003.phpt [new file with mode: 0644]
Zend/tests/foreach_005.phpt [new file with mode: 0644]
Zend/tests/foreach_006.phpt [new file with mode: 0644]
Zend/tests/foreach_007.phpt [new file with mode: 0644]
Zend/tests/foreach_008.phpt [new file with mode: 0644]
Zend/tests/foreach_009.phpt [new file with mode: 0644]
Zend/tests/foreach_010.phpt [new file with mode: 0644]
Zend/tests/foreach_011.phpt [new file with mode: 0644]
Zend/tests/foreach_012.phpt [new file with mode: 0644]
Zend/tests/foreach_013.phpt [new file with mode: 0644]
Zend/tests/foreach_014.phpt [new file with mode: 0644]
Zend/tests/foreach_015.phpt [new file with mode: 0644]
Zend/tests/foreach_016.phpt [new file with mode: 0644]
Zend/tests/foreach_017.phpt [new file with mode: 0644]
Zend/tests/foreach_018.phpt [new file with mode: 0644]
Zend/tests/foreach_by_ref_repacking_insert.phpt [new file with mode: 0644]
Zend/tests/foreach_by_ref_to_property.phpt [new file with mode: 0644]
Zend/tests/foreach_empty_loop_leak.phpt [new file with mode: 0644]
Zend/tests/foreach_list_001.phpt [new file with mode: 0644]
Zend/tests/foreach_list_002.phpt [new file with mode: 0644]
Zend/tests/foreach_list_003.phpt [new file with mode: 0644]
Zend/tests/foreach_list_004.phpt [new file with mode: 0644]
Zend/tests/foreach_list_keyed.phpt [new file with mode: 0644]
Zend/tests/foreach_over_null.phpt [new file with mode: 0644]
Zend/tests/foreach_reference.phpt [new file with mode: 0644]
Zend/tests/foreach_shadowed_dyn_property.phpt [new file with mode: 0644]
Zend/tests/foreach_shadowed_property.phpt [new file with mode: 0644]
Zend/tests/foreach_temp_array_expr_with_refs.phpt [new file with mode: 0644]
Zend/tests/foreach_undefined.phpt [new file with mode: 0644]
Zend/tests/foreach_unset_globals.phpt [new file with mode: 0644]
Zend/tests/fr47160.phpt [new file with mode: 0644]
Zend/tests/func_arg_fetch_optimization.phpt [new file with mode: 0644]
Zend/tests/func_get_args.phpt [new file with mode: 0644]
Zend/tests/func_sig_trailing_comma.phpt [new file with mode: 0644]
Zend/tests/function_arguments/argument_count_correct.phpt [new file with mode: 0644]
Zend/tests/function_arguments/argument_count_correct_strict.phpt [new file with mode: 0644]
Zend/tests/function_arguments/argument_count_incorrect_internal.phpt [new file with mode: 0644]
Zend/tests/function_arguments/argument_count_incorrect_internal_strict.phpt [new file with mode: 0644]
Zend/tests/function_arguments/argument_count_incorrect_userland.phpt [new file with mode: 0644]
Zend/tests/function_arguments/argument_count_incorrect_userland_strict.phpt [new file with mode: 0644]
Zend/tests/function_arguments/call_with_leading_comma_error.phpt [new file with mode: 0644]
Zend/tests/function_arguments/call_with_multi_inner_comma_error.phpt [new file with mode: 0644]
Zend/tests/function_arguments/call_with_multi_trailing_comma_error.phpt [new file with mode: 0644]
Zend/tests/function_arguments/call_with_only_comma_error.phpt [new file with mode: 0644]
Zend/tests/function_arguments/call_with_trailing_comma_basic.phpt [new file with mode: 0644]
Zend/tests/function_arguments/sensitive_parameter.phpt [new file with mode: 0644]
Zend/tests/function_arguments/sensitive_parameter_arrow_function.phpt [new file with mode: 0644]
Zend/tests/function_arguments/sensitive_parameter_closure.phpt [new file with mode: 0644]
Zend/tests/function_arguments/sensitive_parameter_correctly_captures_original.phpt [new file with mode: 0644]
Zend/tests/function_arguments/sensitive_parameter_eval_call.phpt [new file with mode: 0644]
Zend/tests/function_arguments/sensitive_parameter_eval_define.phpt [new file with mode: 0644]
Zend/tests/function_arguments/sensitive_parameter_extra_arguments.phpt [new file with mode: 0644]
Zend/tests/function_arguments/sensitive_parameter_multiple_arguments.phpt [new file with mode: 0644]
Zend/tests/function_arguments/sensitive_parameter_named_arguments.phpt [new file with mode: 0644]
Zend/tests/function_arguments/sensitive_parameter_nested_calls.phpt [new file with mode: 0644]
Zend/tests/function_arguments/sensitive_parameter_value.phpt [new file with mode: 0644]
Zend/tests/function_arguments/sensitive_parameter_value_clone.phpt [new file with mode: 0644]
Zend/tests/function_arguments/sensitive_parameter_value_keeps_object_alive.phpt [new file with mode: 0644]
Zend/tests/function_arguments/sensitive_parameter_value_no_dynamic_property.phpt [new file with mode: 0644]
Zend/tests/function_arguments/sensitive_parameter_value_reflection.phpt [new file with mode: 0644]
Zend/tests/function_arguments/sensitive_parameter_value_serialize.phpt [new file with mode: 0644]
Zend/tests/function_arguments/sensitive_parameter_value_to_string.phpt [new file with mode: 0644]
Zend/tests/function_arguments/sensitive_parameter_variadic_arguments.phpt [new file with mode: 0644]
Zend/tests/function_arguments/variadic_argument_type_error.phpt [new file with mode: 0644]
Zend/tests/function_arguments_001.phpt [new file with mode: 0644]
Zend/tests/function_arguments_002.phpt [new file with mode: 0644]
Zend/tests/function_arguments_003.phpt [new file with mode: 0644]
Zend/tests/function_exists_basic.phpt [new file with mode: 0644]
Zend/tests/function_outside_namespace.phpt [new file with mode: 0644]
Zend/tests/function_redecl.phpt [new file with mode: 0644]
Zend/tests/gc_001.phpt [new file with mode: 0644]
Zend/tests/gc_002.phpt [new file with mode: 0644]
Zend/tests/gc_003.phpt [new file with mode: 0644]
Zend/tests/gc_004.phpt [new file with mode: 0644]
Zend/tests/gc_005.phpt [new file with mode: 0644]
Zend/tests/gc_006.phpt [new file with mode: 0644]
Zend/tests/gc_007.phpt [new file with mode: 0644]
Zend/tests/gc_008.phpt [new file with mode: 0644]
Zend/tests/gc_009.phpt [new file with mode: 0644]
Zend/tests/gc_011.phpt [new file with mode: 0644]
Zend/tests/gc_012.phpt [new file with mode: 0644]
Zend/tests/gc_013.phpt [new file with mode: 0644]
Zend/tests/gc_014.phpt [new file with mode: 0644]
Zend/tests/gc_015.phpt [new file with mode: 0644]
Zend/tests/gc_016.phpt [new file with mode: 0644]
Zend/tests/gc_017.phpt [new file with mode: 0644]
Zend/tests/gc_018.phpt [new file with mode: 0644]
Zend/tests/gc_019.phpt [new file with mode: 0644]
Zend/tests/gc_020.phpt [new file with mode: 0644]
Zend/tests/gc_021.phpt [new file with mode: 0644]
Zend/tests/gc_022.phpt [new file with mode: 0644]
Zend/tests/gc_023.phpt [new file with mode: 0644]
Zend/tests/gc_024.phpt [new file with mode: 0644]
Zend/tests/gc_025.phpt [new file with mode: 0644]
Zend/tests/gc_026.phpt [new file with mode: 0644]
Zend/tests/gc_027.phpt [new file with mode: 0644]
Zend/tests/gc_028.phpt [new file with mode: 0644]
Zend/tests/gc_029.phpt [new file with mode: 0644]
Zend/tests/gc_030.phpt [new file with mode: 0644]
Zend/tests/gc_031.phpt [new file with mode: 0644]
Zend/tests/gc_032.phpt [new file with mode: 0644]
Zend/tests/gc_033.phpt [new file with mode: 0644]
Zend/tests/gc_034.phpt [new file with mode: 0644]
Zend/tests/gc_035.phpt [new file with mode: 0644]
Zend/tests/gc_036.phpt [new file with mode: 0644]
Zend/tests/gc_037.phpt [new file with mode: 0644]
Zend/tests/gc_038.phpt [new file with mode: 0644]
Zend/tests/gc_039.phpt [new file with mode: 0644]
Zend/tests/gc_041.phpt [new file with mode: 0644]
Zend/tests/gc_042.phpt [new file with mode: 0644]
Zend/tests/gc_043.phpt [new file with mode: 0644]
Zend/tests/gc_044.phpt [new file with mode: 0644]
Zend/tests/gc_045.phpt [new file with mode: 0644]
Zend/tests/gc_046.phpt [new file with mode: 0644]
Zend/tests/generators/aborted_yield_during_nested_fcalls.phpt [new file with mode: 0644]
Zend/tests/generators/aborted_yield_during_new.phpt [new file with mode: 0644]
Zend/tests/generators/aborted_yield_during_switch.phpt [new file with mode: 0644]
Zend/tests/generators/auto_incrementing_keys.phpt [new file with mode: 0644]
Zend/tests/generators/backtrace.phpt [new file with mode: 0644]
Zend/tests/generators/backtrace_multi_yield_from.phpt [new file with mode: 0644]
Zend/tests/generators/basic_yield_from_exception_handling.phpt [new file with mode: 0644]
Zend/tests/generators/basic_yield_from_proxying.phpt [new file with mode: 0644]
Zend/tests/generators/bug63066.phpt [new file with mode: 0644]
Zend/tests/generators/bug65035.phpt [new file with mode: 0644]
Zend/tests/generators/bug65161.phpt [new file with mode: 0644]
Zend/tests/generators/bug66041.phpt [new file with mode: 0644]
Zend/tests/generators/bug67497.phpt [new file with mode: 0644]
Zend/tests/generators/bug69419.phpt [new file with mode: 0644]
Zend/tests/generators/bug70904.phpt [new file with mode: 0644]
Zend/tests/generators/bug70965.phpt [new file with mode: 0644]
Zend/tests/generators/bug71013.phpt [new file with mode: 0644]
Zend/tests/generators/bug71297.phpt [new file with mode: 0644]
Zend/tests/generators/bug71441.phpt [new file with mode: 0644]
Zend/tests/generators/bug71601.phpt [new file with mode: 0644]
Zend/tests/generators/bug72523.phpt [new file with mode: 0644]
Zend/tests/generators/bug74157.phpt [new file with mode: 0644]
Zend/tests/generators/bug74606.phpt [new file with mode: 0644]
Zend/tests/generators/bug74954.phpt [new file with mode: 0644]
Zend/tests/generators/bug75396.phpt [new file with mode: 0644]
Zend/tests/generators/bug76427.phpt [new file with mode: 0644]
Zend/tests/generators/bug78434.phpt [new file with mode: 0644]
Zend/tests/generators/bug79600.phpt [new file with mode: 0644]
Zend/tests/generators/bug80240.phpt [new file with mode: 0644]
Zend/tests/generators/clone.phpt [new file with mode: 0644]
Zend/tests/generators/dangling_send_target.phpt [new file with mode: 0644]
Zend/tests/generators/dynamic_call.phpt [new file with mode: 0644]
Zend/tests/generators/dynamic_properties.phpt [new file with mode: 0644]
Zend/tests/generators/errors/count_error.phpt [new file with mode: 0644]
Zend/tests/generators/errors/generator_extend_error.phpt [new file with mode: 0644]
Zend/tests/generators/errors/generator_instantiate_error.phpt [new file with mode: 0644]
Zend/tests/generators/errors/non_ref_generator_iterated_by_ref_error.phpt [new file with mode: 0644]
Zend/tests/generators/errors/resume_running_generator_error.phpt [new file with mode: 0644]
Zend/tests/generators/errors/resume_running_generator_error_002.phpt [new file with mode: 0644]
Zend/tests/generators/errors/resume_running_generator_error_003.phpt [new file with mode: 0644]
Zend/tests/generators/errors/serialize_unserialize_error.phpt [new file with mode: 0644]
Zend/tests/generators/errors/yield_const_by_ref_error.phpt [new file with mode: 0644]
Zend/tests/generators/errors/yield_in_force_closed_finally_error.phpt [new file with mode: 0644]
Zend/tests/generators/errors/yield_non_ref_function_call_by_ref_error.phpt [new file with mode: 0644]
Zend/tests/generators/errors/yield_outside_function_error.phpt [new file with mode: 0644]
Zend/tests/generators/exception_during_shutdown.phpt [new file with mode: 0644]
Zend/tests/generators/fibonacci.phpt [new file with mode: 0644]
Zend/tests/generators/finally/finally_ran_on_close.phpt [new file with mode: 0644]
Zend/tests/generators/finally/return_return.phpt [new file with mode: 0644]
Zend/tests/generators/finally/return_yield.phpt [new file with mode: 0644]
Zend/tests/generators/finally/run_on_dtor.phpt [new file with mode: 0644]
Zend/tests/generators/finally/throw_yield.phpt [new file with mode: 0644]
Zend/tests/generators/finally/yield_return.phpt [new file with mode: 0644]
Zend/tests/generators/finally/yield_throw.phpt [new file with mode: 0644]
Zend/tests/generators/finally/yield_yield.phpt [new file with mode: 0644]
Zend/tests/generators/func_get_args.phpt [new file with mode: 0644]
Zend/tests/generators/gc_order.phpt [new file with mode: 0644]
Zend/tests/generators/gc_running_generator.phpt [new file with mode: 0644]
Zend/tests/generators/gc_with_iterator_in_foreach.phpt [new file with mode: 0644]
Zend/tests/generators/gc_with_root_parent_mismatch.phpt [new file with mode: 0644]
Zend/tests/generators/gc_with_yield_from.phpt [new file with mode: 0644]
Zend/tests/generators/generator_closure.phpt [new file with mode: 0644]
Zend/tests/generators/generator_closure_unused.phpt [new file with mode: 0644]
Zend/tests/generators/generator_closure_with_this.phpt [new file with mode: 0644]
Zend/tests/generators/generator_in_multipleiterator.phpt [new file with mode: 0644]
Zend/tests/generators/generator_method.phpt [new file with mode: 0644]
Zend/tests/generators/generator_method_by_ref.phpt [new file with mode: 0644]
Zend/tests/generators/generator_return_return_type.phpt [new file with mode: 0644]
Zend/tests/generators/generator_return_without_value.phpt [new file with mode: 0644]
Zend/tests/generators/generator_returns_generator.phpt [new file with mode: 0644]
Zend/tests/generators/generator_rewind.phpt [new file with mode: 0644]
Zend/tests/generators/generator_send.phpt [new file with mode: 0644]
Zend/tests/generators/generator_static_method.phpt [new file with mode: 0644]
Zend/tests/generators/generator_symtable_leak.phpt [new file with mode: 0644]
Zend/tests/generators/generator_throwing_during_function_call.phpt [new file with mode: 0644]
Zend/tests/generators/generator_throwing_exception.phpt [new file with mode: 0644]
Zend/tests/generators/generator_throwing_in_foreach.phpt [new file with mode: 0644]
Zend/tests/generators/generator_trampoline.phpt [new file with mode: 0644]
Zend/tests/generators/generator_with_arg_unpacking.phpt [new file with mode: 0644]
Zend/tests/generators/generator_with_keys.phpt [new file with mode: 0644]
Zend/tests/generators/generator_with_nonscalar_keys.phpt [new file with mode: 0644]
Zend/tests/generators/generator_with_type_check.phpt [new file with mode: 0644]
Zend/tests/generators/generator_with_type_check_2.phpt [new file with mode: 0644]
Zend/tests/generators/get_return.phpt [new file with mode: 0644]
Zend/tests/generators/get_return_and_finally.phpt [new file with mode: 0644]
Zend/tests/generators/get_return_errors.phpt [new file with mode: 0644]
Zend/tests/generators/get_return_types.phpt [new file with mode: 0644]
Zend/tests/generators/gh11028_1.phpt [new file with mode: 0644]
Zend/tests/generators/gh11028_2.phpt [new file with mode: 0644]
Zend/tests/generators/gh11028_3.phpt [new file with mode: 0644]
Zend/tests/generators/gh8289.phpt [new file with mode: 0644]
Zend/tests/generators/gh9750-001.phpt [new file with mode: 0644]
Zend/tests/generators/gh9750-002.phpt [new file with mode: 0644]
Zend/tests/generators/gh9750-003.phpt [new file with mode: 0644]
Zend/tests/generators/gh9750-004.phpt [new file with mode: 0644]
Zend/tests/generators/gh9750-005.phpt [new file with mode: 0644]
Zend/tests/generators/gh9750-006.phpt [new file with mode: 0644]
Zend/tests/generators/gh9750-007.phpt [new file with mode: 0644]
Zend/tests/generators/gh9750-008.phpt [new file with mode: 0644]
Zend/tests/generators/gh9750-009.phpt [new file with mode: 0644]
Zend/tests/generators/gh9750-010.phpt [new file with mode: 0644]
Zend/tests/generators/gh9750-011.phpt [new file with mode: 0644]
Zend/tests/generators/gh9752.phpt [new file with mode: 0644]
Zend/tests/generators/gh9801.phpt [new file with mode: 0644]
Zend/tests/generators/ignored_send_leak.phpt [new file with mode: 0644]
Zend/tests/generators/iterator_wrapper_leak.phpt [new file with mode: 0644]
Zend/tests/generators/multiple_yield_from_on_same_generator.phpt [new file with mode: 0644]
Zend/tests/generators/mutli_yield_from_with_exception.phpt [new file with mode: 0644]
Zend/tests/generators/nested_calls_with_die.phpt [new file with mode: 0644]
Zend/tests/generators/nested_method_calls.phpt [new file with mode: 0644]
Zend/tests/generators/no_foreach_var_leaks.phpt [new file with mode: 0644]
Zend/tests/generators/recursive_yield_from.phpt [new file with mode: 0644]
Zend/tests/generators/repeated_yield_from_with_immediate_release.phpt [new file with mode: 0644]
Zend/tests/generators/return_from_by_ref_generator.phpt [new file with mode: 0644]
Zend/tests/generators/send_after_close.phpt [new file with mode: 0644]
Zend/tests/generators/send_returns_current.phpt [new file with mode: 0644]
Zend/tests/generators/throw_already_closed.phpt [new file with mode: 0644]
Zend/tests/generators/throw_caught.phpt [new file with mode: 0644]
Zend/tests/generators/throw_into_yield_from_array.phpt [new file with mode: 0644]
Zend/tests/generators/throw_not_an_exception.phpt [new file with mode: 0644]
Zend/tests/generators/throw_rethrow.phpt [new file with mode: 0644]
Zend/tests/generators/throw_uncaught.phpt [new file with mode: 0644]
Zend/tests/generators/unused_return_value.phpt [new file with mode: 0644]
Zend/tests/generators/xrange.phpt [new file with mode: 0644]
Zend/tests/generators/yield_array_key.phpt [new file with mode: 0644]
Zend/tests/generators/yield_array_offset_by_ref.phpt [new file with mode: 0644]
Zend/tests/generators/yield_by_reference.phpt [new file with mode: 0644]
Zend/tests/generators/yield_by_reference_optimization.phpt [new file with mode: 0644]
Zend/tests/generators/yield_closure.phpt [new file with mode: 0644]
Zend/tests/generators/yield_during_function_call.phpt [new file with mode: 0644]
Zend/tests/generators/yield_during_method_call.phpt [new file with mode: 0644]
Zend/tests/generators/yield_from_aborted_generator_with_children.phpt [new file with mode: 0644]
Zend/tests/generators/yield_from_already_running.phpt [new file with mode: 0644]
Zend/tests/generators/yield_from_array.phpt [new file with mode: 0644]
Zend/tests/generators/yield_from_backtrace.phpt [new file with mode: 0644]
Zend/tests/generators/yield_from_by_reference.phpt [new file with mode: 0644]
Zend/tests/generators/yield_from_chain_dtor_order.phpt [new file with mode: 0644]
Zend/tests/generators/yield_from_deep_recursion.phpt [new file with mode: 0644]
Zend/tests/generators/yield_from_force_closed.phpt [new file with mode: 0644]
Zend/tests/generators/yield_from_greedy_parse.phpt [new file with mode: 0644]
Zend/tests/generators/yield_from_iterator.phpt [new file with mode: 0644]
Zend/tests/generators/yield_from_iterator_agregate.phpt [new file with mode: 0644]
Zend/tests/generators/yield_from_multi_tree.phpt [new file with mode: 0644]
Zend/tests/generators/yield_from_multi_tree_exception.phpt [new file with mode: 0644]
Zend/tests/generators/yield_from_multi_tree_single_nodes.phpt [new file with mode: 0644]
Zend/tests/generators/yield_from_non_iterable.phpt [new file with mode: 0644]
Zend/tests/generators/yield_from_throw_with_throwing_exception.phpt [new file with mode: 0644]
Zend/tests/generators/yield_from_valid_exception.phpt [new file with mode: 0644]
Zend/tests/generators/yield_in_finally.phpt [new file with mode: 0644]
Zend/tests/generators/yield_in_finally_cleanup.phpt [new file with mode: 0644]
Zend/tests/generators/yield_in_parenthesis.phpt [new file with mode: 0644]
Zend/tests/generators/yield_precedence.phpt [new file with mode: 0644]
Zend/tests/generators/yield_ref_function_call_by_reference.phpt [new file with mode: 0644]
Zend/tests/generators/yield_unary_precedence.phpt [new file with mode: 0644]
Zend/tests/generators/yield_without_value.phpt [new file with mode: 0644]
Zend/tests/get_called_class_001.phpt [new file with mode: 0644]
Zend/tests/get_class_methods_001.phpt [new file with mode: 0644]
Zend/tests/get_class_methods_002.phpt [new file with mode: 0644]
Zend/tests/get_class_methods_003.phpt [new file with mode: 0644]
Zend/tests/get_class_vars_001.phpt [new file with mode: 0644]
Zend/tests/get_class_vars_002.phpt [new file with mode: 0644]
Zend/tests/get_class_vars_003.phpt [new file with mode: 0644]
Zend/tests/get_class_vars_004.phpt [new file with mode: 0644]
Zend/tests/get_class_vars_005.phpt [new file with mode: 0644]
Zend/tests/get_class_vars_006.phpt [new file with mode: 0644]
Zend/tests/get_class_vars_007.phpt [new file with mode: 0644]
Zend/tests/get_class_vars_typed_props.phpt [new file with mode: 0644]
Zend/tests/get_defined_functions_basic.phpt [new file with mode: 0644]
Zend/tests/get_defined_vars.phpt [new file with mode: 0644]
Zend/tests/get_mangled_object_vars.phpt [new file with mode: 0644]
Zend/tests/get_parent_class_001.phpt [new file with mode: 0644]
Zend/tests/get_required_files.phpt [new file with mode: 0644]
Zend/tests/get_resource_id.phpt [new file with mode: 0644]
Zend/tests/gh10072-2.phpt [new file with mode: 0644]
Zend/tests/gh10072.phpt [new file with mode: 0644]
Zend/tests/gh10251.phpt [new file with mode: 0644]
Zend/tests/gh10346.phpt [new file with mode: 0644]
Zend/tests/gh10570.phpt [new file with mode: 0644]
Zend/tests/gh10709.phpt [new file with mode: 0644]
Zend/tests/gh10709_2.phpt [new file with mode: 0644]
Zend/tests/gh10709_3.phpt [new file with mode: 0644]
Zend/tests/gh10810.phpt [new file with mode: 0644]
Zend/tests/gh11108.phpt [new file with mode: 0644]
Zend/tests/gh11108_shutdown.inc [new file with mode: 0644]
Zend/tests/gh11108_test.inc [new file with mode: 0644]
Zend/tests/gh11138.phpt [new file with mode: 0644]
Zend/tests/gh11152.phpt [new file with mode: 0644]
Zend/tests/gh11171.phpt [new file with mode: 0644]
Zend/tests/gh11189.phpt [new file with mode: 0644]
Zend/tests/gh11189_1.phpt [new file with mode: 0644]
Zend/tests/gh11222.phpt [new file with mode: 0644]
Zend/tests/gh7771_1.phpt [new file with mode: 0644]
Zend/tests/gh7771_1_definition.inc [new file with mode: 0644]
Zend/tests/gh7771_2.phpt [new file with mode: 0644]
Zend/tests/gh7771_2_definition.inc [new file with mode: 0644]
Zend/tests/gh7771_3.phpt [new file with mode: 0644]
Zend/tests/gh7792_1.phpt [new file with mode: 0644]
Zend/tests/gh7792_2.phpt [new file with mode: 0644]
Zend/tests/gh7792_3.phpt [new file with mode: 0644]
Zend/tests/gh7792_4.phpt [new file with mode: 0644]
Zend/tests/gh7792_5.phpt [new file with mode: 0644]
Zend/tests/gh7900.phpt [new file with mode: 0644]
Zend/tests/gh7958.phpt [new file with mode: 0644]
Zend/tests/gh8083.phpt [new file with mode: 0644]
Zend/tests/gh8548.phpt [new file with mode: 0644]
Zend/tests/gh8548_2.phpt [new file with mode: 0644]
Zend/tests/gh8810_1.phpt [new file with mode: 0644]
Zend/tests/gh8810_2.phpt [new file with mode: 0644]
Zend/tests/gh8810_3.phpt [new file with mode: 0644]
Zend/tests/gh8810_4.phpt [new file with mode: 0644]
Zend/tests/gh8810_5.phpt [new file with mode: 0644]
Zend/tests/gh8810_6.phpt [new file with mode: 0644]
Zend/tests/gh8810_7.phpt [new file with mode: 0644]
Zend/tests/gh8841.phpt [new file with mode: 0644]
Zend/tests/gh8962.phpt [new file with mode: 0644]
Zend/tests/gh9136.phpt [new file with mode: 0644]
Zend/tests/gh9136_2.phpt [new file with mode: 0644]
Zend/tests/gh9138.phpt [new file with mode: 0644]
Zend/tests/gh9138_2.phpt [new file with mode: 0644]
Zend/tests/gh9407.phpt [new file with mode: 0644]
Zend/tests/gh9500.phpt [new file with mode: 0644]
Zend/tests/gh9775_1.phpt [new file with mode: 0644]
Zend/tests/gh9775_2.phpt [new file with mode: 0644]
Zend/tests/gh9916-001.phpt [new file with mode: 0644]
Zend/tests/gh9916-002.phpt [new file with mode: 0644]
Zend/tests/gh9916-003.phpt [new file with mode: 0644]
Zend/tests/gh9916-004.phpt [new file with mode: 0644]
Zend/tests/gh9916-005.phpt [new file with mode: 0644]
Zend/tests/gh9916-006.phpt [new file with mode: 0644]
Zend/tests/gh9916-007.phpt [new file with mode: 0644]
Zend/tests/gh9916-008.phpt [new file with mode: 0644]
Zend/tests/gh9916-009.phpt [new file with mode: 0644]
Zend/tests/gh9916-010.phpt [new file with mode: 0644]
Zend/tests/gh9916-011.phpt [new file with mode: 0644]
Zend/tests/gh9916-012.phpt [new file with mode: 0644]
Zend/tests/global_to_string_exception.phpt [new file with mode: 0644]
Zend/tests/global_with_side_effect_name.phpt [new file with mode: 0644]
Zend/tests/globals.inc [new file with mode: 0644]
Zend/tests/globals_001.phpt [new file with mode: 0644]
Zend/tests/globals_002.phpt [new file with mode: 0644]
Zend/tests/globals_003.phpt [new file with mode: 0644]
Zend/tests/globals_004.phpt [new file with mode: 0644]
Zend/tests/globals_005.phpt [new file with mode: 0644]
Zend/tests/goto_in_foreach.phpt [new file with mode: 0644]
Zend/tests/grammar/bug78441.phpt [new file with mode: 0644]
Zend/tests/grammar/regression_001.phpt [new file with mode: 0644]
Zend/tests/grammar/regression_002.phpt [new file with mode: 0644]
Zend/tests/grammar/regression_003.phpt [new file with mode: 0644]
Zend/tests/grammar/regression_004.phpt [new file with mode: 0644]
Zend/tests/grammar/regression_005.phpt [new file with mode: 0644]
Zend/tests/grammar/regression_006.phpt [new file with mode: 0644]
Zend/tests/grammar/regression_007.phpt [new file with mode: 0644]
Zend/tests/grammar/regression_008.phpt [new file with mode: 0644]
Zend/tests/grammar/regression_009.phpt [new file with mode: 0644]
Zend/tests/grammar/regression_010.phpt [new file with mode: 0644]
Zend/tests/grammar/regression_011.phpt [new file with mode: 0644]
Zend/tests/grammar/regression_012.phpt [new file with mode: 0644]
Zend/tests/grammar/regression_013.phpt [new file with mode: 0644]
Zend/tests/grammar/semi_reserved_001.phpt [new file with mode: 0644]
Zend/tests/grammar/semi_reserved_002.phpt [new file with mode: 0644]
Zend/tests/grammar/semi_reserved_003.phpt [new file with mode: 0644]
Zend/tests/grammar/semi_reserved_004.phpt [new file with mode: 0644]
Zend/tests/grammar/semi_reserved_005.phpt [new file with mode: 0644]
Zend/tests/grammar/semi_reserved_006.phpt [new file with mode: 0644]
Zend/tests/grammar/semi_reserved_007.phpt [new file with mode: 0644]
Zend/tests/grammar/semi_reserved_008.phpt [new file with mode: 0644]
Zend/tests/grammar/semi_reserved_009.phpt [new file with mode: 0644]
Zend/tests/grammar/semi_reserved_010.phpt [new file with mode: 0644]
Zend/tests/grandparent_prototype.phpt [new file with mode: 0644]
Zend/tests/halt01.phpt [new file with mode: 0644]
Zend/tests/halt02.phpt [new file with mode: 0644]
Zend/tests/halt03.phpt [new file with mode: 0644]
Zend/tests/halt_compiler1.phpt [new file with mode: 0644]
Zend/tests/halt_compiler2.phpt [new file with mode: 0644]
Zend/tests/halt_compiler3.phpt [new file with mode: 0644]
Zend/tests/halt_compiler4.phpt [new file with mode: 0644]
Zend/tests/halt_compiler5.phpt [new file with mode: 0644]
Zend/tests/heredoc_001.phpt [new file with mode: 0644]
Zend/tests/heredoc_002.phpt [new file with mode: 0644]
Zend/tests/heredoc_003.phpt [new file with mode: 0644]
Zend/tests/heredoc_004.phpt [new file with mode: 0644]
Zend/tests/heredoc_005.phpt [new file with mode: 0644]
Zend/tests/heredoc_006.phpt [new file with mode: 0644]
Zend/tests/heredoc_007.phpt [new file with mode: 0644]
Zend/tests/heredoc_008.phpt [new file with mode: 0644]
Zend/tests/heredoc_011.phpt [new file with mode: 0644]
Zend/tests/heredoc_012.phpt [new file with mode: 0644]
Zend/tests/heredoc_013.phpt [new file with mode: 0644]
Zend/tests/heredoc_014.phpt [new file with mode: 0644]
Zend/tests/heredoc_015.phpt [new file with mode: 0644]
Zend/tests/heredoc_016.phpt [new file with mode: 0644]
Zend/tests/hex_overflow_32bit.phpt [new file with mode: 0644]
Zend/tests/iap_on_object_deprecated.phpt [new file with mode: 0644]
Zend/tests/ignore_repeated_errors.phpt [new file with mode: 0644]
Zend/tests/ignore_repeated_source.phpt [new file with mode: 0644]
Zend/tests/illegal_offset_unset_isset_empty.phpt [new file with mode: 0644]
Zend/tests/incdec_ref_property.phpt [new file with mode: 0644]
Zend/tests/incdec_undef.phpt [new file with mode: 0644]
Zend/tests/include_fail_during_read.phpt [new file with mode: 0644]
Zend/tests/include_stat_is_quiet.phpt [new file with mode: 0644]
Zend/tests/incompat_ctx_user.phpt [new file with mode: 0644]
Zend/tests/increment_001.phpt [new file with mode: 0644]
Zend/tests/increment_function_return_error.phpt [new file with mode: 0644]
Zend/tests/indexing_001.phpt [new file with mode: 0644]
Zend/tests/indirect_call_array_001.phpt [new file with mode: 0644]
Zend/tests/indirect_call_array_002.phpt [new file with mode: 0644]
Zend/tests/indirect_call_array_003.phpt [new file with mode: 0644]
Zend/tests/indirect_call_array_004.phpt [new file with mode: 0644]
Zend/tests/indirect_call_array_005.phpt [new file with mode: 0644]
Zend/tests/indirect_call_from_constant.phpt [new file with mode: 0644]
Zend/tests/indirect_call_string_001.phpt [new file with mode: 0644]
Zend/tests/indirect_call_string_002.phpt [new file with mode: 0644]
Zend/tests/indirect_call_string_003.phpt [new file with mode: 0644]
Zend/tests/indirect_method_call_001.phpt [new file with mode: 0644]
Zend/tests/indirect_method_call_002.phpt [new file with mode: 0644]
Zend/tests/indirect_method_call_003.phpt [new file with mode: 0644]
Zend/tests/indirect_method_call_004.phpt [new file with mode: 0644]
Zend/tests/indirect_method_call_005.phpt [new file with mode: 0644]
Zend/tests/indirect_property_access.phpt [new file with mode: 0644]
Zend/tests/indirect_reference_this.phpt [new file with mode: 0644]
Zend/tests/inference_infinite_loop.phpt [new file with mode: 0644]
Zend/tests/inherit_internal_static.phpt [new file with mode: 0644]
Zend/tests/init_array_illegal_offset_type.phpt [new file with mode: 0644]
Zend/tests/instanceof.phpt [new file with mode: 0644]
Zend/tests/instanceof_001.phpt [new file with mode: 0644]
Zend/tests/instanceof_002.phpt [new file with mode: 0644]
Zend/tests/instanceof_const.phpt [new file with mode: 0644]
Zend/tests/instantiate_all_classes.phpt [new file with mode: 0644]
Zend/tests/int_conversion_exponents.phpt [new file with mode: 0644]
Zend/tests/int_overflow_32bit.phpt [new file with mode: 0644]
Zend/tests/int_overflow_64bit.phpt [new file with mode: 0644]
Zend/tests/int_special_values.phpt [new file with mode: 0644]
Zend/tests/int_static_prop_name.phpt [new file with mode: 0644]
Zend/tests/int_underflow_32bit.phpt [new file with mode: 0644]
Zend/tests/int_underflow_64bit.phpt [new file with mode: 0644]
Zend/tests/inter_007.phpt [new file with mode: 0644]
Zend/tests/inter_02.phpt [new file with mode: 0644]
Zend/tests/inter_03.phpt [new file with mode: 0644]
Zend/tests/inter_04.phpt [new file with mode: 0644]
Zend/tests/inter_05.phpt [new file with mode: 0644]
Zend/tests/inter_06.phpt [new file with mode: 0644]
Zend/tests/interface_exists_001.phpt [new file with mode: 0644]
Zend/tests/interface_exists_002.phpt [new file with mode: 0644]
Zend/tests/interface_extends_static.phpt [new file with mode: 0644]
Zend/tests/interface_with_tostring.phpt [new file with mode: 0644]
Zend/tests/internal_class_variance.phpt [new file with mode: 0644]
Zend/tests/invalid_const_class_name.phpt [new file with mode: 0644]
Zend/tests/invalid_parent_const_ref_leak.phpt [new file with mode: 0644]
Zend/tests/is_a.phpt [new file with mode: 0644]
Zend/tests/is_callable_trampoline_uaf-deprecated.phpt [new file with mode: 0644]
Zend/tests/is_callable_trampoline_uaf.phpt [new file with mode: 0644]
Zend/tests/isset_001.phpt [new file with mode: 0644]
Zend/tests/isset_002.phpt [new file with mode: 0644]
Zend/tests/isset_003.phpt [new file with mode: 0644]
Zend/tests/isset_array.phpt [new file with mode: 0644]
Zend/tests/isset_expr_error.phpt [new file with mode: 0644]
Zend/tests/isset_func_error.phpt [new file with mode: 0644]
Zend/tests/isset_str_offset.phpt [new file with mode: 0644]
Zend/tests/iterable_or_null.phpt [new file with mode: 0644]
Zend/tests/iterator_key_by_ref.phpt [new file with mode: 0644]
Zend/tests/jmpznz_relative_offsets.phpt [new file with mode: 0644]
Zend/tests/jump01.phpt [new file with mode: 0644]
Zend/tests/jump02.phpt [new file with mode: 0644]
Zend/tests/jump03.phpt [new file with mode: 0644]
Zend/tests/jump04.phpt [new file with mode: 0644]
Zend/tests/jump05.phpt [new file with mode: 0644]
Zend/tests/jump06.phpt [new file with mode: 0644]
Zend/tests/jump07.phpt [new file with mode: 0644]
Zend/tests/jump08.phpt [new file with mode: 0644]
Zend/tests/jump09.phpt [new file with mode: 0644]
Zend/tests/jump10.phpt [new file with mode: 0644]
Zend/tests/jump11.phpt [new file with mode: 0644]
Zend/tests/jump12.phpt [new file with mode: 0644]
Zend/tests/jump13.phpt [new file with mode: 0644]
Zend/tests/jump14.phpt [new file with mode: 0644]
Zend/tests/jump15.phpt [new file with mode: 0644]
Zend/tests/jump16.phpt [new file with mode: 0644]
Zend/tests/jump17.phpt [new file with mode: 0644]
Zend/tests/line_const_in_array.phpt [new file with mode: 0644]
Zend/tests/list/list_reference_001.phpt [new file with mode: 0644]
Zend/tests/list/list_reference_002.phpt [new file with mode: 0644]
Zend/tests/list/list_reference_003.phpt [new file with mode: 0644]
Zend/tests/list/list_reference_004.phpt [new file with mode: 0644]
Zend/tests/list/list_reference_005.phpt [new file with mode: 0644]
Zend/tests/list/list_reference_006.phpt [new file with mode: 0644]
Zend/tests/list/list_reference_007.phpt [new file with mode: 0644]
Zend/tests/list/list_reference_008.phpt [new file with mode: 0644]
Zend/tests/list/list_reference_009.phpt [new file with mode: 0644]
Zend/tests/list/list_reference_010.phpt [new file with mode: 0644]
Zend/tests/list/list_reference_011.phpt [new file with mode: 0644]
Zend/tests/list_001.phpt [new file with mode: 0644]
Zend/tests/list_002.phpt [new file with mode: 0644]
Zend/tests/list_003.phpt [new file with mode: 0644]
Zend/tests/list_004.phpt [new file with mode: 0644]
Zend/tests/list_005.phpt [new file with mode: 0644]
Zend/tests/list_006.phpt [new file with mode: 0644]
Zend/tests/list_007.phpt [new file with mode: 0644]
Zend/tests/list_008.phpt [new file with mode: 0644]
Zend/tests/list_010.phpt [new file with mode: 0644]
Zend/tests/list_011.phpt [new file with mode: 0644]
Zend/tests/list_012.phpt [new file with mode: 0644]
Zend/tests/list_013.phpt [new file with mode: 0644]
Zend/tests/list_014.phpt [new file with mode: 0644]
Zend/tests/list_assign_ref_string_offset_error.phpt [new file with mode: 0644]
Zend/tests/list_destructuring_to_special_variables.phpt [new file with mode: 0644]
Zend/tests/list_empty_error.phpt [new file with mode: 0644]
Zend/tests/list_empty_error_keyed.phpt [new file with mode: 0644]
Zend/tests/list_keyed.phpt [new file with mode: 0644]
Zend/tests/list_keyed_ArrayAccess.phpt [new file with mode: 0644]
Zend/tests/list_keyed_conversions.phpt [new file with mode: 0644]
Zend/tests/list_keyed_evaluation_order.inc [new file with mode: 0644]
Zend/tests/list_keyed_evaluation_order.phpt [new file with mode: 0644]
Zend/tests/list_keyed_evaluation_order_2.phpt [new file with mode: 0644]
Zend/tests/list_keyed_evaluation_order_3.phpt [new file with mode: 0644]
Zend/tests/list_keyed_evaluation_order_nested.phpt [new file with mode: 0644]
Zend/tests/list_keyed_leading_comma.phpt [new file with mode: 0644]
Zend/tests/list_keyed_non_literals.phpt [new file with mode: 0644]
Zend/tests/list_keyed_trailing_comma.phpt [new file with mode: 0644]
Zend/tests/list_keyed_undefined.phpt [new file with mode: 0644]
Zend/tests/list_mixed_keyed_unkeyed.phpt [new file with mode: 0644]
Zend/tests/list_mixed_nested_keyed_unkeyed.phpt [new file with mode: 0644]
Zend/tests/list_self_assign.phpt [new file with mode: 0644]
Zend/tests/live_range_phi_leak.phpt [new file with mode: 0644]
Zend/tests/loop_free_on_return.phpt [new file with mode: 0644]
Zend/tests/lsb_001.phpt [new file with mode: 0644]
Zend/tests/lsb_002.phpt [new file with mode: 0644]
Zend/tests/lsb_003.phpt [new file with mode: 0644]
Zend/tests/lsb_004.phpt [new file with mode: 0644]
Zend/tests/lsb_005.phpt [new file with mode: 0644]
Zend/tests/lsb_006.phpt [new file with mode: 0644]
Zend/tests/lsb_007.phpt [new file with mode: 0644]
Zend/tests/lsb_008.phpt [new file with mode: 0644]
Zend/tests/lsb_009.phpt [new file with mode: 0644]
Zend/tests/lsb_010.phpt [new file with mode: 0644]
Zend/tests/lsb_011.phpt [new file with mode: 0644]
Zend/tests/lsb_012.phpt [new file with mode: 0644]
Zend/tests/lsb_013.phpt [new file with mode: 0644]
Zend/tests/lsb_014.phpt [new file with mode: 0644]
Zend/tests/lsb_015.phpt [new file with mode: 0644]
Zend/tests/lsb_016.phpt [new file with mode: 0644]
Zend/tests/lsb_017.phpt [new file with mode: 0644]
Zend/tests/lsb_018.phpt [new file with mode: 0644]
Zend/tests/lsb_019.phpt [new file with mode: 0644]
Zend/tests/lsb_020.phpt [new file with mode: 0644]
Zend/tests/lsb_021.phpt [new file with mode: 0644]
Zend/tests/lsb_022.phpt [new file with mode: 0644]
Zend/tests/lsb_023.phpt [new file with mode: 0644]
Zend/tests/lsb_024.phpt [new file with mode: 0644]
Zend/tests/magic_by_ref_001.phpt [new file with mode: 0644]
Zend/tests/magic_by_ref_002.phpt [new file with mode: 0644]
Zend/tests/magic_by_ref_003.phpt [new file with mode: 0644]
Zend/tests/magic_by_ref_004.phpt [new file with mode: 0644]
Zend/tests/magic_by_ref_005.phpt [new file with mode: 0644]
Zend/tests/magic_by_ref_006.phpt [new file with mode: 0644]
Zend/tests/magic_by_ref_007.phpt [new file with mode: 0644]
Zend/tests/magic_const_in_global_scope.phpt [new file with mode: 0644]
Zend/tests/magic_get_destroy_object.phpt [new file with mode: 0644]
Zend/tests/magic_methods_001.phpt [new file with mode: 0644]
Zend/tests/magic_methods_002.phpt [new file with mode: 0644]
Zend/tests/magic_methods_003.phpt [new file with mode: 0644]
Zend/tests/magic_methods_004.phpt [new file with mode: 0644]
Zend/tests/magic_methods_005.phpt [new file with mode: 0644]
Zend/tests/magic_methods_006.phpt [new file with mode: 0644]
Zend/tests/magic_methods_007.phpt [new file with mode: 0644]
Zend/tests/magic_methods_008.phpt [new file with mode: 0644]
Zend/tests/magic_methods_009.phpt [new file with mode: 0644]
Zend/tests/magic_methods_010.phpt [new file with mode: 0644]
Zend/tests/magic_methods_011.phpt [new file with mode: 0644]
Zend/tests/magic_methods_012.phpt [new file with mode: 0644]
Zend/tests/magic_methods_013.phpt [new file with mode: 0644]
Zend/tests/magic_methods_014.phpt [new file with mode: 0644]
Zend/tests/magic_methods_015.phpt [new file with mode: 0644]
Zend/tests/magic_methods_016.phpt [new file with mode: 0644]
Zend/tests/magic_methods_017.phpt [new file with mode: 0644]
Zend/tests/magic_methods_018.phpt [new file with mode: 0644]
Zend/tests/magic_methods_019.phpt [new file with mode: 0644]
Zend/tests/magic_methods_020.phpt [new file with mode: 0644]
Zend/tests/magic_methods_021.phpt [new file with mode: 0644]
Zend/tests/magic_methods_inheritance_rules.phpt [new file with mode: 0644]
Zend/tests/magic_methods_inheritance_rules_non_trivial_01.phpt [new file with mode: 0644]
Zend/tests/magic_methods_inheritance_rules_non_trivial_02.phpt [new file with mode: 0644]
Zend/tests/magic_methods_serialize.phpt [new file with mode: 0644]
Zend/tests/magic_methods_set_state.phpt [new file with mode: 0644]
Zend/tests/magic_methods_sleep.phpt [new file with mode: 0644]
Zend/tests/magic_methods_unserialize.phpt [new file with mode: 0644]
Zend/tests/magic_methods_wakeup.phpt [new file with mode: 0644]
Zend/tests/match/001.phpt [new file with mode: 0644]
Zend/tests/match/002.phpt [new file with mode: 0644]
Zend/tests/match/003.phpt [new file with mode: 0644]
Zend/tests/match/004.phpt [new file with mode: 0644]
Zend/tests/match/005.phpt [new file with mode: 0644]
Zend/tests/match/006.phpt [new file with mode: 0644]
Zend/tests/match/007.phpt [new file with mode: 0644]
Zend/tests/match/008.phpt [new file with mode: 0644]
Zend/tests/match/009.phpt [new file with mode: 0644]
Zend/tests/match/011.phpt [new file with mode: 0644]
Zend/tests/match/012.phpt [new file with mode: 0644]
Zend/tests/match/017.phpt [new file with mode: 0644]
Zend/tests/match/023.phpt [new file with mode: 0644]
Zend/tests/match/024.phpt [new file with mode: 0644]
Zend/tests/match/027.phpt [new file with mode: 0644]
Zend/tests/match/028.phpt [new file with mode: 0644]
Zend/tests/match/029.phpt [new file with mode: 0644]
Zend/tests/match/030.phpt [new file with mode: 0644]
Zend/tests/match/037.phpt [new file with mode: 0644]
Zend/tests/match/038.phpt [new file with mode: 0644]
Zend/tests/match/039.phpt [new file with mode: 0644]
Zend/tests/match/040.phpt [new file with mode: 0644]
Zend/tests/match/041.phpt [new file with mode: 0644]
Zend/tests/match/042.phpt [new file with mode: 0644]
Zend/tests/match/043.phpt [new file with mode: 0644]
Zend/tests/match/044.phpt [new file with mode: 0644]
Zend/tests/match/045.phpt [new file with mode: 0644]
Zend/tests/match/gh11134.phpt [new file with mode: 0644]
Zend/tests/match/match_of_phi_optimization.phpt [new file with mode: 0644]
Zend/tests/match/match_scdf_cleanup.phpt [new file with mode: 0644]
Zend/tests/memory_get_peak_usage.phpt [new file with mode: 0644]
Zend/tests/memory_reset_peak_usage.phpt [new file with mode: 0644]
Zend/tests/method_argument_binding.phpt [new file with mode: 0644]
Zend/tests/method_exists.phpt [new file with mode: 0644]
Zend/tests/method_exists_002.phpt [new file with mode: 0644]
Zend/tests/method_static_var.phpt [new file with mode: 0644]
Zend/tests/methods-on-non-objects-call-user-func.phpt [new file with mode: 0644]
Zend/tests/methods-on-non-objects-catch.phpt [new file with mode: 0644]
Zend/tests/methods-on-non-objects-usort.phpt [new file with mode: 0644]
Zend/tests/methods-on-non-objects.phpt [new file with mode: 0644]
Zend/tests/mod_001.phpt [new file with mode: 0644]
Zend/tests/modify_isref_value_return.phpt [new file with mode: 0644]
Zend/tests/mul_001.phpt [new file with mode: 0644]
Zend/tests/multibyte/bug68665.phpt [new file with mode: 0644]
Zend/tests/multibyte/multibyte_encoding_001.phpt [new file with mode: 0644]
Zend/tests/multibyte/multibyte_encoding_002.phpt [new file with mode: 0644]
Zend/tests/multibyte/multibyte_encoding_003.phpt [new file with mode: 0644]
Zend/tests/multibyte/multibyte_encoding_004.phpt [new file with mode: 0644]
Zend/tests/multibyte/multibyte_encoding_005.phpt [new file with mode: 0644]
Zend/tests/multibyte/multibyte_encoding_006.phpt [new file with mode: 0644]
Zend/tests/name_collision_01.phpt [new file with mode: 0644]
Zend/tests/name_collision_02.phpt [new file with mode: 0644]
Zend/tests/name_collision_03.phpt [new file with mode: 0644]
Zend/tests/name_collision_04.phpt [new file with mode: 0644]
Zend/tests/name_collision_05.phpt [new file with mode: 0644]
Zend/tests/name_collision_06.phpt [new file with mode: 0644]
Zend/tests/name_collision_07.phpt [new file with mode: 0644]
Zend/tests/name_collision_08.phpt [new file with mode: 0644]
Zend/tests/name_collision_09.phpt [new file with mode: 0644]
Zend/tests/named_params/__call.phpt [new file with mode: 0644]
Zend/tests/named_params/__invoke.phpt [new file with mode: 0644]
Zend/tests/named_params/assert.phpt [new file with mode: 0644]
Zend/tests/named_params/attributes.phpt [new file with mode: 0644]
Zend/tests/named_params/attributes_duplicate_named_param.phpt [new file with mode: 0644]
Zend/tests/named_params/attributes_named_flags.phpt [new file with mode: 0644]
Zend/tests/named_params/attributes_named_flags_incorrect.phpt [new file with mode: 0644]
Zend/tests/named_params/attributes_positional_after_named.phpt [new file with mode: 0644]
Zend/tests/named_params/backtrace.phpt [new file with mode: 0644]
Zend/tests/named_params/basic.phpt [new file with mode: 0644]
Zend/tests/named_params/call_user_func.phpt [new file with mode: 0644]
Zend/tests/named_params/call_user_func_array.phpt [new file with mode: 0644]
Zend/tests/named_params/call_user_func_array_variadic.phpt [new file with mode: 0644]
Zend/tests/named_params/cannot_pass_by_ref.phpt [new file with mode: 0644]
Zend/tests/named_params/ctor_extra_named_args.phpt [new file with mode: 0644]
Zend/tests/named_params/defaults.phpt [new file with mode: 0644]
Zend/tests/named_params/duplicate_param.phpt [new file with mode: 0644]
Zend/tests/named_params/func_get_args.phpt [new file with mode: 0644]
Zend/tests/named_params/internal.phpt [new file with mode: 0644]
Zend/tests/named_params/internal_variadics.phpt [new file with mode: 0644]
Zend/tests/named_params/missing_param.phpt [new file with mode: 0644]
Zend/tests/named_params/positional_after_named.phpt [new file with mode: 0644]
Zend/tests/named_params/references.phpt [new file with mode: 0644]
Zend/tests/named_params/reserved.phpt [new file with mode: 0644]
Zend/tests/named_params/runtime_cache_init.phpt [new file with mode: 0644]
Zend/tests/named_params/undef_var.phpt [new file with mode: 0644]
Zend/tests/named_params/unknown_named_param.phpt [new file with mode: 0644]
Zend/tests/named_params/unpack.phpt [new file with mode: 0644]
Zend/tests/named_params/unpack_and_named_1.phpt [new file with mode: 0644]
Zend/tests/named_params/unpack_and_named_2.phpt [new file with mode: 0644]
Zend/tests/named_params/variadic.phpt [new file with mode: 0644]
Zend/tests/namespace_first_stmt_nop.phpt [new file with mode: 0644]
Zend/tests/namespace_name_namespace.phpt [new file with mode: 0644]
Zend/tests/namespace_name_namespace_start.phpt [new file with mode: 0644]
Zend/tests/namespace_name_reserved_keywords.phpt [new file with mode: 0644]
Zend/tests/namespaced_name_whitespace.phpt [new file with mode: 0644]
Zend/tests/nested_method_and_function.phpt [new file with mode: 0644]
Zend/tests/new_args_without_ctor.phpt [new file with mode: 0644]
Zend/tests/no_class_const_propagation_in_closures.phpt [new file with mode: 0644]
Zend/tests/no_early_binding_if_already_declared.inc [new file with mode: 0644]
Zend/tests/no_early_binding_if_already_declared.phpt [new file with mode: 0644]
Zend/tests/not_001.phpt [new file with mode: 0644]
Zend/tests/not_002.phpt [new file with mode: 0644]
Zend/tests/nowdoc.inc [new file with mode: 0644]
Zend/tests/nowdoc_001.phpt [new file with mode: 0644]
Zend/tests/nowdoc_002.phpt [new file with mode: 0644]
Zend/tests/nowdoc_003.phpt [new file with mode: 0644]
Zend/tests/nowdoc_004.phpt [new file with mode: 0644]
Zend/tests/nowdoc_005.phpt [new file with mode: 0644]
Zend/tests/nowdoc_006.phpt [new file with mode: 0644]
Zend/tests/nowdoc_007.phpt [new file with mode: 0644]
Zend/tests/nowdoc_008.phpt [new file with mode: 0644]
Zend/tests/nowdoc_011.phpt [new file with mode: 0644]
Zend/tests/nowdoc_012.phpt [new file with mode: 0644]
Zend/tests/nowdoc_013.phpt [new file with mode: 0644]
Zend/tests/nowdoc_014.phpt [new file with mode: 0644]
Zend/tests/nowdoc_015.phpt [new file with mode: 0644]
Zend/tests/nowdoc_016.phpt [new file with mode: 0644]
Zend/tests/nowdoc_017.phpt [new file with mode: 0644]
Zend/tests/ns_001.phpt [new file with mode: 0644]
Zend/tests/ns_002.phpt [new file with mode: 0644]
Zend/tests/ns_003.phpt [new file with mode: 0644]
Zend/tests/ns_004.phpt [new file with mode: 0644]
Zend/tests/ns_005.phpt [new file with mode: 0644]
Zend/tests/ns_006.phpt [new file with mode: 0644]
Zend/tests/ns_007.phpt [new file with mode: 0644]
Zend/tests/ns_008.phpt [new file with mode: 0644]
Zend/tests/ns_009.phpt [new file with mode: 0644]
Zend/tests/ns_010.phpt [new file with mode: 0644]
Zend/tests/ns_011.phpt [new file with mode: 0644]
Zend/tests/ns_012.phpt [new file with mode: 0644]
Zend/tests/ns_013.phpt [new file with mode: 0644]
Zend/tests/ns_014.phpt [new file with mode: 0644]
Zend/tests/ns_015.phpt [new file with mode: 0644]
Zend/tests/ns_016.phpt [new file with mode: 0644]
Zend/tests/ns_017.phpt [new file with mode: 0644]
Zend/tests/ns_018.phpt [new file with mode: 0644]
Zend/tests/ns_019.phpt [new file with mode: 0644]
Zend/tests/ns_020.phpt [new file with mode: 0644]
Zend/tests/ns_021.phpt [new file with mode: 0644]
Zend/tests/ns_022.inc [new file with mode: 0644]
Zend/tests/ns_022.phpt [new file with mode: 0644]
Zend/tests/ns_023.phpt [new file with mode: 0644]
Zend/tests/ns_024.phpt [new file with mode: 0644]
Zend/tests/ns_025.phpt [new file with mode: 0644]
Zend/tests/ns_026.phpt [new file with mode: 0644]
Zend/tests/ns_027.inc [new file with mode: 0644]
Zend/tests/ns_027.phpt [new file with mode: 0644]
Zend/tests/ns_028.inc [new file with mode: 0644]
Zend/tests/ns_028.phpt [new file with mode: 0644]
Zend/tests/ns_029.phpt [new file with mode: 0644]
Zend/tests/ns_030.phpt [new file with mode: 0644]
Zend/tests/ns_031.phpt [new file with mode: 0644]
Zend/tests/ns_032.phpt [new file with mode: 0644]
Zend/tests/ns_033.phpt [new file with mode: 0644]
Zend/tests/ns_034.phpt [new file with mode: 0644]
Zend/tests/ns_035.phpt [new file with mode: 0644]
Zend/tests/ns_036.phpt [new file with mode: 0644]
Zend/tests/ns_037.phpt [new file with mode: 0644]
Zend/tests/ns_038.phpt [new file with mode: 0644]
Zend/tests/ns_039.phpt [new file with mode: 0644]
Zend/tests/ns_040.phpt [new file with mode: 0644]
Zend/tests/ns_041.phpt [new file with mode: 0644]
Zend/tests/ns_042.phpt [new file with mode: 0644]
Zend/tests/ns_043.phpt [new file with mode: 0644]
Zend/tests/ns_044.phpt [new file with mode: 0644]
Zend/tests/ns_045.phpt [new file with mode: 0644]
Zend/tests/ns_046.phpt [new file with mode: 0644]
Zend/tests/ns_047.phpt [new file with mode: 0644]
Zend/tests/ns_048.phpt [new file with mode: 0644]
Zend/tests/ns_049.phpt [new file with mode: 0644]
Zend/tests/ns_050.phpt [new file with mode: 0644]
Zend/tests/ns_051.phpt [new file with mode: 0644]
Zend/tests/ns_052.phpt [new file with mode: 0644]
Zend/tests/ns_053.phpt [new file with mode: 0644]
Zend/tests/ns_054.phpt [new file with mode: 0644]
Zend/tests/ns_055.phpt [new file with mode: 0644]
Zend/tests/ns_056.phpt [new file with mode: 0644]
Zend/tests/ns_057.phpt [new file with mode: 0644]
Zend/tests/ns_058.phpt [new file with mode: 0644]
Zend/tests/ns_059.phpt [new file with mode: 0644]
Zend/tests/ns_060.phpt [new file with mode: 0644]
Zend/tests/ns_061.phpt [new file with mode: 0644]
Zend/tests/ns_062.phpt [new file with mode: 0644]
Zend/tests/ns_063.phpt [new file with mode: 0644]
Zend/tests/ns_064.phpt [new file with mode: 0644]
Zend/tests/ns_065.inc [new file with mode: 0644]
Zend/tests/ns_065.phpt [new file with mode: 0644]
Zend/tests/ns_066.phpt [new file with mode: 0644]
Zend/tests/ns_067.inc [new file with mode: 0644]
Zend/tests/ns_067.phpt [new file with mode: 0644]
Zend/tests/ns_068.phpt [new file with mode: 0644]
Zend/tests/ns_069.inc [new file with mode: 0644]
Zend/tests/ns_069.phpt [new file with mode: 0644]
Zend/tests/ns_070.phpt [new file with mode: 0644]
Zend/tests/ns_071.phpt [new file with mode: 0644]
Zend/tests/ns_072.phpt [new file with mode: 0644]
Zend/tests/ns_073.phpt [new file with mode: 0644]
Zend/tests/ns_074.phpt [new file with mode: 0644]
Zend/tests/ns_075.phpt [new file with mode: 0644]
Zend/tests/ns_076.phpt [new file with mode: 0644]
Zend/tests/ns_077_1.phpt [new file with mode: 0644]
Zend/tests/ns_077_2.phpt [new file with mode: 0644]
Zend/tests/ns_077_3.phpt [new file with mode: 0644]
Zend/tests/ns_077_4.phpt [new file with mode: 0644]
Zend/tests/ns_077_5.phpt [new file with mode: 0644]
Zend/tests/ns_077_7.phpt [new file with mode: 0644]
Zend/tests/ns_077_8.phpt [new file with mode: 0644]
Zend/tests/ns_078.phpt [new file with mode: 0644]
Zend/tests/ns_079.phpt [new file with mode: 0644]
Zend/tests/ns_080.phpt [new file with mode: 0644]
Zend/tests/ns_081.phpt [new file with mode: 0644]
Zend/tests/ns_082.phpt [new file with mode: 0644]
Zend/tests/ns_083.phpt [new file with mode: 0644]
Zend/tests/ns_084.phpt [new file with mode: 0644]
Zend/tests/ns_085.phpt [new file with mode: 0644]
Zend/tests/ns_086.phpt [new file with mode: 0644]
Zend/tests/ns_087.phpt [new file with mode: 0644]
Zend/tests/ns_088.phpt [new file with mode: 0644]
Zend/tests/ns_089.phpt [new file with mode: 0644]
Zend/tests/ns_090.phpt [new file with mode: 0644]
Zend/tests/ns_091.phpt [new file with mode: 0644]
Zend/tests/ns_092.phpt [new file with mode: 0644]
Zend/tests/ns_093.phpt [new file with mode: 0644]
Zend/tests/ns_094.phpt [new file with mode: 0644]
Zend/tests/ns_095.phpt [new file with mode: 0644]
Zend/tests/ns_096.phpt [new file with mode: 0644]
Zend/tests/ns_trailing_comma_01.phpt [new file with mode: 0644]
Zend/tests/ns_trailing_comma_02.phpt [new file with mode: 0644]
Zend/tests/ns_trailing_comma_error_01.phpt [new file with mode: 0644]
Zend/tests/ns_trailing_comma_error_02.phpt [new file with mode: 0644]
Zend/tests/ns_trailing_comma_error_03.phpt [new file with mode: 0644]
Zend/tests/ns_trailing_comma_error_04.phpt [new file with mode: 0644]
Zend/tests/ns_trailing_comma_error_05.phpt [new file with mode: 0644]
Zend/tests/ns_trailing_comma_error_06.phpt [new file with mode: 0644]
Zend/tests/ns_trailing_comma_error_07.phpt [new file with mode: 0644]
Zend/tests/ns_trailing_comma_error_08.phpt [new file with mode: 0644]
Zend/tests/null_to_non_nullable_special_func.phpt [new file with mode: 0644]
Zend/tests/nullable_types/array.phpt [new file with mode: 0644]
Zend/tests/nullable_types/contravariant_nullable_param_succeeds.phpt [new file with mode: 0644]
Zend/tests/nullable_types/contravariant_nullable_return_fails.phpt [new file with mode: 0644]
Zend/tests/nullable_types/covariant_nullable_param_fails.phpt [new file with mode: 0644]
Zend/tests/nullable_types/covariant_nullable_return_succeds.phpt [new file with mode: 0644]
Zend/tests/nullable_types/float.phpt [new file with mode: 0644]
Zend/tests/nullable_types/int.phpt [new file with mode: 0644]
Zend/tests/nullable_types/invariant_param_and_return_succeeds.phpt [new file with mode: 0644]
Zend/tests/nullable_types/nullable_type_parameters_do_not_have_default_value.phpt [new file with mode: 0644]
Zend/tests/nullable_types/string.phpt [new file with mode: 0644]
Zend/tests/nullable_types/union_nullable_property_fails.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/001.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/002.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/003.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/004.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/005.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/006.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/007.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/008.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/009.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/010.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/011.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/012.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/013.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/014.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/015.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/016.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/017.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/018.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/019.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/020.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/021.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/022.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/023.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/024.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/025.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/026.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/027.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/028.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/029.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/030.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/031.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/032.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/033.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/034.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/035.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/036.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/037.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/038.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/039.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/040.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/constant_propagation.phpt [new file with mode: 0644]
Zend/tests/nullsafe_operator/gh8661.phpt [new file with mode: 0644]
Zend/tests/numeric_literal_separator_001.phpt [new file with mode: 0644]
Zend/tests/numeric_literal_separator_002.phpt [new file with mode: 0644]
Zend/tests/numeric_literal_separator_003.phpt [new file with mode: 0644]
Zend/tests/numeric_literal_separator_004.phpt [new file with mode: 0644]
Zend/tests/numeric_literal_separator_005.phpt [new file with mode: 0644]
Zend/tests/numeric_literal_separator_006.phpt [new file with mode: 0644]
Zend/tests/numeric_literal_separator_007.phpt [new file with mode: 0644]
Zend/tests/numeric_literal_separator_008.phpt [new file with mode: 0644]
Zend/tests/numeric_literal_separator_009.phpt [new file with mode: 0644]
Zend/tests/numeric_strings/array_offset.phpt [new file with mode: 0644]
Zend/tests/numeric_strings/explicit_cast_leading_numeric_must_work.phpt [new file with mode: 0644]
Zend/tests/numeric_strings/invalid_numeric_string_must_generate_warning_assign.phpt [new file with mode: 0644]
Zend/tests/numeric_strings/invalid_numeric_strings_must_generate_warning.phpt [new file with mode: 0644]
Zend/tests/numeric_strings/neg_num_string.phpt [new file with mode: 0644]
Zend/tests/numeric_strings/string_offset.phpt [new file with mode: 0644]
Zend/tests/numeric_strings/trailling_whitespaces.phpt [new file with mode: 0644]
Zend/tests/object-null.phpt [new file with mode: 0644]
Zend/tests/object_array_cast.phpt [new file with mode: 0644]
Zend/tests/object_gc_in_shutdown.phpt [new file with mode: 0644]
Zend/tests/object_handlers.phpt [new file with mode: 0644]
Zend/tests/object_property_ref_incdec.phpt [new file with mode: 0644]
Zend/tests/object_types/invalid_default_value.phpt [new file with mode: 0644]
Zend/tests/object_types/missing_return_type_inheritance_in_class.phpt [new file with mode: 0644]
Zend/tests/object_types/missing_return_type_inheritance_in_interface.phpt [new file with mode: 0644]
Zend/tests/object_types/return_type_in_class.phpt [new file with mode: 0644]
Zend/tests/object_types/return_type_in_function.phpt [new file with mode: 0644]
Zend/tests/object_types/return_type_inheritance_in_class.phpt [new file with mode: 0644]
Zend/tests/object_types/return_type_inheritance_in_interface.phpt [new file with mode: 0644]
Zend/tests/object_types/return_type_reflection.phpt [new file with mode: 0644]
Zend/tests/object_types/type_hint_in_class_method.phpt [new file with mode: 0644]
Zend/tests/object_types/type_hint_in_function.phpt [new file with mode: 0644]
Zend/tests/object_types/type_hint_reflection.phpt [new file with mode: 0644]
Zend/tests/objects_001.phpt [new file with mode: 0644]
Zend/tests/objects_002.phpt [new file with mode: 0644]
Zend/tests/objects_003.phpt [new file with mode: 0644]
Zend/tests/objects_004.phpt [new file with mode: 0644]
Zend/tests/objects_005.phpt [new file with mode: 0644]
Zend/tests/objects_006.phpt [new file with mode: 0644]
Zend/tests/objects_007.phpt [new file with mode: 0644]
Zend/tests/objects_008.phpt [new file with mode: 0644]
Zend/tests/objects_009.phpt [new file with mode: 0644]
Zend/tests/objects_010.phpt [new file with mode: 0644]
Zend/tests/objects_011.phpt [new file with mode: 0644]
Zend/tests/objects_012.phpt [new file with mode: 0644]
Zend/tests/objects_013.phpt [new file with mode: 0644]
Zend/tests/objects_014.phpt [new file with mode: 0644]
Zend/tests/objects_015.phpt [new file with mode: 0644]
Zend/tests/objects_017.phpt [new file with mode: 0644]
Zend/tests/objects_018.phpt [new file with mode: 0644]
Zend/tests/objects_019.phpt [new file with mode: 0644]
Zend/tests/objects_021.phpt [new file with mode: 0644]
Zend/tests/objects_022.phpt [new file with mode: 0644]
Zend/tests/objects_023.phpt [new file with mode: 0644]
Zend/tests/objects_024.phpt [new file with mode: 0644]
Zend/tests/objects_025.phpt [new file with mode: 0644]
Zend/tests/objects_026.phpt [new file with mode: 0644]
Zend/tests/objects_027.phpt [new file with mode: 0644]
Zend/tests/objects_028.phpt [new file with mode: 0644]
Zend/tests/objects_029.phpt [new file with mode: 0644]
Zend/tests/objects_030.phpt [new file with mode: 0644]
Zend/tests/objects_031.phpt [new file with mode: 0644]
Zend/tests/objects_032.phpt [new file with mode: 0644]
Zend/tests/objects_033.phpt [new file with mode: 0644]
Zend/tests/objects_034.phpt [new file with mode: 0644]
Zend/tests/objects_035.phpt [new file with mode: 0644]
Zend/tests/oct_overflow.phpt [new file with mode: 0644]
Zend/tests/oct_overflow_char.phpt [new file with mode: 0644]
Zend/tests/oct_whitespace.phpt [new file with mode: 0644]
Zend/tests/offset_array.phpt [new file with mode: 0644]
Zend/tests/offset_assign.phpt [new file with mode: 0644]
Zend/tests/offset_bool.phpt [new file with mode: 0644]
Zend/tests/offset_long.phpt [new file with mode: 0644]
Zend/tests/offset_null.phpt [new file with mode: 0644]
Zend/tests/offset_object.phpt [new file with mode: 0644]
Zend/tests/offset_string.phpt [new file with mode: 0644]
Zend/tests/operator_unsupported_types.phpt [new file with mode: 0644]
Zend/tests/or_001.phpt [new file with mode: 0644]
Zend/tests/oss_fuzz_58181.phpt [new file with mode: 0644]
Zend/tests/output_started_at_eval.phpt [new file with mode: 0644]
Zend/tests/overloaded_assign_prop_return_value.phpt [new file with mode: 0644]
Zend/tests/overloaded_func_001.phpt [new file with mode: 0644]
Zend/tests/overloaded_func_002.phpt [new file with mode: 0644]
Zend/tests/overloaded_prop_assign_op_refs.phpt [new file with mode: 0644]
Zend/tests/parameter_default_values/internal_declaration_error_class_const.phpt [new file with mode: 0644]
Zend/tests/parameter_default_values/internal_declaration_error_const.phpt [new file with mode: 0644]
Zend/tests/parameter_default_values/internal_declaration_error_false.phpt [new file with mode: 0644]
Zend/tests/parameter_default_values/internal_declaration_error_int.phpt [new file with mode: 0644]
Zend/tests/parameter_default_values/internal_declaration_error_null.phpt [new file with mode: 0644]
Zend/tests/parameter_default_values/userland_declaration_error_class_const.phpt [new file with mode: 0644]
Zend/tests/parameter_default_values/userland_declaration_error_const.phpt [new file with mode: 0644]
Zend/tests/parent_class_name_without_parent.phpt [new file with mode: 0644]
Zend/tests/php_tag_only.inc [new file with mode: 0644]
Zend/tests/php_tag_only.phpt [new file with mode: 0644]
Zend/tests/post_inc_without_use.phpt [new file with mode: 0644]
Zend/tests/pow_array_leak.phpt [new file with mode: 0644]
Zend/tests/pow_ref.phpt [new file with mode: 0644]
Zend/tests/prop_const_expr/attributes.phpt [new file with mode: 0644]
Zend/tests/prop_const_expr/basic.phpt [new file with mode: 0644]
Zend/tests/prop_const_expr/basic_nullsafe.phpt [new file with mode: 0644]
Zend/tests/prop_const_expr/class_const.phpt [new file with mode: 0644]
Zend/tests/prop_const_expr/default_args.phpt [new file with mode: 0644]
Zend/tests/prop_const_expr/enum_initializer.phpt [new file with mode: 0644]
Zend/tests/prop_const_expr/lhs_class_not_found.phpt [new file with mode: 0644]
Zend/tests/prop_const_expr/lhs_class_not_found_nullsafe.phpt [new file with mode: 0644]
Zend/tests/prop_const_expr/lhs_non_object.phpt [new file with mode: 0644]
Zend/tests/prop_const_expr/non_enums.phpt [new file with mode: 0644]
Zend/tests/prop_const_expr/non_enums_catchable.phpt [new file with mode: 0644]
Zend/tests/prop_const_expr/non_enums_cost.phpt [new file with mode: 0644]
Zend/tests/prop_const_expr/non_enums_nullsafe.phpt [new file with mode: 0644]
Zend/tests/prop_const_expr/non_enums_rhs.phpt [new file with mode: 0644]
Zend/tests/prop_const_expr/property_initializer.phpt [new file with mode: 0644]
Zend/tests/prop_const_expr/rhs_object.phpt [new file with mode: 0644]
Zend/tests/prop_const_expr/rhs_object_nullsafe.phpt [new file with mode: 0644]
Zend/tests/prop_const_expr/rhs_prop_not_found.phpt [new file with mode: 0644]
Zend/tests/prop_const_expr/static_initalizer.phpt [new file with mode: 0644]
Zend/tests/prop_const_expr/static_property_initializer.phpt [new file with mode: 0644]
Zend/tests/property_access_errors_for_guarded_properties.phpt [new file with mode: 0644]
Zend/tests/property_exists.phpt [new file with mode: 0644]
Zend/tests/property_guard_hash_val.phpt [new file with mode: 0644]
Zend/tests/prototype_range.phpt [new file with mode: 0644]
Zend/tests/qm_assign_ref_unwrap_leak.phpt [new file with mode: 0644]
Zend/tests/readonly_classes/gh9285_error.phpt [new file with mode: 0644]
Zend/tests/readonly_classes/gh9285_success.phpt [new file with mode: 0644]
Zend/tests/readonly_classes/readonly_class_duplicated_modifier.phpt [new file with mode: 0644]
Zend/tests/readonly_classes/readonly_class_dynamic_property.phpt [new file with mode: 0644]
Zend/tests/readonly_classes/readonly_class_dynamic_property_attribute.phpt [new file with mode: 0644]
Zend/tests/readonly_classes/readonly_class_final_modifier.phpt [new file with mode: 0644]
Zend/tests/readonly_classes/readonly_class_inheritance_error1.phpt [new file with mode: 0644]
Zend/tests/readonly_classes/readonly_class_inheritance_error2.phpt [new file with mode: 0644]
Zend/tests/readonly_classes/readonly_class_inheritance_success.phpt [new file with mode: 0644]
Zend/tests/readonly_classes/readonly_class_missing_type1.phpt [new file with mode: 0644]
Zend/tests/readonly_classes/readonly_class_missing_type2.phpt [new file with mode: 0644]
Zend/tests/readonly_classes/readonly_class_property1.phpt [new file with mode: 0644]
Zend/tests/readonly_classes/readonly_class_property2.phpt [new file with mode: 0644]
Zend/tests/readonly_classes/readonly_class_property3.phpt [new file with mode: 0644]
Zend/tests/readonly_classes/readonly_class_unserialize_error.phpt [new file with mode: 0644]
Zend/tests/readonly_classes/readonly_enum.phpt [new file with mode: 0644]
Zend/tests/readonly_classes/readonly_interface.phpt [new file with mode: 0644]
Zend/tests/readonly_classes/readonly_trait.phpt [new file with mode: 0644]
Zend/tests/readonly_function.phpt [new file with mode: 0644]
Zend/tests/readonly_props/array_append_initialization.phpt [new file with mode: 0644]
Zend/tests/readonly_props/by_ref_foreach.phpt [new file with mode: 0644]
Zend/tests/readonly_props/cache_slot.phpt [new file with mode: 0644]
Zend/tests/readonly_props/gh7942.phpt [new file with mode: 0644]
Zend/tests/readonly_props/initialization_scope.phpt [new file with mode: 0644]
Zend/tests/readonly_props/magic_get_set.phpt [new file with mode: 0644]
Zend/tests/readonly_props/multiple_modifiers.phpt [new file with mode: 0644]
Zend/tests/readonly_props/override_with_attributes.phpt [new file with mode: 0644]
Zend/tests/readonly_props/promotion.phpt [new file with mode: 0644]
Zend/tests/readonly_props/promotion_error1.phpt [new file with mode: 0644]
Zend/tests/readonly_props/readonly_const.phpt [new file with mode: 0644]
Zend/tests/readonly_props/readonly_containing_object.phpt [new file with mode: 0644]
Zend/tests/readonly_props/readonly_method.phpt [new file with mode: 0644]
Zend/tests/readonly_props/readonly_method_trait.phpt [new file with mode: 0644]
Zend/tests/readonly_props/readonly_modification.phpt [new file with mode: 0644]
Zend/tests/readonly_props/readonly_to_readwrite.phpt [new file with mode: 0644]
Zend/tests/readonly_props/readonly_trait_match.phpt [new file with mode: 0644]
Zend/tests/readonly_props/readonly_trait_mismatch.phpt [new file with mode: 0644]
Zend/tests/readonly_props/readonly_with_default.phpt [new file with mode: 0644]
Zend/tests/readonly_props/readonly_without_type.phpt [new file with mode: 0644]
Zend/tests/readonly_props/readwrite_to_readonly.phpt [new file with mode: 0644]
Zend/tests/readonly_props/serialization.phpt [new file with mode: 0644]
Zend/tests/readonly_props/static.phpt [new file with mode: 0644]
Zend/tests/readonly_props/unset.phpt [new file with mode: 0644]
Zend/tests/readonly_props/variation.phpt [new file with mode: 0644]
Zend/tests/readonly_props/variation_nested.phpt [new file with mode: 0644]
Zend/tests/readonly_props/visibility_change.phpt [new file with mode: 0644]
Zend/tests/real_cast.phpt [new file with mode: 0644]
Zend/tests/record_errors_001.phpt [new file with mode: 0644]
Zend/tests/recursive_debug_info.phpt [new file with mode: 0644]
Zend/tests/recv_init_ref_type.phpt [new file with mode: 0644]
Zend/tests/register_shutdown_function_refcount.phpt [new file with mode: 0644]
Zend/tests/remove_predecessor_of_pi_node.phpt [new file with mode: 0644]
Zend/tests/replace_pred_pi_node.phpt [new file with mode: 0644]
Zend/tests/require_once_warning_to_exception.phpt [new file with mode: 0644]
Zend/tests/require_parse_exception.phpt [new file with mode: 0644]
Zend/tests/required_param_after_optional.phpt [new file with mode: 0644]
Zend/tests/required_param_after_optional_named_args.phpt [new file with mode: 0644]
Zend/tests/resource_key.phpt [new file with mode: 0644]
Zend/tests/restore_error_reporting.phpt [new file with mode: 0644]
Zend/tests/restrict_globals/globals_in_globals.phpt [new file with mode: 0644]
Zend/tests/restrict_globals/invalid_append.phpt [new file with mode: 0644]
Zend/tests/restrict_globals/invalid_append_isset.phpt [new file with mode: 0644]
Zend/tests/restrict_globals/invalid_append_unset.phpt [new file with mode: 0644]
Zend/tests/restrict_globals/invalid_assign.phpt [new file with mode: 0644]
Zend/tests/restrict_globals/invalid_assign_list.phpt [new file with mode: 0644]
Zend/tests/restrict_globals/invalid_assign_list_ref.phpt [new file with mode: 0644]
Zend/tests/restrict_globals/invalid_assign_op.phpt [new file with mode: 0644]
Zend/tests/restrict_globals/invalid_assign_ref_lhs.phpt [new file with mode: 0644]
Zend/tests/restrict_globals/invalid_assign_ref_rhs.phpt [new file with mode: 0644]
Zend/tests/restrict_globals/invalid_foreach.phpt [new file with mode: 0644]
Zend/tests/restrict_globals/invalid_foreach_ref.phpt [new file with mode: 0644]
Zend/tests/restrict_globals/invalid_pass_by_ref.phpt [new file with mode: 0644]
Zend/tests/restrict_globals/invalid_unset.phpt [new file with mode: 0644]
Zend/tests/restrict_globals/key_canonicalization.phpt [new file with mode: 0644]
Zend/tests/restrict_globals/valid.phpt [new file with mode: 0644]
Zend/tests/result_unused.phpt [new file with mode: 0644]
Zend/tests/return_by_ref_from_void_function.phpt [new file with mode: 0644]
Zend/tests/return_ref_none.phpt [new file with mode: 0644]
Zend/tests/return_types/001.phpt [new file with mode: 0644]
Zend/tests/return_types/002.phpt [new file with mode: 0644]
Zend/tests/return_types/003.phpt [new file with mode: 0644]
Zend/tests/return_types/004.phpt [new file with mode: 0644]
Zend/tests/return_types/005.phpt [new file with mode: 0644]
Zend/tests/return_types/006.phpt [new file with mode: 0644]
Zend/tests/return_types/007.phpt [new file with mode: 0644]
Zend/tests/return_types/008.phpt [new file with mode: 0644]
Zend/tests/return_types/009.phpt [new file with mode: 0644]
Zend/tests/return_types/010.phpt [new file with mode: 0644]
Zend/tests/return_types/011.phpt [new file with mode: 0644]
Zend/tests/return_types/012.phpt [new file with mode: 0644]
Zend/tests/return_types/013.phpt [new file with mode: 0644]
Zend/tests/return_types/014.phpt [new file with mode: 0644]
Zend/tests/return_types/015.phpt [new file with mode: 0644]
Zend/tests/return_types/016.phpt [new file with mode: 0644]
Zend/tests/return_types/017.phpt [new file with mode: 0644]
Zend/tests/return_types/018.phpt [new file with mode: 0644]
Zend/tests/return_types/019.phpt [new file with mode: 0644]
Zend/tests/return_types/020.phpt [new file with mode: 0644]
Zend/tests/return_types/021.phpt [new file with mode: 0644]
Zend/tests/return_types/022.phpt [new file with mode: 0644]
Zend/tests/return_types/024.phpt [new file with mode: 0644]
Zend/tests/return_types/025.phpt [new file with mode: 0644]
Zend/tests/return_types/026.phpt [new file with mode: 0644]
Zend/tests/return_types/027.phpt [new file with mode: 0644]
Zend/tests/return_types/028.phpt [new file with mode: 0644]
Zend/tests/return_types/029.phpt [new file with mode: 0644]
Zend/tests/return_types/030.phpt [new file with mode: 0644]
Zend/tests/return_types/031.phpt [new file with mode: 0644]
Zend/tests/return_types/032.phpt [new file with mode: 0644]
Zend/tests/return_types/033.phpt [new file with mode: 0644]
Zend/tests/return_types/034.phpt [new file with mode: 0644]
Zend/tests/return_types/035.phpt [new file with mode: 0644]
Zend/tests/return_types/036.phpt [new file with mode: 0644]
Zend/tests/return_types/037.phpt [new file with mode: 0644]
Zend/tests/return_types/038.phpt [new file with mode: 0644]
Zend/tests/return_types/039.phpt [new file with mode: 0644]
Zend/tests/return_types/040.phpt [new file with mode: 0644]
Zend/tests/return_types/041.phpt [new file with mode: 0644]
Zend/tests/return_types/042.phpt [new file with mode: 0644]
Zend/tests/return_types/043.phpt [new file with mode: 0644]
Zend/tests/return_types/044.phpt [new file with mode: 0644]
Zend/tests/return_types/bug70557.phpt [new file with mode: 0644]
Zend/tests/return_types/bug71092.phpt [new file with mode: 0644]
Zend/tests/return_types/bug71978.phpt [new file with mode: 0644]
Zend/tests/return_types/classes.php.inc [new file with mode: 0644]
Zend/tests/return_types/generators001.phpt [new file with mode: 0644]
Zend/tests/return_types/generators002.phpt [new file with mode: 0644]
Zend/tests/return_types/generators003.phpt [new file with mode: 0644]
Zend/tests/return_types/generators004.phpt [new file with mode: 0644]
Zend/tests/return_types/generators005.phpt [new file with mode: 0644]
Zend/tests/return_types/generators006.phpt [new file with mode: 0644]
Zend/tests/return_types/inheritance001.phpt [new file with mode: 0644]
Zend/tests/return_types/inheritance002.phpt [new file with mode: 0644]
Zend/tests/return_types/inheritance003.phpt [new file with mode: 0644]
Zend/tests/return_types/inheritance004.phpt [new file with mode: 0644]
Zend/tests/return_types/inheritance005.phpt [new file with mode: 0644]
Zend/tests/return_types/inheritance006.phpt [new file with mode: 0644]
Zend/tests/return_types/inheritance007.phpt [new file with mode: 0644]
Zend/tests/return_types/inheritance008.phpt [new file with mode: 0644]
Zend/tests/return_types/inheritance009.phpt [new file with mode: 0644]
Zend/tests/return_types/internal_functions001.phpt [new file with mode: 0644]
Zend/tests/return_types/internal_functions002.phpt [new file with mode: 0644]
Zend/tests/return_types/internal_functions003.phpt [new file with mode: 0644]
Zend/tests/return_types/never_allowed.phpt [new file with mode: 0644]
Zend/tests/return_types/never_covariance.phpt [new file with mode: 0644]
Zend/tests/return_types/never_disallowed1.phpt [new file with mode: 0644]
Zend/tests/return_types/never_disallowed2.phpt [new file with mode: 0644]
Zend/tests/return_types/never_disallowed3.phpt [new file with mode: 0644]
Zend/tests/return_types/never_finally_return.phpt [new file with mode: 0644]
Zend/tests/return_types/never_generator.phpt [new file with mode: 0644]
Zend/tests/return_types/never_no_variance.phpt [new file with mode: 0644]
Zend/tests/return_types/never_parameter.phpt [new file with mode: 0644]
Zend/tests/return_types/never_reflected.phpt [new file with mode: 0644]
Zend/tests/return_types/never_return_throw.phpt [new file with mode: 0644]
Zend/tests/return_types/never_tostring.phpt [new file with mode: 0644]
Zend/tests/return_types/reflection001.phpt [new file with mode: 0644]
Zend/tests/return_types/return_reference_separation.phpt [new file with mode: 0644]
Zend/tests/return_types/rfc001.phpt [new file with mode: 0644]
Zend/tests/return_types/rfc002.phpt [new file with mode: 0644]
Zend/tests/return_types/rfc003.phpt [new file with mode: 0644]
Zend/tests/return_types/rfc004.phpt [new file with mode: 0644]
Zend/tests/return_types/void_allowed.phpt [new file with mode: 0644]
Zend/tests/return_types/void_disallowed1.phpt [new file with mode: 0644]
Zend/tests/return_types/void_disallowed2.phpt [new file with mode: 0644]
Zend/tests/return_types/void_parameter.phpt [new file with mode: 0644]
Zend/tests/rope_with_exception.phpt [new file with mode: 0644]
Zend/tests/runtime_compile_time_binary_operands.phpt [new file with mode: 0644]
Zend/tests/selfParent_001.phpt [new file with mode: 0644]
Zend/tests/selfParent_002.phpt [new file with mode: 0644]
Zend/tests/self_and.phpt [new file with mode: 0644]
Zend/tests/self_class_const_in_unknown_scope.phpt [new file with mode: 0644]
Zend/tests/self_class_const_outside_class.phpt [new file with mode: 0644]
Zend/tests/self_in_eval.phpt [new file with mode: 0644]
Zend/tests/self_instanceof_outside_class.phpt [new file with mode: 0644]
Zend/tests/self_method_or_prop_outside_class.phpt [new file with mode: 0644]
Zend/tests/self_mod.phpt [new file with mode: 0644]
Zend/tests/self_or.phpt [new file with mode: 0644]
Zend/tests/self_xor.phpt [new file with mode: 0644]
Zend/tests/serializable_deprecation.phpt [new file with mode: 0644]
Zend/tests/settype_array.phpt [new file with mode: 0644]
Zend/tests/settype_bool.phpt [new file with mode: 0644]
Zend/tests/settype_double.phpt [new file with mode: 0644]
Zend/tests/settype_int.phpt [new file with mode: 0644]
Zend/tests/settype_null.phpt [new file with mode: 0644]
Zend/tests/settype_object.phpt [new file with mode: 0644]
Zend/tests/settype_resource.phpt [new file with mode: 0644]
Zend/tests/settype_string.phpt [new file with mode: 0644]
Zend/tests/shift_001.phpt [new file with mode: 0644]
Zend/tests/shift_002.phpt [new file with mode: 0644]
Zend/tests/short_echo_as_identifier.phpt [new file with mode: 0644]
Zend/tests/special_name_error2.phpt [new file with mode: 0644]
Zend/tests/special_name_error3.phpt [new file with mode: 0644]
Zend/tests/static_in_trait_insteadof_list.phpt [new file with mode: 0644]
Zend/tests/static_in_trait_insteadof_reference.phpt [new file with mode: 0644]
Zend/tests/static_method_non_existing_class.phpt [new file with mode: 0644]
Zend/tests/static_variable.phpt [new file with mode: 0644]
Zend/tests/static_variable_in_dynamic_function.phpt [new file with mode: 0644]
Zend/tests/static_variable_in_dynamic_function_2.phpt [new file with mode: 0644]
Zend/tests/static_variable_in_private_method.phpt [new file with mode: 0644]
Zend/tests/static_variable_in_private_trait_method.phpt [new file with mode: 0644]
Zend/tests/static_variables_traits.phpt [new file with mode: 0644]
Zend/tests/str_offset_001.phpt [new file with mode: 0644]
Zend/tests/str_offset_002.phpt [new file with mode: 0644]
Zend/tests/str_offset_003.phpt [new file with mode: 0644]
Zend/tests/str_offset_004.phpt [new file with mode: 0644]
Zend/tests/str_offset_005.phpt [new file with mode: 0644]
Zend/tests/str_offset_006.phpt [new file with mode: 0644]
Zend/tests/str_offset_007.phpt [new file with mode: 0644]
Zend/tests/str_offset_008.phpt [new file with mode: 0644]
Zend/tests/str_or_obj_of_class_zpp.phpt [new file with mode: 0644]
Zend/tests/str_or_obj_zpp.phpt [new file with mode: 0644]
Zend/tests/strict_001.phpt [new file with mode: 0644]
Zend/tests/strict_002.phpt [new file with mode: 0644]
Zend/tests/string_offset_as_object.phpt [new file with mode: 0644]
Zend/tests/string_offset_errors.phpt [new file with mode: 0644]
Zend/tests/string_offset_int_min_max.phpt [new file with mode: 0644]
Zend/tests/string_offset_optimization.phpt [new file with mode: 0644]
Zend/tests/string_to_number_comparison.phpt [new file with mode: 0644]
Zend/tests/stringable_automatic_implementation.phpt [new file with mode: 0644]
Zend/tests/stringable_internal_class.phpt [new file with mode: 0644]
Zend/tests/stringable_trait.phpt [new file with mode: 0644]
Zend/tests/stringable_trait_invalid.phpt [new file with mode: 0644]
Zend/tests/strlen.phpt [new file with mode: 0644]
Zend/tests/strlen_deprecation_to_exception.phpt [new file with mode: 0644]
Zend/tests/sub_001.phpt [new file with mode: 0644]
Zend/tests/switch_on_numeric_strings.phpt [new file with mode: 0644]
Zend/tests/symtable_cache_recursive_dtor.phpt [new file with mode: 0644]
Zend/tests/temporary_cleaning_001.phpt [new file with mode: 0644]
Zend/tests/temporary_cleaning_002.phpt [new file with mode: 0644]
Zend/tests/temporary_cleaning_003.phpt [new file with mode: 0644]
Zend/tests/temporary_cleaning_004.phpt [new file with mode: 0644]
Zend/tests/temporary_cleaning_005.phpt [new file with mode: 0644]
Zend/tests/temporary_cleaning_006.phpt [new file with mode: 0644]
Zend/tests/temporary_cleaning_007.phpt [new file with mode: 0644]
Zend/tests/temporary_cleaning_008.phpt [new file with mode: 0644]
Zend/tests/temporary_cleaning_009.phpt [new file with mode: 0644]
Zend/tests/temporary_cleaning_010.phpt [new file with mode: 0644]
Zend/tests/temporary_cleaning_011.phpt [new file with mode: 0644]
Zend/tests/temporary_cleaning_012.phpt [new file with mode: 0644]
Zend/tests/temporary_cleaning_013.phpt [new file with mode: 0644]
Zend/tests/temporary_cleaning_014.phpt [new file with mode: 0644]
Zend/tests/temporary_cleaning_015.phpt [new file with mode: 0644]
Zend/tests/temporary_cleaning_016.phpt [new file with mode: 0644]
Zend/tests/temporary_cleaning_017.phpt [new file with mode: 0644]
Zend/tests/tentative_type_early_binding.phpt [new file with mode: 0644]
Zend/tests/ternary_associativity.phpt [new file with mode: 0644]
Zend/tests/ternary_associativity_1.phpt [new file with mode: 0644]
Zend/tests/ternary_associativity_2.phpt [new file with mode: 0644]
Zend/tests/ternary_associativity_3.phpt [new file with mode: 0644]
Zend/tests/this_as_global.phpt [new file with mode: 0644]
Zend/tests/this_as_lexical_var_error.phpt [new file with mode: 0644]
Zend/tests/this_as_parameter.phpt [new file with mode: 0644]
Zend/tests/this_as_static.phpt [new file with mode: 0644]
Zend/tests/this_in_catch.phpt [new file with mode: 0644]
Zend/tests/this_in_eval.phpt [new file with mode: 0644]
Zend/tests/this_in_extract.phpt [new file with mode: 0644]
Zend/tests/this_in_foreach_001.phpt [new file with mode: 0644]
Zend/tests/this_in_foreach_002.phpt [new file with mode: 0644]
Zend/tests/this_in_foreach_003.phpt [new file with mode: 0644]
Zend/tests/this_in_foreach_004.phpt [new file with mode: 0644]
Zend/tests/this_in_isset.phpt [new file with mode: 0644]
Zend/tests/this_in_unset.phpt [new file with mode: 0644]
Zend/tests/this_reassign.phpt [new file with mode: 0644]
Zend/tests/throw/001.phpt [new file with mode: 0644]
Zend/tests/throw/002.phpt [new file with mode: 0644]
Zend/tests/throw/exit_in_finally.phpt [new file with mode: 0644]
Zend/tests/throw/leaks.phpt [new file with mode: 0644]
Zend/tests/throw_reference.phpt [new file with mode: 0644]
Zend/tests/throwable_001.phpt [new file with mode: 0644]
Zend/tests/throwable_002.phpt [new file with mode: 0644]
Zend/tests/throwable_003.phpt [new file with mode: 0644]
Zend/tests/throwing_overloaded_compound_assign_op.phpt [new file with mode: 0644]
Zend/tests/trait_exists_001.phpt [new file with mode: 0644]
Zend/tests/trait_exists_002.phpt [new file with mode: 0644]
Zend/tests/trait_exists_003.phpt [new file with mode: 0644]
Zend/tests/trait_type_errors.phpt [new file with mode: 0644]
Zend/tests/traits/abstract_method_1.phpt [new file with mode: 0644]
Zend/tests/traits/abstract_method_10.phpt [new file with mode: 0644]
Zend/tests/traits/abstract_method_2.phpt [new file with mode: 0644]
Zend/tests/traits/abstract_method_3.phpt [new file with mode: 0644]
Zend/tests/traits/abstract_method_4.phpt [new file with mode: 0644]
Zend/tests/traits/abstract_method_5.phpt [new file with mode: 0644]
Zend/tests/traits/abstract_method_6.phpt [new file with mode: 0644]
Zend/tests/traits/abstract_method_7.phpt [new file with mode: 0644]
Zend/tests/traits/abstract_method_8.phpt [new file with mode: 0644]
Zend/tests/traits/abstract_method_9.phpt [new file with mode: 0644]
Zend/tests/traits/bug54441.phpt [new file with mode: 0644]
Zend/tests/traits/bug55137.phpt [new file with mode: 0644]
Zend/tests/traits/bug55214.phpt [new file with mode: 0644]
Zend/tests/traits/bug55355.phpt [new file with mode: 0644]
Zend/tests/traits/bug55372.phpt [new file with mode: 0644]
Zend/tests/traits/bug55424.phpt [new file with mode: 0644]
Zend/tests/traits/bug55524.phpt [new file with mode: 0644]
Zend/tests/traits/bug60145.phpt [new file with mode: 0644]
Zend/tests/traits/bug60153.phpt [new file with mode: 0644]
Zend/tests/traits/bug60165a.phpt [new file with mode: 0644]
Zend/tests/traits/bug60165b.phpt [new file with mode: 0644]
Zend/tests/traits/bug60165c.phpt [new file with mode: 0644]
Zend/tests/traits/bug60165d.phpt [new file with mode: 0644]
Zend/tests/traits/bug60173.phpt [new file with mode: 0644]
Zend/tests/traits/bug60217a.phpt [new file with mode: 0644]
Zend/tests/traits/bug60217b.phpt [new file with mode: 0644]
Zend/tests/traits/bug60217c.phpt [new file with mode: 0644]
Zend/tests/traits/bug60369.phpt [new file with mode: 0644]
Zend/tests/traits/bug60717.phpt [new file with mode: 0644]
Zend/tests/traits/bug60809.phpt [new file with mode: 0644]
Zend/tests/traits/bug61052.phpt [new file with mode: 0644]
Zend/tests/traits/bug61998.phpt [new file with mode: 0644]
Zend/tests/traits/bug63911.phpt [new file with mode: 0644]
Zend/tests/traits/bug64070.phpt [new file with mode: 0644]
Zend/tests/traits/bug64235.phpt [new file with mode: 0644]
Zend/tests/traits/bug64235b.phpt [new file with mode: 0644]
Zend/tests/traits/bug65576a.phpt [new file with mode: 0644]
Zend/tests/traits/bug65576b.phpt [new file with mode: 0644]
Zend/tests/traits/bug69579.phpt [new file with mode: 0644]
Zend/tests/traits/bug74607.phpt [new file with mode: 0644]
Zend/tests/traits/bug74607a.phpt [new file with mode: 0644]
Zend/tests/traits/bug74922.phpt [new file with mode: 0644]
Zend/tests/traits/bug74922a.phpt [new file with mode: 0644]
Zend/tests/traits/bug74922b.inc [new file with mode: 0644]
Zend/tests/traits/bug74922b.phpt [new file with mode: 0644]
Zend/tests/traits/bug74922c.phpt [new file with mode: 0644]
Zend/tests/traits/bug75607.phpt [new file with mode: 0644]
Zend/tests/traits/bug75607a.phpt [new file with mode: 0644]
Zend/tests/traits/bug76539.phpt [new file with mode: 0644]
Zend/tests/traits/bug76700.phpt [new file with mode: 0644]
Zend/tests/traits/bug76773-deprecated.phpt [new file with mode: 0644]
Zend/tests/traits/bug76773.phpt [new file with mode: 0644]
Zend/tests/traits/bugs/abstract-methods01.phpt [new file with mode: 0644]
Zend/tests/traits/bugs/abstract-methods02.phpt [new file with mode: 0644]
Zend/tests/traits/bugs/abstract-methods03.phpt [new file with mode: 0644]
Zend/tests/traits/bugs/abstract-methods04.phpt [new file with mode: 0644]
Zend/tests/traits/bugs/abstract-methods05.phpt [new file with mode: 0644]
Zend/tests/traits/bugs/abstract-methods06.phpt [new file with mode: 0644]
Zend/tests/traits/bugs/alias-semantics.phpt [new file with mode: 0644]
Zend/tests/traits/bugs/alias-semantics02.phpt [new file with mode: 0644]
Zend/tests/traits/bugs/alias01.phpt [new file with mode: 0644]
Zend/tests/traits/bugs/case-sensitive.phpt [new file with mode: 0644]
Zend/tests/traits/bugs/interfaces.phpt [new file with mode: 0644]
Zend/tests/traits/bugs/missing-trait.phpt [new file with mode: 0644]
Zend/tests/traits/bugs/overridding-conflicting-methods.phpt [new file with mode: 0644]
Zend/tests/traits/bugs/overridding-conflicting-property-initializer.phpt [new file with mode: 0644]
Zend/tests/traits/conflict001.phpt [new file with mode: 0644]
Zend/tests/traits/conflict002.phpt [new file with mode: 0644]
Zend/tests/traits/conflict003.phpt [new file with mode: 0644]
Zend/tests/traits/constant_001.phpt [new file with mode: 0644]
Zend/tests/traits/constant_002.phpt [new file with mode: 0644]
Zend/tests/traits/constant_003.phpt [new file with mode: 0644]
Zend/tests/traits/constant_004.phpt [new file with mode: 0644]
Zend/tests/traits/constant_005.phpt [new file with mode: 0644]
Zend/tests/traits/constant_006.phpt [new file with mode: 0644]
Zend/tests/traits/constant_007.phpt [new file with mode: 0644]
Zend/tests/traits/constant_008.phpt [new file with mode: 0644]
Zend/tests/traits/constant_009.phpt [new file with mode: 0644]
Zend/tests/traits/constant_010.phpt [new file with mode: 0644]
Zend/tests/traits/constant_011.phpt [new file with mode: 0644]
Zend/tests/traits/constant_012.phpt [new file with mode: 0644]
Zend/tests/traits/constant_013.phpt [new file with mode: 0644]
Zend/tests/traits/constant_014.phpt [new file with mode: 0644]
Zend/tests/traits/constant_015.phpt [new file with mode: 0644]
Zend/tests/traits/constant_016.phpt [new file with mode: 0644]
Zend/tests/traits/constant_017.phpt [new file with mode: 0644]
Zend/tests/traits/constant_018.phpt [new file with mode: 0644]
Zend/tests/traits/constant_019.phpt [new file with mode: 0644]
Zend/tests/traits/constant_020.phpt [new file with mode: 0644]
Zend/tests/traits/constant_021.phpt [new file with mode: 0644]
Zend/tests/traits/direct_static_member_access.phpt [new file with mode: 0644]
Zend/tests/traits/error_001.phpt [new file with mode: 0644]
Zend/tests/traits/error_002.phpt [new file with mode: 0644]
Zend/tests/traits/error_003.phpt [new file with mode: 0644]
Zend/tests/traits/error_004.phpt [new file with mode: 0644]
Zend/tests/traits/error_005.phpt [new file with mode: 0644]
Zend/tests/traits/error_006.phpt [new file with mode: 0644]
Zend/tests/traits/error_007.phpt [new file with mode: 0644]
Zend/tests/traits/error_008.phpt [new file with mode: 0644]
Zend/tests/traits/error_009.phpt [new file with mode: 0644]
Zend/tests/traits/error_010.phpt [new file with mode: 0644]
Zend/tests/traits/error_011.phpt [new file with mode: 0644]
Zend/tests/traits/error_012.phpt [new file with mode: 0644]
Zend/tests/traits/error_013.phpt [new file with mode: 0644]
Zend/tests/traits/error_014.phpt [new file with mode: 0644]
Zend/tests/traits/error_015.phpt [new file with mode: 0644]
Zend/tests/traits/flattening001.phpt [new file with mode: 0644]
Zend/tests/traits/flattening002.phpt [new file with mode: 0644]
Zend/tests/traits/flattening003.phpt [new file with mode: 0644]
Zend/tests/traits/get_declared_traits_001.phpt [new file with mode: 0644]
Zend/tests/traits/get_declared_traits_002.phpt [new file with mode: 0644]
Zend/tests/traits/get_declared_traits_003.phpt [new file with mode: 0644]
Zend/tests/traits/get_declared_traits_004.phpt [new file with mode: 0644]
Zend/tests/traits/inheritance001.phpt [new file with mode: 0644]
Zend/tests/traits/inheritance002.phpt [new file with mode: 0644]
Zend/tests/traits/inheritance003.phpt [new file with mode: 0644]
Zend/tests/traits/interface_001.phpt [new file with mode: 0644]
Zend/tests/traits/interface_002.phpt [new file with mode: 0644]
Zend/tests/traits/interface_003.phpt [new file with mode: 0644]
Zend/tests/traits/language001.phpt [new file with mode: 0644]
Zend/tests/traits/language002.phpt [new file with mode: 0644]
Zend/tests/traits/language003.phpt [new file with mode: 0644]
Zend/tests/traits/language004.phpt [new file with mode: 0644]
Zend/tests/traits/language005.phpt [new file with mode: 0644]
Zend/tests/traits/language006.phpt [new file with mode: 0644]
Zend/tests/traits/language007.phpt [new file with mode: 0644]
Zend/tests/traits/language008a.phpt [new file with mode: 0644]
Zend/tests/traits/language008b.phpt [new file with mode: 0644]
Zend/tests/traits/language009.phpt [new file with mode: 0644]
Zend/tests/traits/language010.phpt [new file with mode: 0644]
Zend/tests/traits/language011.phpt [new file with mode: 0644]
Zend/tests/traits/language012.phpt [new file with mode: 0644]
Zend/tests/traits/language013.phpt [new file with mode: 0644]
Zend/tests/traits/language014.phpt [new file with mode: 0644]
Zend/tests/traits/language015.phpt [new file with mode: 0644]
Zend/tests/traits/language016.phpt [new file with mode: 0644]
Zend/tests/traits/language017.phpt [new file with mode: 0644]
Zend/tests/traits/language018.phpt [new file with mode: 0644]
Zend/tests/traits/language019.phpt [new file with mode: 0644]
Zend/tests/traits/methods_001.phpt [new file with mode: 0644]
Zend/tests/traits/methods_002.phpt [new file with mode: 0644]
Zend/tests/traits/methods_003.phpt [new file with mode: 0644]
Zend/tests/traits/no_static_arg_binding.phpt [new file with mode: 0644]
Zend/tests/traits/precedence_unknown_class.phpt [new file with mode: 0644]
Zend/tests/traits/property001.phpt [new file with mode: 0644]
Zend/tests/traits/property002.phpt [new file with mode: 0644]
Zend/tests/traits/property003.phpt [new file with mode: 0644]
Zend/tests/traits/property004.phpt [new file with mode: 0644]
Zend/tests/traits/property005.phpt [new file with mode: 0644]
Zend/tests/traits/property006.phpt [new file with mode: 0644]
Zend/tests/traits/property007.phpt [new file with mode: 0644]
Zend/tests/traits/property008.phpt [new file with mode: 0644]
Zend/tests/traits/property009.phpt [new file with mode: 0644]
Zend/tests/traits/static_001.phpt [new file with mode: 0644]
Zend/tests/traits/static_002.phpt [new file with mode: 0644]
Zend/tests/traits/static_003.phpt [new file with mode: 0644]
Zend/tests/traits/static_004.phpt [new file with mode: 0644]
Zend/tests/traits/static_forward_static_call.phpt [new file with mode: 0644]
Zend/tests/traits/static_get_called_class.phpt [new file with mode: 0644]
Zend/tests/traits/trait_constant_001.phpt [new file with mode: 0644]
Zend/tests/traits/trait_constant_002.phpt [new file with mode: 0644]
Zend/tests/try/bug70228.phpt [new file with mode: 0644]
Zend/tests/try/bug70228_2.phpt [new file with mode: 0644]
Zend/tests/try/bug70228_3.phpt [new file with mode: 0644]
Zend/tests/try/bug70228_4.phpt [new file with mode: 0644]
Zend/tests/try/bug70228_5.phpt [new file with mode: 0644]
Zend/tests/try/bug70228_6.phpt [new file with mode: 0644]
Zend/tests/try/bug70228_7.phpt [new file with mode: 0644]
Zend/tests/try/bug70228_8.phpt [new file with mode: 0644]
Zend/tests/try/bug71604.phpt [new file with mode: 0644]
Zend/tests/try/bug71604_2.phpt [new file with mode: 0644]
Zend/tests/try/bug71604_3.phpt [new file with mode: 0644]
Zend/tests/try/bug72213.phpt [new file with mode: 0644]
Zend/tests/try/bug72213_2.phpt [new file with mode: 0644]
Zend/tests/try/bug72629.phpt [new file with mode: 0644]
Zend/tests/try/bug74444.phpt [new file with mode: 0644]
Zend/tests/try/catch_002.phpt [new file with mode: 0644]
Zend/tests/try/catch_003.phpt [new file with mode: 0644]
Zend/tests/try/catch_004.phpt [new file with mode: 0644]
Zend/tests/try/catch_finally_001.phpt [new file with mode: 0644]
Zend/tests/try/catch_finally_002.phpt [new file with mode: 0644]
Zend/tests/try/catch_finally_003.phpt [new file with mode: 0644]
Zend/tests/try/catch_finally_004.phpt [new file with mode: 0644]
Zend/tests/try/catch_finally_005.phpt [new file with mode: 0644]
Zend/tests/try/catch_finally_006.phpt [new file with mode: 0644]
Zend/tests/try/catch_novar_1.phpt [new file with mode: 0644]
Zend/tests/try/catch_novar_2.phpt [new file with mode: 0644]
Zend/tests/try/exceptions.inc [new file with mode: 0644]
Zend/tests/try/finally_goto_001.phpt [new file with mode: 0644]
Zend/tests/try/finally_goto_002.phpt [new file with mode: 0644]
Zend/tests/try/finally_goto_003.phpt [new file with mode: 0644]
Zend/tests/try/finally_goto_004.phpt [new file with mode: 0644]
Zend/tests/try/finally_goto_005.phpt [new file with mode: 0644]
Zend/tests/try/try_catch_finally_001.phpt [new file with mode: 0644]
Zend/tests/try/try_catch_finally_002.phpt [new file with mode: 0644]
Zend/tests/try/try_catch_finally_003.phpt [new file with mode: 0644]
Zend/tests/try/try_catch_finally_004.phpt [new file with mode: 0644]
Zend/tests/try/try_catch_finally_005.phpt [new file with mode: 0644]
Zend/tests/try/try_catch_finally_006.phpt [new file with mode: 0644]
Zend/tests/try/try_catch_finally_007.phpt [new file with mode: 0644]
Zend/tests/try/try_finally_001.phpt [new file with mode: 0644]
Zend/tests/try/try_finally_002.phpt [new file with mode: 0644]
Zend/tests/try/try_finally_003.phpt [new file with mode: 0644]
Zend/tests/try/try_finally_004.phpt [new file with mode: 0644]
Zend/tests/try/try_finally_005.phpt [new file with mode: 0644]
Zend/tests/try/try_finally_006.phpt [new file with mode: 0644]
Zend/tests/try/try_finally_007.phpt [new file with mode: 0644]
Zend/tests/try/try_finally_008.phpt [new file with mode: 0644]
Zend/tests/try/try_finally_009.phpt [new file with mode: 0644]
Zend/tests/try/try_finally_010.phpt [new file with mode: 0644]
Zend/tests/try/try_finally_011.phpt [new file with mode: 0644]
Zend/tests/try/try_finally_012.phpt [new file with mode: 0644]
Zend/tests/try/try_finally_013.phpt [new file with mode: 0644]
Zend/tests/try/try_finally_014.phpt [new file with mode: 0644]
Zend/tests/try/try_finally_015.phpt [new file with mode: 0644]
Zend/tests/try/try_finally_016.phpt [new file with mode: 0644]
Zend/tests/try/try_finally_017.phpt [new file with mode: 0644]
Zend/tests/try/try_finally_018.phpt [new file with mode: 0644]
Zend/tests/try/try_finally_019.phpt [new file with mode: 0644]
Zend/tests/try/try_finally_020.phpt [new file with mode: 0644]
Zend/tests/try/try_finally_021.phpt [new file with mode: 0644]
Zend/tests/try/try_finally_022.phpt [new file with mode: 0644]
Zend/tests/try/try_finally_023.phpt [new file with mode: 0644]
Zend/tests/try/try_finally_024.phpt [new file with mode: 0644]
Zend/tests/try/try_finally_025.phpt [new file with mode: 0644]
Zend/tests/try/try_finally_026.phpt [new file with mode: 0644]
Zend/tests/try/try_finally_027.phpt [new file with mode: 0644]
Zend/tests/try/try_finally_recursive_previous.phpt [new file with mode: 0644]
Zend/tests/try/try_multicatch_001.phpt [new file with mode: 0644]
Zend/tests/try/try_multicatch_002.phpt [new file with mode: 0644]
Zend/tests/try/try_multicatch_003.phpt [new file with mode: 0644]
Zend/tests/try/try_multicatch_004.phpt [new file with mode: 0644]
Zend/tests/try/try_multicatch_005.phpt [new file with mode: 0644]
Zend/tests/try/try_multicatch_006.phpt [new file with mode: 0644]
Zend/tests/try/try_multicatch_007.phpt [new file with mode: 0644]
Zend/tests/type_declarations/add_return_type.phpt [new file with mode: 0644]
Zend/tests/type_declarations/array_001.phpt [new file with mode: 0644]
Zend/tests/type_declarations/callable_001.phpt [new file with mode: 0644]
Zend/tests/type_declarations/callable_002.phpt [new file with mode: 0644]
Zend/tests/type_declarations/callable_003.phpt [new file with mode: 0644]
Zend/tests/type_declarations/closure_with_variadic.phpt [new file with mode: 0644]
Zend/tests/type_declarations/confusable_type_warning.phpt [new file with mode: 0644]
Zend/tests/type_declarations/default_boolean_hint_values.phpt [new file with mode: 0644]
Zend/tests/type_declarations/dnf_types/dnf_2_intersection.phpt [new file with mode: 0644]
Zend/tests/type_declarations/dnf_types/dnf_intersection_and_eval.phpt [new file with mode: 0644]
Zend/tests/type_declarations/dnf_types/dnf_intersection_and_null.phpt [new file with mode: 0644]
Zend/tests/type_declarations/dnf_types/dnf_intersection_and_single.phpt [new file with mode: 0644]
Zend/tests/type_declarations/dnf_types/gh9516.phpt [new file with mode: 0644]
Zend/tests/type_declarations/dnf_types/redundant_types/duplicate_class_alias_type.phpt [new file with mode: 0644]
Zend/tests/type_declarations/dnf_types/redundant_types/duplicate_class_alias_type_runtime.phpt [new file with mode: 0644]
Zend/tests/type_declarations/dnf_types/redundant_types/inheritence.phpt [new file with mode: 0644]
Zend/tests/type_declarations/dnf_types/redundant_types/less_restrive_type_constraint_already_present001.phpt [new file with mode: 0644]
Zend/tests/type_declarations/dnf_types/redundant_types/less_restrive_type_constraint_already_present002.phpt [new file with mode: 0644]
Zend/tests/type_declarations/dnf_types/redundant_types/less_restrive_type_constraint_already_present003.phpt [new file with mode: 0644]
Zend/tests/type_declarations/dnf_types/redundant_types/less_restrive_type_constraint_already_present004.phpt [new file with mode: 0644]
Zend/tests/type_declarations/dnf_types/redundant_types/object_and_dnf_type.phpt [new file with mode: 0644]
Zend/tests/type_declarations/dnf_types/redundant_types/object_and_dnf_type2.phpt [new file with mode: 0644]
Zend/tests/type_declarations/dnf_types/variance/invalid1.phpt [new file with mode: 0644]
Zend/tests/type_declarations/dnf_types/variance/invalid_covariance_drop_type1.phpt [new file with mode: 0644]
Zend/tests/type_declarations/dnf_types/variance/invalid_covariance_drop_type2.phpt [new file with mode: 0644]
Zend/tests/type_declarations/dnf_types/variance/invalid_covariance_intersection_to_union1.phpt [new file with mode: 0644]
Zend/tests/type_declarations/dnf_types/variance/invalid_covariance_intersection_to_union2.phpt [new file with mode: 0644]
Zend/tests/type_declarations/dnf_types/variance/invalid_covariance_intersection_to_union3.phpt [new file with mode: 0644]
Zend/tests/type_declarations/dnf_types/variance/invalid_invariance1.phpt [new file with mode: 0644]
Zend/tests/type_declarations/dnf_types/variance/invalid_invariance2.phpt [new file with mode: 0644]
Zend/tests/type_declarations/dnf_types/variance/valid1.phpt [new file with mode: 0644]
Zend/tests/type_declarations/dnf_types/variance/valid2.phpt [new file with mode: 0644]
Zend/tests/type_declarations/dnf_types/variance/valid4.phpt [new file with mode: 0644]
Zend/tests/type_declarations/dnf_types/variance/valid5.phpt [new file with mode: 0644]
Zend/tests/type_declarations/dnf_types/variance/valid6.phpt [new file with mode: 0644]
Zend/tests/type_declarations/dnf_types/variance/valid7.phpt [new file with mode: 0644]
Zend/tests/type_declarations/dnf_types/variance/valid8.phpt [new file with mode: 0644]
Zend/tests/type_declarations/dnf_types/variance/valid9.phpt [new file with mode: 0644]
Zend/tests/type_declarations/explicit_weak_include_strict.phpt [new file with mode: 0644]
Zend/tests/type_declarations/inexistent_class_hint_with_scalar_arg.phpt [new file with mode: 0644]
Zend/tests/type_declarations/internal_function_strict_mode.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/added_interface_intersection_type.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/assigning_intersection_types.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/bug81268.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/implicit_nullable_intersection_type.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/implicit_nullable_intersection_type_error.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/invalid_types/invalid_array_type.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/invalid_types/invalid_bool_type.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/invalid_types/invalid_callable_type.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/invalid_types/invalid_false_type.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/invalid_types/invalid_float_type.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/invalid_types/invalid_int_type.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/invalid_types/invalid_iterable_type.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/invalid_types/invalid_mixed_type.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/invalid_types/invalid_never_type.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/invalid_types/invalid_null_type.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/invalid_types/invalid_nullable_type.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/invalid_types/invalid_object_type.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/invalid_types/invalid_parent_type.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/invalid_types/invalid_self_type.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/invalid_types/invalid_static_type.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/invalid_types/invalid_string_type.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/invalid_types/invalid_true_type.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/invalid_types/invalid_void_type.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/missing_interface_intersection_type.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/parameter.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/parse_error.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/redundant_types/duplicate_class_alias_type.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/redundant_types/duplicate_class_alias_type_runtime.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/redundant_types/duplicate_class_type.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/redundant_types/inheritence.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/typed_reference.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/variance/invalid1.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/variance/invalid2.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/variance/invalid3.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/variance/invalid4.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/variance/invalid5.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/variance/invalid6.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/variance/invalid_covariance_drop_type1.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/variance/invalid_covariance_drop_type2.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/variance/invalid_covariance_intersection_to_union1.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/variance/invalid_covariance_intersection_to_union2.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/variance/invalid_covariance_intersection_to_union3.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/variance/invalid_invariance1.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/variance/invalid_invariance2.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/variance/valid1.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/variance/valid2.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/variance/valid3.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/variance/valid4.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/variance/valid5.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/variance/valid6.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/variance/valid7.phpt [new file with mode: 0644]
Zend/tests/type_declarations/intersection_types/variance/valid8.phpt [new file with mode: 0644]
Zend/tests/type_declarations/iterable/iterable_001.phpt [new file with mode: 0644]
Zend/tests/type_declarations/iterable/iterable_002.phpt [new file with mode: 0644]
Zend/tests/type_declarations/iterable/iterable_003.phpt [new file with mode: 0644]
Zend/tests/type_declarations/iterable/iterable_004.phpt [new file with mode: 0644]
Zend/tests/type_declarations/iterable/iterable_005.phpt [new file with mode: 0644]
Zend/tests/type_declarations/iterable/iterable_alias_redundancy_array_1.phpt [new file with mode: 0644]
Zend/tests/type_declarations/iterable/iterable_alias_redundancy_array_2.phpt [new file with mode: 0644]
Zend/tests/type_declarations/iterable/iterable_alias_redundancy_iterable.phpt [new file with mode: 0644]
Zend/tests/type_declarations/iterable/iterable_alias_redundancy_object_1.phpt [new file with mode: 0644]
Zend/tests/type_declarations/iterable/iterable_alias_redundancy_object_2.phpt [new file with mode: 0644]
Zend/tests/type_declarations/iterable/iterable_alias_redundancy_object_3.phpt [new file with mode: 0644]
Zend/tests/type_declarations/iterable/iterable_alias_redundancy_object_4.phpt [new file with mode: 0644]
Zend/tests/type_declarations/iterable/iterable_alias_redundancy_object_5.phpt [new file with mode: 0644]
Zend/tests/type_declarations/iterable/iterable_alias_redundancy_object_6.phpt [new file with mode: 0644]
Zend/tests/type_declarations/iterable/iterable_alias_redundancy_object_variance.phpt [new file with mode: 0644]
Zend/tests/type_declarations/iterable/or_null.phpt [new file with mode: 0644]
Zend/tests/type_declarations/literal_types/false_no_coercion.phpt [new file with mode: 0644]
Zend/tests/type_declarations/literal_types/false_no_coercion_on_overload.phpt [new file with mode: 0644]
Zend/tests/type_declarations/literal_types/false_standalone.phpt [new file with mode: 0644]
Zend/tests/type_declarations/literal_types/false_standalone_implicit_nullability.phpt [new file with mode: 0644]
Zend/tests/type_declarations/literal_types/true_no_coercion.phpt [new file with mode: 0644]
Zend/tests/type_declarations/literal_types/true_no_coercion_on_overload.phpt [new file with mode: 0644]
Zend/tests/type_declarations/literal_types/true_standalone.phpt [new file with mode: 0644]
Zend/tests/type_declarations/literal_types/true_standalone_implicit_nullability.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/casting/mixed_cast_error.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/inheritance/mixed_parameter_inheritance_error1.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/inheritance/mixed_parameter_inheritance_error2.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/inheritance/mixed_parameter_inheritance_error3.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/inheritance/mixed_parameter_inheritance_error4.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/inheritance/mixed_parameter_inheritance_success1.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/inheritance/mixed_parameter_inheritance_success2.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/inheritance/mixed_parameter_inheritance_success3.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/inheritance/mixed_parameter_inheritance_success4.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/inheritance/mixed_parameter_inheritance_success5.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/inheritance/mixed_parameter_inheritance_success6.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/inheritance/mixed_parameter_inheritance_success7.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/inheritance/mixed_property_inheritance_error1.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/inheritance/mixed_property_inheritance_error2.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/inheritance/mixed_property_inheritance_error3.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/inheritance/mixed_property_inheritance_error4.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/inheritance/mixed_property_inheritance_error5.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/inheritance/mixed_property_inheritance_error6.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/inheritance/mixed_property_inheritance_error7.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/inheritance/mixed_property_inheritance_error8.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/inheritance/mixed_property_inheritance_success.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/inheritance/mixed_return_inheritance_error1.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/inheritance/mixed_return_inheritance_error2.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/inheritance/mixed_return_inheritance_error3.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/inheritance/mixed_return_inheritance_success1.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/inheritance/mixed_return_inheritance_success2.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/inheritance/mixed_return_inheritance_success3.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/inheritance/mixed_return_inheritance_success4.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/syntax/mixed_class_error.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/syntax/mixed_parameter_error1.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/syntax/mixed_parameter_error2.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/syntax/mixed_parameter_success.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/syntax/mixed_parameter_sucess4.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/syntax/mixed_return_error.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/syntax/mixed_return_success.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/syntax/mixed_void_return_error.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/syntax/nullable_mixed_parameter_error.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/syntax/nullable_mixed_property_error.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/syntax/nullable_mixed_return_error.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/validation/mixed_parameter_strict_success.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/validation/mixed_parameter_weak_success.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/validation/mixed_property_strict_success.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/validation/mixed_property_weak_success.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/validation/mixed_return_strict_error.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/validation/mixed_return_strict_success.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/validation/mixed_return_weak_error.phpt [new file with mode: 0644]
Zend/tests/type_declarations/mixed/validation/mixed_return_weak_success.phpt [new file with mode: 0644]
Zend/tests/type_declarations/nullable_null.phpt [new file with mode: 0644]
Zend/tests/type_declarations/nullable_typed_return_without_value.phpt [new file with mode: 0644]
Zend/tests/type_declarations/nullable_void.phpt [new file with mode: 0644]
Zend/tests/type_declarations/parameter_type_variance.phpt [new file with mode: 0644]
Zend/tests/type_declarations/parameter_type_variance_2.phpt [new file with mode: 0644]
Zend/tests/type_declarations/parent_is_not_proto.phpt [new file with mode: 0644]
Zend/tests/type_declarations/return_separation.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_basic.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_constant_defaults.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_constant_defaults_error.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_float_with_integer_default_strict.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_float_with_integer_default_weak.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_float_with_invalid_default.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_none.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_null.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_relative_typehint_disallowed.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_reserved2.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_reserved2_class_alias.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_reserved2_use.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_reserved3.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_reserved3_class_alias.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_reserved3_use.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_reserved4.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_reserved4_class_alias.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_reserved4_use.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_reserved6.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_reserved6_class_alias.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_reserved6_use.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_reserved7.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_return_basic.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_return_basic_64bit.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_strict.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_strict_64bit.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_strict_basic.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_strict_declaration_placement_001.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_strict_declaration_placement_002.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_strict_declaration_placement_003.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_strict_declaration_placement_004.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_strict_declaration_placement_005.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_strict_declaration_placement_006.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_strict_declaration_placement_007.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_strict_declaration_placement_008.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_weak_reference.phpt [new file with mode: 0644]
Zend/tests/type_declarations/self_on_closure_in_method.phpt [new file with mode: 0644]
Zend/tests/type_declarations/standalone_null.phpt [new file with mode: 0644]
Zend/tests/type_declarations/static_type_in_final_class.phpt [new file with mode: 0644]
Zend/tests/type_declarations/static_type_outside_class.phpt [new file with mode: 0644]
Zend/tests/type_declarations/static_type_param.phpt [new file with mode: 0644]
Zend/tests/type_declarations/static_type_property.phpt [new file with mode: 0644]
Zend/tests/type_declarations/static_type_return.phpt [new file with mode: 0644]
Zend/tests/type_declarations/static_type_trait.phpt [new file with mode: 0644]
Zend/tests/type_declarations/strict_call_weak.phpt [new file with mode: 0644]
Zend/tests/type_declarations/strict_call_weak_2.inc [new file with mode: 0644]
Zend/tests/type_declarations/strict_call_weak_explicit.phpt [new file with mode: 0644]
Zend/tests/type_declarations/strict_call_weak_explicit_2.inc [new file with mode: 0644]
Zend/tests/type_declarations/strict_include_explicit_weak.phpt [new file with mode: 0644]
Zend/tests/type_declarations/strict_include_explicit_weak_2.inc [new file with mode: 0644]
Zend/tests/type_declarations/strict_include_weak.phpt [new file with mode: 0644]
Zend/tests/type_declarations/strict_include_weak_2.inc [new file with mode: 0644]
Zend/tests/type_declarations/strict_nested.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_001.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_002.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_003.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_004.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_005.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_006.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_007.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_008.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_009.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_010.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_011.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_012.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_013.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_014.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_015.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_016.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_017.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_018.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_019.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_020.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_021.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_022.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_023.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_024.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_025.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_026.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_027.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_028.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_029.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_030.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_031.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_032.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_033.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_034.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_035.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_036.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_037.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_038.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_039.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_040.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_041.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_042.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_043.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_044.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_045.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_046.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_047.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_048.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_049.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_050.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_051.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_052.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_053.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_054.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_055.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_056.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_057.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_058.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_059.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_060.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_061.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_062.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_063.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_064.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_065.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_066.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_067.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_068.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_069.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_070.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_071.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_072.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_073.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_074.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_075.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_076.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_077.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_078.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_079.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_080.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_081.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_082.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_083.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_084.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_085.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_086.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_087.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_088.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_089.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_090.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_092.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_093.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_094.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_095.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_096.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_097.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_098.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_099.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_100.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_101.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_102.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_103.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_104.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_105.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_106.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_107.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_108.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_109.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_110.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_111.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_112.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_113.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_114.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_115.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_cache_slot_opt.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_class_loading.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_failed_assign_is_not_init.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_magic_set.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_protected_inheritance_mismatch.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_properties_reference_coercion_leak.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_return_null_false_without_value.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_return_null_without_value.phpt [new file with mode: 0644]
Zend/tests/type_declarations/typed_return_without_value.phpt [new file with mode: 0644]
Zend/tests/type_declarations/types_in_ast.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/anonymous_class.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/generator_return_containing_extra_types.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/generator_return_multiple_classes.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/illegal_default_value_argument.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/illegal_default_value_property.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/incdec_prop.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/inheritance.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/inheritance_internal.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/legal_default_values.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/multiple_classes.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/never_with_class.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/null_false_union.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/prop_ref_assign.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/redundant_types/bool_and_false.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/redundant_types/bool_and_true.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/redundant_types/bool_instead_false_and_true.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/redundant_types/bool_instead_true_and_false.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/redundant_types/duplicate_class_type.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/redundant_types/duplicate_type.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/redundant_types/iterable_and_Traversable.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/redundant_types/iterable_and_Traversable_2.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/redundant_types/iterable_and_array.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/redundant_types/nullable_null.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/redundant_types/object_and_class_type.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/redundant_types/object_and_class_type2.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/redundant_types/object_and_static.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/redundant_types/object_and_static2.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/standalone_null.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/standalone_nullable_false.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/type_checking_strict.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/type_checking_weak.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/variance/invalid_001.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/variance/invalid_002.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/variance/invalid_003.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/variance/invalid_004.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/variance/valid.phpt [new file with mode: 0644]
Zend/tests/type_declarations/union_types/void_with_class.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/abstract_constructor.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/class_order_autoload1.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/class_order_autoload2.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/class_order_autoload3.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/class_order_autoload4.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/class_order_autoload5.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/class_order_autoload6.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/class_order_autoload_error1.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/class_order_autoload_error2.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/class_order_autoload_error3.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/class_order_autoload_error4.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/class_order_autoload_error5.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/class_order_autoload_error6.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/class_order_autoload_error7.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/class_order_autoload_error8.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/class_order_autoload_error9.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/class_order_error.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/enum_forward_compat.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/infinite_recursion.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/internal_parent/compatible_return_type.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/internal_parent/incompatible_return_type.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/internal_parent/missing_return_type.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/internal_parent/unresolvable_inheritance_check_param.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/internal_parent/unresolvable_inheritance_check_return.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/loading_exception1.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/loading_exception2.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/mixed_return_type.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/object_variance.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/parent_in_class_failure1.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/parent_in_class_failure2.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/parent_in_class_success.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/property_types_early_bind.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/return_type_will_change_class_error.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/return_type_will_change_function_error.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/return_type_will_change_property_error.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/static_variance_failure.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/static_variance_success.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/stringable.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/suppressed_incompatible_return_type.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/trait_error.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/trait_success.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/unlinked_parent_1.phpt [new file with mode: 0644]
Zend/tests/type_declarations/variance/unlinked_parent_2.phpt [new file with mode: 0644]
Zend/tests/type_declarations/weak_call_strict.phpt [new file with mode: 0644]
Zend/tests/type_declarations/weak_call_strict_2.inc [new file with mode: 0644]
Zend/tests/type_declarations/weak_explicit_call_strict.phpt [new file with mode: 0644]
Zend/tests/type_declarations/weak_include_strict.phpt [new file with mode: 0644]
Zend/tests/type_declarations/weak_include_strict_2.inc [new file with mode: 0644]
Zend/tests/typehints/bug76198.phpt [new file with mode: 0644]
Zend/tests/typehints/fq_nullable.phpt [new file with mode: 0644]
Zend/tests/typehints/fully_qualified_scalar.phpt [new file with mode: 0644]
Zend/tests/typehints/namespace_relative_scalar.phpt [new file with mode: 0644]
Zend/tests/typehints/or_null.phpt [new file with mode: 0644]
Zend/tests/unary_minus_const_expr_consistency.phpt [new file with mode: 0644]
Zend/tests/uncaught_exception_error_supression.phpt [new file with mode: 0644]
Zend/tests/undef_index_to_exception.phpt [new file with mode: 0644]
Zend/tests/undef_var_in_verify_return.phpt [new file with mode: 0644]
Zend/tests/unexpected_ref_bug.phpt [new file with mode: 0644]
Zend/tests/unpack_iterator_by_ref_type_check.phpt [new file with mode: 0644]
Zend/tests/unreachable_phi_cycle.phpt [new file with mode: 0644]
Zend/tests/unset.inc [new file with mode: 0644]
Zend/tests/unset_cast_removed.phpt [new file with mode: 0644]
Zend/tests/unset_cv01.phpt [new file with mode: 0644]
Zend/tests/unset_cv02.phpt [new file with mode: 0644]
Zend/tests/unset_cv03.phpt [new file with mode: 0644]
Zend/tests/unset_cv04.phpt [new file with mode: 0644]
Zend/tests/unset_cv05.phpt [new file with mode: 0644]
Zend/tests/unset_cv06.phpt [new file with mode: 0644]
Zend/tests/unset_cv08.phpt [new file with mode: 0644]
Zend/tests/unset_cv10.phpt [new file with mode: 0644]
Zend/tests/unset_cv11.phpt [new file with mode: 0644]
Zend/tests/unset_cv12.phpt [new file with mode: 0644]
Zend/tests/unset_non_array.phpt [new file with mode: 0644]
Zend/tests/unset_prop_recursion.phpt [new file with mode: 0644]
Zend/tests/unterminated_comment.phpt [new file with mode: 0644]
Zend/tests/unused_shared_static_variables.phpt [new file with mode: 0644]
Zend/tests/update_consts_shadowed_private_prop.phpt [new file with mode: 0644]
Zend/tests/use_const/alias.phpt [new file with mode: 0644]
Zend/tests/use_const/basic.phpt [new file with mode: 0644]
Zend/tests/use_const/case_sensivity.phpt [new file with mode: 0644]
Zend/tests/use_const/conflicting_use.phpt [new file with mode: 0644]
Zend/tests/use_const/conflicting_use_alias.phpt [new file with mode: 0644]
Zend/tests/use_const/define_imported.phpt [new file with mode: 0644]
Zend/tests/use_const/define_imported_before.phpt [new file with mode: 0644]
Zend/tests/use_const/includes/foo_bar.inc [new file with mode: 0644]
Zend/tests/use_const/includes/foo_php_version.inc [new file with mode: 0644]
Zend/tests/use_const/includes/global_bar.inc [new file with mode: 0644]
Zend/tests/use_const/includes/global_baz.inc [new file with mode: 0644]
Zend/tests/use_const/no_global_fallback.phpt [new file with mode: 0644]
Zend/tests/use_const/self_parent.phpt [new file with mode: 0644]
Zend/tests/use_const/shadow_core.phpt [new file with mode: 0644]
Zend/tests/use_const/shadow_global.phpt [new file with mode: 0644]
Zend/tests/use_function/alias.phpt [new file with mode: 0644]
Zend/tests/use_function/basic.phpt [new file with mode: 0644]
Zend/tests/use_function/case_insensivity.phpt [new file with mode: 0644]
Zend/tests/use_function/conditional_function_declaration.phpt [new file with mode: 0644]
Zend/tests/use_function/conflicting_use.phpt [new file with mode: 0644]
Zend/tests/use_function/conflicting_use_alias.phpt [new file with mode: 0644]
Zend/tests/use_function/conflicting_use_const_alias.phpt [new file with mode: 0644]
Zend/tests/use_function/define_imported.phpt [new file with mode: 0644]
Zend/tests/use_function/define_imported_before.phpt [new file with mode: 0644]
Zend/tests/use_function/ignore_constants.phpt [new file with mode: 0644]
Zend/tests/use_function/includes/foo_bar.inc [new file with mode: 0644]
Zend/tests/use_function/includes/foo_strlen.inc [new file with mode: 0644]
Zend/tests/use_function/includes/global_bar.inc [new file with mode: 0644]
Zend/tests/use_function/includes/global_baz.inc [new file with mode: 0644]
Zend/tests/use_function/no_conflict_with_classes.phpt [new file with mode: 0644]
Zend/tests/use_function/no_global_fallback.phpt [new file with mode: 0644]
Zend/tests/use_function/no_global_fallback2.phpt [new file with mode: 0644]
Zend/tests/use_function/self_parent.phpt [new file with mode: 0644]
Zend/tests/use_function/shadow_core.phpt [new file with mode: 0644]
Zend/tests/use_function/shadow_global.phpt [new file with mode: 0644]
Zend/tests/use_late_binding_conflict.phpt [new file with mode: 0644]
Zend/tests/use_no_eval_conflict.phpt [new file with mode: 0644]
Zend/tests/use_no_file_conflict.phpt [new file with mode: 0644]
Zend/tests/use_no_file_conflict_1.inc [new file with mode: 0644]
Zend/tests/use_no_file_conflict_2.inc [new file with mode: 0644]
Zend/tests/use_unlinked_class.phpt [new file with mode: 0644]
Zend/tests/varSyntax/class_constant_static_deref.phpt [new file with mode: 0644]
Zend/tests/varSyntax/constClassMemberAccess.phpt [new file with mode: 0644]
Zend/tests/varSyntax/constant_object_deref.phpt [new file with mode: 0644]
Zend/tests/varSyntax/encapsed_string_deref.phpt [new file with mode: 0644]
Zend/tests/varSyntax/globalNonSimpleVariableError.phpt [new file with mode: 0644]
Zend/tests/varSyntax/indirectFcall.phpt [new file with mode: 0644]
Zend/tests/varSyntax/issetOnTemp.phpt [new file with mode: 0644]
Zend/tests/varSyntax/magic_const_deref.phpt [new file with mode: 0644]
Zend/tests/varSyntax/method_call_on_string_literal.phpt [new file with mode: 0644]
Zend/tests/varSyntax/newVariable.phpt [new file with mode: 0644]
Zend/tests/varSyntax/new_instanceof_expr.phpt [new file with mode: 0644]
Zend/tests/varSyntax/parenthesesDeref.phpt [new file with mode: 0644]
Zend/tests/varSyntax/propertyOfStringError.phpt [new file with mode: 0644]
Zend/tests/varSyntax/staticMember.phpt [new file with mode: 0644]
Zend/tests/varSyntax/static_prop_on_expr_class.phpt [new file with mode: 0644]
Zend/tests/varSyntax/static_prop_on_expr_class_with_backslash.phpt [new file with mode: 0644]
Zend/tests/varSyntax/static_prop_on_int_expr_class.phpt [new file with mode: 0644]
Zend/tests/varSyntax/tempDimFetchByRefError.phpt [new file with mode: 0644]
Zend/tests/varSyntax/tempPropFetchByRefError.phpt [new file with mode: 0644]
Zend/tests/varSyntax/writeToTempExpr.phpt [new file with mode: 0644]
Zend/tests/variable_with_boolean_name.phpt [new file with mode: 0644]
Zend/tests/variable_with_integer_name.phpt [new file with mode: 0644]
Zend/tests/variadic/adding_additional_optional_parameter.phpt [new file with mode: 0644]
Zend/tests/variadic/adding_additional_optional_parameter_error.phpt [new file with mode: 0644]
Zend/tests/variadic/basic.phpt [new file with mode: 0644]
Zend/tests/variadic/by_ref.phpt [new file with mode: 0644]
Zend/tests/variadic/by_ref_error.phpt [new file with mode: 0644]
Zend/tests/variadic/closure_invoke.phpt [new file with mode: 0644]
Zend/tests/variadic/illegal_variadic_override_ref.phpt [new file with mode: 0644]
Zend/tests/variadic/illegal_variadic_override_type.phpt [new file with mode: 0644]
Zend/tests/variadic/legal_variadic_override.phpt [new file with mode: 0644]
Zend/tests/variadic/no_default_error.phpt [new file with mode: 0644]
Zend/tests/variadic/non_variadic_implements_variadic_error.phpt [new file with mode: 0644]
Zend/tests/variadic/only_last_error.phpt [new file with mode: 0644]
Zend/tests/variadic/optional_params.phpt [new file with mode: 0644]
Zend/tests/variadic/removing_parameter_error.phpt [new file with mode: 0644]
Zend/tests/variadic/typehint_error.phpt [new file with mode: 0644]
Zend/tests/variadic/typehint_suppressed_error.phpt [new file with mode: 0644]
Zend/tests/variadic/variadic_changed_byref_error.phpt [new file with mode: 0644]
Zend/tests/variadic/variadic_changed_typehint_error.phpt [new file with mode: 0644]
Zend/tests/variadic/variadic_implements_non_variadic.phpt [new file with mode: 0644]
Zend/tests/varvars_by_ref.phpt [new file with mode: 0644]
Zend/tests/vm_stack_with_arg_extend.phpt [new file with mode: 0644]
Zend/tests/warning_during_heredoc_scan_ahead.phpt [new file with mode: 0644]
Zend/tests/weakrefs/weakmap_basic_map_behavior.phpt [new file with mode: 0644]
Zend/tests/weakrefs/weakmap_dtor_exception.phpt [new file with mode: 0644]
Zend/tests/weakrefs/weakmap_error_conditions.phpt [new file with mode: 0644]
Zend/tests/weakrefs/weakmap_iteration.phpt [new file with mode: 0644]
Zend/tests/weakrefs/weakmap_multiple_weakrefs.phpt [new file with mode: 0644]
Zend/tests/weakrefs/weakmap_nested.phpt [new file with mode: 0644]
Zend/tests/weakrefs/weakmap_object_reference.phpt [new file with mode: 0644]
Zend/tests/weakrefs/weakmap_weakness.phpt [new file with mode: 0644]
Zend/tests/weakrefs/weakrefs_001.phpt [new file with mode: 0644]
Zend/tests/weakrefs/weakrefs_002.phpt [new file with mode: 0644]
Zend/tests/weakrefs/weakrefs_003.phpt [new file with mode: 0644]
Zend/tests/weakrefs/weakrefs_004.phpt [new file with mode: 0644]
Zend/tests/weakrefs/weakrefs_005.phpt [new file with mode: 0644]
Zend/tests/weakrefs/weakrefs_006.phpt [new file with mode: 0644]
Zend/tests/write_property_ref_overwrite_return.phpt [new file with mode: 0644]
Zend/tests/xor_001.phpt [new file with mode: 0644]
Zend/tests/xor_002.phpt [new file with mode: 0644]
Zend/tests/xor_003.phpt [new file with mode: 0644]
Zend/tests/zend_ini/zend_ini_parse_quantity.phpt [new file with mode: 0644]
Zend/tests/zend_ini/zend_ini_parse_quantity_binary_prefixes.phpt [new file with mode: 0644]
Zend/tests/zend_ini/zend_ini_parse_quantity_error.phpt [new file with mode: 0644]
Zend/tests/zend_ini/zend_ini_parse_quantity_hex_prefixes.phpt [new file with mode: 0644]
Zend/tests/zend_ini/zend_ini_parse_quantity_ini_set_error.phpt [new file with mode: 0644]
Zend/tests/zend_ini/zend_ini_parse_quantity_ini_setting_error.phpt [new file with mode: 0644]
Zend/tests/zend_ini/zend_ini_parse_quantity_octal_prefixes.phpt [new file with mode: 0644]
Zend/tests/zend_ini/zend_ini_parse_quantity_overflow.phpt [new file with mode: 0644]
Zend/tests/zend_ini/zend_ini_parse_quantity_zero.phpt [new file with mode: 0644]
Zend/tests/zend_ini/zend_ini_parse_uquantity_overflow.phpt [new file with mode: 0644]
Zend/tests/zend_operators.phpt [new file with mode: 0644]
Zend/tests/zend_signed_multiply-32bit.phpt [new file with mode: 0644]
Zend/tests/zend_signed_multiply-64bit-2.phpt [new file with mode: 0644]
Zend/tests/zend_signed_multiply-64bit.phpt [new file with mode: 0644]
Zend/tests/zend_strtod.phpt [new file with mode: 0644]
Zend/zend.c [new file with mode: 0644]
Zend/zend.h [new file with mode: 0644]
Zend/zend_API.c [new file with mode: 0644]
Zend/zend_API.h [new file with mode: 0644]
Zend/zend_alloc.c [new file with mode: 0644]
Zend/zend_alloc.h [new file with mode: 0644]
Zend/zend_alloc_sizes.h [new file with mode: 0644]
Zend/zend_arena.h [new file with mode: 0644]
Zend/zend_ast.c [new file with mode: 0644]
Zend/zend_ast.h [new file with mode: 0644]
Zend/zend_atomic.c [new file with mode: 0644]
Zend/zend_atomic.h [new file with mode: 0644]
Zend/zend_attributes.c [new file with mode: 0644]
Zend/zend_attributes.h [new file with mode: 0644]
Zend/zend_attributes.stub.php [new file with mode: 0644]
Zend/zend_attributes_arginfo.h [new file with mode: 0644]
Zend/zend_bitset.h [new file with mode: 0644]
Zend/zend_build.h [new file with mode: 0644]
Zend/zend_builtin_functions.c [new file with mode: 0644]
Zend/zend_builtin_functions.h [new file with mode: 0644]
Zend/zend_builtin_functions.stub.php [new file with mode: 0644]
Zend/zend_builtin_functions_arginfo.h [new file with mode: 0644]
Zend/zend_closures.c [new file with mode: 0644]
Zend/zend_closures.h [new file with mode: 0644]
Zend/zend_closures.stub.php [new file with mode: 0644]
Zend/zend_closures_arginfo.h [new file with mode: 0644]
Zend/zend_compile.c [new file with mode: 0644]
Zend/zend_compile.h [new file with mode: 0644]
Zend/zend_config.w32.h [new file with mode: 0644]
Zend/zend_constants.c [new file with mode: 0644]
Zend/zend_constants.h [new file with mode: 0644]
Zend/zend_constants.stub.php [new file with mode: 0644]
Zend/zend_constants_arginfo.h [new file with mode: 0644]
Zend/zend_cpuinfo.c [new file with mode: 0644]
Zend/zend_cpuinfo.h [new file with mode: 0644]
Zend/zend_default_classes.c [new file with mode: 0644]
Zend/zend_dtrace.c [new file with mode: 0644]
Zend/zend_dtrace.d [new file with mode: 0644]
Zend/zend_dtrace.h [new file with mode: 0644]
Zend/zend_enum.c [new file with mode: 0644]
Zend/zend_enum.h [new file with mode: 0644]
Zend/zend_enum.stub.php [new file with mode: 0644]
Zend/zend_enum_arginfo.h [new file with mode: 0644]
Zend/zend_errors.h [new file with mode: 0644]
Zend/zend_exceptions.c [new file with mode: 0644]
Zend/zend_exceptions.h [new file with mode: 0644]
Zend/zend_exceptions.stub.php [new file with mode: 0644]
Zend/zend_exceptions_arginfo.h [new file with mode: 0644]
Zend/zend_execute.c [new file with mode: 0644]
Zend/zend_execute.h [new file with mode: 0644]
Zend/zend_execute_API.c [new file with mode: 0644]
Zend/zend_extensions.c [new file with mode: 0644]
Zend/zend_extensions.h [new file with mode: 0644]
Zend/zend_fibers.c [new file with mode: 0644]
Zend/zend_fibers.h [new file with mode: 0644]
Zend/zend_fibers.stub.php [new file with mode: 0644]
Zend/zend_fibers_arginfo.h [new file with mode: 0644]
Zend/zend_float.c [new file with mode: 0644]
Zend/zend_float.h [new file with mode: 0644]
Zend/zend_gc.c [new file with mode: 0644]
Zend/zend_gc.h [new file with mode: 0644]
Zend/zend_gdb.c [new file with mode: 0644]
Zend/zend_gdb.h [new file with mode: 0644]
Zend/zend_generators.c [new file with mode: 0644]
Zend/zend_generators.h [new file with mode: 0644]
Zend/zend_generators.stub.php [new file with mode: 0644]
Zend/zend_generators_arginfo.h [new file with mode: 0644]
Zend/zend_globals.h [new file with mode: 0644]
Zend/zend_globals_macros.h [new file with mode: 0644]
Zend/zend_hash.c [new file with mode: 0644]
Zend/zend_hash.h [new file with mode: 0644]
Zend/zend_highlight.c [new file with mode: 0644]
Zend/zend_highlight.h [new file with mode: 0644]
Zend/zend_inheritance.c [new file with mode: 0644]
Zend/zend_inheritance.h [new file with mode: 0644]
Zend/zend_ini.c [new file with mode: 0644]
Zend/zend_ini.h [new file with mode: 0644]
Zend/zend_ini_parser.c [new file with mode: 0644]
Zend/zend_ini_parser.h [new file with mode: 0644]
Zend/zend_ini_parser.output [new file with mode: 0644]
Zend/zend_ini_parser.y [new file with mode: 0644]
Zend/zend_ini_scanner.c [new file with mode: 0644]
Zend/zend_ini_scanner.h [new file with mode: 0644]
Zend/zend_ini_scanner.l [new file with mode: 0644]
Zend/zend_ini_scanner_defs.h [new file with mode: 0644]
Zend/zend_interfaces.c [new file with mode: 0644]
Zend/zend_interfaces.h [new file with mode: 0644]
Zend/zend_interfaces.stub.php [new file with mode: 0644]
Zend/zend_interfaces_arginfo.h [new file with mode: 0644]
Zend/zend_istdiostream.h [new file with mode: 0644]
Zend/zend_iterators.c [new file with mode: 0644]
Zend/zend_iterators.h [new file with mode: 0644]
Zend/zend_language_parser.c [new file with mode: 0644]
Zend/zend_language_parser.h [new file with mode: 0644]
Zend/zend_language_parser.output [new file with mode: 0644]
Zend/zend_language_parser.y [new file with mode: 0644]
Zend/zend_language_scanner.c [new file with mode: 0644]
Zend/zend_language_scanner.h [new file with mode: 0644]
Zend/zend_language_scanner.l [new file with mode: 0644]
Zend/zend_language_scanner_defs.h [new file with mode: 0644]
Zend/zend_list.c [new file with mode: 0644]
Zend/zend_list.h [new file with mode: 0644]
Zend/zend_llist.c [new file with mode: 0644]
Zend/zend_llist.h [new file with mode: 0644]
Zend/zend_long.h [new file with mode: 0644]
Zend/zend_map_ptr.h [new file with mode: 0644]
Zend/zend_max_execution_timer.c [new file with mode: 0644]
Zend/zend_max_execution_timer.h [new file with mode: 0644]
Zend/zend_mmap.h [new file with mode: 0644]
Zend/zend_modules.h [new file with mode: 0644]
Zend/zend_multibyte.c [new file with mode: 0644]
Zend/zend_multibyte.h [new file with mode: 0644]
Zend/zend_multiply.h [new file with mode: 0644]
Zend/zend_object_handlers.c [new file with mode: 0644]
Zend/zend_object_handlers.h [new file with mode: 0644]
Zend/zend_objects.c [new file with mode: 0644]
Zend/zend_objects.h [new file with mode: 0644]
Zend/zend_objects_API.c [new file with mode: 0644]
Zend/zend_objects_API.h [new file with mode: 0644]
Zend/zend_observer.c [new file with mode: 0644]
Zend/zend_observer.h [new file with mode: 0644]
Zend/zend_opcode.c [new file with mode: 0644]
Zend/zend_operators.c [new file with mode: 0644]
Zend/zend_operators.h [new file with mode: 0644]
Zend/zend_portability.h [new file with mode: 0644]
Zend/zend_ptr_stack.c [new file with mode: 0644]
Zend/zend_ptr_stack.h [new file with mode: 0644]
Zend/zend_range_check.h [new file with mode: 0644]
Zend/zend_signal.c [new file with mode: 0644]
Zend/zend_signal.h [new file with mode: 0644]
Zend/zend_smart_str.c [new file with mode: 0644]
Zend/zend_smart_str.h [new file with mode: 0644]
Zend/zend_smart_str_public.h [new file with mode: 0644]
Zend/zend_smart_string.h [new file with mode: 0644]
Zend/zend_smart_string_public.h [new file with mode: 0644]
Zend/zend_sort.c [new file with mode: 0644]
Zend/zend_sort.h [new file with mode: 0644]
Zend/zend_stack.c [new file with mode: 0644]
Zend/zend_stack.h [new file with mode: 0644]
Zend/zend_stream.c [new file with mode: 0644]
Zend/zend_stream.h [new file with mode: 0644]
Zend/zend_string.c [new file with mode: 0644]
Zend/zend_string.h [new file with mode: 0644]
Zend/zend_strtod.c [new file with mode: 0644]
Zend/zend_strtod.h [new file with mode: 0644]
Zend/zend_strtod_int.h [new file with mode: 0644]
Zend/zend_system_id.c [new file with mode: 0644]
Zend/zend_system_id.h [new file with mode: 0644]
Zend/zend_type_info.h [new file with mode: 0644]
Zend/zend_types.h [new file with mode: 0644]
Zend/zend_variables.c [new file with mode: 0644]
Zend/zend_variables.h [new file with mode: 0644]
Zend/zend_virtual_cwd.c [new file with mode: 0644]
Zend/zend_virtual_cwd.h [new file with mode: 0644]
Zend/zend_vm.h [new file with mode: 0644]
Zend/zend_vm_def.h [new file with mode: 0644]
Zend/zend_vm_execute.h [new file with mode: 0644]
Zend/zend_vm_execute.skl [new file with mode: 0644]
Zend/zend_vm_gen.php [new file with mode: 0755]
Zend/zend_vm_handlers.h [new file with mode: 0644]
Zend/zend_vm_opcodes.c [new file with mode: 0644]
Zend/zend_vm_opcodes.h [new file with mode: 0644]
Zend/zend_vm_trace_handlers.h [new file with mode: 0644]
Zend/zend_vm_trace_lines.h [new file with mode: 0644]
Zend/zend_vm_trace_map.h [new file with mode: 0644]
Zend/zend_weakrefs.c [new file with mode: 0644]
Zend/zend_weakrefs.h [new file with mode: 0644]
Zend/zend_weakrefs.stub.php [new file with mode: 0644]
Zend/zend_weakrefs_arginfo.h [new file with mode: 0644]
appveyor/setup_hmailserver.php [new file with mode: 0644]
build/Makefile.gcov [new file with mode: 0644]
build/Makefile.global [new file with mode: 0644]
build/ax_check_compile_flag.m4 [new file with mode: 0644]
build/ax_func_which_gethostbyname_r.m4 [new file with mode: 0644]
build/ax_gcc_func_attribute.m4 [new file with mode: 0644]
build/config-stubs [new file with mode: 0755]
build/config.guess [new file with mode: 0644]
build/config.sub [new file with mode: 0644]
build/gen_stub.php [new file with mode: 0755]
build/genif.sh [new file with mode: 0755]
build/libtool.m4 [new file with mode: 0644]
build/ltmain.sh [new file with mode: 0755]
build/order_by_dep.awk [new file with mode: 0644]
build/php.m4 [new file with mode: 0644]
build/php_cxx_compile_stdcxx.m4 [new file with mode: 0644]
build/pkg.m4 [new file with mode: 0644]
build/print_include.awk [new file with mode: 0644]
build/shtool [new file with mode: 0755]
buildconf [new file with mode: 0755]
buildconf.bat [new file with mode: 0644]
configure [new file with mode: 0755]
configure.ac [new file with mode: 0644]
docs/input-filter.md [new file with mode: 0644]
docs/mailinglist-rules.md [new file with mode: 0644]
docs/output-api.md [new file with mode: 0644]
docs/parameter-parsing-api.md [new file with mode: 0644]
docs/release-process.md [new file with mode: 0644]
docs/self-contained-extensions.md [new file with mode: 0644]
docs/streams.md [new file with mode: 0644]
docs/unix-build-system.md [new file with mode: 0644]
ext/bcmath/CREDITS [new file with mode: 0644]
ext/bcmath/bcmath.c [new file with mode: 0644]
ext/bcmath/bcmath.stub.php [new file with mode: 0644]
ext/bcmath/bcmath_arginfo.h [new file with mode: 0644]
ext/bcmath/config.m4 [new file with mode: 0644]
ext/bcmath/config.w32 [new file with mode: 0644]
ext/bcmath/libbcmath/LICENSE [new file with mode: 0644]
ext/bcmath/libbcmath/README.md [new file with mode: 0644]
ext/bcmath/libbcmath/src/add.c [new file with mode: 0644]
ext/bcmath/libbcmath/src/bcmath.h [new file with mode: 0644]
ext/bcmath/libbcmath/src/compare.c [new file with mode: 0644]
ext/bcmath/libbcmath/src/config.h [new file with mode: 0644]
ext/bcmath/libbcmath/src/debug.c [new file with mode: 0644]
ext/bcmath/libbcmath/src/div.c [new file with mode: 0644]
ext/bcmath/libbcmath/src/divmod.c [new file with mode: 0644]
ext/bcmath/libbcmath/src/doaddsub.c [new file with mode: 0644]
ext/bcmath/libbcmath/src/init.c [new file with mode: 0644]
ext/bcmath/libbcmath/src/int2num.c [new file with mode: 0644]
ext/bcmath/libbcmath/src/nearzero.c [new file with mode: 0644]
ext/bcmath/libbcmath/src/neg.c [new file with mode: 0644]
ext/bcmath/libbcmath/src/num2long.c [new file with mode: 0644]
ext/bcmath/libbcmath/src/num2str.c [new file with mode: 0644]
ext/bcmath/libbcmath/src/output.c [new file with mode: 0644]
ext/bcmath/libbcmath/src/private.h [new file with mode: 0644]
ext/bcmath/libbcmath/src/raise.c [new file with mode: 0644]
ext/bcmath/libbcmath/src/raisemod.c [new file with mode: 0644]
ext/bcmath/libbcmath/src/recmul.c [new file with mode: 0644]
ext/bcmath/libbcmath/src/rmzero.c [new file with mode: 0644]
ext/bcmath/libbcmath/src/sqrt.c [new file with mode: 0644]
ext/bcmath/libbcmath/src/str2num.c [new file with mode: 0644]
ext/bcmath/libbcmath/src/sub.c [new file with mode: 0644]
ext/bcmath/libbcmath/src/zero.c [new file with mode: 0644]
ext/bcmath/php_bcmath.h [new file with mode: 0644]
ext/bcmath/tests/bcadd.phpt [new file with mode: 0644]
ext/bcmath/tests/bcadd_error.phpt [new file with mode: 0644]
ext/bcmath/tests/bcadd_variation001.phpt [new file with mode: 0644]
ext/bcmath/tests/bccomp.phpt [new file with mode: 0644]
ext/bcmath/tests/bccomp_error.phpt [new file with mode: 0644]
ext/bcmath/tests/bccomp_variation001.phpt [new file with mode: 0644]
ext/bcmath/tests/bccomp_variation002.phpt [new file with mode: 0644]
ext/bcmath/tests/bcdiv.phpt [new file with mode: 0644]
ext/bcmath/tests/bcdiv_error1.phpt [new file with mode: 0644]
ext/bcmath/tests/bcdiv_error2.phpt [new file with mode: 0644]
ext/bcmath/tests/bcmod.phpt [new file with mode: 0644]
ext/bcmath/tests/bcmod_error2.phpt [new file with mode: 0644]
ext/bcmath/tests/bcmod_error3.phpt [new file with mode: 0644]
ext/bcmath/tests/bcmul.phpt [new file with mode: 0644]
ext/bcmath/tests/bcmul_error.phpt [new file with mode: 0644]
ext/bcmath/tests/bcpow.phpt [new file with mode: 0644]
ext/bcmath/tests/bcpow_error1.phpt [new file with mode: 0644]
ext/bcmath/tests/bcpow_error2.phpt [new file with mode: 0644]
ext/bcmath/tests/bcpow_error3.phpt [new file with mode: 0644]
ext/bcmath/tests/bcpow_variation001.phpt [new file with mode: 0644]
ext/bcmath/tests/bcpowmod.phpt [new file with mode: 0644]
ext/bcmath/tests/bcpowmod_error.phpt [new file with mode: 0644]
ext/bcmath/tests/bcpowmod_negative_exponent.phpt [new file with mode: 0644]
ext/bcmath/tests/bcpowmod_zero_modulus.phpt [new file with mode: 0644]
ext/bcmath/tests/bcscale.phpt [new file with mode: 0644]
ext/bcmath/tests/bcscale_variation001.phpt [new file with mode: 0644]
ext/bcmath/tests/bcscale_variation002.phpt [new file with mode: 0644]
ext/bcmath/tests/bcscale_variation003.phpt [new file with mode: 0644]
ext/bcmath/tests/bcsqrt.phpt [new file with mode: 0644]
ext/bcmath/tests/bcsqrt_error1.phpt [new file with mode: 0644]
ext/bcmath/tests/bcsqrt_error2.phpt [new file with mode: 0644]
ext/bcmath/tests/bcsqrt_variation001.phpt [new file with mode: 0644]
ext/bcmath/tests/bcsub.phpt [new file with mode: 0644]
ext/bcmath/tests/bcsub_error.phpt [new file with mode: 0644]
ext/bcmath/tests/bug.66364.phpt [new file with mode: 0644]
ext/bcmath/tests/bug44995.phpt [new file with mode: 0644]
ext/bcmath/tests/bug46781.phpt [new file with mode: 0644]
ext/bcmath/tests/bug54598.phpt [new file with mode: 0644]
ext/bcmath/tests/bug60377.phpt [new file with mode: 0644]
ext/bcmath/tests/bug72093.phpt [new file with mode: 0644]
ext/bcmath/tests/bug75178.phpt [new file with mode: 0644]
ext/bcmath/tests/bug78238.phpt [new file with mode: 0644]
ext/bcmath/tests/bug78878.phpt [new file with mode: 0644]
ext/bcmath/tests/bug80545.phpt [new file with mode: 0644]
ext/bcmath/tests/negative_scale.phpt [new file with mode: 0644]
ext/bcmath/tests/scale.phpt [new file with mode: 0644]
ext/bcmath/tests/scale_ini.phpt [new file with mode: 0644]
ext/bcmath/tests/str2num_formatting.phpt [new file with mode: 0644]
ext/bz2/CREDITS [new file with mode: 0644]
ext/bz2/bz2.c [new file with mode: 0644]
ext/bz2/bz2.stub.php [new file with mode: 0644]
ext/bz2/bz2_arginfo.h [new file with mode: 0644]
ext/bz2/bz2_filter.c [new file with mode: 0644]
ext/bz2/config.m4 [new file with mode: 0644]
ext/bz2/config.w32 [new file with mode: 0644]
ext/bz2/php_bz2.h [new file with mode: 0644]
ext/bz2/tests/001.phpt [new file with mode: 0644]
ext/bz2/tests/002.phpt [new file with mode: 0644]
ext/bz2/tests/003-mb.phpt [new file with mode: 0644]
ext/bz2/tests/003.phpt [new file with mode: 0644]
ext/bz2/tests/003.txt.bz2 [new file with mode: 0644]
ext/bz2/tests/003私はガラスを食べられます.txt.bz2 [new file with mode: 0644]
ext/bz2/tests/004.phpt [new file with mode: 0644]
ext/bz2/tests/004_1.txt.bz2 [new file with mode: 0644]
ext/bz2/tests/004_2.txt.bz2 [new file with mode: 0644]
ext/bz2/tests/005.phpt [new file with mode: 0644]
ext/bz2/tests/72613.bz2 [new file with mode: 0644]
ext/bz2/tests/bug51997.phpt [new file with mode: 0644]
ext/bz2/tests/bug71263.phpt [new file with mode: 0644]
ext/bz2/tests/bug72447.phpt [new file with mode: 0644]
ext/bz2/tests/bug72613.phpt [new file with mode: 0644]
ext/bz2/tests/bug75776.phpt [new file with mode: 0644]
ext/bz2/tests/bug81092.phpt [new file with mode: 0644]
ext/bz2/tests/bz2_filter_compress.phpt [new file with mode: 0644]
ext/bz2/tests/bz2_filter_decompress.phpt [new file with mode: 0644]
ext/bz2/tests/bzerr_functions_on_invalid_stream.phpt [new file with mode: 0644]
ext/bz2/tests/bzopen_string_filename_with_null_bytes.phpt [new file with mode: 0644]
ext/bz2/tests/with_files.phpt [new file with mode: 0644]
ext/bz2/tests/with_strings.phpt [new file with mode: 0644]
ext/calendar/CREDITS [new file with mode: 0644]
ext/calendar/cal_unix.c [new file with mode: 0644]
ext/calendar/calendar.c [new file with mode: 0644]
ext/calendar/calendar.stub.php [new file with mode: 0644]
ext/calendar/calendar_arginfo.h [new file with mode: 0644]
ext/calendar/config.m4 [new file with mode: 0644]
ext/calendar/config.w32 [new file with mode: 0644]
ext/calendar/dow.c [new file with mode: 0644]
ext/calendar/easter.c [new file with mode: 0644]
ext/calendar/french.c [new file with mode: 0644]
ext/calendar/gregor.c [new file with mode: 0644]
ext/calendar/jewish.c [new file with mode: 0644]
ext/calendar/julian.c [new file with mode: 0644]
ext/calendar/php_calendar.h [new file with mode: 0644]
ext/calendar/sdncal.h [new file with mode: 0644]
ext/calendar/tests/bug52744.phpt [new file with mode: 0644]
ext/calendar/tests/bug53574_1.phpt [new file with mode: 0644]
ext/calendar/tests/bug53574_2.phpt [new file with mode: 0644]
ext/calendar/tests/bug54254.phpt [new file with mode: 0644]
ext/calendar/tests/bug55797_1.phpt [new file with mode: 0644]
ext/calendar/tests/bug55797_2.phpt [new file with mode: 0644]
ext/calendar/tests/bug67976.phpt [new file with mode: 0644]
ext/calendar/tests/bug71894.phpt [new file with mode: 0644]
ext/calendar/tests/bug80185.phpt [new file with mode: 0644]
ext/calendar/tests/bug80185_32bit.phpt [new file with mode: 0644]
ext/calendar/tests/cal_days_in_month.phpt [new file with mode: 0644]
ext/calendar/tests/cal_days_in_month_error1.phpt [new file with mode: 0644]
ext/calendar/tests/cal_from_jd.phpt [new file with mode: 0644]
ext/calendar/tests/cal_from_jd_error1.phpt [new file with mode: 0644]
ext/calendar/tests/cal_info.phpt [new file with mode: 0644]
ext/calendar/tests/cal_to_jd.phpt [new file with mode: 0644]
ext/calendar/tests/cal_to_jd_error1.phpt [new file with mode: 0644]
ext/calendar/tests/easter_date.phpt [new file with mode: 0644]
ext/calendar/tests/easter_days.phpt [new file with mode: 0644]
ext/calendar/tests/frenchtojd.phpt [new file with mode: 0644]
ext/calendar/tests/gregoriantojd.phpt [new file with mode: 0644]
ext/calendar/tests/gregoriantojd_overflow.phpt [new file with mode: 0644]
ext/calendar/tests/jddayofweek.phpt [new file with mode: 0644]
ext/calendar/tests/jdmonthname.phpt [new file with mode: 0644]
ext/calendar/tests/jdtofrench.phpt [new file with mode: 0644]
ext/calendar/tests/jdtogregorian.phpt [new file with mode: 0644]
ext/calendar/tests/jdtogregorian_overflow.phpt [new file with mode: 0644]
ext/calendar/tests/jdtojewish.phpt [new file with mode: 0644]
ext/calendar/tests/jdtojewish64.phpt [new file with mode: 0644]
ext/calendar/tests/jdtojewish_hebrew.phpt [new file with mode: 0644]
ext/calendar/tests/jdtojewish_overflow.phpt [new file with mode: 0644]
ext/calendar/tests/jdtojulian.phpt [new file with mode: 0644]
ext/calendar/tests/jdtomonthname.phpt [new file with mode: 0644]
ext/calendar/tests/jdtounix.phpt [new file with mode: 0644]
ext/calendar/tests/jdtounix_error1.phpt [new file with mode: 0644]
ext/calendar/tests/jewishtojd.phpt [new file with mode: 0644]
ext/calendar/tests/juliantojd.phpt [new file with mode: 0644]
ext/calendar/tests/juliantojd_overflow.phpt [new file with mode: 0644]
ext/calendar/tests/unixtojd.phpt [new file with mode: 0644]
ext/calendar/tests/unixtojd_error1.phpt [new file with mode: 0644]
ext/com_dotnet/CREDITS [new file with mode: 0644]
ext/com_dotnet/com_com.c [new file with mode: 0644]
ext/com_dotnet/com_dotnet.c [new file with mode: 0644]
ext/com_dotnet/com_extension.c [new file with mode: 0644]
ext/com_dotnet/com_extension.stub.php [new file with mode: 0644]
ext/com_dotnet/com_extension_arginfo.h [new file with mode: 0644]
ext/com_dotnet/com_handlers.c [new file with mode: 0644]
ext/com_dotnet/com_iterator.c [new file with mode: 0644]
ext/com_dotnet/com_misc.c [new file with mode: 0644]
ext/com_dotnet/com_olechar.c [new file with mode: 0644]
ext/com_dotnet/com_persist.c [new file with mode: 0644]
ext/com_dotnet/com_persist.stub.php [new file with mode: 0644]
ext/com_dotnet/com_persist_arginfo.h [new file with mode: 0644]
ext/com_dotnet/com_saproxy.c [new file with mode: 0644]
ext/com_dotnet/com_typeinfo.c [new file with mode: 0644]
ext/com_dotnet/com_variant.c [new file with mode: 0644]
ext/com_dotnet/com_wrapper.c [new file with mode: 0644]
ext/com_dotnet/config.w32 [new file with mode: 0644]
ext/com_dotnet/php_com_dotnet.h [new file with mode: 0644]
ext/com_dotnet/php_com_dotnet_internal.h [new file with mode: 0644]
ext/com_dotnet/tests/27974.phpt [new file with mode: 0644]
ext/com_dotnet/tests/bug33386.phpt [new file with mode: 0644]
ext/com_dotnet/tests/bug34272.phpt [new file with mode: 0644]
ext/com_dotnet/tests/bug39596.phpt [new file with mode: 0644]
ext/com_dotnet/tests/bug39606.phpt [new file with mode: 0644]
ext/com_dotnet/tests/bug45280.phpt [new file with mode: 0644]
ext/com_dotnet/tests/bug49192.phpt [new file with mode: 0644]
ext/com_dotnet/tests/bug62474.phpt [new file with mode: 0644]
ext/com_dotnet/tests/bug63208.phpt [new file with mode: 0644]
ext/com_dotnet/tests/bug64130.phpt [new file with mode: 0644]
ext/com_dotnet/tests/bug66322.phpt [new file with mode: 0644]
ext/com_dotnet/tests/bug66431_0.phpt [new file with mode: 0644]
ext/com_dotnet/tests/bug66431_1.phpt [new file with mode: 0644]
ext/com_dotnet/tests/bug69939.phpt [new file with mode: 0644]
ext/com_dotnet/tests/bug72498.phpt [new file with mode: 0644]
ext/com_dotnet/tests/bug73679.phpt [new file with mode: 0644]
ext/com_dotnet/tests/bug77177.phpt [new file with mode: 0644]
ext/com_dotnet/tests/bug77578.phpt [new file with mode: 0644]
ext/com_dotnet/tests/bug77621.phpt [new file with mode: 0644]
ext/com_dotnet/tests/bug78650.phpt [new file with mode: 0644]
ext/com_dotnet/tests/bug78694.phpt [new file with mode: 0644]
ext/com_dotnet/tests/bug79242.phpt [new file with mode: 0644]
ext/com_dotnet/tests/bug79247.phpt [new file with mode: 0644]
ext/com_dotnet/tests/bug79248.phpt [new file with mode: 0644]
ext/com_dotnet/tests/bug79299.phpt [new file with mode: 0644]
ext/com_dotnet/tests/bug79332.phpt [new file with mode: 0644]
ext/com_dotnet/tests/gh8750.phpt [new file with mode: 0644]
ext/com_dotnet/tests/gh8750a.phpt [new file with mode: 0644]
ext/com_dotnet/tests/gh8778.phpt [new file with mode: 0644]
ext/com_dotnet/tests/variants.phpt [new file with mode: 0644]
ext/com_dotnet/tests/variants_x64.phpt [new file with mode: 0644]
ext/ctype/CREDITS [new file with mode: 0644]
ext/ctype/config.m4 [new file with mode: 0644]
ext/ctype/config.w32 [new file with mode: 0644]
ext/ctype/ctype.c [new file with mode: 0644]
ext/ctype/ctype.stub.php [new file with mode: 0644]
ext/ctype/ctype_arginfo.h [new file with mode: 0644]
ext/ctype/php_ctype.h [new file with mode: 0644]
ext/ctype/tests/001.phpt [new file with mode: 0644]
ext/ctype/tests/002.phpt [new file with mode: 0644]
ext/ctype/tests/bug25745.phpt [new file with mode: 0644]
ext/ctype/tests/bug34645.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_alnum_basic.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_alnum_variation1.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_alnum_variation2.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_alnum_variation3.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_alpha_basic.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_alpha_variation1.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_alpha_variation2.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_alpha_variation3.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_cntrl_basic.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_cntrl_variation1.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_cntrl_variation2.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_cntrl_variation3.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_digit_basic.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_digit_variation1.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_digit_variation2.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_digit_variation3.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_graph_basic.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_graph_variation1.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_graph_variation2.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_graph_variation3.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_lower_basic.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_lower_variation1.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_lower_variation2.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_lower_variation3.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_print_basic.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_print_variation1.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_print_variation2.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_print_variation3.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_punct_basic.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_punct_variation1.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_punct_variation2.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_punct_variation3.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_space_basic.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_space_variation1.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_space_variation2.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_space_variation3.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_upper_basic.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_upper_variation1.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_upper_variation2.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_upper_variation3.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_xdigit_basic.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_xdigit_variation1.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_xdigit_variation2.phpt [new file with mode: 0644]
ext/ctype/tests/ctype_xdigit_variation3.phpt [new file with mode: 0644]
ext/ctype/tests/lc_ctype_inheritance.phpt [new file with mode: 0644]
ext/curl/CREDITS [new file with mode: 0644]
ext/curl/config.m4 [new file with mode: 0644]
ext/curl/config.w32 [new file with mode: 0644]
ext/curl/curl.stub.php [new file with mode: 0644]
ext/curl/curl_arginfo.h [new file with mode: 0644]
ext/curl/curl_file.c [new file with mode: 0644]
ext/curl/curl_file.stub.php [new file with mode: 0644]
ext/curl/curl_file_arginfo.h [new file with mode: 0644]
ext/curl/curl_private.h [new file with mode: 0644]
ext/curl/interface.c [new file with mode: 0644]
ext/curl/multi.c [new file with mode: 0644]
ext/curl/php_curl.h [new file with mode: 0644]
ext/curl/share.c [new file with mode: 0644]
ext/curl/sync-constants.php [new file with mode: 0755]
ext/curl/tests/CONFLICTS [new file with mode: 0644]
ext/curl/tests/bug27023.phpt [new file with mode: 0644]
ext/curl/tests/bug45161.phpt [new file with mode: 0644]
ext/curl/tests/bug46711.phpt [new file with mode: 0644]
ext/curl/tests/bug46739.phpt [new file with mode: 0644]
ext/curl/tests/bug48203.phpt [new file with mode: 0644]
ext/curl/tests/bug48203_multi.phpt [new file with mode: 0644]
ext/curl/tests/bug48207.phpt [new file with mode: 0644]
ext/curl/tests/bug48514.phpt [new file with mode: 0644]
ext/curl/tests/bug52202.phpt [new file with mode: 0644]
ext/curl/tests/bug52827.phpt [new file with mode: 0644]
ext/curl/tests/bug54798-unix.phpt [new file with mode: 0644]
ext/curl/tests/bug54798.phpt [new file with mode: 0644]
ext/curl/tests/bug55767.phpt [new file with mode: 0644]
ext/curl/tests/bug61948-unix.phpt [new file with mode: 0644]
ext/curl/tests/bug61948.phpt [new file with mode: 0644]
ext/curl/tests/bug62839.phpt [new file with mode: 0644]
ext/curl/tests/bug63795.phpt [new file with mode: 0644]
ext/curl/tests/bug64267.phpt [new file with mode: 0644]
ext/curl/tests/bug65458.phpt [new file with mode: 0644]
ext/curl/tests/bug65646.phpt [new file with mode: 0644]
ext/curl/tests/bug65646_open_basedir_new.phpt [new file with mode: 0644]
ext/curl/tests/bug66109.phpt [new file with mode: 0644]
ext/curl/tests/bug67643.phpt [new file with mode: 0644]
ext/curl/tests/bug68089.phpt [new file with mode: 0644]
ext/curl/tests/bug68937.phpt [new file with mode: 0644]
ext/curl/tests/bug68937_2.phpt [new file with mode: 0644]
ext/curl/tests/bug69316.phpt [new file with mode: 0644]
ext/curl/tests/bug69485.phpt [new file with mode: 0644]
ext/curl/tests/bug70330.phpt [new file with mode: 0644]
ext/curl/tests/bug71144.phpt [new file with mode: 0644]
ext/curl/tests/bug71523.phpt [new file with mode: 0644]
ext/curl/tests/bug72189.phpt [new file with mode: 0644]
ext/curl/tests/bug72202.phpt [new file with mode: 0644]
ext/curl/tests/bug73147.phpt [new file with mode: 0644]
ext/curl/tests/bug76675.phpt [new file with mode: 0644]
ext/curl/tests/bug77535.phpt [new file with mode: 0644]
ext/curl/tests/bug77711.phpt [new file with mode: 0644]
ext/curl/tests/bug77946.phpt [new file with mode: 0644]
ext/curl/tests/bug78775.phpt [new file with mode: 0644]
ext/curl/tests/bug79033.phpt [new file with mode: 0644]
ext/curl/tests/bug79199.phpt [new file with mode: 0644]
ext/curl/tests/bug79741.phpt [new file with mode: 0644]
ext/curl/tests/bug80121.phpt [new file with mode: 0644]
ext/curl/tests/bug80595.phpt [new file with mode: 0644]
ext/curl/tests/check_win_config.phpt [new file with mode: 0644]
ext/curl/tests/curl_CURLOPT_READDATA.phpt [new file with mode: 0644]
ext/curl/tests/curl_basic_001.phpt [new file with mode: 0644]
ext/curl/tests/curl_basic_002.phpt [new file with mode: 0644]
ext/curl/tests/curl_basic_003.phpt [new file with mode: 0644]
ext/curl/tests/curl_basic_004.phpt [new file with mode: 0644]
ext/curl/tests/curl_basic_005.phpt [new file with mode: 0644]
ext/curl/tests/curl_basic_006.phpt [new file with mode: 0644]
ext/curl/tests/curl_basic_007.phpt [new file with mode: 0644]
ext/curl/tests/curl_basic_008.phpt [new file with mode: 0644]
ext/curl/tests/curl_basic_009.phpt [new file with mode: 0644]
ext/curl/tests/curl_basic_010.phpt [new file with mode: 0644]
ext/curl/tests/curl_basic_011.phpt [new file with mode: 0644]
ext/curl/tests/curl_basic_012.phpt [new file with mode: 0644]
ext/curl/tests/curl_basic_013.phpt [new file with mode: 0644]
ext/curl/tests/curl_basic_014.phpt [new file with mode: 0644]
ext/curl/tests/curl_basic_015.phpt [new file with mode: 0644]
ext/curl/tests/curl_basic_018.phpt [new file with mode: 0644]
ext/curl/tests/curl_basic_019.phpt [new file with mode: 0644]
ext/curl/tests/curl_basic_020.phpt [new file with mode: 0644]
ext/curl/tests/curl_basic_021.phpt [new file with mode: 0644]
ext/curl/tests/curl_basic_022.phpt [new file with mode: 0644]
ext/curl/tests/curl_basic_023.phpt [new file with mode: 0644]
ext/curl/tests/curl_basic_024.phpt [new file with mode: 0644]
ext/curl/tests/curl_basic_025.phpt [new file with mode: 0644]
ext/curl/tests/curl_close_basic.phpt [new file with mode: 0644]
ext/curl/tests/curl_copy_handle_basic.phpt [new file with mode: 0644]
ext/curl/tests/curl_copy_handle_basic_001.phpt [new file with mode: 0644]
ext/curl/tests/curl_copy_handle_basic_002.phpt [new file with mode: 0644]
ext/curl/tests/curl_copy_handle_basic_004.phpt [new file with mode: 0644]
ext/curl/tests/curl_copy_handle_basic_005.phpt [new file with mode: 0644]
ext/curl/tests/curl_copy_handle_basic_006.phpt [new file with mode: 0644]
ext/curl/tests/curl_copy_handle_basic_007.phpt [new file with mode: 0644]
ext/curl/tests/curl_copy_handle_basic_008.phpt [new file with mode: 0644]
ext/curl/tests/curl_copy_handle_basic_009.phpt [new file with mode: 0644]
ext/curl/tests/curl_copy_handle_variation1.phpt [new file with mode: 0644]
ext/curl/tests/curl_copy_handle_variation2.phpt [new file with mode: 0644]
ext/curl/tests/curl_copy_handle_variation3.phpt [new file with mode: 0644]
ext/curl/tests/curl_copy_handle_variation4.phpt [new file with mode: 0644]
ext/curl/tests/curl_copy_handle_variation5.phpt [new file with mode: 0644]
ext/curl/tests/curl_copy_handle_xferinfo.phpt [new file with mode: 0644]
ext/curl/tests/curl_error_basic.phpt [new file with mode: 0644]
ext/curl/tests/curl_escape.phpt [new file with mode: 0644]
ext/curl/tests/curl_file_deleted_before_curl_close.phpt [new file with mode: 0644]
ext/curl/tests/curl_file_serialize.phpt [new file with mode: 0644]
ext/curl/tests/curl_file_upload.phpt [new file with mode: 0644]
ext/curl/tests/curl_file_upload_stream.phpt [new file with mode: 0644]
ext/curl/tests/curl_ftp_pasv.phpt [new file with mode: 0644]
ext/curl/tests/curl_handle_clone.phpt [new file with mode: 0644]
ext/curl/tests/curl_int_cast.phpt [new file with mode: 0644]
ext/curl/tests/curl_multi_close_basic.phpt [new file with mode: 0644]
ext/curl/tests/curl_multi_close_basic001.phpt [new file with mode: 0644]
ext/curl/tests/curl_multi_close_reference.phpt [new file with mode: 0644]
ext/curl/tests/curl_multi_errno_strerror_001.phpt [new file with mode: 0644]
ext/curl/tests/curl_multi_getcontent_basic3.phpt [new file with mode: 0644]
ext/curl/tests/curl_multi_info_read.phpt [new file with mode: 0644]
ext/curl/tests/curl_multi_init_basic.phpt [new file with mode: 0644]
ext/curl/tests/curl_multi_segfault.phpt [new file with mode: 0644]
ext/curl/tests/curl_multi_select_basic1.phpt [new file with mode: 0644]
ext/curl/tests/curl_multi_setopt_basic001.phpt [new file with mode: 0644]
ext/curl/tests/curl_multi_strerror_001.phpt [new file with mode: 0644]
ext/curl/tests/curl_pause_001.phpt [new file with mode: 0644]
ext/curl/tests/curl_postfields_array.phpt [new file with mode: 0644]
ext/curl/tests/curl_reset.phpt [new file with mode: 0644]
ext/curl/tests/curl_setopt_CURLOPT_READFUNCTION.phpt [new file with mode: 0644]
ext/curl/tests/curl_setopt_array_basic.phpt [new file with mode: 0644]
ext/curl/tests/curl_setopt_basic002.phpt [new file with mode: 0644]
ext/curl/tests/curl_setopt_basic003.phpt [new file with mode: 0644]
ext/curl/tests/curl_setopt_basic004.phpt [new file with mode: 0644]
ext/curl/tests/curl_setopt_error.phpt [new file with mode: 0644]
ext/curl/tests/curl_setopt_ssl.phpt [new file with mode: 0644]
ext/curl/tests/curl_setopt_ssl_clientcert.pem [new file with mode: 0644]
ext/curl/tests/curl_setopt_ssl_clientkey.pem [new file with mode: 0644]
ext/curl/tests/curl_setopt_ssl_servercert.pem [new file with mode: 0644]
ext/curl/tests/curl_setopt_ssl_serverkey.pem [new file with mode: 0644]
ext/curl/tests/curl_share_basic.phpt [new file with mode: 0644]
ext/curl/tests/curl_share_close_basic001.phpt [new file with mode: 0644]
ext/curl/tests/curl_share_errno_strerror_001.phpt [new file with mode: 0644]
ext/curl/tests/curl_share_setopt_basic001.phpt [new file with mode: 0644]
ext/curl/tests/curl_strerror_001.phpt [new file with mode: 0644]
ext/curl/tests/curl_string_file_upload.phpt [new file with mode: 0644]
ext/curl/tests/curl_testdata1.txt [new file with mode: 0644]
ext/curl/tests/curl_testdata2.txt [new file with mode: 0644]
ext/curl/tests/curl_upkeep_001.phpt [new file with mode: 0644]
ext/curl/tests/curl_version_basic_001.phpt [new file with mode: 0644]
ext/curl/tests/curl_write_callback.phpt [new file with mode: 0644]
ext/curl/tests/curl_write_file.phpt [new file with mode: 0644]
ext/curl/tests/curl_write_return.phpt [new file with mode: 0644]
ext/curl/tests/curl_write_stdout.phpt [new file with mode: 0644]
ext/curl/tests/curl_writeheader_callback.phpt [new file with mode: 0644]
ext/curl/tests/curlopt_private.phpt [new file with mode: 0644]
ext/curl/tests/responder/get.inc [new file with mode: 0644]
ext/curl/tests/server.inc [new file with mode: 0644]
ext/date/CREDITS [new file with mode: 0644]
ext/date/config.w32 [new file with mode: 0644]
ext/date/config0.m4 [new file with mode: 0644]
ext/date/lib/LICENSE.rst [new file with mode: 0644]
ext/date/lib/README.rst [new file with mode: 0644]
ext/date/lib/astro.c [new file with mode: 0644]
ext/date/lib/astro.h [new file with mode: 0644]
ext/date/lib/dow.c [new file with mode: 0644]
ext/date/lib/fallbackmap.h [new file with mode: 0644]
ext/date/lib/interval.c [new file with mode: 0644]
ext/date/lib/parse_date.c [new file with mode: 0644]
ext/date/lib/parse_date.re [new file with mode: 0644]
ext/date/lib/parse_iso_intervals.c [new file with mode: 0644]
ext/date/lib/parse_iso_intervals.re [new file with mode: 0644]
ext/date/lib/parse_posix.c [new file with mode: 0644]
ext/date/lib/parse_tz.c [new file with mode: 0644]
ext/date/lib/timelib.c [new file with mode: 0644]
ext/date/lib/timelib.h [new file with mode: 0644]
ext/date/lib/timelib_private.h [new file with mode: 0644]
ext/date/lib/timezonedb.h [new file with mode: 0644]
ext/date/lib/timezonemap.h [new file with mode: 0644]
ext/date/lib/tm2unixtime.c [new file with mode: 0644]
ext/date/lib/unixtime2tm.c [new file with mode: 0644]
ext/date/php_date.c [new file with mode: 0644]
ext/date/php_date.h [new file with mode: 0644]
ext/date/php_date.stub.php [new file with mode: 0644]
ext/date/php_date_arginfo.h [new file with mode: 0644]
ext/date/tests/002.phpt [new file with mode: 0644]
ext/date/tests/003.phpt [new file with mode: 0644]
ext/date/tests/004.phpt [new file with mode: 0644]
ext/date/tests/005.phpt [new file with mode: 0644]
ext/date/tests/006.phpt [new file with mode: 0644]
ext/date/tests/007.phpt [new file with mode: 0644]
ext/date/tests/008.phpt [new file with mode: 0644]
ext/date/tests/009.phpt [new file with mode: 0644]
ext/date/tests/009_win32.phpt [new file with mode: 0644]
ext/date/tests/010.phpt [new file with mode: 0644]
ext/date/tests/011.phpt [new file with mode: 0644]
ext/date/tests/012.phpt [new file with mode: 0644]
ext/date/tests/013.phpt [new file with mode: 0644]
ext/date/tests/014.phpt [new file with mode: 0644]
ext/date/tests/015.phpt [new file with mode: 0644]
ext/date/tests/68062.phpt [new file with mode: 0644]
ext/date/tests/DateInterval_days_prop1.phpt [new file with mode: 0644]
ext/date/tests/DateInterval_format.phpt [new file with mode: 0644]
ext/date/tests/DateInterval_format_a.phpt [new file with mode: 0644]
ext/date/tests/DateInterval_serialize-001.phpt [new file with mode: 0644]
ext/date/tests/DateInterval_serialize-002.phpt [new file with mode: 0644]
ext/date/tests/DateInterval_serialize-003.phpt [new file with mode: 0644]
ext/date/tests/DateInterval_write_property_return.phpt [new file with mode: 0644]
ext/date/tests/DatePeriod_IteratorAggregate.phpt [new file with mode: 0644]
ext/date/tests/DatePeriod_getter.phpt [new file with mode: 0644]
ext/date/tests/DatePeriod_no_advance_on_valid.phpt [new file with mode: 0644]
ext/date/tests/DatePeriod_properties1.phpt [new file with mode: 0644]
ext/date/tests/DatePeriod_properties2.phpt [new file with mode: 0644]
ext/date/tests/DatePeriod_serialize-001.phpt [new file with mode: 0644]
ext/date/tests/DatePeriod_serialize-002.phpt [new file with mode: 0644]
ext/date/tests/DatePeriod_serialize-003.phpt [new file with mode: 0644]
ext/date/tests/DatePeriod_serialize-004.phpt [new file with mode: 0644]
ext/date/tests/DatePeriod_set_state.phpt [new file with mode: 0644]
ext/date/tests/DatePeriod_wrong_constructor.phpt [new file with mode: 0644]
ext/date/tests/DatePeriod_wrong_recurrence_on_constructor.phpt [new file with mode: 0644]
ext/date/tests/DateTimeImmutable_constants.phpt [new file with mode: 0644]
ext/date/tests/DateTimeImmutable_createFromInterface-001.phpt [new file with mode: 0644]
ext/date/tests/DateTimeImmutable_createFromInterface-002.phpt [new file with mode: 0644]
ext/date/tests/DateTimeImmutable_createFromMutable-001.phpt [new file with mode: 0644]
ext/date/tests/DateTimeImmutable_createFromMutable-002.phpt [new file with mode: 0644]
ext/date/tests/DateTimeImmutable_inherited_serialization.phpt [new file with mode: 0644]
ext/date/tests/DateTimeImmutable_modify_invalid_format.phpt [new file with mode: 0644]
ext/date/tests/DateTimeImmutable_serialization.phpt [new file with mode: 0644]
ext/date/tests/DateTimeImmutable_set_state.phpt [new file with mode: 0644]
ext/date/tests/DateTimeInterface_constants.phpt [new file with mode: 0644]
ext/date/tests/DateTimeInterval_inherited_serialization.phpt [new file with mode: 0644]
ext/date/tests/DateTimePeriod_inherited_serialization.phpt [new file with mode: 0644]
ext/date/tests/DateTimeZone_clone_basic1.phpt [new file with mode: 0644]
ext/date/tests/DateTimeZone_clone_basic2.phpt [new file with mode: 0644]
ext/date/tests/DateTimeZone_clone_basic3.phpt [new file with mode: 0644]
ext/date/tests/DateTimeZone_clone_basic4.phpt [new file with mode: 0644]
ext/date/tests/DateTimeZone_compare_basic1.phpt [new file with mode: 0644]
ext/date/tests/DateTimeZone_construct_basic.phpt [new file with mode: 0644]
ext/date/tests/DateTimeZone_construct_error.phpt [new file with mode: 0644]
ext/date/tests/DateTimeZone_extends_basic1.phpt [new file with mode: 0644]
ext/date/tests/DateTimeZone_getLocation.phpt [new file with mode: 0644]
ext/date/tests/DateTimeZone_getName_basic1.phpt [new file with mode: 0644]
ext/date/tests/DateTimeZone_getOffset_basic1.phpt [new file with mode: 0644]
ext/date/tests/DateTimeZone_getTransitions_basic1.phpt [new file with mode: 0644]
ext/date/tests/DateTimeZone_getTransitions_bug1.phpt [new file with mode: 0644]
ext/date/tests/DateTimeZone_inherited_serialization.phpt [new file with mode: 0644]
ext/date/tests/DateTimeZone_listAbbreviations_basic1.phpt [new file with mode: 0644]
ext/date/tests/DateTimeZone_listIdentifiers_basic1.phpt [new file with mode: 0644]
ext/date/tests/DateTimeZone_serialization.phpt [new file with mode: 0644]
ext/date/tests/DateTimeZone_serialize_errors.phpt [new file with mode: 0644]
ext/date/tests/DateTimeZone_serialize_type_1.phpt [new file with mode: 0644]
ext/date/tests/DateTimeZone_serialize_type_2.phpt [new file with mode: 0644]
ext/date/tests/DateTimeZone_serialize_type_3.phpt [new file with mode: 0644]
ext/date/tests/DateTimeZone_set_state.phpt [new file with mode: 0644]
ext/date/tests/DateTime_add-dates.phpt [new file with mode: 0644]
ext/date/tests/DateTime_add-fall-type2-type2.phpt [new file with mode: 0644]
ext/date/tests/DateTime_add-fall-type2-type3.phpt [new file with mode: 0644]
ext/date/tests/DateTime_add-fall-type3-type2.phpt [new file with mode: 0644]
ext/date/tests/DateTime_add-fall-type3-type3.phpt [new file with mode: 0644]
ext/date/tests/DateTime_add-february.phpt [new file with mode: 0644]
ext/date/tests/DateTime_add-massive.phpt [new file with mode: 0644]
ext/date/tests/DateTime_add-spring-type2-type2.phpt [new file with mode: 0644]
ext/date/tests/DateTime_add-spring-type2-type3.phpt [new file with mode: 0644]
ext/date/tests/DateTime_add-spring-type3-type2.phpt [new file with mode: 0644]
ext/date/tests/DateTime_add-spring-type3-type3.phpt [new file with mode: 0644]
ext/date/tests/DateTime_clone_basic1.phpt [new file with mode: 0644]
ext/date/tests/DateTime_clone_basic2.phpt [new file with mode: 0644]
ext/date/tests/DateTime_clone_basic3.phpt [new file with mode: 0644]
ext/date/tests/DateTime_clone_basic4.phpt [new file with mode: 0644]
ext/date/tests/DateTime_compare_basic1.phpt [new file with mode: 0644]
ext/date/tests/DateTime_constants.phpt [new file with mode: 0644]
ext/date/tests/DateTime_construct-dst-overlap.phpt [new file with mode: 0644]
ext/date/tests/DateTime_construct_basic1.phpt [new file with mode: 0644]
ext/date/tests/DateTime_construct_error.phpt [new file with mode: 0644]
ext/date/tests/DateTime_createFromImmutable-001.phpt [new file with mode: 0644]
ext/date/tests/DateTime_createFromImmutable-002.phpt [new file with mode: 0644]
ext/date/tests/DateTime_createFromInterface-001.phpt [new file with mode: 0644]
ext/date/tests/DateTime_createFromInterface-002.phpt [new file with mode: 0644]
ext/date/tests/DateTime_data-absolute.inc [new file with mode: 0644]
ext/date/tests/DateTime_data-dates.inc [new file with mode: 0644]
ext/date/tests/DateTime_data-fall-type2-type2.inc [new file with mode: 0644]
ext/date/tests/DateTime_data-fall-type2-type3.inc [new file with mode: 0644]
ext/date/tests/DateTime_data-fall-type3-type2.inc [new file with mode: 0644]
ext/date/tests/DateTime_data-fall-type3-type3.inc [new file with mode: 0644]
ext/date/tests/DateTime_data-february.inc [new file with mode: 0644]
ext/date/tests/DateTime_data-massive.inc [new file with mode: 0644]
ext/date/tests/DateTime_data-spring-type2-type2.inc [new file with mode: 0644]
ext/date/tests/DateTime_data-spring-type2-type3.inc [new file with mode: 0644]
ext/date/tests/DateTime_data-spring-type3-type2.inc [new file with mode: 0644]
ext/date/tests/DateTime_data-spring-type3-type3.inc [new file with mode: 0644]
ext/date/tests/DateTime_days-absolute.phpt [new file with mode: 0644]
ext/date/tests/DateTime_days-dates.phpt [new file with mode: 0644]
ext/date/tests/DateTime_days-fall-type2-type2.phpt [new file with mode: 0644]
ext/date/tests/DateTime_days-fall-type2-type3.phpt [new file with mode: 0644]
ext/date/tests/DateTime_days-fall-type3-type2.phpt [new file with mode: 0644]
ext/date/tests/DateTime_days-fall-type3-type3.phpt [new file with mode: 0644]
ext/date/tests/DateTime_days-february.phpt [new file with mode: 0644]
ext/date/tests/DateTime_days-massive.phpt [new file with mode: 0644]
ext/date/tests/DateTime_days-spring-type2-type2.phpt [new file with mode: 0644]
ext/date/tests/DateTime_days-spring-type2-type3.phpt [new file with mode: 0644]
ext/date/tests/DateTime_days-spring-type3-type2.phpt [new file with mode: 0644]
ext/date/tests/DateTime_days-spring-type3-type3.phpt [new file with mode: 0644]
ext/date/tests/DateTime_diff-absolute.phpt [new file with mode: 0644]
ext/date/tests/DateTime_diff-dates.phpt [new file with mode: 0644]
ext/date/tests/DateTime_diff-fall-type2-type2.phpt [new file with mode: 0644]
ext/date/tests/DateTime_diff-fall-type2-type3.phpt [new file with mode: 0644]
ext/date/tests/DateTime_diff-fall-type3-type2.phpt [new file with mode: 0644]
ext/date/tests/DateTime_diff-fall-type3-type3.phpt [new file with mode: 0644]
ext/date/tests/DateTime_diff-february.phpt [new file with mode: 0644]
ext/date/tests/DateTime_diff-massive.phpt [new file with mode: 0644]
ext/date/tests/DateTime_diff-spring-type2-type2.phpt [new file with mode: 0644]
ext/date/tests/DateTime_diff-spring-type2-type3.phpt [new file with mode: 0644]
ext/date/tests/DateTime_diff-spring-type3-type2.phpt [new file with mode: 0644]
ext/date/tests/DateTime_diff-spring-type3-type3.phpt [new file with mode: 0644]
ext/date/tests/DateTime_extends_basic1.phpt [new file with mode: 0644]
ext/date/tests/DateTime_extends_basic2.phpt [new file with mode: 0644]
ext/date/tests/DateTime_extends_basic3.phpt [new file with mode: 0644]
ext/date/tests/DateTime_fix_createFromFormat.phpt [new file with mode: 0644]
ext/date/tests/DateTime_format_basic1.phpt [new file with mode: 0644]
ext/date/tests/DateTime_format_basic2.phpt [new file with mode: 0644]
ext/date/tests/DateTime_getOffset_basic1.phpt [new file with mode: 0644]
ext/date/tests/DateTime_getTimeZone_basic1.phpt [new file with mode: 0644]
ext/date/tests/DateTime_inherited_serialization.phpt [new file with mode: 0644]
ext/date/tests/DateTime_modify_basic1.phpt [new file with mode: 0644]
ext/date/tests/DateTime_serialization.phpt [new file with mode: 0644]
ext/date/tests/DateTime_serialize.phpt [new file with mode: 0644]
ext/date/tests/DateTime_setDate_basic1.phpt [new file with mode: 0644]
ext/date/tests/DateTime_setISODate_basic1.phpt [new file with mode: 0644]
ext/date/tests/DateTime_setTime_basic1.phpt [new file with mode: 0644]
ext/date/tests/DateTime_setTimezone_basic1.phpt [new file with mode: 0644]
ext/date/tests/DateTime_set_state.phpt [new file with mode: 0644]
ext/date/tests/DateTime_sub-dates.phpt [new file with mode: 0644]
ext/date/tests/DateTime_sub-fall-type2-type2.phpt [new file with mode: 0644]
ext/date/tests/DateTime_sub-fall-type2-type3.phpt [new file with mode: 0644]
ext/date/tests/DateTime_sub-fall-type3-type2.phpt [new file with mode: 0644]
ext/date/tests/DateTime_sub-fall-type3-type3.phpt [new file with mode: 0644]
ext/date/tests/DateTime_sub-february.phpt [new file with mode: 0644]
ext/date/tests/DateTime_sub-massive.phpt [new file with mode: 0644]
ext/date/tests/DateTime_sub-spring-type2-type2.phpt [new file with mode: 0644]
ext/date/tests/DateTime_sub-spring-type2-type3.phpt [new file with mode: 0644]
ext/date/tests/DateTime_sub-spring-type3-type2.phpt [new file with mode: 0644]
ext/date/tests/DateTime_sub-spring-type3-type3.phpt [new file with mode: 0644]
ext/date/tests/ExtendDateTime.phpt [new file with mode: 0644]
ext/date/tests/big_year.phpt [new file with mode: 0644]
ext/date/tests/bug-gh8471.phpt [new file with mode: 0644]
ext/date/tests/bug-gh8964-001.phpt [new file with mode: 0644]
ext/date/tests/bug-gh8964-002.phpt [new file with mode: 0644]
ext/date/tests/bug-gh9106.phpt [new file with mode: 0644]
ext/date/tests/bug-gh9763.phpt [new file with mode: 0644]
ext/date/tests/bug13142.phpt [new file with mode: 0644]
ext/date/tests/bug14561.phpt [new file with mode: 0644]
ext/date/tests/bug17988.phpt [new file with mode: 0644]
ext/date/tests/bug20382-1.phpt [new file with mode: 0644]
ext/date/tests/bug20382-2.phpt [new file with mode: 0644]
ext/date/tests/bug21399.phpt [new file with mode: 0644]
ext/date/tests/bug21966.phpt [new file with mode: 0644]
ext/date/tests/bug26090.phpt [new file with mode: 0644]
ext/date/tests/bug26198.phpt [new file with mode: 0644]
ext/date/tests/bug26317.phpt [new file with mode: 0644]
ext/date/tests/bug26320.phpt [new file with mode: 0644]
ext/date/tests/bug26694.phpt [new file with mode: 0644]
ext/date/tests/bug27780.phpt [new file with mode: 0644]
ext/date/tests/bug28024.phpt [new file with mode: 0644]
ext/date/tests/bug28088.phpt [new file with mode: 0644]
ext/date/tests/bug28599.phpt [new file with mode: 0644]
ext/date/tests/bug29150.phpt [new file with mode: 0644]
ext/date/tests/bug29585.phpt [new file with mode: 0644]
ext/date/tests/bug29595.phpt [new file with mode: 0644]
ext/date/tests/bug30096.phpt [new file with mode: 0644]
ext/date/tests/bug30532.phpt [new file with mode: 0644]
ext/date/tests/bug32086.phpt [new file with mode: 0644]
ext/date/tests/bug32270.phpt [new file with mode: 0644]
ext/date/tests/bug32555.phpt [new file with mode: 0644]
ext/date/tests/bug32588.phpt [new file with mode: 0644]
ext/date/tests/bug33056.phpt [new file with mode: 0644]
ext/date/tests/bug33414-1.phpt [new file with mode: 0644]
ext/date/tests/bug33414-2.phpt [new file with mode: 0644]
ext/date/tests/bug33415-1.phpt [new file with mode: 0644]
ext/date/tests/bug33415-2.phpt [new file with mode: 0644]
ext/date/tests/bug33452.phpt [new file with mode: 0644]
ext/date/tests/bug33532.phpt [new file with mode: 0644]
ext/date/tests/bug33536.phpt [new file with mode: 0644]
ext/date/tests/bug33562.phpt [new file with mode: 0644]
ext/date/tests/bug33563.phpt [new file with mode: 0644]
ext/date/tests/bug33578.phpt [new file with mode: 0644]
ext/date/tests/bug33869.phpt [new file with mode: 0644]
ext/date/tests/bug33957.phpt [new file with mode: 0644]
ext/date/tests/bug34087.phpt [new file with mode: 0644]
ext/date/tests/bug34304.phpt [new file with mode: 0644]
ext/date/tests/bug34676.phpt [new file with mode: 0644]
ext/date/tests/bug34771.phpt [new file with mode: 0644]
ext/date/tests/bug35143.phpt [new file with mode: 0644]
ext/date/tests/bug35218.phpt [new file with mode: 0644]
ext/date/tests/bug35414.phpt [new file with mode: 0644]
ext/date/tests/bug35422.phpt [new file with mode: 0644]
ext/date/tests/bug35425.phpt [new file with mode: 0644]
ext/date/tests/bug35456.phpt [new file with mode: 0644]
ext/date/tests/bug35499.phpt [new file with mode: 0644]
ext/date/tests/bug35624.phpt [new file with mode: 0644]
ext/date/tests/bug35630.phpt [new file with mode: 0644]
ext/date/tests/bug35699.phpt [new file with mode: 0644]
ext/date/tests/bug35705.phpt [new file with mode: 0644]
ext/date/tests/bug35885.phpt [new file with mode: 0644]
ext/date/tests/bug35887.phpt [new file with mode: 0644]
ext/date/tests/bug36224.phpt [new file with mode: 0644]
ext/date/tests/bug36510.phpt [new file with mode: 0644]
ext/date/tests/bug36599.phpt [new file with mode: 0644]
ext/date/tests/bug36988.phpt [new file with mode: 0644]
ext/date/tests/bug37017.phpt [new file with mode: 0644]
ext/date/tests/bug37368.phpt [new file with mode: 0644]
ext/date/tests/bug37514.phpt [new file with mode: 0644]
ext/date/tests/bug37616.phpt [new file with mode: 0644]
ext/date/tests/bug37747.phpt [new file with mode: 0644]
ext/date/tests/bug38229.phpt [new file with mode: 0644]
ext/date/tests/bug39782.phpt [new file with mode: 0644]
ext/date/tests/bug40743.phpt [new file with mode: 0644]
ext/date/tests/bug40861.phpt [new file with mode: 0644]
ext/date/tests/bug41523-64bit.phpt [new file with mode: 0644]
ext/date/tests/bug41523.phpt [new file with mode: 0644]
ext/date/tests/bug41599.phpt [new file with mode: 0644]
ext/date/tests/bug41709.phpt [new file with mode: 0644]
ext/date/tests/bug41842.phpt [new file with mode: 0644]
ext/date/tests/bug41844.phpt [new file with mode: 0644]
ext/date/tests/bug41964.phpt [new file with mode: 0644]
ext/date/tests/bug42910.phpt [new file with mode: 0644]
ext/date/tests/bug43003.phpt [new file with mode: 0644]
ext/date/tests/bug43075.phpt [new file with mode: 0644]
ext/date/tests/bug43452.phpt [new file with mode: 0644]
ext/date/tests/bug43527.phpt [new file with mode: 0644]
ext/date/tests/bug43808.phpt [new file with mode: 0644]
ext/date/tests/bug43960.phpt [new file with mode: 0644]
ext/date/tests/bug44562.phpt [new file with mode: 0644]
ext/date/tests/bug44742.phpt [new file with mode: 0644]
ext/date/tests/bug44780.phpt [new file with mode: 0644]
ext/date/tests/bug45081.phpt [new file with mode: 0644]
ext/date/tests/bug45529.phpt [new file with mode: 0644]
ext/date/tests/bug45543.phpt [new file with mode: 0644]
ext/date/tests/bug45554.phpt [new file with mode: 0644]
ext/date/tests/bug45682.phpt [new file with mode: 0644]
ext/date/tests/bug45866.phpt [new file with mode: 0644]
ext/date/tests/bug46108.phpt [new file with mode: 0644]
ext/date/tests/bug46111.phpt [new file with mode: 0644]
ext/date/tests/bug46268.phpt [new file with mode: 0644]
ext/date/tests/bug46874.phpt [new file with mode: 0644]
ext/date/tests/bug48058.phpt [new file with mode: 0644]
ext/date/tests/bug48097.phpt [new file with mode: 0644]
ext/date/tests/bug48276.phpt [new file with mode: 0644]
ext/date/tests/bug48476.phpt [new file with mode: 0644]
ext/date/tests/bug48678.phpt [new file with mode: 0644]
ext/date/tests/bug49059.phpt [new file with mode: 0644]
ext/date/tests/bug49081.phpt [new file with mode: 0644]
ext/date/tests/bug49585.phpt [new file with mode: 0644]
ext/date/tests/bug49700.phpt [new file with mode: 0644]
ext/date/tests/bug49778.phpt [new file with mode: 0644]
ext/date/tests/bug50055.phpt [new file with mode: 0644]
ext/date/tests/bug50392.phpt [new file with mode: 0644]
ext/date/tests/bug50475.phpt [new file with mode: 0644]
ext/date/tests/bug50680.phpt [new file with mode: 0644]
ext/date/tests/bug51096.phpt [new file with mode: 0644]
ext/date/tests/bug51393.phpt [new file with mode: 0644]
ext/date/tests/bug51819.phpt [new file with mode: 0644]
ext/date/tests/bug51866.phpt [new file with mode: 0644]
ext/date/tests/bug51934.phpt [new file with mode: 0644]
ext/date/tests/bug51987.phpt [new file with mode: 0644]
ext/date/tests/bug51994.phpt [new file with mode: 0644]
ext/date/tests/bug52062-64bit.phpt [new file with mode: 0644]
ext/date/tests/bug52062.phpt [new file with mode: 0644]
ext/date/tests/bug52063.phpt [new file with mode: 0644]
ext/date/tests/bug52113.phpt [new file with mode: 0644]
ext/date/tests/bug52290.phpt [new file with mode: 0644]
ext/date/tests/bug52342.phpt [new file with mode: 0644]
ext/date/tests/bug52430.phpt [new file with mode: 0644]
ext/date/tests/bug52454.phpt [new file with mode: 0644]
ext/date/tests/bug52480.phpt [new file with mode: 0644]
ext/date/tests/bug52577.phpt [new file with mode: 0644]
ext/date/tests/bug52668.phpt [new file with mode: 0644]
ext/date/tests/bug52738.phpt [new file with mode: 0644]
ext/date/tests/bug52808.phpt [new file with mode: 0644]
ext/date/tests/bug53437_var0.phpt [new file with mode: 0644]
ext/date/tests/bug53437_var1.phpt [new file with mode: 0644]
ext/date/tests/bug53437_var2.phpt [new file with mode: 0644]
ext/date/tests/bug53437_var3.phpt [new file with mode: 0644]
ext/date/tests/bug53437_var4.phpt [new file with mode: 0644]
ext/date/tests/bug53437_var5.phpt [new file with mode: 0644]
ext/date/tests/bug53437_var6.phpt [new file with mode: 0644]
ext/date/tests/bug53502.phpt [new file with mode: 0644]
ext/date/tests/bug53879.phpt [new file with mode: 0644]
ext/date/tests/bug54283.phpt [new file with mode: 0644]
ext/date/tests/bug54316.phpt [new file with mode: 0644]
ext/date/tests/bug54340.phpt [new file with mode: 0644]
ext/date/tests/bug54597.phpt [new file with mode: 0644]
ext/date/tests/bug54851.phpt [new file with mode: 0644]
ext/date/tests/bug55253.phpt [new file with mode: 0644]
ext/date/tests/bug55397.phpt [new file with mode: 0644]
ext/date/tests/bug55407.phpt [new file with mode: 0644]
ext/date/tests/bug60236.phpt [new file with mode: 0644]
ext/date/tests/bug60302-001.phpt [new file with mode: 0644]
ext/date/tests/bug60302-002.phpt [new file with mode: 0644]
ext/date/tests/bug60774.phpt [new file with mode: 0644]
ext/date/tests/bug61642.phpt [new file with mode: 0644]
ext/date/tests/bug62326.phpt [new file with mode: 0644]
ext/date/tests/bug62500.phpt [new file with mode: 0644]
ext/date/tests/bug62561.phpt [new file with mode: 0644]
ext/date/tests/bug62852.phpt [new file with mode: 0644]
ext/date/tests/bug62852_var2.phpt [new file with mode: 0644]
ext/date/tests/bug62852_var3.phpt [new file with mode: 0644]
ext/date/tests/bug62896.phpt [new file with mode: 0644]
ext/date/tests/bug63391.phpt [new file with mode: 0644]
ext/date/tests/bug63435.phpt [new file with mode: 0644]
ext/date/tests/bug63740.phpt [new file with mode: 0644]
ext/date/tests/bug64157.phpt [new file with mode: 0644]
ext/date/tests/bug64653.phpt [new file with mode: 0644]
ext/date/tests/bug64887.phpt [new file with mode: 0644]
ext/date/tests/bug64992.phpt [new file with mode: 0644]
ext/date/tests/bug65003.phpt [new file with mode: 0644]
ext/date/tests/bug65184.phpt [new file with mode: 0644]
ext/date/tests/bug65371.phpt [new file with mode: 0644]
ext/date/tests/bug65502.phpt [new file with mode: 0644]
ext/date/tests/bug65548.phpt [new file with mode: 0644]
ext/date/tests/bug65672.phpt [new file with mode: 0644]
ext/date/tests/bug66019.phpt [new file with mode: 0644]
ext/date/tests/bug66545.phpt [new file with mode: 0644]
ext/date/tests/bug66721.phpt [new file with mode: 0644]
ext/date/tests/bug66836.phpt [new file with mode: 0644]
ext/date/tests/bug66985.phpt [new file with mode: 0644]
ext/date/tests/bug67109.phpt [new file with mode: 0644]
ext/date/tests/bug67118.phpt [new file with mode: 0644]
ext/date/tests/bug67118_2.phpt [new file with mode: 0644]
ext/date/tests/bug67251.phpt [new file with mode: 0644]
ext/date/tests/bug67253.phpt [new file with mode: 0644]
ext/date/tests/bug67308.phpt [new file with mode: 0644]
ext/date/tests/bug68078.phpt [new file with mode: 0644]
ext/date/tests/bug68078_negative.phpt [new file with mode: 0644]
ext/date/tests/bug68406.phpt [new file with mode: 0644]
ext/date/tests/bug68503.phpt [new file with mode: 0644]
ext/date/tests/bug68549-dst-transition-DateTime-setTimestamp.phpt [new file with mode: 0644]
ext/date/tests/bug68549-dst-transition-DateTime-setTimezone.phpt [new file with mode: 0644]
ext/date/tests/bug68669.phpt [new file with mode: 0644]
ext/date/tests/bug68942.phpt [new file with mode: 0644]
ext/date/tests/bug68942_2.phpt [new file with mode: 0644]
ext/date/tests/bug69089.phpt [new file with mode: 0644]
ext/date/tests/bug69336.phpt [new file with mode: 0644]
ext/date/tests/bug69587.phpt [new file with mode: 0644]
ext/date/tests/bug69806.phpt [new file with mode: 0644]
ext/date/tests/bug70153.phpt [new file with mode: 0644]
ext/date/tests/bug70245.phpt [new file with mode: 0644]
ext/date/tests/bug70266.phpt [new file with mode: 0644]
ext/date/tests/bug70277.phpt [new file with mode: 0644]
ext/date/tests/bug70810.phpt [new file with mode: 0644]
ext/date/tests/bug71525.phpt [new file with mode: 0644]
ext/date/tests/bug71635.phpt [new file with mode: 0644]
ext/date/tests/bug71700.phpt [new file with mode: 0644]
ext/date/tests/bug71826.phpt [new file with mode: 0644]
ext/date/tests/bug71889.phpt [new file with mode: 0644]
ext/date/tests/bug72096.phpt [new file with mode: 0644]
ext/date/tests/bug72719.phpt [new file with mode: 0644]
ext/date/tests/bug72963.phpt [new file with mode: 0644]
ext/date/tests/bug73091.phpt [new file with mode: 0644]
ext/date/tests/bug73239.phpt [new file with mode: 0644]
ext/date/tests/bug73294.phpt [new file with mode: 0644]
ext/date/tests/bug73426.phpt [new file with mode: 0644]
ext/date/tests/bug73460-001.phpt [new file with mode: 0644]
ext/date/tests/bug73460-002.phpt [new file with mode: 0644]
ext/date/tests/bug73489.phpt [new file with mode: 0644]
ext/date/tests/bug73837.phpt [new file with mode: 0644]
ext/date/tests/bug73858.phpt [new file with mode: 0644]
ext/date/tests/bug73942.phpt [new file with mode: 0644]
ext/date/tests/bug74057.phpt [new file with mode: 0644]
ext/date/tests/bug74080.phpt [new file with mode: 0644]
ext/date/tests/bug74173.phpt [new file with mode: 0644]
ext/date/tests/bug74274.phpt [new file with mode: 0644]
ext/date/tests/bug74524.phpt [new file with mode: 0644]
ext/date/tests/bug74639.phpt [new file with mode: 0644]
ext/date/tests/bug74652.phpt [new file with mode: 0644]
ext/date/tests/bug74671.phpt [new file with mode: 0644]
ext/date/tests/bug74852.phpt [new file with mode: 0644]
ext/date/tests/bug75002.phpt [new file with mode: 0644]
ext/date/tests/bug75035.phpt [new file with mode: 0644]
ext/date/tests/bug75167.phpt [new file with mode: 0644]
ext/date/tests/bug75222.phpt [new file with mode: 0644]
ext/date/tests/bug75232.phpt [new file with mode: 0644]
ext/date/tests/bug75577.phpt [new file with mode: 0644]
ext/date/tests/bug75851.phpt [new file with mode: 0644]
ext/date/tests/bug75857.phpt [new file with mode: 0644]
ext/date/tests/bug75928.phpt [new file with mode: 0644]
ext/date/tests/bug76032.phpt [new file with mode: 0644]
ext/date/tests/bug76374.phpt [new file with mode: 0644]
ext/date/tests/bug76462.phpt [new file with mode: 0644]
ext/date/tests/bug76770.phpt [new file with mode: 0644]
ext/date/tests/bug77097.phpt [new file with mode: 0644]
ext/date/tests/bug77243-001.phpt [new file with mode: 0644]
ext/date/tests/bug77243-002.phpt [new file with mode: 0644]
ext/date/tests/bug77571.phpt [new file with mode: 0644]
ext/date/tests/bug78055.phpt [new file with mode: 0644]
ext/date/tests/bug78139.phpt [new file with mode: 0644]
ext/date/tests/bug78383.phpt [new file with mode: 0644]
ext/date/tests/bug78452.phpt [new file with mode: 0644]
ext/date/tests/bug78751.phpt [new file with mode: 0644]
ext/date/tests/bug79015.phpt [new file with mode: 0644]
ext/date/tests/bug79396-forward-transition-settime.phpt [new file with mode: 0644]
ext/date/tests/bug79452.phpt [new file with mode: 0644]
ext/date/tests/bug79580.phpt [new file with mode: 0644]
ext/date/tests/bug79716.phpt [new file with mode: 0644]
ext/date/tests/bug80047.phpt [new file with mode: 0644]
ext/date/tests/bug80057.phpt [new file with mode: 0644]
ext/date/tests/bug80483.phpt [new file with mode: 0644]
ext/date/tests/bug80610.phpt [new file with mode: 0644]
ext/date/tests/bug80664.phpt [new file with mode: 0644]
ext/date/tests/bug80913.phpt [new file with mode: 0644]
ext/date/tests/bug80963.phpt [new file with mode: 0644]
ext/date/tests/bug80974.phpt [new file with mode: 0644]
ext/date/tests/bug80998.phpt [new file with mode: 0644]
ext/date/tests/bug81097.phpt [new file with mode: 0644]
ext/date/tests/bug81106.phpt [new file with mode: 0644]
ext/date/tests/bug81263.phpt [new file with mode: 0644]
ext/date/tests/bug81273.phpt [new file with mode: 0644]
ext/date/tests/bug81458.phpt [new file with mode: 0644]
ext/date/tests/bug81500.phpt [new file with mode: 0644]
ext/date/tests/bug81504.phpt [new file with mode: 0644]
ext/date/tests/bug81565.phpt [new file with mode: 0644]
ext/date/tests/call_function_from_method.phpt [new file with mode: 0644]
ext/date/tests/checkdate_basic1.phpt [new file with mode: 0644]
ext/date/tests/date-lenient-create.phpt [new file with mode: 0644]
ext/date/tests/date-lenient.phpt [new file with mode: 0644]
ext/date/tests/date-parse-by-format001.phpt [new file with mode: 0644]
ext/date/tests/date-set-timestamp.phpt [new file with mode: 0644]
ext/date/tests/date-time-modify-times.phpt [new file with mode: 0644]
ext/date/tests/date.phpt [new file with mode: 0644]
ext/date/tests/date_add_basic.phpt [new file with mode: 0644]
ext/date/tests/date_basic1.phpt [new file with mode: 0644]
ext/date/tests/date_constants.phpt [new file with mode: 0644]
ext/date/tests/date_create-1.phpt [new file with mode: 0644]
ext/date/tests/date_create-2.phpt [new file with mode: 0644]
ext/date/tests/date_create-relative.phpt [new file with mode: 0644]
ext/date/tests/date_create_basic.phpt [new file with mode: 0644]
ext/date/tests/date_create_from_format_basic2.phpt [new file with mode: 0644]
ext/date/tests/date_date_set_basic1.phpt [new file with mode: 0644]
ext/date/tests/date_default_timezone_get-1.phpt [new file with mode: 0644]
ext/date/tests/date_default_timezone_get-2.phpt [new file with mode: 0644]
ext/date/tests/date_default_timezone_get-3.phpt [new file with mode: 0644]
ext/date/tests/date_default_timezone_get-4.phpt [new file with mode: 0644]
ext/date/tests/date_default_timezone_set-1.phpt [new file with mode: 0644]
ext/date/tests/date_default_timezone_set_error.phpt [new file with mode: 0644]
ext/date/tests/date_diff.phpt [new file with mode: 0644]
ext/date/tests/date_diff1.phpt [new file with mode: 0644]
ext/date/tests/date_format_basic1.phpt [new file with mode: 0644]
ext/date/tests/date_format_timezone.phpt [new file with mode: 0644]
ext/date/tests/date_get_last_errors_basic.phpt [new file with mode: 0644]
ext/date/tests/date_interval_bad_format_leak.phpt [new file with mode: 0644]
ext/date/tests/date_interval_create_from_date_string.phpt [new file with mode: 0644]
ext/date/tests/date_interval_create_from_date_string_broken.phpt [new file with mode: 0644]
ext/date/tests/date_interval_create_from_date_string_nullparam.phpt [new file with mode: 0644]
ext/date/tests/date_interval_format.phpt [new file with mode: 0644]
ext/date/tests/date_interval_non_relative_warning.phpt [new file with mode: 0644]
ext/date/tests/date_interval_prop_dim.phpt [new file with mode: 0644]
ext/date/tests/date_isodate_set_basic1.phpt [new file with mode: 0644]
ext/date/tests/date_modify-1.phpt [new file with mode: 0644]
ext/date/tests/date_modify-2.phpt [new file with mode: 0644]
ext/date/tests/date_modify_basic1.phpt [new file with mode: 0644]
ext/date/tests/date_offset_get_basic1.phpt [new file with mode: 0644]
ext/date/tests/date_parse_001.phpt [new file with mode: 0644]
ext/date/tests/date_parse_basic1.phpt [new file with mode: 0644]
ext/date/tests/date_parse_error.phpt [new file with mode: 0644]
ext/date/tests/date_period-immutable.phpt [new file with mode: 0644]
ext/date/tests/date_period.phpt [new file with mode: 0644]
ext/date/tests/date_period_bad_iso_format.phpt [new file with mode: 0644]
ext/date/tests/date_period_exclude_start_and_include_end.phpt [new file with mode: 0644]
ext/date/tests/date_period_include_end.phpt [new file with mode: 0644]
ext/date/tests/date_period_set_state1.phpt [new file with mode: 0644]
ext/date/tests/date_period_set_state2.phpt [new file with mode: 0644]
ext/date/tests/date_period_unserialize1.phpt [new file with mode: 0644]
ext/date/tests/date_period_unserialize2.phpt [new file with mode: 0644]
ext/date/tests/date_period_unserialize3.phpt [new file with mode: 0644]
ext/date/tests/date_sub_basic.phpt [new file with mode: 0644]
ext/date/tests/date_sun_info_001.phpt [new file with mode: 0644]
ext/date/tests/date_sun_info_002.phpt [new file with mode: 0644]
ext/date/tests/date_sun_info_003.phpt [new file with mode: 0644]
ext/date/tests/date_sunrise_and_sunset_basic.phpt [new file with mode: 0644]
ext/date/tests/date_sunrise_and_sunset_error.phpt [new file with mode: 0644]
ext/date/tests/date_sunrise_variation7.phpt [new file with mode: 0644]
ext/date/tests/date_sunrise_variation8.phpt [new file with mode: 0644]
ext/date/tests/date_sunset_variation7.phpt [new file with mode: 0644]
ext/date/tests/date_sunset_variation8.phpt [new file with mode: 0644]
ext/date/tests/date_time_fractions.phpt [new file with mode: 0644]
ext/date/tests/date_time_fractions_create_from_format.phpt [new file with mode: 0644]
ext/date/tests/date_time_fractions_serialize.phpt [new file with mode: 0644]
ext/date/tests/date_time_immutable-inherited.phpt [new file with mode: 0644]
ext/date/tests/date_time_immutable.phpt [new file with mode: 0644]
ext/date/tests/date_time_immutable001.phpt [new file with mode: 0644]
ext/date/tests/date_time_set_basic1.phpt [new file with mode: 0644]
ext/date/tests/date_timestamp_get.phpt [new file with mode: 0644]
ext/date/tests/date_timestamp_set.phpt [new file with mode: 0644]
ext/date/tests/date_timestamp_set_nullparam2.phpt [new file with mode: 0644]
ext/date/tests/date_timezone_get_basic1.phpt [new file with mode: 0644]
ext/date/tests/date_timezone_set_basic1.phpt [new file with mode: 0644]
ext/date/tests/default-timezone-1.phpt [new file with mode: 0644]
ext/date/tests/default-timezone-2.phpt [new file with mode: 0644]
ext/date/tests/examine_diff.inc [new file with mode: 0644]
ext/date/tests/format-negative-timestamp.phpt [new file with mode: 0644]
ext/date/tests/forward-transition-construction.phpt [new file with mode: 0644]
ext/date/tests/getdate_basic.phpt [new file with mode: 0644]
ext/date/tests/getdate_variation2.phpt [new file with mode: 0644]
ext/date/tests/getdate_variation3.phpt [new file with mode: 0644]
ext/date/tests/getdate_variation4.phpt [new file with mode: 0644]
ext/date/tests/getdate_variation5.phpt [new file with mode: 0644]
ext/date/tests/gettimeofday_basic.phpt [new file with mode: 0644]
ext/date/tests/gh-124.phpt [new file with mode: 0644]
ext/date/tests/gh10152.phpt [new file with mode: 0644]
ext/date/tests/gh10218.phpt [new file with mode: 0644]
ext/date/tests/gh10447.phpt [new file with mode: 0644]
ext/date/tests/gh10583.phpt [new file with mode: 0644]
ext/date/tests/gh10747-1.phpt [new file with mode: 0644]
ext/date/tests/gh10747-2.phpt [new file with mode: 0644]
ext/date/tests/gh10747-3.phpt [new file with mode: 0644]
ext/date/tests/gh10747-4.phpt [new file with mode: 0644]
ext/date/tests/gh10747-error.phpt [new file with mode: 0644]
ext/date/tests/gh11281.phpt [new file with mode: 0644]
ext/date/tests/gh7758.phpt [new file with mode: 0644]
ext/date/tests/gh8730.phpt [new file with mode: 0644]
ext/date/tests/gh9699.phpt [new file with mode: 0644]
ext/date/tests/gh9700.phpt [new file with mode: 0644]
ext/date/tests/gh9866.phpt [new file with mode: 0644]
ext/date/tests/gh9880.phpt [new file with mode: 0644]
ext/date/tests/gh9891.phpt [new file with mode: 0644]
ext/date/tests/gmdate_basic.phpt [new file with mode: 0644]
ext/date/tests/gmdate_variation10.phpt [new file with mode: 0644]
ext/date/tests/gmdate_variation11.phpt [new file with mode: 0644]
ext/date/tests/gmdate_variation12.phpt [new file with mode: 0644]
ext/date/tests/gmdate_variation12_64bits.phpt [new file with mode: 0644]
ext/date/tests/gmdate_variation13.phpt [new file with mode: 0644]
ext/date/tests/gmdate_variation3.phpt [new file with mode: 0644]
ext/date/tests/gmdate_variation4.phpt [new file with mode: 0644]
ext/date/tests/gmdate_variation5.phpt [new file with mode: 0644]
ext/date/tests/gmdate_variation6.phpt [new file with mode: 0644]
ext/date/tests/gmdate_variation7.phpt [new file with mode: 0644]
ext/date/tests/gmdate_variation9.phpt [new file with mode: 0644]
ext/date/tests/gmmktime_basic.phpt [new file with mode: 0644]
ext/date/tests/gmmktime_variation7.phpt [new file with mode: 0644]
ext/date/tests/gmmktime_variation8.phpt [new file with mode: 0644]
ext/date/tests/gmstrftime_basic.phpt [new file with mode: 0644]
ext/date/tests/gmstrftime_variation10.phpt [new file with mode: 0644]
ext/date/tests/gmstrftime_variation11.phpt [new file with mode: 0644]
ext/date/tests/gmstrftime_variation12.phpt [new file with mode: 0644]
ext/date/tests/gmstrftime_variation13.phpt [new file with mode: 0644]
ext/date/tests/gmstrftime_variation14.phpt [new file with mode: 0644]
ext/date/tests/gmstrftime_variation15.phpt [new file with mode: 0644]
ext/date/tests/gmstrftime_variation16.phpt [new file with mode: 0644]
ext/date/tests/gmstrftime_variation17.phpt [new file with mode: 0644]
ext/date/tests/gmstrftime_variation18.phpt [new file with mode: 0644]
ext/date/tests/gmstrftime_variation19.phpt [new file with mode: 0644]
ext/date/tests/gmstrftime_variation20.phpt [new file with mode: 0644]
ext/date/tests/gmstrftime_variation21.phpt [new file with mode: 0644]
ext/date/tests/gmstrftime_variation22.phpt [new file with mode: 0644]
ext/date/tests/gmstrftime_variation3.phpt [new file with mode: 0644]
ext/date/tests/gmstrftime_variation4.phpt [new file with mode: 0644]
ext/date/tests/gmstrftime_variation5.phpt [new file with mode: 0644]
ext/date/tests/gmstrftime_variation6.phpt [new file with mode: 0644]
ext/date/tests/gmstrftime_variation7.phpt [new file with mode: 0644]
ext/date/tests/gmstrftime_variation8.phpt [new file with mode: 0644]
ext/date/tests/gmstrftime_variation9.phpt [new file with mode: 0644]
ext/date/tests/idate_basic.phpt [new file with mode: 0644]
ext/date/tests/idate_variation4.phpt [new file with mode: 0644]
ext/date/tests/idate_variation5.phpt [new file with mode: 0644]
ext/date/tests/idate_variation6.phpt [new file with mode: 0644]
ext/date/tests/ini_set_incorrect-002.phpt [new file with mode: 0644]
ext/date/tests/ini_set_incorrect.phpt [new file with mode: 0644]
ext/date/tests/localtime_basic.phpt [new file with mode: 0644]
ext/date/tests/localtime_variation4.phpt [new file with mode: 0644]
ext/date/tests/localtime_variation5.phpt [new file with mode: 0644]
ext/date/tests/microtime_basic.phpt [new file with mode: 0644]
ext/date/tests/mktime-1.phpt [new file with mode: 0644]
ext/date/tests/mktime-3-64bit.phpt [new file with mode: 0644]
ext/date/tests/mktime-3.phpt [new file with mode: 0644]
ext/date/tests/mktime_basic1.phpt [new file with mode: 0644]
ext/date/tests/mktime_error.phpt [new file with mode: 0644]
ext/date/tests/oo_001.phpt [new file with mode: 0644]
ext/date/tests/oo_002.phpt [new file with mode: 0644]
ext/date/tests/ossfuzz-55589.txt [new file with mode: 0644]
ext/date/tests/ossfuzz-55599.txt [new file with mode: 0644]
ext/date/tests/ossfuzz-55727.txt [new file with mode: 0644]
ext/date/tests/ossfuzz-56931.txt [new file with mode: 0644]
ext/date/tests/rfc-datetime_and_daylight_saving_time-type1.phpt [new file with mode: 0644]
ext/date/tests/rfc-datetime_and_daylight_saving_time-type2.phpt [new file with mode: 0644]
ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-ba.phpt [new file with mode: 0644]
ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-bd1.phpt [new file with mode: 0644]
ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-bd2.phpt [new file with mode: 0644]
ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-bs.phpt [new file with mode: 0644]
ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-fa.phpt [new file with mode: 0644]
ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-fd.phpt [new file with mode: 0644]
ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-fs.phpt [new file with mode: 0644]
ext/date/tests/strftime_basic.phpt [new file with mode: 0644]
ext/date/tests/strftime_variation10.phpt [new file with mode: 0644]
ext/date/tests/strftime_variation11.phpt [new file with mode: 0644]
ext/date/tests/strftime_variation12.phpt [new file with mode: 0644]
ext/date/tests/strftime_variation13.phpt [new file with mode: 0644]
ext/date/tests/strftime_variation14.phpt [new file with mode: 0644]
ext/date/tests/strftime_variation15.phpt [new file with mode: 0644]
ext/date/tests/strftime_variation16.phpt [new file with mode: 0644]
ext/date/tests/strftime_variation17.phpt [new file with mode: 0644]
ext/date/tests/strftime_variation18.phpt [new file with mode: 0644]
ext/date/tests/strftime_variation19.phpt [new file with mode: 0644]
ext/date/tests/strftime_variation20.phpt [new file with mode: 0644]
ext/date/tests/strftime_variation21.phpt [new file with mode: 0644]
ext/date/tests/strftime_variation22.phpt [new file with mode: 0644]
ext/date/tests/strftime_variation3.phpt [new file with mode: 0644]
ext/date/tests/strftime_variation4.phpt [new file with mode: 0644]
ext/date/tests/strftime_variation5.phpt [new file with mode: 0644]
ext/date/tests/strftime_variation6.phpt [new file with mode: 0644]
ext/date/tests/strftime_variation7.phpt [new file with mode: 0644]
ext/date/tests/strftime_variation8.phpt [new file with mode: 0644]
ext/date/tests/strftime_variation9.phpt [new file with mode: 0644]
ext/date/tests/strtotime-mysql-64bit.phpt [new file with mode: 0644]
ext/date/tests/strtotime-mysql.phpt [new file with mode: 0644]
ext/date/tests/strtotime-relative.phpt [new file with mode: 0644]
ext/date/tests/strtotime.phpt [new file with mode: 0644]
ext/date/tests/strtotime2.phpt [new file with mode: 0644]
ext/date/tests/strtotime3-64bit.phpt [new file with mode: 0644]
ext/date/tests/strtotime3.phpt [new file with mode: 0644]
ext/date/tests/strtotime_basic.phpt [new file with mode: 0644]
ext/date/tests/strtotime_basic2.phpt [new file with mode: 0644]
ext/date/tests/strtotime_variation_scottish.phpt [new file with mode: 0644]
ext/date/tests/sunfuncts.phpt [new file with mode: 0644]
ext/date/tests/test-parse-from-format.phpt [new file with mode: 0644]
ext/date/tests/time_basic.phpt [new file with mode: 0644]
ext/date/tests/timestamp-in-dst.phpt [new file with mode: 0644]
ext/date/tests/timezone-configuration.phpt [new file with mode: 0644]
ext/date/tests/timezone_abbreviations_list_basic1.phpt [new file with mode: 0644]
ext/date/tests/timezone_identifiers_list_basic1.phpt [new file with mode: 0644]
ext/date/tests/timezone_identifiers_list_wrong_constructor.phpt [new file with mode: 0644]
ext/date/tests/timezone_location_get.phpt [new file with mode: 0644]
ext/date/tests/timezone_name_from_abbr_basic1.phpt [new file with mode: 0644]
ext/date/tests/timezone_offset_get_basic1.phpt [new file with mode: 0644]
ext/date/tests/timezone_offset_get_error.phpt [new file with mode: 0644]
ext/date/tests/timezone_open_basic1.phpt [new file with mode: 0644]
ext/date/tests/timezone_transitions_get_basic1.phpt [new file with mode: 0644]
ext/date/tests/timezone_version_get.phpt [new file with mode: 0644]
ext/date/tests/timezone_version_get_basic1.phpt [new file with mode: 0644]
ext/date/tests/timezones-list.phpt [new file with mode: 0644]
ext/date/tests/timezones.phpt [new file with mode: 0644]
ext/date/tests/unserialize-test.phpt [new file with mode: 0644]
ext/dba/CREDITS [new file with mode: 0644]
ext/dba/config.m4 [new file with mode: 0644]
ext/dba/config.w32 [new file with mode: 0644]
ext/dba/dba.c [new file with mode: 0644]
ext/dba/dba.stub.php [new file with mode: 0644]
ext/dba/dba_arginfo.h [new file with mode: 0644]
ext/dba/dba_cdb.c [new file with mode: 0644]
ext/dba/dba_db1.c [new file with mode: 0644]
ext/dba/dba_db2.c [new file with mode: 0644]
ext/dba/dba_db3.c [new file with mode: 0644]
ext/dba/dba_db4.c [new file with mode: 0644]
ext/dba/dba_dbm.c [new file with mode: 0644]
ext/dba/dba_flatfile.c [new file with mode: 0644]
ext/dba/dba_gdbm.c [new file with mode: 0644]
ext/dba/dba_inifile.c [new file with mode: 0644]
ext/dba/dba_lmdb.c [new file with mode: 0644]
ext/dba/dba_ndbm.c [new file with mode: 0644]
ext/dba/dba_qdbm.c [new file with mode: 0644]
ext/dba/dba_tcadb.c [new file with mode: 0644]
ext/dba/install_cdb.sh [new file with mode: 0755]
ext/dba/libcdb/cdb.c [new file with mode: 0644]
ext/dba/libcdb/cdb.h [new file with mode: 0644]
ext/dba/libcdb/cdb_make.c [new file with mode: 0644]
ext/dba/libcdb/cdb_make.h [new file with mode: 0644]
ext/dba/libcdb/uint32.c [new file with mode: 0644]
ext/dba/libcdb/uint32.h [new file with mode: 0644]
ext/dba/libflatfile/flatfile.c [new file with mode: 0644]
ext/dba/libflatfile/flatfile.h [new file with mode: 0644]
ext/dba/libinifile/inifile.c [new file with mode: 0644]
ext/dba/libinifile/inifile.h [new file with mode: 0644]
ext/dba/php_cdb.h [new file with mode: 0644]
ext/dba/php_db1.h [new file with mode: 0644]
ext/dba/php_db2.h [new file with mode: 0644]
ext/dba/php_db3.h [new file with mode: 0644]
ext/dba/php_db4.h [new file with mode: 0644]
ext/dba/php_dba.h [new file with mode: 0644]
ext/dba/php_dbm.h [new file with mode: 0644]
ext/dba/php_flatfile.h [new file with mode: 0644]
ext/dba/php_gdbm.h [new file with mode: 0644]
ext/dba/php_inifile.h [new file with mode: 0644]
ext/dba/php_lmdb.h [new file with mode: 0644]
ext/dba/php_ndbm.h [new file with mode: 0644]
ext/dba/php_qdbm.h [new file with mode: 0644]
ext/dba/php_tcadb.h [new file with mode: 0644]
ext/dba/tests/bug36436.phpt [new file with mode: 0644]
ext/dba/tests/bug38698.phpt [new file with mode: 0644]
ext/dba/tests/bug65708.phpt [new file with mode: 0644]
ext/dba/tests/bug70825.phpt [new file with mode: 0644]
ext/dba/tests/bug71514.phpt [new file with mode: 0644]
ext/dba/tests/bug78808.phpt [new file with mode: 0644]
ext/dba/tests/clean.inc [new file with mode: 0644]
ext/dba/tests/dba007.phpt [new file with mode: 0644]
ext/dba/tests/dba009.phpt [new file with mode: 0644]
ext/dba/tests/dba015.phpt [new file with mode: 0644]
ext/dba/tests/dba_array_keys.phpt [new file with mode: 0644]
ext/dba/tests/dba_array_keys_errors.phpt [new file with mode: 0644]
ext/dba/tests/dba_array_keys_inifile.phpt [new file with mode: 0644]
ext/dba/tests/dba_array_keys_var_non_string.phpt [new file with mode: 0644]
ext/dba/tests/dba_cdb.phpt [new file with mode: 0644]
ext/dba/tests/dba_cdb_001.phpt [new file with mode: 0644]
ext/dba/tests/dba_cdb_creation_matrix.phpt [new file with mode: 0644]
ext/dba/tests/dba_cdb_make.phpt [new file with mode: 0644]
ext/dba/tests/dba_cdb_read.phpt [new file with mode: 0644]
ext/dba/tests/dba_db1.phpt [new file with mode: 0644]
ext/dba/tests/dba_db2.phpt [new file with mode: 0644]
ext/dba/tests/dba_db3.phpt [new file with mode: 0644]
ext/dba/tests/dba_db4_000.phpt [new file with mode: 0644]
ext/dba/tests/dba_db4_009.phpt [new file with mode: 0644]
ext/dba/tests/dba_db4_018.phpt [new file with mode: 0644]
ext/dba/tests/dba_db4_creation_matrix.phpt [new file with mode: 0644]
ext/dba/tests/dba_db4_handlers.phpt [new file with mode: 0644]
ext/dba/tests/dba_db4_optimize.phpt [new file with mode: 0644]
ext/dba/tests/dba_db4_sync.phpt [new file with mode: 0644]
ext/dba/tests/dba_dbm.phpt [new file with mode: 0644]
ext/dba/tests/dba_fetch_legacy_signature.phpt [new file with mode: 0644]
ext/dba/tests/dba_flags_arg.phpt [new file with mode: 0644]
ext/dba/tests/dba_flatfile.phpt [new file with mode: 0644]
ext/dba/tests/dba_flatfile_creation_matrix.phpt [new file with mode: 0644]
ext/dba/tests/dba_gdbm.phpt [new file with mode: 0644]
ext/dba/tests/dba_gdbm_creation_matrix.phpt [new file with mode: 0644]
ext/dba/tests/dba_handlers.phpt [new file with mode: 0644]
ext/dba/tests/dba_inifile.phpt [new file with mode: 0644]
ext/dba/tests/dba_inifile_creation_matrix.phpt [new file with mode: 0644]
ext/dba/tests/dba_lmdb.phpt [new file with mode: 0644]
ext/dba/tests/dba_lmdb_creation_matrix.phpt [new file with mode: 0644]
ext/dba/tests/dba_lmdb_flags.phpt [new file with mode: 0644]
ext/dba/tests/dba_lmdb_readonly.phpt [new file with mode: 0644]
ext/dba/tests/dba_ndbm.phpt [new file with mode: 0644]
ext/dba/tests/dba_optimize.phpt [new file with mode: 0644]
ext/dba/tests/dba_qdbm.phpt [new file with mode: 0644]
ext/dba/tests/dba_qdbm_creation_matrix.phpt [new file with mode: 0644]
ext/dba/tests/dba_split.phpt [new file with mode: 0644]
ext/dba/tests/dba_sync.phpt [new file with mode: 0644]
ext/dba/tests/dba_tcadb.phpt [new file with mode: 0644]
ext/dba/tests/dba_tcadb_creation_matrix.phpt [new file with mode: 0644]
ext/dba/tests/default_handler_ini.phpt [new file with mode: 0644]
ext/dba/tests/gh9155.phpt [new file with mode: 0644]
ext/dba/tests/setup/setup_dba_tests.inc [new file with mode: 0644]
ext/dba/tests/skipif.inc [new file with mode: 0644]
ext/dba/tests/test.cdb [new file with mode: 0644]
ext/dba/tests/test.inc [new file with mode: 0644]
ext/dba/tests/value_errors_open.phpt [new file with mode: 0644]
ext/dl_test/config.m4 [new file with mode: 0644]
ext/dl_test/config.w32 [new file with mode: 0644]
ext/dl_test/dl_test.c [new file with mode: 0644]
ext/dl_test/dl_test.stub.php [new file with mode: 0644]
ext/dl_test/dl_test_arginfo.h [new file with mode: 0644]
ext/dl_test/php_dl_test.h [new file with mode: 0644]
ext/dl_test/tests/skip.inc [new file with mode: 0644]
ext/dom/CREDITS [new file with mode: 0644]
ext/dom/attr.c [new file with mode: 0644]
ext/dom/cdatasection.c [new file with mode: 0644]
ext/dom/characterdata.c [new file with mode: 0644]
ext/dom/comment.c [new file with mode: 0644]
ext/dom/config.m4 [new file with mode: 0644]
ext/dom/config.w32 [new file with mode: 0644]
ext/dom/document.c [new file with mode: 0644]
ext/dom/documentfragment.c [new file with mode: 0644]
ext/dom/documenttype.c [new file with mode: 0644]
ext/dom/dom_ce.h [new file with mode: 0644]
ext/dom/dom_iterators.c [new file with mode: 0644]
ext/dom/dom_properties.h [new file with mode: 0644]
ext/dom/domexception.c [new file with mode: 0644]
ext/dom/domexception.h [new file with mode: 0644]
ext/dom/domimplementation.c [new file with mode: 0644]
ext/dom/element.c [new file with mode: 0644]
ext/dom/entity.c [new file with mode: 0644]
ext/dom/entityreference.c [new file with mode: 0644]
ext/dom/namednodemap.c [new file with mode: 0644]
ext/dom/node.c [new file with mode: 0644]
ext/dom/nodelist.c [new file with mode: 0644]
ext/dom/notation.c [new file with mode: 0644]
ext/dom/parentnode.c [new file with mode: 0644]
ext/dom/php_dom.c [new file with mode: 0644]
ext/dom/php_dom.h [new file with mode: 0644]
ext/dom/php_dom.stub.php [new file with mode: 0644]
ext/dom/php_dom_arginfo.h [new file with mode: 0644]
ext/dom/processinginstruction.c [new file with mode: 0644]
ext/dom/tests/DOM4_ChildNode_wrong_document.phpt [new file with mode: 0644]
ext/dom/tests/DOM4_DOMNode_ElementSiblings.phpt [new file with mode: 0644]
ext/dom/tests/DOM4_DOMNode_after.phpt [new file with mode: 0644]
ext/dom/tests/DOM4_DOMNode_after_ns.phpt [new file with mode: 0644]
ext/dom/tests/DOM4_DOMNode_append_ns.phpt [new file with mode: 0644]
ext/dom/tests/DOM4_DOMNode_before.phpt [new file with mode: 0644]
ext/dom/tests/DOM4_DOMNode_before_ns.phpt [new file with mode: 0644]
ext/dom/tests/DOM4_DOMNode_prepend_ns.phpt [new file with mode: 0644]
ext/dom/tests/DOM4_DOMNode_remove.phpt [new file with mode: 0644]
ext/dom/tests/DOM4_DOMNode_removeDanglingElement.phpt [new file with mode: 0644]
ext/dom/tests/DOM4_DOMNode_replaceWith.phpt [new file with mode: 0644]
ext/dom/tests/DOM4_ParentNode.phpt [new file with mode: 0644]
ext/dom/tests/DOM4_ParentNode_Fragment.phpt [new file with mode: 0644]
ext/dom/tests/DOM4_ParentNode_append.phpt [new file with mode: 0644]
ext/dom/tests/DOM4_ParentNode_append_invalidtypes.phpt [new file with mode: 0644]
ext/dom/tests/DOM4_ParentNode_append_with_attributes.phpt [new file with mode: 0644]
ext/dom/tests/DOM4_ParentNode_append_wrong_document.phpt [new file with mode: 0644]
ext/dom/tests/DOM4_ParentNode_prepend.phpt [new file with mode: 0644]
ext/dom/tests/DOMAttr_construct_error_001.phpt [new file with mode: 0644]
ext/dom/tests/DOMAttr_name_basic_001.phpt [new file with mode: 0644]
ext/dom/tests/DOMAttr_ownerElement_error_001.phpt [new file with mode: 0644]
ext/dom/tests/DOMAttr_value_basic_001.phpt [new file with mode: 0644]
ext/dom/tests/DOMAttr_value_basic_002.phpt [new file with mode: 0644]
ext/dom/tests/DOMCDATASection_construct_error_001.phpt [new file with mode: 0644]
ext/dom/tests/DOMCharacterData_appendData_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMCharacterData_data_basic_002.phpt [new file with mode: 0644]
ext/dom/tests/DOMCharacterData_data_error_002.phpt [new file with mode: 0644]
ext/dom/tests/DOMCharacterData_deleteData_basic_001.phpt [new file with mode: 0644]
ext/dom/tests/DOMCharacterData_deleteData_error_002.phpt [new file with mode: 0644]
ext/dom/tests/DOMCharacterData_length_error_001.phpt [new file with mode: 0644]
ext/dom/tests/DOMCharacterData_substringData_basic_001.phpt [new file with mode: 0644]
ext/dom/tests/DOMComment_appendData_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMComment_appendData_basic_Sullivan.phpt [new file with mode: 0644]
ext/dom/tests/DOMComment_construct_basic_001.phpt [new file with mode: 0644]
ext/dom/tests/DOMComment_construct_error_001.phpt [new file with mode: 0644]
ext/dom/tests/DOMComment_insertData_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMComment_insertData_error1.phpt [new file with mode: 0644]
ext/dom/tests/DOMComment_insertData_error2.phpt [new file with mode: 0644]
ext/dom/tests/DOMComment_replaceData_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMComment_replaceData_error1.phpt [new file with mode: 0644]
ext/dom/tests/DOMComment_replaceData_error2.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocumentFragment_appendXML_basic_001.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocumentFragment_appendXML_error_002.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocumentFragment_appendXML_error_003.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocumentFragment_appendXML_hasChildNodes_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocumentFragment_construct_basic_001.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocumentFragment_construct_basic_002.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocumentFragment_construct_error_001.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocumentType_basic_001.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocumentType_entities_error_001.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocumentType_internalSubset_error_001.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocumentType_name_error_001.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocumentType_notations_error_001.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocumentType_publicId_basic_001.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocumentType_publicId_error_001.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocumentType_systemId_basic_001.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocumentType_systemId_error_001.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_adoptNode.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_config_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_createAttribute_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_createAttribute_error.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_createAttribute_error1.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_createAttribute_variation.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_createEntityReference_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_createEntityReference_error1.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_createProcessingInstruction_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_createProcessingInstruction_error.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_documentURI_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_encoding_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_implementationRead_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_loadHTML_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_loadHTML_error2.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_loadHTMLfile.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_loadHTMLfile_error1.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_loadHTMLfile_error2.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_loadHTMLfile_variation1.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_loadHTMLfile_variation2.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_loadXML_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_loadXML_error1.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_loadXML_error2_gte2_11.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_loadXML_error2_pre2_11.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_loadXML_error3.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_loadXML_error4.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_loadXML_error5.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_loadXML_error6.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_loadXML_variation1.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_loadXML_variation2.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_loadXML_variation3.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_loadXML_variation4.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_load_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_load_error1.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_load_error2_gte2_11.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_load_error2_pre2_11.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_load_error3.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_load_error4.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_load_error5.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_load_error6.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_load_variation1.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_load_variation2.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_load_variation3.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_load_variation4.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_preserveWhiteSpace_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_preserveWhiteSpace_variations.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_relaxNGValidateSource_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_relaxNGValidateSource_error1.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_relaxNGValidateSource_error2.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_relaxNGValidate_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_relaxNGValidate_basic.rng [new file with mode: 0644]
ext/dom/tests/DOMDocument_relaxNGValidate_error1.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_relaxNGValidate_error2.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_resolveExternals_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_saveHTMLFile_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_saveHTMLFile_error2.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_saveHTMLFile_formatOutput.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_saveHTMLFile_invalid_filename.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_saveHTML_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_saveHTML_error2.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_saveHTML_variant1.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_saveHTML_variant2.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_save_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_savexml_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_schemaValidateSource_addAttrs.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_schemaValidateSource_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_schemaValidateSource_error1.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_schemaValidateSource_error2.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_schemaValidateSource_error3.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_schemaValidateSource_missingAttrs.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_schemaValidate_addAttrs.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_schemaValidate_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_schemaValidate_error1.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_schemaValidate_error2.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_schemaValidate_error3.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_schemaValidate_error5.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_schemaValidate_error6.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_schemaValidate_missingAttrs.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_standalone_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_strictErrorChecking_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_strictErrorChecking_variation.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_validate_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_validate_error2.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_validate_external_dtd.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_validate_on_parse_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt [new file with mode: 0644]
ext/dom/tests/DOMElement_hasAttributes_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMEntityReference_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMEntityReference_error1.phpt [new file with mode: 0644]
ext/dom/tests/DOMImplementation_createDocumentType_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMImplementation_createDocument_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMImplementation_hasFeature_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMNamedNodeMap_count.phpt [new file with mode: 0644]
ext/dom/tests/DOMNode_C14NFile_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMNode_C14N_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMNode_cloneNode_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMNode_getLineNo_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMNode_getNodePath_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMNode_hasChildNodes.phpt [new file with mode: 0644]
ext/dom/tests/DOMNode_hasChildNodes_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMNode_insertBefore.phpt [new file with mode: 0644]
ext/dom/tests/DOMNode_insertBefore_error1.phpt [new file with mode: 0644]
ext/dom/tests/DOMNode_insertBefore_error2.phpt [new file with mode: 0644]
ext/dom/tests/DOMNode_insertBefore_error3.phpt [new file with mode: 0644]
ext/dom/tests/DOMNode_insertBefore_error4.phpt [new file with mode: 0644]
ext/dom/tests/DOMNode_insertBefore_error5.phpt [new file with mode: 0644]
ext/dom/tests/DOMNode_insertBefore_error6.phpt [new file with mode: 0644]
ext/dom/tests/DOMNode_issamenode_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMNode_normalize_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMNode_removeChild_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMNode_removeChild_error1.phpt [new file with mode: 0644]
ext/dom/tests/DOMNode_replaceChild_basic.phpt [new file with mode: 0644]
ext/dom/tests/DOMNode_replaceChild_error1.phpt [new file with mode: 0644]
ext/dom/tests/DOMNode_replaceChild_error2.phpt [new file with mode: 0644]
ext/dom/tests/DOMText_appendData_basic.phpt [new file with mode: 0644]
ext/dom/tests/DomNodeList_count.phpt [new file with mode: 0644]
ext/dom/tests/book-attr.xml [new file with mode: 0644]
ext/dom/tests/book-non-conforming-schema.xsd [new file with mode: 0644]
ext/dom/tests/book-not-a-schema.xsd [new file with mode: 0644]
ext/dom/tests/book.xml [new file with mode: 0644]
ext/dom/tests/book.xml.gz [new file with mode: 0644]
ext/dom/tests/book.xsd [new file with mode: 0644]
ext/dom/tests/book_with_dtd.xml [new file with mode: 0644]
ext/dom/tests/book_with_dtd2.xml [new file with mode: 0644]
ext/dom/tests/books.dtd [new file with mode: 0644]
ext/dom/tests/bug28721.phpt [new file with mode: 0644]
ext/dom/tests/bug28817.phpt [new file with mode: 0644]
ext/dom/tests/bug32615.phpt [new file with mode: 0644]
ext/dom/tests/bug34276.phpt [new file with mode: 0644]
ext/dom/tests/bug35342.phpt [new file with mode: 0644]
ext/dom/tests/bug35673.phpt [new file with mode: 0644]
ext/dom/tests/bug36756.phpt [new file with mode: 0644]
ext/dom/tests/bug37277.phpt [new file with mode: 0644]
ext/dom/tests/bug37456.phpt [new file with mode: 0644]
ext/dom/tests/bug38438.phpt [new file with mode: 0644]
ext/dom/tests/bug38474.phpt [new file with mode: 0644]
ext/dom/tests/bug38850.phpt [new file with mode: 0644]
ext/dom/tests/bug38949.phpt [new file with mode: 0644]
ext/dom/tests/bug40836.phpt [new file with mode: 0644]
ext/dom/tests/bug41257.phpt [new file with mode: 0644]
ext/dom/tests/bug41374.phpt [new file with mode: 0644]
ext/dom/tests/bug42082.phpt [new file with mode: 0644]
ext/dom/tests/bug43364.phpt [new file with mode: 0644]
ext/dom/tests/bug44648.phpt [new file with mode: 0644]
ext/dom/tests/bug45251.phpt [new file with mode: 0644]
ext/dom/tests/bug46185.phpt [new file with mode: 0644]
ext/dom/tests/bug46335.phpt [new file with mode: 0644]
ext/dom/tests/bug46849.phpt [new file with mode: 0644]
ext/dom/tests/bug47430.phpt [new file with mode: 0644]
ext/dom/tests/bug47848.phpt [new file with mode: 0644]
ext/dom/tests/bug47849.phpt [new file with mode: 0644]
ext/dom/tests/bug49463.phpt [new file with mode: 0644]
ext/dom/tests/bug49490.phpt [new file with mode: 0644]
ext/dom/tests/bug50661.phpt [new file with mode: 0644]
ext/dom/tests/bug52656.phpt [new file with mode: 0644]
ext/dom/tests/bug54382.phpt [new file with mode: 0644]
ext/dom/tests/bug54601.phpt [new file with mode: 0644]
ext/dom/tests/bug55700.phpt [new file with mode: 0644]
ext/dom/tests/bug61858.phpt [new file with mode: 0644]
ext/dom/tests/bug65196.phpt [new file with mode: 0644]
ext/dom/tests/bug66502.phpt [new file with mode: 0644]
ext/dom/tests/bug66783.phpt [new file with mode: 0644]
ext/dom/tests/bug67081.phpt [new file with mode: 0644]
ext/dom/tests/bug67081_0.xml [new file with mode: 0644]
ext/dom/tests/bug67081_1.xml [new file with mode: 0644]
ext/dom/tests/bug67081_2.xml [new file with mode: 0644]
ext/dom/tests/bug67474.phpt [new file with mode: 0644]
ext/dom/tests/bug67949.phpt [new file with mode: 0644]
ext/dom/tests/bug69373.phpt [new file with mode: 0644]
ext/dom/tests/bug69679.phpt [new file with mode: 0644]
ext/dom/tests/bug69846.phpt [new file with mode: 0644]
ext/dom/tests/bug70001.phpt [new file with mode: 0644]
ext/dom/tests/bug70558.phpt [new file with mode: 0644]
ext/dom/tests/bug73907.phpt [new file with mode: 0644]
ext/dom/tests/bug74004.phpt [new file with mode: 0644]
ext/dom/tests/bug74416.phpt [new file with mode: 0644]
ext/dom/tests/bug75451.phpt [new file with mode: 0644]
ext/dom/tests/bug76285.phpt [new file with mode: 0644]
ext/dom/tests/bug77569.phpt [new file with mode: 0644]
ext/dom/tests/bug78025.phpt [new file with mode: 0644]
ext/dom/tests/bug78221.phpt [new file with mode: 0644]
ext/dom/tests/bug79271.phpt [new file with mode: 0644]
ext/dom/tests/bug79451.phpt [new file with mode: 0644]
ext/dom/tests/bug79852.phpt [new file with mode: 0644]
ext/dom/tests/bug79968.phpt [new file with mode: 0644]
ext/dom/tests/bug79971_2.phpt [new file with mode: 0644]
ext/dom/tests/bug80268.phpt [new file with mode: 0644]
ext/dom/tests/bug80268_2.phpt [new file with mode: 0644]
ext/dom/tests/bug80600.phpt [new file with mode: 0644]
ext/dom/tests/bug80602.phpt [new file with mode: 0644]
ext/dom/tests/bug80602_2.phpt [new file with mode: 0644]
ext/dom/tests/bug81433.phpt [new file with mode: 0644]
ext/dom/tests/canonicalization.phpt [new file with mode: 0644]
ext/dom/tests/dom.ent [new file with mode: 0644]
ext/dom/tests/dom.xml [new file with mode: 0644]
ext/dom/tests/dom001.phpt [new file with mode: 0644]
ext/dom/tests/dom002.phpt [new file with mode: 0644]
ext/dom/tests/dom003.phpt [new file with mode: 0644]
ext/dom/tests/dom004.phpt [new file with mode: 0644]
ext/dom/tests/dom005.phpt [new file with mode: 0644]
ext/dom/tests/dom006.phpt [new file with mode: 0644]
ext/dom/tests/dom007.phpt [new file with mode: 0644]
ext/dom/tests/dom_comment_basic.phpt [new file with mode: 0644]
ext/dom/tests/dom_comment_variation.phpt [new file with mode: 0644]
ext/dom/tests/dom_create_element.phpt [new file with mode: 0644]
ext/dom/tests/dom_import_simplexml.phpt [new file with mode: 0644]
ext/dom/tests/dom_set_attr_node.phpt [new file with mode: 0644]
ext/dom/tests/dom_test.inc [new file with mode: 0644]
ext/dom/tests/dom_xinclude.phpt [new file with mode: 0644]
ext/dom/tests/domattributes.phpt [new file with mode: 0644]
ext/dom/tests/domchardata.phpt [new file with mode: 0644]
ext/dom/tests/domdocument_createentityreference_001.phpt [new file with mode: 0644]
ext/dom/tests/domdocumentload_test_method.inc [new file with mode: 0644]
ext/dom/tests/domdocumentload_test_method_savexml.inc [new file with mode: 0644]
ext/dom/tests/domdocumentload_utilities.inc [new file with mode: 0644]
ext/dom/tests/domdocumentloadxml_test_method.inc [new file with mode: 0644]
ext/dom/tests/domdocumentloadxml_test_method_savexml.inc [new file with mode: 0644]
ext/dom/tests/domelement.phpt [new file with mode: 0644]
ext/dom/tests/domobject_debug_handler.phpt [new file with mode: 0644]
ext/dom/tests/domxpath.phpt [new file with mode: 0644]
ext/dom/tests/empty.html [new file with mode: 0644]
ext/dom/tests/node_textcontent.phpt [new file with mode: 0644]
ext/dom/tests/not_serializable.phpt [new file with mode: 0644]
ext/dom/tests/not_well.html [new file with mode: 0644]
ext/dom/tests/not_well_formed.xml [new file with mode: 0644]
ext/dom/tests/not_well_formed2.xml [new file with mode: 0644]
ext/dom/tests/not_well_formed3.xml [new file with mode: 0644]
ext/dom/tests/not_well_formed4.xml [new file with mode: 0644]
ext/dom/tests/not_well_formed5.xml [new file with mode: 0644]
ext/dom/tests/note.dtd [new file with mode: 0644]
ext/dom/tests/note.xml [new file with mode: 0644]
ext/dom/tests/nsdoc.xml [new file with mode: 0644]
ext/dom/tests/property_write_errors.phpt [new file with mode: 0644]
ext/dom/tests/regsiter_node_class.phpt [new file with mode: 0644]
ext/dom/tests/test.html [new file with mode: 0644]
ext/dom/tests/toString_exceptions.phpt [new file with mode: 0644]
ext/dom/tests/wrong_book_with_dtd.xml [new file with mode: 0644]
ext/dom/tests/wrong_book_with_dtd2.xml [new file with mode: 0644]
ext/dom/tests/xinclude.xml [new file with mode: 0644]
ext/dom/tests/xpath_domnamespacenode.phpt [new file with mode: 0644]
ext/dom/text.c [new file with mode: 0644]
ext/dom/xml_common.h [new file with mode: 0644]
ext/dom/xpath.c [new file with mode: 0644]
ext/enchant/CREDITS [new file with mode: 0644]
ext/enchant/config.m4 [new file with mode: 0644]
ext/enchant/config.w32 [new file with mode: 0644]
ext/enchant/enchant.c [new file with mode: 0644]
ext/enchant/enchant.stub.php [new file with mode: 0644]
ext/enchant/enchant_arginfo.h [new file with mode: 0644]
ext/enchant/php_enchant.h [new file with mode: 0644]
ext/enchant/tests/broker_describe.phpt [new file with mode: 0644]
ext/enchant/tests/broker_dict_exists.phpt [new file with mode: 0644]
ext/enchant/tests/broker_free.phpt [new file with mode: 0644]
ext/enchant/tests/broker_free_01.phpt [new file with mode: 0644]
ext/enchant/tests/broker_free_02.phpt [new file with mode: 0644]
ext/enchant/tests/broker_free_dict.phpt [new file with mode: 0644]
ext/enchant/tests/broker_get_error.phpt [new file with mode: 0644]
ext/enchant/tests/broker_init.phpt [new file with mode: 0644]
ext/enchant/tests/broker_list_dicts.phpt [new file with mode: 0644]
ext/enchant/tests/broker_request_dict.phpt [new file with mode: 0644]
ext/enchant/tests/broker_request_dict_01.phpt [new file with mode: 0644]
ext/enchant/tests/broker_request_dict_error_on_empty_tag.phpt [new file with mode: 0644]
ext/enchant/tests/broker_request_pwl_dict.phpt [new file with mode: 0644]
ext/enchant/tests/broker_set_ordering.phpt [new file with mode: 0644]
ext/enchant/tests/bug13181.phpt [new file with mode: 0644]
ext/enchant/tests/bug53070.phpt [new file with mode: 0644]
ext/enchant/tests/dict_add_to_personal.phpt [new file with mode: 0644]
ext/enchant/tests/dict_add_to_session.phpt [new file with mode: 0644]
ext/enchant/tests/dict_check.phpt [new file with mode: 0644]
ext/enchant/tests/dict_describe.phpt [new file with mode: 0644]
ext/enchant/tests/dict_get_error.phpt [new file with mode: 0644]
ext/enchant/tests/dict_is_in_session.phpt [new file with mode: 0644]
ext/enchant/tests/dict_quick_check.phpt [new file with mode: 0644]
ext/enchant/tests/dict_quick_check_01.phpt [new file with mode: 0644]
ext/enchant/tests/dict_store_replacement.phpt [new file with mode: 0644]
ext/enchant/tests/dict_suggest.phpt [new file with mode: 0644]
ext/enchant/tests/enchant_broker_request_pwl_dict.pwl [new file with mode: 0644]
ext/enchant/tests/enchant_broker_set_dict_path.phpt [new file with mode: 0644]
ext/enchant/tests/invalidobj.phpt [new file with mode: 0644]
ext/exif/CREDITS [new file with mode: 0644]
ext/exif/config.m4 [new file with mode: 0644]
ext/exif/config.w32 [new file with mode: 0644]
ext/exif/exif.c [new file with mode: 0644]
ext/exif/exif.stub.php [new file with mode: 0644]
ext/exif/exif_arginfo.h [new file with mode: 0644]
ext/exif/php_exif.h [new file with mode: 0644]
ext/exif/tests/bug34704-mb.phpt [new file with mode: 0644]
ext/exif/tests/bug34704.jpg [new file with mode: 0644]
ext/exif/tests/bug34704.phpt [new file with mode: 0644]
ext/exif/tests/bug34704私はガラスを食べられます.jpg [new file with mode: 0644]
ext/exif/tests/bug48378.jpg [new file with mode: 0644]
ext/exif/tests/bug48378.phpt [new file with mode: 0644]
ext/exif/tests/bug50660/bug50660-1.jpg [new file with mode: 0644]
ext/exif/tests/bug50660/bug50660-2.jpg [new file with mode: 0644]
ext/exif/tests/bug50660/bug50660.phpt [new file with mode: 0644]
ext/exif/tests/bug50845.jpg [new file with mode: 0644]
ext/exif/tests/bug50845.phpt [new file with mode: 0644]
ext/exif/tests/bug54002.phpt [new file with mode: 0644]
ext/exif/tests/bug54002_1.jpg [new file with mode: 0644]
ext/exif/tests/bug54002_2.jpg [new file with mode: 0644]
ext/exif/tests/bug60150.jpg [new file with mode: 0644]
ext/exif/tests/bug60150.phpt [new file with mode: 0644]
ext/exif/tests/bug62523_1.jpg [new file with mode: 0644]
ext/exif/tests/bug62523_1.phpt [new file with mode: 0644]
ext/exif/tests/bug62523_2.jpg [new file with mode: 0644]
ext/exif/tests/bug62523_2.phpt [new file with mode: 0644]
ext/exif/tests/bug62523_3.jpg [new file with mode: 0644]
ext/exif/tests/bug62523_3.phpt [new file with mode: 0644]
ext/exif/tests/bug64739.jpg [new file with mode: 0644]
ext/exif/tests/bug64739.phpt [new file with mode: 0644]
ext/exif/tests/bug68113-mb.phpt [new file with mode: 0644]
ext/exif/tests/bug68113.jpg [new file with mode: 0644]
ext/exif/tests/bug68113.phpt [new file with mode: 0644]
ext/exif/tests/bug68113私はガラスを食べられます.jpg [new file with mode: 0644]
ext/exif/tests/bug68547.jpg [new file with mode: 0644]
ext/exif/tests/bug68547.phpt [new file with mode: 0644]
ext/exif/tests/bug68799.jpg [new file with mode: 0644]
ext/exif/tests/bug68799.phpt [new file with mode: 0644]
ext/exif/tests/bug71534.phpt [new file with mode: 0644]
ext/exif/tests/bug71534.tiff [new file with mode: 0644]
ext/exif/tests/bug72094.phpt [new file with mode: 0644]
ext/exif/tests/bug72094_1.jpg [new file with mode: 0644]
ext/exif/tests/bug72094_2.jpg [new file with mode: 0644]
ext/exif/tests/bug72094_3.jpg [new file with mode: 0644]
ext/exif/tests/bug72094_4.jpg [new file with mode: 0644]
ext/exif/tests/bug72603.jpg [new file with mode: 0644]
ext/exif/tests/bug72603.phpt [new file with mode: 0644]
ext/exif/tests/bug72618.jpg [new file with mode: 0644]
ext/exif/tests/bug72618.phpt [new file with mode: 0644]
ext/exif/tests/bug72627.phpt [new file with mode: 0644]
ext/exif/tests/bug72627.tiff [new file with mode: 0644]
ext/exif/tests/bug72735/bug72682.phpt [new file with mode: 0644]
ext/exif/tests/bug72735/bug72735.phpt [new file with mode: 0644]
ext/exif/tests/bug72735/nokia.jpg [new file with mode: 0644]
ext/exif/tests/bug72735/panasonic.jpg [new file with mode: 0644]
ext/exif/tests/bug72735/samsung.jpg [new file with mode: 0644]
ext/exif/tests/bug72819/bug72819.jpg [new file with mode: 0644]
ext/exif/tests/bug72819/bug72819.phpt [new file with mode: 0644]
ext/exif/tests/bug73115/bug73115.jpg [new file with mode: 0644]
ext/exif/tests/bug73115/bug73115.phpt [new file with mode: 0644]
ext/exif/tests/bug73737.phpt [new file with mode: 0644]
ext/exif/tests/bug73737.tiff [new file with mode: 0644]
ext/exif/tests/bug74428/bug74428.jpg [new file with mode: 0644]
ext/exif/tests/bug74428/bug74428.phpt [new file with mode: 0644]
ext/exif/tests/bug75785/P1000506.JPG [new file with mode: 0644]
ext/exif/tests/bug75785/bug75785.phpt [new file with mode: 0644]
ext/exif/tests/bug76130.phpt [new file with mode: 0644]
ext/exif/tests/bug76130_1.jpg [new file with mode: 0644]
ext/exif/tests/bug76130_2.jpg [new file with mode: 0644]
ext/exif/tests/bug76164.phpt [new file with mode: 0644]
ext/exif/tests/bug76409.phpt [new file with mode: 0644]
ext/exif/tests/bug76423.jpg [new file with mode: 0644]
ext/exif/tests/bug76423.phpt [new file with mode: 0644]
ext/exif/tests/bug76557.jpg [new file with mode: 0644]
ext/exif/tests/bug76557.phpt [new file with mode: 0644]
ext/exif/tests/bug77184/DJI_0245_tiny.jpg [new file with mode: 0644]
ext/exif/tests/bug77184/bug77184.phpt [new file with mode: 0644]
ext/exif/tests/bug77540.jpg [new file with mode: 0644]
ext/exif/tests/bug77540.phpt [new file with mode: 0644]
ext/exif/tests/bug77563.jpg [new file with mode: 0644]
ext/exif/tests/bug77563.phpt [new file with mode: 0644]
ext/exif/tests/bug77564/bug77564.jpg [new file with mode: 0644]
ext/exif/tests/bug77564/bug77564.phpt [new file with mode: 0644]
ext/exif/tests/bug77753.phpt [new file with mode: 0644]
ext/exif/tests/bug77753.tiff [new file with mode: 0644]
ext/exif/tests/bug77831.phpt [new file with mode: 0644]
ext/exif/tests/bug77831.tiff [new file with mode: 0644]
ext/exif/tests/bug77950.phpt [new file with mode: 0644]
ext/exif/tests/bug77950.tiff [new file with mode: 0644]
ext/exif/tests/bug77988.jpg [new file with mode: 0644]
ext/exif/tests/bug77988.phpt [new file with mode: 0644]
ext/exif/tests/bug78222.jpg [new file with mode: 0644]
ext/exif/tests/bug78222.phpt [new file with mode: 0644]
ext/exif/tests/bug78256.jpg [new file with mode: 0644]
ext/exif/tests/bug78256.phpt [new file with mode: 0644]
ext/exif/tests/bug78793.phpt [new file with mode: 0644]
ext/exif/tests/bug78910.phpt [new file with mode: 0644]
ext/exif/tests/bug79046.phpt [new file with mode: 0644]
ext/exif/tests/bug79282.phpt [new file with mode: 0644]
ext/exif/tests/duplicate_copyright_tag_leak.phpt [new file with mode: 0644]
ext/exif/tests/duplicate_copyright_tag_leak.tiff [new file with mode: 0644]
ext/exif/tests/exif000.phpt [new file with mode: 0644]
ext/exif/tests/exif001.phpt [new file with mode: 0644]
ext/exif/tests/exif002.phpt [new file with mode: 0644]
ext/exif/tests/exif003.phpt [new file with mode: 0644]
ext/exif/tests/exif004.phpt [new file with mode: 0644]
ext/exif/tests/exif005.phpt [new file with mode: 0644]
ext/exif/tests/exif007.phpt [new file with mode: 0644]
ext/exif/tests/exif008.phpt [new file with mode: 0644]
ext/exif/tests/exif009.phpt [new file with mode: 0644]
ext/exif/tests/exif010.phpt [new file with mode: 0644]
ext/exif/tests/exif011.phpt [new file with mode: 0644]
ext/exif/tests/exif012.phpt [new file with mode: 0644]
ext/exif/tests/exif013.phpt [new file with mode: 0644]
ext/exif/tests/exif014.phpt [new file with mode: 0644]
ext/exif/tests/exif015.phpt [new file with mode: 0644]
ext/exif/tests/exif016.phpt [new file with mode: 0644]
ext/exif/tests/exif017.phpt [new file with mode: 0644]
ext/exif/tests/exif018.phpt [new file with mode: 0644]
ext/exif/tests/exif020.phpt [new file with mode: 0644]
ext/exif/tests/exif021.phpt [new file with mode: 0644]
ext/exif/tests/exif022.phpt [new file with mode: 0644]
ext/exif/tests/exif023.phpt [new file with mode: 0644]
ext/exif/tests/exif024.phpt [new file with mode: 0644]
ext/exif/tests/exif025.phpt [new file with mode: 0644]
ext/exif/tests/exif026.phpt [new file with mode: 0644]
ext/exif/tests/exif027.phpt [new file with mode: 0644]
ext/exif/tests/exif_encoding_crash.jpg [new file with mode: 0644]
ext/exif/tests/exif_encoding_crash.phpt [new file with mode: 0644]
ext/exif/tests/exif_imagetype_basic-mb.phpt [new file with mode: 0644]
ext/exif/tests/exif_imagetype_basic.phpt [new file with mode: 0644]
ext/exif/tests/exif_imagetype_error.phpt [new file with mode: 0644]
ext/exif/tests/exif_read_data_0.phpt [new file with mode: 0644]
ext/exif/tests/exif_read_data_streams.phpt [new file with mode: 0644]
ext/exif/tests/exif_read_data_streams_seek.phpt [new file with mode: 0644]
ext/exif/tests/exif_tagname_basic.phpt [new file with mode: 0644]
ext/exif/tests/exif_thumbnail_streams.phpt [new file with mode: 0644]
ext/exif/tests/filename_empty.phpt [new file with mode: 0644]
ext/exif/tests/float_cast_overflow.phpt [new file with mode: 0644]
ext/exif/tests/float_cast_overflow.tiff [new file with mode: 0644]
ext/exif/tests/gh10834.phpt [new file with mode: 0644]
ext/exif/tests/image007.jpg [new file with mode: 0644]
ext/exif/tests/image008.jpg [new file with mode: 0644]
ext/exif/tests/image009.jpg [new file with mode: 0644]
ext/exif/tests/image010.jpg [new file with mode: 0644]
ext/exif/tests/image011.jpg [new file with mode: 0644]
ext/exif/tests/image012.jpg [new file with mode: 0644]
ext/exif/tests/image013.jpg [new file with mode: 0644]
ext/exif/tests/image014.jpg [new file with mode: 0644]
ext/exif/tests/image015.jpg [new file with mode: 0644]
ext/exif/tests/image016.tiff [new file with mode: 0644]
ext/exif/tests/image017.tiff [new file with mode: 0644]
ext/exif/tests/image018.tiff [new file with mode: 0644]
ext/exif/tests/image020.tiff [new file with mode: 0644]
ext/exif/tests/image021.tiff [new file with mode: 0644]
ext/exif/tests/image022.tiff [new file with mode: 0644]
ext/exif/tests/image023.tiff [new file with mode: 0644]
ext/exif/tests/image024.jpg [new file with mode: 0644]
ext/exif/tests/image025.jpg [new file with mode: 0644]
ext/exif/tests/image026.tiff [new file with mode: 0644]
ext/exif/tests/image027.tiff [new file with mode: 0644]
ext/exif/tests/nesting_level_oom.phpt [new file with mode: 0644]
ext/exif/tests/nesting_level_oom.tiff [new file with mode: 0644]
ext/exif/tests/redhat-bug1362571.jpg [new file with mode: 0644]
ext/exif/tests/redhat-bug1362571.phpt [new file with mode: 0644]
ext/exif/tests/sony.jpg [new file with mode: 0644]
ext/exif/tests/sony.phpt [new file with mode: 0644]
ext/exif/tests/tag_with_illegal_zero_components.jpeg [new file with mode: 0644]
ext/exif/tests/tag_with_illegal_zero_components.phpt [new file with mode: 0644]
ext/exif/tests/temporary_buffer_leak.jpg [new file with mode: 0644]
ext/exif/tests/temporary_buffer_leak.phpt [new file with mode: 0644]
ext/exif/tests/test1.jpg [new file with mode: 0644]
ext/exif/tests/test2.jpg [new file with mode: 0644]
ext/exif/tests/test2私はガラスを食べられます.jpg [new file with mode: 0644]
ext/exif/tests/test3.jpg [new file with mode: 0644]
ext/exif/tests/test4.jpg [new file with mode: 0644]
ext/exif/tests/test5.jpg [new file with mode: 0644]
ext/exif/tests/zero_length_makernote_leak.phpt [new file with mode: 0644]
ext/exif/tests/zero_length_makernote_leak.tiff [new file with mode: 0644]
ext/ext_skel.php [new file with mode: 0755]
ext/ffi/CREDITS [new file with mode: 0644]
ext/ffi/config.m4 [new file with mode: 0644]
ext/ffi/config.w32 [new file with mode: 0644]
ext/ffi/ffi.c [new file with mode: 0644]
ext/ffi/ffi.g [new file with mode: 0644]
ext/ffi/ffi.stub.php [new file with mode: 0644]
ext/ffi/ffi_arginfo.h [new file with mode: 0644]
ext/ffi/ffi_parser.c [new file with mode: 0644]
ext/ffi/php_ffi.h [new file with mode: 0644]
ext/ffi/tests/001.phpt [new file with mode: 0644]
ext/ffi/tests/002.phpt [new file with mode: 0644]
ext/ffi/tests/003.phpt [new file with mode: 0644]
ext/ffi/tests/004.phpt [new file with mode: 0644]
ext/ffi/tests/005.phpt [new file with mode: 0644]
ext/ffi/tests/006.phpt [new file with mode: 0644]
ext/ffi/tests/007.phpt [new file with mode: 0644]
ext/ffi/tests/008.phpt [new file with mode: 0644]
ext/ffi/tests/009.phpt [new file with mode: 0644]
ext/ffi/tests/010.phpt [new file with mode: 0644]
ext/ffi/tests/011.phpt [new file with mode: 0644]
ext/ffi/tests/012.phpt [new file with mode: 0644]
ext/ffi/tests/013.phpt [new file with mode: 0644]
ext/ffi/tests/014.phpt [new file with mode: 0644]
ext/ffi/tests/015.phpt [new file with mode: 0644]
ext/ffi/tests/016.phpt [new file with mode: 0644]
ext/ffi/tests/017.phpt [new file with mode: 0644]
ext/ffi/tests/018.phpt [new file with mode: 0644]
ext/ffi/tests/019.phpt [new file with mode: 0644]
ext/ffi/tests/020.phpt [new file with mode: 0644]
ext/ffi/tests/021.phpt [new file with mode: 0644]
ext/ffi/tests/022.phpt [new file with mode: 0644]
ext/ffi/tests/023.phpt [new file with mode: 0644]
ext/ffi/tests/024.phpt [new file with mode: 0644]
ext/ffi/tests/025.phpt [new file with mode: 0644]
ext/ffi/tests/026.phpt [new file with mode: 0644]
ext/ffi/tests/027.phpt [new file with mode: 0644]
ext/ffi/tests/028.phpt [new file with mode: 0644]
ext/ffi/tests/029.phpt [new file with mode: 0644]
ext/ffi/tests/030.phpt [new file with mode: 0644]
ext/ffi/tests/031.phpt [new file with mode: 0644]
ext/ffi/tests/032.phpt [new file with mode: 0644]
ext/ffi/tests/033.phpt [new file with mode: 0644]
ext/ffi/tests/034.phpt [new file with mode: 0644]
ext/ffi/tests/035.phpt [new file with mode: 0644]
ext/ffi/tests/036.phpt [new file with mode: 0644]
ext/ffi/tests/037.phpt [new file with mode: 0644]
ext/ffi/tests/038.phpt [new file with mode: 0644]
ext/ffi/tests/039.phpt [new file with mode: 0644]
ext/ffi/tests/040.phpt [new file with mode: 0644]
ext/ffi/tests/041.phpt [new file with mode: 0644]
ext/ffi/tests/042.phpt [new file with mode: 0644]
ext/ffi/tests/043.phpt [new file with mode: 0644]
ext/ffi/tests/044.phpt [new file with mode: 0644]
ext/ffi/tests/045.phpt [new file with mode: 0644]
ext/ffi/tests/046.phpt [new file with mode: 0644]
ext/ffi/tests/047.phpt [new file with mode: 0644]
ext/ffi/tests/100.phpt [new file with mode: 0644]
ext/ffi/tests/101.phpt [new file with mode: 0644]
ext/ffi/tests/200.phpt [new file with mode: 0644]
ext/ffi/tests/300-win32.h.in [new file with mode: 0644]
ext/ffi/tests/300.h [new file with mode: 0644]
ext/ffi/tests/300.phpt [new file with mode: 0644]
ext/ffi/tests/301-win32.phpt [new file with mode: 0644]
ext/ffi/tests/301.phpt [new file with mode: 0644]
ext/ffi/tests/302.phpt [new file with mode: 0644]
ext/ffi/tests/303.phpt [new file with mode: 0644]
ext/ffi/tests/arrayPointer.phpt [new file with mode: 0644]
ext/ffi/tests/bug77632.phpt [new file with mode: 0644]
ext/ffi/tests/bug77632b.phpt [new file with mode: 0644]
ext/ffi/tests/bug77706.phpt [new file with mode: 0644]
ext/ffi/tests/bug77768.phpt [new file with mode: 0644]
ext/ffi/tests/bug78270_1.phpt [new file with mode: 0644]
ext/ffi/tests/bug78270_2.phpt [new file with mode: 0644]
ext/ffi/tests/bug78543.phpt [new file with mode: 0644]
ext/ffi/tests/bug78714.phpt [new file with mode: 0644]
ext/ffi/tests/bug78761.phpt [new file with mode: 0644]
ext/ffi/tests/bug78761_preload.h [new file with mode: 0644]
ext/ffi/tests/bug78761_preload.php [new file with mode: 0644]
ext/ffi/tests/bug78762.phpt [new file with mode: 0644]
ext/ffi/tests/bug79096.phpt [new file with mode: 0644]
ext/ffi/tests/bug79177.phpt [new file with mode: 0644]
ext/ffi/tests/bug79532.phpt [new file with mode: 0644]
ext/ffi/tests/bug79571.phpt [new file with mode: 0644]
ext/ffi/tests/bug79576.phpt [new file with mode: 0644]
ext/ffi/tests/bug79749.phpt [new file with mode: 0644]
ext/ffi/tests/bug80186.phpt [new file with mode: 0644]
ext/ffi/tests/bug80847.phpt [new file with mode: 0644]
ext/ffi/tests/bug_gh9090.phpt [new file with mode: 0644]
ext/ffi/tests/callconv.phpt [new file with mode: 0644]
ext/ffi/tests/callconv_x86.dll [new file with mode: 0644]
ext/ffi/tests/gh10403.phpt [new file with mode: 0644]
ext/ffi/tests/gh10568.phpt [new file with mode: 0644]
ext/ffi/tests/gh7867.phpt [new file with mode: 0644]
ext/ffi/tests/gh8433.phpt [new file with mode: 0644]
ext/ffi/tests/gh9697.phpt [new file with mode: 0644]
ext/ffi/tests/list.phpt [new file with mode: 0644]
ext/ffi/tests/preload.inc [new file with mode: 0644]
ext/ffi/tests/trampoline_reset.phpt [new file with mode: 0644]
ext/ffi/tests/utils.inc [new file with mode: 0644]
ext/fileinfo/CREDITS [new file with mode: 0644]
ext/fileinfo/Makefile.frag [new file with mode: 0644]
ext/fileinfo/config.m4 [new file with mode: 0644]
ext/fileinfo/config.w32 [new file with mode: 0644]
ext/fileinfo/create_data_file.php [new file with mode: 0755]
ext/fileinfo/data_file.c [new file with mode: 0644]
ext/fileinfo/fileinfo.c [new file with mode: 0644]
ext/fileinfo/fileinfo.stub.php [new file with mode: 0644]
ext/fileinfo/fileinfo_arginfo.h [new file with mode: 0644]
ext/fileinfo/generate_patch.sh [new file with mode: 0755]
ext/fileinfo/libmagic.patch [new file with mode: 0644]
ext/fileinfo/libmagic/LICENSE [new file with mode: 0644]
ext/fileinfo/libmagic/apprentice.c [new file with mode: 0644]
ext/fileinfo/libmagic/apptype.c [new file with mode: 0644]
ext/fileinfo/libmagic/ascmagic.c [new file with mode: 0644]
ext/fileinfo/libmagic/buffer.c [new file with mode: 0644]
ext/fileinfo/libmagic/cdf.c [new file with mode: 0644]
ext/fileinfo/libmagic/cdf.h [new file with mode: 0644]
ext/fileinfo/libmagic/cdf_time.c [new file with mode: 0644]
ext/fileinfo/libmagic/compress.c [new file with mode: 0644]
ext/fileinfo/libmagic/config.h [new file with mode: 0644]
ext/fileinfo/libmagic/der.c [new file with mode: 0644]
ext/fileinfo/libmagic/der.h [new file with mode: 0644]
ext/fileinfo/libmagic/elfclass.h [new file with mode: 0644]
ext/fileinfo/libmagic/encoding.c [new file with mode: 0644]
ext/fileinfo/libmagic/file.h [new file with mode: 0644]
ext/fileinfo/libmagic/fsmagic.c [new file with mode: 0644]
ext/fileinfo/libmagic/funcs.c [new file with mode: 0644]
ext/fileinfo/libmagic/is_csv.c [new file with mode: 0644]
ext/fileinfo/libmagic/is_json.c [new file with mode: 0644]
ext/fileinfo/libmagic/is_tar.c [new file with mode: 0644]
ext/fileinfo/libmagic/magic.c [new file with mode: 0644]
ext/fileinfo/libmagic/magic.h [new file with mode: 0644]
ext/fileinfo/libmagic/print.c [new file with mode: 0644]
ext/fileinfo/libmagic/readcdf.c [new file with mode: 0644]
ext/fileinfo/libmagic/softmagic.c [new file with mode: 0644]
ext/fileinfo/libmagic/strcasestr.c [new file with mode: 0644]
ext/fileinfo/libmagic/tar.h [new file with mode: 0644]
ext/fileinfo/magicdata.patch [new file with mode: 0644]
ext/fileinfo/php_fileinfo.h [new file with mode: 0644]
ext/fileinfo/tests/67647.mov [new file with mode: 0644]
ext/fileinfo/tests/68398.zip [new file with mode: 0644]
ext/fileinfo/tests/68731.gif [new file with mode: 0644]
ext/fileinfo/tests/bug57547.phpt [new file with mode: 0644]
ext/fileinfo/tests/bug61173.phpt [new file with mode: 0644]
ext/fileinfo/tests/bug61964-mb.phpt [new file with mode: 0644]
ext/fileinfo/tests/bug61964.phpt [new file with mode: 0644]
ext/fileinfo/tests/bug67516.gif [new file with mode: 0644]
ext/fileinfo/tests/bug67516.phpt [new file with mode: 0644]
ext/fileinfo/tests/bug67647-mb.phpt [new file with mode: 0644]
ext/fileinfo/tests/bug67647.phpt [new file with mode: 0644]
ext/fileinfo/tests/bug68398.phpt [new file with mode: 0644]
ext/fileinfo/tests/bug68731.phpt [new file with mode: 0644]
ext/fileinfo/tests/bug68735.jpg [new file with mode: 0644]
ext/fileinfo/tests/bug68735.phpt [new file with mode: 0644]
ext/fileinfo/tests/bug68819_001.phpt [new file with mode: 0644]
ext/fileinfo/tests/bug68819_002.phpt [new file with mode: 0644]
ext/fileinfo/tests/bug68996.phpt [new file with mode: 0644]
ext/fileinfo/tests/bug69107.phpt [new file with mode: 0644]
ext/fileinfo/tests/bug69320.phpt [new file with mode: 0644]
ext/fileinfo/tests/bug71434.phpt [new file with mode: 0644]
ext/fileinfo/tests/bug71527-mb.phpt [new file with mode: 0644]
ext/fileinfo/tests/bug71527.magic [new file with mode: 0644]
ext/fileinfo/tests/bug71527.phpt [new file with mode: 0644]
ext/fileinfo/tests/bug71527私はガラスを食べられます.magic [new file with mode: 0644]
ext/fileinfo/tests/bug74170.phpt [new file with mode: 0644]
ext/fileinfo/tests/bug77961.magic [new file with mode: 0644]
ext/fileinfo/tests/bug77961.phpt [new file with mode: 0644]
ext/fileinfo/tests/bug78987.phpt [new file with mode: 0644]
ext/fileinfo/tests/bug79283.phpt [new file with mode: 0644]
ext/fileinfo/tests/bug79756.phpt [new file with mode: 0644]
ext/fileinfo/tests/bug79756.xls [new file with mode: 0644]
ext/fileinfo/tests/bug81723.phpt [new file with mode: 0644]
ext/fileinfo/tests/clone_serialize.phpt [new file with mode: 0644]
ext/fileinfo/tests/cve-2014-1943-mb.phpt [new file with mode: 0644]
ext/fileinfo/tests/cve-2014-1943.phpt [new file with mode: 0644]
ext/fileinfo/tests/cve-2014-1943私はガラスを食べられます.data [new file with mode: 0644]
ext/fileinfo/tests/cve-2014-1943私はガラスを食べられます.magic [new file with mode: 0644]
ext/fileinfo/tests/cve-2014-3538-mb.phpt [new file with mode: 0644]
ext/fileinfo/tests/cve-2014-3538-nojit.phpt [new file with mode: 0644]
ext/fileinfo/tests/cve-2014-3538.phpt [new file with mode: 0644]
ext/fileinfo/tests/cve-2014-3538私はガラスを食べられます.data [new file with mode: 0644]
ext/fileinfo/tests/finfo_apple_flag.phpt [new file with mode: 0644]
ext/fileinfo/tests/finfo_buffer_basic-mb.phpt [new file with mode: 0644]
ext/fileinfo/tests/finfo_buffer_basic.phpt [new file with mode: 0644]
ext/fileinfo/tests/finfo_buffer_variation1-mb.phpt [new file with mode: 0644]
ext/fileinfo/tests/finfo_buffer_variation1.phpt [new file with mode: 0644]
ext/fileinfo/tests/finfo_close_basic.phpt [new file with mode: 0644]
ext/fileinfo/tests/finfo_close_error.phpt [new file with mode: 0644]
ext/fileinfo/tests/finfo_extension_flag.phpt [new file with mode: 0644]
ext/fileinfo/tests/finfo_file_001.phpt [new file with mode: 0644]
ext/fileinfo/tests/finfo_file_002.phpt [new file with mode: 0644]
ext/fileinfo/tests/finfo_file_basic.phpt [new file with mode: 0644]
ext/fileinfo/tests/finfo_file_regex.phpt [new file with mode: 0644]
ext/fileinfo/tests/finfo_file_stream_001.phpt [new file with mode: 0644]
ext/fileinfo/tests/finfo_open_001.phpt [new file with mode: 0644]
ext/fileinfo/tests/finfo_open_002.phpt [new file with mode: 0644]
ext/fileinfo/tests/finfo_open_basic.phpt [new file with mode: 0644]
ext/fileinfo/tests/finfo_open_error.phpt [new file with mode: 0644]
ext/fileinfo/tests/finfo_open_variation1.phpt [new file with mode: 0644]
ext/fileinfo/tests/finfo_phpinfo_basic.phpt [new file with mode: 0644]
ext/fileinfo/tests/finfo_set_flags_basic-mb.phpt [new file with mode: 0644]
ext/fileinfo/tests/finfo_set_flags_basic.phpt [new file with mode: 0644]
ext/fileinfo/tests/finfo_upstream.phpt [new file with mode: 0644]
ext/fileinfo/tests/magic [new file with mode: 0644]
ext/fileinfo/tests/magic私はガラスを食べられます [new file with mode: 0644]
ext/fileinfo/tests/mime_content_type_001.phpt [new file with mode: 0644]
ext/fileinfo/tests/mime_content_type_002.phpt [new file with mode: 0644]
ext/fileinfo/tests/precedural_finfo_in_method.phpt [new file with mode: 0644]
ext/fileinfo/tests/resources/dir.zip [new file with mode: 0644]
ext/fileinfo/tests/resources/test.awk [new file with mode: 0644]
ext/fileinfo/tests/resources/test.bmp [new file with mode: 0644]
ext/fileinfo/tests/resources/test.gif [new file with mode: 0644]
ext/fileinfo/tests/resources/test.jpg [new file with mode: 0644]
ext/fileinfo/tests/resources/test.json [new file with mode: 0644]
ext/fileinfo/tests/resources/test.mp3 [new file with mode: 0644]
ext/fileinfo/tests/resources/test.pdf [new file with mode: 0644]
ext/fileinfo/tests/resources/test.png [new file with mode: 0644]
ext/fileinfo/tests/resources/test.ppt [new file with mode: 0644]
ext/fileinfo/tests/resources/test.tga [new file with mode: 0644]
ext/fileinfo/tests/resources/test.webm [new file with mode: 0644]
ext/fileinfo/tests/resources/test.woff [new file with mode: 0644]
ext/fileinfo/tests/upstream/CVE-2014-1943.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/CVE-2014-1943.testfile [new file with mode: 0644]
ext/fileinfo/tests/upstream/JW07022A.mp3.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/JW07022A.mp3.testfile [new file with mode: 0644]
ext/fileinfo/tests/upstream/escapevel.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/escapevel.testfile [new file with mode: 0644]
ext/fileinfo/tests/upstream/fit-map-data.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/fit-map-data.testfile [new file with mode: 0644]
ext/fileinfo/tests/upstream/gedcom.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/gedcom.testfile [new file with mode: 0644]
ext/fileinfo/tests/upstream/hddrawcopytool.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/hddrawcopytool.testfile [new file with mode: 0644]
ext/fileinfo/tests/upstream/issue311docx.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/issue311docx.testfile [new file with mode: 0644]
ext/fileinfo/tests/upstream/issue359xlsx.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/issue359xlsx.testfile [new file with mode: 0644]
ext/fileinfo/tests/upstream/json1.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/json1.testfile [new file with mode: 0644]
ext/fileinfo/tests/upstream/json2.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/json2.testfile [new file with mode: 0644]
ext/fileinfo/tests/upstream/json3.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/json3.testfile [new file with mode: 0644]
ext/fileinfo/tests/upstream/pgp-binary-key-v2-phil.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/pgp-binary-key-v2-phil.testfile [new file with mode: 0644]
ext/fileinfo/tests/upstream/pgp-binary-key-v3-lutz.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/pgp-binary-key-v3-lutz.testfile [new file with mode: 0644]
ext/fileinfo/tests/upstream/pgp-binary-key-v4-dsa.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/pgp-binary-key-v4-dsa.testfile [new file with mode: 0644]
ext/fileinfo/tests/upstream/pgp-binary-key-v4-ecc-no-userid-secret.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/pgp-binary-key-v4-ecc-no-userid-secret.testfile [new file with mode: 0644]
ext/fileinfo/tests/upstream/pgp-binary-key-v4-ecc-secret-key.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/pgp-binary-key-v4-ecc-secret-key.testfile [new file with mode: 0644]
ext/fileinfo/tests/upstream/pgp-binary-key-v4-rsa-key.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/pgp-binary-key-v4-rsa-key.testfile [new file with mode: 0644]
ext/fileinfo/tests/upstream/pgp-binary-key-v4-rsa-no-userid-secret.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/pgp-binary-key-v4-rsa-no-userid-secret.testfile [new file with mode: 0644]
ext/fileinfo/tests/upstream/pgp-binary-key-v4-rsa-secret-key.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/pgp-binary-key-v4-rsa-secret-key.testfile [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-3-skippable-frames.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-dictionary-0.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-dictionary-1.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-dictionary-2.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-skippable-frame-0.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-skippable-frame-4.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-skippable-frame-8.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-skippable-frame-C.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-v0.2-FF.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-v0.2-FF.testfile [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-v0.3-FF.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-v0.3-FF.testfile [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-v0.4-FF.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-v0.4-FF.testfile [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-v0.5-FF.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-v0.5-FF.testfile [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-v0.6-FF.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-v0.6-FF.testfile [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-v0.7-00.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-v0.7-21.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-v0.7-21.testfile [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-v0.7-22.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-v0.7-22.testfile [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-v0.8-00.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-v0.8-01.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-v0.8-01.testfile [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-v0.8-02.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-v0.8-02.testfile [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-v0.8-03.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-v0.8-03.testfile [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-v0.8-16.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-v0.8-16.testfile [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-v0.8-20.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-v0.8-20.testfile [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-v0.8-21.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-v0.8-21.testfile [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-v0.8-22.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-v0.8-22.testfile [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-v0.8-23.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-v0.8-23.testfile [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-v0.8-F4.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-v0.8-F4.testfile [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-v0.8-FF.result [new file with mode: 0644]
ext/fileinfo/tests/upstream/zstd-v0.8-FF.testfile [new file with mode: 0644]
ext/filter/CREDITS [new file with mode: 0644]
ext/filter/callback_filter.c [new file with mode: 0644]
ext/filter/config.m4 [new file with mode: 0644]
ext/filter/config.w32 [new file with mode: 0644]
ext/filter/filter.c [new file with mode: 0644]
ext/filter/filter.stub.php [new file with mode: 0644]
ext/filter/filter_arginfo.h [new file with mode: 0644]
ext/filter/filter_private.h [new file with mode: 0644]
ext/filter/logical_filters.c [new file with mode: 0644]
ext/filter/php_filter.h [new file with mode: 0644]
ext/filter/sanitizing_filters.c [new file with mode: 0644]
ext/filter/tests/001.phpt [new file with mode: 0644]
ext/filter/tests/002.phpt [new file with mode: 0644]
ext/filter/tests/003.phpt [new file with mode: 0644]
ext/filter/tests/004.phpt [new file with mode: 0644]
ext/filter/tests/005.phpt [new file with mode: 0644]
ext/filter/tests/006.phpt [new file with mode: 0644]
ext/filter/tests/007.phpt [new file with mode: 0644]
ext/filter/tests/008.phpt [new file with mode: 0644]
ext/filter/tests/009.phpt [new file with mode: 0644]
ext/filter/tests/010.phpt [new file with mode: 0644]
ext/filter/tests/011.phpt [new file with mode: 0644]
ext/filter/tests/012.phpt [new file with mode: 0644]
ext/filter/tests/013.phpt [new file with mode: 0644]
ext/filter/tests/014.phpt [new file with mode: 0644]
ext/filter/tests/015.phpt [new file with mode: 0644]
ext/filter/tests/016.phpt [new file with mode: 0644]
ext/filter/tests/017.phpt [new file with mode: 0644]
ext/filter/tests/018.phpt [new file with mode: 0644]
ext/filter/tests/019.phpt [new file with mode: 0644]
ext/filter/tests/021.phpt [new file with mode: 0644]
ext/filter/tests/022.phpt [new file with mode: 0644]
ext/filter/tests/023.phpt [new file with mode: 0644]
ext/filter/tests/024.phpt [new file with mode: 0644]
ext/filter/tests/025.phpt [new file with mode: 0644]
ext/filter/tests/026.phpt [new file with mode: 0644]
ext/filter/tests/027.phpt [new file with mode: 0644]
ext/filter/tests/028.phpt [new file with mode: 0644]
ext/filter/tests/029.phpt [new file with mode: 0644]
ext/filter/tests/030.phpt [new file with mode: 0644]
ext/filter/tests/031.phpt [new file with mode: 0644]
ext/filter/tests/032.phpt [new file with mode: 0644]
ext/filter/tests/033.phpt [new file with mode: 0644]
ext/filter/tests/033_run.inc [new file with mode: 0644]
ext/filter/tests/034.phpt [new file with mode: 0644]
ext/filter/tests/035.phpt [new file with mode: 0644]
ext/filter/tests/036.phpt [new file with mode: 0644]
ext/filter/tests/037.phpt [new file with mode: 0644]
ext/filter/tests/038.phpt [new file with mode: 0644]
ext/filter/tests/039.phpt [new file with mode: 0644]
ext/filter/tests/040.phpt [new file with mode: 0644]
ext/filter/tests/041.phpt [new file with mode: 0644]
ext/filter/tests/042.phpt [new file with mode: 0644]
ext/filter/tests/043.phpt [new file with mode: 0644]
ext/filter/tests/044.phpt [new file with mode: 0644]
ext/filter/tests/045.phpt [new file with mode: 0644]
ext/filter/tests/046.phpt [new file with mode: 0644]
ext/filter/tests/047.phpt [new file with mode: 0644]
ext/filter/tests/048.phpt [new file with mode: 0644]
ext/filter/tests/049.phpt [new file with mode: 0644]
ext/filter/tests/050.phpt [new file with mode: 0644]
ext/filter/tests/051.phpt [new file with mode: 0644]
ext/filter/tests/052.phpt [new file with mode: 0644]
ext/filter/tests/053.phpt [new file with mode: 0644]
ext/filter/tests/054.phpt [new file with mode: 0644]
ext/filter/tests/055.phpt [new file with mode: 0644]
ext/filter/tests/056.phpt [new file with mode: 0644]
ext/filter/tests/057.phpt [new file with mode: 0644]
ext/filter/tests/058.phpt [new file with mode: 0644]
ext/filter/tests/059.phpt [new file with mode: 0644]
ext/filter/tests/060.phpt [new file with mode: 0644]
ext/filter/tests/061.phpt [new file with mode: 0644]
ext/filter/tests/PMOPB45.phpt [new file with mode: 0644]
ext/filter/tests/bug39846.phpt [new file with mode: 0644]
ext/filter/tests/bug42718-2.phpt [new file with mode: 0644]
ext/filter/tests/bug42718.phpt [new file with mode: 0644]
ext/filter/tests/bug44445.phpt [new file with mode: 0644]
ext/filter/tests/bug44779.phpt [new file with mode: 0644]
ext/filter/tests/bug46973.phpt [new file with mode: 0644]
ext/filter/tests/bug47435.phpt [new file with mode: 0644]
ext/filter/tests/bug47745.phpt [new file with mode: 0644]
ext/filter/tests/bug48762.phpt [new file with mode: 0644]
ext/filter/tests/bug49184.phpt [new file with mode: 0644]
ext/filter/tests/bug49274.phpt [new file with mode: 0644]
ext/filter/tests/bug49510.phpt [new file with mode: 0644]
ext/filter/tests/bug50158.phpt [new file with mode: 0644]
ext/filter/tests/bug50632.phpt [new file with mode: 0644]
ext/filter/tests/bug51192.phpt [new file with mode: 0644]
ext/filter/tests/bug51368.phpt [new file with mode: 0644]
ext/filter/tests/bug52209.phpt [new file with mode: 0644]
ext/filter/tests/bug52929.phpt [new file with mode: 0644]
ext/filter/tests/bug53037.phpt [new file with mode: 0644]
ext/filter/tests/bug53150.phpt [new file with mode: 0644]
ext/filter/tests/bug55478.phpt [new file with mode: 0644]
ext/filter/tests/bug61700.phpt [new file with mode: 0644]
ext/filter/tests/bug64441.phpt [new file with mode: 0644]
ext/filter/tests/bug67167.01.phpt [new file with mode: 0644]
ext/filter/tests/bug67167.02.phpt [new file with mode: 0644]
ext/filter/tests/bug69202.phpt [new file with mode: 0644]
ext/filter/tests/bug69203.phpt [new file with mode: 0644]
ext/filter/tests/bug71063.phpt [new file with mode: 0644]
ext/filter/tests/bug73054.phpt [new file with mode: 0644]
ext/filter/tests/bug76366.phpt [new file with mode: 0644]
ext/filter/tests/bug7715.phpt [new file with mode: 0644]
ext/filter/tests/bug77221.phpt [new file with mode: 0644]
ext/filter/tests/bug7733.phpt [new file with mode: 0644]
ext/filter/tests/bug77423.phpt [new file with mode: 0644]
ext/filter/tests/bug80584.phpt [new file with mode: 0644]
ext/filter/tests/bug81122.phpt [new file with mode: 0644]
ext/filter/tests/bug81708.phpt [new file with mode: 0644]
ext/filter/tests/bug8315.phpt [new file with mode: 0644]
ext/filter/tests/callback_closure.phpt [new file with mode: 0644]
ext/filter/tests/callback_non_modified_var.phpt [new file with mode: 0644]
ext/filter/tests/filter_data.phpt [new file with mode: 0644]
ext/filter/tests/filter_default_deprecation.phpt [new file with mode: 0644]
ext/filter/tests/filter_ipv4_rfc6890.phpt [new file with mode: 0644]
ext/filter/tests/filter_null_on_failure.phpt [new file with mode: 0644]
ext/filter/tests/filter_var_array_with_ref.phpt [new file with mode: 0644]
ext/filter/tests/surprising_integer_literals.phpt [new file with mode: 0644]
ext/ftp/CREDITS [new file with mode: 0644]
ext/ftp/config.m4 [new file with mode: 0644]
ext/ftp/config.w32 [new file with mode: 0644]
ext/ftp/ftp.c [new file with mode: 0644]
ext/ftp/ftp.h [new file with mode: 0644]
ext/ftp/ftp.stub.php [new file with mode: 0644]
ext/ftp/ftp_arginfo.h [new file with mode: 0644]
ext/ftp/php_ftp.c [new file with mode: 0644]
ext/ftp/php_ftp.h [new file with mode: 0644]
ext/ftp/tests/001.phpt [new file with mode: 0644]
ext/ftp/tests/002.phpt [new file with mode: 0644]
ext/ftp/tests/003.phpt [new file with mode: 0644]
ext/ftp/tests/004.phpt [new file with mode: 0644]
ext/ftp/tests/005.phpt [new file with mode: 0644]
ext/ftp/tests/007.phpt [new file with mode: 0644]
ext/ftp/tests/bug27809.phpt [new file with mode: 0644]
ext/ftp/tests/bug37799.phpt [new file with mode: 0644]
ext/ftp/tests/bug39458-2.phpt [new file with mode: 0644]
ext/ftp/tests/bug39458.phpt [new file with mode: 0644]
ext/ftp/tests/bug39583-2.phpt [new file with mode: 0644]
ext/ftp/tests/bug39583.phpt [new file with mode: 0644]
ext/ftp/tests/bug7216-2.phpt [new file with mode: 0644]
ext/ftp/tests/bug7216.phpt [new file with mode: 0644]
ext/ftp/tests/bug79100.phpt [new file with mode: 0644]
ext/ftp/tests/bug80901.phpt [new file with mode: 0644]
ext/ftp/tests/cert.pem [new file with mode: 0644]
ext/ftp/tests/dead-resource.phpt [new file with mode: 0644]
ext/ftp/tests/filesize_large.phpt [new file with mode: 0644]
ext/ftp/tests/ftp_alloc_basic1.phpt [new file with mode: 0644]
ext/ftp/tests/ftp_alloc_basic2.phpt [new file with mode: 0644]
ext/ftp/tests/ftp_append.phpt [new file with mode: 0644]
ext/ftp/tests/ftp_chmod_basic.phpt [new file with mode: 0644]
ext/ftp/tests/ftp_connect_001.phpt [new file with mode: 0644]
ext/ftp/tests/ftp_constructor.phpt [new file with mode: 0644]
ext/ftp/tests/ftp_delete.phpt [new file with mode: 0644]
ext/ftp/tests/ftp_exec_basic.phpt [new file with mode: 0644]
ext/ftp/tests/ftp_fget_basic.phpt [new file with mode: 0644]
ext/ftp/tests/ftp_fget_basic1.phpt [new file with mode: 0644]
ext/ftp/tests/ftp_fget_basic2.phpt [new file with mode: 0644]
ext/ftp/tests/ftp_fget_basic3.phpt [new file with mode: 0644]
ext/ftp/tests/ftp_fput.phpt [new file with mode: 0644]
ext/ftp/tests/ftp_get_basic.phpt [new file with mode: 0644]
ext/ftp/tests/ftp_get_option.phpt [new file with mode: 0644]
ext/ftp/tests/ftp_mdtm_basic.phpt [new file with mode: 0644]
ext/ftp/tests/ftp_mlsd.phpt [new file with mode: 0644]
ext/ftp/tests/ftp_mlsd_empty_directory.phpt [new file with mode: 0644]
ext/ftp/tests/ftp_mlsd_missing_directory.phpt [new file with mode: 0644]
ext/ftp/tests/ftp_nb_continue.phpt [new file with mode: 0644]
ext/ftp/tests/ftp_nb_fget_basic1.phpt [new file with mode: 0644]
ext/ftp/tests/ftp_nb_fget_basic2.phpt [new file with mode: 0644]
ext/ftp/tests/ftp_nb_fget_basic3.phpt [new file with mode: 0644]
ext/ftp/tests/ftp_nb_fput.phpt [new file with mode: 0644]
ext/ftp/tests/ftp_nb_get_large.phpt [new file with mode: 0644]
ext/ftp/tests/ftp_nb_put.phpt [new file with mode: 0644]
ext/ftp/tests/ftp_pasv.phpt [new file with mode: 0644]
ext/ftp/tests/ftp_rawlist_basic1.phpt [new file with mode: 0644]
ext/ftp/tests/ftp_rawlist_basic2.phpt [new file with mode: 0644]
ext/ftp/tests/ftp_rename_basic1.phpt [new file with mode: 0644]
ext/ftp/tests/ftp_rmdir_basic.phpt [new file with mode: 0644]
ext/ftp/tests/ftp_set_option.phpt [new file with mode: 0644]
ext/ftp/tests/ftp_set_option_errors.phpt [new file with mode: 0644]
ext/ftp/tests/ftp_site_basic.phpt [new file with mode: 0644]
ext/ftp/tests/ftp_ssl_connect_error.phpt [new file with mode: 0644]
ext/ftp/tests/gh10521.phpt [new file with mode: 0644]
ext/ftp/tests/server.inc [new file with mode: 0644]
ext/gd/CREDITS [new file with mode: 0644]
ext/gd/config.m4 [new file with mode: 0644]
ext/gd/config.w32 [new file with mode: 0644]
ext/gd/gd.c [new file with mode: 0644]
ext/gd/gd.stub.php [new file with mode: 0644]
ext/gd/gd_arginfo.h [new file with mode: 0644]
ext/gd/gd_compat.c [new file with mode: 0644]
ext/gd/gd_compat.h [new file with mode: 0644]
ext/gd/libgd/bmp.h [new file with mode: 0644]
ext/gd/libgd/gd.c [new file with mode: 0644]
ext/gd/libgd/gd.h [new file with mode: 0644]
ext/gd/libgd/gd2copypal.c [new file with mode: 0644]
ext/gd/libgd/gd2time.c [new file with mode: 0644]
ext/gd/libgd/gd2topng.c [new file with mode: 0644]
ext/gd/libgd/gd_avif.c [new file with mode: 0644]
ext/gd/libgd/gd_bmp.c [new file with mode: 0644]
ext/gd/libgd/gd_color_match.c [new file with mode: 0644]
ext/gd/libgd/gd_crop.c [new file with mode: 0644]
ext/gd/libgd/gd_errors.h [new file with mode: 0644]
ext/gd/libgd/gd_filter.c [new file with mode: 0644]
ext/gd/libgd/gd_gd.c [new file with mode: 0644]
ext/gd/libgd/gd_gd2.c [new file with mode: 0644]
ext/gd/libgd/gd_gif_in.c [new file with mode: 0644]
ext/gd/libgd/gd_gif_out.c [new file with mode: 0644]
ext/gd/libgd/gd_intern.h [new file with mode: 0644]
ext/gd/libgd/gd_interpolation.c [new file with mode: 0644]
ext/gd/libgd/gd_io.c [new file with mode: 0644]
ext/gd/libgd/gd_io.h [new file with mode: 0644]
ext/gd/libgd/gd_io_dp.c [new file with mode: 0644]
ext/gd/libgd/gd_io_file.c [new file with mode: 0644]
ext/gd/libgd/gd_io_ss.c [new file with mode: 0644]
ext/gd/libgd/gd_jpeg.c [new file with mode: 0644]
ext/gd/libgd/gd_matrix.c [new file with mode: 0644]
ext/gd/libgd/gd_pixelate.c [new file with mode: 0644]
ext/gd/libgd/gd_png.c [new file with mode: 0644]
ext/gd/libgd/gd_rotate.c [new file with mode: 0644]
ext/gd/libgd/gd_security.c [new file with mode: 0644]
ext/gd/libgd/gd_ss.c [new file with mode: 0644]
ext/gd/libgd/gd_tga.c [new file with mode: 0644]
ext/gd/libgd/gd_tga.h [new file with mode: 0644]
ext/gd/libgd/gd_topal.c [new file with mode: 0644]
ext/gd/libgd/gd_transform.c [new file with mode: 0644]
ext/gd/libgd/gd_wbmp.c [new file with mode: 0644]
ext/gd/libgd/gd_webp.c [new file with mode: 0644]
ext/gd/libgd/gd_xbm.c [new file with mode: 0644]
ext/gd/libgd/gdcache.c [new file with mode: 0644]
ext/gd/libgd/gdcache.h [new file with mode: 0644]
ext/gd/libgd/gddemo.c [new file with mode: 0644]
ext/gd/libgd/gdfontg.c [new file with mode: 0644]
ext/gd/libgd/gdfontg.h [new file with mode: 0644]
ext/gd/libgd/gdfontl.c [new file with mode: 0644]
ext/gd/libgd/gdfontl.h [new file with mode: 0644]
ext/gd/libgd/gdfontmb.c [new file with mode: 0644]
ext/gd/libgd/gdfontmb.h [new file with mode: 0644]
ext/gd/libgd/gdfonts.c [new file with mode: 0644]
ext/gd/libgd/gdfonts.h [new file with mode: 0644]
ext/gd/libgd/gdfontt.c [new file with mode: 0644]
ext/gd/libgd/gdfontt.h [new file with mode: 0644]
ext/gd/libgd/gdft.c [new file with mode: 0644]
ext/gd/libgd/gdhelpers.c [new file with mode: 0644]
ext/gd/libgd/gdhelpers.h [new file with mode: 0644]
ext/gd/libgd/gdkanji.c [new file with mode: 0644]
ext/gd/libgd/gdparttopng.c [new file with mode: 0644]
ext/gd/libgd/gdtables.c [new file with mode: 0644]
ext/gd/libgd/gdtest.c [new file with mode: 0644]
ext/gd/libgd/gdtestft.c [new file with mode: 0644]
ext/gd/libgd/gdtopng.c [new file with mode: 0644]
ext/gd/libgd/gdxpm.c [new file with mode: 0644]
ext/gd/libgd/jisx0208.h [new file with mode: 0644]
ext/gd/libgd/pngtogd.c [new file with mode: 0644]
ext/gd/libgd/pngtogd2.c [new file with mode: 0644]
ext/gd/libgd/testac.c [new file with mode: 0644]
ext/gd/libgd/wbmp.c [new file with mode: 0644]
ext/gd/libgd/wbmp.h [new file with mode: 0644]
ext/gd/libgd/webpng.c [new file with mode: 0644]
ext/gd/php_gd.h [new file with mode: 0644]
ext/gd/tests/001-mb.phpt [new file with mode: 0644]
ext/gd/tests/001.phpt [new file with mode: 0644]
ext/gd/tests/Rochester-Regular.otf [new file with mode: 0644]
ext/gd/tests/Rochester-Regular.otf.LICENSE.txt [new file with mode: 0644]
ext/gd/tests/Tuffy.ttf [new file with mode: 0644]
ext/gd/tests/Tuffy私はガラスを食べられます.ttf [new file with mode: 0644]
ext/gd/tests/avif_decode_encode.phpt [new file with mode: 0644]
ext/gd/tests/bug19366.phpt [new file with mode: 0644]
ext/gd/tests/bug22544-mb.phpt [new file with mode: 0644]
ext/gd/tests/bug22544.phpt [new file with mode: 0644]
ext/gd/tests/bug22544.png [new file with mode: 0644]
ext/gd/tests/bug22544私はガラスを食べられます.png [new file with mode: 0644]
ext/gd/tests/bug24155.phpt [new file with mode: 0644]
ext/gd/tests/bug24594.phpt [new file with mode: 0644]
ext/gd/tests/bug27582_1.phpt [new file with mode: 0644]
ext/gd/tests/bug28147.phpt [new file with mode: 0644]
ext/gd/tests/bug36697-mb.phpt [new file with mode: 0644]
ext/gd/tests/bug36697.phpt [new file with mode: 0644]
ext/gd/tests/bug37346-mb.phpt [new file with mode: 0644]
ext/gd/tests/bug37346.gif [new file with mode: 0644]
ext/gd/tests/bug37346.phpt [new file with mode: 0644]
ext/gd/tests/bug37346私はガラスを食べられます.gif [new file with mode: 0644]
ext/gd/tests/bug37360.gif [new file with mode: 0644]
ext/gd/tests/bug37360.phpt [new file with mode: 0644]
ext/gd/tests/bug38112.gif [new file with mode: 0644]
ext/gd/tests/bug38112.phpt [new file with mode: 0644]
ext/gd/tests/bug38179.phpt [new file with mode: 0644]
ext/gd/tests/bug38212-mb.phpt [new file with mode: 0644]
ext/gd/tests/bug38212.phpt [new file with mode: 0644]
ext/gd/tests/bug39082.phpt [new file with mode: 0644]
ext/gd/tests/bug39273.phpt [new file with mode: 0644]
ext/gd/tests/bug39366.phpt [new file with mode: 0644]
ext/gd/tests/bug39508.phpt [new file with mode: 0644]
ext/gd/tests/bug39780.phpt [new file with mode: 0644]
ext/gd/tests/bug39780.png [new file with mode: 0644]
ext/gd/tests/bug39780_extern.phpt [new file with mode: 0644]
ext/gd/tests/bug40764.phpt [new file with mode: 0644]
ext/gd/tests/bug41442.phpt [new file with mode: 0644]
ext/gd/tests/bug42434.phpt [new file with mode: 0644]
ext/gd/tests/bug43073.phpt [new file with mode: 0644]
ext/gd/tests/bug43121.gif [new file with mode: 0644]
ext/gd/tests/bug43121.phpt [new file with mode: 0644]
ext/gd/tests/bug43475.phpt [new file with mode: 0644]
ext/gd/tests/bug43475.png [new file with mode: 0644]
ext/gd/tests/bug43828.phpt [new file with mode: 0644]
ext/gd/tests/bug43828.png [new file with mode: 0644]
ext/gd/tests/bug44849.phpt [new file with mode: 0644]
ext/gd/tests/bug45799.phpt [new file with mode: 0644]
ext/gd/tests/bug47946.phpt [new file with mode: 0644]
ext/gd/tests/bug47946_exp.png [new file with mode: 0644]
ext/gd/tests/bug48555.phpt [new file with mode: 0644]
ext/gd/tests/bug48732-mb.phpt [new file with mode: 0644]
ext/gd/tests/bug48732.phpt [new file with mode: 0644]
ext/gd/tests/bug48801-mb.phpt [new file with mode: 0644]
ext/gd/tests/bug48801.phpt [new file with mode: 0644]
ext/gd/tests/bug49600.phpt [new file with mode: 0644]
ext/gd/tests/bug50194.phpt [new file with mode: 0644]
ext/gd/tests/bug50194.png [new file with mode: 0644]
ext/gd/tests/bug51263.phpt [new file with mode: 0644]
ext/gd/tests/bug51498.phpt [new file with mode: 0644]
ext/gd/tests/bug51498_exp.png [new file with mode: 0644]
ext/gd/tests/bug51671.phpt [new file with mode: 0644]
ext/gd/tests/bug52070.phpt [new file with mode: 0644]
ext/gd/tests/bug52070.png [new file with mode: 0644]
ext/gd/tests/bug53154.phpt [new file with mode: 0644]
ext/gd/tests/bug53156.phpt [new file with mode: 0644]
ext/gd/tests/bug53504.phpt [new file with mode: 0644]
ext/gd/tests/bug53580.phpt [new file with mode: 0644]
ext/gd/tests/bug53640.phpt [new file with mode: 0644]
ext/gd/tests/bug55005.phpt [new file with mode: 0644]
ext/gd/tests/bug60160.phpt [new file with mode: 0644]
ext/gd/tests/bug61221.phpt [new file with mode: 0644]
ext/gd/tests/bug64641.phpt [new file with mode: 0644]
ext/gd/tests/bug64641.png [new file with mode: 0644]
ext/gd/tests/bug65148.phpt [new file with mode: 0644]
ext/gd/tests/bug66005.phpt [new file with mode: 0644]
ext/gd/tests/bug66005.png [new file with mode: 0644]
ext/gd/tests/bug66339-mb.phpt [new file with mode: 0644]
ext/gd/tests/bug66339.phpt [new file with mode: 0644]
ext/gd/tests/bug66356.phpt [new file with mode: 0644]
ext/gd/tests/bug66387.phpt [new file with mode: 0644]
ext/gd/tests/bug66590.phpt [new file with mode: 0644]
ext/gd/tests/bug66590_1.phpt [new file with mode: 0644]
ext/gd/tests/bug66882.phpt [new file with mode: 0644]
ext/gd/tests/bug67248.phpt [new file with mode: 0644]
ext/gd/tests/bug67325.jpg [new file with mode: 0644]
ext/gd/tests/bug67325.phpt [new file with mode: 0644]
ext/gd/tests/bug67447.phpt [new file with mode: 0644]
ext/gd/tests/bug69024.phpt [new file with mode: 0644]
ext/gd/tests/bug70047.phpt [new file with mode: 0644]
ext/gd/tests/bug70102.phpt [new file with mode: 0644]
ext/gd/tests/bug70976.phpt [new file with mode: 0644]
ext/gd/tests/bug71912-mb.phpt [new file with mode: 0644]
ext/gd/tests/bug71912.phpt [new file with mode: 0644]
ext/gd/tests/bug71952.phpt [new file with mode: 0644]
ext/gd/tests/bug72227.phpt [new file with mode: 0644]
ext/gd/tests/bug72298.phpt [new file with mode: 0644]
ext/gd/tests/bug72337.phpt [new file with mode: 0644]
ext/gd/tests/bug72339.phpt [new file with mode: 0644]
ext/gd/tests/bug72482.phpt [new file with mode: 0644]
ext/gd/tests/bug72482_2.phpt [new file with mode: 0644]
ext/gd/tests/bug72482_2.png [new file with mode: 0644]
ext/gd/tests/bug72494.phpt [new file with mode: 0644]
ext/gd/tests/bug72512.phpt [new file with mode: 0644]
ext/gd/tests/bug72512_0.phpt [new file with mode: 0644]
ext/gd/tests/bug72512_1.phpt [new file with mode: 0644]
ext/gd/tests/bug72596.phpt [new file with mode: 0644]
ext/gd/tests/bug72604.phpt [new file with mode: 0644]
ext/gd/tests/bug72604.png [new file with mode: 0644]
ext/gd/tests/bug72696.phpt [new file with mode: 0644]
ext/gd/tests/bug72697.phpt [new file with mode: 0644]
ext/gd/tests/bug72709.phpt [new file with mode: 0644]
ext/gd/tests/bug72730.phpt [new file with mode: 0644]
ext/gd/tests/bug72913.phpt [new file with mode: 0644]
ext/gd/tests/bug72913.png [new file with mode: 0644]
ext/gd/tests/bug73155.phpt [new file with mode: 0644]
ext/gd/tests/bug73157.phpt [new file with mode: 0644]
ext/gd/tests/bug73159.phpt [new file with mode: 0644]
ext/gd/tests/bug73161.gd2 [new file with mode: 0644]
ext/gd/tests/bug73161.phpt [new file with mode: 0644]
ext/gd/tests/bug73213.phpt [new file with mode: 0644]
ext/gd/tests/bug73213.png [new file with mode: 0644]
ext/gd/tests/bug73272.phpt [new file with mode: 0644]
ext/gd/tests/bug73272.png [new file with mode: 0644]
ext/gd/tests/bug73279.phpt [new file with mode: 0644]
ext/gd/tests/bug73279_old.phpt [new file with mode: 0644]
ext/gd/tests/bug73281.phpt [new file with mode: 0644]
ext/gd/tests/bug73291.phpt [new file with mode: 0644]
ext/gd/tests/bug73549.phpt [new file with mode: 0644]
ext/gd/tests/bug73614.phpt [new file with mode: 0644]
ext/gd/tests/bug73614.png [new file with mode: 0644]
ext/gd/tests/bug73868.gd2 [new file with mode: 0644]
ext/gd/tests/bug73868.phpt [new file with mode: 0644]
ext/gd/tests/bug73869.phpt [new file with mode: 0644]
ext/gd/tests/bug73869a.gd2 [new file with mode: 0644]
ext/gd/tests/bug73869b.gd2 [new file with mode: 0644]
ext/gd/tests/bug73957.phpt [new file with mode: 0644]
ext/gd/tests/bug73968.phpt [new file with mode: 0644]
ext/gd/tests/bug73968.xbm [new file with mode: 0644]
ext/gd/tests/bug74031.phpt [new file with mode: 0644]
ext/gd/tests/bug74435.gif [new file with mode: 0644]
ext/gd/tests/bug74435.phpt [new file with mode: 0644]
ext/gd/tests/bug75111.phpt [new file with mode: 0644]
ext/gd/tests/bug75124.phpt [new file with mode: 0644]
ext/gd/tests/bug75124.png [new file with mode: 0644]
ext/gd/tests/bug75571.gif [new file with mode: 0644]
ext/gd/tests/bug75571.phpt [new file with mode: 0644]
ext/gd/tests/bug76041.phpt [new file with mode: 0644]
ext/gd/tests/bug77195.jpg [new file with mode: 0644]
ext/gd/tests/bug77195.phpt [new file with mode: 0644]
ext/gd/tests/bug77198_auto.phpt [new file with mode: 0644]
ext/gd/tests/bug77198_threshold.phpt [new file with mode: 0644]
ext/gd/tests/bug77200.phpt [new file with mode: 0644]
ext/gd/tests/bug77270.phpt [new file with mode: 0644]
ext/gd/tests/bug77272.phpt [new file with mode: 0644]
ext/gd/tests/bug77391.bmp [new file with mode: 0644]
ext/gd/tests/bug77391.phpt [new file with mode: 0644]
ext/gd/tests/bug77479.phpt [new file with mode: 0644]
ext/gd/tests/bug77700.phpt [new file with mode: 0644]
ext/gd/tests/bug77943.phpt [new file with mode: 0644]
ext/gd/tests/bug77943.png [new file with mode: 0644]
ext/gd/tests/bug77973.phpt [new file with mode: 0644]
ext/gd/tests/bug79067.phpt [new file with mode: 0644]
ext/gd/tests/bug79068.phpt [new file with mode: 0644]
ext/gd/tests/bug79615.phpt [new file with mode: 0644]
ext/gd/tests/bug79676.phpt [new file with mode: 0644]
ext/gd/tests/bug81739.phpt [new file with mode: 0644]
ext/gd/tests/colorat.phpt [new file with mode: 0644]
ext/gd/tests/colorclosest.phpt [new file with mode: 0644]
ext/gd/tests/colorexact.phpt [new file with mode: 0644]
ext/gd/tests/colormatch.phpt [new file with mode: 0644]
ext/gd/tests/colorresolve.phpt [new file with mode: 0644]
ext/gd/tests/conv_test.gif [new file with mode: 0644]
ext/gd/tests/conv_test.jpg [new file with mode: 0644]
ext/gd/tests/conv_test.png [new file with mode: 0644]
ext/gd/tests/conv_test.xbm [new file with mode: 0644]
ext/gd/tests/conv_test.xpm [new file with mode: 0644]
ext/gd/tests/conv_test私はガラスを食べられます.jpg [new file with mode: 0644]
ext/gd/tests/copy.phpt [new file with mode: 0644]
ext/gd/tests/copypalette.phpt [new file with mode: 0644]
ext/gd/tests/copyresized.phpt [new file with mode: 0644]
ext/gd/tests/crafted.gd2 [new file with mode: 0644]
ext/gd/tests/crafted_gd2.phpt [new file with mode: 0644]
ext/gd/tests/createfromgd2.phpt [new file with mode: 0644]
ext/gd/tests/createfromstring.phpt [new file with mode: 0644]
ext/gd/tests/createfromwbmp-mb.phpt [new file with mode: 0644]
ext/gd/tests/createfromwbmp.phpt [new file with mode: 0644]
ext/gd/tests/createfromwbmp2.phpt [new file with mode: 0644]
ext/gd/tests/createfromwbmp2_extern.phpt [new file with mode: 0644]
ext/gd/tests/dashedlines.phpt [new file with mode: 0644]
ext/gd/tests/func.inc [new file with mode: 0644]
ext/gd/tests/gd_info_basic.phpt [new file with mode: 0644]
ext/gd/tests/gd_info_variation1.phpt [new file with mode: 0644]
ext/gd/tests/gdimage_prevent_cloning.phpt [new file with mode: 0644]
ext/gd/tests/gdimage_prevent_serialization.phpt [new file with mode: 0644]
ext/gd/tests/gh8848.phpt [new file with mode: 0644]
ext/gd/tests/gif.phpt [new file with mode: 0644]
ext/gd/tests/gif2gd.phpt [new file with mode: 0644]
ext/gd/tests/gif2jpg.phpt [new file with mode: 0644]
ext/gd/tests/gif2png.phpt [new file with mode: 0644]
ext/gd/tests/girl.avif [new file with mode: 0644]
ext/gd/tests/github_bug_215.phpt [new file with mode: 0644]
ext/gd/tests/imageantialias_error2.phpt [new file with mode: 0644]
ext/gd/tests/imagearc_basic.phpt [new file with mode: 0644]
ext/gd/tests/imagearc_basic.png [new file with mode: 0644]
ext/gd/tests/imagearc_error1.png [new file with mode: 0644]
ext/gd/tests/imagearc_variation1.phpt [new file with mode: 0644]
ext/gd/tests/imagearc_variation1.png [new file with mode: 0644]
ext/gd/tests/imagearc_variation2.phpt [new file with mode: 0644]
ext/gd/tests/imagearc_variation2.png [new file with mode: 0644]
ext/gd/tests/imagebmp_basic.phpt [new file with mode: 0644]
ext/gd/tests/imagebmp_nullbyte_injection.phpt [new file with mode: 0644]
ext/gd/tests/imagechar_basic.phpt [new file with mode: 0644]
ext/gd/tests/imagechar_basic.png [new file with mode: 0644]
ext/gd/tests/imagecharup_basic.phpt [new file with mode: 0644]
ext/gd/tests/imagecharup_basic.png [new file with mode: 0644]
ext/gd/tests/imagecolorallocate_basic.phpt [new file with mode: 0644]
ext/gd/tests/imagecolorallocate_variation5.phpt [new file with mode: 0644]
ext/gd/tests/imagecolorallocate_variation6.phpt [new file with mode: 0644]
ext/gd/tests/imagecolorallocatealpha_basic.phpt [new file with mode: 0644]
ext/gd/tests/imagecolorallocatealpha_basic.png [new file with mode: 0644]
ext/gd/tests/imagecolorclosesthwb_basic_001.phpt [new file with mode: 0644]
ext/gd/tests/imagecolordeallocate_basic.phpt [new file with mode: 0644]
ext/gd/tests/imagecolordeallocate_error3.phpt [new file with mode: 0644]
ext/gd/tests/imagecolordeallocate_error4.phpt [new file with mode: 0644]
ext/gd/tests/imagecolormatch_basic.phpt [new file with mode: 0644]
ext/gd/tests/imagecolormatch_error2.phpt [new file with mode: 0644]
ext/gd/tests/imagecolormatch_error3.phpt [new file with mode: 0644]
ext/gd/tests/imagecolormatch_error4.phpt [new file with mode: 0644]
ext/gd/tests/imagecolorset_basic.phpt [new file with mode: 0644]
ext/gd/tests/imagecolorset_basic.png [new file with mode: 0644]
ext/gd/tests/imagecolorstotal_basic.phpt [new file with mode: 0644]
ext/gd/tests/imagecolourstotal_basic.phpt [new file with mode: 0644]
ext/gd/tests/imageconvolution_basic.phpt [new file with mode: 0644]
ext/gd/tests/imageconvolution_basic.png [new file with mode: 0644]
ext/gd/tests/imageconvolution_error2.phpt [new file with mode: 0644]
ext/gd/tests/imageconvolution_error3.phpt [new file with mode: 0644]
ext/gd/tests/imagecopymerge_basic.phpt [new file with mode: 0644]
ext/gd/tests/imagecopymergegray_basic.phpt [new file with mode: 0644]
ext/gd/tests/imagecopyresampled_basic.phpt [new file with mode: 0644]
ext/gd/tests/imagecopyresampled_variation1.phpt [new file with mode: 0644]
ext/gd/tests/imagecreate_error.phpt [new file with mode: 0644]
ext/gd/tests/imagecreatefrombmp_basic.bmp [new file with mode: 0644]
ext/gd/tests/imagecreatefrombmp_basic.phpt [new file with mode: 0644]
ext/gd/tests/imagecreatefrombmp_basic.png [new file with mode: 0644]
ext/gd/tests/imagecreatefromstring.bmp [new file with mode: 0644]
ext/gd/tests/imagecreatefromstring.gif [new file with mode: 0644]
ext/gd/tests/imagecreatefromstring.webp [new file with mode: 0644]
ext/gd/tests/imagecreatefromstring_avif.phpt [new file with mode: 0644]
ext/gd/tests/imagecreatefromstring_bmp.phpt [new file with mode: 0644]
ext/gd/tests/imagecreatefromstring_bmp.png [new file with mode: 0644]
ext/gd/tests/imagecreatefromstring_compatible_brand.avif [new file with mode: 0644]
ext/gd/tests/imagecreatefromstring_gif.phpt [new file with mode: 0644]
ext/gd/tests/imagecreatefromstring_major_brand.avif [new file with mode: 0644]
ext/gd/tests/imagecreatefromstring_png.phpt [new file with mode: 0644]
ext/gd/tests/imagecreatefromstring_webp.phpt [new file with mode: 0644]
ext/gd/tests/imagecreatefromtga.png [new file with mode: 0644]
ext/gd/tests/imagecreatefromtga_basic.phpt [new file with mode: 0644]
ext/gd/tests/imagecreatefromtga_basic.tga [new file with mode: 0644]
ext/gd/tests/imagecreatefromtga_variation.phpt [new file with mode: 0644]
ext/gd/tests/imagecreatefromtga_variation.tga [new file with mode: 0644]
ext/gd/tests/imagecreatetruecolor_basic.phpt [new file with mode: 0644]
ext/gd/tests/imagecreatetruecolor_basic.png [new file with mode: 0644]
ext/gd/tests/imagecreatetruecolor_error2.phpt [new file with mode: 0644]
ext/gd/tests/imagecrop_auto.phpt [new file with mode: 0644]
ext/gd/tests/imagedashedline_basic.phpt [new file with mode: 0644]
ext/gd/tests/imageellipse_basic.phpt [new file with mode: 0644]
ext/gd/tests/imageellipse_basic.png [new file with mode: 0644]
ext/gd/tests/imagefill_1.phpt [new file with mode: 0644]
ext/gd/tests/imagefilledarc_basic.phpt [new file with mode: 0644]
ext/gd/tests/imagefilledarc_basic.png [new file with mode: 0644]
ext/gd/tests/imagefilledarc_error1.png [new file with mode: 0644]
ext/gd/tests/imagefilledarc_variation1.phpt [new file with mode: 0644]
ext/gd/tests/imagefilledarc_variation1.png [new file with mode: 0644]
ext/gd/tests/imagefilledarc_variation2.phpt [new file with mode: 0644]
ext/gd/tests/imagefilledarc_variation2.png [new file with mode: 0644]
ext/gd/tests/imagefilledellipse_basic.phpt [new file with mode: 0644]
ext/gd/tests/imagefilledellipse_basic.png [new file with mode: 0644]
ext/gd/tests/imagefilledpolygon_basic.phpt [new file with mode: 0644]
ext/gd/tests/imagefilltoborder_basic.phpt [new file with mode: 0644]
ext/gd/tests/imagefilltoborder_basic.png [new file with mode: 0644]
ext/gd/tests/imagefilter.phpt [new file with mode: 0644]
ext/gd/tests/imagefilter_error1.phpt [new file with mode: 0644]
ext/gd/tests/imagefilter_error13.phpt [new file with mode: 0644]
ext/gd/tests/imageflip.phpt [new file with mode: 0644]
ext/gd/tests/imagefontheight_basic.phpt [new file with mode: 0644]
ext/gd/tests/imagefontwidth_basic.phpt [new file with mode: 0644]
ext/gd/tests/imagefttext.phpt [new file with mode: 0644]
ext/gd/tests/imagegammacorrect_basic.phpt [new file with mode: 0644]
ext/gd/tests/imagegammacorrect_basic.png [new file with mode: 0644]
ext/gd/tests/imagegammacorrect_variation1.phpt [new file with mode: 0644]
ext/gd/tests/imagegammacorrect_variation1.png [new file with mode: 0644]
ext/gd/tests/imagegammacorrect_variation2.phpt [new file with mode: 0644]
ext/gd/tests/imagegammacorrect_variation2_1_1.png [new file with mode: 0644]
ext/gd/tests/imagegammacorrect_variation2_1_2.png [new file with mode: 0644]
ext/gd/tests/imagegammacorrect_variation2_2_1.png [new file with mode: 0644]
ext/gd/tests/imagegd2_nullbyte_injection.phpt [new file with mode: 0644]
ext/gd/tests/imagegd_nullbyte_injection.phpt [new file with mode: 0644]
ext/gd/tests/imagegd_truecolor.phpt [new file with mode: 0644]
ext/gd/tests/imagegd_truecolor.png [new file with mode: 0644]
ext/gd/tests/imagegetclip_basic.phpt [new file with mode: 0644]
ext/gd/tests/imagegif_nullbyte_injection.phpt [new file with mode: 0644]
ext/gd/tests/imageinterlace_basic.phpt [new file with mode: 0644]
ext/gd/tests/imageinterlace_variation1.phpt [new file with mode: 0644]
ext/gd/tests/imageinterlace_variation2.phpt [new file with mode: 0644]
ext/gd/tests/imageinterpolation_basic.phpt [new file with mode: 0644]
ext/gd/tests/imageistruecolor_basic.phpt [new file with mode: 0644]
ext/gd/tests/imagejpeg_nullbyte_injection.phpt [new file with mode: 0644]
ext/gd/tests/imagelayereffect_basic.phpt [new file with mode: 0644]
ext/gd/tests/imagelayereffect_basic.png [new file with mode: 0644]
ext/gd/tests/imageloadfont_end_of_file_while_reading_header.phpt [new file with mode: 0644]
ext/gd/tests/imageloadfont_error2.phpt [new file with mode: 0644]
ext/gd/tests/imageloadfont_invalid.phpt [new file with mode: 0644]
ext/gd/tests/imageopenpolygon.png [new file with mode: 0644]
ext/gd/tests/imageopenpolygon_basic.phpt [new file with mode: 0644]
ext/gd/tests/imagepalettetotruecolor_basic.phpt [new file with mode: 0644]
ext/gd/tests/imagepng_nullbyte_injection.phpt [new file with mode: 0644]
ext/gd/tests/imagepolygon_aa.phpt [new file with mode: 0644]
ext/gd/tests/imagepolygon_aa.png [new file with mode: 0644]
ext/gd/tests/imagepolygon_basic.phpt [new file with mode: 0644]
ext/gd/tests/imagerectangle_basic.phpt [new file with mode: 0644]
ext/gd/tests/imagerectangle_basic.png [new file with mode: 0644]
ext/gd/tests/imageresolution_jpeg.phpt [new file with mode: 0644]
ext/gd/tests/imageresolution_png.phpt [new file with mode: 0644]
ext/gd/tests/imagerotate_overflow.phpt [new file with mode: 0644]
ext/gd/tests/imagescale_preserve_ratio.phpt [new file with mode: 0644]
ext/gd/tests/imagesetbrush_basic.phpt [new file with mode: 0644]
ext/gd/tests/imagesetbrush_basic.png [new file with mode: 0644]
ext/gd/tests/imagesetclip_basic.phpt [new file with mode: 0644]
ext/gd/tests/imagesetthickness_basic.phpt [new file with mode: 0644]
ext/gd/tests/imagesetthickness_basic.png [new file with mode: 0644]
ext/gd/tests/imagestring_basic.phpt [new file with mode: 0644]
ext/gd/tests/imagestring_basic.png [new file with mode: 0644]
ext/gd/tests/imagestringup_basic.phpt [new file with mode: 0644]
ext/gd/tests/imagestringup_basic.png [new file with mode: 0644]
ext/gd/tests/imagetruecolortopalette_basic.phpt [new file with mode: 0644]
ext/gd/tests/imagetruecolortopalette_basic.png [new file with mode: 0644]
ext/gd/tests/imagetruecolortopalette_error3.phpt [new file with mode: 0644]
ext/gd/tests/imagetruecolortopalette_error4.phpt [new file with mode: 0644]
ext/gd/tests/imagettftext_charmap_order.phpt [new file with mode: 0644]
ext/gd/tests/imagetypes_bmp.phpt [new file with mode: 0644]
ext/gd/tests/imagetypes_tga.phpt [new file with mode: 0644]
ext/gd/tests/imagewbmp-mb.phpt [new file with mode: 0644]
ext/gd/tests/imagewbmp.phpt [new file with mode: 0644]
ext/gd/tests/imagewbmp_nullbyte_injection.phpt [new file with mode: 0644]
ext/gd/tests/imagewebp_nullbyte_injection.phpt [new file with mode: 0644]
ext/gd/tests/imagexbm_nullbyte_injection.phpt [new file with mode: 0644]
ext/gd/tests/invalid_neg_size.gd2 [new file with mode: 0644]
ext/gd/tests/invalid_neg_size私はガラスを食べられます.gd2 [new file with mode: 0644]
ext/gd/tests/jpeg2png.phpt [new file with mode: 0644]
ext/gd/tests/jpg2gd-mb.phpt [new file with mode: 0644]
ext/gd/tests/jpg2gd.phpt [new file with mode: 0644]
ext/gd/tests/libgd00086.phpt [new file with mode: 0644]
ext/gd/tests/libgd00086.png [new file with mode: 0644]
ext/gd/tests/libgd00086_extern.phpt [new file with mode: 0644]
ext/gd/tests/libgd00094-mb.phpt [new file with mode: 0644]
ext/gd/tests/libgd00094.phpt [new file with mode: 0644]
ext/gd/tests/libgd00094.xbm [new file with mode: 0644]
ext/gd/tests/libgd00094私はガラスを食べられます.xbm [new file with mode: 0644]
ext/gd/tests/libgd00100.phpt [new file with mode: 0644]
ext/gd/tests/libgd00100.png [new file with mode: 0644]
ext/gd/tests/libgd00101.gd [new file with mode: 0644]
ext/gd/tests/libgd00101.phpt [new file with mode: 0644]
ext/gd/tests/libgd00106.phpt [new file with mode: 0644]
ext/gd/tests/libgd00186.phpt [new file with mode: 0644]
ext/gd/tests/libgd00191.phpt [new file with mode: 0644]
ext/gd/tests/lines.phpt [new file with mode: 0644]
ext/gd/tests/logo_noise.png [new file with mode: 0644]
ext/gd/tests/php.gif [new file with mode: 0644]
ext/gd/tests/png2gd.phpt [new file with mode: 0644]
ext/gd/tests/pngcomp.phpt [new file with mode: 0644]
ext/gd/tests/similarity.inc [new file with mode: 0644]
ext/gd/tests/src.gd2 [new file with mode: 0644]
ext/gd/tests/src.wbmp [new file with mode: 0644]
ext/gd/tests/src私はガラスを食べられます.wbmp [new file with mode: 0644]
ext/gd/tests/test.png [new file with mode: 0644]
ext/gd/tests/test8859.ttf [new file with mode: 0644]
ext/gd/tests/test_image_equals_file_palette.phpt [new file with mode: 0644]
ext/gd/tests/types.phpt [new file with mode: 0644]
ext/gd/tests/webp_basic.phpt [new file with mode: 0644]
ext/gd/tests/xbm2png.phpt [new file with mode: 0644]
ext/gd/tests/xpm2gd.phpt [new file with mode: 0644]
ext/gd/tests/xpm2jpg.phpt [new file with mode: 0644]
ext/gd/tests/xpm2png.phpt [new file with mode: 0644]
ext/gettext/CREDITS [new file with mode: 0644]
ext/gettext/config.m4 [new file with mode: 0644]
ext/gettext/config.w32 [new file with mode: 0644]
ext/gettext/gettext.c [new file with mode: 0644]
ext/gettext/gettext.stub.php [new file with mode: 0644]
ext/gettext/gettext_arginfo.h [new file with mode: 0644]
ext/gettext/php_gettext.h [new file with mode: 0644]
ext/gettext/tests/44938.phpt [new file with mode: 0644]
ext/gettext/tests/66265/de_DE/LC_MESSAGES/domain.mo [new file with mode: 0644]
ext/gettext/tests/66265/de_DE/LC_MESSAGES/domain.po [new file with mode: 0644]
ext/gettext/tests/66265/en_US/LC_MESSAGES/domain.mo [new file with mode: 0644]
ext/gettext/tests/66265/en_US/LC_MESSAGES/domain.po [new file with mode: 0644]
ext/gettext/tests/66265/fr_FR/LC_MESSAGES/domain.mo [new file with mode: 0644]
ext/gettext/tests/66265/fr_FR/LC_MESSAGES/domain.po [new file with mode: 0644]
ext/gettext/tests/bug53251.phpt [new file with mode: 0644]
ext/gettext/tests/bug66267.phpt [new file with mode: 0644]
ext/gettext/tests/bug73730.phpt [new file with mode: 0644]
ext/gettext/tests/dcngettext.phpt [new file with mode: 0644]
ext/gettext/tests/gettext_basic-enus.phpt [new file with mode: 0644]
ext/gettext/tests/gettext_basic.phpt [new file with mode: 0644]
ext/gettext/tests/gettext_bind_textdomain_codeset-retval.phpt [new file with mode: 0644]
ext/gettext/tests/gettext_bindtextdomain-cwd.phpt [new file with mode: 0644]
ext/gettext/tests/gettext_bindtextdomain-emptydomain.phpt [new file with mode: 0644]
ext/gettext/tests/gettext_bindtextdomain-path.phpt [new file with mode: 0644]
ext/gettext/tests/gettext_dcgettext.phpt [new file with mode: 0644]
ext/gettext/tests/gettext_dgettext.phpt [new file with mode: 0644]
ext/gettext/tests/gettext_dngettext-plural.phpt [new file with mode: 0644]
ext/gettext/tests/gettext_ngettext.phpt [new file with mode: 0644]
ext/gettext/tests/gettext_phpinfo.phpt [new file with mode: 0644]
ext/gettext/tests/gettext_textdomain-retval.phpt [new file with mode: 0644]
ext/gettext/tests/locale/en_US.UTF-8/LC_CTYPE/dgettextTest.mo [new file with mode: 0644]
ext/gettext/tests/locale/en_US.UTF-8/LC_CTYPE/dgettextTest.po [new file with mode: 0644]
ext/gettext/tests/locale/en_US.UTF-8/LC_CTYPE/dgettextTest_switch.mo [new file with mode: 0644]
ext/gettext/tests/locale/en_US.UTF-8/LC_CTYPE/dgettextTest_switch.po [new file with mode: 0644]
ext/gettext/tests/locale/en_US.UTF-8/LC_CTYPE/dgettextTest_switched.po [new file with mode: 0644]
ext/gettext/tests/locale/en_US.UTF-8/LC_CTYPE/dngettextTest.mo [new file with mode: 0644]
ext/gettext/tests/locale/en_US.UTF-8/LC_CTYPE/dngettextTest.po [new file with mode: 0644]
ext/gettext/tests/locale/en_US.UTF-8/LC_MESSAGES/dgettextTest.mo [new file with mode: 0644]
ext/gettext/tests/locale/en_US.UTF-8/LC_MESSAGES/dgettextTest.po [new file with mode: 0644]
ext/gettext/tests/locale/en_US.UTF-8/LC_MESSAGES/dgettextTest_switch.mo [new file with mode: 0644]
ext/gettext/tests/locale/en_US.UTF-8/LC_MESSAGES/dgettextTest_switch.po [new file with mode: 0644]
ext/gettext/tests/locale/en_US.UTF-8/LC_MESSAGES/dngettextTest.mo [new file with mode: 0644]
ext/gettext/tests/locale/en_US.UTF-8/LC_MESSAGES/dngettextTest.po [new file with mode: 0644]
ext/gettext/tests/locale/en_US.UTF-8/LC_MESSAGES/messages.mo [new file with mode: 0644]
ext/gettext/tests/locale/en_US.UTF-8/LC_MESSAGES/messages.po [new file with mode: 0644]
ext/gettext/tests/locale/fi_FI/LC_MESSAGES/messages.mo [new file with mode: 0644]
ext/gettext/tests/locale/fi_FI/LC_MESSAGES/messages.po [new file with mode: 0644]
ext/gmp/CREDITS [new file with mode: 0644]
ext/gmp/config.m4 [new file with mode: 0644]
ext/gmp/config.w32 [new file with mode: 0644]
ext/gmp/gmp.c [new file with mode: 0644]
ext/gmp/gmp.stub.php [new file with mode: 0644]
ext/gmp/gmp_arginfo.h [new file with mode: 0644]
ext/gmp/php_gmp.h [new file with mode: 0644]
ext/gmp/php_gmp_int.h [new file with mode: 0644]
ext/gmp/tests/002.phpt [new file with mode: 0644]
ext/gmp/tests/003.phpt [new file with mode: 0644]
ext/gmp/tests/bug32773.phpt [new file with mode: 0644]
ext/gmp/tests/bug50175.phpt [new file with mode: 0644]
ext/gmp/tests/bug50283.phpt [new file with mode: 0644]
ext/gmp/tests/bug52906.phpt [new file with mode: 0644]
ext/gmp/tests/bug659967.phpt [new file with mode: 0644]
ext/gmp/tests/bug66872.phpt [new file with mode: 0644]
ext/gmp/tests/bug67917.phpt [new file with mode: 0644]
ext/gmp/tests/bug69803.phpt [new file with mode: 0644]
ext/gmp/tests/bug70284.phpt [new file with mode: 0644]
ext/gmp/tests/bug74670.phpt [new file with mode: 0644]
ext/gmp/tests/bug80560.phpt [new file with mode: 0644]
ext/gmp/tests/bug81119.phpt [new file with mode: 0644]
ext/gmp/tests/cast.phpt [new file with mode: 0644]
ext/gmp/tests/clone.phpt [new file with mode: 0644]
ext/gmp/tests/comparison.phpt [new file with mode: 0644]
ext/gmp/tests/comparison_invalid.phpt [new file with mode: 0644]
ext/gmp/tests/construct.phpt [new file with mode: 0644]
ext/gmp/tests/gh9308.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_abs.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_and.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_binomial.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_clrbit.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_cmp.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_com.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_div_q.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_div_qr.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_div_r.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_divexact.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_dynamic_property.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_export.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_fact.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_gcd.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_gcdext.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_hamdist.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_import.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_init.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_init_integer_notations.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_intval.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_invert.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_jacobi.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_kronecker.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_lcm.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_legendre.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_mod.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_neg.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_nextprime.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_or.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_perfect_power.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_perfect_square.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_php_int_max.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_popcount.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_pow.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_pow2.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_pown.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_prob_prime.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_random_bits.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_random_range.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_random_seed.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_remroot.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_root.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_scan0.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_scan1.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_setbit.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_setbit_long.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_sign.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_sqrt.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_sqrtrem.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_strict_types.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_strval.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_sub.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_testbit.phpt [new file with mode: 0644]
ext/gmp/tests/gmp_xor.phpt [new file with mode: 0644]
ext/gmp/tests/overloading.phpt [new file with mode: 0644]
ext/gmp/tests/serialize.phpt [new file with mode: 0644]
ext/gmp/tests/surprising_integer_literals.phpt [new file with mode: 0644]
ext/gmp/tests/unserialize_with_reference.phpt [new file with mode: 0644]
ext/hash/CREDITS [new file with mode: 0644]
ext/hash/bench.php [new file with mode: 0755]
ext/hash/config.m4 [new file with mode: 0644]
ext/hash/config.w32 [new file with mode: 0644]
ext/hash/hash.c [new file with mode: 0644]
ext/hash/hash.stub.php [new file with mode: 0644]
ext/hash/hash_adler32.c [new file with mode: 0644]
ext/hash/hash_arginfo.h [new file with mode: 0644]
ext/hash/hash_crc32.c [new file with mode: 0644]
ext/hash/hash_fnv.c [new file with mode: 0644]
ext/hash/hash_gost.c [new file with mode: 0644]
ext/hash/hash_haval.c [new file with mode: 0644]
ext/hash/hash_joaat.c [new file with mode: 0644]
ext/hash/hash_md.c [new file with mode: 0644]
ext/hash/hash_murmur.c [new file with mode: 0644]
ext/hash/hash_ripemd.c [new file with mode: 0644]
ext/hash/hash_sha.c [new file with mode: 0644]
ext/hash/hash_sha3.c [new file with mode: 0644]
ext/hash/hash_snefru.c [new file with mode: 0644]
ext/hash/hash_tiger.c [new file with mode: 0644]
ext/hash/hash_whirlpool.c [new file with mode: 0644]
ext/hash/hash_xxhash.c [new file with mode: 0644]
ext/hash/murmur/PMurHash.c [new file with mode: 0644]
ext/hash/murmur/PMurHash.h [new file with mode: 0644]
ext/hash/murmur/PMurHash128.c [new file with mode: 0644]
ext/hash/murmur/PMurHash128.h [new file with mode: 0644]
ext/hash/murmur/endianness.h [new file with mode: 0644]
ext/hash/php_hash.h [new file with mode: 0644]
ext/hash/php_hash_adler32.h [new file with mode: 0644]
ext/hash/php_hash_crc32.h [new file with mode: 0644]
ext/hash/php_hash_crc32_tables.h [new file with mode: 0644]
ext/hash/php_hash_fnv.h [new file with mode: 0644]
ext/hash/php_hash_gost.h [new file with mode: 0644]
ext/hash/php_hash_gost_tables.h [new file with mode: 0644]
ext/hash/php_hash_haval.h [new file with mode: 0644]
ext/hash/php_hash_joaat.h [new file with mode: 0644]
ext/hash/php_hash_md.h [new file with mode: 0644]
ext/hash/php_hash_murmur.h [new file with mode: 0644]
ext/hash/php_hash_ripemd.h [new file with mode: 0644]
ext/hash/php_hash_sha.h [new file with mode: 0644]
ext/hash/php_hash_sha3.h [new file with mode: 0644]
ext/hash/php_hash_snefru.h [new file with mode: 0644]
ext/hash/php_hash_snefru_tables.h [new file with mode: 0644]
ext/hash/php_hash_tiger.h [new file with mode: 0644]
ext/hash/php_hash_tiger_tables.h [new file with mode: 0644]
ext/hash/php_hash_whirlpool.h [new file with mode: 0644]
ext/hash/php_hash_whirlpool_tables.h [new file with mode: 0644]
ext/hash/php_hash_xxhash.h [new file with mode: 0644]
ext/hash/sha3/generic32lc/KeccakHash.c [new file with mode: 0644]
ext/hash/sha3/generic32lc/KeccakHash.h [new file with mode: 0644]
ext/hash/sha3/generic32lc/KeccakP-1600-SnP.h [new file with mode: 0644]
ext/hash/sha3/generic32lc/KeccakP-1600-inplace32BI.c [new file with mode: 0644]
ext/hash/sha3/generic32lc/KeccakSponge.c [new file with mode: 0644]
ext/hash/sha3/generic32lc/KeccakSponge.h [new file with mode: 0644]
ext/hash/sha3/generic32lc/KeccakSponge.inc [new file with mode: 0644]
ext/hash/sha3/generic32lc/SnP-Relaned.h [new file with mode: 0644]
ext/hash/sha3/generic32lc/align.h [new file with mode: 0644]
ext/hash/sha3/generic32lc/brg_endian.h [new file with mode: 0644]
ext/hash/sha3/generic64lc/KeccakHash.c [new file with mode: 0644]
ext/hash/sha3/generic64lc/KeccakHash.h [new file with mode: 0644]
ext/hash/sha3/generic64lc/KeccakP-1600-64.macros [new file with mode: 0644]
ext/hash/sha3/generic64lc/KeccakP-1600-SnP.h [new file with mode: 0644]
ext/hash/sha3/generic64lc/KeccakP-1600-opt64-config.h [new file with mode: 0644]
ext/hash/sha3/generic64lc/KeccakP-1600-opt64.c [new file with mode: 0644]
ext/hash/sha3/generic64lc/KeccakP-1600-unrolling.macros [new file with mode: 0644]
ext/hash/sha3/generic64lc/KeccakSponge.c [new file with mode: 0644]
ext/hash/sha3/generic64lc/KeccakSponge.h [new file with mode: 0644]
ext/hash/sha3/generic64lc/KeccakSponge.inc [new file with mode: 0644]
ext/hash/sha3/generic64lc/SnP-Relaned.h [new file with mode: 0644]
ext/hash/sha3/generic64lc/align.h [new file with mode: 0644]
ext/hash/sha3/generic64lc/brg_endian.h [new file with mode: 0644]
ext/hash/tests/adler32.phpt [new file with mode: 0644]
ext/hash/tests/bug52240.phpt [new file with mode: 0644]
ext/hash/tests/bug64745.phpt [new file with mode: 0644]
ext/hash/tests/bug70312.phpt [new file with mode: 0644]
ext/hash/tests/bug73127.phpt [new file with mode: 0644]
ext/hash/tests/bug81714.phpt [new file with mode: 0644]
ext/hash/tests/crc32.phpt [new file with mode: 0644]
ext/hash/tests/fnv132.phpt [new file with mode: 0644]
ext/hash/tests/fnv164.phpt [new file with mode: 0644]
ext/hash/tests/fnv1a32.phpt [new file with mode: 0644]
ext/hash/tests/fnv1a64.phpt [new file with mode: 0644]
ext/hash/tests/gost.phpt [new file with mode: 0644]
ext/hash/tests/hash-clone.phpt [new file with mode: 0644]
ext/hash/tests/hash_algos.phpt [new file with mode: 0644]
ext/hash/tests/hash_copy_001.phpt [new file with mode: 0644]
ext/hash/tests/hash_equals.phpt [new file with mode: 0644]
ext/hash/tests/hash_error.phpt [new file with mode: 0644]
ext/hash/tests/hash_file_basic.phpt [new file with mode: 0644]
ext/hash/tests/hash_file_basic1.phpt [new file with mode: 0644]
ext/hash/tests/hash_file_error.phpt [new file with mode: 0644]
ext/hash/tests/hash_hkdf_basic.phpt [new file with mode: 0644]
ext/hash/tests/hash_hkdf_edges.phpt [new file with mode: 0644]
ext/hash/tests/hash_hkdf_error.phpt [new file with mode: 0644]
ext/hash/tests/hash_hkdf_rfc5869.phpt [new file with mode: 0644]
ext/hash/tests/hash_hmac_algos.phpt [new file with mode: 0644]
ext/hash/tests/hash_hmac_basic.phpt [new file with mode: 0644]
ext/hash/tests/hash_hmac_error.phpt [new file with mode: 0644]
ext/hash/tests/hash_hmac_file_basic.phpt [new file with mode: 0644]
ext/hash/tests/hash_hmac_file_error.phpt [new file with mode: 0644]
ext/hash/tests/hash_init_error.phpt [new file with mode: 0644]
ext/hash/tests/hash_pbkdf2_basic.phpt [new file with mode: 0644]
ext/hash/tests/hash_pbkdf2_error.phpt [new file with mode: 0644]
ext/hash/tests/hash_serialize_001.phpt [new file with mode: 0644]
ext/hash/tests/hash_serialize_002.phpt [new file with mode: 0644]
ext/hash/tests/hash_serialize_003.phpt [new file with mode: 0644]
ext/hash/tests/hash_serialize_004.phpt [new file with mode: 0644]
ext/hash/tests/hash_update_file.phpt [new file with mode: 0644]
ext/hash/tests/hash_update_stream.phpt [new file with mode: 0644]
ext/hash/tests/hash_update_stream_basic_001.phpt [new file with mode: 0644]
ext/hash/tests/haval.phpt [new file with mode: 0644]
ext/hash/tests/hmac-md5.phpt [new file with mode: 0644]
ext/hash/tests/joaat.phpt [new file with mode: 0644]
ext/hash/tests/md2.phpt [new file with mode: 0644]
ext/hash/tests/md4.phpt [new file with mode: 0644]
ext/hash/tests/md5.phpt [new file with mode: 0644]
ext/hash/tests/mhash_001.phpt [new file with mode: 0644]
ext/hash/tests/mhash_002.phpt [new file with mode: 0644]
ext/hash/tests/mhash_003.phpt [new file with mode: 0644]
ext/hash/tests/mhash_004.phpt [new file with mode: 0644]
ext/hash/tests/murmurhash3.phpt [new file with mode: 0644]
ext/hash/tests/murmurhash3_seed.phpt [new file with mode: 0644]
ext/hash/tests/new-context.phpt [new file with mode: 0644]
ext/hash/tests/reuse.phpt [new file with mode: 0644]
ext/hash/tests/ripemd128.phpt [new file with mode: 0644]
ext/hash/tests/ripemd160.phpt [new file with mode: 0644]
ext/hash/tests/ripemd256.phpt [new file with mode: 0644]
ext/hash/tests/ripemd320.phpt [new file with mode: 0644]
ext/hash/tests/sensitive_parameter.phpt [new file with mode: 0644]
ext/hash/tests/sha1.phpt [new file with mode: 0644]
ext/hash/tests/sha224.phpt [new file with mode: 0644]
ext/hash/tests/sha256.phpt [new file with mode: 0644]
ext/hash/tests/sha3.phpt [new file with mode: 0644]
ext/hash/tests/sha384.phpt [new file with mode: 0644]
ext/hash/tests/sha512-224.phpt [new file with mode: 0644]
ext/hash/tests/sha512-256.phpt [new file with mode: 0644]
ext/hash/tests/sha512.phpt [new file with mode: 0644]
ext/hash/tests/snefru.phpt [new file with mode: 0644]
ext/hash/tests/tiger.phpt [new file with mode: 0644]
ext/hash/tests/whirlpool.phpt [new file with mode: 0644]
ext/hash/tests/xxhash_secret.phpt [new file with mode: 0644]
ext/hash/tests/xxhash_seed.phpt [new file with mode: 0644]
ext/hash/tests/xxhash_unserialize_memsize.phpt [new file with mode: 0644]
ext/hash/xxhash/xxhash.h [new file with mode: 0644]
ext/iconv/CREDITS [new file with mode: 0644]
ext/iconv/config.m4 [new file with mode: 0644]
ext/iconv/config.w32 [new file with mode: 0644]
ext/iconv/iconv.c [new file with mode: 0644]
ext/iconv/iconv.stub.php [new file with mode: 0644]
ext/iconv/iconv_arginfo.h [new file with mode: 0644]
ext/iconv/php_iconv.def [new file with mode: 0644]
ext/iconv/php_iconv.h [new file with mode: 0644]
ext/iconv/tests/Quotes.UTF-8.data [new file with mode: 0644]
ext/iconv/tests/bug37176.phpt [new file with mode: 0644]
ext/iconv/tests/bug37773.phpt [new file with mode: 0644]
ext/iconv/tests/bug48147.phpt [new file with mode: 0644]
ext/iconv/tests/bug48289.phpt [new file with mode: 0644]
ext/iconv/tests/bug51250.phpt [new file with mode: 0644]
ext/iconv/tests/bug52211.phpt [new file with mode: 0644]
ext/iconv/tests/bug52941.phpt [new file with mode: 0644]
ext/iconv/tests/bug53304.phpt [new file with mode: 0644]
ext/iconv/tests/bug53891.phpt [new file with mode: 0644]
ext/iconv/tests/bug55146.phpt [new file with mode: 0644]
ext/iconv/tests/bug60494.phpt [new file with mode: 0644]
ext/iconv/tests/bug63839.phpt [new file with mode: 0644]
ext/iconv/tests/bug66828.phpt [new file with mode: 0644]
ext/iconv/tests/bug68180.phpt [new file with mode: 0644]
ext/iconv/tests/bug69840.phpt [new file with mode: 0644]
ext/iconv/tests/bug72320.phpt [new file with mode: 0644]
ext/iconv/tests/bug74230.phpt [new file with mode: 0644]
ext/iconv/tests/bug76249.phpt [new file with mode: 0644]
ext/iconv/tests/bug77147.phpt [new file with mode: 0644]
ext/iconv/tests/bug78069.data [new file with mode: 0644]
ext/iconv/tests/bug78069.phpt [new file with mode: 0644]
ext/iconv/tests/bug79200.phpt [new file with mode: 0644]
ext/iconv/tests/eucjp2iso2022jp.phpt [new file with mode: 0644]
ext/iconv/tests/eucjp2sjis.phpt [new file with mode: 0644]
ext/iconv/tests/eucjp2utf8.phpt [new file with mode: 0644]
ext/iconv/tests/gh7953.phpt [new file with mode: 0644]
ext/iconv/tests/gh7980.phpt [new file with mode: 0644]
ext/iconv/tests/iconv-charset-length-cve-2007-4840.phpt [new file with mode: 0644]
ext/iconv/tests/iconv001.phpt [new file with mode: 0644]
ext/iconv/tests/iconv002.phpt [new file with mode: 0644]
ext/iconv/tests/iconv003.phpt [new file with mode: 0644]
ext/iconv/tests/iconv004.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_basic.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_basic_001-win32.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_basic_001.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_default_charset.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_encoding_basic.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_get_encoding_basic.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_ini_encoding.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_mime_decode-charset-length-cve-2007-4840.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_mime_decode.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_mime_decode_headers-charset-length-cve-2007-4840.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_mime_decode_headers.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_mime_encode.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_mime_encode_001.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_set_encoding-charset-length-cve-2007-4840.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_stream_filter.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_stream_filter.txt [new file with mode: 0644]
ext/iconv/tests/iconv_stream_filter_delimiter.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_strlen-charset-length-cve-2007-4840.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_strlen.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_strlen_basic.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_strlen_error2.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_strpos-charset-length-cve-2007-4840.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_strpos.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_strpos_basic.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_strpos_error2.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_strpos_error_001.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_strpos_variation5.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_strrpos-charset-length-cve-2007-4840.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_strrpos.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_strrpos_basic.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_strrpos_error2.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_substr-charset-length-cve-2007-4783.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_substr.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_substr_basic.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_substr_error2.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_substr_out_of_bounds.phpt [new file with mode: 0644]
ext/iconv/tests/ob_iconv_handler-charset-length-cve-2007-4840.phpt [new file with mode: 0644]
ext/iconv/tests/ob_iconv_handler.phpt [new file with mode: 0644]
ext/iconv/tests/translit-failure.phpt [new file with mode: 0644]
ext/iconv/tests/translit-utf8.phpt [new file with mode: 0644]
ext/imap/CREDITS [new file with mode: 0644]
ext/imap/config.m4 [new file with mode: 0644]
ext/imap/config.w32 [new file with mode: 0644]
ext/imap/php_imap.c [new file with mode: 0644]
ext/imap/php_imap.h [new file with mode: 0644]
ext/imap/php_imap.stub.php [new file with mode: 0644]
ext/imap/php_imap_arginfo.h [new file with mode: 0644]
ext/imap/tests/README.md [new file with mode: 0644]
ext/imap/tests/bug31142_1.phpt [new file with mode: 0644]
ext/imap/tests/bug31142_2.phpt [new file with mode: 0644]
ext/imap/tests/bug32589.phpt [new file with mode: 0644]
ext/imap/tests/bug35669.phpt [new file with mode: 0644]
ext/imap/tests/bug40854.phpt [new file with mode: 0644]
ext/imap/tests/bug44098.phpt [new file with mode: 0644]
ext/imap/tests/bug45705_1.phpt [new file with mode: 0644]
ext/imap/tests/bug45705_2.phpt [new file with mode: 0644]
ext/imap/tests/bug46918.phpt [new file with mode: 0644]
ext/imap/tests/bug53377.phpt [new file with mode: 0644]
ext/imap/tests/bug63126.phpt [new file with mode: 0644]
ext/imap/tests/bug64076.phpt [new file with mode: 0644]
ext/imap/tests/bug75774.phpt [new file with mode: 0644]
ext/imap/tests/bug77020.phpt [new file with mode: 0644]
ext/imap/tests/bug77153.phpt [new file with mode: 0644]
ext/imap/tests/bug80213.phpt [new file with mode: 0644]
ext/imap/tests/bug80215.phpt [new file with mode: 0644]
ext/imap/tests/bug80216.phpt [new file with mode: 0644]
ext/imap/tests/bug80220.phpt [new file with mode: 0644]
ext/imap/tests/bug80223.phpt [new file with mode: 0644]
ext/imap/tests/bug80226.phpt [new file with mode: 0644]
ext/imap/tests/bug80242.phpt [new file with mode: 0644]
ext/imap/tests/bug80438.phpt [new file with mode: 0644]
ext/imap/tests/bug80710_1.phpt [new file with mode: 0644]
ext/imap/tests/bug80710_2.phpt [new file with mode: 0644]
ext/imap/tests/bug80800.phpt [new file with mode: 0644]
ext/imap/tests/gh9309.phpt [new file with mode: 0644]
ext/imap/tests/imap_8bit_basic.phpt [new file with mode: 0644]
ext/imap/tests/imap_append_basic.phpt [new file with mode: 0644]
ext/imap/tests/imap_base64_basic.phpt [new file with mode: 0644]
ext/imap/tests/imap_binary_basic.phpt [new file with mode: 0644]
ext/imap/tests/imap_body_basic.phpt [new file with mode: 0644]
ext/imap/tests/imap_body_errors.phpt [new file with mode: 0644]
ext/imap/tests/imap_body_uid.phpt [new file with mode: 0644]
ext/imap/tests/imap_bodystruct_basic.phpt [new file with mode: 0644]
ext/imap/tests/imap_clearflag_full_basic.phpt [new file with mode: 0644]
ext/imap/tests/imap_clearflag_full_uid.phpt [new file with mode: 0644]
ext/imap/tests/imap_close_basic.phpt [new file with mode: 0644]
ext/imap/tests/imap_close_variation4.phpt [new file with mode: 0644]
ext/imap/tests/imap_constructor.phpt [new file with mode: 0644]
ext/imap/tests/imap_createmailbox_basic.phpt [new file with mode: 0644]
ext/imap/tests/imap_delete_uid.phpt [new file with mode: 0644]
ext/imap/tests/imap_errors_basic.phpt [new file with mode: 0644]
ext/imap/tests/imap_fetch_overview_basic.phpt [new file with mode: 0644]
ext/imap/tests/imap_fetch_overview_uid.phpt [new file with mode: 0644]
ext/imap/tests/imap_fetch_overview_variation5.phpt [new file with mode: 0644]
ext/imap/tests/imap_fetch_overview_variation6.phpt [new file with mode: 0644]
ext/imap/tests/imap_fetchbody_basic.phpt [new file with mode: 0644]
ext/imap/tests/imap_fetchbody_errors.phpt [new file with mode: 0644]
ext/imap/tests/imap_fetchbody_uid.phpt [new file with mode: 0644]
ext/imap/tests/imap_fetchbody_variation6.phpt [new file with mode: 0644]
ext/imap/tests/imap_fetchheader_basic.phpt [new file with mode: 0644]
ext/imap/tests/imap_fetchheader_errors.phpt [new file with mode: 0644]
ext/imap/tests/imap_fetchheader_uid.phpt [new file with mode: 0644]
ext/imap/tests/imap_fetchheader_variation5.phpt [new file with mode: 0644]
ext/imap/tests/imap_fetchmime_errors.phpt [new file with mode: 0644]
ext/imap/tests/imap_fetchmime_uid.phpt [new file with mode: 0644]
ext/imap/tests/imap_fetchstructure_basic.phpt [new file with mode: 0644]
ext/imap/tests/imap_fetchstructure_errors.phpt [new file with mode: 0644]
ext/imap/tests/imap_fetchstructure_uid.phpt [new file with mode: 0644]
ext/imap/tests/imap_final.phpt [new file with mode: 0644]
ext/imap/tests/imap_gc_error.phpt [new file with mode: 0644]
ext/imap/tests/imap_getsubscribed_basic.phpt [new file with mode: 0644]
ext/imap/tests/imap_headerinfo_basic.phpt [new file with mode: 0644]
ext/imap/tests/imap_is_open.phpt [new file with mode: 0644]
ext/imap/tests/imap_list_basic.phpt [new file with mode: 0644]
ext/imap/tests/imap_lsub_basic.phpt [new file with mode: 0644]
ext/imap/tests/imap_mail_copy_basic.phpt [new file with mode: 0644]
ext/imap/tests/imap_mail_move_basic.phpt [new file with mode: 0644]
ext/imap/tests/imap_mutf7_to_utf8.phpt [new file with mode: 0644]
ext/imap/tests/imap_open_error.phpt [new file with mode: 0644]
ext/imap/tests/imap_open_with_cl_expunge.phpt [new file with mode: 0644]
ext/imap/tests/imap_renamemailbox_basic.phpt [new file with mode: 0644]
ext/imap/tests/imap_reopen_with_cl_expunge.phpt [new file with mode: 0644]
ext/imap/tests/imap_rfc822_parse_headers_basic.phpt [new file with mode: 0644]
ext/imap/tests/imap_rfc822_write_address_basic.phpt [new file with mode: 0644]
ext/imap/tests/imap_savebody_basic.phpt [new file with mode: 0644]
ext/imap/tests/imap_savebody_errors.phpt [new file with mode: 0644]
ext/imap/tests/imap_savebody_uid.phpt [new file with mode: 0644]
ext/imap/tests/imap_search_basic.phpt [new file with mode: 0644]
ext/imap/tests/imap_setflag_full_basic.phpt [new file with mode: 0644]
ext/imap/tests/imap_setflag_full_uid.phpt [new file with mode: 0644]
ext/imap/tests/imap_sort_uid.phpt [new file with mode: 0644]
ext/imap/tests/imap_timeout_basic.phpt [new file with mode: 0644]
ext/imap/tests/imap_undelete_basic.phpt [new file with mode: 0644]
ext/imap/tests/imap_undelete_uid.phpt [new file with mode: 0644]
ext/imap/tests/imap_utf8.phpt [new file with mode: 0644]
ext/imap/tests/imap_utf8_to_mutf7_basic.phpt [new file with mode: 0644]
ext/imap/tests/nil_constant.phpt [new file with mode: 0644]
ext/imap/tests/setup/clean.inc [new file with mode: 0644]
ext/imap/tests/setup/dovecot.conf [new file with mode: 0644]
ext/imap/tests/setup/dovecotpass [new file with mode: 0644]
ext/imap/tests/setup/imap_include.inc [new file with mode: 0644]
ext/imap/tests/setup/setup.sh [new file with mode: 0644]
ext/imap/tests/setup/skipif.inc [new file with mode: 0644]
ext/intl/CREDITS [new file with mode: 0644]
ext/intl/ERROR_CONVENTIONS.md [new file with mode: 0644]
ext/intl/breakiterator/breakiterator.stub.php [new file with mode: 0644]
ext/intl/breakiterator/breakiterator_arginfo.h [new file with mode: 0644]
ext/intl/breakiterator/breakiterator_class.cpp [new file with mode: 0644]
ext/intl/breakiterator/breakiterator_class.h [new file with mode: 0644]
ext/intl/breakiterator/breakiterator_iterators.cpp [new file with mode: 0644]
ext/intl/breakiterator/breakiterator_iterators.h [new file with mode: 0644]
ext/intl/breakiterator/breakiterator_iterators.stub.php [new file with mode: 0644]
ext/intl/breakiterator/breakiterator_iterators_arginfo.h [new file with mode: 0644]
ext/intl/breakiterator/breakiterator_methods.cpp [new file with mode: 0644]
ext/intl/breakiterator/codepointiterator_internal.cpp [new file with mode: 0644]
ext/intl/breakiterator/codepointiterator_internal.h [new file with mode: 0644]
ext/intl/breakiterator/codepointiterator_methods.cpp [new file with mode: 0644]
ext/intl/breakiterator/rulebasedbreakiterator_methods.cpp [new file with mode: 0644]
ext/intl/calendar/calendar.stub.php [new file with mode: 0644]
ext/intl/calendar/calendar_arginfo.h [new file with mode: 0644]
ext/intl/calendar/calendar_class.cpp [new file with mode: 0644]
ext/intl/calendar/calendar_class.h [new file with mode: 0644]
ext/intl/calendar/calendar_methods.cpp [new file with mode: 0644]
ext/intl/calendar/gregoriancalendar_methods.cpp [new file with mode: 0644]
ext/intl/collator/collator.h [new file with mode: 0644]
ext/intl/collator/collator.stub.php [new file with mode: 0644]
ext/intl/collator/collator_arginfo.h [new file with mode: 0644]
ext/intl/collator/collator_attr.c [new file with mode: 0644]
ext/intl/collator/collator_class.c [new file with mode: 0644]
ext/intl/collator/collator_class.h [new file with mode: 0644]
ext/intl/collator/collator_compare.c [new file with mode: 0644]
ext/intl/collator/collator_convert.c [new file with mode: 0644]
ext/intl/collator/collator_convert.h [new file with mode: 0644]
ext/intl/collator/collator_create.c [new file with mode: 0644]
ext/intl/collator/collator_error.c [new file with mode: 0644]
ext/intl/collator/collator_functions_arginfo.h [new file with mode: 0644]
ext/intl/collator/collator_is_numeric.c [new file with mode: 0644]
ext/intl/collator/collator_is_numeric.h [new file with mode: 0644]
ext/intl/collator/collator_locale.c [new file with mode: 0644]
ext/intl/collator/collator_sort.c [new file with mode: 0644]
ext/intl/collator/collator_sort.h [new file with mode: 0644]
ext/intl/common/common.stub.php [new file with mode: 0644]
ext/intl/common/common_arginfo.h [new file with mode: 0644]
ext/intl/common/common_date.cpp [new file with mode: 0644]
ext/intl/common/common_date.h [new file with mode: 0644]
ext/intl/common/common_enum.cpp [new file with mode: 0644]
ext/intl/common/common_enum.h [new file with mode: 0644]
ext/intl/common/common_error.c [new file with mode: 0644]
ext/intl/config.m4 [new file with mode: 0644]
ext/intl/config.w32 [new file with mode: 0644]
ext/intl/converter/converter.c [new file with mode: 0644]
ext/intl/converter/converter.h [new file with mode: 0644]
ext/intl/converter/converter.stub.php [new file with mode: 0644]
ext/intl/converter/converter_arginfo.h [new file with mode: 0644]
ext/intl/dateformat/dateformat.c [new file with mode: 0644]
ext/intl/dateformat/dateformat.h [new file with mode: 0644]
ext/intl/dateformat/dateformat.stub.php [new file with mode: 0644]
ext/intl/dateformat/dateformat_arginfo.h [new file with mode: 0644]
ext/intl/dateformat/dateformat_attr.c [new file with mode: 0644]
ext/intl/dateformat/dateformat_attrcpp.cpp [new file with mode: 0644]
ext/intl/dateformat/dateformat_class.c [new file with mode: 0644]
ext/intl/dateformat/dateformat_class.h [new file with mode: 0644]
ext/intl/dateformat/dateformat_create.cpp [new file with mode: 0644]
ext/intl/dateformat/dateformat_create.h [new file with mode: 0644]
ext/intl/dateformat/dateformat_data.c [new file with mode: 0644]
ext/intl/dateformat/dateformat_data.h [new file with mode: 0644]
ext/intl/dateformat/dateformat_format.c [new file with mode: 0644]
ext/intl/dateformat/dateformat_format_object.cpp [new file with mode: 0644]
ext/intl/dateformat/dateformat_helpers.cpp [new file with mode: 0644]
ext/intl/dateformat/dateformat_helpers.h [new file with mode: 0644]
ext/intl/dateformat/dateformat_parse.c [new file with mode: 0644]
ext/intl/dateformat/datepatterngenerator.stub.php [new file with mode: 0644]
ext/intl/dateformat/datepatterngenerator_arginfo.h [new file with mode: 0644]
ext/intl/dateformat/datepatterngenerator_class.cpp [new file with mode: 0644]
ext/intl/dateformat/datepatterngenerator_class.h [new file with mode: 0644]
ext/intl/dateformat/datepatterngenerator_methods.cpp [new file with mode: 0644]
ext/intl/formatter/formatter.stub.php [new file with mode: 0644]
ext/intl/formatter/formatter_arginfo.h [new file with mode: 0644]
ext/intl/formatter/formatter_attr.c [new file with mode: 0644]
ext/intl/formatter/formatter_class.c [new file with mode: 0644]
ext/intl/formatter/formatter_class.h [new file with mode: 0644]
ext/intl/formatter/formatter_data.c [new file with mode: 0644]
ext/intl/formatter/formatter_data.h [new file with mode: 0644]
ext/intl/formatter/formatter_format.c [new file with mode: 0644]
ext/intl/formatter/formatter_format.h [new file with mode: 0644]
ext/intl/formatter/formatter_functions_arginfo.h [new file with mode: 0644]
ext/intl/formatter/formatter_main.c [new file with mode: 0644]
ext/intl/formatter/formatter_parse.c [new file with mode: 0644]
ext/intl/grapheme/grapheme.h [new file with mode: 0644]
ext/intl/grapheme/grapheme_string.c [new file with mode: 0644]
ext/intl/grapheme/grapheme_util.c [new file with mode: 0644]
ext/intl/grapheme/grapheme_util.h [new file with mode: 0644]
ext/intl/idn/idn.c [new file with mode: 0644]
ext/intl/idn/idn.h [new file with mode: 0644]
ext/intl/intl_common.h [new file with mode: 0644]
ext/intl/intl_convert.c [new file with mode: 0644]
ext/intl/intl_convert.h [new file with mode: 0644]
ext/intl/intl_convertcpp.cpp [new file with mode: 0644]
ext/intl/intl_convertcpp.h [new file with mode: 0644]
ext/intl/intl_cppshims.h [new file with mode: 0644]
ext/intl/intl_data.h [new file with mode: 0644]
ext/intl/intl_error.c [new file with mode: 0644]
ext/intl/intl_error.h [new file with mode: 0644]
ext/intl/locale/locale.c [new file with mode: 0644]
ext/intl/locale/locale.h [new file with mode: 0644]
ext/intl/locale/locale.stub.php [new file with mode: 0644]
ext/intl/locale/locale_arginfo.h [new file with mode: 0644]
ext/intl/locale/locale_class.c [new file with mode: 0644]
ext/intl/locale/locale_class.h [new file with mode: 0644]
ext/intl/locale/locale_methods.c [new file with mode: 0644]
ext/intl/msgformat/msgformat.c [new file with mode: 0644]
ext/intl/msgformat/msgformat.stub.php [new file with mode: 0644]
ext/intl/msgformat/msgformat_arginfo.h [new file with mode: 0644]
ext/intl/msgformat/msgformat_attr.c [new file with mode: 0644]
ext/intl/msgformat/msgformat_class.c [new file with mode: 0644]
ext/intl/msgformat/msgformat_class.h [new file with mode: 0644]
ext/intl/msgformat/msgformat_data.c [new file with mode: 0644]
ext/intl/msgformat/msgformat_data.h [new file with mode: 0644]
ext/intl/msgformat/msgformat_format.c [new file with mode: 0644]
ext/intl/msgformat/msgformat_helpers.cpp [new file with mode: 0644]
ext/intl/msgformat/msgformat_helpers.h [new file with mode: 0644]
ext/intl/msgformat/msgformat_parse.c [new file with mode: 0644]
ext/intl/normalizer/normalizer.h [new file with mode: 0644]
ext/intl/normalizer/normalizer.stub.php [new file with mode: 0644]
ext/intl/normalizer/normalizer_arginfo.h [new file with mode: 0644]
ext/intl/normalizer/normalizer_class.c [new file with mode: 0644]
ext/intl/normalizer/normalizer_class.h [new file with mode: 0644]
ext/intl/normalizer/normalizer_normalize.c [new file with mode: 0644]
ext/intl/php_intl.c [new file with mode: 0644]
ext/intl/php_intl.h [new file with mode: 0644]
ext/intl/php_intl.stub.php [new file with mode: 0644]
ext/intl/php_intl_arginfo.h [new file with mode: 0644]
ext/intl/resourcebundle/resourcebundle.c [new file with mode: 0644]
ext/intl/resourcebundle/resourcebundle.h [new file with mode: 0644]
ext/intl/resourcebundle/resourcebundle.stub.php [new file with mode: 0644]
ext/intl/resourcebundle/resourcebundle_arginfo.h [new file with mode: 0644]
ext/intl/resourcebundle/resourcebundle_class.c [new file with mode: 0644]
ext/intl/resourcebundle/resourcebundle_class.h [new file with mode: 0644]
ext/intl/resourcebundle/resourcebundle_iterator.c [new file with mode: 0644]
ext/intl/resourcebundle/resourcebundle_iterator.h [new file with mode: 0644]
ext/intl/spoofchecker/spoofchecker.stub.php [new file with mode: 0644]
ext/intl/spoofchecker/spoofchecker_arginfo.h [new file with mode: 0644]
ext/intl/spoofchecker/spoofchecker_class.c [new file with mode: 0644]
ext/intl/spoofchecker/spoofchecker_class.h [new file with mode: 0644]
ext/intl/spoofchecker/spoofchecker_create.c [new file with mode: 0644]
ext/intl/spoofchecker/spoofchecker_main.c [new file with mode: 0644]
ext/intl/tests/_files/es-bundle.txt [new file with mode: 0644]
ext/intl/tests/_files/res_index.txt [new file with mode: 0644]
ext/intl/tests/_files/resourcebundle.txt [new file with mode: 0644]
ext/intl/tests/_files/resourcebundle_be/es.res [new file with mode: 0644]
ext/intl/tests/_files/resourcebundle_be/res_index.res [new file with mode: 0644]
ext/intl/tests/_files/resourcebundle_be/root.res [new file with mode: 0644]
ext/intl/tests/_files/resourcebundle_le/es.res [new file with mode: 0644]
ext/intl/tests/_files/resourcebundle_le/res_index.res [new file with mode: 0644]
ext/intl/tests/_files/resourcebundle_le/root.res [new file with mode: 0644]
ext/intl/tests/badargs.phpt [new file with mode: 0644]
ext/intl/tests/breakiter___construct.phpt [new file with mode: 0644]
ext/intl/tests/breakiter___construct_error.phpt [new file with mode: 0644]
ext/intl/tests/breakiter_clone_basic.phpt [new file with mode: 0644]
ext/intl/tests/breakiter_createCodePointInstance_basic.phpt [new file with mode: 0644]
ext/intl/tests/breakiter_current_basic.phpt [new file with mode: 0644]
ext/intl/tests/breakiter_factories_basic.phpt [new file with mode: 0644]
ext/intl/tests/breakiter_first_basic.phpt [new file with mode: 0644]
ext/intl/tests/breakiter_following_basic.phpt [new file with mode: 0644]
ext/intl/tests/breakiter_getLocale_basic.phpt [new file with mode: 0644]
ext/intl/tests/breakiter_getLocale_basic2.phpt [new file with mode: 0644]
ext/intl/tests/breakiter_getLocale_basic3.phpt [new file with mode: 0644]
ext/intl/tests/breakiter_getPartsIterator_basic.phpt [new file with mode: 0644]
ext/intl/tests/breakiter_getPartsIterator_basic2.phpt [new file with mode: 0644]
ext/intl/tests/breakiter_getPartsIterator_error.phpt [new file with mode: 0644]
ext/intl/tests/breakiter_getPartsIterator_var1.phpt [new file with mode: 0644]
ext/intl/tests/breakiter_getText_basic.phpt [new file with mode: 0644]
ext/intl/tests/breakiter_isBoundary_basic.phpt [new file with mode: 0644]
ext/intl/tests/breakiter_last_basic.phpt [new file with mode: 0644]
ext/intl/tests/breakiter_next_basic.phpt [new file with mode: 0644]
ext/intl/tests/breakiter_preceding_basic.phpt [new file with mode: 0644]
ext/intl/tests/breakiter_preceding_basic2.phpt [new file with mode: 0644]
ext/intl/tests/breakiter_previous_basic.phpt [new file with mode: 0644]
ext/intl/tests/breakiter_setText_basic.phpt [new file with mode: 0644]
ext/intl/tests/bug12887.phpt [new file with mode: 0644]
ext/intl/tests/bug14562.phpt [new file with mode: 0644]
ext/intl/tests/bug48227.phpt [new file with mode: 0644]
ext/intl/tests/bug50590.phpt [new file with mode: 0644]
ext/intl/tests/bug53512.phpt [new file with mode: 0644]
ext/intl/tests/bug53735.phpt [new file with mode: 0644]
ext/intl/tests/bug55562.phpt [new file with mode: 0644]
ext/intl/tests/bug58756_MessageFormatter.phpt [new file with mode: 0644]
ext/intl/tests/bug58756_MessageFormatter_variant2.phpt [new file with mode: 0644]
ext/intl/tests/bug59597_32.phpt [new file with mode: 0644]
ext/intl/tests/bug59597_64.phpt [new file with mode: 0644]
ext/intl/tests/bug60192-compare.phpt [new file with mode: 0644]
ext/intl/tests/bug60192-getlocale.phpt [new file with mode: 0644]
ext/intl/tests/bug60192-getsortkey.phpt [new file with mode: 0644]
ext/intl/tests/bug60192-sort.phpt [new file with mode: 0644]
ext/intl/tests/bug60192-sortwithsortkeys.phpt [new file with mode: 0644]
ext/intl/tests/bug61487.phpt [new file with mode: 0644]
ext/intl/tests/bug61860.phpt [new file with mode: 0644]
ext/intl/tests/bug62017.phpt [new file with mode: 0644]
ext/intl/tests/bug62070.phpt [new file with mode: 0644]
ext/intl/tests/bug62070_2.phpt [new file with mode: 0644]
ext/intl/tests/bug62070_3.phpt [new file with mode: 0644]
ext/intl/tests/bug62081.phpt [new file with mode: 0644]
ext/intl/tests/bug62082.phpt [new file with mode: 0644]
ext/intl/tests/bug62083.phpt [new file with mode: 0644]
ext/intl/tests/bug62759.phpt [new file with mode: 0644]
ext/intl/tests/bug62915-2.phpt [new file with mode: 0644]
ext/intl/tests/bug62915.phpt [new file with mode: 0644]
ext/intl/tests/bug65732.phpt [new file with mode: 0644]
ext/intl/tests/bug67052-win32.phpt [new file with mode: 0644]
ext/intl/tests/bug67052.phpt [new file with mode: 0644]
ext/intl/tests/bug67397.phpt [new file with mode: 0644]
ext/intl/tests/bug68447.phpt [new file with mode: 0644]
ext/intl/tests/bug68471.phpt [new file with mode: 0644]
ext/intl/tests/bug69374.phpt [new file with mode: 0644]
ext/intl/tests/bug69398.phpt [new file with mode: 0644]
ext/intl/tests/bug70451.phpt [new file with mode: 0644]
ext/intl/tests/bug70452.phpt [new file with mode: 0644]
ext/intl/tests/bug71020.phpt [new file with mode: 0644]
ext/intl/tests/bug72061.phpt [new file with mode: 0644]
ext/intl/tests/bug72241.phpt [new file with mode: 0644]
ext/intl/tests/bug72506.phpt [new file with mode: 0644]
ext/intl/tests/bug72533.phpt [new file with mode: 0644]
ext/intl/tests/bug72639.phpt [new file with mode: 0644]
ext/intl/tests/bug74063.phpt [new file with mode: 0644]
ext/intl/tests/bug74264.phpt [new file with mode: 0644]
ext/intl/tests/bug74298.phpt [new file with mode: 0644]
ext/intl/tests/bug74433.phpt [new file with mode: 0644]
ext/intl/tests/bug74468.phpt [new file with mode: 0644]
ext/intl/tests/bug74484_MessageFormatter.phpt [new file with mode: 0644]
ext/intl/tests/bug74705.phpt [new file with mode: 0644]
ext/intl/tests/bug75090.phpt [new file with mode: 0644]
ext/intl/tests/bug75193.phpt [new file with mode: 0644]
ext/intl/tests/bug75317.phpt [new file with mode: 0644]
ext/intl/tests/bug75318.phpt [new file with mode: 0644]
ext/intl/tests/bug75378.phpt [new file with mode: 0644]
ext/intl/tests/bug76556.phpt [new file with mode: 0644]
ext/intl/tests/bug77895.phpt [new file with mode: 0644]
ext/intl/tests/bug78804.phpt [new file with mode: 0644]
ext/intl/tests/bug78912.phpt [new file with mode: 0644]
ext/intl/tests/bug80763.phpt [new file with mode: 0644]
ext/intl/tests/bug81019.phpt [new file with mode: 0644]
ext/intl/tests/calendar_add_basic.phpt [new file with mode: 0644]
ext/intl/tests/calendar_add_error.phpt [new file with mode: 0644]
ext/intl/tests/calendar_before_after_error.phpt [new file with mode: 0644]
ext/intl/tests/calendar_clear_basic.phpt [new file with mode: 0644]
ext/intl/tests/calendar_clear_error.phpt [new file with mode: 0644]
ext/intl/tests/calendar_clear_variation1.phpt [new file with mode: 0644]
ext/intl/tests/calendar_const_field_field_count.phpt [new file with mode: 0644]
ext/intl/tests/calendar_createInstance_basic.phpt [new file with mode: 0644]
ext/intl/tests/calendar_createInstance_error.phpt [new file with mode: 0644]
ext/intl/tests/calendar_createInstance_variation1.phpt [new file with mode: 0644]
ext/intl/tests/calendar_equals_before_after_basic.phpt [new file with mode: 0644]
ext/intl/tests/calendar_equals_error.phpt [new file with mode: 0644]
ext/intl/tests/calendar_fieldDifference_basic.phpt [new file with mode: 0644]
ext/intl/tests/calendar_fieldDifference_error.phpt [new file with mode: 0644]
ext/intl/tests/calendar_fromDateTime_basic.phpt [new file with mode: 0644]
ext/intl/tests/calendar_fromDateTime_error.phpt [new file with mode: 0644]
ext/intl/tests/calendar_getAvailableLocales_basic.phpt [new file with mode: 0644]
ext/intl/tests/calendar_getDayOfWeekType_basic.phpt [new file with mode: 0644]
ext/intl/tests/calendar_getDayOfWeekType_basic2.phpt [new file with mode: 0644]
ext/intl/tests/calendar_getDayOfWeekType_error.phpt [new file with mode: 0644]
ext/intl/tests/calendar_getErrorCode_error.phpt [new file with mode: 0644]
ext/intl/tests/calendar_getErrorCode_getErrorMessage_basic.phpt [new file with mode: 0644]
ext/intl/tests/calendar_getErrorMessage_error.phpt [new file with mode: 0644]
ext/intl/tests/calendar_getFirstDayOfWeek_basic.phpt [new file with mode: 0644]
ext/intl/tests/calendar_getFirstDayOfWeek_error.phpt [new file with mode: 0644]
ext/intl/tests/calendar_getKeywordValuesForLocale_basic.phpt [new file with mode: 0644]
ext/intl/tests/calendar_getLocale_basic.phpt [new file with mode: 0644]
ext/intl/tests/calendar_getLocale_error.phpt [new file with mode: 0644]
ext/intl/tests/calendar_getMinimalDaysInFirstWeek_basic.phpt [new file with mode: 0644]
ext/intl/tests/calendar_getMinimalDaysInFirstWeek_error.phpt [new file with mode: 0644]
ext/intl/tests/calendar_getNow_basic.phpt [new file with mode: 0644]
ext/intl/tests/calendar_getSkipped_RepeatedWallTimeOption_error.phpt [new file with mode: 0644]
ext/intl/tests/calendar_getTimeZone_basic.phpt [new file with mode: 0644]
ext/intl/tests/calendar_getTimeZone_error.phpt [new file with mode: 0644]
ext/intl/tests/calendar_getTime_basic.phpt [new file with mode: 0644]
ext/intl/tests/calendar_getTime_error.phpt [new file with mode: 0644]
ext/intl/tests/calendar_getType_basic.phpt [new file with mode: 0644]
ext/intl/tests/calendar_getType_error.phpt [new file with mode: 0644]
ext/intl/tests/calendar_getWeekendTransition_basic.phpt [new file with mode: 0644]
ext/intl/tests/calendar_getWeekendTransition_error.phpt [new file with mode: 0644]
ext/intl/tests/calendar_getXMaximum_basic.phpt [new file with mode: 0644]
ext/intl/tests/calendar_getXMinimum_basic.phpt [new file with mode: 0644]
ext/intl/tests/calendar_get_Least_Greatest_Minimum_Maximum_error.phpt [new file with mode: 0644]
ext/intl/tests/calendar_get_basic.phpt [new file with mode: 0644]
ext/intl/tests/calendar_get_getActualMaximum_Minumum_error.phpt [new file with mode: 0644]
ext/intl/tests/calendar_get_getActualMaximum_Minumum_error2.phpt [new file with mode: 0644]
ext/intl/tests/calendar_get_setRepeatedWallTimeOption_basic.phpt [new file with mode: 0644]
ext/intl/tests/calendar_get_setSkippedWallTimeOption_basic.phpt [new file with mode: 0644]
ext/intl/tests/calendar_inDaylightTime_basic.phpt [new file with mode: 0644]
ext/intl/tests/calendar_inDaylightTime_error.phpt [new file with mode: 0644]
ext/intl/tests/calendar_isEquivalentTo_basic.phpt [new file with mode: 0644]
ext/intl/tests/calendar_isEquivalentTo_error.phpt [new file with mode: 0644]
ext/intl/tests/calendar_isLenient_error.phpt [new file with mode: 0644]
ext/intl/tests/calendar_isSet_basic.phpt [new file with mode: 0644]
ext/intl/tests/calendar_isSet_error.phpt [new file with mode: 0644]
ext/intl/tests/calendar_isWeekend_basic.phpt [new file with mode: 0644]
ext/intl/tests/calendar_isWeekend_error.phpt [new file with mode: 0644]
ext/intl/tests/calendar_is_set_lenient_basic.phpt [new file with mode: 0644]
ext/intl/tests/calendar_roll_basic.phpt [new file with mode: 0644]
ext/intl/tests/calendar_roll_error.phpt [new file with mode: 0644]
ext/intl/tests/calendar_roll_variation1.phpt [new file with mode: 0644]
ext/intl/tests/calendar_setFirstDayOfWeek_basic.phpt [new file with mode: 0644]
ext/intl/tests/calendar_setFirstDayOfWeek_error.phpt [new file with mode: 0644]
ext/intl/tests/calendar_setLenient_error.phpt [new file with mode: 0644]
ext/intl/tests/calendar_setMinimalDaysInFirstWeek_basic.phpt [new file with mode: 0644]
ext/intl/tests/calendar_setMinimalDaysInFirstWeek_error.phpt [new file with mode: 0644]
ext/intl/tests/calendar_setSkipped_RepeatedWallTimeOption_error.phpt [new file with mode: 0644]
ext/intl/tests/calendar_setTimeZone_basic.phpt [new file with mode: 0644]
ext/intl/tests/calendar_setTimeZone_error.phpt [new file with mode: 0644]
ext/intl/tests/calendar_setTimeZone_error2.phpt [new file with mode: 0644]
ext/intl/tests/calendar_setTimeZone_variation1.phpt [new file with mode: 0644]
ext/intl/tests/calendar_setTimeZone_variation2.phpt [new file with mode: 0644]
ext/intl/tests/calendar_setTime_basic.phpt [new file with mode: 0644]
ext/intl/tests/calendar_setTime_error.phpt [new file with mode: 0644]
ext/intl/tests/calendar_set_basic.phpt [new file with mode: 0644]
ext/intl/tests/calendar_set_error.phpt [new file with mode: 0644]
ext/intl/tests/calendar_set_variation1.phpt [new file with mode: 0644]
ext/intl/tests/calendar_toDateTime_basic.phpt [new file with mode: 0644]
ext/intl/tests/calendar_toDateTime_error.phpt [new file with mode: 0644]
ext/intl/tests/collation_customization.phpt [new file with mode: 0644]
ext/intl/tests/collator_asort.phpt [new file with mode: 0644]
ext/intl/tests/collator_asort_variant2.phpt [new file with mode: 0644]
ext/intl/tests/collator_compare.phpt [new file with mode: 0644]
ext/intl/tests/collator_compare_variant2.phpt [new file with mode: 0644]
ext/intl/tests/collator_create2.phpt [new file with mode: 0644]
ext/intl/tests/collator_create3.phpt [new file with mode: 0644]
ext/intl/tests/collator_create4.phpt [new file with mode: 0644]
ext/intl/tests/collator_get_error_code.phpt [new file with mode: 0644]
ext/intl/tests/collator_get_error_message.phpt [new file with mode: 0644]
ext/intl/tests/collator_get_locale2.phpt [new file with mode: 0644]
ext/intl/tests/collator_get_set_attribute.phpt [new file with mode: 0644]
ext/intl/tests/collator_get_set_strength.phpt [new file with mode: 0644]
ext/intl/tests/collator_get_sort_key.phpt [new file with mode: 0644]
ext/intl/tests/collator_get_sort_key_variant2.phpt [new file with mode: 0644]
ext/intl/tests/collator_get_sort_key_variant3.phpt [new file with mode: 0644]
ext/intl/tests/collator_get_sort_key_variant4.phpt [new file with mode: 0644]
ext/intl/tests/collator_get_sort_key_variant5.phpt [new file with mode: 0644]
ext/intl/tests/collator_get_sort_key_variant6.phpt [new file with mode: 0644]
ext/intl/tests/collator_get_sort_key_variant7.phpt [new file with mode: 0644]
ext/intl/tests/collator_sort.phpt [new file with mode: 0644]
ext/intl/tests/collator_sort_variant2.phpt [new file with mode: 0644]
ext/intl/tests/collator_sort_with_sort_keys.phpt [new file with mode: 0644]
ext/intl/tests/collator_sort_with_sort_keys_variant2.phpt [new file with mode: 0644]
ext/intl/tests/cpbi_clone_equality.phpt [new file with mode: 0644]
ext/intl/tests/cpbi_getLastCodePoint_basic.phpt [new file with mode: 0644]
ext/intl/tests/cpbi_parts_iterator.phpt [new file with mode: 0644]
ext/intl/tests/dateformat___construct_bad_tz_cal.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_bug65683.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_bug65683_2.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_bug68893.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_bug71516.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_calendars.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_calendars_variant2.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_calendars_variant3.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_calendars_variant_icu72-1.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_clone2.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_clone_bad_obj.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_create_cal_arg.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_create_cal_arg_variant2.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_create_cal_arg_variant3.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_create_cal_arg_variant4.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_create_cal_arg_variant5.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_create_default.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_create_default_icu72-1.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_format.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_formatObject_calendar.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_formatObject_calendar_variant2.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_formatObject_calendar_variant3.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_formatObject_calendar_variant4.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_formatObject_calendar_variant5.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_formatObject_calendar_variant_icu72-1.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_formatObject_datetime.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_formatObject_datetime_variant2.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_formatObject_datetime_variant3.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_formatObject_datetime_variant4.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_formatObject_datetime_variant5.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_formatObject_datetime_variant_icu72-1.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_formatObject_error.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_format_parse.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_format_parse_version2.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_format_parse_version_icu72-1.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_format_relative.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_format_variant2.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_format_variant3.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_get_datetype.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_get_locale.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_get_set_calendar.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_get_set_calendar_variant2.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_get_set_calendar_variant3.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_get_set_calendar_variant4.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_get_set_calendar_variant5.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_get_set_calendar_variant_icu70.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_get_set_pattern2.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_get_set_timezone.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_get_set_timezone_variant2.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_get_set_timezone_variant3.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_get_set_timezone_variant4.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_get_set_timezone_variant5.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_get_timetype.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_get_timezone_id.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_invalid_timezone.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_is_set_lenient.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_setTimeZone_error.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_set_timezone_id2.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_set_timezone_id3.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_set_timezone_id_icu72-1.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_timezone_arg_variations.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_timezone_arg_variations2.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_timezone_arg_variations3.phpt [new file with mode: 0644]
ext/intl/tests/dateformat_timezone_arg_variations4.phpt [new file with mode: 0644]
ext/intl/tests/datepatterngenerator_clone.phpt [new file with mode: 0644]
ext/intl/tests/datepatterngenerator_error.phpt [new file with mode: 0644]
ext/intl/tests/datepatterngenerator_get_best_pattern.phpt [new file with mode: 0644]
ext/intl/tests/datepatterngenerator_get_best_pattern_icu72-1.phpt [new file with mode: 0644]
ext/intl/tests/formatter_clone.phpt [new file with mode: 0644]
ext/intl/tests/formatter_clone_bad_obj.phpt [new file with mode: 0644]
ext/intl/tests/formatter_fail.phpt [new file with mode: 0644]
ext/intl/tests/formatter_format2.phpt [new file with mode: 0644]
ext/intl/tests/formatter_format3.phpt [new file with mode: 0644]
ext/intl/tests/formatter_format4.phpt [new file with mode: 0644]
ext/intl/tests/formatter_format5.phpt [new file with mode: 0644]
ext/intl/tests/formatter_format6.phpt [new file with mode: 0644]
ext/intl/tests/formatter_format7.phpt [new file with mode: 0644]
ext/intl/tests/formatter_format8.phpt [new file with mode: 0644]
ext/intl/tests/formatter_format_and_parse_errors.phpt [new file with mode: 0644]
ext/intl/tests/formatter_format_conv.phpt [new file with mode: 0644]
ext/intl/tests/formatter_format_currency2.phpt [new file with mode: 0644]
ext/intl/tests/formatter_get_error.phpt [new file with mode: 0644]
ext/intl/tests/formatter_get_locale.phpt [new file with mode: 0644]
ext/intl/tests/formatter_get_locale_variant2.phpt [new file with mode: 0644]
ext/intl/tests/formatter_get_locale_variant3.phpt [new file with mode: 0644]
ext/intl/tests/formatter_get_locale_variant4.phpt [new file with mode: 0644]
ext/intl/tests/formatter_get_set_pattern.phpt [new file with mode: 0644]
ext/intl/tests/formatter_get_set_pattern2.phpt [new file with mode: 0644]
ext/intl/tests/formatter_get_set_symbol2.phpt [new file with mode: 0644]
ext/intl/tests/formatter_get_set_text_attribute.phpt [new file with mode: 0644]
ext/intl/tests/formatter_get_set_text_attribute_var2.phpt [new file with mode: 0644]
ext/intl/tests/formatter_parse.phpt [new file with mode: 0644]
ext/intl/tests/formatter_parse_currency.phpt [new file with mode: 0644]
ext/intl/tests/gh10647.phpt [new file with mode: 0644]
ext/intl/tests/gh7734.phpt [new file with mode: 0644]
ext/intl/tests/gh8115.phpt [new file with mode: 0644]
ext/intl/tests/gh8364.phpt [new file with mode: 0644]
ext/intl/tests/grapheme.phpt [new file with mode: 0644]
ext/intl/tests/grapheme2.phpt [new file with mode: 0644]
ext/intl/tests/grapheme_empty.phpt [new file with mode: 0644]
ext/intl/tests/grapheme_out_of_bounds.phpt [new file with mode: 0644]
ext/intl/tests/gregoriancalendar___construct_basic.phpt [new file with mode: 0644]
ext/intl/tests/gregoriancalendar___construct_error.phpt [new file with mode: 0644]
ext/intl/tests/gregoriancalendar___construct_variant1.phpt [new file with mode: 0644]
ext/intl/tests/gregoriancalendar_getGregorianChange_error.phpt [new file with mode: 0644]
ext/intl/tests/gregoriancalendar_get_setGregorianChange_basic.phpt [new file with mode: 0644]
ext/intl/tests/gregoriancalendar_isLeapYear_basic.phpt [new file with mode: 0644]
ext/intl/tests/gregoriancalendar_isLeapYear_error.phpt [new file with mode: 0644]
ext/intl/tests/idn.phpt [new file with mode: 0644]
ext/intl/tests/idn_bug76829.phpt [new file with mode: 0644]
ext/intl/tests/idn_uts46_basic.phpt [new file with mode: 0644]
ext/intl/tests/idn_uts46_errors.phpt [new file with mode: 0644]
ext/intl/tests/ini_use_exceptions_basic.phpt [new file with mode: 0644]
ext/intl/tests/intl_error_name.phpt [new file with mode: 0644]
ext/intl/tests/intl_get_error_code.phpt [new file with mode: 0644]
ext/intl/tests/intl_get_error_message.phpt [new file with mode: 0644]
ext/intl/tests/intl_icu_data_version_constant.phpt [new file with mode: 0644]
ext/intl/tests/intl_icu_version_constant.phpt [new file with mode: 0644]
ext/intl/tests/intl_is_failure.phpt [new file with mode: 0644]
ext/intl/tests/locale/bug72809.phpt [new file with mode: 0644]
ext/intl/tests/locale/bug74993.phpt [new file with mode: 0644]
ext/intl/tests/locale_accept.phpt [new file with mode: 0644]
ext/intl/tests/locale_bug66289.phpt [new file with mode: 0644]
ext/intl/tests/locale_bug72658.phpt [new file with mode: 0644]
ext/intl/tests/locale_bug74439.phpt [new file with mode: 0644]
ext/intl/tests/locale_compose_locale.phpt [new file with mode: 0644]
ext/intl/tests/locale_filter_matches2.phpt [new file with mode: 0644]
ext/intl/tests/locale_filter_matches3.phpt [new file with mode: 0644]
ext/intl/tests/locale_filter_matches4.phpt [new file with mode: 0644]
ext/intl/tests/locale_filter_matches_icu70.phpt [new file with mode: 0644]
ext/intl/tests/locale_get_all_variants.phpt [new file with mode: 0644]
ext/intl/tests/locale_get_default.phpt [new file with mode: 0644]
ext/intl/tests/locale_get_display_language.phpt [new file with mode: 0644]
ext/intl/tests/locale_get_display_language2.phpt [new file with mode: 0644]
ext/intl/tests/locale_get_display_language3.phpt [new file with mode: 0644]
ext/intl/tests/locale_get_display_name2.phpt [new file with mode: 0644]
ext/intl/tests/locale_get_display_name3.phpt [new file with mode: 0644]
ext/intl/tests/locale_get_display_name4.phpt [new file with mode: 0644]
ext/intl/tests/locale_get_display_name5.phpt [new file with mode: 0644]
ext/intl/tests/locale_get_display_name6.phpt [new file with mode: 0644]
ext/intl/tests/locale_get_display_name7.phpt [new file with mode: 0644]
ext/intl/tests/locale_get_display_name8.phpt [new file with mode: 0644]
ext/intl/tests/locale_get_display_region2.phpt [new file with mode: 0644]
ext/intl/tests/locale_get_display_region3.phpt [new file with mode: 0644]
ext/intl/tests/locale_get_display_script3.phpt [new file with mode: 0644]
ext/intl/tests/locale_get_display_script4.phpt [new file with mode: 0644]
ext/intl/tests/locale_get_display_variant2.phpt [new file with mode: 0644]
ext/intl/tests/locale_get_keywords2.phpt [new file with mode: 0644]
ext/intl/tests/locale_get_primary_language.phpt [new file with mode: 0644]
ext/intl/tests/locale_get_region.phpt [new file with mode: 0644]
ext/intl/tests/locale_get_script.phpt [new file with mode: 0644]
ext/intl/tests/locale_lookup.phpt [new file with mode: 0644]
ext/intl/tests/locale_lookup_variant2.phpt [new file with mode: 0644]
ext/intl/tests/locale_lookup_variant3.phpt [new file with mode: 0644]
ext/intl/tests/locale_parse_locale2.phpt [new file with mode: 0644]
ext/intl/tests/locale_set_default.phpt [new file with mode: 0644]
ext/intl/tests/msgfmt_bug70484.phpt [new file with mode: 0644]
ext/intl/tests/msgfmt_clone.phpt [new file with mode: 0644]
ext/intl/tests/msgfmt_clone_bad_obj.phpt [new file with mode: 0644]
ext/intl/tests/msgfmt_fail2.phpt [new file with mode: 0644]
ext/intl/tests/msgfmt_format.phpt [new file with mode: 0644]
ext/intl/tests/msgfmt_format_datetime.phpt [new file with mode: 0644]
ext/intl/tests/msgfmt_format_datetime_icu72-1.phpt [new file with mode: 0644]
ext/intl/tests/msgfmt_format_error1.phpt [new file with mode: 0644]
ext/intl/tests/msgfmt_format_error2.phpt [new file with mode: 0644]
ext/intl/tests/msgfmt_format_error3.phpt [new file with mode: 0644]
ext/intl/tests/msgfmt_format_error4.phpt [new file with mode: 0644]
ext/intl/tests/msgfmt_format_error5.phpt [new file with mode: 0644]
ext/intl/tests/msgfmt_format_error6.phpt [new file with mode: 0644]
ext/intl/tests/msgfmt_format_intlcalendar.phpt [new file with mode: 0644]
ext/intl/tests/msgfmt_format_intlcalendar_variant2.phpt [new file with mode: 0644]
ext/intl/tests/msgfmt_format_intlcalendar_variant3.phpt [new file with mode: 0644]
ext/intl/tests/msgfmt_format_intlcalendar_variant4.phpt [new file with mode: 0644]
ext/intl/tests/msgfmt_format_mixed_params.phpt [new file with mode: 0644]
ext/intl/tests/msgfmt_format_simple_types_numeric_strings.phpt [new file with mode: 0644]
ext/intl/tests/msgfmt_format_simple_types_numeric_strings_icu72-1.phpt [new file with mode: 0644]
ext/intl/tests/msgfmt_format_subpatterns.phpt [new file with mode: 0644]
ext/intl/tests/msgfmt_format_subpatterns_named.phpt [new file with mode: 0644]
ext/intl/tests/msgfmt_get_locale.phpt [new file with mode: 0644]
ext/intl/tests/msgfmt_get_set_pattern.phpt [new file with mode: 0644]
ext/intl/tests/msgfmt_millisecond_dates.phpt [new file with mode: 0644]
ext/intl/tests/msgfmt_parse.phpt [new file with mode: 0644]
ext/intl/tests/msgfmt_setPattern_cache.phpt [new file with mode: 0644]
ext/intl/tests/normalizer_get_raw_decomposition.phpt [new file with mode: 0644]
ext/intl/tests/normalizer_normalize.phpt [new file with mode: 0644]
ext/intl/tests/normalizer_normalize_kc_cf.phpt [new file with mode: 0644]
ext/intl/tests/rbbiter___construct_basic.phpt [new file with mode: 0644]
ext/intl/tests/rbbiter_getBinaryRules_basic.phpt [new file with mode: 0644]
ext/intl/tests/rbbiter_getBinaryRules_basic2.phpt [new file with mode: 0644]
ext/intl/tests/rbbiter_getBinaryRules_basic3.phpt [new file with mode: 0644]
ext/intl/tests/rbbiter_getRuleStatusVec_basic.phpt [new file with mode: 0644]
ext/intl/tests/rbbiter_getRuleStatus_basic.phpt [new file with mode: 0644]
ext/intl/tests/rbbiter_getRules_basic.phpt [new file with mode: 0644]
ext/intl/tests/rbbiter_getRules_basic2.phpt [new file with mode: 0644]
ext/intl/tests/rbbiter_getRules_basic3.phpt [new file with mode: 0644]
ext/intl/tests/regression_sort_and_cow.phpt [new file with mode: 0644]
ext/intl/tests/regression_sort_eq.phpt [new file with mode: 0644]
ext/intl/tests/regression_sortwsk_and_cow.phpt [new file with mode: 0644]
ext/intl/tests/regression_sortwsk_eq.phpt [new file with mode: 0644]
ext/intl/tests/resourcebundle.build [new file with mode: 0644]
ext/intl/tests/resourcebundle.inc [new file with mode: 0644]
ext/intl/tests/resourcebundle_arrayaccess.phpt [new file with mode: 0644]
ext/intl/tests/resourcebundle_countable.phpt [new file with mode: 0644]
ext/intl/tests/resourcebundle_create.phpt [new file with mode: 0644]
ext/intl/tests/resourcebundle_double_ctor.phpt [new file with mode: 0644]
ext/intl/tests/resourcebundle_individual.phpt [new file with mode: 0644]
ext/intl/tests/resourcebundle_internal.phpt [new file with mode: 0644]
ext/intl/tests/resourcebundle_iterator.phpt [new file with mode: 0644]
ext/intl/tests/resourcebundle_locales.phpt [new file with mode: 0644]
ext/intl/tests/resourcebundle_null_mandatory_args.phpt [new file with mode: 0644]
ext/intl/tests/resourcebundle_null_mandatory_args_variant2.phpt [new file with mode: 0644]
ext/intl/tests/resourcebundle_null_mandatory_args_variant_icu72-1.phpt [new file with mode: 0644]
ext/intl/tests/resourcebundle_traversable.phpt [new file with mode: 0644]
ext/intl/tests/spoofchecker_001.phpt [new file with mode: 0644]
ext/intl/tests/spoofchecker_002.phpt [new file with mode: 0644]
ext/intl/tests/spoofchecker_003.phpt [new file with mode: 0644]
ext/intl/tests/spoofchecker_004.phpt [new file with mode: 0644]
ext/intl/tests/spoofchecker_005.phpt [new file with mode: 0644]
ext/intl/tests/spoofchecker_006.phpt [new file with mode: 0644]
ext/intl/tests/spoofchecker_007.phpt [new file with mode: 0644]
ext/intl/tests/spoofchecker_unknown_restriction_level.phpt [new file with mode: 0644]
ext/intl/tests/timezone_IDforWindowsID_basic.phpt [new file with mode: 0644]
ext/intl/tests/timezone_IDforWindowsID_basic2.phpt [new file with mode: 0644]
ext/intl/tests/timezone_clone_basic.phpt [new file with mode: 0644]
ext/intl/tests/timezone_clone_error.phpt [new file with mode: 0644]
ext/intl/tests/timezone_countEquivalentIDs_basic.phpt [new file with mode: 0644]
ext/intl/tests/timezone_countEquivalentIDs_error.phpt [new file with mode: 0644]
ext/intl/tests/timezone_createDefault_basic.phpt [new file with mode: 0644]
ext/intl/tests/timezone_createEnumeration_basic.phpt [new file with mode: 0644]
ext/intl/tests/timezone_createEnumeration_error.phpt [new file with mode: 0644]
ext/intl/tests/timezone_createEnumeration_variation1.phpt [new file with mode: 0644]
ext/intl/tests/timezone_createEnumeration_variation2.phpt [new file with mode: 0644]
ext/intl/tests/timezone_createTimeZoneIDEnumeration_basic.phpt [new file with mode: 0644]
ext/intl/tests/timezone_createTimeZoneIDEnumeration_error.phpt [new file with mode: 0644]
ext/intl/tests/timezone_createTimeZoneIDEnumeration_variant1.phpt [new file with mode: 0644]
ext/intl/tests/timezone_createTimeZoneIDEnumeration_variant2.phpt [new file with mode: 0644]
ext/intl/tests/timezone_createTimeZone_basic.phpt [new file with mode: 0644]
ext/intl/tests/timezone_createTimeZone_error.phpt [new file with mode: 0644]
ext/intl/tests/timezone_equals_basic.phpt [new file with mode: 0644]
ext/intl/tests/timezone_equals_error.phpt [new file with mode: 0644]
ext/intl/tests/timezone_fromDateTimeZone_basic.phpt [new file with mode: 0644]
ext/intl/tests/timezone_fromDateTimeZone_error.phpt [new file with mode: 0644]
ext/intl/tests/timezone_getCanonicalID_basic.phpt [new file with mode: 0644]
ext/intl/tests/timezone_getCanonicalID_error.phpt [new file with mode: 0644]
ext/intl/tests/timezone_getCanonicalID_variant1.phpt [new file with mode: 0644]
ext/intl/tests/timezone_getCanonicalID_variant1_2.phpt [new file with mode: 0644]
ext/intl/tests/timezone_getDSTSavings_basic.phpt [new file with mode: 0644]
ext/intl/tests/timezone_getDSTSavings_error.phpt [new file with mode: 0644]
ext/intl/tests/timezone_getDisplayName_basic.phpt [new file with mode: 0644]
ext/intl/tests/timezone_getDisplayName_error.phpt [new file with mode: 0644]
ext/intl/tests/timezone_getDisplayName_variant1.phpt [new file with mode: 0644]
ext/intl/tests/timezone_getDisplayName_variant2-49+.phpt [new file with mode: 0644]
ext/intl/tests/timezone_getDisplayName_variant3-49+.phpt [new file with mode: 0644]
ext/intl/tests/timezone_getDisplayName_variant4.phpt [new file with mode: 0644]
ext/intl/tests/timezone_getEquivalentID_basic.phpt [new file with mode: 0644]
ext/intl/tests/timezone_getEquivalentID_error.phpt [new file with mode: 0644]
ext/intl/tests/timezone_getErrorCodeMessage_basic.phpt [new file with mode: 0644]
ext/intl/tests/timezone_getErrorCode_error.phpt [new file with mode: 0644]
ext/intl/tests/timezone_getErrorMessage_error.phpt [new file with mode: 0644]
ext/intl/tests/timezone_getGMT_basic.phpt [new file with mode: 0644]
ext/intl/tests/timezone_getID_error.phpt [new file with mode: 0644]
ext/intl/tests/timezone_getOffset_basic.phpt [new file with mode: 0644]
ext/intl/tests/timezone_getOffset_error.phpt [new file with mode: 0644]
ext/intl/tests/timezone_getRawOffset_basic.phpt [new file with mode: 0644]
ext/intl/tests/timezone_getRawOffset_error.phpt [new file with mode: 0644]
ext/intl/tests/timezone_getRegion_basic.phpt [new file with mode: 0644]
ext/intl/tests/timezone_getRegion_error.phpt [new file with mode: 0644]
ext/intl/tests/timezone_getTZData_basic.phpt [new file with mode: 0644]
ext/intl/tests/timezone_getUnknown_basic.phpt [new file with mode: 0644]
ext/intl/tests/timezone_hasSameRules_basic.phpt [new file with mode: 0644]
ext/intl/tests/timezone_hasSameRules_error.phpt [new file with mode: 0644]
ext/intl/tests/timezone_toDateTimeZone_basic.phpt [new file with mode: 0644]
ext/intl/tests/timezone_toDateTimeZone_error.phpt [new file with mode: 0644]
ext/intl/tests/timezone_useDaylightTime_basic.phpt [new file with mode: 0644]
ext/intl/tests/timezone_useDaylightTime_error.phpt [new file with mode: 0644]
ext/intl/tests/timezone_windowsID_basic.phpt [new file with mode: 0644]
ext/intl/tests/timezone_windowsID_basic2.phpt [new file with mode: 0644]
ext/intl/tests/transliterator_child.phpt [new file with mode: 0644]
ext/intl/tests/transliterator_clone.phpt [new file with mode: 0644]
ext/intl/tests/transliterator_create_basic.phpt [new file with mode: 0644]
ext/intl/tests/transliterator_create_error.phpt [new file with mode: 0644]
ext/intl/tests/transliterator_create_from_rule_basic.phpt [new file with mode: 0644]
ext/intl/tests/transliterator_create_from_rule_error.phpt [new file with mode: 0644]
ext/intl/tests/transliterator_create_inverse_basic.phpt [new file with mode: 0644]
ext/intl/tests/transliterator_create_inverse_error.phpt [new file with mode: 0644]
ext/intl/tests/transliterator_get_error_code_basic.phpt [new file with mode: 0644]
ext/intl/tests/transliterator_get_error_code_error.phpt [new file with mode: 0644]
ext/intl/tests/transliterator_get_error_message_basic.phpt [new file with mode: 0644]
ext/intl/tests/transliterator_get_error_message_error.phpt [new file with mode: 0644]
ext/intl/tests/transliterator_list_ids_basic.phpt [new file with mode: 0644]
ext/intl/tests/transliterator_property_id.phpt [new file with mode: 0644]
ext/intl/tests/transliterator_transliterate_basic.phpt [new file with mode: 0644]
ext/intl/tests/transliterator_transliterate_error.phpt [new file with mode: 0644]
ext/intl/tests/transliterator_transliterate_variant1.phpt [new file with mode: 0644]
ext/intl/tests/uconverter___construct_error.phpt [new file with mode: 0644]
ext/intl/tests/uconverter_bug66873.phpt [new file with mode: 0644]
ext/intl/tests/uconverter_enum.phpt [new file with mode: 0644]
ext/intl/tests/uconverter_func_basic.phpt [new file with mode: 0644]
ext/intl/tests/uconverter_func_subst.phpt [new file with mode: 0644]
ext/intl/tests/uconverter_getDestinationEncoding.phpt [new file with mode: 0644]
ext/intl/tests/uconverter_getSourceEncoding.phpt [new file with mode: 0644]
ext/intl/tests/uconverter_getstandards_basic.phpt [new file with mode: 0644]
ext/intl/tests/uconverter_oop_algo.phpt [new file with mode: 0644]
ext/intl/tests/uconverter_oop_basic.phpt [new file with mode: 0644]
ext/intl/tests/uconverter_oop_callback.phpt [new file with mode: 0644]
ext/intl/tests/uconverter_oop_callback2.phpt [new file with mode: 0644]
ext/intl/tests/uconverter_oop_callback_return.phpt [new file with mode: 0644]
ext/intl/tests/uconverter_oop_subst.phpt [new file with mode: 0644]
ext/intl/tests/uconverter_setSourceEncoding.phpt [new file with mode: 0644]
ext/intl/tests/ut_common.inc [new file with mode: 0644]
ext/intl/timezone/timezone.stub.php [new file with mode: 0644]
ext/intl/timezone/timezone_arginfo.h [new file with mode: 0644]
ext/intl/timezone/timezone_class.cpp [new file with mode: 0644]
ext/intl/timezone/timezone_class.h [new file with mode: 0644]
ext/intl/timezone/timezone_methods.cpp [new file with mode: 0644]
ext/intl/transliterator/transliterator.h [new file with mode: 0644]
ext/intl/transliterator/transliterator.stub.php [new file with mode: 0644]
ext/intl/transliterator/transliterator_arginfo.h [new file with mode: 0644]
ext/intl/transliterator/transliterator_class.c [new file with mode: 0644]
ext/intl/transliterator/transliterator_class.h [new file with mode: 0644]
ext/intl/transliterator/transliterator_methods.c [new file with mode: 0644]
ext/intl/uchar/tests/basic-functionality.phpt [new file with mode: 0644]
ext/intl/uchar/tests/bug70453.phpt [new file with mode: 0644]
ext/intl/uchar/tests/bug70454.phpt [new file with mode: 0644]
ext/intl/uchar/tests/bug70455.phpt [new file with mode: 0644]
ext/intl/uchar/uchar.c [new file with mode: 0644]
ext/intl/uchar/uchar.h [new file with mode: 0644]
ext/intl/uchar/uchar.stub.php [new file with mode: 0644]
ext/intl/uchar/uchar_arginfo.h [new file with mode: 0644]
ext/json/CREDITS [new file with mode: 0644]
ext/json/Makefile.frag [new file with mode: 0644]
ext/json/Makefile.frag.w32 [new file with mode: 0644]
ext/json/config.m4 [new file with mode: 0644]
ext/json/config.w32 [new file with mode: 0644]
ext/json/json.c [new file with mode: 0644]
ext/json/json.stub.php [new file with mode: 0644]
ext/json/json_arginfo.h [new file with mode: 0644]
ext/json/json_encoder.c [new file with mode: 0644]
ext/json/json_parser.tab.c [new file with mode: 0644]
ext/json/json_parser.tab.h [new file with mode: 0644]
ext/json/json_parser.y [new file with mode: 0644]
ext/json/json_scanner.c [new file with mode: 0644]
ext/json/json_scanner.re [new file with mode: 0644]
ext/json/php_json.h [new file with mode: 0644]
ext/json/php_json_encoder.h [new file with mode: 0644]
ext/json/php_json_parser.h [new file with mode: 0644]
ext/json/php_json_scanner.h [new file with mode: 0644]
ext/json/php_json_scanner_defs.h [new file with mode: 0644]
ext/json/tests/001.phpt [new file with mode: 0644]
ext/json/tests/002.phpt [new file with mode: 0644]
ext/json/tests/003.phpt [new file with mode: 0644]
ext/json/tests/004.phpt [new file with mode: 0644]
ext/json/tests/005.phpt [new file with mode: 0644]
ext/json/tests/006.phpt [new file with mode: 0644]
ext/json/tests/007.phpt [new file with mode: 0644]
ext/json/tests/008.phpt [new file with mode: 0644]
ext/json/tests/009.phpt [new file with mode: 0644]
ext/json/tests/bug40503.phpt [new file with mode: 0644]
ext/json/tests/bug41034.phpt [new file with mode: 0644]
ext/json/tests/bug41067.phpt [new file with mode: 0644]
ext/json/tests/bug41403.phpt [new file with mode: 0644]
ext/json/tests/bug41504.phpt [new file with mode: 0644]
ext/json/tests/bug41567.phpt [new file with mode: 0644]
ext/json/tests/bug42090.phpt [new file with mode: 0644]
ext/json/tests/bug42785.phpt [new file with mode: 0644]
ext/json/tests/bug43941.phpt [new file with mode: 0644]
ext/json/tests/bug45791.phpt [new file with mode: 0644]
ext/json/tests/bug46215.phpt [new file with mode: 0644]
ext/json/tests/bug46944.phpt [new file with mode: 0644]
ext/json/tests/bug47644.phpt [new file with mode: 0644]
ext/json/tests/bug50224.phpt [new file with mode: 0644]
ext/json/tests/bug53946.phpt [new file with mode: 0644]
ext/json/tests/bug54058.phpt [new file with mode: 0644]
ext/json/tests/bug54484.phpt [new file with mode: 0644]
ext/json/tests/bug55543.phpt [new file with mode: 0644]
ext/json/tests/bug61537.phpt [new file with mode: 0644]
ext/json/tests/bug61978.phpt [new file with mode: 0644]
ext/json/tests/bug62010.phpt [new file with mode: 0644]
ext/json/tests/bug62369.phpt [new file with mode: 0644]
ext/json/tests/bug63737.phpt [new file with mode: 0644]
ext/json/tests/bug64695.phpt [new file with mode: 0644]
ext/json/tests/bug64874_part1.phpt [new file with mode: 0644]
ext/json/tests/bug64874_part2.phpt [new file with mode: 0644]
ext/json/tests/bug66021.phpt [new file with mode: 0644]
ext/json/tests/bug66025.phpt [new file with mode: 0644]
ext/json/tests/bug68546.phpt [new file with mode: 0644]
ext/json/tests/bug68567.phpt [new file with mode: 0644]
ext/json/tests/bug68817.phpt [new file with mode: 0644]
ext/json/tests/bug68938.phpt [new file with mode: 0644]
ext/json/tests/bug68992.phpt [new file with mode: 0644]
ext/json/tests/bug69187.phpt [new file with mode: 0644]
ext/json/tests/bug71835.phpt [new file with mode: 0644]
ext/json/tests/bug72069.phpt [new file with mode: 0644]
ext/json/tests/bug72787.phpt [new file with mode: 0644]
ext/json/tests/bug73113.phpt [new file with mode: 0644]
ext/json/tests/bug73254.phpt [new file with mode: 0644]
ext/json/tests/bug73991.phpt [new file with mode: 0644]
ext/json/tests/bug77843.phpt [new file with mode: 0644]
ext/json/tests/bug81532.phpt [new file with mode: 0644]
ext/json/tests/fail001.phpt [new file with mode: 0644]
ext/json/tests/inf_nan_error.phpt [new file with mode: 0644]
ext/json/tests/json_decode_basic.phpt [new file with mode: 0644]
ext/json/tests/json_decode_error.phpt [new file with mode: 0644]
ext/json/tests/json_decode_exceptions.phpt [new file with mode: 0644]
ext/json/tests/json_decode_invalid_utf8.phpt [new file with mode: 0644]
ext/json/tests/json_encode_basic.phpt [new file with mode: 0644]
ext/json/tests/json_encode_basic_utf8.phpt [new file with mode: 0644]
ext/json/tests/json_encode_exceptions.phpt [new file with mode: 0644]
ext/json/tests/json_encode_invalid_utf8.phpt [new file with mode: 0644]
ext/json/tests/json_encode_numeric.phpt [new file with mode: 0644]
ext/json/tests/json_encode_pretty_print.phpt [new file with mode: 0644]
ext/json/tests/json_encode_pretty_print2.phpt [new file with mode: 0644]
ext/json/tests/json_encode_u2028_u2029.phpt [new file with mode: 0644]
ext/json/tests/json_encode_unescaped_slashes.phpt [new file with mode: 0644]
ext/json/tests/json_exceptions_error_clearing.phpt [new file with mode: 0644]
ext/json/tests/json_last_error_error.phpt [new file with mode: 0644]
ext/json/tests/json_last_error_msg_error.phpt [new file with mode: 0644]
ext/json/tests/pass001.1.phpt [new file with mode: 0644]
ext/json/tests/pass001.1_64bit.phpt [new file with mode: 0644]
ext/json/tests/pass001.phpt [new file with mode: 0644]
ext/json/tests/pass002.phpt [new file with mode: 0644]
ext/json/tests/pass003.phpt [new file with mode: 0644]
ext/json/tests/serialize.phpt [new file with mode: 0644]
ext/json/tests/unsupported_type_error.phpt [new file with mode: 0644]
ext/ldap/CREDITS [new file with mode: 0644]
ext/ldap/config.m4 [new file with mode: 0644]
ext/ldap/config.w32 [new file with mode: 0644]
ext/ldap/ldap.c [new file with mode: 0644]
ext/ldap/ldap.stub.php [new file with mode: 0644]
ext/ldap/ldap_arginfo.h [new file with mode: 0644]
ext/ldap/php_ldap.h [new file with mode: 0644]
ext/ldap/tests/CONFLICTS [new file with mode: 0644]
ext/ldap/tests/README.md [new file with mode: 0644]
ext/ldap/tests/bug48441.phpt [new file with mode: 0644]
ext/ldap/tests/bug72021.phpt [new file with mode: 0644]
ext/ldap/tests/bug73933.phpt [new file with mode: 0644]
ext/ldap/tests/bug77958.phpt [new file with mode: 0644]
ext/ldap/tests/connect.inc [new file with mode: 0644]
ext/ldap/tests/ldap_add_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_add_error.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_add_ext.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_bind_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_bind_error.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_bind_ext.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_bind_variation.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_compare_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_compare_error.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_connect_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_connect_error.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_connect_ldap_conf.conf [new file with mode: 0644]
ext/ldap/tests/ldap_connect_ldap_conf.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_connect_variation.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_constructor.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_controls.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_count_entries_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_count_references_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_delete_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_delete_error.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_delete_ext.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_dn2ufn.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_err2str_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_errno_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_error_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_escape_all.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_escape_both.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_escape_dn.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_escape_filter.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_escape_ignore.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_exop.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_exop_passwd.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_exop_passwd_error.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_exop_refresh.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_exop_whoami.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_explode_dn.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_first_attribute_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_first_attribute_error.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_first_entry_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_first_reference_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_free_result_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_get_attributes_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_get_dn_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_get_entries_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_get_entries_variation.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_get_option_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_get_option_controls.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_get_option_package_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_get_option_variation.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_get_values_len_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_get_values_len_error.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_list_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_mod_add_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_mod_add_error.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_mod_del_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_mod_del_error.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_mod_ext.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_mod_replace_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_mod_replace_error.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_modify_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_modify_batch_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_modify_batch_error.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_modify_error.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_next_attribute_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_next_attribute_error.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_next_entry_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_next_reference_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_option_reqcert_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_option_reqcert_error.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_parse_reference_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_parse_result_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_parse_result_controls.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_read_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_read_variation1.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_rename_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_rename_error.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_rename_ext.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_sasl_bind_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_sasl_bind_error.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_search_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_search_error.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_search_overrides.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_search_paged_result_controls.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_search_sort_controls.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_search_variation1.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_search_variation2.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_search_variation3.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_search_variation4.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_search_variation5.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_search_variation6.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_set_option_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_set_option_cafiles_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_set_option_ciphersuite_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_set_option_crlcheck_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_set_option_crlcheck_error.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_set_option_error.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_set_option_keepalive_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_set_option_reqcert_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_set_option_reqcert_error.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_set_option_tls_protocol_min_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_set_option_variation.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_set_rebind_proc_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_set_rebind_proc_error.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_start_tls_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_unbind_basic.phpt [new file with mode: 0644]
ext/ldap/tests/ldap_unbind_variation.phpt [new file with mode: 0644]
ext/ldap/tests/skipifbindfailure.inc [new file with mode: 0644]
ext/ldap/tests/skipifcontrol.inc [new file with mode: 0644]
ext/libxml/CREDITS [new file with mode: 0644]
ext/libxml/config.w32 [new file with mode: 0644]
ext/libxml/config0.m4 [new file with mode: 0644]
ext/libxml/libxml.c [new file with mode: 0644]
ext/libxml/libxml.stub.php [new file with mode: 0644]
ext/libxml/libxml_arginfo.h [new file with mode: 0644]
ext/libxml/php_libxml.h [new file with mode: 0644]
ext/libxml/php_libxml2.def [new file with mode: 0644]
ext/libxml/tests/001.phpt [new file with mode: 0644]
ext/libxml/tests/002.phpt [new file with mode: 0644]
ext/libxml/tests/003.phpt [new file with mode: 0644]
ext/libxml/tests/004.phpt [new file with mode: 0644]
ext/libxml/tests/bug42112.phpt [new file with mode: 0644]
ext/libxml/tests/bug51903.phpt [new file with mode: 0644]
ext/libxml/tests/bug54138.phpt [new file with mode: 0644]
ext/libxml/tests/bug54138_2.phpt [new file with mode: 0644]
ext/libxml/tests/bug54440.phpt [new file with mode: 0644]
ext/libxml/tests/bug61367-read.phpt [new file with mode: 0644]
ext/libxml/tests/bug61367-read_2.phpt [new file with mode: 0644]
ext/libxml/tests/bug61367-write.phpt [new file with mode: 0644]
ext/libxml/tests/bug63389.phpt [new file with mode: 0644]
ext/libxml/tests/bug69753-mb.phpt [new file with mode: 0644]
ext/libxml/tests/bug69753.phpt [new file with mode: 0644]
ext/libxml/tests/bug69753.xml [new file with mode: 0644]
ext/libxml/tests/bug69753私はガラスを食べられます.xml [new file with mode: 0644]
ext/libxml/tests/bug76777.phpt [new file with mode: 0644]
ext/libxml/tests/bug79191.phpt [new file with mode: 0644]
ext/libxml/tests/libxml_disable_entity_loader.phpt [new file with mode: 0644]
ext/libxml/tests/libxml_disable_entity_loader_2.phpt [new file with mode: 0644]
ext/libxml/tests/libxml_disable_entity_loader_payload.txt [new file with mode: 0644]
ext/libxml/tests/libxml_entity_loading_disabled_by_default.phpt [new file with mode: 0644]
ext/libxml/tests/libxml_get_external_entity_loader.phpt [new file with mode: 0644]
ext/libxml/tests/libxml_set_external_entity_loader_basic.phpt [new file with mode: 0644]
ext/libxml/tests/libxml_set_external_entity_loader_error1.phpt [new file with mode: 0644]
ext/libxml/tests/libxml_set_external_entity_loader_error2.phpt [new file with mode: 0644]
ext/libxml/tests/libxml_set_external_entity_loader_variation1.phpt [new file with mode: 0644]
ext/libxml/tests/libxml_set_external_entity_loader_variation2.phpt [new file with mode: 0644]
ext/libxml/tests/test.xml [new file with mode: 0644]
ext/mbstring/CREDITS [new file with mode: 0644]
ext/mbstring/common_codepoints.txt [new file with mode: 0644]
ext/mbstring/config.m4 [new file with mode: 0644]
ext/mbstring/config.w32 [new file with mode: 0644]
ext/mbstring/gen_rare_cp_bitvec.php [new file with mode: 0755]
ext/mbstring/libmbfl/LICENSE [new file with mode: 0644]
ext/mbstring/libmbfl/README.md [new file with mode: 0644]
ext/mbstring/libmbfl/config.h.w32 [new file with mode: 0644]
ext/mbstring/libmbfl/filters/cp932_table.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/emoji2uni.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/html_entities.c [new file with mode: 0644]
ext/mbstring/libmbfl/filters/html_entities.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_7bit.c [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_7bit.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_base64.c [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_base64.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_big5.c [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_big5.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_cp5022x.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_cp51932.c [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_cp51932.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_cp932.c [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_cp932.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_cp936.c [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_cp936.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_euc_cn.c [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_euc_cn.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_euc_jp.c [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_euc_jp.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_euc_jp_2004.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_euc_jp_win.c [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_euc_jp_win.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_euc_kr.c [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_euc_kr.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_euc_tw.c [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_euc_tw.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_gb18030.c [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_gb18030.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_htmlent.c [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_htmlent.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_hz.c [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_hz.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_iso2022_jp_ms.c [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_iso2022_jp_ms.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_iso2022_kr.c [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_iso2022_kr.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_iso2022jp_2004.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_iso2022jp_mobile.c [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_iso2022jp_mobile.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_jis.c [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_jis.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_qprint.c [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_qprint.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_singlebyte.c [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_singlebyte.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_sjis.c [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_sjis.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_sjis_2004.c [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_sjis_2004.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_sjis_mac.c [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_sjis_mac.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_sjis_mobile.c [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_sjis_mobile.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_ucs2.c [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_ucs2.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_ucs4.c [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_ucs4.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_uhc.c [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_uhc.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_utf16.c [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_utf16.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_utf32.c [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_utf32.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_utf7.c [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_utf7.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_utf7imap.c [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_utf7imap.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_utf8.c [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_utf8.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_utf8_mobile.c [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_utf8_mobile.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_uuencode.c [new file with mode: 0644]
ext/mbstring/libmbfl/filters/mbfilter_uuencode.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/sjis_mac2uni.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/translit_kana_jisx0201_jisx0208.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/unicode_prop.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/unicode_table_big5.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/unicode_table_cns11643.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/unicode_table_cp1252.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/unicode_table_cp932_ext.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/unicode_table_cp936.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/unicode_table_gb18030.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/unicode_table_gb2312.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/unicode_table_jis.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/unicode_table_jis2004.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/unicode_table_uhc.h [new file with mode: 0644]
ext/mbstring/libmbfl/filters/utf7_helper.h [new file with mode: 0644]
ext/mbstring/libmbfl/mbfl/eaw_table.h [new file with mode: 0644]
ext/mbstring/libmbfl/mbfl/mbfilter.c [new file with mode: 0644]
ext/mbstring/libmbfl/mbfl/mbfilter.h [new file with mode: 0644]
ext/mbstring/libmbfl/mbfl/mbfilter_8bit.c [new file with mode: 0644]
ext/mbstring/libmbfl/mbfl/mbfilter_8bit.h [new file with mode: 0644]
ext/mbstring/libmbfl/mbfl/mbfilter_pass.c [new file with mode: 0644]
ext/mbstring/libmbfl/mbfl/mbfilter_pass.h [new file with mode: 0644]
ext/mbstring/libmbfl/mbfl/mbfilter_wchar.c [new file with mode: 0644]
ext/mbstring/libmbfl/mbfl/mbfilter_wchar.h [new file with mode: 0644]
ext/mbstring/libmbfl/mbfl/mbfl_consts.h [new file with mode: 0644]
ext/mbstring/libmbfl/mbfl/mbfl_convert.c [new file with mode: 0644]
ext/mbstring/libmbfl/mbfl/mbfl_convert.h [new file with mode: 0644]
ext/mbstring/libmbfl/mbfl/mbfl_defs.h [new file with mode: 0644]
ext/mbstring/libmbfl/mbfl/mbfl_encoding.c [new file with mode: 0644]
ext/mbstring/libmbfl/mbfl/mbfl_encoding.h [new file with mode: 0644]
ext/mbstring/libmbfl/mbfl/mbfl_filter_output.c [new file with mode: 0644]
ext/mbstring/libmbfl/mbfl/mbfl_filter_output.h [new file with mode: 0644]
ext/mbstring/libmbfl/mbfl/mbfl_language.c [new file with mode: 0644]
ext/mbstring/libmbfl/mbfl/mbfl_language.h [new file with mode: 0644]
ext/mbstring/libmbfl/mbfl/mbfl_memory_device.c [new file with mode: 0644]
ext/mbstring/libmbfl/mbfl/mbfl_memory_device.h [new file with mode: 0644]
ext/mbstring/libmbfl/mbfl/mbfl_string.c [new file with mode: 0644]
ext/mbstring/libmbfl/mbfl/mbfl_string.h [new file with mode: 0644]
ext/mbstring/libmbfl/mbfl/mk_eaw_tbl.awk [new file with mode: 0644]
ext/mbstring/libmbfl/nls/nls_de.c [new file with mode: 0644]
ext/mbstring/libmbfl/nls/nls_de.h [new file with mode: 0644]
ext/mbstring/libmbfl/nls/nls_en.c [new file with mode: 0644]
ext/mbstring/libmbfl/nls/nls_en.h [new file with mode: 0644]
ext/mbstring/libmbfl/nls/nls_hy.c [new file with mode: 0644]
ext/mbstring/libmbfl/nls/nls_hy.h [new file with mode: 0644]
ext/mbstring/libmbfl/nls/nls_ja.c [new file with mode: 0644]
ext/mbstring/libmbfl/nls/nls_ja.h [new file with mode: 0644]
ext/mbstring/libmbfl/nls/nls_kr.c [new file with mode: 0644]
ext/mbstring/libmbfl/nls/nls_kr.h [new file with mode: 0644]
ext/mbstring/libmbfl/nls/nls_neutral.c [new file with mode: 0644]
ext/mbstring/libmbfl/nls/nls_neutral.h [new file with mode: 0644]
ext/mbstring/libmbfl/nls/nls_ru.c [new file with mode: 0644]
ext/mbstring/libmbfl/nls/nls_ru.h [new file with mode: 0644]
ext/mbstring/libmbfl/nls/nls_tr.c [new file with mode: 0644]
ext/mbstring/libmbfl/nls/nls_tr.h [new file with mode: 0644]
ext/mbstring/libmbfl/nls/nls_ua.c [new file with mode: 0644]
ext/mbstring/libmbfl/nls/nls_ua.h [new file with mode: 0644]
ext/mbstring/libmbfl/nls/nls_uni.c [new file with mode: 0644]
ext/mbstring/libmbfl/nls/nls_uni.h [new file with mode: 0644]
ext/mbstring/libmbfl/nls/nls_zh.c [new file with mode: 0644]
ext/mbstring/libmbfl/nls/nls_zh.h [new file with mode: 0644]
ext/mbstring/mb_gpc.c [new file with mode: 0644]
ext/mbstring/mb_gpc.h [new file with mode: 0644]
ext/mbstring/mbstring.c [new file with mode: 0644]
ext/mbstring/mbstring.h [new file with mode: 0644]
ext/mbstring/mbstring.stub.php [new file with mode: 0644]
ext/mbstring/mbstring_arginfo.h [new file with mode: 0644]
ext/mbstring/php_mbregex.c [new file with mode: 0644]
ext/mbstring/php_mbregex.h [new file with mode: 0644]
ext/mbstring/php_onig_compat.h [new file with mode: 0644]
ext/mbstring/php_unicode.c [new file with mode: 0644]
ext/mbstring/php_unicode.h [new file with mode: 0644]
ext/mbstring/rare_cp_bitvec.h [new file with mode: 0644]
ext/mbstring/tests/armscii8_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/base64_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/big5_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/bug25140.phpt [new file with mode: 0644]
ext/mbstring/tests/bug26639.phpt [new file with mode: 0644]
ext/mbstring/tests/bug30549.phpt [new file with mode: 0644]
ext/mbstring/tests/bug31911.phpt [new file with mode: 0644]
ext/mbstring/tests/bug40685.phpt [new file with mode: 0644]
ext/mbstring/tests/bug43840.phpt [new file with mode: 0644]
ext/mbstring/tests/bug43841.phpt [new file with mode: 0644]
ext/mbstring/tests/bug43993.phpt [new file with mode: 0644]
ext/mbstring/tests/bug43994.phpt [new file with mode: 0644]
ext/mbstring/tests/bug43998.phpt [new file with mode: 0644]
ext/mbstring/tests/bug45239.phpt [new file with mode: 0644]
ext/mbstring/tests/bug45722.phpt [new file with mode: 0644]
ext/mbstring/tests/bug45923.phpt [new file with mode: 0644]
ext/mbstring/tests/bug46806.phpt [new file with mode: 0644]
ext/mbstring/tests/bug46843.phpt [new file with mode: 0644]
ext/mbstring/tests/bug48645.phpt [new file with mode: 0644]
ext/mbstring/tests/bug48697.phpt [new file with mode: 0644]
ext/mbstring/tests/bug49354.phpt [new file with mode: 0644]
ext/mbstring/tests/bug49528.phpt [new file with mode: 0644]
ext/mbstring/tests/bug49536.phpt [new file with mode: 0644]
ext/mbstring/tests/bug52681.phpt [new file with mode: 0644]
ext/mbstring/tests/bug52981.phpt [new file with mode: 0644]
ext/mbstring/tests/bug54494.phpt [new file with mode: 0644]
ext/mbstring/tests/bug60306.phpt [new file with mode: 0644]
ext/mbstring/tests/bug62934.phpt [new file with mode: 0644]
ext/mbstring/tests/bug63447_001.phpt [new file with mode: 0644]
ext/mbstring/tests/bug63447_002.phpt [new file with mode: 0644]
ext/mbstring/tests/bug63447_003.phpt [new file with mode: 0644]
ext/mbstring/tests/bug65045.phpt [new file with mode: 0644]
ext/mbstring/tests/bug65544.phpt [new file with mode: 0644]
ext/mbstring/tests/bug66797.phpt [new file with mode: 0644]
ext/mbstring/tests/bug66964.phpt [new file with mode: 0644]
ext/mbstring/tests/bug68846.phpt [new file with mode: 0644]
ext/mbstring/tests/bug69079.phpt [new file with mode: 0644]
ext/mbstring/tests/bug69086.phpt [new file with mode: 0644]
ext/mbstring/tests/bug69151.phpt [new file with mode: 0644]
ext/mbstring/tests/bug69267.phpt [new file with mode: 0644]
ext/mbstring/tests/bug71298.phpt [new file with mode: 0644]
ext/mbstring/tests/bug71606.phpt [new file with mode: 0644]
ext/mbstring/tests/bug72164.phpt [new file with mode: 0644]
ext/mbstring/tests/bug72399.phpt [new file with mode: 0644]
ext/mbstring/tests/bug72402.phpt [new file with mode: 0644]
ext/mbstring/tests/bug72691.phpt [new file with mode: 0644]
ext/mbstring/tests/bug72693.phpt [new file with mode: 0644]
ext/mbstring/tests/bug72694.phpt [new file with mode: 0644]
ext/mbstring/tests/bug72710.phpt [new file with mode: 0644]
ext/mbstring/tests/bug73532.phpt [new file with mode: 0644]
ext/mbstring/tests/bug73646.phpt [new file with mode: 0644]
ext/mbstring/tests/bug75944.phpt [new file with mode: 0644]
ext/mbstring/tests/bug76319.phpt [new file with mode: 0644]
ext/mbstring/tests/bug76532.phpt [new file with mode: 0644]
ext/mbstring/tests/bug76704.phpt [new file with mode: 0644]
ext/mbstring/tests/bug76958.phpt [new file with mode: 0644]
ext/mbstring/tests/bug76999.phpt [new file with mode: 0644]
ext/mbstring/tests/bug77025.phpt [new file with mode: 0644]
ext/mbstring/tests/bug77165.phpt [new file with mode: 0644]
ext/mbstring/tests/bug77367.phpt [new file with mode: 0644]
ext/mbstring/tests/bug77370.phpt [new file with mode: 0644]
ext/mbstring/tests/bug77371.phpt [new file with mode: 0644]
ext/mbstring/tests/bug77381.phpt [new file with mode: 0644]
ext/mbstring/tests/bug77418.phpt [new file with mode: 0644]
ext/mbstring/tests/bug77428.phpt [new file with mode: 0644]
ext/mbstring/tests/bug77454.phpt [new file with mode: 0644]
ext/mbstring/tests/bug77514.phpt [new file with mode: 0644]
ext/mbstring/tests/bug78559.phpt [new file with mode: 0644]
ext/mbstring/tests/bug78609.phpt [new file with mode: 0644]
ext/mbstring/tests/bug78633.phpt [new file with mode: 0644]
ext/mbstring/tests/bug79037.phpt [new file with mode: 0644]
ext/mbstring/tests/bug79149.phpt [new file with mode: 0644]
ext/mbstring/tests/bug79154.phpt [new file with mode: 0644]
ext/mbstring/tests/bug79371.phpt [new file with mode: 0644]
ext/mbstring/tests/bug79441.phpt [new file with mode: 0644]
ext/mbstring/tests/bug79787.phpt [new file with mode: 0644]
ext/mbstring/tests/bug81011.phpt [new file with mode: 0644]
ext/mbstring/tests/bug81298.phpt [new file with mode: 0644]
ext/mbstring/tests/bug81349.phpt [new file with mode: 0644]
ext/mbstring/tests/bug81693.phpt [new file with mode: 0644]
ext/mbstring/tests/casefold.phpt [new file with mode: 0644]
ext/mbstring/tests/casefolding.phpt [new file with mode: 0644]
ext/mbstring/tests/casemapping.phpt [new file with mode: 0644]
ext/mbstring/tests/common.inc [new file with mode: 0644]
ext/mbstring/tests/cp1251_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/cp1252_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/cp1254_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/cp5022x_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/cp51932_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/cp850_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/cp866_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/cp932_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/cp936_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/cp950_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/data/8859-1.txt [new file with mode: 0644]
ext/mbstring/tests/data/8859-10.txt [new file with mode: 0644]
ext/mbstring/tests/data/8859-11.txt [new file with mode: 0644]
ext/mbstring/tests/data/8859-13.txt [new file with mode: 0644]
ext/mbstring/tests/data/8859-14.txt [new file with mode: 0644]
ext/mbstring/tests/data/8859-15.txt [new file with mode: 0644]
ext/mbstring/tests/data/8859-16.txt [new file with mode: 0644]
ext/mbstring/tests/data/8859-2.txt [new file with mode: 0644]
ext/mbstring/tests/data/8859-3.txt [new file with mode: 0644]
ext/mbstring/tests/data/8859-4.txt [new file with mode: 0644]
ext/mbstring/tests/data/8859-5.txt [new file with mode: 0644]
ext/mbstring/tests/data/8859-6.txt [new file with mode: 0644]
ext/mbstring/tests/data/8859-7.txt [new file with mode: 0644]
ext/mbstring/tests/data/8859-8.txt [new file with mode: 0644]
ext/mbstring/tests/data/8859-9.txt [new file with mode: 0644]
ext/mbstring/tests/data/ARMSCII-8.txt [new file with mode: 0644]
ext/mbstring/tests/data/BIG5.txt [new file with mode: 0644]
ext/mbstring/tests/data/CP1251.txt [new file with mode: 0644]
ext/mbstring/tests/data/CP1252.txt [new file with mode: 0644]
ext/mbstring/tests/data/CP1254.txt [new file with mode: 0644]
ext/mbstring/tests/data/CP51932.txt [new file with mode: 0644]
ext/mbstring/tests/data/CP850.txt [new file with mode: 0644]
ext/mbstring/tests/data/CP866.txt [new file with mode: 0644]
ext/mbstring/tests/data/CP932.txt [new file with mode: 0644]
ext/mbstring/tests/data/CP936.txt [new file with mode: 0644]
ext/mbstring/tests/data/CP949.txt [new file with mode: 0644]
ext/mbstring/tests/data/CP950.txt [new file with mode: 0644]
ext/mbstring/tests/data/EUC-CN.txt [new file with mode: 0644]
ext/mbstring/tests/data/EUC-JP-2004.txt [new file with mode: 0644]
ext/mbstring/tests/data/EUC-JP-MS.IRREVERSIBLE.txt [new file with mode: 0644]
ext/mbstring/tests/data/EUC-JP-MS.txt [new file with mode: 0644]
ext/mbstring/tests/data/EUC-JP.txt [new file with mode: 0644]
ext/mbstring/tests/data/EUC-KR.txt [new file with mode: 0644]
ext/mbstring/tests/data/EUC-TW.txt [new file with mode: 0644]
ext/mbstring/tests/data/EmojiSources.txt [new file with mode: 0644]
ext/mbstring/tests/data/GB18030-2byte.txt [new file with mode: 0644]
ext/mbstring/tests/data/GB2312.txt [new file with mode: 0644]
ext/mbstring/tests/data/ISO-2022-JP-2004-JISX0213.txt [new file with mode: 0644]
ext/mbstring/tests/data/JISX0201.txt [new file with mode: 0644]
ext/mbstring/tests/data/JISX0208.txt [new file with mode: 0644]
ext/mbstring/tests/data/JISX0212.txt [new file with mode: 0644]
ext/mbstring/tests/data/KOI8-R.txt [new file with mode: 0644]
ext/mbstring/tests/data/KOI8-U.txt [new file with mode: 0644]
ext/mbstring/tests/data/KSX1001.txt [new file with mode: 0644]
ext/mbstring/tests/data/MacJapanese-SJIS.txt [new file with mode: 0644]
ext/mbstring/tests/data/SHIFTJIS.txt [new file with mode: 0644]
ext/mbstring/tests/data/SJIS-2004.txt [new file with mode: 0644]
ext/mbstring/tests/data/UTF-8-DOCOMO.txt [new file with mode: 0644]
ext/mbstring/tests/data/UTF-8-KDDI-A.txt [new file with mode: 0644]
ext/mbstring/tests/data/UTF-8-KDDI-B.txt [new file with mode: 0644]
ext/mbstring/tests/data/UTF-8-SOFTBANK.txt [new file with mode: 0644]
ext/mbstring/tests/empty_pattern.phpt [new file with mode: 0644]
ext/mbstring/tests/encoding_tests.inc [new file with mode: 0644]
ext/mbstring/tests/euc_cn_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/euc_kr_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/euc_tw_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/eucjp_2004_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/eucjp_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/eucjp_ms_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/gb18030_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/gh10192_utf7.phpt [new file with mode: 0644]
ext/mbstring/tests/gh10192_utf7imap.phpt [new file with mode: 0644]
ext/mbstring/tests/gh10627.phpt [new file with mode: 0644]
ext/mbstring/tests/gh10648.phpt [new file with mode: 0644]
ext/mbstring/tests/gh11217.phpt [new file with mode: 0644]
ext/mbstring/tests/gh7902.phpt [new file with mode: 0644]
ext/mbstring/tests/gh8086.phpt [new file with mode: 0644]
ext/mbstring/tests/gh8208.phpt [new file with mode: 0644]
ext/mbstring/tests/gh9008.phpt [new file with mode: 0644]
ext/mbstring/tests/gh9248.phpt [new file with mode: 0644]
ext/mbstring/tests/gh9535.phpt [new file with mode: 0644]
ext/mbstring/tests/gh9535b.phpt [new file with mode: 0644]
ext/mbstring/tests/gh9683.phpt [new file with mode: 0644]
ext/mbstring/tests/htmlent.phpt [new file with mode: 0644]
ext/mbstring/tests/htmlent_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/hz_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/illformed_utf_sequences.phpt [new file with mode: 0644]
ext/mbstring/tests/ini_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/ini_encoding2.phpt [new file with mode: 0644]
ext/mbstring/tests/ini_language.phpt [new file with mode: 0644]
ext/mbstring/tests/ini_mbstring_invalid.phpt [new file with mode: 0644]
ext/mbstring/tests/internal_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/iso2022jp_2004_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/iso2022jp_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/iso2022jp_kddi_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/iso2022jp_ms_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/iso2022kr_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/iso8859_encodings.phpt [new file with mode: 0644]
ext/mbstring/tests/koi8r_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/koi8u_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_check_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_check_encoding_array.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_check_encoding_invalid_encodings.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_check_encoding_without_arg.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_chr.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_chr_ord.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_convert_case_various_mode.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_convert_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_convert_encoding_array.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_convert_encoding_array2.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_convert_encoding_array_error_001.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_convert_encoding_basic.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_convert_encoding_empty_encoding_list.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_convert_encoding_failed_detection.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_convert_encoding_leak.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_convert_encoding_stateful.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_convert_kana.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_convert_variables.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_convert_variables_empty_encoding_list.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_decode_mimeheader_basic.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_decode_mimeheader_variation2.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_decode_mimeheader_variation3.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_decode_numericentity.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_detect_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_detect_encoding_empty_encoding_list.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_detect_encoding_incomplete_sequence.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_detect_order.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_detect_order_empty_encoding_list.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_encode_mimeheader_basic.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_encode_mimeheader_basic2.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_encode_mimeheader_basic3.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_encode_mimeheader_crash.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_encode_mimeheader_indent.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_encode_mimeheader_variation6.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_encode_numericentity.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_encoding_aliases.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg-compat-01.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg-compat-02.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg1.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg2.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg_basic.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg_dupnames.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg_match_basic.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg_named_subpatterns.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg_replace-compat-01.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg_replace-compat-02.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg_replace-compat-03.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg_replace-compat-04.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg_replace-compat-05.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg_replace-compat-06.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg_replace-compat-07.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg_replace-compat-08.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg_replace-compat-09.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg_replace-compat-10.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg_replace-compat-11.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg_replace-compat-12.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg_replace-compat-13.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg_replace.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg_replace_basic.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg_replace_callback.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg_replace_named_subpatterns.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg_replace_variation1.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg_search.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg_search_invalid_pattern.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg_search_named_subpatterns_1.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg_search_named_subpatterns_2.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg_search_pos.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg_search_regs.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg_search_setpos.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg_search_syntax.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg_search_xxx.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg_variation3.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg_variation4.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg_variation5.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg_variation6.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ereg_variation7.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_eregi.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_eregi_replace.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_get_info.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_http_input.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_http_input_001.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_http_input_pass.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_http_output.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_internal_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_internal_encoding_basic.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_internal_encoding_basic2.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_internal_encoding_error2.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_internal_encoding_ini_basic2.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_internal_encoding_ini_invalid_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_internal_encoding_variation2.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_language.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_list_encodings.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_ord.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_output_handler_euc_jp.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_output_handler_pass.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_output_handler_pattern-01.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_output_handler_pattern-02.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_output_handler_pattern-03.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_output_handler_pattern-04.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_output_handler_pattern-05.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_output_handler_pattern-06.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_output_handler_pattern-07.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_output_handler_pattern-08.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_output_handler_pattern-09.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_output_handler_pattern-10.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_output_handler_pattern-11.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_output_handler_pattern-12.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_output_handler_runtime_ini_alteration-01.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_output_handler_runtime_ini_alteration-02.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_output_handler_shift_jis.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_parse_str.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_parse_str02.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_parse_str_error.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_parse_str_multi.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_preferred_mime_name.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_regex_encoding_basic.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_regex_encoding_error2.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_regex_encoding_variation2.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_regex_set_options.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_scrub.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_send_mail01.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_send_mail02.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_send_mail03.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_send_mail04.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_send_mail05.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_send_mail06.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_send_mail07.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_send_mail_null_bytes.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_split-compat-01.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_split.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_split_empty_match.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_str_functions_opt-parameter.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_str_split_error_conditions.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_str_split_jp.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_str_split_other.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_str_split_ru.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_str_split_utf8_utf16.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_str_unknown_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strcut.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strcut_missing_boundary_check.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strcut_negative_length.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strimwidth.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_stripos.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_stripos_basic.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_stripos_basic2.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_stripos_empty_needle.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_stripos_error2.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_stripos_invalid_offset.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_stripos_variation5_Bug45923.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_stristr_basic.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_stristr_empty_needle.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_stristr_error2.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_stristr_variation5.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strlen.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strlen_basic.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strlen_error2.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strlen_variation3.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strpos.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strpos_basic.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strpos_empty_needle.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strpos_error2.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strpos_invalid_offset.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strpos_offset_errors.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strpos_variation5.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strrchr_basic.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strrchr_empty_needle.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strrchr_error2.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strrchr_variation5.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strrchr_variation6.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strrichr_basic.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strrichr_error2.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strrichr_variation5.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strripos_basic.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strripos_basic2.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strripos_empty_needle.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strripos_error2.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strripos_variation5_Bug45923.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strrpos_basic.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strrpos_empty_needle.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strrpos_error2.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strstr.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strstr_basic.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strstr_empty_needle.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strstr_error2.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strstr_variation5.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strstr_variation6.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strtolower_basic.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strtolower_error2.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strtolower_variation3.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strtolower_variation4.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strtoupper_basic.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strtoupper_error2.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strtoupper_variation3.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strtoupper_variation4.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_strwidth.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_substitute_character.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_substitute_character_basic.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_substitute_character_variation2.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_substitute_character_variation_strict_types.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_substitute_character_variation_weak_types.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_substr.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_substr_basic.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_substr_count.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_substr_count_basic.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_substr_count_error2.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_substr_count_variation4.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_substr_error2.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_substr_variation4.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_substr_variation5.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_substr_variation6.phpt [new file with mode: 0644]
ext/mbstring/tests/mb_substr_variation7.phpt [new file with mode: 0644]
ext/mbstring/tests/mbregex_stack_limit.phpt [new file with mode: 0644]
ext/mbstring/tests/mbregex_stack_limit2.phpt [new file with mode: 0644]
ext/mbstring/tests/other_encodings.phpt [new file with mode: 0644]
ext/mbstring/tests/php_gr_jp_10830.phpt [new file with mode: 0644]
ext/mbstring/tests/php_gr_jp_16242.phpt [new file with mode: 0644]
ext/mbstring/tests/php_gr_jp_dev_884-1.phpt [new file with mode: 0644]
ext/mbstring/tests/php_gr_jp_dev_884-2.phpt [new file with mode: 0644]
ext/mbstring/tests/pictogram1.phpt [new file with mode: 0644]
ext/mbstring/tests/qprint_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/retry_limit.phpt [new file with mode: 0644]
ext/mbstring/tests/simpletest.phpt [new file with mode: 0644]
ext/mbstring/tests/sjis2004_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/sjis_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/sjis_mobile_encodings.phpt [new file with mode: 0644]
ext/mbstring/tests/sjismac_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/ucs2_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/ucs4_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/uhc_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/utf7imap_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/utf8_error_handling.phpt [new file with mode: 0644]
ext/mbstring/tests/utf8_mobile_encodings.phpt [new file with mode: 0644]
ext/mbstring/tests/utf_encodings.phpt [new file with mode: 0644]
ext/mbstring/tests/uuencode_encoding.phpt [new file with mode: 0644]
ext/mbstring/tests/zend_multibyte-01.phpt [new file with mode: 0644]
ext/mbstring/tests/zend_multibyte-02.phpt [new file with mode: 0644]
ext/mbstring/tests/zend_multibyte-03.phpt [new file with mode: 0644]
ext/mbstring/tests/zend_multibyte-04.phpt [new file with mode: 0644]
ext/mbstring/tests/zend_multibyte-05.phpt [new file with mode: 0644]
ext/mbstring/tests/zend_multibyte-06.phpt [new file with mode: 0644]
ext/mbstring/tests/zend_multibyte-07.phpt [new file with mode: 0644]
ext/mbstring/tests/zend_multibyte-08.phpt [new file with mode: 0644]
ext/mbstring/tests/zend_multibyte-09.phpt [new file with mode: 0644]
ext/mbstring/tests/zend_multibyte-10.phpt [new file with mode: 0644]
ext/mbstring/tests/zend_multibyte-11.phpt [new file with mode: 0644]
ext/mbstring/tests/zend_multibyte-12.phpt [new file with mode: 0644]
ext/mbstring/tests/zend_multibyte-13.phpt [new file with mode: 0644]
ext/mbstring/tests/zend_multibyte-14.phpt [new file with mode: 0644]
ext/mbstring/tests/zend_multibyte-15.phpt [new file with mode: 0644]
ext/mbstring/tests/zend_multibyte-16.phpt [new file with mode: 0644]
ext/mbstring/ucgendat/ucgendat.php [new file with mode: 0755]
ext/mbstring/ucgendat/uctest.php [new file with mode: 0755]
ext/mbstring/unicode_data.h [new file with mode: 0644]
ext/mysqli/CREDITS [new file with mode: 0644]
ext/mysqli/config.m4 [new file with mode: 0644]
ext/mysqli/config.w32 [new file with mode: 0644]
ext/mysqli/mysqli.c [new file with mode: 0644]
ext/mysqli/mysqli.stub.php [new file with mode: 0644]
ext/mysqli/mysqli_api.c [new file with mode: 0644]
ext/mysqli/mysqli_arginfo.h [new file with mode: 0644]
ext/mysqli/mysqli_driver.c [new file with mode: 0644]
ext/mysqli/mysqli_exception.c [new file with mode: 0644]
ext/mysqli/mysqli_mysqlnd.h [new file with mode: 0644]
ext/mysqli/mysqli_nonapi.c [new file with mode: 0644]
ext/mysqli/mysqli_priv.h [new file with mode: 0644]
ext/mysqli/mysqli_prop.c [new file with mode: 0644]
ext/mysqli/mysqli_report.c [new file with mode: 0644]
ext/mysqli/mysqli_result_iterator.c [new file with mode: 0644]
ext/mysqli/mysqli_warning.c [new file with mode: 0644]
ext/mysqli/php_mysqli.h [new file with mode: 0644]
ext/mysqli/php_mysqli_structs.h [new file with mode: 0644]
ext/mysqli/tests/001.phpt [new file with mode: 0644]
ext/mysqli/tests/002.phpt [new file with mode: 0644]
ext/mysqli/tests/003.phpt [new file with mode: 0644]
ext/mysqli/tests/004.phpt [new file with mode: 0644]
ext/mysqli/tests/005.phpt [new file with mode: 0644]
ext/mysqli/tests/006.phpt [new file with mode: 0644]
ext/mysqli/tests/007.phpt [new file with mode: 0644]
ext/mysqli/tests/008.phpt [new file with mode: 0644]
ext/mysqli/tests/009.phpt [new file with mode: 0644]
ext/mysqli/tests/010.phpt [new file with mode: 0644]
ext/mysqli/tests/011.phpt [new file with mode: 0644]
ext/mysqli/tests/012.phpt [new file with mode: 0644]
ext/mysqli/tests/013.phpt [new file with mode: 0644]
ext/mysqli/tests/014.phpt [new file with mode: 0644]
ext/mysqli/tests/015.phpt [new file with mode: 0644]
ext/mysqli/tests/016.phpt [new file with mode: 0644]
ext/mysqli/tests/017.phpt [new file with mode: 0644]
ext/mysqli/tests/018.phpt [new file with mode: 0644]
ext/mysqli/tests/019.phpt [new file with mode: 0644]
ext/mysqli/tests/020.phpt [new file with mode: 0644]
ext/mysqli/tests/021.phpt [new file with mode: 0644]
ext/mysqli/tests/022.phpt [new file with mode: 0644]
ext/mysqli/tests/023.phpt [new file with mode: 0644]
ext/mysqli/tests/024.phpt [new file with mode: 0644]
ext/mysqli/tests/025.phpt [new file with mode: 0644]
ext/mysqli/tests/026.phpt [new file with mode: 0644]
ext/mysqli/tests/027.phpt [new file with mode: 0644]
ext/mysqli/tests/028.phpt [new file with mode: 0644]
ext/mysqli/tests/029.phpt [new file with mode: 0644]
ext/mysqli/tests/030.phpt [new file with mode: 0644]
ext/mysqli/tests/031.phpt [new file with mode: 0644]
ext/mysqli/tests/032.phpt [new file with mode: 0644]
ext/mysqli/tests/033.phpt [new file with mode: 0644]
ext/mysqli/tests/034.phpt [new file with mode: 0644]
ext/mysqli/tests/035.phpt [new file with mode: 0644]
ext/mysqli/tests/036.phpt [new file with mode: 0644]
ext/mysqli/tests/037.phpt [new file with mode: 0644]
ext/mysqli/tests/038.phpt [new file with mode: 0644]
ext/mysqli/tests/039.phpt [new file with mode: 0644]
ext/mysqli/tests/040.phpt [new file with mode: 0644]
ext/mysqli/tests/041.phpt [new file with mode: 0644]
ext/mysqli/tests/042.phpt [new file with mode: 0644]
ext/mysqli/tests/043.phpt [new file with mode: 0644]
ext/mysqli/tests/044.phpt [new file with mode: 0644]
ext/mysqli/tests/045.phpt [new file with mode: 0644]
ext/mysqli/tests/046.phpt [new file with mode: 0644]
ext/mysqli/tests/047.phpt [new file with mode: 0644]
ext/mysqli/tests/048.phpt [new file with mode: 0644]
ext/mysqli/tests/049.phpt [new file with mode: 0644]
ext/mysqli/tests/050.phpt [new file with mode: 0644]
ext/mysqli/tests/051.phpt [new file with mode: 0644]
ext/mysqli/tests/052.phpt [new file with mode: 0644]
ext/mysqli/tests/053.phpt [new file with mode: 0644]
ext/mysqli/tests/054.phpt [new file with mode: 0644]
ext/mysqli/tests/055.phpt [new file with mode: 0644]
ext/mysqli/tests/056.phpt [new file with mode: 0644]
ext/mysqli/tests/057.phpt [new file with mode: 0644]
ext/mysqli/tests/058.phpt [new file with mode: 0644]
ext/mysqli/tests/059.phpt [new file with mode: 0644]
ext/mysqli/tests/060.phpt [new file with mode: 0644]
ext/mysqli/tests/062.phpt [new file with mode: 0644]
ext/mysqli/tests/063.phpt [new file with mode: 0644]
ext/mysqli/tests/064.phpt [new file with mode: 0644]
ext/mysqli/tests/065.phpt [new file with mode: 0644]
ext/mysqli/tests/066.phpt [new file with mode: 0644]
ext/mysqli/tests/067.phpt [new file with mode: 0644]
ext/mysqli/tests/068.phpt [new file with mode: 0644]
ext/mysqli/tests/069.phpt [new file with mode: 0644]
ext/mysqli/tests/070.phpt [new file with mode: 0644]
ext/mysqli/tests/071.phpt [new file with mode: 0644]
ext/mysqli/tests/072.phpt [new file with mode: 0644]
ext/mysqli/tests/074.phpt [new file with mode: 0644]
ext/mysqli/tests/CONFLICTS [new file with mode: 0644]
ext/mysqli/tests/README.md [new file with mode: 0644]
ext/mysqli/tests/bug28817.phpt [new file with mode: 0644]
ext/mysqli/tests/bug29311.phpt [new file with mode: 0644]
ext/mysqli/tests/bug30967.phpt [new file with mode: 0644]
ext/mysqli/tests/bug31141.phpt [new file with mode: 0644]
ext/mysqli/tests/bug31668.phpt [new file with mode: 0644]
ext/mysqli/tests/bug32405.phpt [new file with mode: 0644]
ext/mysqli/tests/bug32490.phpt [new file with mode: 0644]
ext/mysqli/tests/bug33090.phpt [new file with mode: 0644]
ext/mysqli/tests/bug33263.phpt [new file with mode: 0644]
ext/mysqli/tests/bug33491.phpt [new file with mode: 0644]
ext/mysqli/tests/bug34785.phpt [new file with mode: 0644]
ext/mysqli/tests/bug34810.phpt [new file with mode: 0644]
ext/mysqli/tests/bug35103.phpt [new file with mode: 0644]
ext/mysqli/tests/bug35517.phpt [new file with mode: 0644]
ext/mysqli/tests/bug35759.phpt [new file with mode: 0644]
ext/mysqli/tests/bug36420.phpt [new file with mode: 0644]
ext/mysqli/tests/bug36745.phpt [new file with mode: 0644]
ext/mysqli/tests/bug36802.phpt [new file with mode: 0644]
ext/mysqli/tests/bug36949.phpt [new file with mode: 0644]
ext/mysqli/tests/bug37090.phpt [new file with mode: 0644]
ext/mysqli/tests/bug38003.phpt [new file with mode: 0644]
ext/mysqli/tests/bug38710.phpt [new file with mode: 0644]
ext/mysqli/tests/bug39457.phpt [new file with mode: 0644]
ext/mysqli/tests/bug42378.phpt [new file with mode: 0644]
ext/mysqli/tests/bug42548.phpt [new file with mode: 0644]
ext/mysqli/tests/bug44897.phpt [new file with mode: 0644]
ext/mysqli/tests/bug45019.phpt [new file with mode: 0644]
ext/mysqli/tests/bug45289.phpt [new file with mode: 0644]
ext/mysqli/tests/bug46109.phpt [new file with mode: 0644]
ext/mysqli/tests/bug46614.phpt [new file with mode: 0644]
ext/mysqli/tests/bug47050.phpt [new file with mode: 0644]
ext/mysqli/tests/bug48909.phpt [new file with mode: 0644]
ext/mysqli/tests/bug49027.phpt [new file with mode: 0644]
ext/mysqli/tests/bug49442.phpt [new file with mode: 0644]
ext/mysqli/tests/bug50772.phpt [new file with mode: 0644]
ext/mysqli/tests/bug51605.phpt [new file with mode: 0644]
ext/mysqli/tests/bug51647.phpt [new file with mode: 0644]
ext/mysqli/tests/bug52082.phpt [new file with mode: 0644]
ext/mysqli/tests/bug52891.phpt [new file with mode: 0644]
ext/mysqli/tests/bug53503.phpt [new file with mode: 0644]
ext/mysqli/tests/bug54221.phpt [new file with mode: 0644]
ext/mysqli/tests/bug54674.phpt [new file with mode: 0644]
ext/mysqli/tests/bug55283.phpt [new file with mode: 0644]
ext/mysqli/tests/bug55582.phpt [new file with mode: 0644]
ext/mysqli/tests/bug55653.phpt [new file with mode: 0644]
ext/mysqli/tests/bug62046.phpt [new file with mode: 0644]
ext/mysqli/tests/bug62885.phpt [new file with mode: 0644]
ext/mysqli/tests/bug63398.phpt [new file with mode: 0644]
ext/mysqli/tests/bug64726.phpt [new file with mode: 0644]
ext/mysqli/tests/bug66043.phpt [new file with mode: 0644]
ext/mysqli/tests/bug66124.phpt [new file with mode: 0644]
ext/mysqli/tests/bug66762.phpt [new file with mode: 0644]
ext/mysqli/tests/bug67839.phpt [new file with mode: 0644]
ext/mysqli/tests/bug67983.phpt [new file with mode: 0644]
ext/mysqli/tests/bug68077.phpt [new file with mode: 0644]
ext/mysqli/tests/bug69899.phpt [new file with mode: 0644]
ext/mysqli/tests/bug70384.phpt [new file with mode: 0644]
ext/mysqli/tests/bug70949.phpt [new file with mode: 0644]
ext/mysqli/tests/bug71863.phpt [new file with mode: 0644]
ext/mysqli/tests/bug72489.phpt [new file with mode: 0644]
ext/mysqli/tests/bug72701.phpt [new file with mode: 0644]
ext/mysqli/tests/bug73462.phpt [new file with mode: 0644]
ext/mysqli/tests/bug73800.phpt [new file with mode: 0644]
ext/mysqli/tests/bug73949.phpt [new file with mode: 0644]
ext/mysqli/tests/bug74021.phpt [new file with mode: 0644]
ext/mysqli/tests/bug74547.phpt [new file with mode: 0644]
ext/mysqli/tests/bug74737.phpt [new file with mode: 0644]
ext/mysqli/tests/bug74779.phpt [new file with mode: 0644]
ext/mysqli/tests/bug74968.phpt [new file with mode: 0644]
ext/mysqli/tests/bug75018.phpt [new file with mode: 0644]
ext/mysqli/tests/bug75434.phpt [new file with mode: 0644]
ext/mysqli/tests/bug75448.phpt [new file with mode: 0644]
ext/mysqli/tests/bug76386.phpt [new file with mode: 0644]
ext/mysqli/tests/bug77597.phpt [new file with mode: 0644]
ext/mysqli/tests/bug77935.phpt [new file with mode: 0644]
ext/mysqli/tests/bug77956.phpt [new file with mode: 0644]
ext/mysqli/tests/bug79084.phpt [new file with mode: 0644]
ext/mysqli/tests/bug79084_collision.phpt [new file with mode: 0644]
ext/mysqli/tests/bug79375.phpt [new file with mode: 0644]
ext/mysqli/tests/bug80837.phpt [new file with mode: 0644]
ext/mysqli/tests/bug_bits.phpt [new file with mode: 0644]
ext/mysqli/tests/bug_mysql_49406.phpt [new file with mode: 0644]
ext/mysqli/tests/clean_table.inc [new file with mode: 0644]
ext/mysqli/tests/connect.inc [new file with mode: 0644]
ext/mysqli/tests/deprecated_constants.phpt [new file with mode: 0644]
ext/mysqli/tests/foo/bar/bar.data [new file with mode: 0644]
ext/mysqli/tests/foo/foo.data [new file with mode: 0644]
ext/mysqli/tests/gh7746.phpt [new file with mode: 0644]
ext/mysqli/tests/gh7837.phpt [new file with mode: 0644]
ext/mysqli/tests/gh7932.phpt [new file with mode: 0644]
ext/mysqli/tests/gh8058.phpt [new file with mode: 0644]
ext/mysqli/tests/gh8068.phpt [new file with mode: 0644]
ext/mysqli/tests/gh8267.phpt [new file with mode: 0644]
ext/mysqli/tests/gh9590.phpt [new file with mode: 0644]
ext/mysqli/tests/gh9841.phpt [new file with mode: 0644]
ext/mysqli/tests/gracefull_fail_on_empty_result_set.phpt [new file with mode: 0644]
ext/mysqli/tests/local_infile_tools.inc [new file with mode: 0644]
ext/mysqli/tests/mysqli_affected_rows.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_affected_rows_oo.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_allow_local_infile_overrides_local_infile_directory.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_auth_pam.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_autocommit.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_autocommit_oo.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_begin_transaction.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_change_user.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_change_user_get_lock.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_change_user_insert_id.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_change_user_locks_temporary.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_change_user_new.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_change_user_old.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_change_user_oo.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_change_user_prepared_statements.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_change_user_rollback.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_change_user_set_names.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_character_set.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_character_set_name.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_character_set_name_oo.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_class_mysqli_driver_interface.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_class_mysqli_interface.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_class_mysqli_properties_no_conn.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_class_mysqli_result_interface.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_class_mysqli_stmt_interface.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_close.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_close_oo.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_commit.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_commit_oo.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_connect.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_connect_attr.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_connect_errno.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_connect_error.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_connect_oo.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_connect_oo_defaults.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_connect_twice.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_constants.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_constants_categories.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_data_seek.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_data_seek_oo.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_debug.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_debug_append.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_debug_control_string.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_debug_ini.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_debug_mysqlnd_only.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_driver.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_driver_unclonable.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_dump_debug_info.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_dump_debug_info_oo.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_errno.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_errno_oo.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_error.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_error_oo.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_error_unicode.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_execute_query.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_expire_password.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_explain_metadata.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_fetch_all.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_fetch_all_oo.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_fetch_array.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_fetch_array_assoc.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_fetch_array_large.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_fetch_array_many_rows.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_fetch_array_oo.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_fetch_assoc.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_fetch_assoc_bit.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_fetch_assoc_no_alias.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_fetch_assoc_no_alias_utf8.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_fetch_assoc_oo.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_fetch_assoc_zerofill.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_fetch_column.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_fetch_field.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_fetch_field_direct.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_fetch_field_direct_oo.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_fetch_field_flags.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_fetch_field_oo.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_fetch_field_types.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_fetch_fields.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_fetch_lengths.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_fetch_lengths_oo.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_fetch_object.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_fetch_object_no_constructor.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_fetch_object_no_object.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_fetch_object_oo.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_fetch_row.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_field_count.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_field_seek.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_field_tell.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_fork.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_free_result.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_get_charset.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_get_client_info.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_get_client_stats.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_get_client_stats_implicit_free.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_get_client_stats_off.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_get_client_stats_ps.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_get_client_stats_skipped.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_get_client_version.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_get_connection_stats.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_get_connection_stats_off.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_get_host_info.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_get_info_deprecations.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_get_proto_info.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_get_server_info.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_get_server_version.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_get_warnings.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_incomplete_initialization.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_info.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_init.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_insert_id.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_insert_id_variation.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_insert_packet_overflow.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_kill.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_last_insert_id.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_local_infile_default_off.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_local_infile_directory_access_allowed.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_local_infile_directory_access_denied.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_local_infile_directory_vs_open_basedir.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_local_infile_set_on.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_max_links.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_more_results.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_multi_query.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_mysqlnd_read_timeout.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_mysqlnd_read_timeout_long.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_mysqlnd_read_timeout_zero.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_next_result.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_next_result_error.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_next_result_no_repeat_error.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_no_reconnect.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_num_fields.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_num_rows.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_open_bug74432.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_options.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_options_init_command.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_options_int_and_float_native.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_options_openbasedir.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_pam_sha256.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_pam_sha256_public_key_ini.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_pam_sha256_public_key_option.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_pam_sha256_public_key_option_invalid.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_pconn_conn_multiple.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_pconn_disabled.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_pconn_kill.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_pconn_limits.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_pconn_max_links.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_pconn_reuse.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_pconn_twice.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_pconnect.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_phpinfo.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_ping.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_poll.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_poll_kill.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_poll_mixing_insert_select.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_poll_reference.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_prepare.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_prepare_no_object.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_ps_select_union.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_query.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_query_iterators.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_query_stored_proc.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_query_unicode.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_real_connect.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_real_connect_compression_error.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_real_connect_pconn.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_real_escape_string.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_real_escape_string_big5.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_real_escape_string_eucjpms.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_real_escape_string_euckr.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_real_escape_string_gb2312.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_real_escape_string_gbk.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_real_escape_string_nobackslash.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_real_escape_string_sjis.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_real_escape_string_unicode.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_real_query.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_reap_async_query.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_reap_async_query_error.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_release_savepoint.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_report.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_report_new.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_report_wo_ps.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_result_invalid_mode.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_result_references.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_result_references_mysqlnd.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_result_unclonable.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_rollback.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_savepoint.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_select_db.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_set_charset.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_set_opt.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_sqlstate.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_ssl_set.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stat.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_affected_rows.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_attr_get.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_attr_get_prefetch.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_attr_set.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_big_prepare.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_bind_limits.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_bind_param.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_bind_param_call_user_func.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_bind_param_check_param_no_change.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_bind_param_many_columns.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_bind_param_references.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_bind_param_type_juggling.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_bind_result.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_bind_result_bit.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_bind_result_format.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_bind_result_references.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_bind_result_zerofill.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_close.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_data_seek.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_datatype_change.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_errno.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_error.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_execute.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_execute_bind.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_execute_stored_proc.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_execute_stored_proc_next_result.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_execute_stored_proc_out.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_fetch.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_fetch_bit.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_fetch_fields_win32_unicode.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_fetch_geom.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_field_count.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_free_result.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_get_result.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_get_result2.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_get_result_bit.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_get_result_field_count.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_get_result_geom.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_get_result_metadata.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_get_result_metadata_fetch_field.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_get_result_non_select.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_get_result_seek.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_get_result_types.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_get_warnings.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_init.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_insert_id.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_multires.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_num_rows.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_param_count.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_prepare.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_reset.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_result_metadata.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_result_metadata_sqltests.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_send_long_data.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_send_long_data_packet_size_mysqlnd.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_sqlstate.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_store_result.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_stmt_unclonable.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_store_result.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_store_result_buffered_c.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_store_result_copy.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_thread_id.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_thread_safe.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_unclonable.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_use_result.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_warning_count.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_warning_unclonable.phpt [new file with mode: 0644]
ext/mysqli/tests/ps_cursor_multiple_result_sets.phpt [new file with mode: 0644]
ext/mysqli/tests/skipifconnectfailure.inc [new file with mode: 0644]
ext/mysqli/tests/table.inc [new file with mode: 0644]
ext/mysqli/tests/write_property.phpt [new file with mode: 0644]
ext/mysqli/tests/write_property_strict.phpt [new file with mode: 0644]
ext/mysqlnd/CREDITS [new file with mode: 0644]
ext/mysqlnd/config-win.h [new file with mode: 0644]
ext/mysqlnd/config.w32 [new file with mode: 0644]
ext/mysqlnd/config9.m4 [new file with mode: 0644]
ext/mysqlnd/mysql_float_to_double.h [new file with mode: 0644]
ext/mysqlnd/mysqlnd.h [new file with mode: 0644]
ext/mysqlnd/mysqlnd_alloc.c [new file with mode: 0644]
ext/mysqlnd/mysqlnd_alloc.h [new file with mode: 0644]
ext/mysqlnd/mysqlnd_auth.c [new file with mode: 0644]
ext/mysqlnd/mysqlnd_auth.h [new file with mode: 0644]
ext/mysqlnd/mysqlnd_block_alloc.c [new file with mode: 0644]
ext/mysqlnd/mysqlnd_block_alloc.h [new file with mode: 0644]
ext/mysqlnd/mysqlnd_charset.c [new file with mode: 0644]
ext/mysqlnd/mysqlnd_charset.h [new file with mode: 0644]
ext/mysqlnd/mysqlnd_commands.c [new file with mode: 0644]
ext/mysqlnd/mysqlnd_commands.h [new file with mode: 0644]
ext/mysqlnd/mysqlnd_connection.c [new file with mode: 0644]
ext/mysqlnd/mysqlnd_connection.h [new file with mode: 0644]
ext/mysqlnd/mysqlnd_debug.c [new file with mode: 0644]
ext/mysqlnd/mysqlnd_debug.h [new file with mode: 0644]
ext/mysqlnd/mysqlnd_driver.c [new file with mode: 0644]
ext/mysqlnd/mysqlnd_enum_n_def.h [new file with mode: 0644]
ext/mysqlnd/mysqlnd_ext_plugin.c [new file with mode: 0644]
ext/mysqlnd/mysqlnd_ext_plugin.h [new file with mode: 0644]
ext/mysqlnd/mysqlnd_libmysql_compat.h [new file with mode: 0644]
ext/mysqlnd/mysqlnd_loaddata.c [new file with mode: 0644]
ext/mysqlnd/mysqlnd_plugin.c [new file with mode: 0644]
ext/mysqlnd/mysqlnd_plugin.h [new file with mode: 0644]
ext/mysqlnd/mysqlnd_portability.h [new file with mode: 0644]
ext/mysqlnd/mysqlnd_priv.h [new file with mode: 0644]
ext/mysqlnd/mysqlnd_protocol_frame_codec.c [new file with mode: 0644]
ext/mysqlnd/mysqlnd_protocol_frame_codec.h [new file with mode: 0644]
ext/mysqlnd/mysqlnd_ps.c [new file with mode: 0644]
ext/mysqlnd/mysqlnd_ps.h [new file with mode: 0644]
ext/mysqlnd/mysqlnd_ps_codec.c [new file with mode: 0644]
ext/mysqlnd/mysqlnd_read_buffer.c [new file with mode: 0644]
ext/mysqlnd/mysqlnd_read_buffer.h [new file with mode: 0644]
ext/mysqlnd/mysqlnd_result.c [new file with mode: 0644]
ext/mysqlnd/mysqlnd_result.h [new file with mode: 0644]
ext/mysqlnd/mysqlnd_result_meta.c [new file with mode: 0644]
ext/mysqlnd/mysqlnd_result_meta.h [new file with mode: 0644]
ext/mysqlnd/mysqlnd_reverse_api.c [new file with mode: 0644]
ext/mysqlnd/mysqlnd_reverse_api.h [new file with mode: 0644]
ext/mysqlnd/mysqlnd_statistics.c [new file with mode: 0644]
ext/mysqlnd/mysqlnd_statistics.h [new file with mode: 0644]
ext/mysqlnd/mysqlnd_structs.h [new file with mode: 0644]
ext/mysqlnd/mysqlnd_vio.c [new file with mode: 0644]
ext/mysqlnd/mysqlnd_vio.h [new file with mode: 0644]
ext/mysqlnd/mysqlnd_wireprotocol.c [new file with mode: 0644]
ext/mysqlnd/mysqlnd_wireprotocol.h [new file with mode: 0644]
ext/mysqlnd/php_mysqlnd.c [new file with mode: 0644]
ext/mysqlnd/php_mysqlnd.h [new file with mode: 0644]
ext/oci8/CREDITS [new file with mode: 0644]
ext/oci8/LICENSE [new file with mode: 0644]
ext/oci8/README.md [new file with mode: 0644]
ext/oci8/config.m4 [new file with mode: 0644]
ext/oci8/config.w32 [new file with mode: 0644]
ext/oci8/oci8.c [new file with mode: 0644]
ext/oci8/oci8.stub.php [new file with mode: 0644]
ext/oci8/oci8_arginfo.h [new file with mode: 0644]
ext/oci8/oci8_collection.c [new file with mode: 0644]
ext/oci8/oci8_dtrace.d [new file with mode: 0644]
ext/oci8/oci8_failover.c [new file with mode: 0644]
ext/oci8/oci8_interface.c [new file with mode: 0644]
ext/oci8/oci8_lob.c [new file with mode: 0644]
ext/oci8/oci8_statement.c [new file with mode: 0644]
ext/oci8/package.xml [new file with mode: 0644]
ext/oci8/php_oci8.h [new file with mode: 0644]
ext/oci8/php_oci8_int.h [new file with mode: 0644]
ext/oci8/tests/CONFLICTS [new file with mode: 0644]
ext/oci8/tests/array_bind_001.phpt [new file with mode: 0644]
ext/oci8/tests/array_bind_002.phpt [new file with mode: 0644]
ext/oci8/tests/array_bind_003.phpt [new file with mode: 0644]
ext/oci8/tests/array_bind_004.phpt [new file with mode: 0644]
ext/oci8/tests/array_bind_005.phpt [new file with mode: 0644]
ext/oci8/tests/array_bind_006.phpt [new file with mode: 0644]
ext/oci8/tests/array_bind_007.phpt [new file with mode: 0644]
ext/oci8/tests/array_bind_008.phpt [new file with mode: 0644]
ext/oci8/tests/array_bind_009.phpt [new file with mode: 0644]
ext/oci8/tests/array_bind_010.phpt [new file with mode: 0644]
ext/oci8/tests/array_bind_011.phpt [new file with mode: 0644]
ext/oci8/tests/array_bind_012.phpt [new file with mode: 0644]
ext/oci8/tests/array_bind_013.phpt [new file with mode: 0644]
ext/oci8/tests/array_bind_014.phpt [new file with mode: 0644]
ext/oci8/tests/array_bind_bdouble.phpt [new file with mode: 0644]
ext/oci8/tests/array_bind_bfloat.phpt [new file with mode: 0644]
ext/oci8/tests/array_bind_date.phpt [new file with mode: 0644]
ext/oci8/tests/array_bind_date1.phpt [new file with mode: 0644]
ext/oci8/tests/array_bind_float.phpt [new file with mode: 0644]
ext/oci8/tests/array_bind_float1.phpt [new file with mode: 0644]
ext/oci8/tests/array_bind_int.phpt [new file with mode: 0644]
ext/oci8/tests/array_bind_int1.phpt [new file with mode: 0644]
ext/oci8/tests/array_bind_str.phpt [new file with mode: 0644]
ext/oci8/tests/array_bind_str1.phpt [new file with mode: 0644]
ext/oci8/tests/array_bind_uin.phpt [new file with mode: 0644]
ext/oci8/tests/b47243_1.phpt [new file with mode: 0644]
ext/oci8/tests/b47243_2.phpt [new file with mode: 0644]
ext/oci8/tests/b47243_3.phpt [new file with mode: 0644]
ext/oci8/tests/bind_boolean_1.phpt [new file with mode: 0644]
ext/oci8/tests/bind_char_1.phpt [new file with mode: 0644]
ext/oci8/tests/bind_char_2.phpt [new file with mode: 0644]
ext/oci8/tests/bind_char_3.phpt [new file with mode: 0644]
ext/oci8/tests/bind_char_4.phpt [new file with mode: 0644]
ext/oci8/tests/bind_empty.phpt [new file with mode: 0644]
ext/oci8/tests/bind_long.phpt [new file with mode: 0644]
ext/oci8/tests/bind_long_raw.phpt [new file with mode: 0644]
ext/oci8/tests/bind_misccoltypes.phpt [new file with mode: 0644]
ext/oci8/tests/bind_misccoltypes_errs.phpt [new file with mode: 0644]
ext/oci8/tests/bind_number.phpt [new file with mode: 0644]
ext/oci8/tests/bind_query.phpt [new file with mode: 0644]
ext/oci8/tests/bind_raw.phpt [new file with mode: 0644]
ext/oci8/tests/bind_raw_2.phpt [new file with mode: 0644]
ext/oci8/tests/bind_rowid.phpt [new file with mode: 0644]
ext/oci8/tests/bind_sqltafc.phpt [new file with mode: 0644]
ext/oci8/tests/bind_sqltchr_1.phpt [new file with mode: 0644]
ext/oci8/tests/bind_sqltchr_2.phpt [new file with mode: 0644]
ext/oci8/tests/bind_sqltint.phpt [new file with mode: 0644]
ext/oci8/tests/bind_sqltnum.phpt [new file with mode: 0644]
ext/oci8/tests/bind_unsupported_1.phpt [new file with mode: 0644]
ext/oci8/tests/bind_unsupported_2.phpt [new file with mode: 0644]
ext/oci8/tests/bind_unsupported_3.phpt [new file with mode: 0644]
ext/oci8/tests/bug26133.phpt [new file with mode: 0644]
ext/oci8/tests/bug27303_1.phpt [new file with mode: 0644]
ext/oci8/tests/bug27303_2.phpt [new file with mode: 0644]
ext/oci8/tests/bug27303_3.phpt [new file with mode: 0644]
ext/oci8/tests/bug27303_4.phpt [new file with mode: 0644]
ext/oci8/tests/bug32325.phpt [new file with mode: 0644]
ext/oci8/tests/bug35973.phpt [new file with mode: 0644]
ext/oci8/tests/bug36010.phpt [new file with mode: 0644]
ext/oci8/tests/bug36096.phpt [new file with mode: 0644]
ext/oci8/tests/bug36403.phpt [new file with mode: 0644]
ext/oci8/tests/bug37220.phpt [new file with mode: 0644]
ext/oci8/tests/bug37581.phpt [new file with mode: 0644]
ext/oci8/tests/bug38161.phpt [new file with mode: 0644]
ext/oci8/tests/bug38173.phpt [new file with mode: 0644]
ext/oci8/tests/bug40078.phpt [new file with mode: 0644]
ext/oci8/tests/bug40415.phpt [new file with mode: 0644]
ext/oci8/tests/bug41069.phpt [new file with mode: 0644]
ext/oci8/tests/bug42134.phpt [new file with mode: 0644]
ext/oci8/tests/bug42173.phpt [new file with mode: 0644]
ext/oci8/tests/bug42496_1.phpt [new file with mode: 0644]
ext/oci8/tests/bug42496_2.phpt [new file with mode: 0644]
ext/oci8/tests/bug42841.phpt [new file with mode: 0644]
ext/oci8/tests/bug43492.phpt [new file with mode: 0644]
ext/oci8/tests/bug43492_2.phpt [new file with mode: 0644]
ext/oci8/tests/bug43497.phpt [new file with mode: 0644]
ext/oci8/tests/bug44008.phpt [new file with mode: 0644]
ext/oci8/tests/bug44113.phpt [new file with mode: 0644]
ext/oci8/tests/bug44206.phpt [new file with mode: 0644]
ext/oci8/tests/bug45458.phpt [new file with mode: 0644]
ext/oci8/tests/bug46994.phpt [new file with mode: 0644]
ext/oci8/tests/bug47189.phpt [new file with mode: 0644]
ext/oci8/tests/bug47281.phpt [new file with mode: 0644]
ext/oci8/tests/bug47281_tt.phpt [new file with mode: 0644]
ext/oci8/tests/bug51253.phpt [new file with mode: 0644]
ext/oci8/tests/bug51291_1.phpt [new file with mode: 0644]
ext/oci8/tests/bug51291_2.phpt [new file with mode: 0644]
ext/oci8/tests/bug68298.phpt [new file with mode: 0644]
ext/oci8/tests/bug70700.phpt [new file with mode: 0644]
ext/oci8/tests/bug71148.phpt [new file with mode: 0644]
ext/oci8/tests/bug71422.phpt [new file with mode: 0644]
ext/oci8/tests/bug71600.phpt [new file with mode: 0644]
ext/oci8/tests/bug72524.phpt [new file with mode: 0644]
ext/oci8/tests/bug74625.phpt [new file with mode: 0644]
ext/oci8/tests/calltimeout1.phpt [new file with mode: 0644]
ext/oci8/tests/clientversion.phpt [new file with mode: 0644]
ext/oci8/tests/close.phpt [new file with mode: 0644]
ext/oci8/tests/coll_001.phpt [new file with mode: 0644]
ext/oci8/tests/coll_002.phpt [new file with mode: 0644]
ext/oci8/tests/coll_002_func.phpt [new file with mode: 0644]
ext/oci8/tests/coll_003.phpt [new file with mode: 0644]
ext/oci8/tests/coll_003_func.phpt [new file with mode: 0644]
ext/oci8/tests/coll_004.phpt [new file with mode: 0644]
ext/oci8/tests/coll_004_func.phpt [new file with mode: 0644]
ext/oci8/tests/coll_009.phpt [new file with mode: 0644]
ext/oci8/tests/coll_009_func.phpt [new file with mode: 0644]
ext/oci8/tests/coll_010.phpt [new file with mode: 0644]
ext/oci8/tests/coll_010_func.phpt [new file with mode: 0644]
ext/oci8/tests/coll_011.phpt [new file with mode: 0644]
ext/oci8/tests/coll_011_func.phpt [new file with mode: 0644]
ext/oci8/tests/coll_012.phpt [new file with mode: 0644]
ext/oci8/tests/coll_012_func.phpt [new file with mode: 0644]
ext/oci8/tests/coll_013.phpt [new file with mode: 0644]
ext/oci8/tests/coll_013_func.phpt [new file with mode: 0644]
ext/oci8/tests/coll_014.phpt [new file with mode: 0644]
ext/oci8/tests/coll_014_func.phpt [new file with mode: 0644]
ext/oci8/tests/coll_015.phpt [new file with mode: 0644]
ext/oci8/tests/coll_015_func.phpt [new file with mode: 0644]
ext/oci8/tests/coll_016.phpt [new file with mode: 0644]
ext/oci8/tests/coll_016_func.phpt [new file with mode: 0644]
ext/oci8/tests/coll_017.phpt [new file with mode: 0644]
ext/oci8/tests/coll_017_func.phpt [new file with mode: 0644]
ext/oci8/tests/coll_018.phpt [new file with mode: 0644]
ext/oci8/tests/coll_019.phpt [new file with mode: 0644]
ext/oci8/tests/commit_001.phpt [new file with mode: 0644]
ext/oci8/tests/commit_002.phpt [new file with mode: 0644]
ext/oci8/tests/conn_attr.inc [new file with mode: 0644]
ext/oci8/tests/conn_attr_1.phpt [new file with mode: 0644]
ext/oci8/tests/conn_attr_2.phpt [new file with mode: 0644]
ext/oci8/tests/conn_attr_3.phpt [new file with mode: 0644]
ext/oci8/tests/conn_attr_4.phpt [new file with mode: 0644]
ext/oci8/tests/conn_attr_5.phpt [new file with mode: 0644]
ext/oci8/tests/connect.inc [new file with mode: 0644]
ext/oci8/tests/connect.phpt [new file with mode: 0644]
ext/oci8/tests/connect_1.phpt [new file with mode: 0644]
ext/oci8/tests/connect_scope1.phpt [new file with mode: 0644]
ext/oci8/tests/connect_scope2.phpt [new file with mode: 0644]
ext/oci8/tests/connect_scope_try1.phpt [new file with mode: 0644]
ext/oci8/tests/connect_scope_try2.phpt [new file with mode: 0644]
ext/oci8/tests/connect_scope_try3.phpt [new file with mode: 0644]
ext/oci8/tests/connect_scope_try4.phpt [new file with mode: 0644]
ext/oci8/tests/connect_scope_try5.phpt [new file with mode: 0644]
ext/oci8/tests/connect_scope_try6.phpt [new file with mode: 0644]
ext/oci8/tests/connect_with_charset_001.phpt [new file with mode: 0644]
ext/oci8/tests/connect_without_oracle_home.phpt [new file with mode: 0644]
ext/oci8/tests/connect_without_oracle_home_11.phpt [new file with mode: 0644]
ext/oci8/tests/create_table.inc [new file with mode: 0644]
ext/oci8/tests/create_type.inc [new file with mode: 0644]
ext/oci8/tests/cursor_bind.phpt [new file with mode: 0644]
ext/oci8/tests/cursor_bind_err.phpt [new file with mode: 0644]
ext/oci8/tests/cursors.phpt [new file with mode: 0644]
ext/oci8/tests/db_op_1.phpt [new file with mode: 0644]
ext/oci8/tests/db_op_2.phpt [new file with mode: 0644]
ext/oci8/tests/dbmsoutput.phpt [new file with mode: 0644]
ext/oci8/tests/default_prefetch0.phpt [new file with mode: 0644]
ext/oci8/tests/default_prefetch1.phpt [new file with mode: 0644]
ext/oci8/tests/default_prefetch2.phpt [new file with mode: 0644]
ext/oci8/tests/define.phpt [new file with mode: 0644]
ext/oci8/tests/define0.phpt [new file with mode: 0644]
ext/oci8/tests/define1.phpt [new file with mode: 0644]
ext/oci8/tests/define2.phpt [new file with mode: 0644]
ext/oci8/tests/define3.phpt [new file with mode: 0644]
ext/oci8/tests/define4.phpt [new file with mode: 0644]
ext/oci8/tests/define5.phpt [new file with mode: 0644]
ext/oci8/tests/define6.phpt [new file with mode: 0644]
ext/oci8/tests/descriptors.phpt [new file with mode: 0644]
ext/oci8/tests/details.inc [new file with mode: 0644]
ext/oci8/tests/drcp_cclass1.phpt [new file with mode: 0644]
ext/oci8/tests/drcp_characterset.phpt [new file with mode: 0644]
ext/oci8/tests/drcp_conn_close1.phpt [new file with mode: 0644]
ext/oci8/tests/drcp_conn_close2.phpt [new file with mode: 0644]
ext/oci8/tests/drcp_connect1.phpt [new file with mode: 0644]
ext/oci8/tests/drcp_connection_class.phpt [new file with mode: 0644]
ext/oci8/tests/drcp_functions.inc [new file with mode: 0644]
ext/oci8/tests/drcp_newconnect.phpt [new file with mode: 0644]
ext/oci8/tests/drcp_pconn_close1.phpt [new file with mode: 0644]
ext/oci8/tests/drcp_pconn_close2.phpt [new file with mode: 0644]
ext/oci8/tests/drcp_privileged.phpt [new file with mode: 0644]
ext/oci8/tests/drcp_scope1.phpt [new file with mode: 0644]
ext/oci8/tests/drcp_scope2.phpt [new file with mode: 0644]
ext/oci8/tests/drcp_scope3.phpt [new file with mode: 0644]
ext/oci8/tests/drcp_scope4.phpt [new file with mode: 0644]
ext/oci8/tests/drcp_scope5.phpt [new file with mode: 0644]
ext/oci8/tests/driver_name.phpt [new file with mode: 0644]
ext/oci8/tests/driver_name_11gR2.phpt [new file with mode: 0644]
ext/oci8/tests/drop_table.inc [new file with mode: 0644]
ext/oci8/tests/drop_type.inc [new file with mode: 0644]
ext/oci8/tests/dupcolnames.phpt [new file with mode: 0644]
ext/oci8/tests/edition_1.phpt [new file with mode: 0644]
ext/oci8/tests/edition_2.phpt [new file with mode: 0644]
ext/oci8/tests/error.phpt [new file with mode: 0644]
ext/oci8/tests/error1.phpt [new file with mode: 0644]
ext/oci8/tests/error2.phpt [new file with mode: 0644]
ext/oci8/tests/error3.phpt [new file with mode: 0644]
ext/oci8/tests/error_bind.phpt [new file with mode: 0644]
ext/oci8/tests/error_bind_2.phpt [new file with mode: 0644]
ext/oci8/tests/error_bind_3.phpt [new file with mode: 0644]
ext/oci8/tests/error_parse.phpt [new file with mode: 0644]
ext/oci8/tests/error_set.phpt [new file with mode: 0644]
ext/oci8/tests/exec_fetch.phpt [new file with mode: 0644]
ext/oci8/tests/execute_mode.phpt [new file with mode: 0644]
ext/oci8/tests/existence_aliases.phpt [new file with mode: 0644]
ext/oci8/tests/extauth_01.phpt [new file with mode: 0644]
ext/oci8/tests/extauth_02.phpt [new file with mode: 0644]
ext/oci8/tests/extauth_03.phpt [new file with mode: 0644]
ext/oci8/tests/extauth_04.phpt [new file with mode: 0644]
ext/oci8/tests/fetch.phpt [new file with mode: 0644]
ext/oci8/tests/fetch_all1.phpt [new file with mode: 0644]
ext/oci8/tests/fetch_all2.phpt [new file with mode: 0644]
ext/oci8/tests/fetch_all3.phpt [new file with mode: 0644]
ext/oci8/tests/fetch_all4.phpt [new file with mode: 0644]
ext/oci8/tests/fetch_all5.phpt [new file with mode: 0644]
ext/oci8/tests/fetch_array.phpt [new file with mode: 0644]
ext/oci8/tests/fetch_assoc.phpt [new file with mode: 0644]
ext/oci8/tests/fetch_object.phpt [new file with mode: 0644]
ext/oci8/tests/fetch_object_1.phpt [new file with mode: 0644]
ext/oci8/tests/fetch_object_2.phpt [new file with mode: 0644]
ext/oci8/tests/fetch_row.phpt [new file with mode: 0644]
ext/oci8/tests/field_funcs.phpt [new file with mode: 0644]
ext/oci8/tests/field_funcs1.phpt [new file with mode: 0644]
ext/oci8/tests/field_funcs2.phpt [new file with mode: 0644]
ext/oci8/tests/field_funcs3.phpt [new file with mode: 0644]
ext/oci8/tests/imp_res_1.phpt [new file with mode: 0644]
ext/oci8/tests/imp_res_2.phpt [new file with mode: 0644]
ext/oci8/tests/imp_res_3.phpt [new file with mode: 0644]
ext/oci8/tests/imp_res_4.phpt [new file with mode: 0644]
ext/oci8/tests/imp_res_5.phpt [new file with mode: 0644]
ext/oci8/tests/imp_res_6.phpt [new file with mode: 0644]
ext/oci8/tests/imp_res_7.phpt [new file with mode: 0644]
ext/oci8/tests/imp_res_call_error.phpt [new file with mode: 0644]
ext/oci8/tests/imp_res_cancel.phpt [new file with mode: 0644]
ext/oci8/tests/imp_res_close.phpt [new file with mode: 0644]
ext/oci8/tests/imp_res_cursor.phpt [new file with mode: 0644]
ext/oci8/tests/imp_res_dbmsoutput.phpt [new file with mode: 0644]
ext/oci8/tests/imp_res_field.phpt [new file with mode: 0644]
ext/oci8/tests/imp_res_func_error.phpt [new file with mode: 0644]
ext/oci8/tests/imp_res_get_1.phpt [new file with mode: 0644]
ext/oci8/tests/imp_res_get_2.phpt [new file with mode: 0644]
ext/oci8/tests/imp_res_get_3.phpt [new file with mode: 0644]
ext/oci8/tests/imp_res_get_4.phpt [new file with mode: 0644]
ext/oci8/tests/imp_res_get_5.phpt [new file with mode: 0644]
ext/oci8/tests/imp_res_get_all.phpt [new file with mode: 0644]
ext/oci8/tests/imp_res_get_cancel.phpt [new file with mode: 0644]
ext/oci8/tests/imp_res_get_close_1.phpt [new file with mode: 0644]
ext/oci8/tests/imp_res_get_close_2.phpt [new file with mode: 0644]
ext/oci8/tests/imp_res_get_close_3.phpt [new file with mode: 0644]
ext/oci8/tests/imp_res_get_cursor.phpt [new file with mode: 0644]
ext/oci8/tests/imp_res_get_dbmsoutput.phpt [new file with mode: 0644]
ext/oci8/tests/imp_res_get_exec.phpt [new file with mode: 0644]
ext/oci8/tests/imp_res_get_none.phpt [new file with mode: 0644]
ext/oci8/tests/imp_res_insert.phpt [new file with mode: 0644]
ext/oci8/tests/imp_res_lob.phpt [new file with mode: 0644]
ext/oci8/tests/imp_res_prefetch.phpt [new file with mode: 0644]
ext/oci8/tests/ini_1.phpt [new file with mode: 0644]
ext/oci8/tests/lob_001.phpt [new file with mode: 0644]
ext/oci8/tests/lob_002.phpt [new file with mode: 0644]
ext/oci8/tests/lob_003.phpt [new file with mode: 0644]
ext/oci8/tests/lob_004.phpt [new file with mode: 0644]
ext/oci8/tests/lob_005.phpt [new file with mode: 0644]
ext/oci8/tests/lob_006.phpt [new file with mode: 0644]
ext/oci8/tests/lob_007.phpt [new file with mode: 0644]
ext/oci8/tests/lob_008.phpt [new file with mode: 0644]
ext/oci8/tests/lob_009.phpt [new file with mode: 0644]
ext/oci8/tests/lob_009.txt [new file with mode: 0644]
ext/oci8/tests/lob_010.phpt [new file with mode: 0644]
ext/oci8/tests/lob_011.phpt [new file with mode: 0644]
ext/oci8/tests/lob_012.phpt [new file with mode: 0644]
ext/oci8/tests/lob_013.phpt [new file with mode: 0644]
ext/oci8/tests/lob_014.phpt [new file with mode: 0644]
ext/oci8/tests/lob_016.phpt [new file with mode: 0644]
ext/oci8/tests/lob_017.phpt [new file with mode: 0644]
ext/oci8/tests/lob_018.phpt [new file with mode: 0644]
ext/oci8/tests/lob_019.phpt [new file with mode: 0644]
ext/oci8/tests/lob_020.phpt [new file with mode: 0644]
ext/oci8/tests/lob_021.phpt [new file with mode: 0644]
ext/oci8/tests/lob_022.phpt [new file with mode: 0644]
ext/oci8/tests/lob_023.phpt [new file with mode: 0644]
ext/oci8/tests/lob_024.phpt [new file with mode: 0644]
ext/oci8/tests/lob_025.phpt [new file with mode: 0644]
ext/oci8/tests/lob_026.phpt [new file with mode: 0644]
ext/oci8/tests/lob_027.phpt [new file with mode: 0644]
ext/oci8/tests/lob_028.phpt [new file with mode: 0644]
ext/oci8/tests/lob_029.phpt [new file with mode: 0644]
ext/oci8/tests/lob_030.phpt [new file with mode: 0644]
ext/oci8/tests/lob_031.phpt [new file with mode: 0644]
ext/oci8/tests/lob_032.phpt [new file with mode: 0644]
ext/oci8/tests/lob_033.phpt [new file with mode: 0644]
ext/oci8/tests/lob_034.phpt [new file with mode: 0644]
ext/oci8/tests/lob_035.phpt [new file with mode: 0644]
ext/oci8/tests/lob_036.phpt [new file with mode: 0644]
ext/oci8/tests/lob_037.phpt [new file with mode: 0644]
ext/oci8/tests/lob_038.phpt [new file with mode: 0644]
ext/oci8/tests/lob_039.phpt [new file with mode: 0644]
ext/oci8/tests/lob_040.phpt [new file with mode: 0644]
ext/oci8/tests/lob_041.phpt [new file with mode: 0644]
ext/oci8/tests/lob_042.phpt [new file with mode: 0644]
ext/oci8/tests/lob_043.phpt [new file with mode: 0644]
ext/oci8/tests/lob_044.phpt [new file with mode: 0644]
ext/oci8/tests/lob_aliases.phpt [new file with mode: 0644]
ext/oci8/tests/lob_null.phpt [new file with mode: 0644]
ext/oci8/tests/lob_prefetch.phpt [new file with mode: 0755]
ext/oci8/tests/lob_prefetch_ini.phpt [new file with mode: 0755]
ext/oci8/tests/lob_temp.phpt [new file with mode: 0644]
ext/oci8/tests/lob_temp1.phpt [new file with mode: 0644]
ext/oci8/tests/lob_temp2.phpt [new file with mode: 0644]
ext/oci8/tests/minfo.phpt [new file with mode: 0644]
ext/oci8/tests/null_byte_1.phpt [new file with mode: 0644]
ext/oci8/tests/null_byte_2.phpt [new file with mode: 0644]
ext/oci8/tests/null_byte_3.phpt [new file with mode: 0644]
ext/oci8/tests/num.phpt [new file with mode: 0644]
ext/oci8/tests/oci_execute_segfault.phpt [new file with mode: 0644]
ext/oci8/tests/old_oci_close.phpt [new file with mode: 0644]
ext/oci8/tests/old_oci_close1.phpt [new file with mode: 0644]
ext/oci8/tests/password.phpt [new file with mode: 0644]
ext/oci8/tests/password_2.phpt [new file with mode: 0644]
ext/oci8/tests/password_new.phpt [new file with mode: 0644]
ext/oci8/tests/pecl_bug10194.phpt [new file with mode: 0644]
ext/oci8/tests/pecl_bug10194_blob.phpt [new file with mode: 0644]
ext/oci8/tests/pecl_bug10194_blob_64.phpt [new file with mode: 0644]
ext/oci8/tests/pecl_bug16035.phpt [new file with mode: 0644]
ext/oci8/tests/pecl_bug16842.phpt [new file with mode: 0644]
ext/oci8/tests/pecl_bug6109.phpt [new file with mode: 0644]
ext/oci8/tests/pecl_bug8816.phpt [new file with mode: 0644]
ext/oci8/tests/persistent.phpt [new file with mode: 0644]
ext/oci8/tests/prefetch.phpt [new file with mode: 0644]
ext/oci8/tests/privileged_connect.phpt [new file with mode: 0644]
ext/oci8/tests/privileged_connect1.phpt [new file with mode: 0644]
ext/oci8/tests/refcur_prefetch_1.phpt [new file with mode: 0644]
ext/oci8/tests/refcur_prefetch_2.phpt [new file with mode: 0644]
ext/oci8/tests/refcur_prefetch_3.phpt [new file with mode: 0644]
ext/oci8/tests/refcur_prefetch_4.phpt [new file with mode: 0644]
ext/oci8/tests/select_null.phpt [new file with mode: 0644]
ext/oci8/tests/serverversion.phpt [new file with mode: 0644]
ext/oci8/tests/skipif.inc [new file with mode: 0644]
ext/oci8/tests/statement_cache.phpt [new file with mode: 0644]
ext/oci8/tests/statement_type.phpt [new file with mode: 0644]
ext/oci8/tests/test.gif [new file with mode: 0644]
ext/oci8/tests/test.txt [new file with mode: 0644]
ext/oci8/tests/testping.phpt [new file with mode: 0644]
ext/oci8/tests/uncommitted.phpt [new file with mode: 0644]
ext/oci8/tests/xmltype_01.phpt [new file with mode: 0644]
ext/oci8/tests/xmltype_02.phpt [new file with mode: 0644]
ext/odbc/CREDITS [new file with mode: 0644]
ext/odbc/config.m4 [new file with mode: 0644]
ext/odbc/config.w32 [new file with mode: 0644]
ext/odbc/odbc.stub.php [new file with mode: 0644]
ext/odbc/odbc_arginfo.h [new file with mode: 0644]
ext/odbc/odbc_utils.c [new file with mode: 0644]
ext/odbc/php_odbc.c [new file with mode: 0644]
ext/odbc/php_odbc.h [new file with mode: 0644]
ext/odbc/php_odbc_includes.h [new file with mode: 0644]
ext/odbc/tests/CONFLICTS [new file with mode: 0644]
ext/odbc/tests/bug44618.phpt [new file with mode: 0644]
ext/odbc/tests/bug46050.phpt [new file with mode: 0644]
ext/odbc/tests/bug47803.phpt [new file with mode: 0644]
ext/odbc/tests/bug60616.phpt [new file with mode: 0644]
ext/odbc/tests/bug68087.phpt [new file with mode: 0644]
ext/odbc/tests/bug69354.phpt [new file with mode: 0644]
ext/odbc/tests/bug69975.phpt [new file with mode: 0644]
ext/odbc/tests/bug71171.phpt [new file with mode: 0644]
ext/odbc/tests/bug73448.phpt [new file with mode: 0644]
ext/odbc/tests/bug73725.phpt [new file with mode: 0644]
ext/odbc/tests/bug78470.phpt [new file with mode: 0644]
ext/odbc/tests/bug78473.phpt [new file with mode: 0644]
ext/odbc/tests/bug80147.phpt [new file with mode: 0644]
ext/odbc/tests/bug80152.phpt [new file with mode: 0644]
ext/odbc/tests/bug80592.phpt [new file with mode: 0644]
ext/odbc/tests/config.inc [new file with mode: 0644]
ext/odbc/tests/odbc_columnprivileges_001.phpt [new file with mode: 0644]
ext/odbc/tests/odbc_columns_001.phpt [new file with mode: 0644]
ext/odbc/tests/odbc_data_source_001.phpt [new file with mode: 0644]
ext/odbc/tests/odbc_exec_001.phpt [new file with mode: 0644]
ext/odbc/tests/odbc_exec_002.phpt [new file with mode: 0644]
ext/odbc/tests/odbc_free_result_001.phpt [new file with mode: 0644]
ext/odbc/tests/odbc_tables_001.phpt [new file with mode: 0644]
ext/odbc/tests/odbc_utils.phpt [new file with mode: 0644]
ext/odbc/tests/skipif.inc [new file with mode: 0644]
ext/opcache/CREDITS [new file with mode: 0644]
ext/opcache/ZendAccelerator.c [new file with mode: 0644]
ext/opcache/ZendAccelerator.h [new file with mode: 0644]
ext/opcache/config.m4 [new file with mode: 0644]
ext/opcache/config.w32 [new file with mode: 0644]
ext/opcache/jit/Dockerfile.arm64.example [new file with mode: 0644]
ext/opcache/jit/Makefile.frag [new file with mode: 0644]
ext/opcache/jit/Makefile.frag.w32 [new file with mode: 0644]
ext/opcache/jit/README.md [new file with mode: 0644]
ext/opcache/jit/dynasm/dasm_arm.h [new file with mode: 0644]
ext/opcache/jit/dynasm/dasm_arm.lua [new file with mode: 0644]
ext/opcache/jit/dynasm/dasm_arm64.h [new file with mode: 0644]
ext/opcache/jit/dynasm/dasm_arm64.lua [new file with mode: 0644]
ext/opcache/jit/dynasm/dasm_mips.h [new file with mode: 0644]
ext/opcache/jit/dynasm/dasm_mips.lua [new file with mode: 0644]
ext/opcache/jit/dynasm/dasm_mips64.lua [new file with mode: 0644]
ext/opcache/jit/dynasm/dasm_ppc.h [new file with mode: 0644]
ext/opcache/jit/dynasm/dasm_ppc.lua [new file with mode: 0644]
ext/opcache/jit/dynasm/dasm_proto.h [new file with mode: 0644]
ext/opcache/jit/dynasm/dasm_x64.lua [new file with mode: 0644]
ext/opcache/jit/dynasm/dasm_x86.h [new file with mode: 0644]
ext/opcache/jit/dynasm/dasm_x86.lua [new file with mode: 0644]
ext/opcache/jit/dynasm/dynasm.lua [new file with mode: 0644]
ext/opcache/jit/dynasm/minilua.c [new file with mode: 0644]
ext/opcache/jit/libudis86/LICENSE [new file with mode: 0644]
ext/opcache/jit/libudis86/decode.c [new file with mode: 0644]
ext/opcache/jit/libudis86/decode.h [new file with mode: 0644]
ext/opcache/jit/libudis86/extern.h [new file with mode: 0644]
ext/opcache/jit/libudis86/itab.c [new file with mode: 0644]
ext/opcache/jit/libudis86/itab.h [new file with mode: 0644]
ext/opcache/jit/libudis86/syn-att.c [new file with mode: 0644]
ext/opcache/jit/libudis86/syn-intel.c [new file with mode: 0644]
ext/opcache/jit/libudis86/syn.c [new file with mode: 0644]
ext/opcache/jit/libudis86/syn.h [new file with mode: 0644]
ext/opcache/jit/libudis86/types.h [new file with mode: 0644]
ext/opcache/jit/libudis86/udint.h [new file with mode: 0644]
ext/opcache/jit/libudis86/udis86.c [new file with mode: 0644]
ext/opcache/jit/vtune/ittnotify_config.h [new file with mode: 0644]
ext/opcache/jit/vtune/ittnotify_types.h [new file with mode: 0644]
ext/opcache/jit/vtune/jitprofiling.c [new file with mode: 0644]
ext/opcache/jit/vtune/jitprofiling.h [new file with mode: 0644]
ext/opcache/jit/zend_elf.c [new file with mode: 0644]
ext/opcache/jit/zend_elf.h [new file with mode: 0644]
ext/opcache/jit/zend_jit.c [new file with mode: 0644]
ext/opcache/jit/zend_jit.h [new file with mode: 0644]
ext/opcache/jit/zend_jit_arm64.dasc [new file with mode: 0644]
ext/opcache/jit/zend_jit_arm64.h [new file with mode: 0644]
ext/opcache/jit/zend_jit_disasm.c [new file with mode: 0644]
ext/opcache/jit/zend_jit_gdb.c [new file with mode: 0644]
ext/opcache/jit/zend_jit_gdb.h [new file with mode: 0644]
ext/opcache/jit/zend_jit_helpers.c [new file with mode: 0644]
ext/opcache/jit/zend_jit_internal.h [new file with mode: 0644]
ext/opcache/jit/zend_jit_oprofile.c [new file with mode: 0644]
ext/opcache/jit/zend_jit_perf_dump.c [new file with mode: 0644]
ext/opcache/jit/zend_jit_trace.c [new file with mode: 0644]
ext/opcache/jit/zend_jit_vm_helpers.c [new file with mode: 0644]
ext/opcache/jit/zend_jit_vtune.c [new file with mode: 0644]
ext/opcache/jit/zend_jit_x86.dasc [new file with mode: 0644]
ext/opcache/jit/zend_jit_x86.h [new file with mode: 0644]
ext/opcache/opcache.stub.php [new file with mode: 0644]
ext/opcache/opcache_arginfo.h [new file with mode: 0644]
ext/opcache/shared_alloc_mmap.c [new file with mode: 0644]
ext/opcache/shared_alloc_posix.c [new file with mode: 0644]
ext/opcache/shared_alloc_shm.c [new file with mode: 0644]
ext/opcache/shared_alloc_win32.c [new file with mode: 0644]
ext/opcache/tests/001_cli.phpt [new file with mode: 0644]
ext/opcache/tests/assign_obj_exceptions.phpt [new file with mode: 0644]
ext/opcache/tests/assign_obj_op_of_fetch_dim.phpt [new file with mode: 0644]
ext/opcache/tests/assign_static_prop_ref_result.phpt [new file with mode: 0644]
ext/opcache/tests/blacklist-win32.phpt [new file with mode: 0644]
ext/opcache/tests/blacklist.inc [new file with mode: 0644]
ext/opcache/tests/blacklist.phpt [new file with mode: 0644]
ext/opcache/tests/block_pass_001.phpt [new file with mode: 0644]
ext/opcache/tests/block_removal_with_duplicate_successors.phpt [new file with mode: 0644]
ext/opcache/tests/bool_cp_in_pass1.phpt [new file with mode: 0644]
ext/opcache/tests/bool_not_cv.phpt [new file with mode: 0644]
ext/opcache/tests/bu69838.phpt [new file with mode: 0644]
ext/opcache/tests/bug64353.phpt [new file with mode: 0644]
ext/opcache/tests/bug64482.inc [new file with mode: 0644]
ext/opcache/tests/bug64482.phpt [new file with mode: 0644]
ext/opcache/tests/bug65510.phpt [new file with mode: 0644]
ext/opcache/tests/bug65559.phpt [new file with mode: 0644]
ext/opcache/tests/bug65665.phpt [new file with mode: 0644]
ext/opcache/tests/bug65845.phpt [new file with mode: 0644]
ext/opcache/tests/bug65915.phpt [new file with mode: 0644]
ext/opcache/tests/bug66176.phpt [new file with mode: 0644]
ext/opcache/tests/bug66251.phpt [new file with mode: 0644]
ext/opcache/tests/bug66334.phpt [new file with mode: 0644]
ext/opcache/tests/bug66338.phpt [new file with mode: 0644]
ext/opcache/tests/bug66440.phpt [new file with mode: 0644]
ext/opcache/tests/bug66461.phpt [new file with mode: 0644]
ext/opcache/tests/bug66474.phpt [new file with mode: 0644]
ext/opcache/tests/bug67215.phpt [new file with mode: 0644]
ext/opcache/tests/bug68104.phpt [new file with mode: 0644]
ext/opcache/tests/bug69038.phpt [new file with mode: 0644]
ext/opcache/tests/bug69125.phpt [new file with mode: 0644]
ext/opcache/tests/bug69159.phpt [new file with mode: 0644]
ext/opcache/tests/bug69281.phpt [new file with mode: 0644]
ext/opcache/tests/bug69549.phpt [new file with mode: 0644]
ext/opcache/tests/bug69688.phpt [new file with mode: 0644]
ext/opcache/tests/bug70111.phpt [new file with mode: 0644]
ext/opcache/tests/bug70207.phpt [new file with mode: 0644]
ext/opcache/tests/bug70237.phpt [new file with mode: 0644]
ext/opcache/tests/bug70423.phpt [new file with mode: 0644]
ext/opcache/tests/bug71127.phpt [new file with mode: 0644]
ext/opcache/tests/bug71443.phpt [new file with mode: 0644]
ext/opcache/tests/bug71843.phpt [new file with mode: 0644]
ext/opcache/tests/bug72014.phpt [new file with mode: 0644]
ext/opcache/tests/bug72762.phpt [new file with mode: 0644]
ext/opcache/tests/bug73402.phpt [new file with mode: 0644]
ext/opcache/tests/bug73583.phpt [new file with mode: 0644]
ext/opcache/tests/bug73654.phpt [new file with mode: 0644]
ext/opcache/tests/bug73668.phpt [new file with mode: 0644]
ext/opcache/tests/bug73746.phpt [new file with mode: 0644]
ext/opcache/tests/bug73789.phpt [new file with mode: 0644]
ext/opcache/tests/bug73847.phpt [new file with mode: 0644]
ext/opcache/tests/bug74019.phpt [new file with mode: 0644]
ext/opcache/tests/bug74152.phpt [new file with mode: 0644]
ext/opcache/tests/bug74431.phpt [new file with mode: 0644]
ext/opcache/tests/bug74442.phpt [new file with mode: 0644]
ext/opcache/tests/bug74456.phpt [new file with mode: 0644]
ext/opcache/tests/bug74596.phpt [new file with mode: 0644]
ext/opcache/tests/bug74623.phpt [new file with mode: 0644]
ext/opcache/tests/bug74663.phpt [new file with mode: 0644]
ext/opcache/tests/bug74980.phpt [new file with mode: 0644]
ext/opcache/tests/bug75230.phpt [new file with mode: 0644]
ext/opcache/tests/bug75255.phpt [new file with mode: 0644]
ext/opcache/tests/bug75357.phpt [new file with mode: 0644]
ext/opcache/tests/bug75370.phpt [new file with mode: 0644]
ext/opcache/tests/bug75556.phpt [new file with mode: 0644]
ext/opcache/tests/bug75570.phpt [new file with mode: 0644]
ext/opcache/tests/bug75608.phpt [new file with mode: 0644]
ext/opcache/tests/bug75681.phpt [new file with mode: 0644]
ext/opcache/tests/bug75687.phpt [new file with mode: 0644]
ext/opcache/tests/bug75698.phpt [new file with mode: 0644]
ext/opcache/tests/bug75938.phpt [new file with mode: 0644]
ext/opcache/tests/bug75969.phpt [new file with mode: 0644]
ext/opcache/tests/bug76074.phpt [new file with mode: 0644]
ext/opcache/tests/bug76094.phpt [new file with mode: 0644]
ext/opcache/tests/bug76275.phpt [new file with mode: 0644]
ext/opcache/tests/bug76281.phpt [new file with mode: 0644]
ext/opcache/tests/bug76337.phpt [new file with mode: 0644]
ext/opcache/tests/bug76446.phpt [new file with mode: 0644]
ext/opcache/tests/bug76463.phpt [new file with mode: 0644]
ext/opcache/tests/bug76466.phpt [new file with mode: 0644]
ext/opcache/tests/bug76477.phpt [new file with mode: 0644]
ext/opcache/tests/bug76711.phpt [new file with mode: 0644]
ext/opcache/tests/bug76796.phpt [new file with mode: 0644]
ext/opcache/tests/bug77058.phpt [new file with mode: 0644]
ext/opcache/tests/bug77092.phpt [new file with mode: 0644]
ext/opcache/tests/bug77191.phpt [new file with mode: 0644]
ext/opcache/tests/bug77215.phpt [new file with mode: 0644]
ext/opcache/tests/bug77257.phpt [new file with mode: 0644]
ext/opcache/tests/bug77266.phpt [new file with mode: 0644]
ext/opcache/tests/bug77275.phpt [new file with mode: 0644]
ext/opcache/tests/bug77310_1.phpt [new file with mode: 0644]
ext/opcache/tests/bug77434.phpt [new file with mode: 0644]
ext/opcache/tests/bug77691.phpt [new file with mode: 0644]
ext/opcache/tests/bug77743.phpt [new file with mode: 0644]
ext/opcache/tests/bug78014.inc [new file with mode: 0644]
ext/opcache/tests/bug78014.phpt [new file with mode: 0644]
ext/opcache/tests/bug78015.phpt [new file with mode: 0644]
ext/opcache/tests/bug78034.phpt [new file with mode: 0644]
ext/opcache/tests/bug78106.phpt [new file with mode: 0644]
ext/opcache/tests/bug78106_include.inc [new file with mode: 0644]
ext/opcache/tests/bug78106_test1.php [new file with mode: 0644]
ext/opcache/tests/bug78106_test2.php [new file with mode: 0644]
ext/opcache/tests/bug78175.phpt [new file with mode: 0644]
ext/opcache/tests/bug78175_2.phpt [new file with mode: 0644]
ext/opcache/tests/bug78185.phpt [new file with mode: 0644]
ext/opcache/tests/bug78189.phpt [new file with mode: 0644]
ext/opcache/tests/bug78230.phpt [new file with mode: 0644]
ext/opcache/tests/bug78341.phpt [new file with mode: 0644]
ext/opcache/tests/bug78376.phpt [new file with mode: 0644]
ext/opcache/tests/bug78429.phpt [new file with mode: 0644]
ext/opcache/tests/bug78937_1.phpt [new file with mode: 0644]
ext/opcache/tests/bug78937_2.phpt [new file with mode: 0644]
ext/opcache/tests/bug78937_3.phpt [new file with mode: 0644]
ext/opcache/tests/bug78937_4.phpt [new file with mode: 0644]
ext/opcache/tests/bug78937_5.phpt [new file with mode: 0644]
ext/opcache/tests/bug78937_6.phpt [new file with mode: 0644]
ext/opcache/tests/bug78986.phpt [new file with mode: 0644]
ext/opcache/tests/bug79193.phpt [new file with mode: 0644]
ext/opcache/tests/bug79412.phpt [new file with mode: 0644]
ext/opcache/tests/bug79475.phpt [new file with mode: 0644]
ext/opcache/tests/bug79535.phpt [new file with mode: 0644]
ext/opcache/tests/bug79665.phpt [new file with mode: 0644]
ext/opcache/tests/bug80900.phpt [new file with mode: 0644]
ext/opcache/tests/bug81015.phpt [new file with mode: 0644]
ext/opcache/tests/bug81046.phpt [new file with mode: 0644]
ext/opcache/tests/bug81272.phpt [new file with mode: 0644]
ext/opcache/tests/bug81607.inc [new file with mode: 0644]
ext/opcache/tests/bug81607.phpt [new file with mode: 0644]
ext/opcache/tests/compact_literals.phpt [new file with mode: 0644]
ext/opcache/tests/compact_literals_collision.phpt [new file with mode: 0644]
ext/opcache/tests/exit_in_call_arg.phpt [new file with mode: 0644]
ext/opcache/tests/fe_fetch_dce.phpt [new file with mode: 0644]
ext/opcache/tests/file_cache_error.phpt [new file with mode: 0644]
ext/opcache/tests/func_info.phpt [new file with mode: 0644]
ext/opcache/tests/get_configuration_matches_ini.phpt [new file with mode: 0644]
ext/opcache/tests/gh8063-001.phpt [new file with mode: 0644]
ext/opcache/tests/gh8063-002.phpt [new file with mode: 0644]
ext/opcache/tests/gh8063-003.phpt [new file with mode: 0644]
ext/opcache/tests/gh8063/BadClass.inc [new file with mode: 0644]
ext/opcache/tests/gh8063/BadClass2.inc [new file with mode: 0644]
ext/opcache/tests/gh8063/Bar.inc [new file with mode: 0644]
ext/opcache/tests/gh8063/Baz.inc [new file with mode: 0644]
ext/opcache/tests/gh8063/Foo.inc [new file with mode: 0644]
ext/opcache/tests/gh8065.phpt [new file with mode: 0644]
ext/opcache/tests/gh8133.inc [new file with mode: 0644]
ext/opcache/tests/gh8133.phpt [new file with mode: 0644]
ext/opcache/tests/gh8466.phpt [new file with mode: 0644]
ext/opcache/tests/gh9164.phpt [new file with mode: 0644]
ext/opcache/tests/gh9259_001.phpt [new file with mode: 0644]
ext/opcache/tests/gh9259_002.phpt [new file with mode: 0644]
ext/opcache/tests/gh9259_003.phpt [new file with mode: 0644]
ext/opcache/tests/gh9968-1.inc [new file with mode: 0644]
ext/opcache/tests/gh9968-2.inc [new file with mode: 0644]
ext/opcache/tests/gh9968.phpt [new file with mode: 0644]
ext/opcache/tests/inc_array.phpt [new file with mode: 0644]
ext/opcache/tests/internal_func_info_static_method.phpt [new file with mode: 0644]
ext/opcache/tests/invalid_array_key_type.phpt [new file with mode: 0644]
ext/opcache/tests/invalid_new_dce.phpt [new file with mode: 0644]
ext/opcache/tests/is_script_cached.phpt [new file with mode: 0644]
ext/opcache/tests/issue0057.phpt [new file with mode: 0644]
ext/opcache/tests/issue0079.phpt [new file with mode: 0644]
ext/opcache/tests/issue0115.phpt [new file with mode: 0644]
ext/opcache/tests/issue0128.phpt [new file with mode: 0644]
ext/opcache/tests/issue0140.phpt [new file with mode: 0644]
ext/opcache/tests/issue0149.phpt [new file with mode: 0644]
ext/opcache/tests/issue0183.phpt [new file with mode: 0644]
ext/opcache/tests/iterable_type_optimization.phpt [new file with mode: 0644]
ext/opcache/tests/jit/add_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/add_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/add_003.phpt [new file with mode: 0644]
ext/opcache/tests/jit/add_004.phpt [new file with mode: 0644]
ext/opcache/tests/jit/add_005.phpt [new file with mode: 0644]
ext/opcache/tests/jit/add_006.phpt [new file with mode: 0644]
ext/opcache/tests/jit/add_007.phpt [new file with mode: 0644]
ext/opcache/tests/jit/add_008.phpt [new file with mode: 0644]
ext/opcache/tests/jit/add_009.phpt [new file with mode: 0644]
ext/opcache/tests/jit/add_010.phpt [new file with mode: 0644]
ext/opcache/tests/jit/add_011.phpt [new file with mode: 0644]
ext/opcache/tests/jit/add_012.phpt [new file with mode: 0644]
ext/opcache/tests/jit/add_013.phpt [new file with mode: 0644]
ext/opcache/tests/jit/add_014.phpt [new file with mode: 0644]
ext/opcache/tests/jit/and_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/and_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/array_elem.phpt [new file with mode: 0644]
ext/opcache/tests/jit/array_elem_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_003.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_004.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_005.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_006.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_007.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_008.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_009.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_010.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_011.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_012.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_013.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_014.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_015.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_016.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_017.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_018.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_019.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_020.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_021.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_022.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_023.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_024.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_025.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_026.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_027.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_028.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_029.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_030.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_031.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_032.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_033.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_034.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_035.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_036.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_037.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_038.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_039.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_040.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_041.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_042.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_043.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_044.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_045.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_046.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_047.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_048.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_049.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_050.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_051.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_052.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_053.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_054.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_055.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_056.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_dim_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_dim_003.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_dim_004.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_dim_005.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_dim_006.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_dim_007.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_dim_008.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_dim_009.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_dim_010.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_dim_011.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_dim_012.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_dim_013.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_dim_014.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_dim_015.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_dim_op_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_dim_op_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_dim_op_003.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_dim_op_004.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_dim_op_005.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_dim_op_006.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_dim_op_007.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_dim_undef_exception.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_obj_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_obj_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_obj_003.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_obj_on_null.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_obj_op_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_obj_op_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_obj_op_003.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_obj_ref_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_op_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_op_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_op_003.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_op_004.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_op_005.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_op_006.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_op_007.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_op_008.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_op_009.phpt [new file with mode: 0644]
ext/opcache/tests/jit/assign_static_prop_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/bind_static.phpt [new file with mode: 0644]
ext/opcache/tests/jit/bool_not_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/bool_not_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/bug77857.phpt [new file with mode: 0644]
ext/opcache/tests/jit/bug79358.phpt [new file with mode: 0644]
ext/opcache/tests/jit/bug79888.phpt [new file with mode: 0644]
ext/opcache/tests/jit/bug80426.phpt [new file with mode: 0644]
ext/opcache/tests/jit/bug80447.phpt [new file with mode: 0644]
ext/opcache/tests/jit/bug80634.phpt [new file with mode: 0644]
ext/opcache/tests/jit/bug80742.phpt [new file with mode: 0644]
ext/opcache/tests/jit/bug80745.phpt [new file with mode: 0644]
ext/opcache/tests/jit/bug80782.phpt [new file with mode: 0644]
ext/opcache/tests/jit/bug80786.phpt [new file with mode: 0644]
ext/opcache/tests/jit/bug80802.phpt [new file with mode: 0644]
ext/opcache/tests/jit/bug80839.phpt [new file with mode: 0644]
ext/opcache/tests/jit/bug80861.phpt [new file with mode: 0644]
ext/opcache/tests/jit/bug80959.phpt [new file with mode: 0644]
ext/opcache/tests/jit/bug81051.phpt [new file with mode: 0644]
ext/opcache/tests/jit/bug81225.phpt [new file with mode: 0644]
ext/opcache/tests/jit/bug81225_2.phpt [new file with mode: 0644]
ext/opcache/tests/jit/bug81226.phpt [new file with mode: 0644]
ext/opcache/tests/jit/bug81249.phpt [new file with mode: 0644]
ext/opcache/tests/jit/bug81255.phpt [new file with mode: 0644]
ext/opcache/tests/jit/bug81256.phpt [new file with mode: 0644]
ext/opcache/tests/jit/bug81409.phpt [new file with mode: 0644]
ext/opcache/tests/jit/bug81512.phpt [new file with mode: 0644]
ext/opcache/tests/jit/bw_not_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/bw_not_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/call_chain_exit.phpt [new file with mode: 0644]
ext/opcache/tests/jit/cast_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/cast_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/closure_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/cmp_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/cmp_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/cmp_003.phpt [new file with mode: 0644]
ext/opcache/tests/jit/cmp_004.phpt [new file with mode: 0644]
ext/opcache/tests/jit/cmp_005.phpt [new file with mode: 0644]
ext/opcache/tests/jit/cmp_006.phpt [new file with mode: 0644]
ext/opcache/tests/jit/cmp_007.phpt [new file with mode: 0644]
ext/opcache/tests/jit/cmp_008.phpt [new file with mode: 0644]
ext/opcache/tests/jit/concat_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/const_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/copy_tmp_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/copy_tmp_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/count_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/defined_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fe_reset_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fe_reset_undef.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fetch_dim_func_arg_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fetch_dim_func_args_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fetch_dim_r_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fetch_dim_r_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fetch_dim_r_003.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fetch_dim_r_004.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fetch_dim_r_005.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fetch_dim_r_006.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fetch_dim_r_007.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fetch_dim_r_008.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fetch_dim_r_009.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fetch_dim_r_010.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fetch_dim_r_011.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fetch_dim_r_012.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fetch_dim_r_013.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fetch_dim_r_014.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fetch_dim_rw_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fetch_dim_rw_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fetch_dim_rw_004.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fetch_dim_w_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fetch_dim_w_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fetch_dim_w_003.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fetch_list_r_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fetch_obj_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fetch_obj_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fetch_obj_003.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fetch_obj_004.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fetch_obj_005.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fetch_obj_006.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fetch_obj_007.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fetch_obj_008.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fetch_obj_009.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fetch_obj_010.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fetch_obj_is_typed_prop.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fetch_r_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/fetch_static_prop_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/gh10271.phpt [new file with mode: 0644]
ext/opcache/tests/jit/gh10635.phpt [new file with mode: 0644]
ext/opcache/tests/jit/gh8030-001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/gh8030-002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/gh8461-001.inc [new file with mode: 0644]
ext/opcache/tests/jit/gh8461-001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/gh8461-002.inc [new file with mode: 0644]
ext/opcache/tests/jit/gh8461-002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/gh8461-003.inc [new file with mode: 0644]
ext/opcache/tests/jit/gh8461-003.phpt [new file with mode: 0644]
ext/opcache/tests/jit/gh8461-004.inc [new file with mode: 0644]
ext/opcache/tests/jit/gh8461-004.phpt [new file with mode: 0644]
ext/opcache/tests/jit/gh8461-005.inc [new file with mode: 0644]
ext/opcache/tests/jit/gh8461-005.phpt [new file with mode: 0644]
ext/opcache/tests/jit/gh8461-006.inc [new file with mode: 0644]
ext/opcache/tests/jit/gh8461-006.phpt [new file with mode: 0644]
ext/opcache/tests/jit/gh8461-007.inc [new file with mode: 0644]
ext/opcache/tests/jit/gh8461-007.phpt [new file with mode: 0644]
ext/opcache/tests/jit/gh8461-008.phpt [new file with mode: 0644]
ext/opcache/tests/jit/gh8591-001.inc [new file with mode: 0644]
ext/opcache/tests/jit/gh8591-001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/gh8591-002.inc [new file with mode: 0644]
ext/opcache/tests/jit/gh8591-002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/gh8591-003.phpt [new file with mode: 0644]
ext/opcache/tests/jit/gh8591-004.inc [new file with mode: 0644]
ext/opcache/tests/jit/gh8591-004.phpt [new file with mode: 0644]
ext/opcache/tests/jit/gh8591-005.inc [new file with mode: 0644]
ext/opcache/tests/jit/gh8591-005.phpt [new file with mode: 0644]
ext/opcache/tests/jit/gh8591-006.inc [new file with mode: 0644]
ext/opcache/tests/jit/gh8591-006.phpt [new file with mode: 0644]
ext/opcache/tests/jit/gh8847.phpt [new file with mode: 0644]
ext/opcache/tests/jit/gh8863.phpt [new file with mode: 0644]
ext/opcache/tests/jit/hot_func_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/hot_func_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/icall_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/identical_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/identical_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/identical_003.phpt [new file with mode: 0644]
ext/opcache/tests/jit/ignored_opcodes.phpt [new file with mode: 0644]
ext/opcache/tests/jit/inc_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/inc_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/inc_003.phpt [new file with mode: 0644]
ext/opcache/tests/jit/inc_004.phpt [new file with mode: 0644]
ext/opcache/tests/jit/inc_005.phpt [new file with mode: 0644]
ext/opcache/tests/jit/inc_006.phpt [new file with mode: 0644]
ext/opcache/tests/jit/inc_007.phpt [new file with mode: 0644]
ext/opcache/tests/jit/inc_008.phpt [new file with mode: 0644]
ext/opcache/tests/jit/inc_009.phpt [new file with mode: 0644]
ext/opcache/tests/jit/inc_010.phpt [new file with mode: 0644]
ext/opcache/tests/jit/inc_011.phpt [new file with mode: 0644]
ext/opcache/tests/jit/inc_012.phpt [new file with mode: 0644]
ext/opcache/tests/jit/inc_013.phpt [new file with mode: 0644]
ext/opcache/tests/jit/inc_014.phpt [new file with mode: 0644]
ext/opcache/tests/jit/inc_015.phpt [new file with mode: 0644]
ext/opcache/tests/jit/inc_016.phpt [new file with mode: 0644]
ext/opcache/tests/jit/inc_017.phpt [new file with mode: 0644]
ext/opcache/tests/jit/inc_018.phpt [new file with mode: 0644]
ext/opcache/tests/jit/inc_019.phpt [new file with mode: 0644]
ext/opcache/tests/jit/inc_020.phpt [new file with mode: 0644]
ext/opcache/tests/jit/inc_021.phpt [new file with mode: 0644]
ext/opcache/tests/jit/inc_022.phpt [new file with mode: 0644]
ext/opcache/tests/jit/inc_023.phpt [new file with mode: 0644]
ext/opcache/tests/jit/inc_024.phpt [new file with mode: 0644]
ext/opcache/tests/jit/inc_obj_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/inc_obj_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/inc_obj_003.phpt [new file with mode: 0644]
ext/opcache/tests/jit/inc_obj_004.phpt [new file with mode: 0644]
ext/opcache/tests/jit/inc_obj_005.phpt [new file with mode: 0644]
ext/opcache/tests/jit/ini_leading_zero.phpt [new file with mode: 0644]
ext/opcache/tests/jit/init_fcall_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/init_fcall_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/init_fcall_003.inc [new file with mode: 0644]
ext/opcache/tests/jit/init_fcall_003.phpt [new file with mode: 0644]
ext/opcache/tests/jit/isset_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/jmpz_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/jmpz_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/jmpz_ex_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/loop_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/loop_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/method_call_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/mod_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/mod_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/mod_003.phpt [new file with mode: 0644]
ext/opcache/tests/jit/mod_004.phpt [new file with mode: 0644]
ext/opcache/tests/jit/mod_005.phpt [new file with mode: 0644]
ext/opcache/tests/jit/mod_006.phpt [new file with mode: 0644]
ext/opcache/tests/jit/mod_007.phpt [new file with mode: 0644]
ext/opcache/tests/jit/mul_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/mul_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/mul_003.phpt [new file with mode: 0644]
ext/opcache/tests/jit/mul_004.phpt [new file with mode: 0644]
ext/opcache/tests/jit/mul_005.phpt [new file with mode: 0644]
ext/opcache/tests/jit/mul_006.phpt [new file with mode: 0644]
ext/opcache/tests/jit/mul_007.phpt [new file with mode: 0644]
ext/opcache/tests/jit/mul_008.phpt [new file with mode: 0644]
ext/opcache/tests/jit/mul_009.phpt [new file with mode: 0644]
ext/opcache/tests/jit/nan_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/nan_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/not_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/not_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/noval_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/preload_bug80634.inc [new file with mode: 0644]
ext/opcache/tests/jit/preload_bug81256.inc [new file with mode: 0644]
ext/opcache/tests/jit/qm_assign_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/qm_assign_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/qm_assign_003.phpt [new file with mode: 0644]
ext/opcache/tests/jit/qm_assign_undef_exception.phpt [new file with mode: 0644]
ext/opcache/tests/jit/readonly_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/readonly_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/readonly_003.phpt [new file with mode: 0644]
ext/opcache/tests/jit/readonly_004.phpt [new file with mode: 0644]
ext/opcache/tests/jit/readonly_005.phpt [new file with mode: 0644]
ext/opcache/tests/jit/readonly_006.phpt [new file with mode: 0644]
ext/opcache/tests/jit/readonly_007.phpt [new file with mode: 0644]
ext/opcache/tests/jit/readonly_008.phpt [new file with mode: 0644]
ext/opcache/tests/jit/recursive_wrong_args.phpt [new file with mode: 0644]
ext/opcache/tests/jit/recv_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/recv_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/recv_003.phpt [new file with mode: 0644]
ext/opcache/tests/jit/recv_004.phpt [new file with mode: 0644]
ext/opcache/tests/jit/recv_005.phpt [new file with mode: 0644]
ext/opcache/tests/jit/reg_alloc_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/reg_alloc_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/reg_alloc_003.phpt [new file with mode: 0644]
ext/opcache/tests/jit/reg_alloc_003_32bits.phpt [new file with mode: 0644]
ext/opcache/tests/jit/reg_alloc_004.phpt [new file with mode: 0644]
ext/opcache/tests/jit/reg_alloc_005.phpt [new file with mode: 0644]
ext/opcache/tests/jit/reg_alloc_006.phpt [new file with mode: 0644]
ext/opcache/tests/jit/reg_alloc_007.phpt [new file with mode: 0644]
ext/opcache/tests/jit/reg_alloc_008.phpt [new file with mode: 0644]
ext/opcache/tests/jit/reg_alloc_009.phpt [new file with mode: 0644]
ext/opcache/tests/jit/reg_alloc_010.phpt [new file with mode: 0644]
ext/opcache/tests/jit/reg_alloc_011.phpt [new file with mode: 0644]
ext/opcache/tests/jit/reg_alloc_012.phpt [new file with mode: 0644]
ext/opcache/tests/jit/reg_alloc_013.phpt [new file with mode: 0644]
ext/opcache/tests/jit/reg_alloc_014.phpt [new file with mode: 0644]
ext/opcache/tests/jit/reg_alloc_015.phpt [new file with mode: 0644]
ext/opcache/tests/jit/reg_alloc_016.phpt [new file with mode: 0644]
ext/opcache/tests/jit/reg_alloc_017.phpt [new file with mode: 0644]
ext/opcache/tests/jit/ret_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/ret_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/ret_003.phpt [new file with mode: 0644]
ext/opcache/tests/jit/ret_004.phpt [new file with mode: 0644]
ext/opcache/tests/jit/rope_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/rope_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/send_ref_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/send_val_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/send_val_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/send_var_ex_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/send_var_ex_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/shift_left_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/shift_left_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/shift_right_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/shift_right_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/shift_right_003.phpt [new file with mode: 0644]
ext/opcache/tests/jit/shift_right_004.phpt [new file with mode: 0644]
ext/opcache/tests/jit/sub_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/switch_jumptable.phpt [new file with mode: 0644]
ext/opcache/tests/jit/trampoline_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/trampoline_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/type_check_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/ucall_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/ucall_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/ucall_003.phpt [new file with mode: 0644]
ext/opcache/tests/jit/ucall_004.phpt [new file with mode: 0644]
ext/opcache/tests/jit/undef_to_typed_ref.phpt [new file with mode: 0644]
ext/opcache/tests/jit/unreachable_block.phpt [new file with mode: 0644]
ext/opcache/tests/jit/verify_return_undef.phpt [new file with mode: 0644]
ext/opcache/tests/jit/xor_001.phpt [new file with mode: 0644]
ext/opcache/tests/jit/xor_002.phpt [new file with mode: 0644]
ext/opcache/tests/jit/xor_003.phpt [new file with mode: 0644]
ext/opcache/tests/jmp_elim_001.phpt [new file with mode: 0644]
ext/opcache/tests/jmp_elim_002.phpt [new file with mode: 0644]
ext/opcache/tests/jmp_elim_003.phpt [new file with mode: 0644]
ext/opcache/tests/jmp_elim_004.phpt [new file with mode: 0644]
ext/opcache/tests/jmpz_jmp_elim.phpt [new file with mode: 0644]
ext/opcache/tests/leak_001.phpt [new file with mode: 0644]
ext/opcache/tests/log_verbosity_bug.phpt [new file with mode: 0644]
ext/opcache/tests/match/001.phpt [new file with mode: 0644]
ext/opcache/tests/match/002.phpt [new file with mode: 0644]
ext/opcache/tests/match/003.phpt [new file with mode: 0644]
ext/opcache/tests/match/004.phpt [new file with mode: 0644]
ext/opcache/tests/match_always_error.phpt [new file with mode: 0644]
ext/opcache/tests/method_call_on_literal.phpt [new file with mode: 0644]
ext/opcache/tests/neg_range_inference.phpt [new file with mode: 0644]
ext/opcache/tests/opcache-1.blacklist [new file with mode: 0644]
ext/opcache/tests/opcache-2.blacklist [new file with mode: 0644]
ext/opcache/tests/opt/assign_obj_001.phpt [new file with mode: 0644]
ext/opcache/tests/opt/assign_obj_op_001.phpt [new file with mode: 0644]
ext/opcache/tests/opt/assign_op_001.phpt [new file with mode: 0644]
ext/opcache/tests/opt/assign_op_002.phpt [new file with mode: 0644]
ext/opcache/tests/opt/block_pass_001.phpt [new file with mode: 0644]
ext/opcache/tests/opt/block_pass_002.phpt [new file with mode: 0644]
ext/opcache/tests/opt/block_pass_003.phpt [new file with mode: 0644]
ext/opcache/tests/opt/coalesce.phpt [new file with mode: 0644]
ext/opcache/tests/opt/coalesce_002.phpt [new file with mode: 0644]
ext/opcache/tests/opt/dce_001.phpt [new file with mode: 0644]
ext/opcache/tests/opt/dce_002.phpt [new file with mode: 0644]
ext/opcache/tests/opt/dce_003.phpt [new file with mode: 0644]
ext/opcache/tests/opt/dce_004.phpt [new file with mode: 0644]
ext/opcache/tests/opt/dce_005.phpt [new file with mode: 0644]
ext/opcache/tests/opt/dce_006.phpt [new file with mode: 0644]
ext/opcache/tests/opt/dce_007.phpt [new file with mode: 0644]
ext/opcache/tests/opt/dce_008.phpt [new file with mode: 0644]
ext/opcache/tests/opt/dce_009.phpt [new file with mode: 0644]
ext/opcache/tests/opt/dce_010.phpt [new file with mode: 0644]
ext/opcache/tests/opt/dce_011.phpt [new file with mode: 0644]
ext/opcache/tests/opt/dce_012.phpt [new file with mode: 0644]
ext/opcache/tests/opt/dce_013.phpt [new file with mode: 0644]
ext/opcache/tests/opt/fe_fetch_001.phpt [new file with mode: 0644]
ext/opcache/tests/opt/gh10801.phpt [new file with mode: 0644]
ext/opcache/tests/opt/gh11170.phpt [new file with mode: 0644]
ext/opcache/tests/opt/gh11245_1.phpt [new file with mode: 0644]
ext/opcache/tests/opt/gh11245_2.phpt [new file with mode: 0644]
ext/opcache/tests/opt/gh8074.phpt [new file with mode: 0644]
ext/opcache/tests/opt/gh8140a.phpt [new file with mode: 0644]
ext/opcache/tests/opt/gh8140b.phpt [new file with mode: 0644]
ext/opcache/tests/opt/inference_001.phpt [new file with mode: 0644]
ext/opcache/tests/opt/inference_002.phpt [new file with mode: 0644]
ext/opcache/tests/opt/inference_003.phpt [new file with mode: 0644]
ext/opcache/tests/opt/inference_004.phpt [new file with mode: 0644]
ext/opcache/tests/opt/inference_005.phpt [new file with mode: 0644]
ext/opcache/tests/opt/inference_006.phpt [new file with mode: 0644]
ext/opcache/tests/opt/inference_007.phpt [new file with mode: 0644]
ext/opcache/tests/opt/inference_008.phpt [new file with mode: 0644]
ext/opcache/tests/opt/inference_009.phpt [new file with mode: 0644]
ext/opcache/tests/opt/inference_010.phpt [new file with mode: 0644]
ext/opcache/tests/opt/inference_011.phpt [new file with mode: 0644]
ext/opcache/tests/opt/inference_012.phpt [new file with mode: 0644]
ext/opcache/tests/opt/inference_013.phpt [new file with mode: 0644]
ext/opcache/tests/opt/inference_014.phpt [new file with mode: 0644]
ext/opcache/tests/opt/inference_015.phpt [new file with mode: 0644]
ext/opcache/tests/opt/inference_016.phpt [new file with mode: 0644]
ext/opcache/tests/opt/inference_017.phpt [new file with mode: 0644]
ext/opcache/tests/opt/inference_018.phpt [new file with mode: 0644]
ext/opcache/tests/opt/inference_019.phpt [new file with mode: 0644]
ext/opcache/tests/opt/inference_020.phpt [new file with mode: 0644]
ext/opcache/tests/opt/inference_021.phpt [new file with mode: 0644]
ext/opcache/tests/opt/inline_001.phpt [new file with mode: 0644]
ext/opcache/tests/opt/isset_var_001.phpt [new file with mode: 0644]
ext/opcache/tests/opt/jmp_001.phpt [new file with mode: 0644]
ext/opcache/tests/opt/jmp_002.phpt [new file with mode: 0644]
ext/opcache/tests/opt/match_001.phpt [new file with mode: 0644]
ext/opcache/tests/opt/match_002.phpt [new file with mode: 0644]
ext/opcache/tests/opt/match_003.phpt [new file with mode: 0644]
ext/opcache/tests/opt/nullsafe_001.phpt [new file with mode: 0644]
ext/opcache/tests/opt/nullsafe_002.phpt [new file with mode: 0644]
ext/opcache/tests/opt/prop_types.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_001.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_002.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_003.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_004.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_005.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_006.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_007.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_008.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_009.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_010.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_011.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_012.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_013.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_014.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_015.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_016.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_017.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_018.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_019.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_020.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_021.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_022.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_023.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_024.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_025.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_026.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_027.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_028.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_029.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_030.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_031.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_032.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_033.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_034.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_035.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_036.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_037.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_038.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_039.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_040.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_041.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_exception.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_exception2.inc [new file with mode: 0644]
ext/opcache/tests/opt/sccp_exception2.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_exception3.phpt [new file with mode: 0644]
ext/opcache/tests/opt/sccp_in_array.phpt [new file with mode: 0644]
ext/opcache/tests/opt/tmp_001.phpt [new file with mode: 0644]
ext/opcache/tests/opt/verify_return_type.phpt [new file with mode: 0644]
ext/opcache/tests/optimize_func_calls.phpt [new file with mode: 0644]
ext/opcache/tests/optimize_func_calls_001.phpt [new file with mode: 0644]
ext/opcache/tests/optimize_static_001.phpt [new file with mode: 0644]
ext/opcache/tests/parent_type_not_interned.phpt [new file with mode: 0644]
ext/opcache/tests/phi_remove_001.phpt [new file with mode: 0644]
ext/opcache/tests/phi_remove_002.phpt [new file with mode: 0644]
ext/opcache/tests/phi_use_chain.phpt [new file with mode: 0644]
ext/opcache/tests/php_cli_server.inc [new file with mode: 0644]
ext/opcache/tests/preload.inc [new file with mode: 0644]
ext/opcache/tests/preload_001.phpt [new file with mode: 0644]
ext/opcache/tests/preload_002.phpt [new file with mode: 0644]
ext/opcache/tests/preload_003.phpt [new file with mode: 0644]
ext/opcache/tests/preload_004.phpt [new file with mode: 0644]
ext/opcache/tests/preload_005.phpt [new file with mode: 0644]
ext/opcache/tests/preload_006.phpt [new file with mode: 0644]
ext/opcache/tests/preload_007.phpt [new file with mode: 0644]
ext/opcache/tests/preload_008.phpt [new file with mode: 0644]
ext/opcache/tests/preload_009.phpt [new file with mode: 0644]
ext/opcache/tests/preload_010.phpt [new file with mode: 0644]
ext/opcache/tests/preload_011.phpt [new file with mode: 0644]
ext/opcache/tests/preload_012.phpt [new file with mode: 0644]
ext/opcache/tests/preload_013.phpt [new file with mode: 0644]
ext/opcache/tests/preload_bug78014.inc [new file with mode: 0644]
ext/opcache/tests/preload_bug78175.inc [new file with mode: 0644]
ext/opcache/tests/preload_bug78175_2.inc [new file with mode: 0644]
ext/opcache/tests/preload_bug78376.inc [new file with mode: 0644]
ext/opcache/tests/preload_bug78937.inc [new file with mode: 0644]
ext/opcache/tests/preload_bug79114.phpt [new file with mode: 0644]
ext/opcache/tests/preload_class_alias.inc [new file with mode: 0644]
ext/opcache/tests/preload_class_alias.phpt [new file with mode: 0644]
ext/opcache/tests/preload_class_alias_2.inc [new file with mode: 0644]
ext/opcache/tests/preload_class_alias_2.phpt [new file with mode: 0644]
ext/opcache/tests/preload_const_autoload.inc [new file with mode: 0644]
ext/opcache/tests/preload_const_autoload_2.inc [new file with mode: 0644]
ext/opcache/tests/preload_dynamic_def_removal.inc [new file with mode: 0644]
ext/opcache/tests/preload_dynamic_def_removal.phpt [new file with mode: 0644]
ext/opcache/tests/preload_dynamic_function.inc [new file with mode: 0644]
ext/opcache/tests/preload_dynamic_function.phpt [new file with mode: 0644]
ext/opcache/tests/preload_early_binding.inc [new file with mode: 0644]
ext/opcache/tests/preload_early_binding.phpt [new file with mode: 0644]
ext/opcache/tests/preload_enum.inc [new file with mode: 0644]
ext/opcache/tests/preload_enum.phpt [new file with mode: 0644]
ext/opcache/tests/preload_error_handler.inc [new file with mode: 0644]
ext/opcache/tests/preload_error_handler.phpt [new file with mode: 0644]
ext/opcache/tests/preload_error_handler_ind.inc [new file with mode: 0644]
ext/opcache/tests/preload_globals.inc [new file with mode: 0644]
ext/opcache/tests/preload_include.inc [new file with mode: 0644]
ext/opcache/tests/preload_include_dummy.inc [new file with mode: 0644]
ext/opcache/tests/preload_ind.inc [new file with mode: 0644]
ext/opcache/tests/preload_ind.phpt [new file with mode: 0644]
ext/opcache/tests/preload_ind2.inc [new file with mode: 0644]
ext/opcache/tests/preload_inheritance_error.inc [new file with mode: 0644]
ext/opcache/tests/preload_inheritance_error_ind.inc [new file with mode: 0644]
ext/opcache/tests/preload_loadable_classes_1.inc [new file with mode: 0644]
ext/opcache/tests/preload_loadable_classes_1.phpt [new file with mode: 0644]
ext/opcache/tests/preload_loadable_classes_2.inc [new file with mode: 0644]
ext/opcache/tests/preload_loadable_classes_2.phpt [new file with mode: 0644]
ext/opcache/tests/preload_loadable_classes_3.inc [new file with mode: 0644]
ext/opcache/tests/preload_loadable_classes_3.phpt [new file with mode: 0644]
ext/opcache/tests/preload_method_static_vars.inc [new file with mode: 0644]
ext/opcache/tests/preload_method_static_vars.phpt [new file with mode: 0644]
ext/opcache/tests/preload_nested_function.inc [new file with mode: 0644]
ext/opcache/tests/preload_overwritten_prop_init.inc [new file with mode: 0644]
ext/opcache/tests/preload_parse_error.inc [new file with mode: 0644]
ext/opcache/tests/preload_parse_error.phpt [new file with mode: 0644]
ext/opcache/tests/preload_prop_info_table.phpt [new file with mode: 0644]
ext/opcache/tests/preload_static_var_inheritance.inc [new file with mode: 0644]
ext/opcache/tests/preload_static_var_inheritance.phpt [new file with mode: 0644]
ext/opcache/tests/preload_trait_alias.phpt [new file with mode: 0644]
ext/opcache/tests/preload_trait_multiple_fixup.inc [new file with mode: 0644]
ext/opcache/tests/preload_trait_multiple_fixup.phpt [new file with mode: 0644]
ext/opcache/tests/preload_trait_static.inc [new file with mode: 0644]
ext/opcache/tests/preload_trait_static.phpt [new file with mode: 0644]
ext/opcache/tests/preload_undef_const.inc [new file with mode: 0644]
ext/opcache/tests/preload_undef_const_2.inc [new file with mode: 0644]
ext/opcache/tests/preload_unresolved_prop_type.inc [new file with mode: 0644]
ext/opcache/tests/preload_unresolved_prop_type.phpt [new file with mode: 0644]
ext/opcache/tests/preload_unresolved_prop_type_2.inc [new file with mode: 0644]
ext/opcache/tests/preload_variance.inc [new file with mode: 0644]
ext/opcache/tests/preload_variance_ind.inc [new file with mode: 0644]
ext/opcache/tests/preload_windows.phpt [new file with mode: 0644]
ext/opcache/tests/preloading_no_auto_globals_jit.inc [new file with mode: 0644]
ext/opcache/tests/preloading_no_auto_globals_jit.phpt [new file with mode: 0644]
ext/opcache/tests/qm_assign_unlink_use_chain.phpt [new file with mode: 0644]
ext/opcache/tests/range_inference_hang.phpt [new file with mode: 0644]
ext/opcache/tests/ref_range_1.phpt [new file with mode: 0644]
ext/opcache/tests/ref_range_2.phpt [new file with mode: 0644]
ext/opcache/tests/revalidate_path_01.phpt [new file with mode: 0644]
ext/opcache/tests/sccp_loop_var_free.phpt [new file with mode: 0644]
ext/opcache/tests/send_unpack_empty_array.phpt [new file with mode: 0644]
ext/opcache/tests/ssa_bug_001.phpt [new file with mode: 0644]
ext/opcache/tests/ssa_bug_002.phpt [new file with mode: 0644]
ext/opcache/tests/ssa_bug_003.phpt [new file with mode: 0644]
ext/opcache/tests/ssa_bug_004.phpt [new file with mode: 0644]
ext/opcache/tests/ssa_bug_005.phpt [new file with mode: 0644]
ext/opcache/tests/ssa_bug_006.phpt [new file with mode: 0644]
ext/opcache/tests/ssa_bug_007.phpt [new file with mode: 0644]
ext/opcache/tests/ssa_bug_008.phpt [new file with mode: 0644]
ext/opcache/tests/ssa_bug_009.phpt [new file with mode: 0644]
ext/opcache/tests/ssa_bug_010.phpt [new file with mode: 0644]
ext/opcache/tests/ssa_bug_011.phpt [new file with mode: 0644]
ext/opcache/tests/switch_string_free_opt.phpt [new file with mode: 0644]
ext/opcache/tests/switch_with_coinciding_targets.phpt [new file with mode: 0644]
ext/opcache/tests/type_001.phpt [new file with mode: 0644]
ext/opcache/tests/verify_return_dfg.phpt [new file with mode: 0644]
ext/opcache/tests/verify_return_instanceof.phpt [new file with mode: 0644]
ext/opcache/tests/warning_replay.inc [new file with mode: 0644]
ext/opcache/tests/warning_replay.phpt [new file with mode: 0644]
ext/opcache/tests/wrong_inlining_001.phpt [new file with mode: 0644]
ext/opcache/tests/wrong_inlining_002.phpt [new file with mode: 0644]
ext/opcache/tests/wrong_inlining_003.phpt [new file with mode: 0644]
ext/opcache/tests/wrong_inlining_004.phpt [new file with mode: 0644]
ext/opcache/tests/wrong_inlining_005.phpt [new file with mode: 0644]
ext/opcache/tests/zzz_basic_logging.phpt [new file with mode: 0644]
ext/opcache/zend_accelerator_blacklist.c [new file with mode: 0644]
ext/opcache/zend_accelerator_blacklist.h [new file with mode: 0644]
ext/opcache/zend_accelerator_debug.c [new file with mode: 0644]
ext/opcache/zend_accelerator_debug.h [new file with mode: 0644]
ext/opcache/zend_accelerator_hash.c [new file with mode: 0644]
ext/opcache/zend_accelerator_hash.h [new file with mode: 0644]
ext/opcache/zend_accelerator_module.c [new file with mode: 0644]
ext/opcache/zend_accelerator_module.h [new file with mode: 0644]
ext/opcache/zend_accelerator_util_funcs.c [new file with mode: 0644]
ext/opcache/zend_accelerator_util_funcs.h [new file with mode: 0644]
ext/opcache/zend_file_cache.c [new file with mode: 0644]
ext/opcache/zend_file_cache.h [new file with mode: 0644]
ext/opcache/zend_persist.c [new file with mode: 0644]
ext/opcache/zend_persist.h [new file with mode: 0644]
ext/opcache/zend_persist_calc.c [new file with mode: 0644]
ext/opcache/zend_shared_alloc.c [new file with mode: 0644]
ext/opcache/zend_shared_alloc.h [new file with mode: 0644]
ext/openssl/CREDITS [new file with mode: 0644]
ext/openssl/config.w32 [new file with mode: 0644]
ext/openssl/config0.m4 [new file with mode: 0644]
ext/openssl/openssl.c [new file with mode: 0644]
ext/openssl/openssl.stub.php [new file with mode: 0644]
ext/openssl/openssl_arginfo.h [new file with mode: 0644]
ext/openssl/php_openssl.h [new file with mode: 0644]
ext/openssl/tests/001.phpt [new file with mode: 0644]
ext/openssl/tests/74651.pem [new file with mode: 0644]
ext/openssl/tests/CONFLICTS [new file with mode: 0644]
ext/openssl/tests/CertificateGenerator.inc [new file with mode: 0644]
ext/openssl/tests/ServerClientTestCase.inc [new file with mode: 0644]
ext/openssl/tests/bug25614.phpt [new file with mode: 0644]
ext/openssl/tests/bug28382.phpt [new file with mode: 0644]
ext/openssl/tests/bug28382cert.txt [new file with mode: 0644]
ext/openssl/tests/bug36732.phpt [new file with mode: 0644]
ext/openssl/tests/bug37820.phpt [new file with mode: 0644]
ext/openssl/tests/bug37820cert.pem [new file with mode: 0644]
ext/openssl/tests/bug37820key.pem [new file with mode: 0644]
ext/openssl/tests/bug38255.phpt [new file with mode: 0644]
ext/openssl/tests/bug38261.phpt [new file with mode: 0644]
ext/openssl/tests/bug39217.phpt [new file with mode: 0644]
ext/openssl/tests/bug39217cert1.txt [new file with mode: 0644]
ext/openssl/tests/bug39217cert2.txt [new file with mode: 0644]
ext/openssl/tests/bug41033.pem [new file with mode: 0644]
ext/openssl/tests/bug41033.phpt [new file with mode: 0644]
ext/openssl/tests/bug41033pub.pem [new file with mode: 0644]
ext/openssl/tests/bug41353.phpt [new file with mode: 0644]
ext/openssl/tests/bug46127.phpt [new file with mode: 0644]
ext/openssl/tests/bug47828.phpt [new file with mode: 0644]
ext/openssl/tests/bug48182.phpt [new file with mode: 0644]
ext/openssl/tests/bug50293.phpt [new file with mode: 0644]
ext/openssl/tests/bug52093.phpt [new file with mode: 0644]
ext/openssl/tests/bug54060.phpt [new file with mode: 0644]
ext/openssl/tests/bug54061.phpt [new file with mode: 0644]
ext/openssl/tests/bug54992.phpt [new file with mode: 0644]
ext/openssl/tests/bug55259.phpt [new file with mode: 0644]
ext/openssl/tests/bug55646.phpt [new file with mode: 0644]
ext/openssl/tests/bug60632.phpt [new file with mode: 0644]
ext/openssl/tests/bug61124.phpt [new file with mode: 0644]
ext/openssl/tests/bug61930.phpt [new file with mode: 0644]
ext/openssl/tests/bug62890.phpt [new file with mode: 0644]
ext/openssl/tests/bug64802.pem [new file with mode: 0644]
ext/openssl/tests/bug64802.phpt [new file with mode: 0644]
ext/openssl/tests/bug65538_001.phpt [new file with mode: 0644]
ext/openssl/tests/bug65538_002.phpt [new file with mode: 0644]
ext/openssl/tests/bug65538_003.phpt [new file with mode: 0644]
ext/openssl/tests/bug65698.crt [new file with mode: 0644]
ext/openssl/tests/bug65698.phpt [new file with mode: 0644]
ext/openssl/tests/bug65729.phpt [new file with mode: 0644]
ext/openssl/tests/bug66501.phpt [new file with mode: 0644]
ext/openssl/tests/bug67403.phpt [new file with mode: 0644]
ext/openssl/tests/bug68265.phpt [new file with mode: 0644]
ext/openssl/tests/bug68879.phpt [new file with mode: 0644]
ext/openssl/tests/bug68912.phpt [new file with mode: 0644]
ext/openssl/tests/bug68920.phpt [new file with mode: 0644]
ext/openssl/tests/bug69215.phpt [new file with mode: 0644]
ext/openssl/tests/bug70438.phpt [new file with mode: 0644]
ext/openssl/tests/bug71475.phpt [new file with mode: 0644]
ext/openssl/tests/bug71917.phpt [new file with mode: 0644]
ext/openssl/tests/bug72165.phpt [new file with mode: 0644]
ext/openssl/tests/bug72333.phpt [new file with mode: 0644]
ext/openssl/tests/bug72336.phpt [new file with mode: 0644]
ext/openssl/tests/bug72362.phpt [new file with mode: 0644]
ext/openssl/tests/bug73072.phpt [new file with mode: 0644]
ext/openssl/tests/bug73478.phpt [new file with mode: 0644]
ext/openssl/tests/bug73711.phpt [new file with mode: 0644]
ext/openssl/tests/bug73833.phpt [new file with mode: 0644]
ext/openssl/tests/bug74022.pfx [new file with mode: 0644]
ext/openssl/tests/bug74022.phpt [new file with mode: 0644]
ext/openssl/tests/bug74022_2.phpt [new file with mode: 0644]
ext/openssl/tests/bug74099.phpt [new file with mode: 0644]
ext/openssl/tests/bug74159.phpt [new file with mode: 0644]
ext/openssl/tests/bug74341.phpt [new file with mode: 0644]
ext/openssl/tests/bug74402.phpt [new file with mode: 0644]
ext/openssl/tests/bug74651.phpt [new file with mode: 0644]
ext/openssl/tests/bug74720_0.phpt [new file with mode: 0644]
ext/openssl/tests/bug74720_1.phpt [new file with mode: 0644]
ext/openssl/tests/bug74798.phpt [new file with mode: 0644]
ext/openssl/tests/bug74903.phpt [new file with mode: 0644]
ext/openssl/tests/bug76296.phpt [new file with mode: 0644]
ext/openssl/tests/bug76705.pem [new file with mode: 0644]
ext/openssl/tests/bug76705.phpt [new file with mode: 0644]
ext/openssl/tests/bug77390.phpt [new file with mode: 0644]
ext/openssl/tests/bug78391.phpt [new file with mode: 0644]
ext/openssl/tests/bug79145.phpt [new file with mode: 0644]
ext/openssl/tests/bug79589.phpt [new file with mode: 0644]
ext/openssl/tests/bug79881.phpt [new file with mode: 0644]
ext/openssl/tests/bug80747.phpt [new file with mode: 0644]
ext/openssl/tests/bug81713.phpt [new file with mode: 0644]
ext/openssl/tests/capture_peer_cert_001.phpt [new file with mode: 0644]
ext/openssl/tests/cert.crt [new file with mode: 0644]
ext/openssl/tests/cert.csr [new file with mode: 0644]
ext/openssl/tests/cert.p7b [new file with mode: 0644]
ext/openssl/tests/check_default_conf_path.phpt [new file with mode: 0644]
ext/openssl/tests/cipher_tests.inc [new file with mode: 0644]
ext/openssl/tests/cve-2013-6420.crt [new file with mode: 0644]
ext/openssl/tests/cve-2013-6420.phpt [new file with mode: 0644]
ext/openssl/tests/cve2013_4073.pem [new file with mode: 0644]
ext/openssl/tests/cve2013_4073.phpt [new file with mode: 0644]
ext/openssl/tests/ecc.phpt [new file with mode: 0644]
ext/openssl/tests/gh9310.phpt [new file with mode: 0644]
ext/openssl/tests/gh9339.phpt [new file with mode: 0644]
ext/openssl/tests/openssl.cnf [new file with mode: 0644]
ext/openssl/tests/openssl_cipher_iv_length_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_cipher_iv_length_error.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_cipher_key_length_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_cipher_key_length_error.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_cms_decrypt_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_cms_decrypt_error.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_cms_encrypt_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_cms_encrypt_der.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_cms_encrypt_pem.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_cms_read_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_cms_sign_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_cms_sign_der.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_cms_sign_verify_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_cms_sign_verify_detached.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_cms_sign_verify_nodetached_pem.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_cms_verify_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_cms_verify_der.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_csr_export_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_csr_export_to_file_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_csr_get_public_key_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_csr_get_subject_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_csr_new_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_csr_sign_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_decrypt_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_decrypt_ccm.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_decrypt_error.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_decrypt_gcm.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_decrypt_ocb.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_dh_compute_key.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_digest_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_encrypt_ccm.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_encrypt_chacha20_poly1305.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_encrypt_crash.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_encrypt_error.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_encrypt_gcm.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_encrypt_ocb.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_error_string_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_error_string_basic_openssl3.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_free_key.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_get_cert_locations_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_get_cipher_methods.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_get_md_methods.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_open_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_pbkdf2_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_peer_fingerprint_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_pkcs12_export_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_pkcs12_export_to_file_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_pkcs12_export_to_file_error.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_pkcs12_read_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_pkcs7_decrypt_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_pkcs7_decrypt_error.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_pkcs7_encrypt_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_pkcs7_read_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_pkcs7_sign_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_pkcs7_verify_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_pkey_derive-dh.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_pkey_derive-ecdh.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_pkey_export_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_pkey_get_details_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_pkey_new_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_pkey_new_error.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_private_decrypt_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_private_encrypt_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_public_decrypt_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_public_encrypt_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_random_pseudo_bytes_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_random_pseudo_bytes_error.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_seal_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_sign_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_spki_export_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_spki_export_challenge_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_spki_new_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_spki_verify_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_verify_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_x509_check_private_key_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_x509_checkpurpose_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_x509_export_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_x509_export_to_file_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_x509_fingerprint_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_x509_free_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_x509_parse_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_x509_read_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_x509_verify.phpt [new file with mode: 0644]
ext/openssl/tests/peer_verification.phpt [new file with mode: 0644]
ext/openssl/tests/plain.txt [new file with mode: 0644]
ext/openssl/tests/private.crt [new file with mode: 0644]
ext/openssl/tests/private_ec.key [new file with mode: 0644]
ext/openssl/tests/private_rsa_1024.key [new file with mode: 0644]
ext/openssl/tests/private_rsa_2048.key [new file with mode: 0644]
ext/openssl/tests/private_rsa_2048_pass_php.key [new file with mode: 0644]
ext/openssl/tests/private_rsa_4096.key [new file with mode: 0644]
ext/openssl/tests/public.crt [new file with mode: 0644]
ext/openssl/tests/public.key [new file with mode: 0644]
ext/openssl/tests/public_ec.key [new file with mode: 0644]
ext/openssl/tests/public_rsa_2048.key [new file with mode: 0644]
ext/openssl/tests/san_peer_matching.phpt [new file with mode: 0644]
ext/openssl/tests/session_meta_capture.phpt [new file with mode: 0644]
ext/openssl/tests/session_meta_capture_tlsv13.phpt [new file with mode: 0644]
ext/openssl/tests/shakespeare.p7s [new file with mode: 0644]
ext/openssl/tests/shakespeare.pem [new file with mode: 0644]
ext/openssl/tests/signed.eml [new file with mode: 0644]
ext/openssl/tests/sni_server.phpt [new file with mode: 0644]
ext/openssl/tests/sni_server_ca.pem [new file with mode: 0644]
ext/openssl/tests/sni_server_cs.pem [new file with mode: 0644]
ext/openssl/tests/sni_server_cs_cert.pem [new file with mode: 0644]
ext/openssl/tests/sni_server_cs_key.pem [new file with mode: 0644]
ext/openssl/tests/sni_server_key_cert.phpt [new file with mode: 0644]
ext/openssl/tests/sni_server_uk.pem [new file with mode: 0644]
ext/openssl/tests/sni_server_uk_cert.pem [new file with mode: 0644]
ext/openssl/tests/sni_server_uk_key.pem [new file with mode: 0644]
ext/openssl/tests/sni_server_us.pem [new file with mode: 0644]
ext/openssl/tests/sni_server_us_cert.pem [new file with mode: 0644]
ext/openssl/tests/sni_server_us_key.pem [new file with mode: 0644]
ext/openssl/tests/stream_crypto_flags_001.phpt [new file with mode: 0644]
ext/openssl/tests/stream_crypto_flags_002.phpt [new file with mode: 0644]
ext/openssl/tests/stream_crypto_flags_003.phpt [new file with mode: 0644]
ext/openssl/tests/stream_crypto_flags_004.phpt [new file with mode: 0644]
ext/openssl/tests/stream_security_level.phpt [new file with mode: 0644]
ext/openssl/tests/stream_server_reneg_limit.phpt [new file with mode: 0644]
ext/openssl/tests/stream_verify_peer_name_001.phpt [new file with mode: 0644]
ext/openssl/tests/stream_verify_peer_name_002.phpt [new file with mode: 0644]
ext/openssl/tests/stream_verify_peer_name_003.phpt [new file with mode: 0644]
ext/openssl/tests/streams_crypto_method.phpt [new file with mode: 0644]
ext/openssl/tests/tls_min_v1.0_max_v1.1_wrapper.phpt [new file with mode: 0644]
ext/openssl/tests/tls_wrapper.phpt [new file with mode: 0644]
ext/openssl/tests/tls_wrapper_with_tls_v1.3.phpt [new file with mode: 0644]
ext/openssl/tests/tlsv1.0_wrapper.phpt [new file with mode: 0644]
ext/openssl/tests/tlsv1.1_wrapper.phpt [new file with mode: 0644]
ext/openssl/tests/tlsv1.2_wrapper.phpt [new file with mode: 0644]
ext/openssl/tests/tlsv1.3_wrapper.phpt [new file with mode: 0644]
ext/openssl/xp_ssl.c [new file with mode: 0644]
ext/pcntl/CREDITS [new file with mode: 0644]
ext/pcntl/config.m4 [new file with mode: 0644]
ext/pcntl/pcntl.c [new file with mode: 0644]
ext/pcntl/pcntl.stub.php [new file with mode: 0644]
ext/pcntl/pcntl_arginfo.h [new file with mode: 0644]
ext/pcntl/php_pcntl.h [new file with mode: 0644]
ext/pcntl/php_signal.c [new file with mode: 0644]
ext/pcntl/php_signal.h [new file with mode: 0644]
ext/pcntl/tests/001.phpt [new file with mode: 0644]
ext/pcntl/tests/002.phpt [new file with mode: 0644]
ext/pcntl/tests/003.phpt [new file with mode: 0644]
ext/pcntl/tests/async_signals.phpt [new file with mode: 0644]
ext/pcntl/tests/async_signals_2.phpt [new file with mode: 0644]
ext/pcntl/tests/bug47566.phpt [new file with mode: 0644]
ext/pcntl/tests/bug72154.phpt [new file with mode: 0644]
ext/pcntl/tests/bug73783.phpt [new file with mode: 0644]
ext/pcntl/tests/bug81577.phpt [new file with mode: 0644]
ext/pcntl/tests/bug81577_2.phpt [new file with mode: 0644]
ext/pcntl/tests/bug81577_3.phpt [new file with mode: 0644]
ext/pcntl/tests/pcntl_alarm.phpt [new file with mode: 0644]
ext/pcntl/tests/pcntl_exec.phpt [new file with mode: 0644]
ext/pcntl/tests/pcntl_exec_004.phpt [new file with mode: 0644]
ext/pcntl/tests/pcntl_exec_2.phpt [new file with mode: 0644]
ext/pcntl/tests/pcntl_exec_3.phpt [new file with mode: 0644]
ext/pcntl/tests/pcntl_fork_basic.phpt [new file with mode: 0644]
ext/pcntl/tests/pcntl_fork_variation.phpt [new file with mode: 0644]
ext/pcntl/tests/pcntl_get_last_error.phpt [new file with mode: 0644]
ext/pcntl/tests/pcntl_getpriority_basic.phpt [new file with mode: 0644]
ext/pcntl/tests/pcntl_getpriority_error.phpt [new file with mode: 0644]
ext/pcntl/tests/pcntl_getpriority_error_darwin.phpt [new file with mode: 0644]
ext/pcntl/tests/pcntl_realtime_signal.phpt [new file with mode: 0644]
ext/pcntl/tests/pcntl_rfork.phpt [new file with mode: 0644]
ext/pcntl/tests/pcntl_rfork_badflags.phpt [new file with mode: 0644]
ext/pcntl/tests/pcntl_rfork_flags.phpt [new file with mode: 0644]
ext/pcntl/tests/pcntl_rfork_nowait.phpt [new file with mode: 0644]
ext/pcntl/tests/pcntl_setpriority_basic.phpt [new file with mode: 0644]
ext/pcntl/tests/pcntl_setpriority_error.phpt [new file with mode: 0644]
ext/pcntl/tests/pcntl_setpriority_error_darwin.phpt [new file with mode: 0644]
ext/pcntl/tests/pcntl_setpriority_error_linux.phpt [new file with mode: 0644]
ext/pcntl/tests/pcntl_signal.phpt [new file with mode: 0644]
ext/pcntl/tests/pcntl_signal_001.phpt [new file with mode: 0644]
ext/pcntl/tests/pcntl_signal_002.phpt [new file with mode: 0644]
ext/pcntl/tests/pcntl_signal_dispatch.phpt [new file with mode: 0644]
ext/pcntl/tests/pcntl_signal_get_handler.phpt [new file with mode: 0644]
ext/pcntl/tests/pcntl_skipif_user_env_rules.inc [new file with mode: 0644]
ext/pcntl/tests/pcntl_unshare_01.phpt [new file with mode: 0644]
ext/pcntl/tests/pcntl_unshare_02.phpt [new file with mode: 0644]
ext/pcntl/tests/pcntl_unshare_03.phpt [new file with mode: 0644]
ext/pcntl/tests/pcntl_unshare_04.phpt [new file with mode: 0644]
ext/pcntl/tests/pcntl_wait.phpt [new file with mode: 0644]
ext/pcntl/tests/pcntl_wait_rusage1.phpt [new file with mode: 0644]
ext/pcntl/tests/pcntl_waitpid_rusage1.phpt [new file with mode: 0644]
ext/pcntl/tests/signal_closure_handler.phpt [new file with mode: 0644]
ext/pcre/CREDITS [new file with mode: 0644]
ext/pcre/config.w32 [new file with mode: 0644]
ext/pcre/config0.m4 [new file with mode: 0644]
ext/pcre/pcre2lib/config.h [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2.h [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2_auto_possess.c [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2_chartables.c [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2_compile.c [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2_config.c [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2_context.c [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2_convert.c [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2_dfa_match.c [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2_error.c [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2_extuni.c [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2_find_bracket.c [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2_internal.h [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2_intmodedep.h [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2_jit_compile.c [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2_jit_match.c [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2_jit_misc.c [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2_jit_neon_inc.h [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2_jit_simd_inc.h [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2_maketables.c [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2_match.c [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2_match_data.c [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2_newline.c [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2_ord2utf.c [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2_pattern_info.c [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2_printint.c [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2_script_run.c [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2_serialize.c [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2_string_utils.c [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2_study.c [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2_substitute.c [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2_substring.c [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2_tables.c [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2_ucd.c [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2_ucp.h [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2_ucptables.c [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2_valid_utf.c [new file with mode: 0644]
ext/pcre/pcre2lib/pcre2_xclass.c [new file with mode: 0644]
ext/pcre/pcre2lib/sljit/sljitConfig.h [new file with mode: 0644]
ext/pcre/pcre2lib/sljit/sljitConfigInternal.h [new file with mode: 0644]
ext/pcre/pcre2lib/sljit/sljitExecAllocator.c [new file with mode: 0644]
ext/pcre/pcre2lib/sljit/sljitLir.c [new file with mode: 0644]
ext/pcre/pcre2lib/sljit/sljitLir.h [new file with mode: 0644]
ext/pcre/pcre2lib/sljit/sljitNativeARM_32.c [new file with mode: 0644]
ext/pcre/pcre2lib/sljit/sljitNativeARM_64.c [new file with mode: 0644]
ext/pcre/pcre2lib/sljit/sljitNativeARM_T2_32.c [new file with mode: 0644]
ext/pcre/pcre2lib/sljit/sljitNativeMIPS_32.c [new file with mode: 0644]
ext/pcre/pcre2lib/sljit/sljitNativeMIPS_64.c [new file with mode: 0644]
ext/pcre/pcre2lib/sljit/sljitNativeMIPS_common.c [new file with mode: 0644]
ext/pcre/pcre2lib/sljit/sljitNativePPC_32.c [new file with mode: 0644]
ext/pcre/pcre2lib/sljit/sljitNativePPC_64.c [new file with mode: 0644]
ext/pcre/pcre2lib/sljit/sljitNativePPC_common.c [new file with mode: 0644]
ext/pcre/pcre2lib/sljit/sljitNativeS390X.c [new file with mode: 0644]
ext/pcre/pcre2lib/sljit/sljitNativeSPARC_32.c [new file with mode: 0644]
ext/pcre/pcre2lib/sljit/sljitNativeSPARC_common.c [new file with mode: 0644]
ext/pcre/pcre2lib/sljit/sljitNativeX86_32.c [new file with mode: 0644]
ext/pcre/pcre2lib/sljit/sljitNativeX86_64.c [new file with mode: 0644]
ext/pcre/pcre2lib/sljit/sljitNativeX86_common.c [new file with mode: 0644]
ext/pcre/pcre2lib/sljit/sljitProtExecAllocator.c [new file with mode: 0644]
ext/pcre/pcre2lib/sljit/sljitUtils.c [new file with mode: 0644]
ext/pcre/pcre2lib/sljit/sljitWXExecAllocator.c [new file with mode: 0644]
ext/pcre/php_pcre.c [new file with mode: 0644]
ext/pcre/php_pcre.def [new file with mode: 0644]
ext/pcre/php_pcre.h [new file with mode: 0644]
ext/pcre/php_pcre.stub.php [new file with mode: 0644]
ext/pcre/php_pcre_arginfo.h [new file with mode: 0644]
ext/pcre/tests/001.phpt [new file with mode: 0644]
ext/pcre/tests/002.phpt [new file with mode: 0644]
ext/pcre/tests/003.phpt [new file with mode: 0644]
ext/pcre/tests/004.phpt [new file with mode: 0644]
ext/pcre/tests/005.phpt [new file with mode: 0644]
ext/pcre/tests/006.phpt [new file with mode: 0644]
ext/pcre/tests/007.phpt [new file with mode: 0644]
ext/pcre/tests/backtrack_limit.phpt [new file with mode: 0644]
ext/pcre/tests/bug20528.phpt [new file with mode: 0644]
ext/pcre/tests/bug21732.phpt [new file with mode: 0644]
ext/pcre/tests/bug21758.phpt [new file with mode: 0644]
ext/pcre/tests/bug26927.phpt [new file with mode: 0644]
ext/pcre/tests/bug27011.phpt [new file with mode: 0644]
ext/pcre/tests/bug27103.phpt [new file with mode: 0644]
ext/pcre/tests/bug34790.phpt [new file with mode: 0644]
ext/pcre/tests/bug37800.phpt [new file with mode: 0644]
ext/pcre/tests/bug37911.phpt [new file with mode: 0644]
ext/pcre/tests/bug38600.phpt [new file with mode: 0644]
ext/pcre/tests/bug40195.phpt [new file with mode: 0644]
ext/pcre/tests/bug40909.phpt [new file with mode: 0644]
ext/pcre/tests/bug41050.phpt [new file with mode: 0644]
ext/pcre/tests/bug41148.phpt [new file with mode: 0644]
ext/pcre/tests/bug41638.phpt [new file with mode: 0644]
ext/pcre/tests/bug42298.phpt [new file with mode: 0644]
ext/pcre/tests/bug42737.phpt [new file with mode: 0644]
ext/pcre/tests/bug42945.phpt [new file with mode: 0644]
ext/pcre/tests/bug44191.phpt [new file with mode: 0644]
ext/pcre/tests/bug44214.phpt [new file with mode: 0644]
ext/pcre/tests/bug44214_2.phpt [new file with mode: 0644]
ext/pcre/tests/bug44925.phpt [new file with mode: 0644]
ext/pcre/tests/bug47229.phpt [new file with mode: 0644]
ext/pcre/tests/bug47662.phpt [new file with mode: 0644]
ext/pcre/tests/bug52732.phpt [new file with mode: 0644]
ext/pcre/tests/bug52971.phpt [new file with mode: 0644]
ext/pcre/tests/bug53823.phpt [new file with mode: 0644]
ext/pcre/tests/bug61780.phpt [new file with mode: 0644]
ext/pcre/tests/bug61780_1.phpt [new file with mode: 0644]
ext/pcre/tests/bug61780_2.phpt [new file with mode: 0644]
ext/pcre/tests/bug63055.phpt [new file with mode: 0644]
ext/pcre/tests/bug66121.phpt [new file with mode: 0644]
ext/pcre/tests/bug67238.phpt [new file with mode: 0644]
ext/pcre/tests/bug69864.phpt [new file with mode: 0644]
ext/pcre/tests/bug70232.phpt [new file with mode: 0644]
ext/pcre/tests/bug70345.phpt [new file with mode: 0644]
ext/pcre/tests/bug71537.phpt [new file with mode: 0644]
ext/pcre/tests/bug72463.phpt [new file with mode: 0644]
ext/pcre/tests/bug72463_2.phpt [new file with mode: 0644]
ext/pcre/tests/bug72685.phpt [new file with mode: 0644]
ext/pcre/tests/bug72688.phpt [new file with mode: 0644]
ext/pcre/tests/bug73392.phpt [new file with mode: 0644]
ext/pcre/tests/bug73483.phpt [new file with mode: 0644]
ext/pcre/tests/bug73612.phpt [new file with mode: 0644]
ext/pcre/tests/bug74183.phpt [new file with mode: 0644]
ext/pcre/tests/bug74873.phpt [new file with mode: 0644]
ext/pcre/tests/bug75089.phpt [new file with mode: 0644]
ext/pcre/tests/bug75207.phpt [new file with mode: 0644]
ext/pcre/tests/bug75355.phpt [new file with mode: 0644]
ext/pcre/tests/bug75457.phpt [new file with mode: 0644]
ext/pcre/tests/bug75539.phpt [new file with mode: 0644]
ext/pcre/tests/bug76127.phpt [new file with mode: 0644]
ext/pcre/tests/bug76512.phpt [new file with mode: 0644]
ext/pcre/tests/bug76514.phpt [new file with mode: 0644]
ext/pcre/tests/bug76850.phpt [new file with mode: 0644]
ext/pcre/tests/bug76909.phpt [new file with mode: 0644]
ext/pcre/tests/bug77193.phpt [new file with mode: 0644]
ext/pcre/tests/bug77827.phpt [new file with mode: 0644]
ext/pcre/tests/bug78272.phpt [new file with mode: 0644]
ext/pcre/tests/bug78338.phpt [new file with mode: 0644]
ext/pcre/tests/bug78853.phpt [new file with mode: 0644]
ext/pcre/tests/bug79188.phpt [new file with mode: 0644]
ext/pcre/tests/bug79241.phpt [new file with mode: 0644]
ext/pcre/tests/bug79257.phpt [new file with mode: 0644]
ext/pcre/tests/bug79363.phpt [new file with mode: 0644]
ext/pcre/tests/bug79846.phpt [new file with mode: 0644]
ext/pcre/tests/bug80118.phpt [new file with mode: 0644]
ext/pcre/tests/bug80866.phpt [new file with mode: 0644]
ext/pcre/tests/bug81101.phpt [new file with mode: 0644]
ext/pcre/tests/bug81243.phpt [new file with mode: 0644]
ext/pcre/tests/bug81424a.phpt [new file with mode: 0644]
ext/pcre/tests/cache_limit.phpt [new file with mode: 0644]
ext/pcre/tests/check_jit_enabled.phpt [new file with mode: 0644]
ext/pcre/tests/ctype_back_to_c.phpt [new file with mode: 0644]
ext/pcre/tests/delimiters.phpt [new file with mode: 0644]
ext/pcre/tests/dollar_endonly.phpt [new file with mode: 0644]
ext/pcre/tests/errors01.phpt [new file with mode: 0644]
ext/pcre/tests/errors02.phpt [new file with mode: 0644]
ext/pcre/tests/errors03.phpt [new file with mode: 0644]
ext/pcre/tests/errors04.phpt [new file with mode: 0644]
ext/pcre/tests/errors05.phpt [new file with mode: 0644]
ext/pcre/tests/errors06.phpt [new file with mode: 0644]
ext/pcre/tests/gh10968.phpt [new file with mode: 0644]
ext/pcre/tests/grep.phpt [new file with mode: 0644]
ext/pcre/tests/grep2.phpt [new file with mode: 0644]
ext/pcre/tests/invalid_utf8.phpt [new file with mode: 0644]
ext/pcre/tests/invalid_utf8_offset.phpt [new file with mode: 0644]
ext/pcre/tests/locales.phpt [new file with mode: 0644]
ext/pcre/tests/marks.phpt [new file with mode: 0644]
ext/pcre/tests/match_flags.phpt [new file with mode: 0644]
ext/pcre/tests/match_flags2.phpt [new file with mode: 0644]
ext/pcre/tests/match_flags3.phpt [new file with mode: 0644]
ext/pcre/tests/multiline.phpt [new file with mode: 0644]
ext/pcre/tests/no_jit_bug70110.phpt [new file with mode: 0644]
ext/pcre/tests/null_bytes.phpt [new file with mode: 0644]
ext/pcre/tests/pcre.constants.phpt [new file with mode: 0644]
ext/pcre/tests/pcre_anchored.phpt [new file with mode: 0644]
ext/pcre/tests/pcre_count.phpt [new file with mode: 0644]
ext/pcre/tests/pcre_extended.phpt [new file with mode: 0644]
ext/pcre/tests/pcre_extra.phpt [new file with mode: 0644]
ext/pcre/tests/preg_filter.phpt [new file with mode: 0644]
ext/pcre/tests/preg_grep_basic.phpt [new file with mode: 0644]
ext/pcre/tests/preg_grep_error1.phpt [new file with mode: 0644]
ext/pcre/tests/preg_match_all_basic.phpt [new file with mode: 0644]
ext/pcre/tests/preg_match_all_edit_basic.phpt [new file with mode: 0644]
ext/pcre/tests/preg_match_all_error1.phpt [new file with mode: 0644]
ext/pcre/tests/preg_match_all_error2.phpt [new file with mode: 0644]
ext/pcre/tests/preg_match_all_error3.phpt [new file with mode: 0644]
ext/pcre/tests/preg_match_basic.phpt [new file with mode: 0644]
ext/pcre/tests/preg_match_basic_002.phpt [new file with mode: 0644]
ext/pcre/tests/preg_match_basic_edit.phpt [new file with mode: 0644]
ext/pcre/tests/preg_match_error1.phpt [new file with mode: 0644]
ext/pcre/tests/preg_match_error2.phpt [new file with mode: 0644]
ext/pcre/tests/preg_match_error3.phpt [new file with mode: 0644]
ext/pcre/tests/preg_match_error4.phpt [new file with mode: 0644]
ext/pcre/tests/preg_match_latin.phpt [new file with mode: 0644]
ext/pcre/tests/preg_match_non_capture.phpt [new file with mode: 0644]
ext/pcre/tests/preg_match_variation1.phpt [new file with mode: 0644]
ext/pcre/tests/preg_quote_basic.phpt [new file with mode: 0644]
ext/pcre/tests/preg_replace.phpt [new file with mode: 0644]
ext/pcre/tests/preg_replace2.phpt [new file with mode: 0644]
ext/pcre/tests/preg_replace_basic.phpt [new file with mode: 0644]
ext/pcre/tests/preg_replace_callback.phpt [new file with mode: 0644]
ext/pcre/tests/preg_replace_callback2.phpt [new file with mode: 0644]
ext/pcre/tests/preg_replace_callback3.phpt [new file with mode: 0644]
ext/pcre/tests/preg_replace_callback_array.phpt [new file with mode: 0644]
ext/pcre/tests/preg_replace_callback_array2.phpt [new file with mode: 0644]
ext/pcre/tests/preg_replace_callback_array_error.phpt [new file with mode: 0644]
ext/pcre/tests/preg_replace_callback_array_fatal_error.phpt [new file with mode: 0644]
ext/pcre/tests/preg_replace_callback_basic.phpt [new file with mode: 0644]
ext/pcre/tests/preg_replace_callback_error1.phpt [new file with mode: 0644]
ext/pcre/tests/preg_replace_callback_fatal_error_leak.phpt [new file with mode: 0644]
ext/pcre/tests/preg_replace_callback_flags.phpt [new file with mode: 0644]
ext/pcre/tests/preg_replace_edit_basic.phpt [new file with mode: 0644]
ext/pcre/tests/preg_replace_error1.phpt [new file with mode: 0644]
ext/pcre/tests/preg_replace_error2.phpt [new file with mode: 0644]
ext/pcre/tests/preg_replace_variation1.phpt [new file with mode: 0644]
ext/pcre/tests/preg_split_basic.phpt [new file with mode: 0644]
ext/pcre/tests/preg_split_error1.phpt [new file with mode: 0644]
ext/pcre/tests/recursion_limit.phpt [new file with mode: 0644]
ext/pcre/tests/request47456.phpt [new file with mode: 0644]
ext/pcre/tests/skip.ini [new file with mode: 0644]
ext/pcre/tests/skip_001.inc [new file with mode: 0644]
ext/pcre/tests/skip_002.inc [new file with mode: 0644]
ext/pcre/tests/skip_003.inc [new file with mode: 0644]
ext/pcre/tests/split.phpt [new file with mode: 0644]
ext/pcre/tests/split2.phpt [new file with mode: 0644]
ext/pcre/tests/study.phpt [new file with mode: 0644]
ext/pcre/tests/ungreedy.phpt [new file with mode: 0644]
ext/pdo/CREDITS [new file with mode: 0644]
ext/pdo/Makefile.frag [new file with mode: 0644]
ext/pdo/Makefile.frag.w32 [new file with mode: 0644]
ext/pdo/config.m4 [new file with mode: 0644]
ext/pdo/config.w32 [new file with mode: 0644]
ext/pdo/pdo.c [new file with mode: 0644]
ext/pdo/pdo.stub.php [new file with mode: 0644]
ext/pdo/pdo_arginfo.h [new file with mode: 0644]
ext/pdo/pdo_dbh.c [new file with mode: 0644]
ext/pdo/pdo_dbh.stub.php [new file with mode: 0644]
ext/pdo/pdo_dbh_arginfo.h [new file with mode: 0644]
ext/pdo/pdo_sql_parser.c [new file with mode: 0644]
ext/pdo/pdo_sql_parser.re [new file with mode: 0644]
ext/pdo/pdo_sqlstate.c [new file with mode: 0644]
ext/pdo/pdo_stmt.c [new file with mode: 0644]
ext/pdo/pdo_stmt.stub.php [new file with mode: 0644]
ext/pdo/pdo_stmt_arginfo.h [new file with mode: 0644]
ext/pdo/php_pdo.h [new file with mode: 0644]
ext/pdo/php_pdo_driver.h [new file with mode: 0644]
ext/pdo/php_pdo_error.h [new file with mode: 0644]
ext/pdo/php_pdo_int.h [new file with mode: 0644]
ext/pdo/tests/bug_34630.phpt [new file with mode: 0644]
ext/pdo/tests/bug_34687.phpt [new file with mode: 0644]
ext/pdo/tests/bug_35671.phpt [new file with mode: 0644]
ext/pdo/tests/bug_36428.phpt [new file with mode: 0644]
ext/pdo/tests/bug_36798.phpt [new file with mode: 0644]
ext/pdo/tests/bug_38253.phpt [new file with mode: 0644]
ext/pdo/tests/bug_38394.phpt [new file with mode: 0644]
ext/pdo/tests/bug_39398.phpt [new file with mode: 0644]
ext/pdo/tests/bug_39656.phpt [new file with mode: 0644]
ext/pdo/tests/bug_40285.phpt [new file with mode: 0644]
ext/pdo/tests/bug_42917.phpt [new file with mode: 0644]
ext/pdo/tests/bug_43130.phpt [new file with mode: 0644]
ext/pdo/tests/bug_43139.phpt [new file with mode: 0644]
ext/pdo/tests/bug_43663.phpt [new file with mode: 0644]
ext/pdo/tests/bug_44159.phpt [new file with mode: 0644]
ext/pdo/tests/bug_44173.phpt [new file with mode: 0644]
ext/pdo/tests/bug_44409.phpt [new file with mode: 0644]
ext/pdo/tests/bug_44861.phpt [new file with mode: 0644]
ext/pdo/tests/bug_50458.phpt [new file with mode: 0644]
ext/pdo/tests/bug_52098.phpt [new file with mode: 0644]
ext/pdo/tests/bug_60665.phpt [new file with mode: 0644]
ext/pdo/tests/bug_61292.phpt [new file with mode: 0644]
ext/pdo/tests/bug_64172.phpt [new file with mode: 0644]
ext/pdo/tests/bug_65946.phpt [new file with mode: 0644]
ext/pdo/tests/bug_69356.phpt [new file with mode: 0644]
ext/pdo/tests/bug_71447.phpt [new file with mode: 0644]
ext/pdo/tests/bug_71885.phpt [new file with mode: 0644]
ext/pdo/tests/bug_72368.phpt [new file with mode: 0644]
ext/pdo/tests/bug_72788.phpt [new file with mode: 0644]
ext/pdo/tests/bug_73234.phpt [new file with mode: 0644]
ext/pdo/tests/bug_77849.phpt [new file with mode: 0644]
ext/pdo/tests/bug_77849_2.phpt [new file with mode: 0644]
ext/pdo/tests/bug_79106.phpt [new file with mode: 0644]
ext/pdo/tests/bug_79106_collision.phpt [new file with mode: 0644]
ext/pdo/tests/debug_emulated_prepares.phpt [new file with mode: 0644]
ext/pdo/tests/gh8626.phpt [new file with mode: 0644]
ext/pdo/tests/pdo.inc [new file with mode: 0644]
ext/pdo/tests/pdo_001.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_002.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_003.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_004.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_005.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_006.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_007.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_008.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_009.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_010.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_011.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_012.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_013.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_014.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_015.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_016.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_016a.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_017.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_018.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_019.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_020.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_021.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_022.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_023.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_024.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_025.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_026.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_027.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_028.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_029.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_030.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_031.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_032.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_033.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_034.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_036.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_037.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_038.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_039.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_drivers_basic.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_dsn_containing_credentials.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_quote_empty_string.phpt [new file with mode: 0644]
ext/pdo/tests/pdo_test.inc [new file with mode: 0644]
ext/pdo/tests/pdo_uninitialized.phpt [new file with mode: 0644]
ext/pdo/tests/pdorow.phpt [new file with mode: 0644]
ext/pdo/tests/pecl_bug_5217.phpt [new file with mode: 0644]
ext/pdo/tests/pecl_bug_5772.phpt [new file with mode: 0644]
ext/pdo/tests/pecl_bug_5809.phpt [new file with mode: 0644]
ext/pdo/tests/sensitive_parameter.phpt [new file with mode: 0644]
ext/pdo_dblib/CREDITS [new file with mode: 0644]
ext/pdo_dblib/config.m4 [new file with mode: 0644]
ext/pdo_dblib/config.w32 [new file with mode: 0644]
ext/pdo_dblib/dblib_driver.c [new file with mode: 0644]
ext/pdo_dblib/dblib_stmt.c [new file with mode: 0644]
ext/pdo_dblib/pdo_dblib.c [new file with mode: 0644]
ext/pdo_dblib/php_pdo_dblib.h [new file with mode: 0644]
ext/pdo_dblib/php_pdo_dblib_int.h [new file with mode: 0644]
ext/pdo_dblib/tests/CONFLICTS [new file with mode: 0644]
ext/pdo_dblib/tests/README.md [new file with mode: 0644]
ext/pdo_dblib/tests/batch_stmt_ins_exec.phpt [new file with mode: 0644]
ext/pdo_dblib/tests/batch_stmt_ins_sel_up_del.phpt [new file with mode: 0644]
ext/pdo_dblib/tests/batch_stmt_ins_up.phpt [new file with mode: 0644]
ext/pdo_dblib/tests/batch_stmt_rowcount.phpt [new file with mode: 0644]
ext/pdo_dblib/tests/batch_stmt_transaction.phpt [new file with mode: 0644]
ext/pdo_dblib/tests/batch_stmt_try.phpt [new file with mode: 0644]
ext/pdo_dblib/tests/bug_38955.phpt [new file with mode: 0644]
ext/pdo_dblib/tests/bug_45876.phpt [new file with mode: 0644]
ext/pdo_dblib/tests/bug_47588.phpt [new file with mode: 0644]
ext/pdo_dblib/tests/bug_50755.phpt [new file with mode: 0644]
ext/pdo_dblib/tests/bug_54648.phpt [new file with mode: 0644]
ext/pdo_dblib/tests/bug_67130.phpt [new file with mode: 0644]
ext/pdo_dblib/tests/bug_68957.phpt [new file with mode: 0644]
ext/pdo_dblib/tests/bug_69592.phpt [new file with mode: 0644]
ext/pdo_dblib/tests/bug_69757.phpt [new file with mode: 0644]
ext/pdo_dblib/tests/bug_71667.phpt [new file with mode: 0644]
ext/pdo_dblib/tests/bug_73396.phpt [new file with mode: 0644]
ext/pdo_dblib/tests/common.phpt [new file with mode: 0644]
ext/pdo_dblib/tests/config.inc [new file with mode: 0644]
ext/pdo_dblib/tests/datetime2.phpt [new file with mode: 0644]
ext/pdo_dblib/tests/datetime_convert.phpt [new file with mode: 0644]
ext/pdo_dblib/tests/dbtds.phpt [new file with mode: 0644]
ext/pdo_dblib/tests/dbversion.phpt [new file with mode: 0644]
ext/pdo_dblib/tests/pdo_dblib_param_str_natl.phpt [new file with mode: 0644]
ext/pdo_dblib/tests/pdo_dblib_quote.phpt [new file with mode: 0644]
ext/pdo_dblib/tests/stringify_uniqueidentifier.phpt [new file with mode: 0644]
ext/pdo_dblib/tests/timeout.phpt [new file with mode: 0644]
ext/pdo_dblib/tests/types.phpt [new file with mode: 0644]
ext/pdo_firebird/CREDITS [new file with mode: 0644]
ext/pdo_firebird/config.m4 [new file with mode: 0644]
ext/pdo_firebird/config.w32 [new file with mode: 0644]
ext/pdo_firebird/firebird_driver.c [new file with mode: 0644]
ext/pdo_firebird/firebird_statement.c [new file with mode: 0644]
ext/pdo_firebird/pdo_firebird.c [new file with mode: 0644]
ext/pdo_firebird/php_pdo_firebird.h [new file with mode: 0644]
ext/pdo_firebird/php_pdo_firebird_int.h [new file with mode: 0644]
ext/pdo_firebird/tests/CONFLICTS [new file with mode: 0644]
ext/pdo_firebird/tests/bug_47415.phpt [new file with mode: 0644]
ext/pdo_firebird/tests/bug_48877.phpt [new file with mode: 0644]
ext/pdo_firebird/tests/bug_53280.phpt [new file with mode: 0644]
ext/pdo_firebird/tests/bug_62024.phpt [new file with mode: 0644]
ext/pdo_firebird/tests/bug_64037.phpt [new file with mode: 0644]
ext/pdo_firebird/tests/bug_72583.phpt [new file with mode: 0644]
ext/pdo_firebird/tests/bug_72931.phpt [new file with mode: 0644]
ext/pdo_firebird/tests/bug_73087.phpt [new file with mode: 0644]
ext/pdo_firebird/tests/bug_74462.phpt [new file with mode: 0644]
ext/pdo_firebird/tests/bug_76448.data [new file with mode: 0644]
ext/pdo_firebird/tests/bug_76448.phpt [new file with mode: 0644]
ext/pdo_firebird/tests/bug_76449.data [new file with mode: 0644]
ext/pdo_firebird/tests/bug_76449.phpt [new file with mode: 0644]
ext/pdo_firebird/tests/bug_76450.data [new file with mode: 0644]
ext/pdo_firebird/tests/bug_76450.phpt [new file with mode: 0644]
ext/pdo_firebird/tests/bug_76452.data [new file with mode: 0644]
ext/pdo_firebird/tests/bug_76452.phpt [new file with mode: 0644]
ext/pdo_firebird/tests/bug_76488.phpt [new file with mode: 0644]
ext/pdo_firebird/tests/bug_77863.phpt [new file with mode: 0644]
ext/pdo_firebird/tests/bug_80521.phpt [new file with mode: 0644]
ext/pdo_firebird/tests/bug_aaa.phpt [new file with mode: 0644]
ext/pdo_firebird/tests/common.phpt [new file with mode: 0644]
ext/pdo_firebird/tests/connect.phpt [new file with mode: 0644]
ext/pdo_firebird/tests/ddl.phpt [new file with mode: 0644]
ext/pdo_firebird/tests/dialect_1.phpt [new file with mode: 0644]
ext/pdo_firebird/tests/execute.phpt [new file with mode: 0644]
ext/pdo_firebird/tests/execute_block.phpt [new file with mode: 0644]
ext/pdo_firebird/tests/gh10908.phpt [new file with mode: 0644]
ext/pdo_firebird/tests/gh8576.phpt [new file with mode: 0644]
ext/pdo_firebird/tests/ignore_parammarks.phpt [new file with mode: 0644]
ext/pdo_firebird/tests/payload_server.inc [new file with mode: 0644]
ext/pdo_firebird/tests/payload_server.php [new file with mode: 0644]
ext/pdo_firebird/tests/payload_test.data [new file with mode: 0644]
ext/pdo_firebird/tests/payload_test.phpt [new file with mode: 0644]
ext/pdo_firebird/tests/rowCount.phpt [new file with mode: 0644]
ext/pdo_firebird/tests/skipif.inc [new file with mode: 0644]
ext/pdo_firebird/tests/testdb.inc [new file with mode: 0644]
ext/pdo_mysql/CREDITS [new file with mode: 0644]
ext/pdo_mysql/config.m4 [new file with mode: 0644]
ext/pdo_mysql/config.w32 [new file with mode: 0644]
ext/pdo_mysql/get_error_codes.php [new file with mode: 0755]
ext/pdo_mysql/mysql_driver.c [new file with mode: 0644]
ext/pdo_mysql/mysql_statement.c [new file with mode: 0644]
ext/pdo_mysql/pdo_mysql.c [new file with mode: 0644]
ext/pdo_mysql/php_pdo_mysql.h [new file with mode: 0644]
ext/pdo_mysql/php_pdo_mysql_int.h [new file with mode: 0644]
ext/pdo_mysql/php_pdo_mysql_sqlstate.h [new file with mode: 0644]
ext/pdo_mysql/tests/CONFLICTS [new file with mode: 0644]
ext/pdo_mysql/tests/PDO_getAvaliableDrivers.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/README.md [new file with mode: 0644]
ext/pdo_mysql/tests/bug41125.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug44327.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug46292.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug53551.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug53782.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug54929.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug63176.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug63185.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug66141.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug66528.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug66878.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug67004.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug68371.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug70066.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug70272.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug70389.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug70862.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug71145.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug71569.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug75177.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug76815.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug77289.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug78152.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug79132.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug79375.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug79596.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug79872.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug80458.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug80808.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug80908.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug81037.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug_33689.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug_37445.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug_38546.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug_39483.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug_39858.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug_41125.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug_41698.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug_41997.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug_42499.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug_43371.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug_44454.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug_44707.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug_45120.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug_50323.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug_51670.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug_61207.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug_61411.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug_61755.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug_64705.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug_74376.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug_pecl_12925.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug_pecl_7976.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/change_column_count.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/common.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/config.inc [new file with mode: 0644]
ext/pdo_mysql/tests/construct_persistent_failure.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/foo/bar/bar.data [new file with mode: 0644]
ext/pdo_mysql/tests/foo/foo.data [new file with mode: 0644]
ext/pdo_mysql/tests/last_insert_id.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/mysql_pdo_test.inc [new file with mode: 0644]
ext/pdo_mysql/tests/native_types.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql___construct.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql___construct_ini.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql___construct_options.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql___construct_uri.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_attr_autocommit.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_attr_case.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_attr_client_version.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_attr_connection_status.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_attr_driver_name.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_attr_errmode.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_attr_fetch_table_names.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_attr_init_command.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_attr_max_buffer_size.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_attr_multi_statements.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_attr_oracle_nulls.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_attr_prefetch.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_attr_server_info.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_attr_server_version.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_attr_statement_class.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_begintransaction.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_bit.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_class_constants.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_closecursor_error.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_commit.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_connect_attr.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_connect_charset.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_errorcode.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_errorinfo.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_exec.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_exec_ddl.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_exec_load_data.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_exec_select.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_fetch_both.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_get_attribute.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_inTransaction.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_interface.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_last_insert_id.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_local_infile_default_off.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_local_infile_directory_allowed.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_local_infile_directory_denied.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_local_infile_overrides_local_infile_directory.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_local_infile_set_on.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_multi_stmt_nextrowset.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_param_str_natl.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_pconnect.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_phpinfo.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_prepare_emulated.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_prepare_emulated_anonymous.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_prepare_emulated_placeholder_everywhere.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_prepare_match_against.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_prepare_native.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_prepare_native_clear_error.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_prepare_native_column.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_prepare_native_dup_named_placeholder.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_prepare_native_mixed_style.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_prepare_native_named_placeholder.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_prepare_native_placeholder_everywhere.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_quote.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_rollback.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_stmt_bindcolumn.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_stmt_bindparam.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_stmt_bindparam_types.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_stmt_bindvalue.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_stmt_blobfromsteam.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_stmt_blobs.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_stmt_closecursor.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_stmt_closecursor_empty.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_stmt_columncount.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_stmt_errorcode.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_stmt_errorinfo.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_non_select.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize_simple.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_stmt_fetchobject.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_stmt_fetchobject_ctor_args.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_stmt_getcolumnmeta.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_stmt_multiquery.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_stmt_nextrowset.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_stmt_rowcount.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_stmt_unbuffered_2050.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_stmt_variable_columncount.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_subclass.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_types.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pdo_mysql_types_zerofill.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pecl_bug_5200.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pecl_bug_5780.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/pecl_bug_5802.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/show_tables.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/skipifinfilenotallowed.inc [new file with mode: 0644]
ext/pdo_mysql/tests/table.inc [new file with mode: 0644]
ext/pdo_mysql/tests/unsigned_bigint.phpt [new file with mode: 0644]
ext/pdo_oci/CREDITS [new file with mode: 0644]
ext/pdo_oci/config.m4 [new file with mode: 0644]
ext/pdo_oci/config.w32 [new file with mode: 0644]
ext/pdo_oci/oci_driver.c [new file with mode: 0644]
ext/pdo_oci/oci_statement.c [new file with mode: 0644]
ext/pdo_oci/pdo_oci.c [new file with mode: 0644]
ext/pdo_oci/php_pdo_oci.h [new file with mode: 0644]
ext/pdo_oci/php_pdo_oci_int.h [new file with mode: 0644]
ext/pdo_oci/tests/CONFLICTS [new file with mode: 0644]
ext/pdo_oci/tests/bug41996.phpt [new file with mode: 0644]
ext/pdo_oci/tests/bug44301.phpt [new file with mode: 0644]
ext/pdo_oci/tests/bug46274.phpt [new file with mode: 0644]
ext/pdo_oci/tests/bug46274_2.phpt [new file with mode: 0644]
ext/pdo_oci/tests/bug54379.phpt [new file with mode: 0644]
ext/pdo_oci/tests/bug57702.phpt [new file with mode: 0644]
ext/pdo_oci/tests/bug60994.phpt [new file with mode: 0644]
ext/pdo_oci/tests/bug_33707.phpt [new file with mode: 0644]
ext/pdo_oci/tests/checkliveness.phpt [new file with mode: 0644]
ext/pdo_oci/tests/common.phpt [new file with mode: 0644]
ext/pdo_oci/tests/oci_success_with_info.phpt [new file with mode: 0644]
ext/pdo_oci/tests/pdo_oci_attr_action.phpt [new file with mode: 0644]
ext/pdo_oci/tests/pdo_oci_attr_autocommit_1.phpt [new file with mode: 0644]
ext/pdo_oci/tests/pdo_oci_attr_autocommit_2.phpt [new file with mode: 0644]
ext/pdo_oci/tests/pdo_oci_attr_autocommit_3.phpt [new file with mode: 0644]
ext/pdo_oci/tests/pdo_oci_attr_call_timeout.phpt [new file with mode: 0644]
ext/pdo_oci/tests/pdo_oci_attr_case.phpt [new file with mode: 0644]
ext/pdo_oci/tests/pdo_oci_attr_client.phpt [new file with mode: 0644]
ext/pdo_oci/tests/pdo_oci_attr_client_identifier.phpt [new file with mode: 0644]
ext/pdo_oci/tests/pdo_oci_attr_client_info.phpt [new file with mode: 0644]
ext/pdo_oci/tests/pdo_oci_attr_drivername.phpt [new file with mode: 0644]
ext/pdo_oci/tests/pdo_oci_attr_module.phpt [new file with mode: 0644]
ext/pdo_oci/tests/pdo_oci_attr_nulls_1.phpt [new file with mode: 0644]
ext/pdo_oci/tests/pdo_oci_attr_prefetch_1.phpt [new file with mode: 0644]
ext/pdo_oci/tests/pdo_oci_attr_prefetch_2.phpt [new file with mode: 0644]
ext/pdo_oci/tests/pdo_oci_attr_server.phpt [new file with mode: 0644]
ext/pdo_oci/tests/pdo_oci_class_constants.phpt [new file with mode: 0644]
ext/pdo_oci/tests/pdo_oci_debugdumpparams.phpt [new file with mode: 0644]
ext/pdo_oci/tests/pdo_oci_fread_1.phpt [new file with mode: 0644]
ext/pdo_oci/tests/pdo_oci_phpinfo.phpt [new file with mode: 0644]
ext/pdo_oci/tests/pdo_oci_quote1.phpt [new file with mode: 0644]
ext/pdo_oci/tests/pdo_oci_stmt_getcolumnmeta.phpt [new file with mode: 0644]
ext/pdo_oci/tests/pdo_oci_stream_1.phpt [new file with mode: 0644]
ext/pdo_oci/tests/pdo_oci_stream_2.phpt [new file with mode: 0644]
ext/pdo_oci/tests/pdo_oci_templob_1.phpt [new file with mode: 0644]
ext/pdo_oci/tests/pecl_bug_11345.phpt [new file with mode: 0644]
ext/pdo_oci/tests/pecl_bug_6364.phpt [new file with mode: 0644]
ext/pdo_odbc/CREDITS [new file with mode: 0644]
ext/pdo_odbc/config.m4 [new file with mode: 0644]
ext/pdo_odbc/config.w32 [new file with mode: 0644]
ext/pdo_odbc/odbc_driver.c [new file with mode: 0644]
ext/pdo_odbc/odbc_stmt.c [new file with mode: 0644]
ext/pdo_odbc/pdo_odbc.c [new file with mode: 0644]
ext/pdo_odbc/php_pdo_odbc.h [new file with mode: 0644]
ext/pdo_odbc/php_pdo_odbc_int.h [new file with mode: 0644]
ext/pdo_odbc/tests/CONFLICTS [new file with mode: 0644]
ext/pdo_odbc/tests/bug44643.phpt [new file with mode: 0644]
ext/pdo_odbc/tests/bug67465.phpt [new file with mode: 0644]
ext/pdo_odbc/tests/bug80783.phpt [new file with mode: 0644]
ext/pdo_odbc/tests/bug80783a.phpt [new file with mode: 0644]
ext/pdo_odbc/tests/common.phpt [new file with mode: 0644]
ext/pdo_odbc/tests/get_attribute_server.phpt [new file with mode: 0644]
ext/pdo_odbc/tests/gh9372.phpt [new file with mode: 0644]
ext/pdo_odbc/tests/long_columns.phpt [new file with mode: 0644]
ext/pdo_odbc/tests/max_columns.phpt [new file with mode: 0644]
ext/pdo_pgsql/CREDITS [new file with mode: 0644]
ext/pdo_pgsql/config.m4 [new file with mode: 0644]
ext/pdo_pgsql/config.w32 [new file with mode: 0644]
ext/pdo_pgsql/pdo_pgsql.c [new file with mode: 0644]
ext/pdo_pgsql/pgsql_driver.c [new file with mode: 0644]
ext/pdo_pgsql/pgsql_driver.stub.php [new file with mode: 0644]
ext/pdo_pgsql/pgsql_driver_arginfo.h [new file with mode: 0644]
ext/pdo_pgsql/pgsql_statement.c [new file with mode: 0644]
ext/pdo_pgsql/php_pdo_pgsql.h [new file with mode: 0644]
ext/pdo_pgsql/php_pdo_pgsql_int.h [new file with mode: 0644]
ext/pdo_pgsql/tests/CONFLICTS [new file with mode: 0644]
ext/pdo_pgsql/tests/bug36727.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/bug43925.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/bug46274.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/bug46274_2.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/bug48764.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/bug61267.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/bug62479.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/bug62498-32bit.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/bug62498.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/bug62593.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/bug64953.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/bug66584.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/bug67462.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/bug68199.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/bug68371.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/bug69344.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/bug69362.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/bug69752.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/bug70313.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/bug70861.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/bug71573.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/bug71885.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/bug71885_2.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/bug72294.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/bug72570.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/bug72633.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/bug73959.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/bug75402.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/bug81343.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/bug_33876.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/bug_49985.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/bug_64705.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/common.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/config.inc [new file with mode: 0644]
ext/pdo_pgsql/tests/copy_from.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/copy_to.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/debug_emulated_prepares.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/disable_prepares.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/getnotify.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/gh7723.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/gh9411.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/is_in_transaction.phpt [new file with mode: 0644]
ext/pdo_pgsql/tests/large_objects.phpt [new file with mode: 0644]
ext/pdo_sqlite/CREDITS [new file with mode: 0644]
ext/pdo_sqlite/config.m4 [new file with mode: 0644]
ext/pdo_sqlite/config.w32 [new file with mode: 0644]
ext/pdo_sqlite/pdo_sqlite.c [new file with mode: 0644]
ext/pdo_sqlite/php_pdo_sqlite.h [new file with mode: 0644]
ext/pdo_sqlite/php_pdo_sqlite_int.h [new file with mode: 0644]
ext/pdo_sqlite/sqlite_driver.c [new file with mode: 0644]
ext/pdo_sqlite/sqlite_driver.stub.php [new file with mode: 0644]
ext/pdo_sqlite/sqlite_driver_arginfo.h [new file with mode: 0644]
ext/pdo_sqlite/sqlite_statement.c [new file with mode: 0644]
ext/pdo_sqlite/tests/bug33841.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/bug35336.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/bug38334.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/bug43831.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/bug44327_2.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/bug44327_3.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/bug46139.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/bug46542.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/bug48773.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/bug50728.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/bug52487.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/bug60104.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/bug66033.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/bug70221.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/bug70862.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/bug78192.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/bug79664.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/bug81740.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/bug_42589.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/bug_44159_sqlite_version.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/bug_47769.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/bug_63916-2.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/bug_63916.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/bug_64705.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/common.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/debugdumpparams_001.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/gc.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/gh9032.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/open_basedir.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/pdo_035.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/pdo_fetch_func_001.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/pdo_sqlite_createaggregate.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/pdo_sqlite_createaggregate_002.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/pdo_sqlite_createcollation.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/pdo_sqlite_createfunction.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/pdo_sqlite_createfunction_002.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/pdo_sqlite_createfunction_with_flags.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/pdo_sqlite_empty_filename.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/pdo_sqlite_extendederror_attr.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/pdo_sqlite_filename_uri.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/pdo_sqlite_get_attribute.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/pdo_sqlite_lastinsertid.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/pdo_sqlite_open_basedir.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/pdo_sqlite_open_basedir_uri.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/pdo_sqlite_open_flags.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/pdo_sqlite_statement_getattribute.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/pdo_sqlite_tostring_exception.phpt [new file with mode: 0644]
ext/pdo_sqlite/tests/pdo_sqlite_transaction.phpt [new file with mode: 0644]
ext/pgsql/CREDITS [new file with mode: 0644]
ext/pgsql/config.m4 [new file with mode: 0644]
ext/pgsql/config.w32 [new file with mode: 0644]
ext/pgsql/pgsql.c [new file with mode: 0644]
ext/pgsql/pgsql.stub.php [new file with mode: 0644]
ext/pgsql/pgsql_arginfo.h [new file with mode: 0644]
ext/pgsql/php_pgsql.h [new file with mode: 0644]
ext/pgsql/tests/00version.phpt [new file with mode: 0644]
ext/pgsql/tests/01createdb.phpt [new file with mode: 0644]
ext/pgsql/tests/02connection.phpt [new file with mode: 0644]
ext/pgsql/tests/03sync_query.phpt [new file with mode: 0644]
ext/pgsql/tests/04async_query.phpt [new file with mode: 0644]
ext/pgsql/tests/05large_object.phpt [new file with mode: 0644]
ext/pgsql/tests/06_bug73498.phpt [new file with mode: 0644]
ext/pgsql/tests/06copy.phpt [new file with mode: 0644]
ext/pgsql/tests/06copy_2.phpt [new file with mode: 0644]
ext/pgsql/tests/07optional.phpt [new file with mode: 0644]
ext/pgsql/tests/08escape.phpt [new file with mode: 0644]
ext/pgsql/tests/09notice.phpt [new file with mode: 0644]
ext/pgsql/tests/10pg_convert.phpt [new file with mode: 0644]
ext/pgsql/tests/10pg_convert_9.phpt [new file with mode: 0644]
ext/pgsql/tests/10pg_convert_json_array.phpt [new file with mode: 0644]
ext/pgsql/tests/11pg_meta_data.phpt [new file with mode: 0644]
ext/pgsql/tests/12pg_insert.phpt [new file with mode: 0644]
ext/pgsql/tests/12pg_insert_9.phpt [new file with mode: 0644]
ext/pgsql/tests/13pg_select.phpt [new file with mode: 0644]
ext/pgsql/tests/13pg_select_9.phpt [new file with mode: 0644]
ext/pgsql/tests/14pg_update.phpt [new file with mode: 0644]
ext/pgsql/tests/14pg_update_9.phpt [new file with mode: 0644]
ext/pgsql/tests/15pg_delete.phpt [new file with mode: 0644]
ext/pgsql/tests/16pg_result_status.phpt [new file with mode: 0644]
ext/pgsql/tests/17result.phpt [new file with mode: 0644]
ext/pgsql/tests/18pg_escape_bytea_before.phpt [new file with mode: 0644]
ext/pgsql/tests/18pg_escape_bytea_esc.phpt [new file with mode: 0644]
ext/pgsql/tests/18pg_escape_bytea_hex.phpt [new file with mode: 0644]
ext/pgsql/tests/19pg_ping.phpt [new file with mode: 0644]
ext/pgsql/tests/20pg_get_pid.phpt [new file with mode: 0644]
ext/pgsql/tests/21pg_get_notify.phpt [new file with mode: 0644]
ext/pgsql/tests/22pg_fetch_object.phpt [new file with mode: 0644]
ext/pgsql/tests/23sync_query_params.phpt [new file with mode: 0644]
ext/pgsql/tests/24sync_query_prepared.phpt [new file with mode: 0644]
ext/pgsql/tests/25async_query_params.phpt [new file with mode: 0644]
ext/pgsql/tests/26async_query_prepared.phpt [new file with mode: 0644]
ext/pgsql/tests/27large_object_oid.phpt [new file with mode: 0644]
ext/pgsql/tests/28large_object_import_oid.phpt [new file with mode: 0644]
ext/pgsql/tests/29nb_async_connect.phpt [new file with mode: 0644]
ext/pgsql/tests/30nb_async_query_params.phpt [new file with mode: 0644]
ext/pgsql/tests/31nb_async_query_prepared.phpt [new file with mode: 0644]
ext/pgsql/tests/32nb_async_query.phpt [new file with mode: 0644]
ext/pgsql/tests/80_bug14383.phpt [new file with mode: 0644]
ext/pgsql/tests/80_bug24499.phpt [new file with mode: 0644]
ext/pgsql/tests/80_bug27597.phpt [new file with mode: 0644]
ext/pgsql/tests/80_bug32223.phpt [new file with mode: 0644]
ext/pgsql/tests/80_bug32223b.phpt [new file with mode: 0644]
ext/pgsql/tests/80_bug36625.phpt [new file with mode: 0644]
ext/pgsql/tests/80_bug39971.phpt [new file with mode: 0644]
ext/pgsql/tests/80_bug42783.phpt [new file with mode: 0644]
ext/pgsql/tests/98old_api.phpt [new file with mode: 0644]
ext/pgsql/tests/9999dropdb.phpt [new file with mode: 0644]
ext/pgsql/tests/CONFLICTS [new file with mode: 0644]
ext/pgsql/tests/README.md [new file with mode: 0644]
ext/pgsql/tests/bug37100.phpt [new file with mode: 0644]
ext/pgsql/tests/bug37100_9.phpt [new file with mode: 0644]
ext/pgsql/tests/bug46408.phpt [new file with mode: 0644]
ext/pgsql/tests/bug47199.phpt [new file with mode: 0644]
ext/pgsql/tests/bug60244.phpt [new file with mode: 0644]
ext/pgsql/tests/bug64609.phpt [new file with mode: 0644]
ext/pgsql/tests/bug65119.phpt [new file with mode: 0644]
ext/pgsql/tests/bug68638.phpt [new file with mode: 0644]
ext/pgsql/tests/bug71062.phpt [new file with mode: 0644]
ext/pgsql/tests/bug71998.phpt [new file with mode: 0644]
ext/pgsql/tests/bug72028.phpt [new file with mode: 0644]
ext/pgsql/tests/bug72195.phpt [new file with mode: 0644]
ext/pgsql/tests/bug72197.phpt [new file with mode: 0644]
ext/pgsql/tests/bug75419.phpt [new file with mode: 0644]
ext/pgsql/tests/bug76548.phpt [new file with mode: 0644]
ext/pgsql/tests/bug77047.phpt [new file with mode: 0644]
ext/pgsql/tests/bug81720.phpt [new file with mode: 0644]
ext/pgsql/tests/close_default_link.phpt [new file with mode: 0644]
ext/pgsql/tests/config.inc [new file with mode: 0644]
ext/pgsql/tests/connect_after_close.phpt [new file with mode: 0644]
ext/pgsql/tests/connection_reuse.phpt [new file with mode: 0644]
ext/pgsql/tests/deprecated_implicit_default_link.phpt [new file with mode: 0644]
ext/pgsql/tests/gh10672.phpt [new file with mode: 0644]
ext/pgsql/tests/gh8253.phpt [new file with mode: 0644]
ext/pgsql/tests/lcmess.inc [new file with mode: 0644]
ext/pgsql/tests/no_link_open.phpt [new file with mode: 0644]
ext/pgsql/tests/nonblocking.inc [new file with mode: 0644]
ext/pgsql/tests/pg_delete_001.phpt [new file with mode: 0644]
ext/pgsql/tests/pg_insert_001.phpt [new file with mode: 0644]
ext/pgsql/tests/pg_insert_002.phpt [new file with mode: 0644]
ext/pgsql/tests/pg_meta_data_001.phpt [new file with mode: 0644]
ext/pgsql/tests/pg_select_001.phpt [new file with mode: 0644]
ext/pgsql/tests/pg_update_001.phpt [new file with mode: 0644]
ext/pgsql/tests/php.gif [new file with mode: 0644]
ext/pgsql/tests/skipif.inc [new file with mode: 0644]
ext/phar/CREDITS [new file with mode: 0644]
ext/phar/Makefile.frag [new file with mode: 0644]
ext/phar/Makefile.frag.w32 [new file with mode: 0644]
ext/phar/build_precommand.php [new file with mode: 0755]
ext/phar/config.m4 [new file with mode: 0644]
ext/phar/config.w32 [new file with mode: 0644]
ext/phar/dirstream.c [new file with mode: 0644]
ext/phar/dirstream.h [new file with mode: 0644]
ext/phar/func_interceptors.c [new file with mode: 0644]
ext/phar/func_interceptors.h [new file with mode: 0644]
ext/phar/gdbhelp [new file with mode: 0644]
ext/phar/makestub.php [new file with mode: 0644]
ext/phar/phar.1.in [new file with mode: 0644]
ext/phar/phar.c [new file with mode: 0644]
ext/phar/phar.phar.1.in [new file with mode: 0644]
ext/phar/phar/clicommand.inc [new file with mode: 0644]
ext/phar/phar/directorygraphiterator.inc [new file with mode: 0644]
ext/phar/phar/directorytreeiterator.inc [new file with mode: 0644]
ext/phar/phar/invertedregexiterator.inc [new file with mode: 0644]
ext/phar/phar/phar.inc [new file with mode: 0644]
ext/phar/phar/phar.php [new file with mode: 0755]
ext/phar/phar/pharcommand.inc [new file with mode: 0644]
ext/phar/phar_internal.h [new file with mode: 0644]
ext/phar/phar_object.c [new file with mode: 0644]
ext/phar/phar_object.stub.php [new file with mode: 0644]
ext/phar/phar_object_arginfo.h [new file with mode: 0644]
ext/phar/phar_path_check.c [new file with mode: 0644]
ext/phar/phar_path_check.re [new file with mode: 0644]
ext/phar/pharzip.h [new file with mode: 0644]
ext/phar/php_phar.h [new file with mode: 0644]
ext/phar/shortarc.php [new file with mode: 0644]
ext/phar/stream.c [new file with mode: 0644]
ext/phar/stream.h [new file with mode: 0644]
ext/phar/stub.h [new file with mode: 0644]
ext/phar/tar.c [new file with mode: 0644]
ext/phar/tar.h [new file with mode: 0644]
ext/phar/tests/001.phpt [new file with mode: 0644]
ext/phar/tests/002.phpt [new file with mode: 0644]
ext/phar/tests/003.phpt [new file with mode: 0644]
ext/phar/tests/003a.phpt [new file with mode: 0644]
ext/phar/tests/004.phpt [new file with mode: 0644]
ext/phar/tests/005.phpt [new file with mode: 0644]
ext/phar/tests/006.phpt [new file with mode: 0644]
ext/phar/tests/007.phpt [new file with mode: 0644]
ext/phar/tests/008.phpt [new file with mode: 0644]
ext/phar/tests/009.phpt [new file with mode: 0644]
ext/phar/tests/010.phpt [new file with mode: 0644]
ext/phar/tests/011.phpt [new file with mode: 0644]
ext/phar/tests/012.phpt [new file with mode: 0644]
ext/phar/tests/013.phpt [new file with mode: 0644]
ext/phar/tests/014.phpt [new file with mode: 0644]
ext/phar/tests/015.phpt [new file with mode: 0644]
ext/phar/tests/015b.phpt [new file with mode: 0644]
ext/phar/tests/016.phpt [new file with mode: 0644]
ext/phar/tests/016b.phpt [new file with mode: 0644]
ext/phar/tests/017.phpt [new file with mode: 0644]
ext/phar/tests/018.phpt [new file with mode: 0644]
ext/phar/tests/019.phpt [new file with mode: 0644]
ext/phar/tests/019b.phpt [new file with mode: 0644]
ext/phar/tests/019c.phpt [new file with mode: 0644]
ext/phar/tests/020.phpt [new file with mode: 0644]
ext/phar/tests/021.phpt [new file with mode: 0644]
ext/phar/tests/022.phpt [new file with mode: 0644]
ext/phar/tests/023.phpt [new file with mode: 0644]
ext/phar/tests/024-opcache-win32.phpt [new file with mode: 0644]
ext/phar/tests/024.phpt [new file with mode: 0644]
ext/phar/tests/025.phpt [new file with mode: 0644]
ext/phar/tests/026.phpt [new file with mode: 0644]
ext/phar/tests/027.phpt [new file with mode: 0644]
ext/phar/tests/028.phpt [new file with mode: 0644]
ext/phar/tests/029.phpt [new file with mode: 0644]
ext/phar/tests/030.phpt [new file with mode: 0644]
ext/phar/tests/031.phpt [new file with mode: 0644]
ext/phar/tests/032.phpt [new file with mode: 0644]
ext/phar/tests/033.phpt [new file with mode: 0644]
ext/phar/tests/033a.phpt [new file with mode: 0644]
ext/phar/tests/72321_1.zip [new file with mode: 0644]
ext/phar/tests/72321_2.zip [new file with mode: 0644]
ext/phar/tests/addfuncs.phpt [new file with mode: 0644]
ext/phar/tests/alias_acrobatics.phpt [new file with mode: 0644]
ext/phar/tests/badparameters.phpt [new file with mode: 0644]
ext/phar/tests/bug13727.phpt [new file with mode: 0644]
ext/phar/tests/bug13786.phpt [new file with mode: 0644]
ext/phar/tests/bug45218_SLOWTEST.phpt [new file with mode: 0644]
ext/phar/tests/bug46032.phpt [new file with mode: 0644]
ext/phar/tests/bug46060.phpt [new file with mode: 0644]
ext/phar/tests/bug46178.phpt [new file with mode: 0644]
ext/phar/tests/bug47085.phpt [new file with mode: 0644]
ext/phar/tests/bug48377.2.phpt [new file with mode: 0644]
ext/phar/tests/bug48377.phpt [new file with mode: 0644]
ext/phar/tests/bug52013.phpt [new file with mode: 0644]
ext/phar/tests/bug53872.phpt [new file with mode: 0644]
ext/phar/tests/bug53872/first.txt [new file with mode: 0644]
ext/phar/tests/bug53872/second.txt [new file with mode: 0644]
ext/phar/tests/bug53872/third.txt [new file with mode: 0644]
ext/phar/tests/bug54289.phpt [new file with mode: 0644]
ext/phar/tests/bug54289/in/dirA/fileA [new file with mode: 0644]
ext/phar/tests/bug54289/in/dirA/fileB [new file with mode: 0644]
ext/phar/tests/bug54289/in/dirAB/file1 [new file with mode: 0644]
ext/phar/tests/bug54289/in/dirAB/file2 [new file with mode: 0644]
ext/phar/tests/bug54289/in/dirAB/file3 [new file with mode: 0644]
ext/phar/tests/bug54395.phpt [new file with mode: 0644]
ext/phar/tests/bug60164.phpt [new file with mode: 0644]
ext/phar/tests/bug60261.phpt [new file with mode: 0644]
ext/phar/tests/bug64931/bug64931.phpt [new file with mode: 0644]
ext/phar/tests/bug64931/src/.pharignore [new file with mode: 0644]
ext/phar/tests/bug65028.phpt [new file with mode: 0644]
ext/phar/tests/bug65414.phpt [new file with mode: 0644]
ext/phar/tests/bug66960.phpt [new file with mode: 0644]
ext/phar/tests/bug69279.phpt [new file with mode: 0644]
ext/phar/tests/bug69279a.phpt [new file with mode: 0644]
ext/phar/tests/bug69279a.zip [new file with mode: 0644]
ext/phar/tests/bug69324.phar [new file with mode: 0644]
ext/phar/tests/bug69324.phpt [new file with mode: 0644]
ext/phar/tests/bug69441.phar [new file with mode: 0644]
ext/phar/tests/bug69441.phpt [new file with mode: 0644]
ext/phar/tests/bug69453.phpt [new file with mode: 0644]
ext/phar/tests/bug69453.tar.phar [new file with mode: 0644]
ext/phar/tests/bug69720.phar [new file with mode: 0644]
ext/phar/tests/bug69720.phpt [new file with mode: 0644]
ext/phar/tests/bug69958.phpt [new file with mode: 0644]
ext/phar/tests/bug69958.tar [new file with mode: 0644]
ext/phar/tests/bug70019.phpt [new file with mode: 0644]
ext/phar/tests/bug70019.zip [new file with mode: 0644]
ext/phar/tests/bug70091.phpt [new file with mode: 0644]
ext/phar/tests/bug70433.phpt [new file with mode: 0644]
ext/phar/tests/bug70433.zip [new file with mode: 0644]
ext/phar/tests/bug71331.phpt [new file with mode: 0644]
ext/phar/tests/bug71331.tar [new file with mode: 0644]
ext/phar/tests/bug71354.phpt [new file with mode: 0644]
ext/phar/tests/bug71354.tar [new file with mode: 0644]
ext/phar/tests/bug71391.phpt [new file with mode: 0644]
ext/phar/tests/bug71391.tar [new file with mode: 0644]
ext/phar/tests/bug71488.phpt [new file with mode: 0644]
ext/phar/tests/bug71488.tar [new file with mode: 0644]
ext/phar/tests/bug71498.phpt [new file with mode: 0644]
ext/phar/tests/bug71498.zip [new file with mode: 0644]
ext/phar/tests/bug71625.phpt [new file with mode: 0644]
ext/phar/tests/bug72321.phpt [new file with mode: 0644]
ext/phar/tests/bug72928.phpt [new file with mode: 0644]
ext/phar/tests/bug72928.zip [new file with mode: 0644]
ext/phar/tests/bug73035.phpt [new file with mode: 0644]
ext/phar/tests/bug73035.tar [new file with mode: 0644]
ext/phar/tests/bug73764.phar [new file with mode: 0644]
ext/phar/tests/bug73764.phpt [new file with mode: 0644]
ext/phar/tests/bug73768.phar [new file with mode: 0644]
ext/phar/tests/bug73768.phpt [new file with mode: 0644]
ext/phar/tests/bug73809.phpt [new file with mode: 0644]
ext/phar/tests/bug74196.1.2.3.phar.tar.gz [new file with mode: 0644]
ext/phar/tests/bug74196.phpt [new file with mode: 0644]
ext/phar/tests/bug74383.phpt [new file with mode: 0644]
ext/phar/tests/bug74386.phpt [new file with mode: 0644]
ext/phar/tests/bug74991.phpt [new file with mode: 0644]
ext/phar/tests/bug75102.phpt [new file with mode: 0644]
ext/phar/tests/bug75102.tar [new file with mode: 0644]
ext/phar/tests/bug76584.phpt [new file with mode: 0644]
ext/phar/tests/bug77022.phpt [new file with mode: 0644]
ext/phar/tests/bug77143.phar [new file with mode: 0644]
ext/phar/tests/bug77143.phpt [new file with mode: 0644]
ext/phar/tests/bug77247.phpt [new file with mode: 0644]
ext/phar/tests/bug77322.phpt [new file with mode: 0644]
ext/phar/tests/bug77396.phpt [new file with mode: 0644]
ext/phar/tests/bug77565.phpt [new file with mode: 0644]
ext/phar/tests/bug77565.zip [new file with mode: 0644]
ext/phar/tests/bug77586.phpt [new file with mode: 0644]
ext/phar/tests/bug77586/files/link-nktarAMLdJBv7BGYnpzg-ZDycSpWN3Ne3kacltOSE-EqfhStJ1EoBpGuoua6VE-dne29hvpNWXiVbepwIf8-NRHWM9LITLo3nXZnKVNC [new file with mode: 0644]
ext/phar/tests/bug79082.phpt [new file with mode: 0644]
ext/phar/tests/bug79503.phar [new file with mode: 0644]
ext/phar/tests/bug79503.phpt [new file with mode: 0644]
ext/phar/tests/bug79797.phar [new file with mode: 0644]
ext/phar/tests/bug79797.phpt [new file with mode: 0644]
ext/phar/tests/bug79912.phpt [new file with mode: 0644]
ext/phar/tests/bug81211.phpt [new file with mode: 0644]
ext/phar/tests/bug81726.gz [new file with mode: 0644]
ext/phar/tests/bug81726.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/copyonwrite1.phar.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/copyonwrite10.phar.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/copyonwrite11.phar.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/copyonwrite12.phar.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/copyonwrite13.phar.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/copyonwrite14.phar.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/copyonwrite15.phar.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/copyonwrite16.phar.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/copyonwrite17.phar.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/copyonwrite18.phar.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/copyonwrite19.phar.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/copyonwrite2.phar.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/copyonwrite20.phar.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/copyonwrite21.phar.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/copyonwrite22.phar.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/copyonwrite23.phar.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/copyonwrite24.phar.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/copyonwrite25.phar.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/copyonwrite3.phar.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/copyonwrite4.phar.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/copyonwrite4a.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/copyonwrite5.phar.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/copyonwrite6.phar.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/copyonwrite7.phar.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/copyonwrite8.phar.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/copyonwrite9.phar.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/files/blog.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/blog.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/config.xml [new file with mode: 0644]
ext/phar/tests/cache_list/files/frontcontroller.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/frontcontroller.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/frontcontroller10.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/frontcontroller10.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/frontcontroller11.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/frontcontroller11.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/frontcontroller12.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/frontcontroller12.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/frontcontroller13.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/frontcontroller13.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/frontcontroller14.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/frontcontroller14.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/frontcontroller16.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/frontcontroller16.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/frontcontroller17.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/frontcontroller17.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/frontcontroller18.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/frontcontroller18.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/frontcontroller19.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/frontcontroller19.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/frontcontroller2.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/frontcontroller2.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/frontcontroller3.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/frontcontroller3.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/frontcontroller4.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/frontcontroller4.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/frontcontroller5.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/frontcontroller5.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/frontcontroller6.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/frontcontroller6.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/frontcontroller7.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/frontcontroller7.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/frontcontroller8.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/frontcontroller8.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/frontcontroller9.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/frontcontroller9.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/md5.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/nophar.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/nophar.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/openssl.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/openssl.phar.pubkey [new file with mode: 0644]
ext/phar/tests/cache_list/files/phar_oo_test.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/phar_test.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/private.pem [new file with mode: 0644]
ext/phar/tests/cache_list/files/sha1.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/sha256.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/sha512.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/write.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/write.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/write10.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/write10.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/write11.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/write11.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/write12.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/write12.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/write13.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/write13.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/write14.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/write14.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/write15.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/write15.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/write16.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/write16.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/write17.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/write17.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/write18.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/write18.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/write19.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/write19.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/write2.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/write2.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/write20.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/write20.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/write21.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/write21.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/write22.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/write22.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/write23.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/write23.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/write24.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/write24.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/write25.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/write25.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/write3.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/write3.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/write4.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/write4.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/write5.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/write5.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/write6.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/write6.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/write7.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/write7.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/write8.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/write8.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/write9.phar [new file with mode: 0644]
ext/phar/tests/cache_list/files/write9.phar.inc [new file with mode: 0644]
ext/phar/tests/cache_list/files/zfapp.tgz [new file with mode: 0644]
ext/phar/tests/cache_list/frontcontroller1.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/frontcontroller10.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/frontcontroller11.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/frontcontroller12.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/frontcontroller13.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/frontcontroller14.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/frontcontroller15.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/frontcontroller16.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/frontcontroller17.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/frontcontroller18.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/frontcontroller19.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/frontcontroller2.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/frontcontroller20.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/frontcontroller21.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/frontcontroller22.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/frontcontroller23.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/frontcontroller24.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/frontcontroller25.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/frontcontroller26.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/frontcontroller27.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/frontcontroller28.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/frontcontroller29.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/frontcontroller3.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/frontcontroller30.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/frontcontroller31.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/frontcontroller32.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/frontcontroller33.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/frontcontroller34.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/frontcontroller4.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/frontcontroller5.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/frontcontroller6.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/frontcontroller7.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/frontcontroller8.phpt [new file with mode: 0644]
ext/phar/tests/cache_list/frontcontroller9.phpt [new file with mode: 0644]
ext/phar/tests/cached_manifest_1.phpt [new file with mode: 0644]
ext/phar/tests/create_new_and_modify.phpt [new file with mode: 0644]
ext/phar/tests/create_new_phar.phpt [new file with mode: 0644]
ext/phar/tests/create_new_phar_b.phpt [new file with mode: 0644]
ext/phar/tests/create_new_phar_c.phpt [new file with mode: 0644]
ext/phar/tests/create_path_error.phpt [new file with mode: 0644]
ext/phar/tests/delete.phpt [new file with mode: 0644]
ext/phar/tests/delete_in_phar.phpt [new file with mode: 0644]
ext/phar/tests/delete_in_phar_b.phpt [new file with mode: 0644]
ext/phar/tests/delete_in_phar_confirm.phpt [new file with mode: 0644]
ext/phar/tests/dir.phpt [new file with mode: 0644]
ext/phar/tests/fatal_error_webphar.phpt [new file with mode: 0644]
ext/phar/tests/fgc_edgecases.phpt [new file with mode: 0644]
ext/phar/tests/file_get_contents.phpt [new file with mode: 0644]
ext/phar/tests/files/blog.phar [new file with mode: 0644]
ext/phar/tests/files/blog.phar.inc [new file with mode: 0644]
ext/phar/tests/files/config.xml [new file with mode: 0644]
ext/phar/tests/files/frontcontroller.phar [new file with mode: 0644]
ext/phar/tests/files/frontcontroller.phar.inc [new file with mode: 0644]
ext/phar/tests/files/frontcontroller10.phar [new file with mode: 0644]
ext/phar/tests/files/frontcontroller10.phar.inc [new file with mode: 0644]
ext/phar/tests/files/frontcontroller11.phar [new file with mode: 0644]
ext/phar/tests/files/frontcontroller11.phar.inc [new file with mode: 0644]
ext/phar/tests/files/frontcontroller12.phar [new file with mode: 0644]
ext/phar/tests/files/frontcontroller12.phar.inc [new file with mode: 0644]
ext/phar/tests/files/frontcontroller13.phar [new file with mode: 0644]
ext/phar/tests/files/frontcontroller13.phar.inc [new file with mode: 0644]
ext/phar/tests/files/frontcontroller14.phar [new file with mode: 0644]
ext/phar/tests/files/frontcontroller14.phar.inc [new file with mode: 0644]
ext/phar/tests/files/frontcontroller16.phar [new file with mode: 0644]
ext/phar/tests/files/frontcontroller16.phar.inc [new file with mode: 0644]
ext/phar/tests/files/frontcontroller17.phar [new file with mode: 0644]
ext/phar/tests/files/frontcontroller17.phar.inc [new file with mode: 0644]
ext/phar/tests/files/frontcontroller18.phar [new file with mode: 0644]
ext/phar/tests/files/frontcontroller18.phar.inc [new file with mode: 0644]
ext/phar/tests/files/frontcontroller19.phar [new file with mode: 0644]
ext/phar/tests/files/frontcontroller19.phar.inc [new file with mode: 0644]
ext/phar/tests/files/frontcontroller2.phar [new file with mode: 0644]
ext/phar/tests/files/frontcontroller2.phar.inc [new file with mode: 0644]
ext/phar/tests/files/frontcontroller3.phar [new file with mode: 0644]
ext/phar/tests/files/frontcontroller3.phar.inc [new file with mode: 0644]
ext/phar/tests/files/frontcontroller4.phar [new file with mode: 0644]
ext/phar/tests/files/frontcontroller4.phar.inc [new file with mode: 0644]
ext/phar/tests/files/frontcontroller5.phar [new file with mode: 0644]
ext/phar/tests/files/frontcontroller5.phar.inc [new file with mode: 0644]
ext/phar/tests/files/frontcontroller6.phar [new file with mode: 0644]
ext/phar/tests/files/frontcontroller6.phar.inc [new file with mode: 0644]
ext/phar/tests/files/frontcontroller7.phar [new file with mode: 0644]
ext/phar/tests/files/frontcontroller7.phar.inc [new file with mode: 0644]
ext/phar/tests/files/frontcontroller8.phar [new file with mode: 0644]
ext/phar/tests/files/frontcontroller8.phar.inc [new file with mode: 0644]
ext/phar/tests/files/frontcontroller9.phar [new file with mode: 0644]
ext/phar/tests/files/frontcontroller9.phar.inc [new file with mode: 0644]
ext/phar/tests/files/include_path.phar [new file with mode: 0644]
ext/phar/tests/files/include_path.phar.inc [new file with mode: 0644]
ext/phar/tests/files/include_path2.phar [new file with mode: 0644]
ext/phar/tests/files/md5.phar [new file with mode: 0644]
ext/phar/tests/files/nophar.phar [new file with mode: 0644]
ext/phar/tests/files/nophar.phar.inc [new file with mode: 0644]
ext/phar/tests/files/notbogus.zip [new file with mode: 0644]
ext/phar/tests/files/openssl.cnf [new file with mode: 0644]
ext/phar/tests/files/openssl.phar [new file with mode: 0644]
ext/phar/tests/files/openssl.phar.pubkey [new file with mode: 0644]
ext/phar/tests/files/openssl256.phar [new file with mode: 0644]
ext/phar/tests/files/openssl256.phar.pubkey [new file with mode: 0644]
ext/phar/tests/files/openssl512.phar [new file with mode: 0644]
ext/phar/tests/files/openssl512.phar.pubkey [new file with mode: 0644]
ext/phar/tests/files/pear2coverage.phar [new file with mode: 0644]
ext/phar/tests/files/phar_oo_test.inc [new file with mode: 0644]
ext/phar/tests/files/phar_test.inc [new file with mode: 0644]
ext/phar/tests/files/private.pem [new file with mode: 0644]
ext/phar/tests/files/sha1.phar [new file with mode: 0644]
ext/phar/tests/files/sha256.phar [new file with mode: 0644]
ext/phar/tests/files/sha512.phar [new file with mode: 0644]
ext/phar/tests/files/stuboflength1041.phar [new file with mode: 0644]
ext/phar/tests/files/stuboflength1041.phar.inc [new file with mode: 0644]
ext/phar/tests/files/zfapp.tgz [new file with mode: 0644]
ext/phar/tests/fopen.phpt [new file with mode: 0644]
ext/phar/tests/fopen_edgecases.phpt [new file with mode: 0644]
ext/phar/tests/fopen_edgecases2.phpt [new file with mode: 0644]
ext/phar/tests/front.phar.phpt [new file with mode: 0644]
ext/phar/tests/frontcontroller1.phpt [new file with mode: 0644]
ext/phar/tests/frontcontroller10.phpt [new file with mode: 0644]
ext/phar/tests/frontcontroller11.phpt [new file with mode: 0644]
ext/phar/tests/frontcontroller12.phpt [new file with mode: 0644]
ext/phar/tests/frontcontroller13.phpt [new file with mode: 0644]
ext/phar/tests/frontcontroller14.phpt [new file with mode: 0644]
ext/phar/tests/frontcontroller15.phpt [new file with mode: 0644]
ext/phar/tests/frontcontroller16.phpt [new file with mode: 0644]
ext/phar/tests/frontcontroller17.phpt [new file with mode: 0644]
ext/phar/tests/frontcontroller18.phpt [new file with mode: 0644]
ext/phar/tests/frontcontroller19.phpt [new file with mode: 0644]
ext/phar/tests/frontcontroller2.phpt [new file with mode: 0644]
ext/phar/tests/frontcontroller20.phpt [new file with mode: 0644]
ext/phar/tests/frontcontroller21.phpt [new file with mode: 0644]
ext/phar/tests/frontcontroller22.phpt [new file with mode: 0644]
ext/phar/tests/frontcontroller23.phpt [new file with mode: 0644]
ext/phar/tests/frontcontroller24.phpt [new file with mode: 0644]
ext/phar/tests/frontcontroller25.phpt [new file with mode: 0644]
ext/phar/tests/frontcontroller26.phpt [new file with mode: 0644]
ext/phar/tests/frontcontroller27.phpt [new file with mode: 0644]
ext/phar/tests/frontcontroller28.phpt [new file with mode: 0644]
ext/phar/tests/frontcontroller29.phpt [new file with mode: 0644]
ext/phar/tests/frontcontroller3.phpt [new file with mode: 0644]
ext/phar/tests/frontcontroller30.phpt [new file with mode: 0644]
ext/phar/tests/frontcontroller31.phpt [new file with mode: 0644]
ext/phar/tests/frontcontroller32.phpt [new file with mode: 0644]
ext/phar/tests/frontcontroller33.phpt [new file with mode: 0644]
ext/phar/tests/frontcontroller34.phpt [new file with mode: 0644]
ext/phar/tests/frontcontroller4.phpt [new file with mode: 0644]
ext/phar/tests/frontcontroller5.phpt [new file with mode: 0644]
ext/phar/tests/frontcontroller6.phpt [new file with mode: 0644]
ext/phar/tests/frontcontroller7.phpt [new file with mode: 0644]
ext/phar/tests/frontcontroller8.phpt [new file with mode: 0644]
ext/phar/tests/frontcontroller9.phpt [new file with mode: 0644]
ext/phar/tests/include_path.phpt [new file with mode: 0644]
ext/phar/tests/include_path_advanced.phpt [new file with mode: 0644]
ext/phar/tests/ini_set.phpt [new file with mode: 0644]
ext/phar/tests/ini_set_off.phpt [new file with mode: 0644]
ext/phar/tests/invalid_alias.phpt [new file with mode: 0644]
ext/phar/tests/invalid_setstubalias.phpt [new file with mode: 0644]
ext/phar/tests/metadata_read.phpt [new file with mode: 0644]
ext/phar/tests/metadata_write.phpt [new file with mode: 0644]
ext/phar/tests/metadata_write_commit.phpt [new file with mode: 0644]
ext/phar/tests/mkdir.phpt [new file with mode: 0644]
ext/phar/tests/mounteddir.phpt [new file with mode: 0644]
ext/phar/tests/nophar.phpt [new file with mode: 0644]
ext/phar/tests/nophar_web.phpt [new file with mode: 0644]
ext/phar/tests/open_for_write_existing.phpt [new file with mode: 0644]
ext/phar/tests/open_for_write_existing_b.phpt [new file with mode: 0644]
ext/phar/tests/open_for_write_existing_c.phpt [new file with mode: 0644]
ext/phar/tests/open_for_write_newfile.phpt [new file with mode: 0644]
ext/phar/tests/open_for_write_newfile_b.phpt [new file with mode: 0644]
ext/phar/tests/open_for_write_newfile_c.phpt [new file with mode: 0644]
ext/phar/tests/opendir.phpt [new file with mode: 0644]
ext/phar/tests/opendir_edgecases.phpt [new file with mode: 0644]
ext/phar/tests/phar_begin_setstub_commit.phpt [new file with mode: 0644]
ext/phar/tests/phar_buildfromdirectory1.phpt [new file with mode: 0644]
ext/phar/tests/phar_buildfromdirectory2-win.phpt [new file with mode: 0644]
ext/phar/tests/phar_buildfromdirectory2.phpt [new file with mode: 0644]
ext/phar/tests/phar_buildfromdirectory4.phpt [new file with mode: 0644]
ext/phar/tests/phar_buildfromdirectory5.phpt [new file with mode: 0644]
ext/phar/tests/phar_buildfromdirectory6.phpt [new file with mode: 0644]
ext/phar/tests/phar_buildfromiterator1.phpt [new file with mode: 0644]
ext/phar/tests/phar_buildfromiterator10.phpt [new file with mode: 0644]
ext/phar/tests/phar_buildfromiterator4.phpt [new file with mode: 0644]
ext/phar/tests/phar_buildfromiterator5.phpt [new file with mode: 0644]
ext/phar/tests/phar_buildfromiterator6.phpt [new file with mode: 0644]
ext/phar/tests/phar_buildfromiterator7.phpt [new file with mode: 0644]
ext/phar/tests/phar_buildfromiterator8.phpt [new file with mode: 0644]
ext/phar/tests/phar_buildfromiterator9.phpt [new file with mode: 0644]
ext/phar/tests/phar_bz2.phpt [new file with mode: 0644]
ext/phar/tests/phar_commitwrite.phpt [new file with mode: 0644]
ext/phar/tests/phar_construct_invalidurl.phpt [new file with mode: 0644]
ext/phar/tests/phar_convert_again.phpt [new file with mode: 0644]
ext/phar/tests/phar_convert_repeated.phpt [new file with mode: 0644]
ext/phar/tests/phar_convert_repeated_b.phpt [new file with mode: 0644]
ext/phar/tests/phar_convert_tar.phpt [new file with mode: 0644]
ext/phar/tests/phar_convert_tar2.phpt [new file with mode: 0644]
ext/phar/tests/phar_convert_tar3.phpt [new file with mode: 0644]
ext/phar/tests/phar_convert_zip.phpt [new file with mode: 0644]
ext/phar/tests/phar_copy.phpt [new file with mode: 0644]
ext/phar/tests/phar_create_in_cwd.phpt [new file with mode: 0644]
ext/phar/tests/phar_createdefaultstub.phpt [new file with mode: 0644]
ext/phar/tests/phar_ctx_001.phpt [new file with mode: 0644]
ext/phar/tests/phar_decompress.phpt [new file with mode: 0644]
ext/phar/tests/phar_dir_iterate.phpt [new file with mode: 0644]
ext/phar/tests/phar_dotted_path.phpt [new file with mode: 0644]
ext/phar/tests/phar_extract.phpt [new file with mode: 0644]
ext/phar/tests/phar_extract2.phpt [new file with mode: 0644]
ext/phar/tests/phar_extract3.phpt [new file with mode: 0644]
ext/phar/tests/phar_get_supported_signatures_002.phpt [new file with mode: 0644]
ext/phar/tests/phar_get_supported_signatures_002a.phpt [new file with mode: 0644]
ext/phar/tests/phar_get_supportedcomp1.phpt [new file with mode: 0644]
ext/phar/tests/phar_get_supportedcomp2.phpt [new file with mode: 0644]
ext/phar/tests/phar_get_supportedcomp3.phpt [new file with mode: 0644]
ext/phar/tests/phar_get_supportedcomp4.phpt [new file with mode: 0644]
ext/phar/tests/phar_gobyebye-win32.phpt [new file with mode: 0644]
ext/phar/tests/phar_gobyebye.phpt [new file with mode: 0644]
ext/phar/tests/phar_gzip.phpt [new file with mode: 0644]
ext/phar/tests/phar_isvalidpharfilename.phpt [new file with mode: 0644]
ext/phar/tests/phar_magic.phpt [new file with mode: 0644]
ext/phar/tests/phar_metadata_read.phpt [new file with mode: 0644]
ext/phar/tests/phar_metadata_write.phpt [new file with mode: 0644]
ext/phar/tests/phar_metadata_write2.phpt [new file with mode: 0644]
ext/phar/tests/phar_metadata_write3.phpt [new file with mode: 0644]
ext/phar/tests/phar_metadata_write4.phpt [new file with mode: 0644]
ext/phar/tests/phar_mount.phpt [new file with mode: 0644]
ext/phar/tests/phar_offset_check.phpt [new file with mode: 0644]
ext/phar/tests/phar_offset_get_error.phpt [new file with mode: 0644]
ext/phar/tests/phar_oo_001.phpt [new file with mode: 0644]
ext/phar/tests/phar_oo_002.phpt [new file with mode: 0644]
ext/phar/tests/phar_oo_003.phpt [new file with mode: 0644]
ext/phar/tests/phar_oo_004.phpt [new file with mode: 0644]
ext/phar/tests/phar_oo_005.phpt [new file with mode: 0644]
ext/phar/tests/phar_oo_006.phpt [new file with mode: 0644]
ext/phar/tests/phar_oo_007.phpt [new file with mode: 0644]
ext/phar/tests/phar_oo_008.phpt [new file with mode: 0644]
ext/phar/tests/phar_oo_009.phpt [new file with mode: 0644]
ext/phar/tests/phar_oo_010.phpt [new file with mode: 0644]
ext/phar/tests/phar_oo_011.phpt [new file with mode: 0644]
ext/phar/tests/phar_oo_011b.phpt [new file with mode: 0644]
ext/phar/tests/phar_oo_012.phpt [new file with mode: 0644]
ext/phar/tests/phar_oo_012_confirm.phpt [new file with mode: 0644]
ext/phar/tests/phar_oo_012b.phpt [new file with mode: 0644]
ext/phar/tests/phar_oo_compressallbz2.phpt [new file with mode: 0644]
ext/phar/tests/phar_oo_compressallgz.phpt [new file with mode: 0644]
ext/phar/tests/phar_oo_compressed_001.phpt [new file with mode: 0644]
ext/phar/tests/phar_oo_compressed_001b.phpt [new file with mode: 0644]
ext/phar/tests/phar_oo_compressed_002.phpt [new file with mode: 0644]
ext/phar/tests/phar_oo_compressed_002b.phpt [new file with mode: 0644]
ext/phar/tests/phar_oo_getcontents.phpt [new file with mode: 0644]
ext/phar/tests/phar_oo_getcontentsgz.phpt [new file with mode: 0644]
ext/phar/tests/phar_oo_getmodified.phpt [new file with mode: 0644]
ext/phar/tests/phar_oo_iswriteable.phpt [new file with mode: 0644]
ext/phar/tests/phar_oo_nosig.phpt [new file with mode: 0644]
ext/phar/tests/phar_oo_uncompressall.phpt [new file with mode: 0644]
ext/phar/tests/phar_running.phpt [new file with mode: 0644]
ext/phar/tests/phar_setalias.phpt [new file with mode: 0644]
ext/phar/tests/phar_setalias2.phpt [new file with mode: 0644]
ext/phar/tests/phar_setdefaultstub.phpt [new file with mode: 0644]
ext/phar/tests/phar_setsignaturealgo2.phpt [new file with mode: 0644]
ext/phar/tests/phar_stub.phpt [new file with mode: 0644]
ext/phar/tests/phar_stub_error.phpt [new file with mode: 0644]
ext/phar/tests/phar_stub_write.phpt [new file with mode: 0644]
ext/phar/tests/phar_stub_write_file.phpt [new file with mode: 0644]
ext/phar/tests/phar_unlinkarchive.phpt [new file with mode: 0644]
ext/phar/tests/pharfileinfo_chmod.phpt [new file with mode: 0644]
ext/phar/tests/pharfileinfo_compression.phpt [new file with mode: 0644]
ext/phar/tests/pharfileinfo_construct.phpt [new file with mode: 0644]
ext/phar/tests/pharfileinfo_destruct.phpt [new file with mode: 0644]
ext/phar/tests/pharfileinfo_getcrc32.phpt [new file with mode: 0644]
ext/phar/tests/pharfileinfo_setmetadata.phpt [new file with mode: 0644]
ext/phar/tests/phpinfo_001.phpt [new file with mode: 0644]
ext/phar/tests/phpinfo_002.phpt [new file with mode: 0644]
ext/phar/tests/phpinfo_003.phpt [new file with mode: 0644]
ext/phar/tests/phpinfo_004.phpt [new file with mode: 0644]
ext/phar/tests/readfile.phpt [new file with mode: 0644]
ext/phar/tests/readfile_edgecases.phpt [new file with mode: 0644]
ext/phar/tests/refcount1.phpt [new file with mode: 0644]
ext/phar/tests/rename.phpt [new file with mode: 0644]
ext/phar/tests/rename_dir.phpt [new file with mode: 0644]
ext/phar/tests/rename_dir_and_mount.phpt [new file with mode: 0644]
ext/phar/tests/rmdir.phpt [new file with mode: 0644]
ext/phar/tests/security.phpt [new file with mode: 0644]
ext/phar/tests/stat.phpt [new file with mode: 0644]
ext/phar/tests/stat2_5.3.phpt [new file with mode: 0644]
ext/phar/tests/tar/033.phpt [new file with mode: 0644]
ext/phar/tests/tar/033a.phpt [new file with mode: 0644]
ext/phar/tests/tar/alias_acrobatics.phpt [new file with mode: 0644]
ext/phar/tests/tar/all.phpt [new file with mode: 0644]
ext/phar/tests/tar/badalias.phpt [new file with mode: 0644]
ext/phar/tests/tar/badchecksum.phpt [new file with mode: 0644]
ext/phar/tests/tar/bignames.phpt [new file with mode: 0644]
ext/phar/tests/tar/bignames_overflow.phpt [new file with mode: 0644]
ext/phar/tests/tar/bug49910.phpt [new file with mode: 0644]
ext/phar/tests/tar/bug64343.phpt [new file with mode: 0644]
ext/phar/tests/tar/bug67761.phpt [new file with mode: 0644]
ext/phar/tests/tar/bug70417.phpt [new file with mode: 0644]
ext/phar/tests/tar/bug71317-duplicate-filename.phpt [new file with mode: 0644]
ext/phar/tests/tar/bug71504.phpt [new file with mode: 0644]
ext/phar/tests/tar/create_new_and_modify.phpt [new file with mode: 0644]
ext/phar/tests/tar/create_new_phar_b.phpt [new file with mode: 0644]
ext/phar/tests/tar/delete.phpt [new file with mode: 0644]
ext/phar/tests/tar/delete_in_phar.phpt [new file with mode: 0644]
ext/phar/tests/tar/delete_in_phar_b.phpt [new file with mode: 0644]
ext/phar/tests/tar/delete_in_phar_confirm.phpt [new file with mode: 0644]
ext/phar/tests/tar/dir.phpt [new file with mode: 0644]
ext/phar/tests/tar/exists_as_phar.phpt [new file with mode: 0644]
ext/phar/tests/tar/files/HTML_CSS-1.5.4.tgz [new file with mode: 0644]
ext/phar/tests/tar/files/Net_URL-1.0.15.tgz [new file with mode: 0644]
ext/phar/tests/tar/files/P1-1.0.0.tgz [new file with mode: 0644]
ext/phar/tests/tar/files/P1-1.0.0.tgz.pubkey [new file with mode: 0644]
ext/phar/tests/tar/files/Structures_Graph-1.0.3.tgz [new file with mode: 0644]
ext/phar/tests/tar/files/badalias1.phar.tar [new file with mode: 0644]
ext/phar/tests/tar/files/badalias2.phar.tar [new file with mode: 0644]
ext/phar/tests/tar/files/badalias3.phar.tar [new file with mode: 0644]
ext/phar/tests/tar/files/badalias4.phar.tar [new file with mode: 0644]
ext/phar/tests/tar/files/badalias5.phar.tar [new file with mode: 0644]
ext/phar/tests/tar/files/biglink.tar [new file with mode: 0644]
ext/phar/tests/tar/files/bug64343.tar [new file with mode: 0644]
ext/phar/tests/tar/files/bug67761.tar/bug67761.phar [new file with mode: 0644]
ext/phar/tests/tar/files/corrupt_tarmaker.php.inc [new file with mode: 0644]
ext/phar/tests/tar/files/frontcontroller.phar.inc [new file with mode: 0644]
ext/phar/tests/tar/files/frontcontroller.phar.tar [new file with mode: 0644]
ext/phar/tests/tar/files/frontcontroller10.phar.inc [new file with mode: 0644]
ext/phar/tests/tar/files/frontcontroller10.phar.tar [new file with mode: 0644]
ext/phar/tests/tar/files/frontcontroller11.phar.inc [new file with mode: 0644]
ext/phar/tests/tar/files/frontcontroller11.phar.tar [new file with mode: 0644]
ext/phar/tests/tar/files/frontcontroller12.phar.inc [new file with mode: 0644]
ext/phar/tests/tar/files/frontcontroller12.phar.tar [new file with mode: 0644]
ext/phar/tests/tar/files/frontcontroller2.phar.inc [new file with mode: 0644]
ext/phar/tests/tar/files/frontcontroller2.phar.tar [new file with mode: 0644]
ext/phar/tests/tar/files/frontcontroller3.phar.inc [new file with mode: 0644]
ext/phar/tests/tar/files/frontcontroller3.phar.tar [new file with mode: 0644]
ext/phar/tests/tar/files/frontcontroller4.phar.inc [new file with mode: 0644]
ext/phar/tests/tar/files/frontcontroller4.phar.tar [new file with mode: 0644]
ext/phar/tests/tar/files/frontcontroller5.phar.inc [new file with mode: 0644]
ext/phar/tests/tar/files/frontcontroller5.phar.tar [new file with mode: 0644]
ext/phar/tests/tar/files/frontcontroller6.phar.inc [new file with mode: 0644]
ext/phar/tests/tar/files/frontcontroller6.phar.tar [new file with mode: 0644]
ext/phar/tests/tar/files/frontcontroller7.phar.inc [new file with mode: 0644]
ext/phar/tests/tar/files/frontcontroller7.phar.tar [new file with mode: 0644]
ext/phar/tests/tar/files/frontcontroller8.phar.inc [new file with mode: 0644]
ext/phar/tests/tar/files/frontcontroller8.phar.tar [new file with mode: 0644]
ext/phar/tests/tar/files/frontcontroller9.phar.inc [new file with mode: 0644]
ext/phar/tests/tar/files/frontcontroller9.phar.tar [new file with mode: 0644]
ext/phar/tests/tar/files/links.phar.tar [new file with mode: 0644]
ext/phar/tests/tar/files/links.tar [new file with mode: 0644]
ext/phar/tests/tar/files/make.dangerous.tar.php.inc [new file with mode: 0644]
ext/phar/tests/tar/files/make_invalid_tar.php.inc [new file with mode: 0644]
ext/phar/tests/tar/files/subdirlink.tar [new file with mode: 0644]
ext/phar/tests/tar/files/tarmaker.php.inc [new file with mode: 0644]
ext/phar/tests/tar/files/tinylink.tar [new file with mode: 0644]
ext/phar/tests/tar/files/trunc.tar [new file with mode: 0644]
ext/phar/tests/tar/frontcontroller1.phar.phpt [new file with mode: 0644]
ext/phar/tests/tar/frontcontroller10.phar.phpt [new file with mode: 0644]
ext/phar/tests/tar/frontcontroller11.phar.phpt [new file with mode: 0644]
ext/phar/tests/tar/frontcontroller12.phar.phpt [new file with mode: 0644]
ext/phar/tests/tar/frontcontroller13.phar.phpt [new file with mode: 0644]
ext/phar/tests/tar/frontcontroller14.phar.phpt [new file with mode: 0644]
ext/phar/tests/tar/frontcontroller15.phar.phpt [new file with mode: 0644]
ext/phar/tests/tar/frontcontroller16.phar.phpt [new file with mode: 0644]
ext/phar/tests/tar/frontcontroller17.phar.phpt [new file with mode: 0644]
ext/phar/tests/tar/frontcontroller18.phar.phpt [new file with mode: 0644]
ext/phar/tests/tar/frontcontroller19.phar.phpt [new file with mode: 0644]
ext/phar/tests/tar/frontcontroller2.phar.phpt [new file with mode: 0644]
ext/phar/tests/tar/frontcontroller20.phar.phpt [new file with mode: 0644]
ext/phar/tests/tar/frontcontroller21.phar.phpt [new file with mode: 0644]
ext/phar/tests/tar/frontcontroller3.phar.phpt [new file with mode: 0644]
ext/phar/tests/tar/frontcontroller4.phar.phpt [new file with mode: 0644]
ext/phar/tests/tar/frontcontroller5.phar.phpt [new file with mode: 0644]
ext/phar/tests/tar/frontcontroller6.phar.phpt [new file with mode: 0644]
ext/phar/tests/tar/frontcontroller7.phar.phpt [new file with mode: 0644]
ext/phar/tests/tar/frontcontroller8.phar.phpt [new file with mode: 0644]
ext/phar/tests/tar/frontcontroller9.phar.phpt [new file with mode: 0644]
ext/phar/tests/tar/links.phpt [new file with mode: 0644]
ext/phar/tests/tar/links2.phpt [new file with mode: 0644]
ext/phar/tests/tar/links3.phpt [new file with mode: 0644]
ext/phar/tests/tar/links4.phpt [new file with mode: 0644]
ext/phar/tests/tar/links5.phpt [new file with mode: 0644]
ext/phar/tests/tar/links6.phpt [new file with mode: 0644]
ext/phar/tests/tar/open_for_write_existing.phpt [new file with mode: 0644]
ext/phar/tests/tar/open_for_write_existing_b.phpt [new file with mode: 0644]
ext/phar/tests/tar/open_for_write_existing_c.phpt [new file with mode: 0644]
ext/phar/tests/tar/open_for_write_newfile.phpt [new file with mode: 0644]
ext/phar/tests/tar/open_for_write_newfile_b.phpt [new file with mode: 0644]
ext/phar/tests/tar/open_for_write_newfile_c.phpt [new file with mode: 0644]
ext/phar/tests/tar/phar_begin_setstub_commit.phpt [new file with mode: 0644]
ext/phar/tests/tar/phar_buildfromiterator4.phpt [new file with mode: 0644]
ext/phar/tests/tar/phar_buildfromiterator5.phpt [new file with mode: 0644]
ext/phar/tests/tar/phar_buildfromiterator6.phpt [new file with mode: 0644]
ext/phar/tests/tar/phar_buildfromiterator7.phpt [new file with mode: 0644]
ext/phar/tests/tar/phar_buildfromiterator8.phpt [new file with mode: 0644]
ext/phar/tests/tar/phar_buildfromiterator9.phpt [new file with mode: 0644]
ext/phar/tests/tar/phar_commitwrite.phpt [new file with mode: 0644]
ext/phar/tests/tar/phar_convert_phar.phpt [new file with mode: 0644]
ext/phar/tests/tar/phar_convert_phar2.phpt [new file with mode: 0644]
ext/phar/tests/tar/phar_convert_phar3.phpt [new file with mode: 0644]
ext/phar/tests/tar/phar_convert_phar4.phpt [new file with mode: 0644]
ext/phar/tests/tar/phar_copy.phpt [new file with mode: 0644]
ext/phar/tests/tar/phar_magic.phpt [new file with mode: 0644]
ext/phar/tests/tar/phar_setalias.phpt [new file with mode: 0644]
ext/phar/tests/tar/phar_setalias2.phpt [new file with mode: 0644]
ext/phar/tests/tar/phar_setdefaultstub.phpt [new file with mode: 0644]
ext/phar/tests/tar/phar_setsignaturealgo2.phpt [new file with mode: 0644]
ext/phar/tests/tar/phar_stub.phpt [new file with mode: 0644]
ext/phar/tests/tar/phar_stub_error.phpt [new file with mode: 0644]
ext/phar/tests/tar/refcount1.phpt [new file with mode: 0644]
ext/phar/tests/tar/rename.phpt [new file with mode: 0644]
ext/phar/tests/tar/rename_dir.phpt [new file with mode: 0644]
ext/phar/tests/tar/require_hash.phpt [new file with mode: 0644]
ext/phar/tests/tar/rmdir.phpt [new file with mode: 0644]
ext/phar/tests/tar/tar_001.phpt [new file with mode: 0644]
ext/phar/tests/tar/tar_002.phpt [new file with mode: 0644]
ext/phar/tests/tar/tar_003.phpt [new file with mode: 0644]
ext/phar/tests/tar/tar_004.phpt [new file with mode: 0644]
ext/phar/tests/tar/tar_bz2.phpt [new file with mode: 0644]
ext/phar/tests/tar/tar_gzip.phpt [new file with mode: 0644]
ext/phar/tests/tar/tar_makebz2.phpt [new file with mode: 0644]
ext/phar/tests/tar/tar_makegz.phpt [new file with mode: 0644]
ext/phar/tests/tar/tar_nohash.phpt [new file with mode: 0644]
ext/phar/tests/tar/tar_nostub.phpt [new file with mode: 0644]
ext/phar/tests/tar/tar_openssl_hash.phpt [new file with mode: 0644]
ext/phar/tests/tar/truncated.phpt [new file with mode: 0644]
ext/phar/tests/test79082/test79082-testfile [new file with mode: 0644]
ext/phar/tests/test79082/test79082-testfile2 [new file with mode: 0644]
ext/phar/tests/test_alias_unset.phpt [new file with mode: 0644]
ext/phar/tests/test_signaturealgos.phpt [new file with mode: 0644]
ext/phar/tests/test_unset.phpt [new file with mode: 0644]
ext/phar/tests/webphar_compilefail.phpt [new file with mode: 0644]
ext/phar/tests/withphar.phpt [new file with mode: 0644]
ext/phar/tests/withphar_web.phpt [new file with mode: 0644]
ext/phar/tests/zf_test.phpt [new file with mode: 0644]
ext/phar/tests/zip/033.phpt [new file with mode: 0644]
ext/phar/tests/zip/033a.phpt [new file with mode: 0644]
ext/phar/tests/zip/alias_acrobatics.phpt [new file with mode: 0644]
ext/phar/tests/zip/all.phpt [new file with mode: 0644]
ext/phar/tests/zip/badalias.phpt [new file with mode: 0644]
ext/phar/tests/zip/bug48791.phpt [new file with mode: 0644]
ext/phar/tests/zip/bzip2.phpt [new file with mode: 0644]
ext/phar/tests/zip/corrupt_001.phpt [new file with mode: 0644]
ext/phar/tests/zip/corrupt_002.phpt [new file with mode: 0644]
ext/phar/tests/zip/corrupt_003.phpt [new file with mode: 0644]
ext/phar/tests/zip/corrupt_004.phpt [new file with mode: 0644]
ext/phar/tests/zip/corrupt_005.phpt [new file with mode: 0644]
ext/phar/tests/zip/corrupt_006.phpt [new file with mode: 0644]
ext/phar/tests/zip/corrupt_007.phpt [new file with mode: 0644]
ext/phar/tests/zip/corrupt_008.phpt [new file with mode: 0644]
ext/phar/tests/zip/corrupt_009.phpt [new file with mode: 0644]
ext/phar/tests/zip/corrupt_010.phpt [new file with mode: 0644]
ext/phar/tests/zip/create_new_and_modify.phpt [new file with mode: 0644]
ext/phar/tests/zip/create_new_phar_b.phpt [new file with mode: 0644]
ext/phar/tests/zip/delete.phpt [new file with mode: 0644]
ext/phar/tests/zip/delete_in_phar.phpt [new file with mode: 0644]
ext/phar/tests/zip/delete_in_phar_b.phpt [new file with mode: 0644]
ext/phar/tests/zip/delete_in_phar_confirm.phpt [new file with mode: 0644]
ext/phar/tests/zip/dir.phpt [new file with mode: 0644]
ext/phar/tests/zip/exists_as_phar.phpt [new file with mode: 0644]
ext/phar/tests/zip/files/badalias1.phar.zip [new file with mode: 0644]
ext/phar/tests/zip/files/badalias2.phar.zip [new file with mode: 0644]
ext/phar/tests/zip/files/badalias3.phar.zip [new file with mode: 0644]
ext/phar/tests/zip/files/badalias4.phar.zip [new file with mode: 0644]
ext/phar/tests/zip/files/badalias5.phar.zip [new file with mode: 0644]
ext/phar/tests/zip/files/bz2_alias.phar.zip [new file with mode: 0644]
ext/phar/tests/zip/files/bzip2.zip [new file with mode: 0644]
ext/phar/tests/zip/files/cdir_offset.zip [new file with mode: 0644]
ext/phar/tests/zip/files/compress_unsup1.zip [new file with mode: 0644]
ext/phar/tests/zip/files/compress_unsup10.zip [new file with mode: 0644]
ext/phar/tests/zip/files/compress_unsup14.zip [new file with mode: 0644]
ext/phar/tests/zip/files/compress_unsup18.zip [new file with mode: 0644]
ext/phar/tests/zip/files/compress_unsup19.zip [new file with mode: 0644]
ext/phar/tests/zip/files/compress_unsup2.zip [new file with mode: 0644]
ext/phar/tests/zip/files/compress_unsup3.zip [new file with mode: 0644]
ext/phar/tests/zip/files/compress_unsup4.zip [new file with mode: 0644]
ext/phar/tests/zip/files/compress_unsup5.zip [new file with mode: 0644]
ext/phar/tests/zip/files/compress_unsup6.zip [new file with mode: 0644]
ext/phar/tests/zip/files/compress_unsup7.zip [new file with mode: 0644]
ext/phar/tests/zip/files/compress_unsup9.zip [new file with mode: 0644]
ext/phar/tests/zip/files/compress_unsup97.zip [new file with mode: 0644]
ext/phar/tests/zip/files/compress_unsup98.zip [new file with mode: 0644]
ext/phar/tests/zip/files/compress_unsupunknown.zip [new file with mode: 0644]
ext/phar/tests/zip/files/corrupt2.php.inc [new file with mode: 0644]
ext/phar/tests/zip/files/corrupt3.php.inc [new file with mode: 0644]
ext/phar/tests/zip/files/corrupt_count1.php.inc [new file with mode: 0644]
ext/phar/tests/zip/files/corrupt_zipmaker.php.inc [new file with mode: 0644]
ext/phar/tests/zip/files/count1.zip [new file with mode: 0644]
ext/phar/tests/zip/files/count2.zip [new file with mode: 0644]
ext/phar/tests/zip/files/disknumber.zip [new file with mode: 0644]
ext/phar/tests/zip/files/encrypted.zip [new file with mode: 0644]
ext/phar/tests/zip/files/extralen_toolong.zip [new file with mode: 0644]
ext/phar/tests/zip/files/filecomment.zip [new file with mode: 0644]
ext/phar/tests/zip/files/frontcontroller.phar.inc [new file with mode: 0644]
ext/phar/tests/zip/files/frontcontroller.phar.zip [new file with mode: 0644]
ext/phar/tests/zip/files/frontcontroller10.phar.inc [new file with mode: 0644]
ext/phar/tests/zip/files/frontcontroller10.phar.zip [new file with mode: 0644]
ext/phar/tests/zip/files/frontcontroller11.phar.inc [new file with mode: 0644]
ext/phar/tests/zip/files/frontcontroller11.phar.zip [new file with mode: 0644]
ext/phar/tests/zip/files/frontcontroller12.phar.inc [new file with mode: 0644]
ext/phar/tests/zip/files/frontcontroller12.phar.zip [new file with mode: 0644]
ext/phar/tests/zip/files/frontcontroller2.phar.inc [new file with mode: 0644]
ext/phar/tests/zip/files/frontcontroller2.phar.zip [new file with mode: 0644]
ext/phar/tests/zip/files/frontcontroller3.phar.inc [new file with mode: 0644]
ext/phar/tests/zip/files/frontcontroller3.phar.zip [new file with mode: 0644]
ext/phar/tests/zip/files/frontcontroller4.phar.inc [new file with mode: 0644]
ext/phar/tests/zip/files/frontcontroller4.phar.zip [new file with mode: 0644]
ext/phar/tests/zip/files/frontcontroller5.phar.inc [new file with mode: 0644]
ext/phar/tests/zip/files/frontcontroller5.phar.zip [new file with mode: 0644]
ext/phar/tests/zip/files/frontcontroller6.phar.inc [new file with mode: 0644]
ext/phar/tests/zip/files/frontcontroller6.phar.zip [new file with mode: 0644]
ext/phar/tests/zip/files/frontcontroller7.phar.inc [new file with mode: 0644]
ext/phar/tests/zip/files/frontcontroller7.phar.zip [new file with mode: 0644]
ext/phar/tests/zip/files/frontcontroller8.phar.inc [new file with mode: 0644]
ext/phar/tests/zip/files/frontcontroller8.phar.zip [new file with mode: 0644]
ext/phar/tests/zip/files/frontcontroller9.phar.inc [new file with mode: 0644]
ext/phar/tests/zip/files/frontcontroller9.phar.zip [new file with mode: 0644]
ext/phar/tests/zip/files/make_invalid_tar.php.inc [new file with mode: 0644]
ext/phar/tests/zip/files/metadata.phar.inc [new file with mode: 0644]
ext/phar/tests/zip/files/metadata.phar.zip [new file with mode: 0644]
ext/phar/tests/zip/files/nozipend.zip [new file with mode: 0644]
ext/phar/tests/zip/files/odt.odt [new file with mode: 0644]
ext/phar/tests/zip/files/stdin.zip [new file with mode: 0644]
ext/phar/tests/zip/files/test.odt [new file with mode: 0644]
ext/phar/tests/zip/files/truncfilename.zip [new file with mode: 0644]
ext/phar/tests/zip/files/zip.zip [new file with mode: 0644]
ext/phar/tests/zip/files/zipmaker.php.inc [new file with mode: 0644]
ext/phar/tests/zip/files/zlib_alias.phar.zip [new file with mode: 0644]
ext/phar/tests/zip/frontcontroller1.phar.phpt [new file with mode: 0644]
ext/phar/tests/zip/frontcontroller10.phar.phpt [new file with mode: 0644]
ext/phar/tests/zip/frontcontroller11.phar.phpt [new file with mode: 0644]
ext/phar/tests/zip/frontcontroller12.phar.phpt [new file with mode: 0644]
ext/phar/tests/zip/frontcontroller13.phar.phpt [new file with mode: 0644]
ext/phar/tests/zip/frontcontroller14.phar.phpt [new file with mode: 0644]
ext/phar/tests/zip/frontcontroller15.phar.phpt [new file with mode: 0644]
ext/phar/tests/zip/frontcontroller16.phar.phpt [new file with mode: 0644]
ext/phar/tests/zip/frontcontroller17.phar.phpt [new file with mode: 0644]
ext/phar/tests/zip/frontcontroller18.phar.phpt [new file with mode: 0644]
ext/phar/tests/zip/frontcontroller19.phar.phpt [new file with mode: 0644]
ext/phar/tests/zip/frontcontroller2.phar.phpt [new file with mode: 0644]
ext/phar/tests/zip/frontcontroller20.phar.phpt [new file with mode: 0644]
ext/phar/tests/zip/frontcontroller21.phar.phpt [new file with mode: 0644]
ext/phar/tests/zip/frontcontroller3.phar.phpt [new file with mode: 0644]
ext/phar/tests/zip/frontcontroller4.phar.phpt [new file with mode: 0644]
ext/phar/tests/zip/frontcontroller5.phar.phpt [new file with mode: 0644]
ext/phar/tests/zip/frontcontroller6.phar.phpt [new file with mode: 0644]
ext/phar/tests/zip/frontcontroller7.phar.phpt [new file with mode: 0644]
ext/phar/tests/zip/frontcontroller8.phar.phpt [new file with mode: 0644]
ext/phar/tests/zip/frontcontroller9.phar.phpt [new file with mode: 0644]
ext/phar/tests/zip/getalias.phpt [new file with mode: 0644]
ext/phar/tests/zip/gh10766.phpt [new file with mode: 0644]
ext/phar/tests/zip/largezip.phpt [new file with mode: 0644]
ext/phar/tests/zip/metadata_write_commit.phpt [new file with mode: 0644]
ext/phar/tests/zip/notphar.phpt [new file with mode: 0644]
ext/phar/tests/zip/odt.phpt [new file with mode: 0644]
ext/phar/tests/zip/open_for_write_existing.phpt [new file with mode: 0644]
ext/phar/tests/zip/open_for_write_existing_b.phpt [new file with mode: 0644]
ext/phar/tests/zip/open_for_write_existing_c.phpt [new file with mode: 0644]
ext/phar/tests/zip/open_for_write_newfile.phpt [new file with mode: 0644]
ext/phar/tests/zip/open_for_write_newfile_b.phpt [new file with mode: 0644]
ext/phar/tests/zip/open_for_write_newfile_c.phpt [new file with mode: 0644]
ext/phar/tests/zip/phar_begin_setstub_commit.phpt [new file with mode: 0644]
ext/phar/tests/zip/phar_buildfromiterator4.phpt [new file with mode: 0644]
ext/phar/tests/zip/phar_buildfromiterator5.phpt [new file with mode: 0644]
ext/phar/tests/zip/phar_buildfromiterator6.phpt [new file with mode: 0644]
ext/phar/tests/zip/phar_buildfromiterator7.phpt [new file with mode: 0644]
ext/phar/tests/zip/phar_buildfromiterator8.phpt [new file with mode: 0644]
ext/phar/tests/zip/phar_buildfromiterator9.phpt [new file with mode: 0644]
ext/phar/tests/zip/phar_commitwrite.phpt [new file with mode: 0644]
ext/phar/tests/zip/phar_convert_phar.phpt [new file with mode: 0644]
ext/phar/tests/zip/phar_copy.phpt [new file with mode: 0644]
ext/phar/tests/zip/phar_magic.phpt [new file with mode: 0644]
ext/phar/tests/zip/phar_oo_compressallbz2.phpt [new file with mode: 0644]
ext/phar/tests/zip/phar_oo_compressallgz.phpt [new file with mode: 0644]
ext/phar/tests/zip/phar_setalias.phpt [new file with mode: 0644]
ext/phar/tests/zip/phar_setalias2.phpt [new file with mode: 0644]
ext/phar/tests/zip/phar_setdefaultstub.phpt [new file with mode: 0644]
ext/phar/tests/zip/phar_setsignaturealgo2.phpt [new file with mode: 0644]
ext/phar/tests/zip/phar_stub.phpt [new file with mode: 0644]
ext/phar/tests/zip/phar_stub_error.phpt [new file with mode: 0644]
ext/phar/tests/zip/refcount1.phpt [new file with mode: 0644]
ext/phar/tests/zip/rename.phpt [new file with mode: 0644]
ext/phar/tests/zip/rename_dir.phpt [new file with mode: 0644]
ext/phar/tests/zip/require_hash.phpt [new file with mode: 0644]
ext/phar/tests/zip/rmdir.phpt [new file with mode: 0644]
ext/phar/tests/zip/unixzip.phpt [new file with mode: 0644]
ext/phar/tests/zip/zlib.phpt [new file with mode: 0644]
ext/phar/util.c [new file with mode: 0644]
ext/phar/zip.c [new file with mode: 0644]
ext/posix/CREDITS [new file with mode: 0644]
ext/posix/config.m4 [new file with mode: 0644]
ext/posix/php_posix.h [new file with mode: 0644]
ext/posix/posix.c [new file with mode: 0644]
ext/posix/posix.stub.php [new file with mode: 0644]
ext/posix/posix_arginfo.h [new file with mode: 0644]
ext/posix/tests/001.phpt [new file with mode: 0644]
ext/posix/tests/bug75696.phpt [new file with mode: 0644]
ext/posix/tests/posix_ctermid.phpt [new file with mode: 0644]
ext/posix/tests/posix_ctermid_basic.phpt [new file with mode: 0644]
ext/posix/tests/posix_errno_basic.phpt [new file with mode: 0644]
ext/posix/tests/posix_errno_variation1.phpt [new file with mode: 0644]
ext/posix/tests/posix_errno_variation2.phpt [new file with mode: 0644]
ext/posix/tests/posix_getcwd.phpt [new file with mode: 0644]
ext/posix/tests/posix_getegid_basic.phpt [new file with mode: 0644]
ext/posix/tests/posix_geteuid_basic.phpt [new file with mode: 0644]
ext/posix/tests/posix_getgrgid.phpt [new file with mode: 0644]
ext/posix/tests/posix_getgrgid_basic.phpt [new file with mode: 0644]
ext/posix/tests/posix_getgrgid_error.phpt [new file with mode: 0644]
ext/posix/tests/posix_getgrgid_macosx.phpt [new file with mode: 0644]
ext/posix/tests/posix_getgrnam_basic.phpt [new file with mode: 0644]
ext/posix/tests/posix_getgroups_basic.phpt [new file with mode: 0644]
ext/posix/tests/posix_getpgid_basic.phpt [new file with mode: 0644]
ext/posix/tests/posix_getpgid_error.phpt [new file with mode: 0644]
ext/posix/tests/posix_getpgrp_basic.phpt [new file with mode: 0644]
ext/posix/tests/posix_getpid_basic.phpt [new file with mode: 0644]
ext/posix/tests/posix_getppid_basic.phpt [new file with mode: 0644]
ext/posix/tests/posix_getpwnam_basic_01.phpt [new file with mode: 0644]
ext/posix/tests/posix_getpwuid_basic.phpt [new file with mode: 0644]
ext/posix/tests/posix_getpwuid_error.phpt [new file with mode: 0644]
ext/posix/tests/posix_getrlimit.phpt [new file with mode: 0644]
ext/posix/tests/posix_getsid.phpt [new file with mode: 0644]
ext/posix/tests/posix_getsid_basic.phpt [new file with mode: 0644]
ext/posix/tests/posix_getsid_error.phpt [new file with mode: 0644]
ext/posix/tests/posix_initgroups.phpt [new file with mode: 0644]
ext/posix/tests/posix_isatty.phpt [new file with mode: 0644]
ext/posix/tests/posix_kill_error.phpt [new file with mode: 0644]
ext/posix/tests/posix_mknod.phpt [new file with mode: 0644]
ext/posix/tests/posix_setegid_basic.phpt [new file with mode: 0644]
ext/posix/tests/posix_seteuid_basic.phpt [new file with mode: 0644]
ext/posix/tests/posix_seteuid_variation2.phpt [new file with mode: 0644]
ext/posix/tests/posix_seteuid_variation5.phpt [new file with mode: 0644]
ext/posix/tests/posix_setgid_basic.phpt [new file with mode: 0644]
ext/posix/tests/posix_setgid_variation2.phpt [new file with mode: 0644]
ext/posix/tests/posix_setgid_variation5.phpt [new file with mode: 0644]
ext/posix/tests/posix_setrlimit.phpt [new file with mode: 0644]
ext/posix/tests/posix_setuid_basic.phpt [new file with mode: 0644]
ext/posix/tests/posix_setuid_variation2.phpt [new file with mode: 0644]
ext/posix/tests/posix_setuid_variation5.phpt [new file with mode: 0644]
ext/posix/tests/posix_strerror_error.phpt [new file with mode: 0644]
ext/posix/tests/posix_times.phpt [new file with mode: 0644]
ext/posix/tests/posix_times_basic.phpt [new file with mode: 0644]
ext/posix/tests/posix_ttyname.phpt [new file with mode: 0644]
ext/posix/tests/posix_ttyname_error_wrongparams.phpt [new file with mode: 0644]
ext/posix/tests/posix_ttyname_variation1.phpt [new file with mode: 0644]
ext/posix/tests/posix_ttyname_variation2.phpt [new file with mode: 0644]
ext/posix/tests/posix_ttyname_variation3.phpt [new file with mode: 0644]
ext/posix/tests/posix_ttyname_variation5.phpt [new file with mode: 0644]
ext/posix/tests/posix_ttyname_variation6.phpt [new file with mode: 0644]
ext/posix/tests/posix_ttyname_variation7.phpt [new file with mode: 0644]
ext/posix/tests/posix_uname_basic.phpt [new file with mode: 0644]
ext/pspell/CREDITS [new file with mode: 0644]
ext/pspell/config.m4 [new file with mode: 0644]
ext/pspell/config.w32 [new file with mode: 0644]
ext/pspell/php_pspell.h [new file with mode: 0644]
ext/pspell/pspell.c [new file with mode: 0644]
ext/pspell/pspell.stub.php [new file with mode: 0644]
ext/pspell/pspell_arginfo.h [new file with mode: 0644]
ext/pspell/tests/001.phpt [new file with mode: 0644]
ext/pspell/tests/002.phpt [new file with mode: 0644]
ext/pspell/tests/003.phpt [new file with mode: 0644]
ext/pspell/tests/004.phpt [new file with mode: 0644]
ext/pspell/tests/005.phpt [new file with mode: 0644]
ext/pspell/tests/wordlist.txt [new file with mode: 0644]
ext/random/CREDITS [new file with mode: 0644]
ext/random/config.m4 [new file with mode: 0644]
ext/random/config.w32 [new file with mode: 0644]
ext/random/engine_combinedlcg.c [new file with mode: 0644]
ext/random/engine_mt19937.c [new file with mode: 0644]
ext/random/engine_pcgoneseq128xslrr64.c [new file with mode: 0644]
ext/random/engine_secure.c [new file with mode: 0644]
ext/random/engine_user.c [new file with mode: 0644]
ext/random/engine_xoshiro256starstar.c [new file with mode: 0644]
ext/random/php_random.h [new file with mode: 0644]
ext/random/random.c [new file with mode: 0644]
ext/random/random.stub.php [new file with mode: 0644]
ext/random/random_arginfo.h [new file with mode: 0644]
ext/random/randomizer.c [new file with mode: 0644]
ext/random/tests/01_functions/array_rand_mt_rand_php.phpt [new file with mode: 0644]
ext/random/tests/01_functions/bug46587.phpt [new file with mode: 0644]
ext/random/tests/01_functions/bug75170.phpt [new file with mode: 0644]
ext/random/tests/01_functions/bug75514.phpt [new file with mode: 0644]
ext/random/tests/01_functions/gh-10292.phpt [new file with mode: 0644]
ext/random/tests/01_functions/lcg_value_basic.phpt [new file with mode: 0644]
ext/random/tests/01_functions/mt_getrandmax_basic.phpt [new file with mode: 0644]
ext/random/tests/01_functions/mt_rand_basic.phpt [new file with mode: 0644]
ext/random/tests/01_functions/mt_rand_value.phpt [new file with mode: 0644]
ext/random/tests/01_functions/mt_srand_basic.phpt [new file with mode: 0644]
ext/random/tests/01_functions/rand_basic.phpt [new file with mode: 0644]
ext/random/tests/01_functions/rand_inverted_order.phpt [new file with mode: 0644]
ext/random/tests/01_functions/random_bytes.phpt [new file with mode: 0644]
ext/random/tests/01_functions/random_bytes_error.phpt [new file with mode: 0644]
ext/random/tests/01_functions/random_int.phpt [new file with mode: 0644]
ext/random/tests/01_functions/random_int_error.phpt [new file with mode: 0644]
ext/random/tests/01_functions/reflection.phpt [new file with mode: 0644]
ext/random/tests/01_functions/srand_basic.phpt [new file with mode: 0644]
ext/random/tests/02_engine/all_serialize_error.phpt [new file with mode: 0644]
ext/random/tests/02_engine/all_serialize_native.phpt [new file with mode: 0644]
ext/random/tests/02_engine/all_serialize_user.phpt [new file with mode: 0644]
ext/random/tests/02_engine/mt19937_error.phpt [new file with mode: 0644]
ext/random/tests/02_engine/mt19937_serialize.phpt [new file with mode: 0644]
ext/random/tests/02_engine/mt19937_value.phpt [new file with mode: 0644]
ext/random/tests/02_engine/pcgoneseq128xslrr64_jump_error.phpt [new file with mode: 0644]
ext/random/tests/02_engine/pcgoneseq128xslrr64_seed.phpt [new file with mode: 0644]
ext/random/tests/02_engine/pcgoneseq128xslrr64_serialize.phpt [new file with mode: 0644]
ext/random/tests/02_engine/pcgoneseq128xslrr64_value.phpt [new file with mode: 0644]
ext/random/tests/02_engine/user_compatibility.phpt [new file with mode: 0644]
ext/random/tests/02_engine/xoshiro256starstar_seed.phpt [new file with mode: 0644]
ext/random/tests/02_engine/xoshiro256starstar_serialize.phpt [new file with mode: 0644]
ext/random/tests/02_engine/xoshiro256starstar_value.phpt [new file with mode: 0644]
ext/random/tests/03_randomizer/compatibility_array_rand.phpt [new file with mode: 0644]
ext/random/tests/03_randomizer/compatibility_mt_rand.phpt [new file with mode: 0644]
ext/random/tests/03_randomizer/compatibility_user.phpt [new file with mode: 0644]
ext/random/tests/03_randomizer/construct_twice.phpt [new file with mode: 0644]
ext/random/tests/03_randomizer/engine_unsafe_biased.phpt [new file with mode: 0644]
ext/random/tests/03_randomizer/engine_unsafe_empty_string.phpt [new file with mode: 0644]
ext/random/tests/03_randomizer/engine_unsafe_exits.phpt [new file with mode: 0644]
ext/random/tests/03_randomizer/engine_unsafe_throws.phpt [new file with mode: 0644]
ext/random/tests/03_randomizer/gh_9186_unserialize.phpt [new file with mode: 0644]
ext/random/tests/03_randomizer/methods/getBytes.phpt [new file with mode: 0644]
ext/random/tests/03_randomizer/methods/getBytes_expansion.phpt [new file with mode: 0644]
ext/random/tests/03_randomizer/methods/getInt.phpt [new file with mode: 0644]
ext/random/tests/03_randomizer/methods/getInt_expansion_32.phpt [new file with mode: 0644]
ext/random/tests/03_randomizer/methods/getInt_expansion_64.phpt [new file with mode: 0644]
ext/random/tests/03_randomizer/methods/getInt_gh9415.phpt [new file with mode: 0644]
ext/random/tests/03_randomizer/methods/nextInt.phpt [new file with mode: 0644]
ext/random/tests/03_randomizer/methods/nextInt_64_engine_on_32_platform.phpt [new file with mode: 0644]
ext/random/tests/03_randomizer/methods/pickArrayKeys.phpt [new file with mode: 0644]
ext/random/tests/03_randomizer/methods/pickArrayKeys_error.phpt [new file with mode: 0644]
ext/random/tests/03_randomizer/methods/shuffleArray.phpt [new file with mode: 0644]
ext/random/tests/03_randomizer/methods/shuffleBytes.phpt [new file with mode: 0644]
ext/random/tests/03_randomizer/readonly.phpt [new file with mode: 0644]
ext/random/tests/03_randomizer/serialize.phpt [new file with mode: 0644]
ext/random/tests/03_randomizer/serialize_disallowed.phpt [new file with mode: 0644]
ext/random/tests/engines.inc [new file with mode: 0644]
ext/readline/CREDITS [new file with mode: 0644]
ext/readline/README.md [new file with mode: 0644]
ext/readline/config.m4 [new file with mode: 0644]
ext/readline/config.w32 [new file with mode: 0644]
ext/readline/php_readline.h [new file with mode: 0644]
ext/readline/readline.c [new file with mode: 0644]
ext/readline/readline.stub.php [new file with mode: 0644]
ext/readline/readline_arginfo.h [new file with mode: 0644]
ext/readline/readline_cli.c [new file with mode: 0644]
ext/readline/readline_cli.h [new file with mode: 0644]
ext/readline/tests/bug69054.phpt [new file with mode: 0644]
ext/readline/tests/bug72538.phpt [new file with mode: 0644]
ext/readline/tests/bug77812-libedit.phpt [new file with mode: 0644]
ext/readline/tests/bug77812-readline.phpt [new file with mode: 0644]
ext/readline/tests/libedit_callback_handler_install_001.phpt [new file with mode: 0644]
ext/readline/tests/libedit_callback_handler_remove_001.phpt [new file with mode: 0644]
ext/readline/tests/libedit_info_001-win32.phpt [new file with mode: 0644]
ext/readline/tests/libedit_info_001.phpt [new file with mode: 0644]
ext/readline/tests/libedit_write_history_001-win32.phpt [new file with mode: 0644]
ext/readline/tests/libedit_write_history_001.phpt [new file with mode: 0644]
ext/readline/tests/readline_add_history_001.phpt [new file with mode: 0644]
ext/readline/tests/readline_basic.phpt [new file with mode: 0644]
ext/readline/tests/readline_callback_handler_install_001.phpt [new file with mode: 0644]
ext/readline/tests/readline_callback_handler_remove_001.phpt [new file with mode: 0644]
ext/readline/tests/readline_clear_history_001.phpt [new file with mode: 0644]
ext/readline/tests/readline_completion_function_001.phpt [new file with mode: 0644]
ext/readline/tests/readline_info_001.phpt [new file with mode: 0644]
ext/readline/tests/readline_list_history_001.phpt [new file with mode: 0644]
ext/readline/tests/readline_read_history_001.phpt [new file with mode: 0644]
ext/readline/tests/readline_read_history_error_001.phpt [new file with mode: 0644]
ext/readline/tests/readline_read_history_open_basedir_001.phpt [new file with mode: 0644]
ext/readline/tests/readline_without_input.phpt [new file with mode: 0644]
ext/readline/tests/readline_write_history_001.phpt [new file with mode: 0644]
ext/readline/tests/readline_write_history_open_basedir_001.phpt [new file with mode: 0644]
ext/reflection/CREDITS [new file with mode: 0644]
ext/reflection/config.m4 [new file with mode: 0644]
ext/reflection/config.w32 [new file with mode: 0644]
ext/reflection/php_reflection.c [new file with mode: 0644]
ext/reflection/php_reflection.h [new file with mode: 0644]
ext/reflection/php_reflection.stub.php [new file with mode: 0644]
ext/reflection/php_reflection_arginfo.h [new file with mode: 0644]
ext/reflection/tests/001.phpt [new file with mode: 0644]
ext/reflection/tests/002.phpt [new file with mode: 0644]
ext/reflection/tests/003.phpt [new file with mode: 0644]
ext/reflection/tests/004.phpt [new file with mode: 0644]
ext/reflection/tests/005.phpt [new file with mode: 0644]
ext/reflection/tests/006.phpt [new file with mode: 0644]
ext/reflection/tests/007.phpt [new file with mode: 0644]
ext/reflection/tests/008.phpt [new file with mode: 0644]
ext/reflection/tests/009.phpt [new file with mode: 0644]
ext/reflection/tests/010.phpt [new file with mode: 0644]
ext/reflection/tests/011.phpt [new file with mode: 0644]
ext/reflection/tests/012.phpt [new file with mode: 0644]
ext/reflection/tests/013.phpt [new file with mode: 0644]
ext/reflection/tests/014.phpt [new file with mode: 0644]
ext/reflection/tests/015.phpt [new file with mode: 0644]
ext/reflection/tests/016.phpt [new file with mode: 0644]
ext/reflection/tests/017.phpt [new file with mode: 0644]
ext/reflection/tests/018.phpt [new file with mode: 0644]
ext/reflection/tests/019.phpt [new file with mode: 0644]
ext/reflection/tests/020.phpt [new file with mode: 0644]
ext/reflection/tests/021.phpt [new file with mode: 0644]
ext/reflection/tests/022.phpt [new file with mode: 0644]
ext/reflection/tests/023.phpt [new file with mode: 0644]
ext/reflection/tests/024.phpt [new file with mode: 0644]
ext/reflection/tests/025.phpt [new file with mode: 0644]
ext/reflection/tests/026.phpt [new file with mode: 0644]
ext/reflection/tests/027.phpt [new file with mode: 0644]
ext/reflection/tests/028.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionAttribute_constructor_001.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionAttribute_toString.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClassConstant_basic1.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClassConstant_getValue.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClassConstant_isEnumCase.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClassConstant_toString_error.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClassConstant_unset_name.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_CannotClone_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_FileInfo_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_constructor_001.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_constructor_002.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_export_array_bug72222.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_export_basic1.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_export_basic2.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_getConstant_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_getConstant_error.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_getConstants_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_getConstants_filter.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_getConstructor_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_getDefaultProperties_001.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_getDocComment_001.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_getExtensionName_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_getExtensionName_variation.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_getExtension_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_getExtension_variation.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_getInterfaceNames_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_getInterfaces_001.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_getInterfaces_002.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_getInterfaces_003.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_getMethod_001.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_getMethod_002.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_getMethods_001.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_getMethods_003.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_getMethods_004.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_getModifierNames_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_getModifiers_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_getName_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_getName_error1.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_getNamespaceName.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_getParentClass.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_getProperties_001.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_getProperties_003.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_getProperty_001.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_getProperty_002.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_getProperty_003.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_getProperty_004.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_getReflectionConstant.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_getReflectionConstants_filter.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_getStaticPropertyValue_001.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_getStaticPropertyValue_002.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_hasConstant_001.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_hasConstant_002.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_hasConstant_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_hasMethod_001.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_hasMethod_002.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_hasMethod_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_hasProperty_001.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_hasProperty_002.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_hasProperty_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_implementsInterface_001.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_isAbstract_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_isAnonymous.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_isArray.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_isCloneable_001.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_isCloneable_002.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_isEnum.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_isFinal_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_isInstance_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_isInstantiable_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_isInstantiable_variation.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_isInterface_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_isInternal_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_isIterateable_001.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_isIterateable_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_isIterateable_variation1.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_isSubclassOf_002.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_isSubclassOf_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_isSubclassOf_error1.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_isSubclassOf_error2.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_isUserDefined_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_modifiers_001.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_newInstanceArgs_001.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_newInstanceArgs_002.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_newInstanceWithoutConstructor.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_newInstance_001.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_setStaticPropertyValue_001.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_setStaticPropertyValue_002.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_setStaticPropertyValue_003.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_toString_001.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_toString_002.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_toString_003.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_toString_004.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionClass_toString_005.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionEnumBackedCase_getBackingValue.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionEnumBackedCase_getBackingValue_002.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionEnumUnitCase_construct.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionEnumUnitCase_getDocComment.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionEnumUnitCase_getEnum.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionEnumUnitCase_getValue.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionEnum_construct.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionEnum_getBackingType.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionEnum_getCase.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionEnum_getCases.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionEnum_hasCase.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionEnum_isBacked.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionEnum_toString.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionExtension_bug66218.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionExtension_constructor_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionExtension_constructor_error.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionExtension_getClassNames_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionExtension_getClassNames_variation1.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionExtension_getClasses_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionExtension_getDependencies_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionExtension_getDependencies_variation2.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionExtension_getName_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionExtension_getVersion_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionExtension_info_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionExtension_isPersistant.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionExtension_isTemporary.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionFiber_backtrace.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionFiber_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionFiber_errors.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionFiber_notrace_1.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionFiber_notrace_2.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionFunction_001.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionFunction_construct.001.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionFunction_getClosureCalledClass.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionFunction_getClosureScopeClass.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionFunction_getClosureThis.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionFunction_getClosureUsedVariables.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionFunction_getClosure_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionFunction_getDocComment.001.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionFunction_getExtension.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionFunction_getExtensionName.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionFunction_getFileName.001.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionFunction_getFileName.002.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionFunction_getNamespaceName.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionFunction_isAnonymous.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionFunction_isClosure_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionFunction_isDeprecated_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionFunction_isDisabled_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionFunction_isGenerator_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionFunction_isVariadic_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionGenerator_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionGenerator_getTrace.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionGenerator_in_Generator.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_006.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_basic1.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_basic2.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_basic3.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_basic4.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_constructor_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_constructor_error1.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_constructor_error2.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_defaultArg.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_getClosureThis.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_getClosure_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_getClosure_error.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_getDeclaringClass_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_getDocComment_property_list.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_getModifiers_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_getPrototype_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_getStaticVariables_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_hasPrototype_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_invokeArgs_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_invokeArgs_error1.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_invokeArgs_error2.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_invokeArgs_error3.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_invoke_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_invoke_error1.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_invoke_error2.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_invoke_on_abstract_method_after_setAccessible.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_returnsReference_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_setAccessible.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_tentative_return_type.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionNamedType.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionObject_FileInfo_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionObject___toString_basic1.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionObject___toString_basic2.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionObject_constructor_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionObject_export_basic3.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionObject_getConstant_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionObject_getConstants_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionObject_getConstructor_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionObject_getName_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionObject_getName_error1.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionObject_isInstance_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionObject_isInstantiable_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionObject_isInstantiable_variation.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionObject_isInternal_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionObject_isSubclassOf.002.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionObject_isSubclassOf_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionObject_isSubclassOf_error.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionObject_isUserDefined_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionParameter_001.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionParameter_002.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionParameter_003.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionParameter_DefaultValueConstant_basic1.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionParameter_DefaultValueConstant_basic2.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionParameter_DefaultValueConstant_error.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionParameter_canBePassedByValue.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionParameter_ctor_cast.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionParameter_export_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionParameter_getClass_self_parent_closure.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionParameter_getDeclaringFunction_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionParameter_getPosition_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionParameter_invalidMethodInConstructor.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionParameter_isDefault.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionParameter_isVariadic_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionParameter_new_initializer.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionParameter_toString_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionProperty_basic1.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionProperty_basic2.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionProperty_constructor_error.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionProperty_constructor_variation1.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionProperty_error.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionProperty_getDeclaringClass_variation1.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionProperty_getDefaultValue.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionProperty_getDocComment_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionProperty_getModifiers.001.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionProperty_getModifiers_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionProperty_getValue_error.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionProperty_hasDefaultValue.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionProperty_isDefault_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionProperty_isInitialized.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionProperty_setAccessible.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionProperty_setValue_error.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionProperty_setValue_readonly.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionProperty_typed_static.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionReference.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionReference_bug78263.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionReference_errors.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionZendExtension.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionZendExtension_error.phpt [new file with mode: 0644]
ext/reflection/tests/Reflection_getModifierNames_001.phpt [new file with mode: 0644]
ext/reflection/tests/bug26640.phpt [new file with mode: 0644]
ext/reflection/tests/bug26695.phpt [new file with mode: 0644]
ext/reflection/tests/bug29268.phpt [new file with mode: 0644]
ext/reflection/tests/bug29523.phpt [new file with mode: 0644]
ext/reflection/tests/bug29828.phpt [new file with mode: 0644]
ext/reflection/tests/bug29986.phpt [new file with mode: 0644]
ext/reflection/tests/bug30146.phpt [new file with mode: 0644]
ext/reflection/tests/bug30209.phpt [new file with mode: 0644]
ext/reflection/tests/bug30856.phpt [new file with mode: 0644]
ext/reflection/tests/bug30961.phpt [new file with mode: 0644]
ext/reflection/tests/bug31651.phpt [new file with mode: 0644]
ext/reflection/tests/bug32981.phpt [new file with mode: 0644]
ext/reflection/tests/bug33312.phpt [new file with mode: 0644]
ext/reflection/tests/bug33389.phpt [new file with mode: 0644]
ext/reflection/tests/bug36308.phpt [new file with mode: 0644]
ext/reflection/tests/bug36337.phpt [new file with mode: 0644]
ext/reflection/tests/bug36434.phpt [new file with mode: 0644]
ext/reflection/tests/bug37816.phpt [new file with mode: 0644]
ext/reflection/tests/bug37964.phpt [new file with mode: 0644]
ext/reflection/tests/bug38132.phpt [new file with mode: 0644]
ext/reflection/tests/bug38194.phpt [new file with mode: 0644]
ext/reflection/tests/bug38217.phpt [new file with mode: 0644]
ext/reflection/tests/bug38465.phpt [new file with mode: 0644]
ext/reflection/tests/bug38653.phpt [new file with mode: 0644]
ext/reflection/tests/bug39001.phpt [new file with mode: 0644]
ext/reflection/tests/bug39067.phpt [new file with mode: 0644]
ext/reflection/tests/bug39884.phpt [new file with mode: 0644]
ext/reflection/tests/bug40431.phpt [new file with mode: 0644]
ext/reflection/tests/bug40794.phpt [new file with mode: 0644]
ext/reflection/tests/bug41061.phpt [new file with mode: 0644]
ext/reflection/tests/bug41884.phpt [new file with mode: 0644]
ext/reflection/tests/bug42976.phpt [new file with mode: 0644]
ext/reflection/tests/bug43926.phpt [new file with mode: 0644]
ext/reflection/tests/bug45139.phpt [new file with mode: 0644]
ext/reflection/tests/bug45571.phpt [new file with mode: 0644]
ext/reflection/tests/bug45765.phpt [new file with mode: 0644]
ext/reflection/tests/bug46064.phpt [new file with mode: 0644]
ext/reflection/tests/bug46064_2.phpt [new file with mode: 0644]
ext/reflection/tests/bug46103.phpt [new file with mode: 0644]
ext/reflection/tests/bug47254.phpt [new file with mode: 0644]
ext/reflection/tests/bug48336.phpt [new file with mode: 0644]
ext/reflection/tests/bug48757.phpt [new file with mode: 0644]
ext/reflection/tests/bug49074.phpt [new file with mode: 0644]
ext/reflection/tests/bug49092.phpt [new file with mode: 0644]
ext/reflection/tests/bug49719.phpt [new file with mode: 0644]
ext/reflection/tests/bug51905.phpt [new file with mode: 0644]
ext/reflection/tests/bug51911.phpt [new file with mode: 0644]
ext/reflection/tests/bug52057.phpt [new file with mode: 0644]
ext/reflection/tests/bug52854.phpt [new file with mode: 0644]
ext/reflection/tests/bug53366.phpt [new file with mode: 0644]
ext/reflection/tests/bug53915.phpt [new file with mode: 0644]
ext/reflection/tests/bug60357.phpt [new file with mode: 0644]
ext/reflection/tests/bug60367.phpt [new file with mode: 0644]
ext/reflection/tests/bug61388.phpt [new file with mode: 0644]
ext/reflection/tests/bug62384.phpt [new file with mode: 0644]
ext/reflection/tests/bug62715.phpt [new file with mode: 0644]
ext/reflection/tests/bug63399.phpt [new file with mode: 0644]
ext/reflection/tests/bug63614.phpt [new file with mode: 0644]
ext/reflection/tests/bug64007.phpt [new file with mode: 0644]
ext/reflection/tests/bug64239.phpt [new file with mode: 0644]
ext/reflection/tests/bug64936.inc [new file with mode: 0644]
ext/reflection/tests/bug64936.phpt [new file with mode: 0644]
ext/reflection/tests/bug66430.phpt [new file with mode: 0644]
ext/reflection/tests/bug67068.phpt [new file with mode: 0644]
ext/reflection/tests/bug69180.phpt [new file with mode: 0644]
ext/reflection/tests/bug69802.phpt [new file with mode: 0644]
ext/reflection/tests/bug70674.phpt [new file with mode: 0644]
ext/reflection/tests/bug70960.phpt [new file with mode: 0644]
ext/reflection/tests/bug70982.phpt [new file with mode: 0644]
ext/reflection/tests/bug71018.phpt [new file with mode: 0644]
ext/reflection/tests/bug71767.phpt [new file with mode: 0644]
ext/reflection/tests/bug72174.phpt [new file with mode: 0644]
ext/reflection/tests/bug74454.inc [new file with mode: 0644]
ext/reflection/tests/bug74454.phpt [new file with mode: 0644]
ext/reflection/tests/bug74673.phpt [new file with mode: 0644]
ext/reflection/tests/bug74949.phpt [new file with mode: 0644]
ext/reflection/tests/bug75186.phpt [new file with mode: 0644]
ext/reflection/tests/bug75231.phpt [new file with mode: 0644]
ext/reflection/tests/bug76536.phpt [new file with mode: 0644]
ext/reflection/tests/bug76737.phpt [new file with mode: 0644]
ext/reflection/tests/bug76936.phpt [new file with mode: 0644]
ext/reflection/tests/bug77325.phpt [new file with mode: 0644]
ext/reflection/tests/bug77772.phpt [new file with mode: 0644]
ext/reflection/tests/bug77882.phpt [new file with mode: 0644]
ext/reflection/tests/bug78697.phpt [new file with mode: 0644]
ext/reflection/tests/bug78774.phpt [new file with mode: 0644]
ext/reflection/tests/bug78895.phpt [new file with mode: 0644]
ext/reflection/tests/bug79062.phpt [new file with mode: 0644]
ext/reflection/tests/bug79115.phpt [new file with mode: 0644]
ext/reflection/tests/bug79487.phpt [new file with mode: 0644]
ext/reflection/tests/bug79683.phpt [new file with mode: 0644]
ext/reflection/tests/bug79820.phpt [new file with mode: 0644]
ext/reflection/tests/bug80190.phpt [new file with mode: 0644]
ext/reflection/tests/bug80299.phpt [new file with mode: 0644]
ext/reflection/tests/bug80370.phpt [new file with mode: 0644]
ext/reflection/tests/bug80564.phpt [new file with mode: 0644]
ext/reflection/tests/bug80821.phpt [new file with mode: 0644]
ext/reflection/tests/bug81208.phpt [new file with mode: 0644]
ext/reflection/tests/bug81457.phpt [new file with mode: 0644]
ext/reflection/tests/bug81611.phpt [new file with mode: 0644]
ext/reflection/tests/bug81681.phpt [new file with mode: 0644]
ext/reflection/tests/closures_001.phpt [new file with mode: 0644]
ext/reflection/tests/closures_002.phpt [new file with mode: 0644]
ext/reflection/tests/closures_003.phpt [new file with mode: 0644]
ext/reflection/tests/closures_003_v1.phpt [new file with mode: 0644]
ext/reflection/tests/closures_004.phpt [new file with mode: 0644]
ext/reflection/tests/closures_005.phpt [new file with mode: 0644]
ext/reflection/tests/constructor_promotion.phpt [new file with mode: 0644]
ext/reflection/tests/default_value_internal_userland_arginfo.phpt [new file with mode: 0644]
ext/reflection/tests/default_value_leak.phpt [new file with mode: 0644]
ext/reflection/tests/gh10623.phpt [new file with mode: 0644]
ext/reflection/tests/gh8080.phpt [new file with mode: 0644]
ext/reflection/tests/gh8444.phpt [new file with mode: 0644]
ext/reflection/tests/gh8982.phpt [new file with mode: 0644]
ext/reflection/tests/gh9409.phpt [new file with mode: 0644]
ext/reflection/tests/gh9447.phpt [new file with mode: 0644]
ext/reflection/tests/included4.inc [new file with mode: 0644]
ext/reflection/tests/internal_parameter_default_value/ReflectionParameter_getDefaultValueConstantName_Internal.phpt [new file with mode: 0644]
ext/reflection/tests/internal_parameter_default_value/ReflectionParameter_getDefaultValue_Internal.phpt [new file with mode: 0644]
ext/reflection/tests/internal_parameter_default_value/ReflectionParameter_isDefaultValueAvailable_Internal.phpt [new file with mode: 0644]
ext/reflection/tests/internal_parameter_default_value/ReflectionParameter_isDefaultValueConstant_Internal.phpt [new file with mode: 0644]
ext/reflection/tests/internal_parameter_default_value/ReflectionParameter_toString_Internal.phpt [new file with mode: 0644]
ext/reflection/tests/internal_parameter_default_value/check_all.phpt [new file with mode: 0644]
ext/reflection/tests/internal_property_union_type.phpt [new file with mode: 0644]
ext/reflection/tests/internal_static_property.phpt [new file with mode: 0644]
ext/reflection/tests/iterable_Reflection.phpt [new file with mode: 0644]
ext/reflection/tests/new_in_attributes.phpt [new file with mode: 0644]
ext/reflection/tests/new_in_constexpr.phpt [new file with mode: 0644]
ext/reflection/tests/parameters_001.phpt [new file with mode: 0644]
ext/reflection/tests/parameters_002.phpt [new file with mode: 0644]
ext/reflection/tests/property_exists.phpt [new file with mode: 0644]
ext/reflection/tests/readonly_class.phpt [new file with mode: 0644]
ext/reflection/tests/readonly_properties.phpt [new file with mode: 0644]
ext/reflection/tests/reflectionclass_for_traits.phpt [new file with mode: 0644]
ext/reflection/tests/request38992.phpt [new file with mode: 0644]
ext/reflection/tests/static_properties_002.phpt [new file with mode: 0644]
ext/reflection/tests/static_type.phpt [new file with mode: 0644]
ext/reflection/tests/traits001.phpt [new file with mode: 0644]
ext/reflection/tests/traits002.phpt [new file with mode: 0644]
ext/reflection/tests/traits003.phpt [new file with mode: 0644]
ext/reflection/tests/traits004.phpt [new file with mode: 0644]
ext/reflection/tests/traits005.phpt [new file with mode: 0644]
ext/reflection/tests/types/ReflectionType_001.phpt [new file with mode: 0644]
ext/reflection/tests/types/ReflectionType_002.phpt [new file with mode: 0644]
ext/reflection/tests/types/ReflectionType_possible_types.phpt [new file with mode: 0644]
ext/reflection/tests/types/dnf_types.phpt [new file with mode: 0644]
ext/reflection/tests/types/dnf_types_with_null.phpt [new file with mode: 0644]
ext/reflection/tests/types/intersection_types.phpt [new file with mode: 0644]
ext/reflection/tests/types/mixed_type.phpt [new file with mode: 0644]
ext/reflection/tests/types/pure_intersection_type_implicitly_nullable.phpt [new file with mode: 0644]
ext/reflection/tests/types/union_types.phpt [new file with mode: 0644]
ext/session/CREDITS [new file with mode: 0644]
ext/session/config.m4 [new file with mode: 0644]
ext/session/config.w32 [new file with mode: 0644]
ext/session/mod_files.bat [new file with mode: 0644]
ext/session/mod_files.c [new file with mode: 0644]
ext/session/mod_files.h [new file with mode: 0644]
ext/session/mod_files.sh [new file with mode: 0755]
ext/session/mod_mm.c [new file with mode: 0644]
ext/session/mod_mm.h [new file with mode: 0644]
ext/session/mod_user.c [new file with mode: 0644]
ext/session/mod_user.h [new file with mode: 0644]
ext/session/mod_user_class.c [new file with mode: 0644]
ext/session/php_session.h [new file with mode: 0644]
ext/session/session.c [new file with mode: 0644]
ext/session/session.stub.php [new file with mode: 0644]
ext/session/session_arginfo.h [new file with mode: 0644]
ext/session/tests/001.phpt [new file with mode: 0644]
ext/session/tests/002.phpt [new file with mode: 0644]
ext/session/tests/003.phpt [new file with mode: 0644]
ext/session/tests/004.phpt [new file with mode: 0644]
ext/session/tests/005.phpt [new file with mode: 0644]
ext/session/tests/006.phpt [new file with mode: 0644]
ext/session/tests/009.phpt [new file with mode: 0644]
ext/session/tests/010.phpt [new file with mode: 0644]
ext/session/tests/011.phpt [new file with mode: 0644]
ext/session/tests/012.phpt [new file with mode: 0644]
ext/session/tests/013.phpt [new file with mode: 0644]
ext/session/tests/014.phpt [new file with mode: 0644]
ext/session/tests/015.phpt [new file with mode: 0644]
ext/session/tests/016.phpt [new file with mode: 0644]
ext/session/tests/017.phpt [new file with mode: 0644]
ext/session/tests/018.phpt [new file with mode: 0644]
ext/session/tests/019.phpt [new file with mode: 0644]
ext/session/tests/020.phpt [new file with mode: 0644]
ext/session/tests/021.phpt [new file with mode: 0644]
ext/session/tests/023.phpt [new file with mode: 0644]
ext/session/tests/024.phpt [new file with mode: 0644]
ext/session/tests/025.phpt [new file with mode: 0644]
ext/session/tests/026.phpt [new file with mode: 0644]
ext/session/tests/027.phpt [new file with mode: 0644]
ext/session/tests/029.phpt [new file with mode: 0644]
ext/session/tests/031.phpt [new file with mode: 0644]
ext/session/tests/bug24592.phpt [new file with mode: 0644]
ext/session/tests/bug26862.phpt [new file with mode: 0644]
ext/session/tests/bug31454.phpt [new file with mode: 0644]
ext/session/tests/bug32330.phpt [new file with mode: 0644]
ext/session/tests/bug36459.phpt [new file with mode: 0644]
ext/session/tests/bug38377.phpt [new file with mode: 0644]
ext/session/tests/bug41600.phpt [new file with mode: 0644]
ext/session/tests/bug42596.phpt [new file with mode: 0644]
ext/session/tests/bug50308.phpt [new file with mode: 0644]
ext/session/tests/bug51338.phpt [new file with mode: 0644]
ext/session/tests/bug53141.phpt [new file with mode: 0644]
ext/session/tests/bug55688.phpt [new file with mode: 0644]
ext/session/tests/bug60634.phpt [new file with mode: 0644]
ext/session/tests/bug60634_error_1.phpt [new file with mode: 0644]
ext/session/tests/bug60634_error_2.phpt [new file with mode: 0644]
ext/session/tests/bug60634_error_3.phpt [new file with mode: 0644]
ext/session/tests/bug60634_error_4.phpt [new file with mode: 0644]
ext/session/tests/bug60634_error_5.phpt [new file with mode: 0644]
ext/session/tests/bug60860.phpt [new file with mode: 0644]
ext/session/tests/bug61470.phpt [new file with mode: 0644]
ext/session/tests/bug61728.phpt [new file with mode: 0644]
ext/session/tests/bug63379.phpt [new file with mode: 0644]
ext/session/tests/bug63379_nodestroy.phpt [new file with mode: 0644]
ext/session/tests/bug65475.phpt [new file with mode: 0644]
ext/session/tests/bug66481.phpt [new file with mode: 0644]
ext/session/tests/bug66827.phpt [new file with mode: 0644]
ext/session/tests/bug67694.phpt [new file with mode: 0644]
ext/session/tests/bug67972.phpt [new file with mode: 0644]
ext/session/tests/bug68063.phpt [new file with mode: 0644]
ext/session/tests/bug69111.phpt [new file with mode: 0644]
ext/session/tests/bug70013.phpt [new file with mode: 0644]
ext/session/tests/bug70133.phpt [new file with mode: 0644]
ext/session/tests/bug70876.phpt [new file with mode: 0644]
ext/session/tests/bug71162.phpt [new file with mode: 0644]
ext/session/tests/bug71683.phpt [new file with mode: 0644]
ext/session/tests/bug71972.phpt [new file with mode: 0644]
ext/session/tests/bug71974.phpt [new file with mode: 0644]
ext/session/tests/bug72562.phpt [new file with mode: 0644]
ext/session/tests/bug72681.phpt [new file with mode: 0644]
ext/session/tests/bug72940.phpt [new file with mode: 0644]
ext/session/tests/bug73100.phpt [new file with mode: 0644]
ext/session/tests/bug73273.phpt [new file with mode: 0644]
ext/session/tests/bug73529.phpt [new file with mode: 0644]
ext/session/tests/bug74514.phpt [new file with mode: 0644]
ext/session/tests/bug74541.phpt [new file with mode: 0644]
ext/session/tests/bug74833.phpt [new file with mode: 0644]
ext/session/tests/bug74892.phpt [new file with mode: 0644]
ext/session/tests/bug74936.phpt [new file with mode: 0644]
ext/session/tests/bug74941.phpt [new file with mode: 0644]
ext/session/tests/bug78624.phpt [new file with mode: 0644]
ext/session/tests/bug79031.phpt [new file with mode: 0644]
ext/session/tests/bug79091.phpt [new file with mode: 0644]
ext/session/tests/bug79221.phpt [new file with mode: 0644]
ext/session/tests/bug79413.phpt [new file with mode: 0644]
ext/session/tests/bug80774.phpt [new file with mode: 0644]
ext/session/tests/bug80889.phpt [new file with mode: 0644]
ext/session/tests/bug80889a.phpt [new file with mode: 0644]
ext/session/tests/error_when_setting_save_handler_ini_setting_in_runtime.phpt [new file with mode: 0644]
ext/session/tests/gh7787.phpt [new file with mode: 0644]
ext/session/tests/gh9200.phpt [new file with mode: 0644]
ext/session/tests/gh9583-extra.phpt [new file with mode: 0644]
ext/session/tests/gh9583.phpt [new file with mode: 0644]
ext/session/tests/gh9584.phpt [new file with mode: 0644]
ext/session/tests/rfc1867.phpt [new file with mode: 0644]
ext/session/tests/rfc1867_cleanup.phpt [new file with mode: 0644]
ext/session/tests/rfc1867_disabled.phpt [new file with mode: 0644]
ext/session/tests/rfc1867_disabled_2.phpt [new file with mode: 0644]
ext/session/tests/rfc1867_inter.phpt [new file with mode: 0644]
ext/session/tests/rfc1867_invalid_settings.phpt [new file with mode: 0644]
ext/session/tests/rfc1867_invalid_settings_2.phpt [new file with mode: 0644]
ext/session/tests/rfc1867_no_name.phpt [new file with mode: 0644]
ext/session/tests/rfc1867_sid_cookie.phpt [new file with mode: 0644]
ext/session/tests/rfc1867_sid_get.phpt [new file with mode: 0644]
ext/session/tests/rfc1867_sid_get_2.phpt [new file with mode: 0644]
ext/session/tests/rfc1867_sid_invalid.phpt [new file with mode: 0644]
ext/session/tests/rfc1867_sid_only_cookie.phpt [new file with mode: 0644]
ext/session/tests/rfc1867_sid_only_cookie_2.phpt [new file with mode: 0644]
ext/session/tests/rfc1867_sid_post.phpt [new file with mode: 0644]
ext/session/tests/save_handler.inc [new file with mode: 0644]
ext/session/tests/save_handler_closures.inc [new file with mode: 0644]
ext/session/tests/session_abort_basic.phpt [new file with mode: 0644]
ext/session/tests/session_basic1.phpt [new file with mode: 0644]
ext/session/tests/session_basic2.phpt [new file with mode: 0644]
ext/session/tests/session_basic3.phpt [new file with mode: 0644]
ext/session/tests/session_basic4.phpt [new file with mode: 0644]
ext/session/tests/session_basic5.phpt [new file with mode: 0644]
ext/session/tests/session_cache_expire_basic.phpt [new file with mode: 0644]
ext/session/tests/session_cache_expire_variation1.phpt [new file with mode: 0644]
ext/session/tests/session_cache_expire_variation2.phpt [new file with mode: 0644]
ext/session/tests/session_cache_expire_variation3.phpt [new file with mode: 0644]
ext/session/tests/session_cache_limiter_basic.phpt [new file with mode: 0644]
ext/session/tests/session_cache_limiter_variation1.phpt [new file with mode: 0644]
ext/session/tests/session_cache_limiter_variation2.phpt [new file with mode: 0644]
ext/session/tests/session_cache_limiter_variation3.phpt [new file with mode: 0644]
ext/session/tests/session_commit_basic.phpt [new file with mode: 0644]
ext/session/tests/session_commit_variation1.phpt [new file with mode: 0644]
ext/session/tests/session_commit_variation2.phpt [new file with mode: 0644]
ext/session/tests/session_commit_variation3.phpt [new file with mode: 0644]
ext/session/tests/session_commit_variation4.phpt [new file with mode: 0644]
ext/session/tests/session_commit_variation5.phpt [new file with mode: 0644]
ext/session/tests/session_create_id_basic.phpt [new file with mode: 0644]
ext/session/tests/session_decode_basic.phpt [new file with mode: 0644]
ext/session/tests/session_decode_basic_serialize.phpt [new file with mode: 0644]
ext/session/tests/session_decode_error2.phpt [new file with mode: 0644]
ext/session/tests/session_decode_variation1.phpt [new file with mode: 0644]
ext/session/tests/session_decode_variation2.phpt [new file with mode: 0644]
ext/session/tests/session_decode_variation3.phpt [new file with mode: 0644]
ext/session/tests/session_decode_variation4.phpt [new file with mode: 0644]
ext/session/tests/session_destroy_variation1.phpt [new file with mode: 0644]
ext/session/tests/session_destroy_variation2.phpt [new file with mode: 0644]
ext/session/tests/session_destroy_variation3.phpt [new file with mode: 0644]
ext/session/tests/session_encode_basic.phpt [new file with mode: 0644]
ext/session/tests/session_encode_error2.phpt [new file with mode: 0644]
ext/session/tests/session_encode_serialize.phpt [new file with mode: 0644]
ext/session/tests/session_encode_variation1.phpt [new file with mode: 0644]
ext/session/tests/session_encode_variation2.phpt [new file with mode: 0644]
ext/session/tests/session_encode_variation3.phpt [new file with mode: 0644]
ext/session/tests/session_encode_variation4.phpt [new file with mode: 0644]
ext/session/tests/session_encode_variation5.phpt [new file with mode: 0644]
ext/session/tests/session_encode_variation6.phpt [new file with mode: 0644]
ext/session/tests/session_encode_variation7.phpt [new file with mode: 0644]
ext/session/tests/session_encode_variation8.phpt [new file with mode: 0644]
ext/session/tests/session_gc_basic.phpt [new file with mode: 0644]
ext/session/tests/session_get_cookie_params_basic.phpt [new file with mode: 0644]
ext/session/tests/session_get_cookie_params_variation1.phpt [new file with mode: 0644]
ext/session/tests/session_id_basic.phpt [new file with mode: 0644]
ext/session/tests/session_id_basic2.phpt [new file with mode: 0644]
ext/session/tests/session_id_error2.phpt [new file with mode: 0644]
ext/session/tests/session_id_error3.phpt [new file with mode: 0644]
ext/session/tests/session_ini_set.phpt [new file with mode: 0644]
ext/session/tests/session_module_name_basic.phpt [new file with mode: 0644]
ext/session/tests/session_module_name_variation1.phpt [new file with mode: 0644]
ext/session/tests/session_module_name_variation2.phpt [new file with mode: 0644]
ext/session/tests/session_module_name_variation3.phpt [new file with mode: 0644]
ext/session/tests/session_module_name_variation4.phpt [new file with mode: 0644]
ext/session/tests/session_name_basic.phpt [new file with mode: 0644]
ext/session/tests/session_name_variation1.phpt [new file with mode: 0644]
ext/session/tests/session_name_variation2.phpt [new file with mode: 0644]
ext/session/tests/session_regenerate_id_basic.phpt [new file with mode: 0644]
ext/session/tests/session_regenerate_id_cookie.phpt [new file with mode: 0644]
ext/session/tests/session_regenerate_id_fastshutdown.phpt [new file with mode: 0644]
ext/session/tests/session_regenerate_id_variation1.phpt [new file with mode: 0644]
ext/session/tests/session_reset_basic.phpt [new file with mode: 0644]
ext/session/tests/session_save_path_basic.phpt [new file with mode: 0644]
ext/session/tests/session_save_path_variation1.phpt [new file with mode: 0644]
ext/session/tests/session_save_path_variation2.phpt [new file with mode: 0644]
ext/session/tests/session_save_path_variation3.phpt [new file with mode: 0644]
ext/session/tests/session_save_path_variation4.phpt [new file with mode: 0644]
ext/session/tests/session_save_path_variation5.phpt [new file with mode: 0644]
ext/session/tests/session_set_cookie_params_basic.phpt [new file with mode: 0644]
ext/session/tests/session_set_cookie_params_variation1.phpt [new file with mode: 0644]
ext/session/tests/session_set_cookie_params_variation2.phpt [new file with mode: 0644]
ext/session/tests/session_set_cookie_params_variation3.phpt [new file with mode: 0644]
ext/session/tests/session_set_cookie_params_variation4.phpt [new file with mode: 0644]
ext/session/tests/session_set_cookie_params_variation5.phpt [new file with mode: 0644]
ext/session/tests/session_set_cookie_params_variation6.phpt [new file with mode: 0644]
ext/session/tests/session_set_cookie_params_variation7.phpt [new file with mode: 0644]
ext/session/tests/session_set_cookie_params_variation8.phpt [new file with mode: 0644]
ext/session/tests/session_set_save_handler_basic.phpt [new file with mode: 0644]
ext/session/tests/session_set_save_handler_class_001.phpt [new file with mode: 0644]
ext/session/tests/session_set_save_handler_class_002.phpt [new file with mode: 0644]
ext/session/tests/session_set_save_handler_class_003.phpt [new file with mode: 0644]
ext/session/tests/session_set_save_handler_class_004.phpt [new file with mode: 0644]
ext/session/tests/session_set_save_handler_class_005.phpt [new file with mode: 0644]
ext/session/tests/session_set_save_handler_class_006.phpt [new file with mode: 0644]
ext/session/tests/session_set_save_handler_class_007.phpt [new file with mode: 0644]
ext/session/tests/session_set_save_handler_class_008.phpt [new file with mode: 0644]
ext/session/tests/session_set_save_handler_class_009.phpt [new file with mode: 0644]
ext/session/tests/session_set_save_handler_class_010.phpt [new file with mode: 0644]
ext/session/tests/session_set_save_handler_class_011.phpt [new file with mode: 0644]
ext/session/tests/session_set_save_handler_class_012.phpt [new file with mode: 0644]
ext/session/tests/session_set_save_handler_class_013.phpt [new file with mode: 0644]
ext/session/tests/session_set_save_handler_class_014.phpt [new file with mode: 0644]
ext/session/tests/session_set_save_handler_class_015.phpt [new file with mode: 0644]
ext/session/tests/session_set_save_handler_class_016.phpt [new file with mode: 0644]
ext/session/tests/session_set_save_handler_class_017.phpt [new file with mode: 0644]
ext/session/tests/session_set_save_handler_class_018.phpt [new file with mode: 0644]
ext/session/tests/session_set_save_handler_closures.phpt [new file with mode: 0644]
ext/session/tests/session_set_save_handler_error.phpt [new file with mode: 0644]
ext/session/tests/session_set_save_handler_error2.phpt [new file with mode: 0644]
ext/session/tests/session_set_save_handler_error3.phpt [new file with mode: 0644]
ext/session/tests/session_set_save_handler_error4.phpt [new file with mode: 0644]
ext/session/tests/session_set_save_handler_iface_001.phpt [new file with mode: 0644]
ext/session/tests/session_set_save_handler_iface_002.phpt [new file with mode: 0644]
ext/session/tests/session_set_save_handler_iface_003.phpt [new file with mode: 0644]
ext/session/tests/session_set_save_handler_sid_001.phpt [new file with mode: 0644]
ext/session/tests/session_set_save_handler_sid_002.phpt [new file with mode: 0644]
ext/session/tests/session_set_save_handler_type_error.phpt [new file with mode: 0644]
ext/session/tests/session_set_save_handler_variation1.phpt [new file with mode: 0644]
ext/session/tests/session_set_save_handler_variation2.phpt [new file with mode: 0644]
ext/session/tests/session_set_save_handler_variation3.phpt [new file with mode: 0644]
ext/session/tests/session_set_save_handler_variation4.phpt [new file with mode: 0644]
ext/session/tests/session_set_save_handler_variation5.phpt [new file with mode: 0644]
ext/session/tests/session_set_save_handler_variation6.phpt [new file with mode: 0644]
ext/session/tests/session_start_error.phpt [new file with mode: 0644]
ext/session/tests/session_start_variation1.phpt [new file with mode: 0644]
ext/session/tests/session_start_variation2.phpt [new file with mode: 0644]
ext/session/tests/session_start_variation3.phpt [new file with mode: 0644]
ext/session/tests/session_start_variation4.phpt [new file with mode: 0644]
ext/session/tests/session_start_variation5.phpt [new file with mode: 0644]
ext/session/tests/session_start_variation6.phpt [new file with mode: 0644]
ext/session/tests/session_start_variation7.phpt [new file with mode: 0644]
ext/session/tests/session_start_variation8.phpt [new file with mode: 0644]
ext/session/tests/session_start_variation9.phpt [new file with mode: 0644]
ext/session/tests/session_status.phpt [new file with mode: 0644]
ext/session/tests/session_status_disabled.phpt [new file with mode: 0644]
ext/session/tests/session_unset_basic.phpt [new file with mode: 0644]
ext/session/tests/session_unset_variation1.phpt [new file with mode: 0644]
ext/session/tests/session_write_close_basic.phpt [new file with mode: 0644]
ext/session/tests/session_write_close_variation1.phpt [new file with mode: 0644]
ext/session/tests/session_write_close_variation2.phpt [new file with mode: 0644]
ext/session/tests/session_write_close_variation3.phpt [new file with mode: 0644]
ext/session/tests/session_write_close_variation4.phpt [new file with mode: 0644]
ext/session/tests/sessionhandler_open_001.phpt [new file with mode: 0644]
ext/session/tests/skipif.inc [new file with mode: 0644]
ext/shmop/CREDITS [new file with mode: 0644]
ext/shmop/config.m4 [new file with mode: 0644]
ext/shmop/config.w32 [new file with mode: 0644]
ext/shmop/php_shmop.h [new file with mode: 0644]
ext/shmop/shmop.c [new file with mode: 0644]
ext/shmop/shmop.stub.php [new file with mode: 0644]
ext/shmop/shmop_arginfo.h [new file with mode: 0644]
ext/shmop/tests/001.phpt [new file with mode: 0644]
ext/shmop/tests/002.phpt [new file with mode: 0644]
ext/shmop/tests/bug81407.phpt [new file with mode: 0644]
ext/shmop/tests/shmop_open_private.phpt [new file with mode: 0644]
ext/simplexml/CREDITS [new file with mode: 0644]
ext/simplexml/config.m4 [new file with mode: 0644]
ext/simplexml/config.w32 [new file with mode: 0644]
ext/simplexml/php_simplexml.h [new file with mode: 0644]
ext/simplexml/php_simplexml_exports.h [new file with mode: 0644]
ext/simplexml/simplexml.c [new file with mode: 0644]
ext/simplexml/simplexml.stub.php [new file with mode: 0644]
ext/simplexml/simplexml_arginfo.h [new file with mode: 0644]
ext/simplexml/tests/000.phpt [new file with mode: 0644]
ext/simplexml/tests/000.xml [new file with mode: 0644]
ext/simplexml/tests/001-mb.phpt [new file with mode: 0644]
ext/simplexml/tests/001.phpt [new file with mode: 0644]
ext/simplexml/tests/002.phpt [new file with mode: 0644]
ext/simplexml/tests/003.phpt [new file with mode: 0644]
ext/simplexml/tests/004.phpt [new file with mode: 0644]
ext/simplexml/tests/005.phpt [new file with mode: 0644]
ext/simplexml/tests/006.phpt [new file with mode: 0644]
ext/simplexml/tests/007.phpt [new file with mode: 0644]
ext/simplexml/tests/008.phpt [new file with mode: 0644]
ext/simplexml/tests/009.phpt [new file with mode: 0644]
ext/simplexml/tests/009b.phpt [new file with mode: 0644]
ext/simplexml/tests/010.phpt [new file with mode: 0644]
ext/simplexml/tests/011.phpt [new file with mode: 0644]
ext/simplexml/tests/012.phpt [new file with mode: 0644]
ext/simplexml/tests/013.phpt [new file with mode: 0644]
ext/simplexml/tests/014.phpt [new file with mode: 0644]
ext/simplexml/tests/014a.phpt [new file with mode: 0644]
ext/simplexml/tests/014b.phpt [new file with mode: 0644]
ext/simplexml/tests/015.phpt [new file with mode: 0644]
ext/simplexml/tests/016.phpt [new file with mode: 0644]
ext/simplexml/tests/016a.phpt [new file with mode: 0644]
ext/simplexml/tests/017.phpt [new file with mode: 0644]
ext/simplexml/tests/018.phpt [new file with mode: 0644]
ext/simplexml/tests/019.phpt [new file with mode: 0644]
ext/simplexml/tests/020.phpt [new file with mode: 0644]
ext/simplexml/tests/021.phpt [new file with mode: 0644]
ext/simplexml/tests/022.phpt [new file with mode: 0644]
ext/simplexml/tests/023.phpt [new file with mode: 0644]
ext/simplexml/tests/024.phpt [new file with mode: 0644]
ext/simplexml/tests/025.phpt [new file with mode: 0644]
ext/simplexml/tests/026.phpt [new file with mode: 0644]
ext/simplexml/tests/027.phpt [new file with mode: 0644]
ext/simplexml/tests/028.phpt [new file with mode: 0644]
ext/simplexml/tests/029.phpt [new file with mode: 0644]
ext/simplexml/tests/030.phpt [new file with mode: 0644]
ext/simplexml/tests/031.phpt [new file with mode: 0644]
ext/simplexml/tests/032.phpt [new file with mode: 0644]
ext/simplexml/tests/033.phpt [new file with mode: 0644]
ext/simplexml/tests/034.phpt [new file with mode: 0644]
ext/simplexml/tests/035.phpt [new file with mode: 0644]
ext/simplexml/tests/036.phpt [new file with mode: 0644]
ext/simplexml/tests/037.phpt [new file with mode: 0644]
ext/simplexml/tests/038.phpt [new file with mode: 0644]
ext/simplexml/tests/SimpleXMLElement_addAttribute_basic.phpt [new file with mode: 0644]
ext/simplexml/tests/SimpleXMLElement_addAttribute_required_attribute_name.phpt [new file with mode: 0644]
ext/simplexml/tests/SimpleXMLElement_getDocNamespaces.phpt [new file with mode: 0644]
ext/simplexml/tests/SimpleXMLElement_xpath.phpt [new file with mode: 0644]
ext/simplexml/tests/SimpleXMLElement_xpath_4.phpt [new file with mode: 0644]
ext/simplexml/tests/book.xml [new file with mode: 0644]
ext/simplexml/tests/bug24392.phpt [new file with mode: 0644]
ext/simplexml/tests/bug24392.xml [new file with mode: 0644]
ext/simplexml/tests/bug26976.phpt [new file with mode: 0644]
ext/simplexml/tests/bug27010.phpt [new file with mode: 0644]
ext/simplexml/tests/bug35785.phpt [new file with mode: 0644]
ext/simplexml/tests/bug36611.phpt [new file with mode: 0644]
ext/simplexml/tests/bug37076.phpt [new file with mode: 0644]
ext/simplexml/tests/bug37076_1.phpt [new file with mode: 0644]
ext/simplexml/tests/bug37386.phpt [new file with mode: 0644]
ext/simplexml/tests/bug38347.phpt [new file with mode: 0644]
ext/simplexml/tests/bug38354.phpt [new file with mode: 0644]
ext/simplexml/tests/bug38406.phpt [new file with mode: 0644]
ext/simplexml/tests/bug38424.phpt [new file with mode: 0644]
ext/simplexml/tests/bug39662.phpt [new file with mode: 0644]
ext/simplexml/tests/bug39760.phpt [new file with mode: 0644]
ext/simplexml/tests/bug40451.phpt [new file with mode: 0644]
ext/simplexml/tests/bug41175.phpt [new file with mode: 0644]
ext/simplexml/tests/bug41582.phpt [new file with mode: 0644]
ext/simplexml/tests/bug41861.phpt [new file with mode: 0644]
ext/simplexml/tests/bug41867.phpt [new file with mode: 0644]
ext/simplexml/tests/bug41947.phpt [new file with mode: 0644]
ext/simplexml/tests/bug42259.phpt [new file with mode: 0644]
ext/simplexml/tests/bug42369.phpt [new file with mode: 0644]
ext/simplexml/tests/bug43221.phpt [new file with mode: 0644]
ext/simplexml/tests/bug44478.phpt [new file with mode: 0644]
ext/simplexml/tests/bug45553.phpt [new file with mode: 0644]
ext/simplexml/tests/bug46003.phpt [new file with mode: 0644]
ext/simplexml/tests/bug46047.phpt [new file with mode: 0644]
ext/simplexml/tests/bug46048.phpt [new file with mode: 0644]
ext/simplexml/tests/bug48601.phpt [new file with mode: 0644]
ext/simplexml/tests/bug51615.phpt [new file with mode: 0644]
ext/simplexml/tests/bug53033.phpt [new file with mode: 0644]
ext/simplexml/tests/bug54973.phpt [new file with mode: 0644]
ext/simplexml/tests/bug61335.phpt [new file with mode: 0644]
ext/simplexml/tests/bug62328.phpt [new file with mode: 0644]
ext/simplexml/tests/bug62639.phpt [new file with mode: 0644]
ext/simplexml/tests/bug63575.phpt [new file with mode: 0644]
ext/simplexml/tests/bug66084_0.phpt [new file with mode: 0644]
ext/simplexml/tests/bug66084_1.phpt [new file with mode: 0644]
ext/simplexml/tests/bug67116.phpt [new file with mode: 0644]
ext/simplexml/tests/bug67572.phpt [new file with mode: 0644]
ext/simplexml/tests/bug69169.phpt [new file with mode: 0644]
ext/simplexml/tests/bug69491.phpt [new file with mode: 0644]
ext/simplexml/tests/bug72588.phpt [new file with mode: 0644]
ext/simplexml/tests/bug72957.phpt [new file with mode: 0644]
ext/simplexml/tests/bug72971.phpt [new file with mode: 0644]
ext/simplexml/tests/bug72971_2.phpt [new file with mode: 0644]
ext/simplexml/tests/bug74950.phpt [new file with mode: 0644]
ext/simplexml/tests/bug75245.phpt [new file with mode: 0644]
ext/simplexml/tests/bug76712.phpt [new file with mode: 0644]
ext/simplexml/tests/bug79971_1.phpt [new file with mode: 0644]
ext/simplexml/tests/bug79971_1.xml [new file with mode: 0644]
ext/simplexml/tests/bug81325.phpt [new file with mode: 0644]
ext/simplexml/tests/current_error.phpt [new file with mode: 0644]
ext/simplexml/tests/feature55218.phpt [new file with mode: 0644]
ext/simplexml/tests/foreach_by_reference.phpt [new file with mode: 0644]
ext/simplexml/tests/gh10200.phpt [new file with mode: 0644]
ext/simplexml/tests/gh10983.phpt [new file with mode: 0644]
ext/simplexml/tests/key_error.phpt [new file with mode: 0644]
ext/simplexml/tests/profile01.phpt [new file with mode: 0644]
ext/simplexml/tests/profile02.phpt [new file with mode: 0644]
ext/simplexml/tests/profile03.phpt [new file with mode: 0644]
ext/simplexml/tests/profile04.phpt [new file with mode: 0644]
ext/simplexml/tests/profile05.phpt [new file with mode: 0644]
ext/simplexml/tests/profile06.phpt [new file with mode: 0644]
ext/simplexml/tests/profile07.phpt [new file with mode: 0644]
ext/simplexml/tests/profile08.phpt [new file with mode: 0644]
ext/simplexml/tests/profile09.phpt [new file with mode: 0644]
ext/simplexml/tests/profile10.phpt [new file with mode: 0644]
ext/simplexml/tests/profile11.phpt [new file with mode: 0644]
ext/simplexml/tests/profile12.phpt [new file with mode: 0644]
ext/simplexml/tests/profile13.phpt [new file with mode: 0644]
ext/simplexml/tests/simplexml_import_dom.phpt [new file with mode: 0644]
ext/simplexml/tests/simplexml_load_file.phpt [new file with mode: 0644]
ext/simplexml/tests/simplexml_uninitialized.phpt [new file with mode: 0644]
ext/simplexml/tests/sxe.dtd [new file with mode: 0644]
ext/simplexml/tests/sxe.ent [new file with mode: 0644]
ext/simplexml/tests/sxe.xml [new file with mode: 0644]
ext/simplexml/tests/sxe_001.phpt [new file with mode: 0644]
ext/simplexml/tests/sxe_002.phpt [new file with mode: 0644]
ext/simplexml/tests/sxe_003.phpt [new file with mode: 0644]
ext/simplexml/tests/sxe_004.phpt [new file with mode: 0644]
ext/simplexml/tests/sxe_005.phpt [new file with mode: 0644]
ext/simplexml/tests/sxe私はガラスを食べられます.xml [new file with mode: 0644]
ext/skeleton/.gitignore.in [new file with mode: 0644]
ext/skeleton/config.m4.in [new file with mode: 0644]
ext/skeleton/config.w32.in [new file with mode: 0644]
ext/skeleton/php_skeleton.h [new file with mode: 0644]
ext/skeleton/skeleton.c [new file with mode: 0644]
ext/skeleton/skeleton.stub.php [new file with mode: 0644]
ext/skeleton/skeleton_arginfo.h [new file with mode: 0644]
ext/skeleton/tests/001.phpt [new file with mode: 0644]
ext/skeleton/tests/002.phpt [new file with mode: 0644]
ext/skeleton/tests/003.phpt [new file with mode: 0644]
ext/snmp/CREDITS [new file with mode: 0644]
ext/snmp/config.m4 [new file with mode: 0644]
ext/snmp/config.w32 [new file with mode: 0644]
ext/snmp/php_snmp.h [new file with mode: 0644]
ext/snmp/snmp.c [new file with mode: 0644]
ext/snmp/snmp.stub.php [new file with mode: 0644]
ext/snmp/snmp_arginfo.h [new file with mode: 0644]
ext/snmp/tests/CONFLICTS [new file with mode: 0644]
ext/snmp/tests/README.md [new file with mode: 0644]
ext/snmp/tests/bigtest [new file with mode: 0755]
ext/snmp/tests/bug60749.phpt [new file with mode: 0644]
ext/snmp/tests/bug64124.phpt [new file with mode: 0644]
ext/snmp/tests/bug64159.phpt [new file with mode: 0644]
ext/snmp/tests/bug72479.phpt [new file with mode: 0644]
ext/snmp/tests/clean.inc [new file with mode: 0644]
ext/snmp/tests/generic_timeout_error.phpt [new file with mode: 0644]
ext/snmp/tests/ipv6.phpt [new file with mode: 0644]
ext/snmp/tests/skipif.inc [new file with mode: 0644]
ext/snmp/tests/snmp-object-errno-errstr.phpt [new file with mode: 0644]
ext/snmp/tests/snmp-object-error.phpt [new file with mode: 0644]
ext/snmp/tests/snmp-object-properties-error.phpt [new file with mode: 0644]
ext/snmp/tests/snmp-object-properties.phpt [new file with mode: 0644]
ext/snmp/tests/snmp-object-setSecurity_error.phpt [new file with mode: 0644]
ext/snmp/tests/snmp-object.phpt [new file with mode: 0644]
ext/snmp/tests/snmp2_get.phpt [new file with mode: 0644]
ext/snmp/tests/snmp2_getnext.phpt [new file with mode: 0644]
ext/snmp/tests/snmp2_real_walk.phpt [new file with mode: 0644]
ext/snmp/tests/snmp2_set-nomib.phpt [new file with mode: 0644]
ext/snmp/tests/snmp2_set.phpt [new file with mode: 0644]
ext/snmp/tests/snmp2_walk.phpt [new file with mode: 0644]
ext/snmp/tests/snmp3-error.phpt [new file with mode: 0644]
ext/snmp/tests/snmp3.phpt [new file with mode: 0644]
ext/snmp/tests/snmp_get_quick_print.phpt [new file with mode: 0644]
ext/snmp/tests/snmp_get_valueretrieval.phpt [new file with mode: 0644]
ext/snmp/tests/snmp_getvalue.phpt [new file with mode: 0644]
ext/snmp/tests/snmp_include.inc [new file with mode: 0644]
ext/snmp/tests/snmp_read_mib.phpt [new file with mode: 0644]
ext/snmp/tests/snmp_set_enum_print.phpt [new file with mode: 0644]
ext/snmp/tests/snmp_set_oid_output_format.phpt [new file with mode: 0644]
ext/snmp/tests/snmpd.conf [new file with mode: 0644]
ext/snmp/tests/snmpget.phpt [new file with mode: 0644]
ext/snmp/tests/snmpgetnext.phpt [new file with mode: 0644]
ext/snmp/tests/snmprealwalk.phpt [new file with mode: 0644]
ext/snmp/tests/snmpset-nomib.phpt [new file with mode: 0644]
ext/snmp/tests/snmpset.phpt [new file with mode: 0644]
ext/snmp/tests/snmpwalk.phpt [new file with mode: 0644]
ext/snmp/tests/wrong_hostname.phpt [new file with mode: 0644]
ext/soap/CREDITS [new file with mode: 0644]
ext/soap/config.m4 [new file with mode: 0644]
ext/soap/config.w32 [new file with mode: 0644]
ext/soap/php_encoding.c [new file with mode: 0644]
ext/soap/php_encoding.h [new file with mode: 0644]
ext/soap/php_http.c [new file with mode: 0644]
ext/soap/php_http.h [new file with mode: 0644]
ext/soap/php_packet_soap.c [new file with mode: 0644]
ext/soap/php_packet_soap.h [new file with mode: 0644]
ext/soap/php_schema.c [new file with mode: 0644]
ext/soap/php_schema.h [new file with mode: 0644]
ext/soap/php_sdl.c [new file with mode: 0644]
ext/soap/php_sdl.h [new file with mode: 0644]
ext/soap/php_soap.h [new file with mode: 0644]
ext/soap/php_xml.c [new file with mode: 0644]
ext/soap/php_xml.h [new file with mode: 0644]
ext/soap/soap.c [new file with mode: 0644]
ext/soap/soap.stub.php [new file with mode: 0644]
ext/soap/soap_arginfo.h [new file with mode: 0644]
ext/soap/tests/any.phpt [new file with mode: 0644]
ext/soap/tests/bug46760.phpt [new file with mode: 0644]
ext/soap/tests/bug47021.phpt [new file with mode: 0644]
ext/soap/tests/bug48557.phpt [new file with mode: 0644]
ext/soap/tests/bug48557.wsdl [new file with mode: 0644]
ext/soap/tests/bug49898.phpt [new file with mode: 0644]
ext/soap/tests/bug68361.phpt [new file with mode: 0644]
ext/soap/tests/bug68996.phpt [new file with mode: 0644]
ext/soap/tests/bug69137.phpt [new file with mode: 0644]
ext/soap/tests/bug69668.phpt [new file with mode: 0644]
ext/soap/tests/bug69668.wsdl [new file with mode: 0644]
ext/soap/tests/bug70211.phpt [new file with mode: 0644]
ext/soap/tests/bug70388.phpt [new file with mode: 0644]
ext/soap/tests/bug70875.phpt [new file with mode: 0644]
ext/soap/tests/bug70875.wsdl [new file with mode: 0644]
ext/soap/tests/bug71610.phpt [new file with mode: 0644]
ext/soap/tests/bug71711.phpt [new file with mode: 0644]
ext/soap/tests/bug71996.phpt [new file with mode: 0644]
ext/soap/tests/bug73037.phpt [new file with mode: 0644]
ext/soap/tests/bug73452.phpt [new file with mode: 0644]
ext/soap/tests/bug77088.phpt [new file with mode: 0644]
ext/soap/tests/bug77410.phpt [new file with mode: 0644]
ext/soap/tests/bug77410.wsdl [new file with mode: 0644]
ext/soap/tests/bug79357.phpt [new file with mode: 0644]
ext/soap/tests/bug79357.wsdl [new file with mode: 0644]
ext/soap/tests/bug79536.phpt [new file with mode: 0644]
ext/soap/tests/bug80672.phpt [new file with mode: 0644]
ext/soap/tests/bug80672.xml [new file with mode: 0644]
ext/soap/tests/bugs/bug27722.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug27722.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug27742.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug27742.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug28751.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug28969.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug28985.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug28985.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug29061.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug29061.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug29109.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug29109.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug29236.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug29236.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug29795.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug29795.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug29830.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug29839.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug29839.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug29844.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug29844.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug30045.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug30106.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug30106.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug30175.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug30175.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug30799.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug30928.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug30928.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug30994.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug31422.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug31695.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug31695.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug31755.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug32776.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug32776.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug32941.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug32941.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug34449.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug34453.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug34453.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug34643.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug34643.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug34657.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug35142.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug35142.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug35273.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug36226-2.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug36226-2.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug36226.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug36575.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug36575.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug36614.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug36614.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug36629.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug36908.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug36908.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug36999.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug36999.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug37013.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug37013.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug37083.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug37083.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug37278.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug38004.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug38004.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug38005.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug38055.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug38055.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug38067.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug38067.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug38536.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug38536.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug39121.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug39815.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug39832.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug39832.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug40609.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug40609.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug41004.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug41004.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug41097.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug41337.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug41337.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug41337_2.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug41337_2.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug41337_2_1.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug41566.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug42086.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug42086.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug42151.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug42183.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug42214.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug42326.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug42326.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug42359.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug42359.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug42488.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug42692.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug42692.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug43045.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug44686.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug44686.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug44811.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug44882.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug44882.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug46419.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug46427.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug47049.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug47049.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug47273.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug50675.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug50675.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug50698_1.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug50698_1.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug50698_2.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug50698_2.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug50698_3.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug50698_3.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug50698_4.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug50698_4.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug50762.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug50762.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug50997.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug50997.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug54911.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug55323.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug55323.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug65018.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug66112.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug66112.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug69085.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug69462.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug70469.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug73237.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug73237.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug73538.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug75502.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug76348.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug76348.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/bug76348.xsd [new file with mode: 0644]
ext/soap/tests/bugs/bug77141.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug77945.phpt [new file with mode: 0644]
ext/soap/tests/bugs/multiport.phpt [new file with mode: 0644]
ext/soap/tests/bugs/multiport.wsdl [new file with mode: 0644]
ext/soap/tests/bugs/xml.xsd [new file with mode: 0644]
ext/soap/tests/bugs/xml2.xsd [new file with mode: 0644]
ext/soap/tests/classmap.wsdl [new file with mode: 0644]
ext/soap/tests/classmap001.phpt [new file with mode: 0644]
ext/soap/tests/classmap002.phpt [new file with mode: 0644]
ext/soap/tests/classmap003.phpt [new file with mode: 0644]
ext/soap/tests/classmap003.wsdl [new file with mode: 0644]
ext/soap/tests/classmap004.phpt [new file with mode: 0644]
ext/soap/tests/custom_content_type.phpt [new file with mode: 0644]
ext/soap/tests/fault001.phpt [new file with mode: 0644]
ext/soap/tests/fault_warning.phpt [new file with mode: 0644]
ext/soap/tests/gh8538.phpt [new file with mode: 0644]
ext/soap/tests/gh8538.wsdl [new file with mode: 0644]
ext/soap/tests/gh9720.phpt [new file with mode: 0644]
ext/soap/tests/gh9720.wsdl [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_001p.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_001s.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_001w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_002p.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_002s.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_002w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_003p.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_003s.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_003w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_004p.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_004s.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_004w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_005p.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_005s.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_005w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_006p.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_006s.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_006w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_007p.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_007s.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_007w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_008p.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_008s.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_008w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_009p.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_009s.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_009w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_010p.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_010s.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_010w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_011p.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_011s.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_011w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_012p.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_012s.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_012w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_013p.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_013s.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_013w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_014p.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_014s.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_014w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_015p.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_015s.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_015w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_016p.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_016s.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_016w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_017p.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_017s.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_017w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_018p.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_018s.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_018w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_019p.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_019s.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_019w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_020p.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_020s.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_020w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_021p.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_021s.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_021w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_022p.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_022s.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_022w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_023p.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_023s.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_023w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_024p.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_024s.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/r2_base_024w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/round2_base.inc [new file with mode: 0644]
ext/soap/tests/interop/Round2/Base/round2_base.wsdl [new file with mode: 0644]
ext/soap/tests/interop/Round2/GroupB/r2_groupB_001p.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/GroupB/r2_groupB_001s.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/GroupB/r2_groupB_001w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/GroupB/r2_groupB_002p.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/GroupB/r2_groupB_002s.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/GroupB/r2_groupB_002w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/GroupB/r2_groupB_003p.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/GroupB/r2_groupB_003s.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/GroupB/r2_groupB_003w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/GroupB/r2_groupB_004p.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/GroupB/r2_groupB_004s.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/GroupB/r2_groupB_004w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/GroupB/r2_groupB_005p.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/GroupB/r2_groupB_005s.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/GroupB/r2_groupB_005w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round2/GroupB/round2_groupB.inc [new file with mode: 0644]
ext/soap/tests/interop/Round2/GroupB/round2_groupB.wsdl [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/imported/import1B.wsdl [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/imported/import2B.wsdl [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/imported/import2B.xsd [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/r3_groupD_compound1_001w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/r3_groupD_compound1_002w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/r3_groupD_compound1_003w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/r3_groupD_compound2_001w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/r3_groupD_doclit_001w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/r3_groupD_doclit_002w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/r3_groupD_doclit_003w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/r3_groupD_doclit_004w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/r3_groupD_doclitparams_001w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/r3_groupD_doclitparams_002w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/r3_groupD_doclitparams_003w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/r3_groupD_doclitparams_004w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/r3_groupD_emptysa_001w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/r3_groupD_import1_001w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/r3_groupD_import2_001w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/r3_groupD_import3_001w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/r3_groupD_import3_002w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/r3_groupD_rpcenc_001w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/r3_groupD_rpcenc_002w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/r3_groupD_rpcenc_003w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/r3_groupD_rpcenc_004w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/round3_groupD_compound1.inc [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/round3_groupD_compound1.wsdl [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/round3_groupD_compound2.inc [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/round3_groupD_compound2.wsdl [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/round3_groupD_doclit.inc [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/round3_groupD_doclit.wsdl [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/round3_groupD_doclitparams.inc [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/round3_groupD_doclitparams.wsdl [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/round3_groupD_emptysa.inc [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/round3_groupD_emptysa.wsdl [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/round3_groupD_import1.inc [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/round3_groupD_import1.wsdl [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/round3_groupD_import2.inc [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/round3_groupD_import2.wsdl [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/round3_groupD_import3.inc [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/round3_groupD_import3.wsdl [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/round3_groupD_rpcenc.inc [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupD/round3_groupD_rpcenc.wsdl [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_001w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_002w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_003w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_004w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_005w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_006w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupE/round3_groupE_list.inc [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupE/round3_groupE_list.wsdl [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupF/r3_groupF_ext_001w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupF/r3_groupF_extreq_001w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupF/r3_groupF_headers_001w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupF/r3_groupF_headers_002w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupF/r3_groupF_headers_003w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupF/r3_groupF_headers_004w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupF/round3_groupF_ext.inc [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupF/round3_groupF_ext.wsdl [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupF/round3_groupF_extreq.wsdl [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupF/round3_groupF_headers.inc [new file with mode: 0644]
ext/soap/tests/interop/Round3/GroupF/round3_groupF_headers.wsdl [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupG/round4_groupG_dimedoc.inc [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupG/round4_groupG_dimedoc.wsdl [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupG/round4_groupG_dimerpc.inc [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupG/round4_groupG_dimerpc.wsdl [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupG/round4_groupG_mimedoc.inc [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupG/round4_groupG_mimerpc.inc [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_doclit_001w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_doclit_002w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_doclit_003w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_doclit_004w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_doclit_005w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_doclit_006w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_doclit_007w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_doclit_008w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_doclit_009w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_doclit_010w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_rpcenc_001w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_rpcenc_002w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_rpcenc_003w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_rpcenc_004w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_rpcenc_005w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_rpcenc_006w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_rpcenc_007w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_rpcenc_008w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_rpcenc_009w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_rpcenc_010w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_001w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_002w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_003w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_004w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_005w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_006w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_007w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_008w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_009w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_010w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_011w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_012w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_013w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_014w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_015w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_016w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_017w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_001w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_002w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_003w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_004w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_005w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_006w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_007w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_008w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_009w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_010w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_011w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_012w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_013w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_014w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_015w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_016w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_017w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_soapfault_001w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_soapfault_002w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_soapfault_003w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/r4_groupH_soapfault_004w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/round4_groupH_complex_doclit.inc [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/round4_groupH_complex_doclit.wsdl [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/round4_groupH_complex_rpcenc.inc [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/round4_groupH_complex_rpcenc.wsdl [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/round4_groupH_simple_doclit.inc [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/round4_groupH_simple_doclit.wsdl [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/round4_groupH_simple_rpcenc.inc [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/round4_groupH_simple_rpcenc.wsdl [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/round4_groupH_soapfault.inc [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupH/round4_groupH_soapfault.wsdl [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_001w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_002w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_003w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_004w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_005w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_006w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_007w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_008w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_009w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_010w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_011w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_012w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_013w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_014w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_015w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_016w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_017w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_018w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_019w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_020w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_021w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_022w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_023w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_024w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_025w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_026w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_027w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_028w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_029w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_030w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_031w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_032w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_033w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_034w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_035w.phpt [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/round4_groupI_xsd.inc [new file with mode: 0644]
ext/soap/tests/interop/Round4/GroupI/round4_groupI_xsd.wsdl [new file with mode: 0644]
ext/soap/tests/schema/schema001.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema002.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema003.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema004.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema005.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema006.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema007.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema008.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema009.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema010.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema011.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema012.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema013.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema014.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema015.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema016.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema017.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema018.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema019.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema020.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema021.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema022.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema023.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema024.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema025.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema026.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema027.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema028.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema029.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema030.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema031.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema032.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema033.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema034.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema035.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema036.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema037.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema038.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema039.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema040.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema041.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema042.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema043.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema044.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema045.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema046.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema047.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema048.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema049.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema050.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema051.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema052.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema053.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema054.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema055.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema056.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema057.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema058.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema059.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema060.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema061.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema062.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema063.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema064.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema065.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema066.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema067.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema068.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema069.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema070.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema071.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema072.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema073.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema074.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema075.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema076.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema077.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema078.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema079.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema080.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema081.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema082.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema083.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema084.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema085.phpt [new file with mode: 0644]
ext/soap/tests/schema/test_schema.inc [new file with mode: 0644]
ext/soap/tests/server001.phpt [new file with mode: 0644]
ext/soap/tests/server002.phpt [new file with mode: 0644]
ext/soap/tests/server003.phpt [new file with mode: 0644]
ext/soap/tests/server004.phpt [new file with mode: 0644]
ext/soap/tests/server005.phpt [new file with mode: 0644]
ext/soap/tests/server006.phpt [new file with mode: 0644]
ext/soap/tests/server007.phpt [new file with mode: 0644]
ext/soap/tests/server008.phpt [new file with mode: 0644]
ext/soap/tests/server009.phpt [new file with mode: 0644]
ext/soap/tests/server010.phpt [new file with mode: 0644]
ext/soap/tests/server011.phpt [new file with mode: 0644]
ext/soap/tests/server012.phpt [new file with mode: 0644]
ext/soap/tests/server013.phpt [new file with mode: 0644]
ext/soap/tests/server014.phpt [new file with mode: 0644]
ext/soap/tests/server015.phpt [new file with mode: 0644]
ext/soap/tests/server016.phpt [new file with mode: 0644]
ext/soap/tests/server017.phpt [new file with mode: 0644]
ext/soap/tests/server018.phpt [new file with mode: 0644]
ext/soap/tests/server019.phpt [new file with mode: 0644]
ext/soap/tests/server020.phpt [new file with mode: 0644]
ext/soap/tests/server021.phpt [new file with mode: 0644]
ext/soap/tests/server022.phpt [new file with mode: 0644]
ext/soap/tests/server023.phpt [new file with mode: 0644]
ext/soap/tests/server024.phpt [new file with mode: 0644]
ext/soap/tests/server025.phpt [new file with mode: 0644]
ext/soap/tests/server025.wsdl [new file with mode: 0644]
ext/soap/tests/server026.phpt [new file with mode: 0644]
ext/soap/tests/server027.phpt [new file with mode: 0644]
ext/soap/tests/server028.phpt [new file with mode: 0644]
ext/soap/tests/server029.phpt [new file with mode: 0644]
ext/soap/tests/server030.phpt [new file with mode: 0644]
ext/soap/tests/server030.wsdl [new file with mode: 0644]
ext/soap/tests/server031.phpt [new file with mode: 0644]
ext/soap/tests/setheaders.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T01.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T02.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T03.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T04.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T05.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T10.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T11.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T12.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T13.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T14.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T15.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T19.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T22.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T23.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T24.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T25.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T26.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T27.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T28.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T29.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T30.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T31.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T32.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T33.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T34.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T35.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T36.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T37.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T38_1.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T38_2.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T39.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T40.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T41.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T42.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T43.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T44.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T45.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T46.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T47.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T48.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T49.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T50.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T51.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T52.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T53.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T54.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T55.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T56.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T57.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T58.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T59.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T60.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T61.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T63.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T64.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T65.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T66.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T67.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T68.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T69.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T70.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T71.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T72.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T73.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T74.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T75.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T76_1.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T76_2.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T77_1.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T77_2.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T77_3.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T78.phpt [new file with mode: 0644]
ext/soap/tests/soap12/T80.phpt [new file with mode: 0644]
ext/soap/tests/soap12/soap12-test.inc [new file with mode: 0644]
ext/soap/tests/soap12/soap12-test.wsdl [new file with mode: 0644]
ext/soap/tests/ssl_method_deprecation.phpt [new file with mode: 0644]
ext/soap/tests/test.wsdl [new file with mode: 0644]
ext/soap/tests/transport001.phpt [new file with mode: 0644]
ext/soap/tests/typemap001.phpt [new file with mode: 0644]
ext/soap/tests/typemap002.phpt [new file with mode: 0644]
ext/soap/tests/typemap003.phpt [new file with mode: 0644]
ext/soap/tests/typemap004.phpt [new file with mode: 0644]
ext/soap/tests/typemap005.phpt [new file with mode: 0644]
ext/soap/tests/typemap006.phpt [new file with mode: 0644]
ext/soap/tests/typemap007.phpt [new file with mode: 0644]
ext/soap/tests/typemap008.phpt [new file with mode: 0644]
ext/soap/tests/typemap009.phpt [new file with mode: 0644]
ext/soap/tests/typemap010.phpt [new file with mode: 0644]
ext/soap/tests/typemap011.phpt [new file with mode: 0644]
ext/soap/tests/typemap012.phpt [new file with mode: 0644]
ext/soap/tests/typemap013.phpt [new file with mode: 0644]
ext/sockets/CREDITS [new file with mode: 0644]
ext/sockets/config.m4 [new file with mode: 0644]
ext/sockets/config.w32 [new file with mode: 0644]
ext/sockets/conversions.c [new file with mode: 0644]
ext/sockets/conversions.h [new file with mode: 0644]
ext/sockets/multicast.c [new file with mode: 0644]
ext/sockets/multicast.h [new file with mode: 0644]
ext/sockets/php_sockets.h [new file with mode: 0644]
ext/sockets/sendrecvmsg.c [new file with mode: 0644]
ext/sockets/sendrecvmsg.h [new file with mode: 0644]
ext/sockets/sockaddr_conv.c [new file with mode: 0644]
ext/sockets/sockaddr_conv.h [new file with mode: 0644]
ext/sockets/sockets.c [new file with mode: 0644]
ext/sockets/sockets.stub.php [new file with mode: 0644]
ext/sockets/sockets_arginfo.h [new file with mode: 0644]
ext/sockets/tests/bug46360.phpt [new file with mode: 0644]
ext/sockets/tests/bug49341.phpt [new file with mode: 0644]
ext/sockets/tests/bug51958.phpt [new file with mode: 0644]
ext/sockets/tests/bug63000.phpt [new file with mode: 0644]
ext/sockets/tests/bug76839.phpt [new file with mode: 0644]
ext/sockets/tests/bug80723.phpt [new file with mode: 0644]
ext/sockets/tests/ipv4loop.phpt [new file with mode: 0644]
ext/sockets/tests/ipv6_skipif.inc [new file with mode: 0644]
ext/sockets/tests/ipv6loop.phpt [new file with mode: 0644]
ext/sockets/tests/mcast_helpers.php.inc [new file with mode: 0644]
ext/sockets/tests/mcast_ipv4_recv.phpt [new file with mode: 0644]
ext/sockets/tests/mcast_ipv4_send.phpt [new file with mode: 0644]
ext/sockets/tests/mcast_ipv4_send_error.phpt [new file with mode: 0644]
ext/sockets/tests/mcast_ipv6_recv.phpt [new file with mode: 0644]
ext/sockets/tests/mcast_ipv6_recv_limited.phpt [new file with mode: 0644]
ext/sockets/tests/mcast_ipv6_send.phpt [new file with mode: 0644]
ext/sockets/tests/socket_abstract_path.phpt [new file with mode: 0644]
ext/sockets/tests/socket_abstract_path_sendmsg.phpt [new file with mode: 0644]
ext/sockets/tests/socket_accept_failure.phpt [new file with mode: 0644]
ext/sockets/tests/socket_addrinfo_bind.phpt [new file with mode: 0644]
ext/sockets/tests/socket_addrinfo_connect.phpt [new file with mode: 0644]
ext/sockets/tests/socket_addrinfo_explain.phpt [new file with mode: 0644]
ext/sockets/tests/socket_addrinfo_lookup.phpt [new file with mode: 0644]
ext/sockets/tests/socket_bind.phpt [new file with mode: 0644]
ext/sockets/tests/socket_bpf_extensions.phpt [new file with mode: 0644]
ext/sockets/tests/socket_clear_error-win32.phpt [new file with mode: 0644]
ext/sockets/tests/socket_clear_error.phpt [new file with mode: 0644]
ext/sockets/tests/socket_cmsg_credentials.phpt [new file with mode: 0644]
ext/sockets/tests/socket_cmsg_credentials_fbsd.phpt [new file with mode: 0644]
ext/sockets/tests/socket_cmsg_rights.phpt [new file with mode: 0644]
ext/sockets/tests/socket_connect_params.phpt [new file with mode: 0644]
ext/sockets/tests/socket_create_listen-nobind.phpt [new file with mode: 0644]
ext/sockets/tests/socket_create_listen-win32.phpt [new file with mode: 0644]
ext/sockets/tests/socket_create_listen.phpt [new file with mode: 0644]
ext/sockets/tests/socket_create_listen_used.phpt [new file with mode: 0644]
ext/sockets/tests/socket_create_pair-wrongparams-win32.phpt [new file with mode: 0644]
ext/sockets/tests/socket_create_pair-wrongparams.phpt [new file with mode: 0644]
ext/sockets/tests/socket_create_pair.phpt [new file with mode: 0644]
ext/sockets/tests/socket_defer_acp.phpt [new file with mode: 0644]
ext/sockets/tests/socket_export_stream-1.phpt [new file with mode: 0644]
ext/sockets/tests/socket_export_stream-2.phpt [new file with mode: 0644]
ext/sockets/tests/socket_export_stream-3.phpt [new file with mode: 0644]
ext/sockets/tests/socket_export_stream-4-win.phpt [new file with mode: 0644]
ext/sockets/tests/socket_export_stream-4.phpt [new file with mode: 0644]
ext/sockets/tests/socket_export_stream-5.phpt [new file with mode: 0644]
ext/sockets/tests/socket_getopt.phpt [new file with mode: 0644]
ext/sockets/tests/socket_getpeername.phpt [new file with mode: 0644]
ext/sockets/tests/socket_getpeername_ipv4loop.phpt [new file with mode: 0644]
ext/sockets/tests/socket_getpeername_ipv6loop.phpt [new file with mode: 0644]
ext/sockets/tests/socket_getsockname.phpt [new file with mode: 0644]
ext/sockets/tests/socket_import_stream-1.phpt [new file with mode: 0644]
ext/sockets/tests/socket_import_stream-2.phpt [new file with mode: 0644]
ext/sockets/tests/socket_import_stream-3.phpt [new file with mode: 0644]
ext/sockets/tests/socket_import_stream-4-win.phpt [new file with mode: 0644]
ext/sockets/tests/socket_import_stream-4.phpt [new file with mode: 0644]
ext/sockets/tests/socket_import_stream-5.phpt [new file with mode: 0644]
ext/sockets/tests/socket_listen-wrongparams.phpt [new file with mode: 0644]
ext/sockets/tests/socket_meminfo.phpt [new file with mode: 0644]
ext/sockets/tests/socket_read_params.phpt [new file with mode: 0644]
ext/sockets/tests/socket_recvmsg.phpt [new file with mode: 0644]
ext/sockets/tests/socket_select-wrongparams-1-win32.phpt [new file with mode: 0644]
ext/sockets/tests/socket_select-wrongparams-1.phpt [new file with mode: 0644]
ext/sockets/tests/socket_select-wrongparams-2.phpt [new file with mode: 0644]
ext/sockets/tests/socket_select-wrongparams-4.phpt [new file with mode: 0644]
ext/sockets/tests/socket_select.phpt [new file with mode: 0644]
ext/sockets/tests/socket_select_error.phpt [new file with mode: 0644]
ext/sockets/tests/socket_send.phpt [new file with mode: 0644]
ext/sockets/tests/socket_send_params.phpt [new file with mode: 0644]
ext/sockets/tests/socket_sendrecvmsg_error.phpt [new file with mode: 0644]
ext/sockets/tests/socket_sendrecvmsg_multi_msg-unix.phpt [new file with mode: 0644]
ext/sockets/tests/socket_sendrecvmsg_multi_msg.phpt [new file with mode: 0644]
ext/sockets/tests/socket_sendto_params.phpt [new file with mode: 0644]
ext/sockets/tests/socket_sendto_zerocopy.phpt [new file with mode: 0644]
ext/sockets/tests/socket_sentto_recvfrom_ipv4_udp.phpt [new file with mode: 0644]
ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp-win32.phpt [new file with mode: 0644]
ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp.phpt [new file with mode: 0644]
ext/sockets/tests/socket_sentto_recvfrom_unix.phpt [new file with mode: 0644]
ext/sockets/tests/socket_set_block-retval.phpt [new file with mode: 0644]
ext/sockets/tests/socket_set_nonblock-retval.phpt [new file with mode: 0644]
ext/sockets/tests/socket_set_nonblock.phpt [new file with mode: 0644]
ext/sockets/tests/socket_set_option_acf.phpt [new file with mode: 0644]
ext/sockets/tests/socket_set_option_bindtodevice.phpt [new file with mode: 0644]
ext/sockets/tests/socket_set_option_error_socket_option.phpt [new file with mode: 0644]
ext/sockets/tests/socket_set_option_in6_pktinfo.phpt [new file with mode: 0644]
ext/sockets/tests/socket_set_option_rcvtimeo.phpt [new file with mode: 0644]
ext/sockets/tests/socket_set_option_seolinger.phpt [new file with mode: 0644]
ext/sockets/tests/socket_set_option_sndtimeo.phpt [new file with mode: 0644]
ext/sockets/tests/socket_setopt_basic.phpt [new file with mode: 0644]
ext/sockets/tests/socket_shutdown-win32.phpt [new file with mode: 0644]
ext/sockets/tests/socket_shutdown.phpt [new file with mode: 0644]
ext/sockets/tests/socket_strerror.phpt [new file with mode: 0644]
ext/sockets/tests/socket_tcp_congestion.phpt [new file with mode: 0644]
ext/sockets/tests/unixloop.phpt [new file with mode: 0644]
ext/sockets/tests/wsaprotocol_info_0.phpt [new file with mode: 0644]
ext/sockets/windows_common.h [new file with mode: 0644]
ext/sodium/CREDITS [new file with mode: 0644]
ext/sodium/README.md [new file with mode: 0644]
ext/sodium/config.m4 [new file with mode: 0644]
ext/sodium/config.w32 [new file with mode: 0644]
ext/sodium/libsodium.c [new file with mode: 0644]
ext/sodium/libsodium.stub.php [new file with mode: 0644]
ext/sodium/libsodium_arginfo.h [new file with mode: 0644]
ext/sodium/php_libsodium.h [new file with mode: 0644]
ext/sodium/sodium_pwhash.c [new file with mode: 0644]
ext/sodium/tests/bug78114.phpt [new file with mode: 0644]
ext/sodium/tests/bug78516.phpt [new file with mode: 0644]
ext/sodium/tests/crypto_aead.phpt [new file with mode: 0644]
ext/sodium/tests/crypto_auth.phpt [new file with mode: 0644]
ext/sodium/tests/crypto_box.phpt [new file with mode: 0644]
ext/sodium/tests/crypto_core_ristretto255.phpt [new file with mode: 0644]
ext/sodium/tests/crypto_generichash.phpt [new file with mode: 0644]
ext/sodium/tests/crypto_hex.phpt [new file with mode: 0644]
ext/sodium/tests/crypto_kdf.phpt [new file with mode: 0644]
ext/sodium/tests/crypto_kx.phpt [new file with mode: 0644]
ext/sodium/tests/crypto_scalarmult.phpt [new file with mode: 0644]
ext/sodium/tests/crypto_scalarmult_ristretto255.phpt [new file with mode: 0644]
ext/sodium/tests/crypto_secretbox.phpt [new file with mode: 0644]
ext/sodium/tests/crypto_secretstream.phpt [new file with mode: 0644]
ext/sodium/tests/crypto_shorthash.phpt [new file with mode: 0644]
ext/sodium/tests/crypto_sign.phpt [new file with mode: 0644]
ext/sodium/tests/crypto_stream.phpt [new file with mode: 0644]
ext/sodium/tests/crypto_stream_xchacha20.phpt [new file with mode: 0644]
ext/sodium/tests/exception_trace_without_args.phpt [new file with mode: 0644]
ext/sodium/tests/inc_add.phpt [new file with mode: 0644]
ext/sodium/tests/installed.phpt [new file with mode: 0644]
ext/sodium/tests/php_password_hash_argon2i.phpt [new file with mode: 0644]
ext/sodium/tests/php_password_hash_argon2id.phpt [new file with mode: 0644]
ext/sodium/tests/php_password_verify.phpt [new file with mode: 0644]
ext/sodium/tests/pwhash_argon2i.phpt [new file with mode: 0644]
ext/sodium/tests/pwhash_scrypt.phpt [new file with mode: 0644]
ext/sodium/tests/sodium_error_001.phpt [new file with mode: 0644]
ext/sodium/tests/utils.phpt [new file with mode: 0644]
ext/sodium/tests/version.phpt [new file with mode: 0644]
ext/spl/CREDITS [new file with mode: 0644]
ext/spl/config.m4 [new file with mode: 0644]
ext/spl/config.w32 [new file with mode: 0644]
ext/spl/php_spl.c [new file with mode: 0644]
ext/spl/php_spl.h [new file with mode: 0644]
ext/spl/php_spl.stub.php [new file with mode: 0644]
ext/spl/php_spl_arginfo.h [new file with mode: 0644]
ext/spl/spl_array.c [new file with mode: 0644]
ext/spl/spl_array.h [new file with mode: 0644]
ext/spl/spl_array.stub.php [new file with mode: 0644]
ext/spl/spl_array_arginfo.h [new file with mode: 0644]
ext/spl/spl_directory.c [new file with mode: 0644]
ext/spl/spl_directory.h [new file with mode: 0644]
ext/spl/spl_directory.stub.php [new file with mode: 0644]
ext/spl/spl_directory_arginfo.h [new file with mode: 0644]
ext/spl/spl_dllist.c [new file with mode: 0644]
ext/spl/spl_dllist.h [new file with mode: 0644]
ext/spl/spl_dllist.stub.php [new file with mode: 0644]
ext/spl/spl_dllist_arginfo.h [new file with mode: 0644]
ext/spl/spl_engine.h [new file with mode: 0644]
ext/spl/spl_exceptions.c [new file with mode: 0644]
ext/spl/spl_exceptions.h [new file with mode: 0644]
ext/spl/spl_exceptions.stub.php [new file with mode: 0644]
ext/spl/spl_exceptions_arginfo.h [new file with mode: 0644]
ext/spl/spl_fixedarray.c [new file with mode: 0644]
ext/spl/spl_fixedarray.h [new file with mode: 0644]
ext/spl/spl_fixedarray.stub.php [new file with mode: 0644]
ext/spl/spl_fixedarray_arginfo.h [new file with mode: 0644]
ext/spl/spl_functions.c [new file with mode: 0644]
ext/spl/spl_functions.h [new file with mode: 0644]
ext/spl/spl_heap.c [new file with mode: 0644]
ext/spl/spl_heap.h [new file with mode: 0644]
ext/spl/spl_heap.stub.php [new file with mode: 0644]
ext/spl/spl_heap_arginfo.h [new file with mode: 0644]
ext/spl/spl_iterators.c [new file with mode: 0644]
ext/spl/spl_iterators.h [new file with mode: 0644]
ext/spl/spl_iterators.stub.php [new file with mode: 0644]
ext/spl/spl_iterators_arginfo.h [new file with mode: 0644]
ext/spl/spl_observer.c [new file with mode: 0644]
ext/spl/spl_observer.h [new file with mode: 0644]
ext/spl/spl_observer.stub.php [new file with mode: 0644]
ext/spl/spl_observer_arginfo.h [new file with mode: 0644]
ext/spl/tests/AppendIterator_invalid_ctor.phpt [new file with mode: 0644]
ext/spl/tests/ArrayObject__serialize_saves_iterator_class.phpt [new file with mode: 0644]
ext/spl/tests/ArrayObject_clone_other_std_props.phpt [new file with mode: 0644]
ext/spl/tests/ArrayObject_dump_during_sort.phpt [new file with mode: 0644]
ext/spl/tests/ArrayObject_exchange_array_during_sorting.phpt [new file with mode: 0644]
ext/spl/tests/ArrayObject_get_object_vars.phpt [new file with mode: 0644]
ext/spl/tests/ArrayObject_illegal_offset.phpt [new file with mode: 0644]
ext/spl/tests/ArrayObject_modify_shared_object_properties.phpt [new file with mode: 0644]
ext/spl/tests/ArrayObject_overloaded_object_incompatible.phpt [new file with mode: 0644]
ext/spl/tests/ArrayObject_proptable_canonicalization.phpt [new file with mode: 0644]
ext/spl/tests/ArrayObject_sort_different_backing_storage.phpt [new file with mode: 0644]
ext/spl/tests/ArrayObject_std_props_no_recursion.phpt [new file with mode: 0644]
ext/spl/tests/ArrayObject_unserialize_empty_string.phpt [new file with mode: 0644]
ext/spl/tests/CallbackFilterIteratorTest-002.phpt [new file with mode: 0644]
ext/spl/tests/CallbackFilterIteratorTest.phpt [new file with mode: 0644]
ext/spl/tests/DirectoryIterator_by_reference.phpt [new file with mode: 0644]
ext/spl/tests/DirectoryIterator_empty_constructor.phpt [new file with mode: 0644]
ext/spl/tests/DirectoryIterator_getBasename_basic_test.phpt [new file with mode: 0644]
ext/spl/tests/DirectoryIterator_getExtension_basic.phpt [new file with mode: 0644]
ext/spl/tests/DirectoryIterator_getGroup_basic.phpt [new file with mode: 0644]
ext/spl/tests/DirectoryIterator_getInode_basic.phpt [new file with mode: 0644]
ext/spl/tests/DirectoryIterator_getInode_error.phpt [new file with mode: 0644]
ext/spl/tests/DirectoryIterator_getOwner_basic.phpt [new file with mode: 0644]
ext/spl/tests/DirectoryIterator_uninitialized.phpt [new file with mode: 0644]
ext/spl/tests/GlobIterator_internal_null_pointer.phpt [new file with mode: 0644]
ext/spl/tests/RecursiveCallbackFilterIteratorTest.phpt [new file with mode: 0644]
ext/spl/tests/RecursiveDirectoryIterator_getSubPath_basic.phpt [new file with mode: 0644]
ext/spl/tests/RecursiveDirectoryIterator_getSubPathname_basic.phpt [new file with mode: 0644]
ext/spl/tests/RecursiveDirectoryIterator_hasChildren.phpt [new file with mode: 0644]
ext/spl/tests/RecursiveIteratorIterator_dtor_order.phpt [new file with mode: 0644]
ext/spl/tests/RecursiveIteratorIterator_invalid_aggregate.phpt [new file with mode: 0644]
ext/spl/tests/RecursiveIteratorIterator_not_initialized.phpt [new file with mode: 0644]
ext/spl/tests/RegexIterator_with_reference_replacement.phpt [new file with mode: 0644]
ext/spl/tests/SPLDoublyLinkedList_iterate_by_reference.phpt [new file with mode: 0644]
ext/spl/tests/SplArray_fromArray.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_add_invalid_offset.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_add_null_offset.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_bottom_empty.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_consistent_iterator_mode.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_current.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_current_empty.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_debug-info.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_getIteratorMode.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_isEmpty_empty.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_isEmpty_not-empty.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_key.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_lifoMode.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_offsetExists_success.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_offsetGet_param_array.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_offsetGet_param_string.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_offsetUnset_greater_than_elements.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_offsetUnset_negative-parameter.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_serialization.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_top_empty.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublylinkedlist_offsetunset_first.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublylinkedlist_offsetunset_first002.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublylinkedlist_offsetunset_last.phpt [new file with mode: 0644]
ext/spl/tests/SplFileInfo_001.phpt [new file with mode: 0644]
ext/spl/tests/SplFileInfo_getExtension_basic-win32.phpt [new file with mode: 0644]
ext/spl/tests/SplFileInfo_getExtension_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplFileInfo_getGroup_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplFileInfo_getGroup_error.phpt [new file with mode: 0644]
ext/spl/tests/SplFileInfo_getInode_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplFileInfo_getInode_error.phpt [new file with mode: 0644]
ext/spl/tests/SplFileInfo_getOwner_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplFileInfo_getOwner_error.phpt [new file with mode: 0644]
ext/spl/tests/SplFileInfo_getPerms_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplFileInfo_getPerms_error.phpt [new file with mode: 0644]
ext/spl/tests/SplFileInfo_setFileClass_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplFileInfo_setFileClass_error.phpt [new file with mode: 0644]
ext/spl/tests/SplFileInfo_setInfoClass_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplFileInfo_setInfoClass_error.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_current_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_current_variation001.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_fflush_basic_001.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_fgetcsv_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_fgetcsv_delimiter_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_fgetcsv_delimiter_error.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_fgetcsv_enclosure_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_fgetcsv_enclosure_error.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_fgetcsv_escape_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_fgetcsv_escape_default.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_fgetcsv_escape_empty.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_fgetcsv_escape_error.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_fpassthru_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_fputcsv.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_fputcsv_002.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_fputcsv_variation1.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_fputcsv_variation10.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_fputcsv_variation11.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_fputcsv_variation12.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_fputcsv_variation13.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_fputcsv_variation14.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_fputcsv_variation15.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_fputcsv_variation16.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_fputcsv_variation5.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_fputcsv_variation6.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_fputcsv_variation7.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_fputcsv_variation8.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_fscanf_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_fstat_with_basic_fstat_disabled.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_ftruncate_error_001.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_fwrite_variation_001.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_fwrite_variation_002.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_getCsvControl_basic_001.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_getCurrentLine_invalid_override.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_getchildren_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_getflags_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_getflags_error001.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_getflags_variation001.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_haschildren_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_key_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_key_error001.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_key_error002.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_key_fgets_and_seek.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_next_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_next_variation001.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_next_variation002.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_rewind_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_rewind_variation001.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_seek_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_seek_error002.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_seek_error_001.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_setCsvControl_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_setCsvControl_error001.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_setCsvControl_error002.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_setCsvControl_error003.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_setCsvControl_variation001.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_setCsvControl_variation002.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/SplFileObject_testinput.csv [new file with mode: 0644]
ext/spl/tests/SplFileObject/bug36258.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/bug46053.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/bug46569.csv [new file with mode: 0644]
ext/spl/tests/SplFileObject/bug46569.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/bug51374.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/bug51532.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/bug52573.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/bug54292.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/bug60201.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/bug62004.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/bug62004.txt [new file with mode: 0644]
ext/spl/tests/SplFileObject/bug64782.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/bug65545.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/bug67805.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/bug68479.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/bug72884.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/bug75917.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/bug77024.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/bug78976.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/bug79710.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/bug80933.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/bug81477.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/fgetcsv_blank_file.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/fileobject_001a.txt [new file with mode: 0644]
ext/spl/tests/SplFileObject/fileobject_001b.txt [new file with mode: 0644]
ext/spl/tests/SplFileObject/fileobject_002.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/fileobject_003.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/fileobject_004.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/fileobject_005.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/fileobject_checktype_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/fileobject_getbasename_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/fileobject_getcurrentline_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/fileobject_getfileinfo_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/fileobject_getmaxlinelen_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/fileobject_getsize_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/fileobject_setmaxlinelen_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/fileobject_setmaxlinelen_error001.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/gh8121.csv [new file with mode: 0644]
ext/spl/tests/SplFileObject/gh8121.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject/gh8273.phpt [new file with mode: 0644]
ext/spl/tests/SplFileinfo_debugInfo_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplFileinfo_getBasename_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplFileinfo_getFilename_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray__construct_param_array.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray__construct_param_null.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray__construct_param_string.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_change_size_during_iteration.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_construct_param_SplFixedArray.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_fromarray_indexes.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_fromarray_non_indexes.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_fromarray_param_multiarray.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_indirect_modification.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_nested_foreach.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_offsetExists_less_than_zero.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_offsetUnset_string.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_override_getIterator.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_override_offsetGet_only.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_serialize.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_setSize_destruct.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_setSize_filled_to_smaller.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_setSize_param_null.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_setSize_reduce.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_setsize_001.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_setsize_grow.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_setsize_shrink.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_toArray_empty.phpt [new file with mode: 0644]
ext/spl/tests/SplHeap_isEmpty.phpt [new file with mode: 0644]
ext/spl/tests/SplHeap_with_by_reference_compare.phpt [new file with mode: 0644]
ext/spl/tests/SplObjectStorage_coalesce.phpt [new file with mode: 0644]
ext/spl/tests/SplObjectStorage_current_empty_storage.phpt [new file with mode: 0644]
ext/spl/tests/SplObjectStorage_getHash.phpt [new file with mode: 0644]
ext/spl/tests/SplObjectStorage_getInfo_empty_storage.phpt [new file with mode: 0644]
ext/spl/tests/SplObjectStorage_offsetGet.phpt [new file with mode: 0644]
ext/spl/tests/SplObjectStorage_offsetGet_missing_object.phpt [new file with mode: 0644]
ext/spl/tests/SplObjectStorage_removeAllExcept_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplObjectStorage_setInfo_empty_storage.phpt [new file with mode: 0644]
ext/spl/tests/SplObjectStorage_unserialize_bad.phpt [new file with mode: 0644]
ext/spl/tests/SplObjectStorage_unserialize_invalid_parameter2.phpt [new file with mode: 0644]
ext/spl/tests/SplObjectStorage_unserialize_invalid_parameter3.phpt [new file with mode: 0644]
ext/spl/tests/SplObjectStorage_unserialize_nested.phpt [new file with mode: 0644]
ext/spl/tests/SplObjectStorage_unserialize_reference.phpt [new file with mode: 0644]
ext/spl/tests/SplObjectStorage_unset.phpt [new file with mode: 0644]
ext/spl/tests/SplObjectStorage_var_dump.phpt [new file with mode: 0644]
ext/spl/tests/SplPriorityQueue_setExtractFlags_zero.phpt [new file with mode: 0644]
ext/spl/tests/SplQueue_setIteratorMode.phpt [new file with mode: 0644]
ext/spl/tests/SplQueue_setIteratorMode_param_lifo.phpt [new file with mode: 0644]
ext/spl/tests/SplStack_setIteratorMode.phpt [new file with mode: 0644]
ext/spl/tests/SplTempFileObject_constructor_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplTempFileObject_constructor_error.phpt [new file with mode: 0644]
ext/spl/tests/SplTempFileObject_constructor_maxmemory_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplTempFileObject_constructor_memory_lt1_variation.phpt [new file with mode: 0644]
ext/spl/tests/arrayIterator_ksort_basic1.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject___construct_basic1.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject___construct_basic2.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject___construct_basic3.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject___construct_basic4.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject___construct_basic5.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject___construct_basic6.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject___construct_basic7.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject___construct_error1.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject___construct_error2.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject_asort_basic1.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject_asort_basic2.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject_clone_basic1.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject_clone_basic2.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject_clone_basic3.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject_count_basic1.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject_exchangeArray_basic1.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject_exchangeArray_basic2.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject_exchangeArray_basic3.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject_getFlags_basic1.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject_getFlags_basic2.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject_getIteratorClass_basic1.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject_ksort_basic1.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject_ksort_basic2.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject_magicMethods1.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject_magicMethods2.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject_magicMethods3.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject_magicMethods4.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject_magicMethods5.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject_magicMethods6.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject_natcasesort_basic1.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject_natsort_basic1.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject_offsetExists_nullcheck.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject_setFlags_basic1.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject_setFlags_basic2.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject_setIteratorClass_error1.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject_uasort_basic1.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject_uasort_error1.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject_uksort_basic1.phpt [new file with mode: 0644]
ext/spl/tests/arrayObject_uksort_error1.phpt [new file with mode: 0644]
ext/spl/tests/array_001.phpt [new file with mode: 0644]
ext/spl/tests/array_002.phpt [new file with mode: 0644]
ext/spl/tests/array_003.phpt [new file with mode: 0644]
ext/spl/tests/array_004.phpt [new file with mode: 0644]
ext/spl/tests/array_005.phpt [new file with mode: 0644]
ext/spl/tests/array_006.phpt [new file with mode: 0644]
ext/spl/tests/array_007.phpt [new file with mode: 0644]
ext/spl/tests/array_008.phpt [new file with mode: 0644]
ext/spl/tests/array_009.phpt [new file with mode: 0644]
ext/spl/tests/array_009a.phpt [new file with mode: 0644]
ext/spl/tests/array_010.phpt [new file with mode: 0644]
ext/spl/tests/array_011.phpt [new file with mode: 0644]
ext/spl/tests/array_012.phpt [new file with mode: 0644]
ext/spl/tests/array_013.phpt [new file with mode: 0644]
ext/spl/tests/array_014.phpt [new file with mode: 0644]
ext/spl/tests/array_015.phpt [new file with mode: 0644]
ext/spl/tests/array_016.phpt [new file with mode: 0644]
ext/spl/tests/array_017.phpt [new file with mode: 0644]
ext/spl/tests/array_018.phpt [new file with mode: 0644]
ext/spl/tests/array_019.phpt [new file with mode: 0644]
ext/spl/tests/array_020.phpt [new file with mode: 0644]
ext/spl/tests/array_021.phpt [new file with mode: 0644]
ext/spl/tests/array_022.phpt [new file with mode: 0644]
ext/spl/tests/array_023.phpt [new file with mode: 0644]
ext/spl/tests/array_024.phpt [new file with mode: 0644]
ext/spl/tests/array_025.phpt [new file with mode: 0644]
ext/spl/tests/array_026.phpt [new file with mode: 0644]
ext/spl/tests/array_027.phpt [new file with mode: 0644]
ext/spl/tests/array_028.phpt [new file with mode: 0644]
ext/spl/tests/bug28822.phpt [new file with mode: 0644]
ext/spl/tests/bug31185.phpt [new file with mode: 0644]
ext/spl/tests/bug31346.phpt [new file with mode: 0644]
ext/spl/tests/bug31348.phpt [new file with mode: 0644]
ext/spl/tests/bug31926.phpt [new file with mode: 0644]
ext/spl/tests/bug32134.phpt [new file with mode: 0644]
ext/spl/tests/bug32394.phpt [new file with mode: 0644]
ext/spl/tests/bug33136.phpt [new file with mode: 0644]
ext/spl/tests/bug34548.phpt [new file with mode: 0644]
ext/spl/tests/bug36287.phpt [new file with mode: 0644]
ext/spl/tests/bug36825.phpt [new file with mode: 0644]
ext/spl/tests/bug36941.phpt [new file with mode: 0644]
ext/spl/tests/bug37457.phpt [new file with mode: 0644]
ext/spl/tests/bug38325.phpt [new file with mode: 0644]
ext/spl/tests/bug38618.phpt [new file with mode: 0644]
ext/spl/tests/bug40036.phpt [new file with mode: 0644]
ext/spl/tests/bug40091.phpt [new file with mode: 0644]
ext/spl/tests/bug40442.phpt [new file with mode: 0644]
ext/spl/tests/bug40872.phpt [new file with mode: 0644]
ext/spl/tests/bug41528.phpt [new file with mode: 0644]
ext/spl/tests/bug41691.phpt [new file with mode: 0644]
ext/spl/tests/bug41692.phpt [new file with mode: 0644]
ext/spl/tests/bug41828.phpt [new file with mode: 0644]
ext/spl/tests/bug42364.phpt [new file with mode: 0644]
ext/spl/tests/bug42654.phpt [new file with mode: 0644]
ext/spl/tests/bug42654_2.phpt [new file with mode: 0644]
ext/spl/tests/bug42703.phpt [new file with mode: 0644]
ext/spl/tests/bug44144.phpt [new file with mode: 0644]
ext/spl/tests/bug44615.phpt [new file with mode: 0644]
ext/spl/tests/bug45614.phpt [new file with mode: 0644]
ext/spl/tests/bug45622.phpt [new file with mode: 0644]
ext/spl/tests/bug45622b.phpt [new file with mode: 0644]
ext/spl/tests/bug45826.phpt [new file with mode: 0644]
ext/spl/tests/bug46031.phpt [new file with mode: 0644]
ext/spl/tests/bug46051.phpt [new file with mode: 0644]
ext/spl/tests/bug46088.phpt [new file with mode: 0644]
ext/spl/tests/bug46115.phpt [new file with mode: 0644]
ext/spl/tests/bug46160.phpt [new file with mode: 0644]
ext/spl/tests/bug47534.phpt [new file with mode: 0644]
ext/spl/tests/bug48023.phpt [new file with mode: 0644]
ext/spl/tests/bug48361.phpt [new file with mode: 0644]
ext/spl/tests/bug48493.phpt [new file with mode: 0644]
ext/spl/tests/bug49263.phpt [new file with mode: 0644]
ext/spl/tests/bug49723.phpt [new file with mode: 0644]
ext/spl/tests/bug49972.phpt [new file with mode: 0644]
ext/spl/tests/bug50579.phpt [new file with mode: 0644]
ext/spl/tests/bug51068.phpt [new file with mode: 0644]
ext/spl/tests/bug51119.phpt [new file with mode: 0644]
ext/spl/tests/bug52238.phpt [new file with mode: 0644]
ext/spl/tests/bug52339.phpt [new file with mode: 0644]
ext/spl/tests/bug52861.phpt [new file with mode: 0644]
ext/spl/tests/bug53071.phpt [new file with mode: 0644]
ext/spl/tests/bug53144.phpt [new file with mode: 0644]
ext/spl/tests/bug53362.phpt [new file with mode: 0644]
ext/spl/tests/bug53515.phpt [new file with mode: 0644]
ext/spl/tests/bug54281.phpt [new file with mode: 0644]
ext/spl/tests/bug54291.phpt [new file with mode: 0644]
ext/spl/tests/bug54304.phpt [new file with mode: 0644]
ext/spl/tests/bug54323.phpt [new file with mode: 0644]
ext/spl/tests/bug54384.phpt [new file with mode: 0644]
ext/spl/tests/bug54970.phpt [new file with mode: 0644]
ext/spl/tests/bug54971.phpt [new file with mode: 0644]
ext/spl/tests/bug55157_variation.phpt [new file with mode: 0644]
ext/spl/tests/bug55701.phpt [new file with mode: 0644]
ext/spl/tests/bug61326.phpt [new file with mode: 0644]
ext/spl/tests/bug61347.phpt [new file with mode: 0644]
ext/spl/tests/bug61418.phpt [new file with mode: 0644]
ext/spl/tests/bug61453.phpt [new file with mode: 0644]
ext/spl/tests/bug61527.phpt [new file with mode: 0644]
ext/spl/tests/bug61697.phpt [new file with mode: 0644]
ext/spl/tests/bug61828.phpt [new file with mode: 0644]
ext/spl/tests/bug62059.phpt [new file with mode: 0644]
ext/spl/tests/bug62073.phpt [new file with mode: 0644]
ext/spl/tests/bug62262.phpt [new file with mode: 0644]
ext/spl/tests/bug62328.phpt [new file with mode: 0644]
ext/spl/tests/bug62433.phpt [new file with mode: 0644]
ext/spl/tests/bug62616.phpt [new file with mode: 0644]
ext/spl/tests/bug62672.phpt [new file with mode: 0644]
ext/spl/tests/bug62904.phpt [new file with mode: 0644]
ext/spl/tests/bug62978.phpt [new file with mode: 0644]
ext/spl/tests/bug63680.phpt [new file with mode: 0644]
ext/spl/tests/bug64023.phpt [new file with mode: 0644]
ext/spl/tests/bug64106.phpt [new file with mode: 0644]
ext/spl/tests/bug64228.phpt [new file with mode: 0644]
ext/spl/tests/bug64264.phpt [new file with mode: 0644]
ext/spl/tests/bug65006.phpt [new file with mode: 0644]
ext/spl/tests/bug65069.phpt [new file with mode: 0644]
ext/spl/tests/bug65213.phpt [new file with mode: 0644]
ext/spl/tests/bug65328.phpt [new file with mode: 0644]
ext/spl/tests/bug65387.phpt [new file with mode: 0644]
ext/spl/tests/bug65967.phpt [new file with mode: 0644]
ext/spl/tests/bug66127.phpt [new file with mode: 0644]
ext/spl/tests/bug66405.phpt [new file with mode: 0644]
ext/spl/tests/bug66702.phpt [new file with mode: 0644]
ext/spl/tests/bug66834.phpt [new file with mode: 0644]
ext/spl/tests/bug67247.phpt [new file with mode: 0644]
ext/spl/tests/bug67359.phpt [new file with mode: 0644]
ext/spl/tests/bug67360.phpt [new file with mode: 0644]
ext/spl/tests/bug67538.phpt [new file with mode: 0644]
ext/spl/tests/bug67539.phpt [new file with mode: 0644]
ext/spl/tests/bug67582.phpt [new file with mode: 0644]
ext/spl/tests/bug68128-USE_KEY.phpt [new file with mode: 0644]
ext/spl/tests/bug68128.phpt [new file with mode: 0644]
ext/spl/tests/bug68175.phpt [new file with mode: 0644]
ext/spl/tests/bug68557.phpt [new file with mode: 0644]
ext/spl/tests/bug68825.phpt [new file with mode: 0644]
ext/spl/tests/bug69108.phpt [new file with mode: 0644]
ext/spl/tests/bug69181.phpt [new file with mode: 0644]
ext/spl/tests/bug69227.phpt [new file with mode: 0644]
ext/spl/tests/bug69264.phpt [new file with mode: 0644]
ext/spl/tests/bug69335.phpt [new file with mode: 0644]
ext/spl/tests/bug69737.phpt [new file with mode: 0644]
ext/spl/tests/bug69845.phpt [new file with mode: 0644]
ext/spl/tests/bug69970.phpt [new file with mode: 0644]
ext/spl/tests/bug70053.phpt [new file with mode: 0644]
ext/spl/tests/bug70068.phpt [new file with mode: 0644]
ext/spl/tests/bug70155.phpt [new file with mode: 0644]
ext/spl/tests/bug70166.phpt [new file with mode: 0644]
ext/spl/tests/bug70168.phpt [new file with mode: 0644]
ext/spl/tests/bug70169.phpt [new file with mode: 0644]
ext/spl/tests/bug70303.phpt [new file with mode: 0644]
ext/spl/tests/bug70365.phpt [new file with mode: 0644]
ext/spl/tests/bug70366.phpt [new file with mode: 0644]
ext/spl/tests/bug70561.phpt [new file with mode: 0644]
ext/spl/tests/bug70573.phpt [new file with mode: 0644]
ext/spl/tests/bug70730.phpt [new file with mode: 0644]
ext/spl/tests/bug70852.phpt [new file with mode: 0644]
ext/spl/tests/bug70853.phpt [new file with mode: 0644]
ext/spl/tests/bug70868.phpt [new file with mode: 0644]
ext/spl/tests/bug70959.phpt [new file with mode: 0644]
ext/spl/tests/bug71028.phpt [new file with mode: 0644]
ext/spl/tests/bug71153.phpt [new file with mode: 0644]
ext/spl/tests/bug71202.phpt [new file with mode: 0644]
ext/spl/tests/bug71204.phpt [new file with mode: 0644]
ext/spl/tests/bug71236.phpt [new file with mode: 0644]
ext/spl/tests/bug71412.phpt [new file with mode: 0644]
ext/spl/tests/bug71617.phpt [new file with mode: 0644]
ext/spl/tests/bug71735.phpt [new file with mode: 0644]
ext/spl/tests/bug71838.phpt [new file with mode: 0644]
ext/spl/tests/bug72051.phpt [new file with mode: 0644]
ext/spl/tests/bug72684.phpt [new file with mode: 0644]
ext/spl/tests/bug72888.phpt [new file with mode: 0644]
ext/spl/tests/bug73029.phpt [new file with mode: 0644]
ext/spl/tests/bug73209.phpt [new file with mode: 0644]
ext/spl/tests/bug73423.phpt [new file with mode: 0644]
ext/spl/tests/bug73471.phpt [new file with mode: 0644]
ext/spl/tests/bug73629.phpt [new file with mode: 0644]
ext/spl/tests/bug73686.phpt [new file with mode: 0644]
ext/spl/tests/bug73896.phpt [new file with mode: 0644]
ext/spl/tests/bug74058.phpt [new file with mode: 0644]
ext/spl/tests/bug74372.phpt [new file with mode: 0644]
ext/spl/tests/bug74478.phpt [new file with mode: 0644]
ext/spl/tests/bug74519.phpt [new file with mode: 0644]
ext/spl/tests/bug74669.phpt [new file with mode: 0644]
ext/spl/tests/bug75049.phpt [new file with mode: 0644]
ext/spl/tests/bug75155.phpt [new file with mode: 0644]
ext/spl/tests/bug75173.phpt [new file with mode: 0644]
ext/spl/tests/bug75242.phpt [new file with mode: 0644]
ext/spl/tests/bug75673.phpt [new file with mode: 0644]
ext/spl/tests/bug75717.phpt [new file with mode: 0644]
ext/spl/tests/bug76367.phpt [new file with mode: 0644]
ext/spl/tests/bug77263.phpt [new file with mode: 0644]
ext/spl/tests/bug77298.phpt [new file with mode: 0644]
ext/spl/tests/bug77359.phpt [new file with mode: 0644]
ext/spl/tests/bug77360.phpt [new file with mode: 0644]
ext/spl/tests/bug77431.phpt [new file with mode: 0644]
ext/spl/tests/bug77751.phpt [new file with mode: 0644]
ext/spl/tests/bug77903.phpt [new file with mode: 0644]
ext/spl/tests/bug78409.phpt [new file with mode: 0644]
ext/spl/tests/bug78436.phpt [new file with mode: 0644]
ext/spl/tests/bug78456.phpt [new file with mode: 0644]
ext/spl/tests/bug78863.phpt [new file with mode: 0644]
ext/spl/tests/bug79151.phpt [new file with mode: 0644]
ext/spl/tests/bug79393.phpt [new file with mode: 0644]
ext/spl/tests/bug79432.phpt [new file with mode: 0644]
ext/spl/tests/bug79987.phpt [new file with mode: 0644]
ext/spl/tests/bug80111.phpt [new file with mode: 0644]
ext/spl/tests/bug80663.phpt [new file with mode: 0644]
ext/spl/tests/bug80719.phpt [new file with mode: 0644]
ext/spl/tests/bug80724.phpt [new file with mode: 0644]
ext/spl/tests/bug81587.phpt [new file with mode: 0644]
ext/spl/tests/bug81691.phpt [new file with mode: 0644]
ext/spl/tests/class_implements_basic.phpt [new file with mode: 0644]
ext/spl/tests/class_implements_basic2.phpt [new file with mode: 0644]
ext/spl/tests/class_implements_variation.phpt [new file with mode: 0644]
ext/spl/tests/class_implements_variation1.phpt [new file with mode: 0644]
ext/spl/tests/class_uses_basic.phpt [new file with mode: 0644]
ext/spl/tests/class_uses_basic2.phpt [new file with mode: 0644]
ext/spl/tests/class_uses_variation.phpt [new file with mode: 0644]
ext/spl/tests/class_uses_variation1.phpt [new file with mode: 0644]
ext/spl/tests/countable_class_basic1.phpt [new file with mode: 0644]
ext/spl/tests/countable_count_variation1.phpt [new file with mode: 0644]
ext/spl/tests/dit_001.phpt [new file with mode: 0644]
ext/spl/tests/dit_001_noglob.phpt [new file with mode: 0644]
ext/spl/tests/dit_002.phpt [new file with mode: 0644]
ext/spl/tests/dit_003.phpt [new file with mode: 0644]
ext/spl/tests/dit_004.phpt [new file with mode: 0644]
ext/spl/tests/dit_005.phpt [new file with mode: 0644]
ext/spl/tests/dit_006.phpt [new file with mode: 0644]
ext/spl/tests/dllist_001.phpt [new file with mode: 0644]
ext/spl/tests/dllist_002.phpt [new file with mode: 0644]
ext/spl/tests/dllist_003.phpt [new file with mode: 0644]
ext/spl/tests/dllist_004.phpt [new file with mode: 0644]
ext/spl/tests/dllist_005.phpt [new file with mode: 0644]
ext/spl/tests/dllist_006.phpt [new file with mode: 0644]
ext/spl/tests/dllist_007.phpt [new file with mode: 0644]
ext/spl/tests/dllist_008.phpt [new file with mode: 0644]
ext/spl/tests/dllist_010.phpt [new file with mode: 0644]
ext/spl/tests/dllist_011.phpt [new file with mode: 0644]
ext/spl/tests/dllist_012.phpt [new file with mode: 0644]
ext/spl/tests/dllist_013.phpt [new file with mode: 0644]
ext/spl/tests/dllist_memleak.phpt [new file with mode: 0644]
ext/spl/tests/dualiterator.inc [new file with mode: 0644]
ext/spl/tests/dualiterator_001.phpt [new file with mode: 0644]
ext/spl/tests/filesystemiterator_flags.phpt [new file with mode: 0644]
ext/spl/tests/filesystemiterator_leak.phpt [new file with mode: 0644]
ext/spl/tests/filesystemiterator_no_skip_dots.phpt [new file with mode: 0644]
ext/spl/tests/fixedarray_001.phpt [new file with mode: 0644]
ext/spl/tests/fixedarray_002.phpt [new file with mode: 0644]
ext/spl/tests/fixedarray_003.phpt [new file with mode: 0644]
ext/spl/tests/fixedarray_004.phpt [new file with mode: 0644]
ext/spl/tests/fixedarray_006.phpt [new file with mode: 0644]
ext/spl/tests/fixedarray_007.phpt [new file with mode: 0644]
ext/spl/tests/fixedarray_008.phpt [new file with mode: 0644]
ext/spl/tests/fixedarray_010.phpt [new file with mode: 0644]
ext/spl/tests/fixedarray_012.phpt [new file with mode: 0644]
ext/spl/tests/fixedarray_013.phpt [new file with mode: 0644]
ext/spl/tests/fixedarray_014.phpt [new file with mode: 0644]
ext/spl/tests/fixedarray_016.phpt [new file with mode: 0644]
ext/spl/tests/fixedarray_018.phpt [new file with mode: 0644]
ext/spl/tests/fixedarray_020.phpt [new file with mode: 0644]
ext/spl/tests/fixedarray_021.phpt [new file with mode: 0644]
ext/spl/tests/fixedarray_022.phpt [new file with mode: 0644]
ext/spl/tests/fixedarray_023.phpt [new file with mode: 0644]
ext/spl/tests/fixedarray_024.phpt [new file with mode: 0644]
ext/spl/tests/gh10011.phpt [new file with mode: 0644]
ext/spl/tests/gh10248.phpt [new file with mode: 0644]
ext/spl/tests/gh10519.phpt [new file with mode: 0644]
ext/spl/tests/gh10907.phpt [new file with mode: 0644]
ext/spl/tests/gh10925.phpt [new file with mode: 0644]
ext/spl/tests/gh11178.phpt [new file with mode: 0644]
ext/spl/tests/gh7809.phpt [new file with mode: 0644]
ext/spl/tests/gh8044.phpt [new file with mode: 0644]
ext/spl/tests/gh8318.phpt [new file with mode: 0644]
ext/spl/tests/gh8366.phpt [new file with mode: 0644]
ext/spl/tests/gh9883-extra.phpt [new file with mode: 0644]
ext/spl/tests/gh9883.phpt [new file with mode: 0644]
ext/spl/tests/heap_001.phpt [new file with mode: 0644]
ext/spl/tests/heap_002.phpt [new file with mode: 0644]
ext/spl/tests/heap_003.phpt [new file with mode: 0644]
ext/spl/tests/heap_004.phpt [new file with mode: 0644]
ext/spl/tests/heap_005.phpt [new file with mode: 0644]
ext/spl/tests/heap_006.phpt [new file with mode: 0644]
ext/spl/tests/heap_007.phpt [new file with mode: 0644]
ext/spl/tests/heap_008.phpt [new file with mode: 0644]
ext/spl/tests/heap_009.phpt [new file with mode: 0644]
ext/spl/tests/heap_010.phpt [new file with mode: 0644]
ext/spl/tests/heap_011.phpt [new file with mode: 0644]
ext/spl/tests/heap_012.phpt [new file with mode: 0644]
ext/spl/tests/heap_corruption.phpt [new file with mode: 0644]
ext/spl/tests/heap_current_variation_001.phpt [new file with mode: 0644]
ext/spl/tests/heap_it_current_empty.phpt [new file with mode: 0644]
ext/spl/tests/heap_top_variation_002.phpt [new file with mode: 0644]
ext/spl/tests/heap_top_variation_003.phpt [new file with mode: 0644]
ext/spl/tests/iterator_001.phpt [new file with mode: 0644]
ext/spl/tests/iterator_002.phpt [new file with mode: 0644]
ext/spl/tests/iterator_003.phpt [new file with mode: 0644]
ext/spl/tests/iterator_004.phpt [new file with mode: 0644]
ext/spl/tests/iterator_005.phpt [new file with mode: 0644]
ext/spl/tests/iterator_006.phpt [new file with mode: 0644]
ext/spl/tests/iterator_007.phpt [new file with mode: 0644]
ext/spl/tests/iterator_008.phpt [new file with mode: 0644]
ext/spl/tests/iterator_009.phpt [new file with mode: 0644]
ext/spl/tests/iterator_010.phpt [new file with mode: 0644]
ext/spl/tests/iterator_011.phpt [new file with mode: 0644]
ext/spl/tests/iterator_012.phpt [new file with mode: 0644]
ext/spl/tests/iterator_013.phpt [new file with mode: 0644]
ext/spl/tests/iterator_014.phpt [new file with mode: 0644]
ext/spl/tests/iterator_015.phpt [new file with mode: 0644]
ext/spl/tests/iterator_016.phpt [new file with mode: 0644]
ext/spl/tests/iterator_021.phpt [new file with mode: 0644]
ext/spl/tests/iterator_022.phpt [new file with mode: 0644]
ext/spl/tests/iterator_023.phpt [new file with mode: 0644]
ext/spl/tests/iterator_024.phpt [new file with mode: 0644]
ext/spl/tests/iterator_025.phpt [new file with mode: 0644]
ext/spl/tests/iterator_026.phpt [new file with mode: 0644]
ext/spl/tests/iterator_027.phpt [new file with mode: 0644]
ext/spl/tests/iterator_028.phpt [new file with mode: 0644]
ext/spl/tests/iterator_029.phpt [new file with mode: 0644]
ext/spl/tests/iterator_030.phpt [new file with mode: 0644]
ext/spl/tests/iterator_031.phpt [new file with mode: 0644]
ext/spl/tests/iterator_032.phpt [new file with mode: 0644]
ext/spl/tests/iterator_033.phpt [new file with mode: 0644]
ext/spl/tests/iterator_034.phpt [new file with mode: 0644]
ext/spl/tests/iterator_035.phpt [new file with mode: 0644]
ext/spl/tests/iterator_036.phpt [new file with mode: 0644]
ext/spl/tests/iterator_037.phpt [new file with mode: 0644]
ext/spl/tests/iterator_038.phpt [new file with mode: 0644]
ext/spl/tests/iterator_039.phpt [new file with mode: 0644]
ext/spl/tests/iterator_040.phpt [new file with mode: 0644]
ext/spl/tests/iterator_041.phpt [new file with mode: 0644]
ext/spl/tests/iterator_041a.phpt [new file with mode: 0644]
ext/spl/tests/iterator_041b.phpt [new file with mode: 0644]
ext/spl/tests/iterator_042.phpt [new file with mode: 0644]
ext/spl/tests/iterator_043.phpt [new file with mode: 0644]
ext/spl/tests/iterator_044.phpt [new file with mode: 0644]
ext/spl/tests/iterator_045.phpt [new file with mode: 0644]
ext/spl/tests/iterator_046.phpt [new file with mode: 0644]
ext/spl/tests/iterator_047.phpt [new file with mode: 0644]
ext/spl/tests/iterator_048.phpt [new file with mode: 0644]
ext/spl/tests/iterator_049.phpt [new file with mode: 0644]
ext/spl/tests/iterator_049b.phpt [new file with mode: 0644]
ext/spl/tests/iterator_050.phpt [new file with mode: 0644]
ext/spl/tests/iterator_051.phpt [new file with mode: 0644]
ext/spl/tests/iterator_052.phpt [new file with mode: 0644]
ext/spl/tests/iterator_053.phpt [new file with mode: 0644]
ext/spl/tests/iterator_054.phpt [new file with mode: 0644]
ext/spl/tests/iterator_055.phpt [new file with mode: 0644]
ext/spl/tests/iterator_056.phpt [new file with mode: 0644]
ext/spl/tests/iterator_057.phpt [new file with mode: 0644]
ext/spl/tests/iterator_058.phpt [new file with mode: 0644]
ext/spl/tests/iterator_062.phpt [new file with mode: 0644]
ext/spl/tests/iterator_067.phpt [new file with mode: 0644]
ext/spl/tests/iterator_068.phpt [new file with mode: 0644]
ext/spl/tests/iterator_069.phpt [new file with mode: 0644]
ext/spl/tests/iterator_070.phpt [new file with mode: 0644]
ext/spl/tests/iterator_071.phpt [new file with mode: 0644]
ext/spl/tests/iterator_count.phpt [new file with mode: 0644]
ext/spl/tests/iterator_count_array.phpt [new file with mode: 0644]
ext/spl/tests/iterator_count_exception.phpt [new file with mode: 0644]
ext/spl/tests/iterator_to_array.phpt [new file with mode: 0644]
ext/spl/tests/iterator_to_array_array.phpt [new file with mode: 0644]
ext/spl/tests/iterator_to_array_nonscalar_keys.phpt [new file with mode: 0644]
ext/spl/tests/multiple_iterator_001.phpt [new file with mode: 0644]
ext/spl/tests/observer_001.phpt [new file with mode: 0644]
ext/spl/tests/observer_002.phpt [new file with mode: 0644]
ext/spl/tests/observer_003.phpt [new file with mode: 0644]
ext/spl/tests/observer_004.phpt [new file with mode: 0644]
ext/spl/tests/observer_005.phpt [new file with mode: 0644]
ext/spl/tests/observer_006.phpt [new file with mode: 0644]
ext/spl/tests/observer_007.phpt [new file with mode: 0644]
ext/spl/tests/observer_008.phpt [new file with mode: 0644]
ext/spl/tests/observer_009.phpt [new file with mode: 0644]
ext/spl/tests/observer_010.phpt [new file with mode: 0644]
ext/spl/tests/pqueue_001.phpt [new file with mode: 0644]
ext/spl/tests/pqueue_002.phpt [new file with mode: 0644]
ext/spl/tests/pqueue_003.phpt [new file with mode: 0644]
ext/spl/tests/pqueue_004.phpt [new file with mode: 0644]
ext/spl/tests/pqueue_compare_basic.phpt [new file with mode: 0644]
ext/spl/tests/pqueue_current_error.phpt [new file with mode: 0644]
ext/spl/tests/recursiveIteratorIterator_beginchildren_error.phpt [new file with mode: 0644]
ext/spl/tests/recursiveIteratorIterator_callHasChildren_error.phpt [new file with mode: 0644]
ext/spl/tests/recursiveIteratorIterator_endchildren_error.phpt [new file with mode: 0644]
ext/spl/tests/recursiveIteratorIterator_nextelement_error.phpt [new file with mode: 0644]
ext/spl/tests/recursive_tree_iterator_001.phpt [new file with mode: 0644]
ext/spl/tests/recursive_tree_iterator_002.phpt [new file with mode: 0644]
ext/spl/tests/recursive_tree_iterator_003.phpt [new file with mode: 0644]
ext/spl/tests/recursive_tree_iterator_004.phpt [new file with mode: 0644]
ext/spl/tests/recursive_tree_iterator_005.phpt [new file with mode: 0644]
ext/spl/tests/recursive_tree_iterator_006.phpt [new file with mode: 0644]
ext/spl/tests/recursive_tree_iterator_007.phpt [new file with mode: 0644]
ext/spl/tests/recursive_tree_iterator_008.phpt [new file with mode: 0644]
ext/spl/tests/recursive_tree_iterator_setpostfix.phpt [new file with mode: 0644]
ext/spl/tests/recursivecomparedualiterator.inc [new file with mode: 0644]
ext/spl/tests/recursivedualiterator.inc [new file with mode: 0644]
ext/spl/tests/recursiveiteratoriterator_beginiteration_basic.phpt [new file with mode: 0644]
ext/spl/tests/recursiveiteratoriterator_enditeration_basic.phpt [new file with mode: 0644]
ext/spl/tests/recursiveiteratoriterator_getsubiterator_basic.phpt [new file with mode: 0644]
ext/spl/tests/recursiveiteratoriterator_getsubiterator_variation.phpt [new file with mode: 0644]
ext/spl/tests/recursiveiteratoriterator_getsubiterator_variation_002.phpt [new file with mode: 0644]
ext/spl/tests/recursiveiteratoriterator_getsubiterator_variation_003.phpt [new file with mode: 0644]
ext/spl/tests/recursiveiteratoriterator_nextelement_basic.phpt [new file with mode: 0644]
ext/spl/tests/regexIterator_flags_basic.phpt [new file with mode: 0644]
ext/spl/tests/regexIterator_mode_basic.phpt [new file with mode: 0644]
ext/spl/tests/regexIterator_setMode_error.phpt [new file with mode: 0644]
ext/spl/tests/regexiterator_getpregflags.phpt [new file with mode: 0644]
ext/spl/tests/regexiterator_getregex.phpt [new file with mode: 0644]
ext/spl/tests/regexiterator_setpregflags.phpt [new file with mode: 0644]
ext/spl/tests/serialize_property_tables.phpt [new file with mode: 0644]
ext/spl/tests/spl_001.phpt [new file with mode: 0644]
ext/spl/tests/spl_002.phpt [new file with mode: 0644]
ext/spl/tests/spl_003.phpt [new file with mode: 0644]
ext/spl/tests/spl_004.phpt [new file with mode: 0644]
ext/spl/tests/spl_006.phpt [new file with mode: 0644]
ext/spl/tests/spl_007.phpt [new file with mode: 0644]
ext/spl/tests/spl_autoload_001.phpt [new file with mode: 0644]
ext/spl/tests/spl_autoload_002.phpt [new file with mode: 0644]
ext/spl/tests/spl_autoload_003.phpt [new file with mode: 0644]
ext/spl/tests/spl_autoload_004.phpt [new file with mode: 0644]
ext/spl/tests/spl_autoload_005.phpt [new file with mode: 0644]
ext/spl/tests/spl_autoload_006.phpt [new file with mode: 0644]
ext/spl/tests/spl_autoload_007.phpt [new file with mode: 0644]
ext/spl/tests/spl_autoload_008.phpt [new file with mode: 0644]
ext/spl/tests/spl_autoload_009.phpt [new file with mode: 0644]
ext/spl/tests/spl_autoload_010.phpt [new file with mode: 0644]
ext/spl/tests/spl_autoload_011.phpt [new file with mode: 0644]
ext/spl/tests/spl_autoload_012.phpt [new file with mode: 0644]
ext/spl/tests/spl_autoload_013.phpt [new file with mode: 0644]
ext/spl/tests/spl_autoload_014.phpt [new file with mode: 0644]
ext/spl/tests/spl_autoload_bug48541.phpt [new file with mode: 0644]
ext/spl/tests/spl_autoload_call_basic.phpt [new file with mode: 0644]
ext/spl/tests/spl_autoload_called_scope.phpt [new file with mode: 0644]
ext/spl/tests/spl_autoload_throw_with_spl_autoloader_call_as_autoloader.phpt [new file with mode: 0644]
ext/spl/tests/spl_autoload_warn_on_false_do_throw.phpt [new file with mode: 0644]
ext/spl/tests/spl_caching_iterator_constructor_flags.phpt [new file with mode: 0644]
ext/spl/tests/spl_cachingiterator___toString_basic.phpt [new file with mode: 0644]
ext/spl/tests/spl_classes.phpt [new file with mode: 0644]
ext/spl/tests/spl_fileinfo_getextension_leadingdot.phpt [new file with mode: 0644]
ext/spl/tests/spl_fileinfo_getlinktarget_basic.phpt [new file with mode: 0644]
ext/spl/tests/spl_heap_count_basic.phpt [new file with mode: 0644]
ext/spl/tests/spl_heap_is_empty_basic.phpt [new file with mode: 0644]
ext/spl/tests/spl_heap_isempty.phpt [new file with mode: 0644]
ext/spl/tests/spl_heap_iteration_error.phpt [new file with mode: 0644]
ext/spl/tests/spl_iterator_apply_error.phpt [new file with mode: 0644]
ext/spl/tests/spl_iterator_apply_error_001.phpt [new file with mode: 0644]
ext/spl/tests/spl_iterator_caching_count_basic.phpt [new file with mode: 0644]
ext/spl/tests/spl_iterator_caching_count_error.phpt [new file with mode: 0644]
ext/spl/tests/spl_iterator_caching_getcache_error.phpt [new file with mode: 0644]
ext/spl/tests/spl_iterator_getcallchildren.phpt [new file with mode: 0644]
ext/spl/tests/spl_iterator_iterator_constructor.phpt [new file with mode: 0644]
ext/spl/tests/spl_iterator_recursive_getiterator_error.phpt [new file with mode: 0644]
ext/spl/tests/spl_iterator_to_array_error.phpt [new file with mode: 0644]
ext/spl/tests/spl_limit_iterator_check_limits.phpt [new file with mode: 0644]
ext/spl/tests/spl_object_id.phpt [new file with mode: 0644]
ext/spl/tests/spl_pq_top_basic.phpt [new file with mode: 0644]
ext/spl/tests/spl_pq_top_error_corrupt.phpt [new file with mode: 0644]
ext/spl/tests/spl_pq_top_error_empty.phpt [new file with mode: 0644]
ext/spl/tests/spl_pqueue_gc.phpt [new file with mode: 0644]
ext/spl/tests/spl_recursive_iterator_iterator_key_case.phpt [new file with mode: 0644]
ext/spl/tests/splfixedarray_json_encode.phpt [new file with mode: 0644]
ext/spl/tests/splfixedarray_offsetExists_larger.phpt [new file with mode: 0644]
ext/spl/tests/testclass [new file with mode: 0644]
ext/spl/tests/testclass.class.inc [new file with mode: 0644]
ext/spl/tests/testclass.inc [new file with mode: 0644]
ext/spl/tests/testclass.php.inc [new file with mode: 0644]
ext/spl/tests/unserialize.phpt [new file with mode: 0644]
ext/spl/tests/unserialize_errors.phpt [new file with mode: 0644]
ext/sqlite3/CREDITS [new file with mode: 0644]
ext/sqlite3/config.w32 [new file with mode: 0644]
ext/sqlite3/config0.m4 [new file with mode: 0644]
ext/sqlite3/php_sqlite3.h [new file with mode: 0644]
ext/sqlite3/php_sqlite3_structs.h [new file with mode: 0644]
ext/sqlite3/sqlite3.c [new file with mode: 0644]
ext/sqlite3/sqlite3.stub.php [new file with mode: 0644]
ext/sqlite3/sqlite3_arginfo.h [new file with mode: 0644]
ext/sqlite3/tests/bug45798.phpt [new file with mode: 0644]
ext/sqlite3/tests/bug47159.phpt [new file with mode: 0644]
ext/sqlite3/tests/bug53463.phpt [new file with mode: 0644]
ext/sqlite3/tests/bug63921-32bit.phpt [new file with mode: 0644]
ext/sqlite3/tests/bug63921-64bit.phpt [new file with mode: 0644]
ext/sqlite3/tests/bug66550.phpt [new file with mode: 0644]
ext/sqlite3/tests/bug68760.phpt [new file with mode: 0644]
ext/sqlite3/tests/bug69972.phpt [new file with mode: 0644]
ext/sqlite3/tests/bug70628.phpt [new file with mode: 0644]
ext/sqlite3/tests/bug71049.phpt [new file with mode: 0644]
ext/sqlite3/tests/bug72571.phpt [new file with mode: 0644]
ext/sqlite3/tests/bug72668.phpt [new file with mode: 0644]
ext/sqlite3/tests/bug73068.phpt [new file with mode: 0644]
ext/sqlite3/tests/bug73333.phpt [new file with mode: 0644]
ext/sqlite3/tests/bug76665.phpt [new file with mode: 0644]
ext/sqlite3/tests/bug77051.phpt [new file with mode: 0644]
ext/sqlite3/tests/bug79294.phpt [new file with mode: 0644]
ext/sqlite3/tests/bug81742.phpt [new file with mode: 0644]
ext/sqlite3/tests/exception_from_toString.phpt [new file with mode: 0644]
ext/sqlite3/tests/gh9032.phpt [new file with mode: 0644]
ext/sqlite3/tests/new_db.inc [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_01_open-mb.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_01_open.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_02_create.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_02_open.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_03_insert.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_04_update.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_05_delete.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_06_prepared_stmt.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_07_prepared_stmt.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_08_udf.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_09_blob_bound_param.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_10_bound_value_name.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_11_numrows.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_12_unfinalized_stmt_cleanup.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_13_skip_all_cleanup.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_14_querysingle.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_15_open_error-win.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_15_open_error.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_16_select_no_results.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_17_version.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_18_changes.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_19_columninfo.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_20_error.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_21_security.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_22_loadextension.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_23_escape_string.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_24_last_insert_rowid.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_25_create_aggregate.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_26_reset_prepared_stmt.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_27_reset_prepared_stmt_result.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_28_clear_bindings.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_29_createfunction.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_30_blobopen.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_31_changes.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_31_open.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_33_createAggregate_notcallable.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_33_load_extension_param.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_33_reset.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_34_load_extension_ext_dir.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_35_stmt_readonly.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_36_create_collation.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_37_createfunction_flags.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_38_backup.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_38_extended_error.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_39_toggleExtended.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_40_setauthorizer.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_bind_bug68849.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_blob_bind_resource.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_bound_value_at_name.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_busyTimeout.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_defensive.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_enable_exceptions.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_open_empty_string.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_prepare_001.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_prepare_faultystmt.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_prepare_with_empty_string.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3_rename_column.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3stmt_getsql.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3stmt_getsql_expanded.phpt [new file with mode: 0644]
ext/sqlite3/tests/sqlite3stmt_paramCount_basic.phpt [new file with mode: 0644]
ext/sqlite3/tests/stream_test.inc [new file with mode: 0644]
ext/standard/Makefile.frag [new file with mode: 0644]
ext/standard/Makefile.frag.w32 [new file with mode: 0644]
ext/standard/array.c [new file with mode: 0644]
ext/standard/assert.c [new file with mode: 0644]
ext/standard/base64.c [new file with mode: 0644]
ext/standard/base64.h [new file with mode: 0644]
ext/standard/basic_functions.c [new file with mode: 0755]
ext/standard/basic_functions.h [new file with mode: 0644]
ext/standard/basic_functions.stub.php [new file with mode: 0755]
ext/standard/basic_functions_arginfo.h [new file with mode: 0644]
ext/standard/browscap.c [new file with mode: 0644]
ext/standard/config.m4 [new file with mode: 0644]
ext/standard/config.w32 [new file with mode: 0644]
ext/standard/crc32.c [new file with mode: 0644]
ext/standard/crc32.h [new file with mode: 0644]
ext/standard/crc32_x86.c [new file with mode: 0644]
ext/standard/crc32_x86.h [new file with mode: 0644]
ext/standard/credits.c [new file with mode: 0644]
ext/standard/credits.h [new file with mode: 0644]
ext/standard/credits_ext.h [new file with mode: 0644]
ext/standard/credits_sapi.h [new file with mode: 0644]
ext/standard/crypt.c [new file with mode: 0644]
ext/standard/crypt_blowfish.c [new file with mode: 0644]
ext/standard/crypt_blowfish.h [new file with mode: 0644]
ext/standard/crypt_freesec.c [new file with mode: 0644]
ext/standard/crypt_freesec.h [new file with mode: 0644]
ext/standard/crypt_sha256.c [new file with mode: 0644]
ext/standard/crypt_sha512.c [new file with mode: 0644]
ext/standard/css.c [new file with mode: 0644]
ext/standard/css.h [new file with mode: 0644]
ext/standard/datetime.c [new file with mode: 0644]
ext/standard/datetime.h [new file with mode: 0644]
ext/standard/dir.c [new file with mode: 0644]
ext/standard/dir.stub.php [new file with mode: 0755]
ext/standard/dir_arginfo.h [new file with mode: 0644]
ext/standard/dl.c [new file with mode: 0644]
ext/standard/dl.h [new file with mode: 0644]
ext/standard/dl.stub.php [new file with mode: 0644]
ext/standard/dl_arginfo.h [new file with mode: 0644]
ext/standard/dns.c [new file with mode: 0644]
ext/standard/dns_win32.c [new file with mode: 0644]
ext/standard/exec.c [new file with mode: 0644]
ext/standard/exec.h [new file with mode: 0644]
ext/standard/file.c [new file with mode: 0644]
ext/standard/file.h [new file with mode: 0644]
ext/standard/file.stub.php [new file with mode: 0644]
ext/standard/file_arginfo.h [new file with mode: 0644]
ext/standard/filestat.c [new file with mode: 0644]
ext/standard/filters.c [new file with mode: 0644]
ext/standard/flock_compat.c [new file with mode: 0644]
ext/standard/flock_compat.h [new file with mode: 0644]
ext/standard/formatted_print.c [new file with mode: 0644]
ext/standard/fsock.c [new file with mode: 0644]
ext/standard/fsock.h [new file with mode: 0644]
ext/standard/ftok.c [new file with mode: 0644]
ext/standard/ftp_fopen_wrapper.c [new file with mode: 0644]
ext/standard/head.c [new file with mode: 0644]
ext/standard/head.h [new file with mode: 0644]
ext/standard/hrtime.c [new file with mode: 0644]
ext/standard/hrtime.h [new file with mode: 0644]
ext/standard/html.c [new file with mode: 0644]
ext/standard/html.h [new file with mode: 0644]
ext/standard/html_tables.h [new file with mode: 0644]
ext/standard/html_tables/ents_basic.txt [new file with mode: 0644]
ext/standard/html_tables/ents_basic_apos.txt [new file with mode: 0644]
ext/standard/html_tables/ents_html401.txt [new file with mode: 0644]
ext/standard/html_tables/ents_html5.txt [new file with mode: 0644]
ext/standard/html_tables/ents_xhtml.txt [new file with mode: 0644]
ext/standard/html_tables/html_table_gen.php [new file with mode: 0755]
ext/standard/html_tables/mappings/8859-1.TXT [new file with mode: 0644]
ext/standard/html_tables/mappings/8859-15.TXT [new file with mode: 0644]
ext/standard/html_tables/mappings/8859-5.TXT [new file with mode: 0644]
ext/standard/html_tables/mappings/CP1251.TXT [new file with mode: 0644]
ext/standard/html_tables/mappings/CP1252.TXT [new file with mode: 0644]
ext/standard/html_tables/mappings/CP866.TXT [new file with mode: 0644]
ext/standard/html_tables/mappings/KOI8-R.TXT [new file with mode: 0644]
ext/standard/html_tables/mappings/ROMAN.TXT [new file with mode: 0644]
ext/standard/http.c [new file with mode: 0644]
ext/standard/http_fopen_wrapper.c [new file with mode: 0644]
ext/standard/image.c [new file with mode: 0644]
ext/standard/incomplete_class.c [new file with mode: 0644]
ext/standard/info.c [new file with mode: 0644]
ext/standard/info.h [new file with mode: 0644]
ext/standard/iptc.c [new file with mode: 0644]
ext/standard/levenshtein.c [new file with mode: 0644]
ext/standard/libavifinfo/LICENSE [new file with mode: 0644]
ext/standard/libavifinfo/PATENTS [new file with mode: 0644]
ext/standard/libavifinfo/README.md [new file with mode: 0644]
ext/standard/libavifinfo/avifinfo.c [new file with mode: 0644]
ext/standard/libavifinfo/avifinfo.h [new file with mode: 0644]
ext/standard/link.c [new file with mode: 0644]
ext/standard/mail.c [new file with mode: 0644]
ext/standard/math.c [new file with mode: 0644]
ext/standard/md5.c [new file with mode: 0644]
ext/standard/md5.h [new file with mode: 0644]
ext/standard/metaphone.c [new file with mode: 0644]
ext/standard/microtime.c [new file with mode: 0644]
ext/standard/net.c [new file with mode: 0644]
ext/standard/pack.c [new file with mode: 0644]
ext/standard/pack.h [new file with mode: 0644]
ext/standard/pageinfo.c [new file with mode: 0644]
ext/standard/pageinfo.h [new file with mode: 0644]
ext/standard/password.c [new file with mode: 0644]
ext/standard/php_array.h [new file with mode: 0644]
ext/standard/php_assert.h [new file with mode: 0644]
ext/standard/php_browscap.h [new file with mode: 0644]
ext/standard/php_crypt.h [new file with mode: 0644]
ext/standard/php_crypt_r.c [new file with mode: 0644]
ext/standard/php_crypt_r.h [new file with mode: 0644]
ext/standard/php_dir.h [new file with mode: 0644]
ext/standard/php_dns.h [new file with mode: 0644]
ext/standard/php_ext_syslog.h [new file with mode: 0644]
ext/standard/php_filestat.h [new file with mode: 0644]
ext/standard/php_fopen_wrapper.c [new file with mode: 0644]
ext/standard/php_fopen_wrappers.h [new file with mode: 0644]
ext/standard/php_http.h [new file with mode: 0644]
ext/standard/php_image.h [new file with mode: 0644]
ext/standard/php_incomplete_class.h [new file with mode: 0644]
ext/standard/php_lcg.h [new file with mode: 0644]
ext/standard/php_mail.h [new file with mode: 0644]
ext/standard/php_math.h [new file with mode: 0644]
ext/standard/php_mt_rand.h [new file with mode: 0644]
ext/standard/php_net.h [new file with mode: 0644]
ext/standard/php_password.h [new file with mode: 0644]
ext/standard/php_rand.h [new file with mode: 0644]
ext/standard/php_random.h [new file with mode: 0644]
ext/standard/php_smart_string.h [new file with mode: 0644]
ext/standard/php_smart_string_public.h [new file with mode: 0644]
ext/standard/php_standard.h [new file with mode: 0644]
ext/standard/php_string.h [new file with mode: 0644]
ext/standard/php_uuencode.h [new file with mode: 0644]
ext/standard/php_var.h [new file with mode: 0644]
ext/standard/php_versioning.h [new file with mode: 0644]
ext/standard/proc_open.c [new file with mode: 0644]
ext/standard/proc_open.h [new file with mode: 0644]
ext/standard/quot_print.c [new file with mode: 0644]
ext/standard/quot_print.h [new file with mode: 0644]
ext/standard/scanf.c [new file with mode: 0644]
ext/standard/scanf.h [new file with mode: 0644]
ext/standard/sha1.c [new file with mode: 0644]
ext/standard/sha1.h [new file with mode: 0644]
ext/standard/soundex.c [new file with mode: 0644]
ext/standard/streamsfuncs.c [new file with mode: 0644]
ext/standard/streamsfuncs.h [new file with mode: 0644]
ext/standard/string.c [new file with mode: 0644]
ext/standard/strnatcmp.c [new file with mode: 0644]
ext/standard/syslog.c [new file with mode: 0644]
ext/standard/tests/array/001.phpt [new file with mode: 0644]
ext/standard/tests/array/002.phpt [new file with mode: 0644]
ext/standard/tests/array/003.phpt [new file with mode: 0644]
ext/standard/tests/array/004.phpt [new file with mode: 0644]
ext/standard/tests/array/005.phpt [new file with mode: 0644]
ext/standard/tests/array/006.phpt [new file with mode: 0644]
ext/standard/tests/array/007.phpt [new file with mode: 0644]
ext/standard/tests/array/008.phpt [new file with mode: 0644]
ext/standard/tests/array/009.phpt [new file with mode: 0644]
ext/standard/tests/array/array_change_key_case.phpt [new file with mode: 0644]
ext/standard/tests/array/array_change_key_case_variation.phpt [new file with mode: 0644]
ext/standard/tests/array/array_change_key_case_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/array_change_key_case_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/array_change_key_case_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/array_change_key_case_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/array_change_key_case_variation7.phpt [new file with mode: 0644]
ext/standard/tests/array/array_change_key_case_variation8.phpt [new file with mode: 0644]
ext/standard/tests/array/array_chunk2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_chunk_basic1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_chunk_basic2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_chunk_variation10.phpt [new file with mode: 0644]
ext/standard/tests/array/array_chunk_variation11.phpt [new file with mode: 0644]
ext/standard/tests/array/array_chunk_variation12.phpt [new file with mode: 0644]
ext/standard/tests/array/array_chunk_variation13.phpt [new file with mode: 0644]
ext/standard/tests/array/array_chunk_variation14.phpt [new file with mode: 0644]
ext/standard/tests/array/array_chunk_variation15.phpt [new file with mode: 0644]
ext/standard/tests/array/array_chunk_variation16.phpt [new file with mode: 0644]
ext/standard/tests/array/array_chunk_variation17.phpt [new file with mode: 0644]
ext/standard/tests/array/array_chunk_variation18.phpt [new file with mode: 0644]
ext/standard/tests/array/array_chunk_variation19.phpt [new file with mode: 0644]
ext/standard/tests/array/array_chunk_variation20.phpt [new file with mode: 0644]
ext/standard/tests/array/array_chunk_variation21.phpt [new file with mode: 0644]
ext/standard/tests/array/array_chunk_variation22.phpt [new file with mode: 0644]
ext/standard/tests/array/array_chunk_variation23.phpt [new file with mode: 0644]
ext/standard/tests/array/array_chunk_variation24.phpt [new file with mode: 0644]
ext/standard/tests/array/array_chunk_variation25.phpt [new file with mode: 0644]
ext/standard/tests/array/array_chunk_variation26.phpt [new file with mode: 0644]
ext/standard/tests/array/array_chunk_variation27.phpt [new file with mode: 0644]
ext/standard/tests/array/array_chunk_variation28.phpt [new file with mode: 0644]
ext/standard/tests/array/array_chunk_variation29.phpt [new file with mode: 0644]
ext/standard/tests/array/array_chunk_variation30.phpt [new file with mode: 0644]
ext/standard/tests/array/array_chunk_variation31.phpt [new file with mode: 0644]
ext/standard/tests/array/array_chunk_variation32.phpt [new file with mode: 0644]
ext/standard/tests/array/array_chunk_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/array_chunk_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/array_chunk_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/array_chunk_variation7.phpt [new file with mode: 0644]
ext/standard/tests/array/array_chunk_variation8.phpt [new file with mode: 0644]
ext/standard/tests/array/array_chunk_variation9.phpt [new file with mode: 0644]
ext/standard/tests/array/array_column_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/array_column_numeric_string_key.phpt [new file with mode: 0644]
ext/standard/tests/array/array_column_object_cast.phpt [new file with mode: 0644]
ext/standard/tests/array/array_column_property_visibility.phpt [new file with mode: 0644]
ext/standard/tests/array/array_column_scalar_index_strict_types.phpt [new file with mode: 0644]
ext/standard/tests/array/array_column_scalar_index_weak_types.phpt [new file with mode: 0644]
ext/standard/tests/array/array_column_variant.phpt [new file with mode: 0644]
ext/standard/tests/array/array_column_variant_objects.phpt [new file with mode: 0644]
ext/standard/tests/array/array_combine.phpt [new file with mode: 0644]
ext/standard/tests/array/array_combine_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/array_combine_error2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_combine_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/array_combine_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/array_combine_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/array_combine_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/array_count_values.phpt [new file with mode: 0644]
ext/standard/tests/array/array_count_values2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_count_values_variation.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_assoc.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_assoc_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_assoc_variation1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_assoc_variation10.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_assoc_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_assoc_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_assoc_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_assoc_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_assoc_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_assoc_variation7.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_assoc_variation8.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_assoc_variation9.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_key.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_key2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_key_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_key_variation1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_key_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_key_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_key_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_key_variation7.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_key_variation8.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_single_array.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_uassoc_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_uassoc_error.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_uassoc_variation1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_uassoc_variation11.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_uassoc_variation12.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_uassoc_variation13.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_uassoc_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_uassoc_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_uassoc_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_uassoc_variation7.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_uassoc_variation8.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_uassoc_variation9.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_ukey_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_ukey_variation1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_ukey_variation10.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_ukey_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_ukey_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_ukey_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_ukey_variation8.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_ukey_variation9.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_variation1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_variation10.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_variation7.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_variation8.phpt [new file with mode: 0644]
ext/standard/tests/array/array_diff_variation9.phpt [new file with mode: 0644]
ext/standard/tests/array/array_fill.phpt [new file with mode: 0644]
ext/standard/tests/array/array_fill_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/array_fill_error.phpt [new file with mode: 0644]
ext/standard/tests/array/array_fill_keys.phpt [new file with mode: 0644]
ext/standard/tests/array/array_fill_keys_variation1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_fill_keys_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_fill_keys_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/array_fill_keys_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/array_fill_object.phpt [new file with mode: 0644]
ext/standard/tests/array/array_fill_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/array_fill_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/array_fill_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/array_fill_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/array_filter.phpt [new file with mode: 0644]
ext/standard/tests/array/array_filter_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/array_filter_object.phpt [new file with mode: 0644]
ext/standard/tests/array/array_filter_variation10.phpt [new file with mode: 0644]
ext/standard/tests/array/array_filter_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/array_filter_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/array_filter_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/array_filter_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/array_filter_variation7.phpt [new file with mode: 0644]
ext/standard/tests/array/array_filter_variation8.phpt [new file with mode: 0644]
ext/standard/tests/array/array_filter_variation9.phpt [new file with mode: 0644]
ext/standard/tests/array/array_flip.phpt [new file with mode: 0644]
ext/standard/tests/array/array_flip_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/array_flip_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_flip_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/array_flip_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/array_flip_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_assoc_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_assoc_variation1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_assoc_variation10.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_assoc_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_assoc_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_assoc_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_assoc_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_assoc_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_assoc_variation7.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_assoc_variation8.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_assoc_variation9.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_key.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_key_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_key_variation1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_key_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_key_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_key_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_key_variation7.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_key_variation8.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_uassoc_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_uassoc_variation1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_uassoc_variation10.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_uassoc_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_uassoc_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_uassoc_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_uassoc_variation7.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_uassoc_variation8.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_ukey_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_ukey_variation1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_ukey_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_ukey_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_ukey_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_ukey_variation7.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_ukey_variation8.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_ukey_variation9.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_variation1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_variation10.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_variation7.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_variation8.phpt [new file with mode: 0644]
ext/standard/tests/array/array_intersect_variation9.phpt [new file with mode: 0644]
ext/standard/tests/array/array_key_exists.phpt [new file with mode: 0644]
ext/standard/tests/array/array_key_exists_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/array_key_exists_variation1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_key_exists_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/array_key_exists_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/array_key_exists_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/array_key_exists_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/array_key_exists_variation7.phpt [new file with mode: 0644]
ext/standard/tests/array/array_key_exists_variation8.phpt [new file with mode: 0644]
ext/standard/tests/array/array_key_first.phpt [new file with mode: 0644]
ext/standard/tests/array/array_key_first_variation.phpt [new file with mode: 0644]
ext/standard/tests/array/array_key_last.phpt [new file with mode: 0644]
ext/standard/tests/array/array_key_last_variation.phpt [new file with mode: 0644]
ext/standard/tests/array/array_keys_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/array_keys_on_GLOBALS.phpt [new file with mode: 0644]
ext/standard/tests/array/array_keys_variation_001.phpt [new file with mode: 0644]
ext/standard/tests/array/array_keys_variation_002.phpt [new file with mode: 0644]
ext/standard/tests/array/array_keys_variation_003.phpt [new file with mode: 0644]
ext/standard/tests/array/array_keys_variation_004.phpt [new file with mode: 0644]
ext/standard/tests/array/array_keys_variation_005.phpt [new file with mode: 0644]
ext/standard/tests/array/array_map_001.phpt [new file with mode: 0644]
ext/standard/tests/array/array_map_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/array_map_error.phpt [new file with mode: 0644]
ext/standard/tests/array/array_map_object1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_map_object2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_map_object3.phpt [new file with mode: 0644]
ext/standard/tests/array/array_map_variation1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_map_variation10.phpt [new file with mode: 0644]
ext/standard/tests/array/array_map_variation11.phpt [new file with mode: 0644]
ext/standard/tests/array/array_map_variation12.phpt [new file with mode: 0644]
ext/standard/tests/array/array_map_variation13.phpt [new file with mode: 0644]
ext/standard/tests/array/array_map_variation14.phpt [new file with mode: 0644]
ext/standard/tests/array/array_map_variation15.phpt [new file with mode: 0644]
ext/standard/tests/array/array_map_variation16.phpt [new file with mode: 0644]
ext/standard/tests/array/array_map_variation17.phpt [new file with mode: 0644]
ext/standard/tests/array/array_map_variation19.phpt [new file with mode: 0644]
ext/standard/tests/array/array_map_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_map_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/array_map_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/array_map_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/array_map_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/array_map_variation7.phpt [new file with mode: 0644]
ext/standard/tests/array/array_map_variation8.phpt [new file with mode: 0644]
ext/standard/tests/array/array_map_variation9.phpt [new file with mode: 0644]
ext/standard/tests/array/array_merge.phpt [new file with mode: 0644]
ext/standard/tests/array/array_merge_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/array_merge_recursive_basic1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_merge_recursive_basic2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_merge_recursive_variation1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_merge_recursive_variation10.phpt [new file with mode: 0644]
ext/standard/tests/array/array_merge_recursive_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_merge_recursive_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/array_merge_recursive_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/array_merge_recursive_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/array_merge_recursive_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/array_merge_recursive_variation7.phpt [new file with mode: 0644]
ext/standard/tests/array/array_merge_recursive_variation8.phpt [new file with mode: 0644]
ext/standard/tests/array/array_merge_recursive_variation9.phpt [new file with mode: 0644]
ext/standard/tests/array/array_merge_replace_recursive_refs.phpt [new file with mode: 0644]
ext/standard/tests/array/array_merge_variation1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_merge_variation10.phpt [new file with mode: 0644]
ext/standard/tests/array/array_merge_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_merge_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/array_merge_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/array_merge_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/array_merge_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/array_merge_variation7.phpt [new file with mode: 0644]
ext/standard/tests/array/array_merge_variation8.phpt [new file with mode: 0644]
ext/standard/tests/array/array_merge_variation9.phpt [new file with mode: 0644]
ext/standard/tests/array/array_multisort_basic1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_multisort_basic2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_multisort_case.phpt [new file with mode: 0644]
ext/standard/tests/array/array_multisort_error.phpt [new file with mode: 0644]
ext/standard/tests/array/array_multisort_incase.phpt [new file with mode: 0644]
ext/standard/tests/array/array_multisort_natural.phpt [new file with mode: 0644]
ext/standard/tests/array/array_multisort_natural_case.phpt [new file with mode: 0644]
ext/standard/tests/array/array_multisort_natural_incase.phpt [new file with mode: 0644]
ext/standard/tests/array/array_multisort_stability.phpt [new file with mode: 0644]
ext/standard/tests/array/array_multisort_variation1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_multisort_variation10.phpt [new file with mode: 0644]
ext/standard/tests/array/array_multisort_variation11.phpt [new file with mode: 0644]
ext/standard/tests/array/array_multisort_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_multisort_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/array_multisort_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/array_multisort_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/array_multisort_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/array_multisort_variation7.phpt [new file with mode: 0644]
ext/standard/tests/array/array_multisort_variation8.phpt [new file with mode: 0644]
ext/standard/tests/array/array_multisort_variation9.phpt [new file with mode: 0644]
ext/standard/tests/array/array_next_error1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_next_error2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_pad.phpt [new file with mode: 0644]
ext/standard/tests/array/array_pad_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/array_pad_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/array_pad_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/array_pad_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/array_pad_variation7.phpt [new file with mode: 0644]
ext/standard/tests/array/array_pop.phpt [new file with mode: 0644]
ext/standard/tests/array/array_pop_variation.phpt [new file with mode: 0644]
ext/standard/tests/array/array_product_variation1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_product_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_product_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/array_product_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/array_push.phpt [new file with mode: 0644]
ext/standard/tests/array/array_push_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/array_push_empty.phpt [new file with mode: 0644]
ext/standard/tests/array/array_push_error2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_push_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_push_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/array_push_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/array_push_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/array_rand.phpt [new file with mode: 0644]
ext/standard/tests/array/array_rand_basic1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_rand_basic2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_rand_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/array_rand_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/array_rand_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/array_rand_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/array_reduce.phpt [new file with mode: 0644]
ext/standard/tests/array/array_reduce_return_by_ref.phpt [new file with mode: 0644]
ext/standard/tests/array/array_reduce_variation1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_reduce_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/array_replace.phpt [new file with mode: 0644]
ext/standard/tests/array/array_replace_merge_recursive_ref.phpt [new file with mode: 0644]
ext/standard/tests/array/array_reverse_basic1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_reverse_basic2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_reverse_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/array_reverse_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/array_reverse_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/array_reverse_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/array_search.phpt [new file with mode: 0644]
ext/standard/tests/array/array_search1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_search_variation1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_search_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_search_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/array_search_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/array_shift_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/array_shift_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_shift_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/array_shift_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/array_shift_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/array_shift_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/array_shift_variation7.phpt [new file with mode: 0644]
ext/standard/tests/array/array_shift_variation8.phpt [new file with mode: 0644]
ext/standard/tests/array/array_shuffle_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/array_slice.phpt [new file with mode: 0644]
ext/standard/tests/array/array_slice_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/array_slice_variation1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_slice_variation10.phpt [new file with mode: 0644]
ext/standard/tests/array/array_slice_variation11.phpt [new file with mode: 0644]
ext/standard/tests/array/array_slice_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/array_slice_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/array_slice_variation7.phpt [new file with mode: 0644]
ext/standard/tests/array/array_slice_variation8.phpt [new file with mode: 0644]
ext/standard/tests/array/array_slice_variation9.phpt [new file with mode: 0644]
ext/standard/tests/array/array_splice_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/array_splice_variation1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_splice_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/array_splice_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/array_sum.phpt [new file with mode: 0644]
ext/standard/tests/array/array_sum_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/array_sum_on_reference.phpt [new file with mode: 0644]
ext/standard/tests/array/array_sum_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_sum_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/array_sum_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/array_sum_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/array_sum_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/array_sum_variation7.phpt [new file with mode: 0644]
ext/standard/tests/array/array_udiff_assoc_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/array_udiff_assoc_variation.phpt [new file with mode: 0644]
ext/standard/tests/array/array_udiff_assoc_variation1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_udiff_assoc_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_udiff_assoc_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/array_udiff_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/array_udiff_uassoc_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/array_udiff_uassoc_variation1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_udiff_uassoc_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_udiff_uassoc_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/array_udiff_variation1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_udiff_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_udiff_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/array_uintersect_assoc_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/array_uintersect_assoc_basic2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_uintersect_assoc_variation1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_uintersect_assoc_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_uintersect_assoc_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/array_uintersect_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/array_uintersect_uassoc_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/array_uintersect_uassoc_variation1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_uintersect_uassoc_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_uintersect_uassoc_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/array_uintersect_variation1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_uintersect_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_uintersect_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/array_unique_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/array_unique_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_unique_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/array_unique_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/array_unique_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/array_unique_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/array_unique_variation7.phpt [new file with mode: 0644]
ext/standard/tests/array/array_unique_variation8.phpt [new file with mode: 0644]
ext/standard/tests/array/array_unique_variation9.phpt [new file with mode: 0644]
ext/standard/tests/array/array_unshift.phpt [new file with mode: 0644]
ext/standard/tests/array/array_unshift_basic1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_unshift_basic2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_unshift_empty.phpt [new file with mode: 0644]
ext/standard/tests/array/array_unshift_object.phpt [new file with mode: 0644]
ext/standard/tests/array/array_unshift_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_unshift_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/array_unshift_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/array_unshift_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/array_unshift_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/array_unshift_variation7.phpt [new file with mode: 0644]
ext/standard/tests/array/array_unshift_variation8.phpt [new file with mode: 0644]
ext/standard/tests/array/array_unshift_variation9.phpt [new file with mode: 0644]
ext/standard/tests/array/array_user_key_compare.phpt [new file with mode: 0644]
ext/standard/tests/array/array_values.phpt [new file with mode: 0644]
ext/standard/tests/array/array_values_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/array_values_variation.phpt [new file with mode: 0644]
ext/standard/tests/array/array_values_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_values_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/array_values_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/array_values_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/array_values_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/array_values_variation7.phpt [new file with mode: 0644]
ext/standard/tests/array/array_values_variation_64bit.phpt [new file with mode: 0644]
ext/standard/tests/array/array_walk.phpt [new file with mode: 0644]
ext/standard/tests/array/array_walk_basic1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_walk_basic2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_walk_closure.phpt [new file with mode: 0644]
ext/standard/tests/array/array_walk_error2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_walk_object1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_walk_object2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_walk_objects.phpt [new file with mode: 0644]
ext/standard/tests/array/array_walk_rec_objects.phpt [new file with mode: 0644]
ext/standard/tests/array/array_walk_recursive.phpt [new file with mode: 0644]
ext/standard/tests/array/array_walk_recursive1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_walk_recursive_basic1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_walk_recursive_basic2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_walk_recursive_error2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_walk_recursive_object1.phpt [new file with mode: 0644]
ext/standard/tests/array/array_walk_recursive_object2.phpt [new file with mode: 0644]
ext/standard/tests/array/array_walk_recursive_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/array_walk_recursive_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/array_walk_recursive_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/array_walk_recursive_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/array_walk_recursive_variation7.phpt [new file with mode: 0644]
ext/standard/tests/array/array_walk_recursive_variation8.phpt [new file with mode: 0644]
ext/standard/tests/array/array_walk_recursive_variation9.phpt [new file with mode: 0644]
ext/standard/tests/array/array_walk_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/array_walk_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/array_walk_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/array_walk_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/array_walk_variation7.phpt [new file with mode: 0644]
ext/standard/tests/array/array_walk_variation8.phpt [new file with mode: 0644]
ext/standard/tests/array/array_walk_variation9.phpt [new file with mode: 0644]
ext/standard/tests/array/arsort_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/arsort_object1.phpt [new file with mode: 0644]
ext/standard/tests/array/arsort_object2.phpt [new file with mode: 0644]
ext/standard/tests/array/arsort_variation10.phpt [new file with mode: 0644]
ext/standard/tests/array/arsort_variation11.phpt [new file with mode: 0644]
ext/standard/tests/array/arsort_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/arsort_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/arsort_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/arsort_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/arsort_variation7.phpt [new file with mode: 0644]
ext/standard/tests/array/arsort_variation8.phpt [new file with mode: 0644]
ext/standard/tests/array/arsort_variation9.phpt [new file with mode: 0644]
ext/standard/tests/array/asort_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/asort_object1.phpt [new file with mode: 0644]
ext/standard/tests/array/asort_object2.phpt [new file with mode: 0644]
ext/standard/tests/array/asort_stability.phpt [new file with mode: 0644]
ext/standard/tests/array/asort_variation10.phpt [new file with mode: 0644]
ext/standard/tests/array/asort_variation11.phpt [new file with mode: 0644]
ext/standard/tests/array/asort_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/asort_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/asort_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/asort_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/asort_variation7.phpt [new file with mode: 0644]
ext/standard/tests/array/asort_variation8.phpt [new file with mode: 0644]
ext/standard/tests/array/asort_variation9.phpt [new file with mode: 0644]
ext/standard/tests/array/bug12776.phpt [new file with mode: 0644]
ext/standard/tests/array/bug14580.phpt [new file with mode: 0644]
ext/standard/tests/array/bug20381.phpt [new file with mode: 0644]
ext/standard/tests/array/bug20865.phpt [new file with mode: 0644]
ext/standard/tests/array/bug21182.phpt [new file with mode: 0644]
ext/standard/tests/array/bug21918.phpt [new file with mode: 0644]
ext/standard/tests/array/bug21998.phpt [new file with mode: 0644]
ext/standard/tests/array/bug22088.phpt [new file with mode: 0644]
ext/standard/tests/array/bug22463.phpt [new file with mode: 0644]
ext/standard/tests/array/bug23581.phpt [new file with mode: 0644]
ext/standard/tests/array/bug23788.phpt [new file with mode: 0644]
ext/standard/tests/array/bug24198.phpt [new file with mode: 0644]
ext/standard/tests/array/bug24220.phpt [new file with mode: 0644]
ext/standard/tests/array/bug24766.phpt [new file with mode: 0644]
ext/standard/tests/array/bug24897.phpt [new file with mode: 0644]
ext/standard/tests/array/bug24980.phpt [new file with mode: 0644]
ext/standard/tests/array/bug25359.phpt [new file with mode: 0644]
ext/standard/tests/array/bug25708.phpt [new file with mode: 0644]
ext/standard/tests/array/bug25758.phpt [new file with mode: 0644]
ext/standard/tests/array/bug26458.phpt [new file with mode: 0644]
ext/standard/tests/array/bug28739.phpt [new file with mode: 0644]
ext/standard/tests/array/bug28974.phpt [new file with mode: 0644]
ext/standard/tests/array/bug29253.phpt [new file with mode: 0644]
ext/standard/tests/array/bug29493.phpt [new file with mode: 0644]
ext/standard/tests/array/bug30074.phpt [new file with mode: 0644]
ext/standard/tests/array/bug30266.phpt [new file with mode: 0644]
ext/standard/tests/array/bug30833.phpt [new file with mode: 0644]
ext/standard/tests/array/bug31158.phpt [new file with mode: 0644]
ext/standard/tests/array/bug31213.phpt [new file with mode: 0644]
ext/standard/tests/array/bug32021.phpt [new file with mode: 0644]
ext/standard/tests/array/bug33382.phpt [new file with mode: 0644]
ext/standard/tests/array/bug33989.phpt [new file with mode: 0644]
ext/standard/tests/array/bug34066.phpt [new file with mode: 0644]
ext/standard/tests/array/bug34066_1.phpt [new file with mode: 0644]
ext/standard/tests/array/bug34227.phpt [new file with mode: 0644]
ext/standard/tests/array/bug34982.phpt [new file with mode: 0644]
ext/standard/tests/array/bug35014.phpt [new file with mode: 0644]
ext/standard/tests/array/bug35014_64bit.phpt [new file with mode: 0644]
ext/standard/tests/array/bug35022.phpt [new file with mode: 0644]
ext/standard/tests/array/bug35821.phpt [new file with mode: 0644]
ext/standard/tests/array/bug36975.phpt [new file with mode: 0644]
ext/standard/tests/array/bug38464.phpt [new file with mode: 0644]
ext/standard/tests/array/bug39576.phpt [new file with mode: 0644]
ext/standard/tests/array/bug40191.phpt [new file with mode: 0644]
ext/standard/tests/array/bug40709.phpt [new file with mode: 0644]
ext/standard/tests/array/bug41121.phpt [new file with mode: 0644]
ext/standard/tests/array/bug41686.phpt [new file with mode: 0644]
ext/standard/tests/array/bug42177.phpt [new file with mode: 0644]
ext/standard/tests/array/bug42233.phpt [new file with mode: 0644]
ext/standard/tests/array/bug42838.phpt [new file with mode: 0644]
ext/standard/tests/array/bug42850.phpt [new file with mode: 0644]
ext/standard/tests/array/bug43495.phpt [new file with mode: 0644]
ext/standard/tests/array/bug43505.phpt [new file with mode: 0644]
ext/standard/tests/array/bug43541.phpt [new file with mode: 0644]
ext/standard/tests/array/bug44181.phpt [new file with mode: 0644]
ext/standard/tests/array/bug44182.phpt [new file with mode: 0644]
ext/standard/tests/array/bug44929.phpt [new file with mode: 0644]
ext/standard/tests/array/bug45312.phpt [new file with mode: 0644]
ext/standard/tests/array/bug46873.phpt [new file with mode: 0644]
ext/standard/tests/array/bug48224.phpt [new file with mode: 0644]
ext/standard/tests/array/bug48484.phpt [new file with mode: 0644]
ext/standard/tests/array/bug48854.phpt [new file with mode: 0644]
ext/standard/tests/array/bug50006.phpt [new file with mode: 0644]
ext/standard/tests/array/bug50006_1.phpt [new file with mode: 0644]
ext/standard/tests/array/bug50006_2.phpt [new file with mode: 0644]
ext/standard/tests/array/bug51552.phpt [new file with mode: 0644]
ext/standard/tests/array/bug52534.phpt [new file with mode: 0644]
ext/standard/tests/array/bug52719.phpt [new file with mode: 0644]
ext/standard/tests/array/bug54459.phpt [new file with mode: 0644]
ext/standard/tests/array/bug61058.phpt [new file with mode: 0644]
ext/standard/tests/array/bug61730.phpt [new file with mode: 0644]
ext/standard/tests/array/bug61967.phpt [new file with mode: 0644]
ext/standard/tests/array/bug62607.phpt [new file with mode: 0644]
ext/standard/tests/array/bug65251.phpt [new file with mode: 0644]
ext/standard/tests/array/bug65304.phpt [new file with mode: 0644]
ext/standard/tests/array/bug67693.phpt [new file with mode: 0644]
ext/standard/tests/array/bug68553.phpt [new file with mode: 0644]
ext/standard/tests/array/bug69068.phpt [new file with mode: 0644]
ext/standard/tests/array/bug69068_2.phpt [new file with mode: 0644]
ext/standard/tests/array/bug69166.phpt [new file with mode: 0644]
ext/standard/tests/array/bug69198.phpt [new file with mode: 0644]
ext/standard/tests/array/bug69299.phpt [new file with mode: 0644]
ext/standard/tests/array/bug69371.phpt [new file with mode: 0644]
ext/standard/tests/array/bug69413.phpt [new file with mode: 0644]
ext/standard/tests/array/bug69674.phpt [new file with mode: 0644]
ext/standard/tests/array/bug69723.phpt [new file with mode: 0644]
ext/standard/tests/array/bug70250.phpt [new file with mode: 0644]
ext/standard/tests/array/bug70668.phpt [new file with mode: 0644]
ext/standard/tests/array/bug70713.phpt [new file with mode: 0644]
ext/standard/tests/array/bug70808.phpt [new file with mode: 0644]
ext/standard/tests/array/bug70910.phpt [new file with mode: 0644]
ext/standard/tests/array/bug71220.phpt [new file with mode: 0644]
ext/standard/tests/array/bug71334.phpt [new file with mode: 0644]
ext/standard/tests/array/bug71603.phpt [new file with mode: 0644]
ext/standard/tests/array/bug71660.phpt [new file with mode: 0644]
ext/standard/tests/array/bug71837.phpt [new file with mode: 0644]
ext/standard/tests/array/bug72031.phpt [new file with mode: 0644]
ext/standard/tests/array/bug72116.phpt [new file with mode: 0644]
ext/standard/tests/array/bug72369.phpt [new file with mode: 0644]
ext/standard/tests/array/bug72622.phpt [new file with mode: 0644]
ext/standard/tests/array/bug74345.phpt [new file with mode: 0644]
ext/standard/tests/array/bug74361.phpt [new file with mode: 0644]
ext/standard/tests/array/bug74361_2.phpt [new file with mode: 0644]
ext/standard/tests/array/bug75433.phpt [new file with mode: 0644]
ext/standard/tests/array/bug75653.phpt [new file with mode: 0644]
ext/standard/tests/array/bug76505.phpt [new file with mode: 0644]
ext/standard/tests/array/bug76713.phpt [new file with mode: 0644]
ext/standard/tests/array/bug76778.phpt [new file with mode: 0644]
ext/standard/tests/array/bug77135.phpt [new file with mode: 0644]
ext/standard/tests/array/bug77395.phpt [new file with mode: 0644]
ext/standard/tests/array/bug77669.phpt [new file with mode: 0644]
ext/standard/tests/array/bug77793.phpt [new file with mode: 0644]
ext/standard/tests/array/bug77931.phpt [new file with mode: 0644]
ext/standard/tests/array/bug78759.phpt [new file with mode: 0644]
ext/standard/tests/array/bug79839.phpt [new file with mode: 0644]
ext/standard/tests/array/bug79868.phpt [new file with mode: 0644]
ext/standard/tests/array/bug79930.phpt [new file with mode: 0644]
ext/standard/tests/array/compact.phpt [new file with mode: 0644]
ext/standard/tests/array/compact_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/compact_no_this.phpt [new file with mode: 0644]
ext/standard/tests/array/compact_order.phpt [new file with mode: 0644]
ext/standard/tests/array/compact_this.phpt [new file with mode: 0644]
ext/standard/tests/array/compact_variation1.phpt [new file with mode: 0644]
ext/standard/tests/array/compact_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/compare_function.inc [new file with mode: 0644]
ext/standard/tests/array/count_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/count_invalid.phpt [new file with mode: 0644]
ext/standard/tests/array/count_invalid_mode.phpt [new file with mode: 0644]
ext/standard/tests/array/count_recursive.phpt [new file with mode: 0644]
ext/standard/tests/array/count_symbol_table.phpt [new file with mode: 0644]
ext/standard/tests/array/count_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/current_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/current_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/current_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/current_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/current_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/current_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/data.inc [new file with mode: 0644]
ext/standard/tests/array/end.phpt [new file with mode: 0644]
ext/standard/tests/array/end_64bit.phpt [new file with mode: 0644]
ext/standard/tests/array/end_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/end_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/end_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/extract_error.phpt [new file with mode: 0644]
ext/standard/tests/array/extract_error_variation1.phpt [new file with mode: 0644]
ext/standard/tests/array/extract_safety.phpt [new file with mode: 0644]
ext/standard/tests/array/extract_typed_ref.phpt [new file with mode: 0644]
ext/standard/tests/array/extract_variation1.phpt [new file with mode: 0644]
ext/standard/tests/array/extract_variation10.phpt [new file with mode: 0644]
ext/standard/tests/array/extract_variation11.phpt [new file with mode: 0644]
ext/standard/tests/array/extract_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/extract_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/extract_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/extract_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/extract_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/extract_variation7.phpt [new file with mode: 0644]
ext/standard/tests/array/extract_variation8.phpt [new file with mode: 0644]
ext/standard/tests/array/extract_variation9.phpt [new file with mode: 0644]
ext/standard/tests/array/gh9244.phpt [new file with mode: 0644]
ext/standard/tests/array/gh9296.phpt [new file with mode: 0644]
ext/standard/tests/array/in_array_variation1.phpt [new file with mode: 0644]
ext/standard/tests/array/in_array_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/in_array_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/in_array_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/in_array_with_ref.phpt [new file with mode: 0644]
ext/standard/tests/array/key_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/key_exists_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/key_exists_variation1.phpt [new file with mode: 0644]
ext/standard/tests/array/key_exists_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/key_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/key_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/key_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/krsort_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/krsort_object.phpt [new file with mode: 0644]
ext/standard/tests/array/krsort_variation10.phpt [new file with mode: 0644]
ext/standard/tests/array/krsort_variation11.phpt [new file with mode: 0644]
ext/standard/tests/array/krsort_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/krsort_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/krsort_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/krsort_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/krsort_variation7.phpt [new file with mode: 0644]
ext/standard/tests/array/krsort_variation8.phpt [new file with mode: 0644]
ext/standard/tests/array/krsort_variation9.phpt [new file with mode: 0644]
ext/standard/tests/array/ksort_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/ksort_object.phpt [new file with mode: 0644]
ext/standard/tests/array/ksort_variation10.phpt [new file with mode: 0644]
ext/standard/tests/array/ksort_variation11.phpt [new file with mode: 0644]
ext/standard/tests/array/ksort_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/ksort_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/ksort_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/ksort_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/ksort_variation7.phpt [new file with mode: 0644]
ext/standard/tests/array/ksort_variation8.phpt [new file with mode: 0644]
ext/standard/tests/array/ksort_variation9.phpt [new file with mode: 0644]
ext/standard/tests/array/locale_sort.phpt [new file with mode: 0644]
ext/standard/tests/array/max.phpt [new file with mode: 0644]
ext/standard/tests/array/max_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/max_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/array/max_variation1.phpt [new file with mode: 0644]
ext/standard/tests/array/max_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/min.phpt [new file with mode: 0644]
ext/standard/tests/array/min_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/min_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/array/min_variation1.phpt [new file with mode: 0644]
ext/standard/tests/array/min_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/natcasesort_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/natcasesort_object1.phpt [new file with mode: 0644]
ext/standard/tests/array/natcasesort_object2.phpt [new file with mode: 0644]
ext/standard/tests/array/natcasesort_variation10.phpt [new file with mode: 0644]
ext/standard/tests/array/natcasesort_variation11.phpt [new file with mode: 0644]
ext/standard/tests/array/natcasesort_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/natcasesort_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/natcasesort_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/natcasesort_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/natcasesort_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/natcasesort_variation7.phpt [new file with mode: 0644]
ext/standard/tests/array/natcasesort_variation8.phpt [new file with mode: 0644]
ext/standard/tests/array/natcasesort_variation9.phpt [new file with mode: 0644]
ext/standard/tests/array/natsort_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/negative_index.phpt [new file with mode: 0644]
ext/standard/tests/array/next_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/next_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/packed_001.phpt [new file with mode: 0644]
ext/standard/tests/array/prev_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/prev_error2.phpt [new file with mode: 0644]
ext/standard/tests/array/prev_error3.phpt [new file with mode: 0644]
ext/standard/tests/array/prev_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/range.phpt [new file with mode: 0644]
ext/standard/tests/array/range_bug70239_0.phpt [new file with mode: 0644]
ext/standard/tests/array/range_bug70239_1.phpt [new file with mode: 0644]
ext/standard/tests/array/range_bug70239_2.phpt [new file with mode: 0644]
ext/standard/tests/array/range_bug70239_3.phpt [new file with mode: 0644]
ext/standard/tests/array/range_bug71132.phpt [new file with mode: 0644]
ext/standard/tests/array/range_bug71197.phpt [new file with mode: 0644]
ext/standard/tests/array/range_bug72017.phpt [new file with mode: 0644]
ext/standard/tests/array/range_errors.phpt [new file with mode: 0644]
ext/standard/tests/array/range_variation.phpt [new file with mode: 0644]
ext/standard/tests/array/range_variation1.phpt [new file with mode: 0644]
ext/standard/tests/array/range_variation1_64bit.phpt [new file with mode: 0644]
ext/standard/tests/array/reset_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/reset_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/reset_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/rsort_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/rsort_object1.phpt [new file with mode: 0644]
ext/standard/tests/array/rsort_object2.phpt [new file with mode: 0644]
ext/standard/tests/array/rsort_variation10.phpt [new file with mode: 0644]
ext/standard/tests/array/rsort_variation11.phpt [new file with mode: 0644]
ext/standard/tests/array/rsort_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/rsort_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/rsort_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/rsort_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/rsort_variation7.phpt [new file with mode: 0644]
ext/standard/tests/array/rsort_variation8.phpt [new file with mode: 0644]
ext/standard/tests/array/rsort_variation9.phpt [new file with mode: 0644]
ext/standard/tests/array/shuffle_basic1.phpt [new file with mode: 0644]
ext/standard/tests/array/shuffle_basic2.phpt [new file with mode: 0644]
ext/standard/tests/array/shuffle_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/shuffle_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/shuffle_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/shuffle_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/sizeof_basic2.phpt [new file with mode: 0644]
ext/standard/tests/array/sizeof_object1.phpt [new file with mode: 0644]
ext/standard/tests/array/sizeof_object2.phpt [new file with mode: 0644]
ext/standard/tests/array/sizeof_variation2.phpt [new file with mode: 0644]
ext/standard/tests/array/sizeof_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/sort_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/sort_object1.phpt [new file with mode: 0644]
ext/standard/tests/array/sort_object2.phpt [new file with mode: 0644]
ext/standard/tests/array/sort_variation10.phpt [new file with mode: 0644]
ext/standard/tests/array/sort_variation11.phpt [new file with mode: 0644]
ext/standard/tests/array/sort_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/sort_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/sort_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/sort_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/sort_variation7.phpt [new file with mode: 0644]
ext/standard/tests/array/sort_variation8.phpt [new file with mode: 0644]
ext/standard/tests/array/sort_variation9.phpt [new file with mode: 0644]
ext/standard/tests/array/uasort_basic1.phpt [new file with mode: 0644]
ext/standard/tests/array/uasort_basic2.phpt [new file with mode: 0644]
ext/standard/tests/array/uasort_object1.phpt [new file with mode: 0644]
ext/standard/tests/array/uasort_object2.phpt [new file with mode: 0644]
ext/standard/tests/array/uasort_variation10.phpt [new file with mode: 0644]
ext/standard/tests/array/uasort_variation11.phpt [new file with mode: 0644]
ext/standard/tests/array/uasort_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/uasort_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/uasort_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/uasort_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/uasort_variation7.phpt [new file with mode: 0644]
ext/standard/tests/array/uasort_variation8.phpt [new file with mode: 0644]
ext/standard/tests/array/uksort_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/unexpected_array_mod_bug.phpt [new file with mode: 0644]
ext/standard/tests/array/unexpected_array_mod_bug_variation1.phpt [new file with mode: 0644]
ext/standard/tests/array/usort_basic.phpt [new file with mode: 0644]
ext/standard/tests/array/usort_object1.phpt [new file with mode: 0644]
ext/standard/tests/array/usort_object2.phpt [new file with mode: 0644]
ext/standard/tests/array/usort_stability.phpt [new file with mode: 0644]
ext/standard/tests/array/usort_variation10.phpt [new file with mode: 0644]
ext/standard/tests/array/usort_variation11.phpt [new file with mode: 0644]
ext/standard/tests/array/usort_variation3.phpt [new file with mode: 0644]
ext/standard/tests/array/usort_variation4.phpt [new file with mode: 0644]
ext/standard/tests/array/usort_variation5.phpt [new file with mode: 0644]
ext/standard/tests/array/usort_variation6.phpt [new file with mode: 0644]
ext/standard/tests/array/usort_variation7.phpt [new file with mode: 0644]
ext/standard/tests/array/usort_variation8.phpt [new file with mode: 0644]
ext/standard/tests/array/usort_variation9.phpt [new file with mode: 0644]
ext/standard/tests/array/var_export.phpt [new file with mode: 0644]
ext/standard/tests/array/var_export2.phpt [new file with mode: 0644]
ext/standard/tests/array/var_export3.phpt [new file with mode: 0644]
ext/standard/tests/assert/assert.phpt [new file with mode: 0644]
ext/standard/tests/assert/assert03.phpt [new file with mode: 0644]
ext/standard/tests/assert/assert04.phpt [new file with mode: 0644]
ext/standard/tests/assert/assert_basic.phpt [new file with mode: 0644]
ext/standard/tests/assert/assert_basic1.phpt [new file with mode: 0644]
ext/standard/tests/assert/assert_basic2.phpt [new file with mode: 0644]
ext/standard/tests/assert/assert_basic3.phpt [new file with mode: 0644]
ext/standard/tests/assert/assert_basic4.phpt [new file with mode: 0644]
ext/standard/tests/assert/assert_basic5.phpt [new file with mode: 0644]
ext/standard/tests/assert/assert_basic6.phpt [new file with mode: 0644]
ext/standard/tests/assert/assert_closures.phpt [new file with mode: 0644]
ext/standard/tests/assert/assert_custom_exception.phpt [new file with mode: 0644]
ext/standard/tests/assert/assert_error2.phpt [new file with mode: 0644]
ext/standard/tests/assert/assert_options_error.phpt [new file with mode: 0644]
ext/standard/tests/assert/assert_return_value.phpt [new file with mode: 0644]
ext/standard/tests/assert/assert_variation.phpt [new file with mode: 0644]
ext/standard/tests/assert/bug80290.phpt [new file with mode: 0644]
ext/standard/tests/bug49244.phpt [new file with mode: 0644]
ext/standard/tests/bug64370_var1.phpt [new file with mode: 0644]
ext/standard/tests/bug64370_var2.phpt [new file with mode: 0644]
ext/standard/tests/bug71827.phpt [new file with mode: 0644]
ext/standard/tests/bug75220.phpt [new file with mode: 0644]
ext/standard/tests/bug79821.phpt [new file with mode: 0644]
ext/standard/tests/bug80915.phpt [new file with mode: 0644]
ext/standard/tests/bug81048.phpt [new file with mode: 0644]
ext/standard/tests/bug81727.phpt [new file with mode: 0644]
ext/standard/tests/class_object/AutoInterface.inc [new file with mode: 0644]
ext/standard/tests/class_object/AutoLoaded.inc [new file with mode: 0644]
ext/standard/tests/class_object/AutoTest.inc [new file with mode: 0644]
ext/standard/tests/class_object/AutoTrait.inc [new file with mode: 0644]
ext/standard/tests/class_object/bug71442.phpt [new file with mode: 0644]
ext/standard/tests/class_object/bug78638.phpt [new file with mode: 0644]
ext/standard/tests/class_object/class_exists_basic_001.phpt [new file with mode: 0644]
ext/standard/tests/class_object/class_exists_variation_003.phpt [new file with mode: 0644]
ext/standard/tests/class_object/forward_static_call_001.phpt [new file with mode: 0644]
ext/standard/tests/class_object/forward_static_call_002.phpt [new file with mode: 0644]
ext/standard/tests/class_object/forward_static_call_003.phpt [new file with mode: 0644]
ext/standard/tests/class_object/get_class_methods_basic_001.phpt [new file with mode: 0644]
ext/standard/tests/class_object/get_class_methods_basic_002.phpt [new file with mode: 0644]
ext/standard/tests/class_object/get_class_methods_basic_003.phpt [new file with mode: 0644]
ext/standard/tests/class_object/get_class_methods_variation_001.phpt [new file with mode: 0644]
ext/standard/tests/class_object/get_class_methods_variation_002.phpt [new file with mode: 0644]
ext/standard/tests/class_object/get_class_variation_001.phpt [new file with mode: 0644]
ext/standard/tests/class_object/get_class_variation_002.phpt [new file with mode: 0644]
ext/standard/tests/class_object/get_class_vars_variation2.phpt [new file with mode: 0644]
ext/standard/tests/class_object/get_declared_classes_basic_001.phpt [new file with mode: 0644]
ext/standard/tests/class_object/get_declared_classes_variation1.phpt [new file with mode: 0644]
ext/standard/tests/class_object/get_declared_interfaces_basic_001.phpt [new file with mode: 0644]
ext/standard/tests/class_object/get_declared_interfaces_variation1.phpt [new file with mode: 0644]
ext/standard/tests/class_object/get_declared_traits_basic_001.phpt [new file with mode: 0644]
ext/standard/tests/class_object/get_declared_traits_variation1.phpt [new file with mode: 0644]
ext/standard/tests/class_object/get_object_vars_basic_001.phpt [new file with mode: 0644]
ext/standard/tests/class_object/get_object_vars_basic_002.phpt [new file with mode: 0644]
ext/standard/tests/class_object/get_object_vars_variation_001.phpt [new file with mode: 0644]
ext/standard/tests/class_object/get_object_vars_variation_002.phpt [new file with mode: 0644]
ext/standard/tests/class_object/get_object_vars_variation_004.phpt [new file with mode: 0644]
ext/standard/tests/class_object/get_object_vars_variation_005.phpt [new file with mode: 0644]
ext/standard/tests/class_object/get_parent_class_variation_001.phpt [new file with mode: 0644]
ext/standard/tests/class_object/get_parent_class_variation_002.phpt [new file with mode: 0644]
ext/standard/tests/class_object/interface_exists_variation3.phpt [new file with mode: 0644]
ext/standard/tests/class_object/interface_exists_variation4.phpt [new file with mode: 0644]
ext/standard/tests/class_object/is_a.phpt [new file with mode: 0644]
ext/standard/tests/class_object/is_a_variation_001.phpt [new file with mode: 0644]
ext/standard/tests/class_object/is_a_variation_003.phpt [new file with mode: 0644]
ext/standard/tests/class_object/is_subclass_of_variation_001.phpt [new file with mode: 0644]
ext/standard/tests/class_object/is_subclass_of_variation_003.phpt [new file with mode: 0644]
ext/standard/tests/class_object/is_subclass_of_variation_004.phpt [new file with mode: 0644]
ext/standard/tests/class_object/method_exists_basic_001.phpt [new file with mode: 0644]
ext/standard/tests/class_object/method_exists_basic_002.phpt [new file with mode: 0644]
ext/standard/tests/class_object/method_exists_basic_003.phpt [new file with mode: 0644]
ext/standard/tests/class_object/method_exists_variation_001.phpt [new file with mode: 0644]
ext/standard/tests/class_object/method_exists_variation_003.phpt [new file with mode: 0644]
ext/standard/tests/class_object/property_exists_error.phpt [new file with mode: 0644]
ext/standard/tests/class_object/property_exists_variation1.phpt [new file with mode: 0644]
ext/standard/tests/class_object/trait_class_exists_variation_003.phpt [new file with mode: 0644]
ext/standard/tests/class_object/trait_exists_basic_001.phpt [new file with mode: 0644]
ext/standard/tests/crypt/bcrypt_invalid_algorithm.phpt [new file with mode: 0644]
ext/standard/tests/crypt/bcrypt_invalid_cost.phpt [new file with mode: 0644]
ext/standard/tests/crypt/bcrypt_salt_dollar.phpt [new file with mode: 0644]
ext/standard/tests/crypt/des_fallback_invalid_salt.phpt [new file with mode: 0644]
ext/standard/tests/dir/bug41693.phpt [new file with mode: 0644]
ext/standard/tests/dir/bug71542.phpt [new file with mode: 0644]
ext/standard/tests/dir/bug72625.phpt [new file with mode: 0644]
ext/standard/tests/dir/bug73877.phpt [new file with mode: 0644]
ext/standard/tests/dir/bug78220.phpt [new file with mode: 0644]
ext/standard/tests/dir/bug80960.phpt [new file with mode: 0644]
ext/standard/tests/dir/chdir_basic-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/dir/chdir_basic.phpt [new file with mode: 0644]
ext/standard/tests/dir/chdir_error2-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/dir/chdir_error2.phpt [new file with mode: 0644]
ext/standard/tests/dir/chdir_variation2-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/dir/chdir_variation2.phpt [new file with mode: 0644]
ext/standard/tests/dir/closedir_basic-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/dir/closedir_basic.phpt [new file with mode: 0644]
ext/standard/tests/dir/closedir_variation2-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/dir/closedir_variation2.phpt [new file with mode: 0644]
ext/standard/tests/dir/closedir_variation3.phpt [new file with mode: 0644]
ext/standard/tests/dir/closedir_without_arg.phpt [new file with mode: 0644]
ext/standard/tests/dir/dir_basic-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/dir/dir_basic.phpt [new file with mode: 0644]
ext/standard/tests/dir/dir_bug73971.phpt [new file with mode: 0644]
ext/standard/tests/dir/dir_variation3.phpt [new file with mode: 0644]
ext/standard/tests/dir/dir_variation4-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/dir/dir_variation4.phpt [new file with mode: 0644]
ext/standard/tests/dir/dir_variation5.phpt [new file with mode: 0644]
ext/standard/tests/dir/dir_variation6.phpt [new file with mode: 0644]
ext/standard/tests/dir/dir_variation7.phpt [new file with mode: 0644]
ext/standard/tests/dir/dir_variation8.phpt [new file with mode: 0644]
ext/standard/tests/dir/dir_variation9.phpt [new file with mode: 0644]
ext/standard/tests/dir/getcwd_basic-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/dir/getcwd_basic.phpt [new file with mode: 0644]
ext/standard/tests/dir/opendir_basic-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/dir/opendir_basic.phpt [new file with mode: 0644]
ext/standard/tests/dir/opendir_error2.phpt [new file with mode: 0644]
ext/standard/tests/dir/opendir_variation3-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/dir/opendir_variation3.phpt [new file with mode: 0644]
ext/standard/tests/dir/opendir_variation4-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/dir/opendir_variation4.phpt [new file with mode: 0644]
ext/standard/tests/dir/opendir_variation5.phpt [new file with mode: 0644]
ext/standard/tests/dir/opendir_variation6-win32.phpt [new file with mode: 0644]
ext/standard/tests/dir/opendir_variation6.phpt [new file with mode: 0644]
ext/standard/tests/dir/opendir_variation7.phpt [new file with mode: 0644]
ext/standard/tests/dir/readdir_basic-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/dir/readdir_basic.phpt [new file with mode: 0644]
ext/standard/tests/dir/readdir_variation2-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/dir/readdir_variation2.phpt [new file with mode: 0644]
ext/standard/tests/dir/readdir_variation3-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/dir/readdir_variation3.phpt [new file with mode: 0644]
ext/standard/tests/dir/readdir_variation4-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/dir/readdir_variation4.phpt [new file with mode: 0644]
ext/standard/tests/dir/readdir_variation5.phpt [new file with mode: 0644]
ext/standard/tests/dir/readdir_variation6-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/dir/readdir_variation6.phpt [new file with mode: 0644]
ext/standard/tests/dir/readdir_variation7.phpt [new file with mode: 0644]
ext/standard/tests/dir/rewinddir_basic-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/dir/rewinddir_basic.phpt [new file with mode: 0644]
ext/standard/tests/dir/rewinddir_variation2-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/dir/rewinddir_variation2.phpt [new file with mode: 0644]
ext/standard/tests/dir/rewinddir_variation3.phpt [new file with mode: 0644]
ext/standard/tests/dir/scandir_basic-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/dir/scandir_basic.phpt [new file with mode: 0644]
ext/standard/tests/dir/scandir_error2.phpt [new file with mode: 0644]
ext/standard/tests/dir/scandir_variation10-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/dir/scandir_variation10.phpt [new file with mode: 0644]
ext/standard/tests/dir/scandir_variation4-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/dir/scandir_variation4.phpt [new file with mode: 0644]
ext/standard/tests/dir/scandir_variation5.phpt [new file with mode: 0644]
ext/standard/tests/dir/scandir_variation6.phpt [new file with mode: 0644]
ext/standard/tests/dir/scandir_variation7.phpt [new file with mode: 0644]
ext/standard/tests/dir/scandir_variation8-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/dir/scandir_variation8.phpt [new file with mode: 0644]
ext/standard/tests/dir/scandir_variation9-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/dir/scandir_variation9.phpt [new file with mode: 0644]
ext/standard/tests/directory/DirectoryClass_basic_001.phpt [new file with mode: 0644]
ext/standard/tests/directory/DirectoryClass_error_001.phpt [new file with mode: 0644]
ext/standard/tests/directory/bug74589_utf8.phpt [new file with mode: 0644]
ext/standard/tests/directory/directory_constants-win32.phpt [new file with mode: 0644]
ext/standard/tests/directory/directory_constants.phpt [new file with mode: 0644]
ext/standard/tests/file/001-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/file/001-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/001.phpt [new file with mode: 0644]
ext/standard/tests/file/002.phpt [new file with mode: 0644]
ext/standard/tests/file/003.phpt [new file with mode: 0644]
ext/standard/tests/file/004.phpt [new file with mode: 0644]
ext/standard/tests/file/005_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/005_error.phpt [new file with mode: 0644]
ext/standard/tests/file/005_variation-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/005_variation2-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/005_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/006_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/006_error.phpt [new file with mode: 0644]
ext/standard/tests/file/006_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/006_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/007_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/007_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/007_variation10.phpt [new file with mode: 0644]
ext/standard/tests/file/007_variation11-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/file/007_variation11-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/007_variation11.phpt [new file with mode: 0644]
ext/standard/tests/file/007_variation12-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/007_variation12.phpt [new file with mode: 0644]
ext/standard/tests/file/007_variation13-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/007_variation13.phpt [new file with mode: 0644]
ext/standard/tests/file/007_variation14.phpt [new file with mode: 0644]
ext/standard/tests/file/007_variation15.phpt [new file with mode: 0644]
ext/standard/tests/file/007_variation16.phpt [new file with mode: 0644]
ext/standard/tests/file/007_variation17.phpt [new file with mode: 0644]
ext/standard/tests/file/007_variation18.phpt [new file with mode: 0644]
ext/standard/tests/file/007_variation19.phpt [new file with mode: 0644]
ext/standard/tests/file/007_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/007_variation20.phpt [new file with mode: 0644]
ext/standard/tests/file/007_variation21.phpt [new file with mode: 0644]
ext/standard/tests/file/007_variation22.phpt [new file with mode: 0644]
ext/standard/tests/file/007_variation23.phpt [new file with mode: 0644]
ext/standard/tests/file/007_variation24.phpt [new file with mode: 0644]
ext/standard/tests/file/007_variation3.phpt [new file with mode: 0644]
ext/standard/tests/file/007_variation4.phpt [new file with mode: 0644]
ext/standard/tests/file/007_variation5.phpt [new file with mode: 0644]
ext/standard/tests/file/007_variation6.phpt [new file with mode: 0644]
ext/standard/tests/file/007_variation7.phpt [new file with mode: 0644]
ext/standard/tests/file/007_variation8.phpt [new file with mode: 0644]
ext/standard/tests/file/007_variation9.phpt [new file with mode: 0644]
ext/standard/tests/file/auto_detect_line_endings_1.phpt [new file with mode: 0644]
ext/standard/tests/file/auto_detect_line_endings_2.phpt [new file with mode: 0644]
ext/standard/tests/file/basename-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/basename.phpt [new file with mode: 0644]
ext/standard/tests/file/basename_basic-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/basename_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/basename_bug66395-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/basename_bug66395_variation2-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/basename_variation1-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/basename_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/basename_variation2-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/basename_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/bug12556.phpt [new file with mode: 0644]
ext/standard/tests/file/bug20424.phpt [new file with mode: 0644]
ext/standard/tests/file/bug22382.phpt [new file with mode: 0644]
ext/standard/tests/file/bug22414.phpt [new file with mode: 0644]
ext/standard/tests/file/bug24313.phpt [new file with mode: 0644]
ext/standard/tests/file/bug24482.phpt [new file with mode: 0644]
ext/standard/tests/file/bug26003.phpt [new file with mode: 0644]
ext/standard/tests/file/bug26615.phpt [new file with mode: 0644]
ext/standard/tests/file/bug26938.phpt [new file with mode: 0644]
ext/standard/tests/file/bug27508.phpt [new file with mode: 0644]
ext/standard/tests/file/bug27619.phpt [new file with mode: 0644]
ext/standard/tests/file/bug30362.phpt [new file with mode: 0644]
ext/standard/tests/file/bug30362.txt [new file with mode: 0644]
ext/standard/tests/file/bug32160.phpt [new file with mode: 0644]
ext/standard/tests/file/bug32160.txt [new file with mode: 0644]
ext/standard/tests/file/bug35740.phpt [new file with mode: 0644]
ext/standard/tests/file/bug35781.phpt [new file with mode: 0644]
ext/standard/tests/file/bug36365.phpt [new file with mode: 0644]
ext/standard/tests/file/bug37158.phpt [new file with mode: 0644]
ext/standard/tests/file/bug37864.phpt [new file with mode: 0644]
ext/standard/tests/file/bug38086.phpt [new file with mode: 0644]
ext/standard/tests/file/bug38086.txt [new file with mode: 0644]
ext/standard/tests/file/bug38450.phpt [new file with mode: 0644]
ext/standard/tests/file/bug38450_1.phpt [new file with mode: 0644]
ext/standard/tests/file/bug38450_2.phpt [new file with mode: 0644]
ext/standard/tests/file/bug38450_3.phpt [new file with mode: 0644]
ext/standard/tests/file/bug39367.phpt [new file with mode: 0644]
ext/standard/tests/file/bug39538.phpt [new file with mode: 0644]
ext/standard/tests/file/bug39551.phpt [new file with mode: 0644]
ext/standard/tests/file/bug39673.phpt [new file with mode: 0644]
ext/standard/tests/file/bug39863.phpt [new file with mode: 0644]
ext/standard/tests/file/bug40374.phpt [new file with mode: 0644]
ext/standard/tests/file/bug40501.csv [new file with mode: 0644]
ext/standard/tests/file/bug40501.phpt [new file with mode: 0644]
ext/standard/tests/file/bug41655_1-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/bug41655_1.phpt [new file with mode: 0644]
ext/standard/tests/file/bug41655_2.phpt [new file with mode: 0644]
ext/standard/tests/file/bug41815.phpt [new file with mode: 0644]
ext/standard/tests/file/bug41874.phpt [new file with mode: 0644]
ext/standard/tests/file/bug41874_1.phpt [new file with mode: 0644]
ext/standard/tests/file/bug41874_2.phpt [new file with mode: 0644]
ext/standard/tests/file/bug41874_3.phpt [new file with mode: 0644]
ext/standard/tests/file/bug42560.phpt [new file with mode: 0644]
ext/standard/tests/file/bug43008.phpt [new file with mode: 0644]
ext/standard/tests/file/bug43137.phpt [new file with mode: 0644]
ext/standard/tests/file/bug43216.phpt [new file with mode: 0644]
ext/standard/tests/file/bug43248.phpt [new file with mode: 0644]
ext/standard/tests/file/bug43353.phpt [new file with mode: 0644]
ext/standard/tests/file/bug43522.phpt [new file with mode: 0644]
ext/standard/tests/file/bug44034.phpt [new file with mode: 0644]
ext/standard/tests/file/bug44607.phpt [new file with mode: 0644]
ext/standard/tests/file/bug44805.phpt [new file with mode: 0644]
ext/standard/tests/file/bug45181.phpt [new file with mode: 0644]
ext/standard/tests/file/bug45303.phpt [new file with mode: 0644]
ext/standard/tests/file/bug45985.phpt [new file with mode: 0644]
ext/standard/tests/file/bug46347.phpt [new file with mode: 0644]
ext/standard/tests/file/bug47517.phpt [new file with mode: 0644]
ext/standard/tests/file/bug47767.phpt [new file with mode: 0644]
ext/standard/tests/file/bug49047.phpt [new file with mode: 0644]
ext/standard/tests/file/bug51094.phpt [new file with mode: 0644]
ext/standard/tests/file/bug52624.phpt [new file with mode: 0644]
ext/standard/tests/file/bug52820.phpt [new file with mode: 0644]
ext/standard/tests/file/bug53241.phpt [new file with mode: 0644]
ext/standard/tests/file/bug53848.phpt [new file with mode: 0644]
ext/standard/tests/file/bug55124.phpt [new file with mode: 0644]
ext/standard/tests/file/bug60120.phpt [new file with mode: 0644]
ext/standard/tests/file/bug61961.phpt [new file with mode: 0644]
ext/standard/tests/file/bug63512.phpt [new file with mode: 0644]
ext/standard/tests/file/bug65272.phpt [new file with mode: 0644]
ext/standard/tests/file/bug65701.phpt [new file with mode: 0644]
ext/standard/tests/file/bug66509.phpt [new file with mode: 0644]
ext/standard/tests/file/bug66588.phpt [new file with mode: 0644]
ext/standard/tests/file/bug68335.phpt [new file with mode: 0644]
ext/standard/tests/file/bug68532.phpt [new file with mode: 0644]
ext/standard/tests/file/bug69100.phpt [new file with mode: 0644]
ext/standard/tests/file/bug69442.phpt [new file with mode: 0644]
ext/standard/tests/file/bug69628.phpt [new file with mode: 0644]
ext/standard/tests/file/bug71287.phpt [new file with mode: 0644]
ext/standard/tests/file/bug71882.phpt [new file with mode: 0644]
ext/standard/tests/file/bug72035.phpt [new file with mode: 0644]
ext/standard/tests/file/bug72330.phpt [new file with mode: 0644]
ext/standard/tests/file/bug74719.phpt [new file with mode: 0644]
ext/standard/tests/file/bug75679.phpt [new file with mode: 0644]
ext/standard/tests/file/bug76735.phpt [new file with mode: 0644]
ext/standard/tests/file/bug77552.phpt [new file with mode: 0644]
ext/standard/tests/file/bug78241.phpt [new file with mode: 0644]
ext/standard/tests/file/bug78296.phpt [new file with mode: 0644]
ext/standard/tests/file/bug78386.phpt [new file with mode: 0644]
ext/standard/tests/file/bug79099.phpt [new file with mode: 0644]
ext/standard/tests/file/bug81145.phpt [new file with mode: 0644]
ext/standard/tests/file/bug81223.phpt [new file with mode: 0644]
ext/standard/tests/file/chgrp.phpt [new file with mode: 0644]
ext/standard/tests/file/chmod_basic-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/file/chmod_basic-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/chmod_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/chmod_error.phpt [new file with mode: 0644]
ext/standard/tests/file/chmod_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/chmod_variation2-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/file/chmod_variation2-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/chmod_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/chown.phpt [new file with mode: 0644]
ext/standard/tests/file/chroot_001.phpt [new file with mode: 0644]
ext/standard/tests/file/clearstatcache_001.phpt [new file with mode: 0644]
ext/standard/tests/file/copy_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/copy_error.phpt [new file with mode: 0644]
ext/standard/tests/file/copy_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/copy_variation10.phpt [new file with mode: 0644]
ext/standard/tests/file/copy_variation11.phpt [new file with mode: 0644]
ext/standard/tests/file/copy_variation12-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/copy_variation12.phpt [new file with mode: 0644]
ext/standard/tests/file/copy_variation13.phpt [new file with mode: 0644]
ext/standard/tests/file/copy_variation14.phpt [new file with mode: 0644]
ext/standard/tests/file/copy_variation15.phpt [new file with mode: 0644]
ext/standard/tests/file/copy_variation16-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/copy_variation16.phpt [new file with mode: 0644]
ext/standard/tests/file/copy_variation17.phpt [new file with mode: 0644]
ext/standard/tests/file/copy_variation18.phpt [new file with mode: 0644]
ext/standard/tests/file/copy_variation2-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/file/copy_variation2-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/copy_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/copy_variation3-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/copy_variation3.phpt [new file with mode: 0644]
ext/standard/tests/file/copy_variation4.phpt [new file with mode: 0644]
ext/standard/tests/file/copy_variation5-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/copy_variation5.phpt [new file with mode: 0644]
ext/standard/tests/file/copy_variation6-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/copy_variation6.phpt [new file with mode: 0644]
ext/standard/tests/file/copy_variation7.phpt [new file with mode: 0644]
ext/standard/tests/file/copy_variation8.phpt [new file with mode: 0644]
ext/standard/tests/file/copy_variation9.phpt [new file with mode: 0644]
ext/standard/tests/file/directory_wrapper_fstat_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/dirname_basic-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/dirname_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/dirname_no_path_normalization-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/disk.phpt [new file with mode: 0644]
ext/standard/tests/file/disk_free_space_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/disk_free_space_error-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/disk_free_space_error.phpt [new file with mode: 0644]
ext/standard/tests/file/disk_free_space_variation.phpt [new file with mode: 0644]
ext/standard/tests/file/disk_total_space_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/disk_total_space_error-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/disk_total_space_error.phpt [new file with mode: 0644]
ext/standard/tests/file/disk_total_space_variation.phpt [new file with mode: 0644]
ext/standard/tests/file/fclose_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/fdatasync.phpt [new file with mode: 0644]
ext/standard/tests/file/feof_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/fflush_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/fflush_variation1-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/file/fflush_variation1-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/fflush_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/fflush_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/fflush_variation3.phpt [new file with mode: 0644]
ext/standard/tests/file/fflush_variation4.phpt [new file with mode: 0644]
ext/standard/tests/file/fgetc_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/fgetc_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/fgetc_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/fgetc_variation3.phpt [new file with mode: 0644]
ext/standard/tests/file/fgetc_variation4.phpt [new file with mode: 0644]
ext/standard/tests/file/fgetcsv.phpt [new file with mode: 0644]
ext/standard/tests/file/fgetcsv_error_conditions.csv [new file with mode: 0644]
ext/standard/tests/file/fgetcsv_error_conditions.phpt [new file with mode: 0644]
ext/standard/tests/file/fgetcsv_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/fgetcsv_variation10.phpt [new file with mode: 0644]
ext/standard/tests/file/fgetcsv_variation11.phpt [new file with mode: 0644]
ext/standard/tests/file/fgetcsv_variation12.phpt [new file with mode: 0644]
ext/standard/tests/file/fgetcsv_variation13.phpt [new file with mode: 0644]
ext/standard/tests/file/fgetcsv_variation14.phpt [new file with mode: 0644]
ext/standard/tests/file/fgetcsv_variation15.phpt [new file with mode: 0644]
ext/standard/tests/file/fgetcsv_variation16.phpt [new file with mode: 0644]
ext/standard/tests/file/fgetcsv_variation17.phpt [new file with mode: 0644]
ext/standard/tests/file/fgetcsv_variation18.phpt [new file with mode: 0644]
ext/standard/tests/file/fgetcsv_variation19.phpt [new file with mode: 0644]
ext/standard/tests/file/fgetcsv_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/fgetcsv_variation20.phpt [new file with mode: 0644]
ext/standard/tests/file/fgetcsv_variation21.phpt [new file with mode: 0644]
ext/standard/tests/file/fgetcsv_variation22.phpt [new file with mode: 0644]
ext/standard/tests/file/fgetcsv_variation23.phpt [new file with mode: 0644]
ext/standard/tests/file/fgetcsv_variation29.phpt [new file with mode: 0644]
ext/standard/tests/file/fgetcsv_variation30.phpt [new file with mode: 0644]
ext/standard/tests/file/fgetcsv_variation31.phpt [new file with mode: 0644]
ext/standard/tests/file/fgetcsv_variation32.phpt [new file with mode: 0644]
ext/standard/tests/file/fgetcsv_variation6.phpt [new file with mode: 0644]
ext/standard/tests/file/fgetcsv_variation7.phpt [new file with mode: 0644]
ext/standard/tests/file/fgetcsv_variation8.phpt [new file with mode: 0644]
ext/standard/tests/file/fgetcsv_variation9.phpt [new file with mode: 0644]
ext/standard/tests/file/fgets_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/fgets_error.phpt [new file with mode: 0644]
ext/standard/tests/file/fgets_socket_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/fgets_socket_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/fgets_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/fgets_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/fgets_variation3.phpt [new file with mode: 0644]
ext/standard/tests/file/fgets_variation4-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/file/fgets_variation4-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/fgets_variation4.phpt [new file with mode: 0644]
ext/standard/tests/file/fgets_variation5.phpt [new file with mode: 0644]
ext/standard/tests/file/fgets_variation6-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/fgets_variation6.phpt [new file with mode: 0644]
ext/standard/tests/file/file.inc [new file with mode: 0644]
ext/standard/tests/file/file_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/file_binary_text_deprecated.phpt [new file with mode: 0644]
ext/standard/tests/file/file_error.phpt [new file with mode: 0644]
ext/standard/tests/file/file_exists_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/file_get_contents_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/file_get_contents_basic001.phpt [new file with mode: 0644]
ext/standard/tests/file/file_get_contents_error.phpt [new file with mode: 0644]
ext/standard/tests/file/file_get_contents_error001.phpt [new file with mode: 0644]
ext/standard/tests/file/file_get_contents_error002.phpt [new file with mode: 0644]
ext/standard/tests/file/file_get_contents_error_folder-win.phpt [new file with mode: 0644]
ext/standard/tests/file/file_get_contents_error_folder.phpt [new file with mode: 0644]
ext/standard/tests/file/file_get_contents_file_put_contents_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/file_get_contents_file_put_contents_error.phpt [new file with mode: 0644]
ext/standard/tests/file/file_get_contents_file_put_contents_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/file_get_contents_file_put_contents_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/file_get_contents_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/file_get_contents_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/file_get_contents_variation7-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/file/file_get_contents_variation7-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/file_get_contents_variation7.phpt [new file with mode: 0644]
ext/standard/tests/file/file_get_contents_variation8-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/file_get_contents_variation8.phpt [new file with mode: 0644]
ext/standard/tests/file/file_get_contents_variation9.phpt [new file with mode: 0644]
ext/standard/tests/file/file_put_contents.phpt [new file with mode: 0644]
ext/standard/tests/file/file_put_contents_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/file_put_contents_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/file_put_contents_variation4.phpt [new file with mode: 0644]
ext/standard/tests/file/file_put_contents_variation5.phpt [new file with mode: 0644]
ext/standard/tests/file/file_put_contents_variation6.phpt [new file with mode: 0644]
ext/standard/tests/file/file_put_contents_variation7-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/file_put_contents_variation7.phpt [new file with mode: 0644]
ext/standard/tests/file/file_put_contents_variation8-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/file_put_contents_variation8.phpt [new file with mode: 0644]
ext/standard/tests/file/file_put_contents_variation9.phpt [new file with mode: 0644]
ext/standard/tests/file/file_variation.phpt [new file with mode: 0644]
ext/standard/tests/file/file_variation5-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/file/file_variation5-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/file_variation5.phpt [new file with mode: 0644]
ext/standard/tests/file/file_variation6.phpt [new file with mode: 0644]
ext/standard/tests/file/file_variation7.phpt [new file with mode: 0644]
ext/standard/tests/file/file_variation8-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/file_variation8.phpt [new file with mode: 0644]
ext/standard/tests/file/file_variation9.phpt [new file with mode: 0644]
ext/standard/tests/file/filegroup_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/filegroup_error.phpt [new file with mode: 0644]
ext/standard/tests/file/filegroup_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/filegroup_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/filegroup_variation3.phpt [new file with mode: 0644]
ext/standard/tests/file/fileinode_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/fileinode_error.phpt [new file with mode: 0644]
ext/standard/tests/file/fileinode_variation.phpt [new file with mode: 0644]
ext/standard/tests/file/fileinode_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/fileinode_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/fileinode_variation3.phpt [new file with mode: 0644]
ext/standard/tests/file/fileowner_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/fileowner_error.phpt [new file with mode: 0644]
ext/standard/tests/file/fileowner_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/fileowner_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/fileowner_variation3.phpt [new file with mode: 0644]
ext/standard/tests/file/fileperms_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/fileperms_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/fileperms_variation3.phpt [new file with mode: 0644]
ext/standard/tests/file/filesize_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/filesize_error.phpt [new file with mode: 0644]
ext/standard/tests/file/filesize_variation1-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/file/filesize_variation1-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/filesize_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/filesize_variation2-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/filesize_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/filesize_variation3.phpt [new file with mode: 0644]
ext/standard/tests/file/filesize_variation4-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/filesize_variation4.phpt [new file with mode: 0644]
ext/standard/tests/file/filesize_variation5.phpt [new file with mode: 0644]
ext/standard/tests/file/filestat.phpt [new file with mode: 0644]
ext/standard/tests/file/filetype_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/filetype_error.phpt [new file with mode: 0644]
ext/standard/tests/file/filetype_variation.phpt [new file with mode: 0644]
ext/standard/tests/file/filetype_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/filetype_variation3.phpt [new file with mode: 0644]
ext/standard/tests/file/flock.phpt [new file with mode: 0644]
ext/standard/tests/file/flock_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/flock_error.phpt [new file with mode: 0644]
ext/standard/tests/file/flock_variation.phpt [new file with mode: 0644]
ext/standard/tests/file/fnmatch_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/fnmatch_maxpathlen.phpt [new file with mode: 0644]
ext/standard/tests/file/fnmatch_variation.phpt [new file with mode: 0644]
ext/standard/tests/file/fopen_include_path.inc [new file with mode: 0644]
ext/standard/tests/file/fopen_unlink.phpt [new file with mode: 0644]
ext/standard/tests/file/fopen_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/fopen_variation10-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/fopen_variation11-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/fopen_variation12.phpt [new file with mode: 0644]
ext/standard/tests/file/fopen_variation13.phpt [new file with mode: 0644]
ext/standard/tests/file/fopen_variation14-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/fopen_variation14.phpt [new file with mode: 0644]
ext/standard/tests/file/fopen_variation15-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/fopen_variation15.phpt [new file with mode: 0644]
ext/standard/tests/file/fopen_variation16.phpt [new file with mode: 0644]
ext/standard/tests/file/fopen_variation17.phpt [new file with mode: 0644]
ext/standard/tests/file/fopen_variation19.phpt [new file with mode: 0644]
ext/standard/tests/file/fopen_variation5.phpt [new file with mode: 0644]
ext/standard/tests/file/fopen_variation6.phpt [new file with mode: 0644]
ext/standard/tests/file/fopen_variation7.phpt [new file with mode: 0644]
ext/standard/tests/file/fopen_variation8.phpt [new file with mode: 0644]
ext/standard/tests/file/fopen_variation9.phpt [new file with mode: 0644]
ext/standard/tests/file/fopencookie.phpt [new file with mode: 0644]
ext/standard/tests/file/fpassthru_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/fpassthru_variation.phpt [new file with mode: 0644]
ext/standard/tests/file/fputcsv.phpt [new file with mode: 0644]
ext/standard/tests/file/fputcsv_002.phpt [new file with mode: 0644]
ext/standard/tests/file/fputcsv_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/fputcsv_variation10.phpt [new file with mode: 0644]
ext/standard/tests/file/fputcsv_variation11.phpt [new file with mode: 0644]
ext/standard/tests/file/fputcsv_variation12.phpt [new file with mode: 0644]
ext/standard/tests/file/fputcsv_variation13.phpt [new file with mode: 0644]
ext/standard/tests/file/fputcsv_variation15.phpt [new file with mode: 0644]
ext/standard/tests/file/fputcsv_variation16.phpt [new file with mode: 0644]
ext/standard/tests/file/fputcsv_variation17.phpt [new file with mode: 0644]
ext/standard/tests/file/fputcsv_variation5.phpt [new file with mode: 0644]
ext/standard/tests/file/fputcsv_variation6.phpt [new file with mode: 0644]
ext/standard/tests/file/fputcsv_variation7.phpt [new file with mode: 0644]
ext/standard/tests/file/fputcsv_variation8.phpt [new file with mode: 0644]
ext/standard/tests/file/fputcsv_variation9.phpt [new file with mode: 0644]
ext/standard/tests/file/fread_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/fread_error.phpt [new file with mode: 0644]
ext/standard/tests/file/fread_fwrite_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/fread_socket_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/fread_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/fread_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/fread_variation3-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/file/fread_variation3-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/fread_variation3.phpt [new file with mode: 0644]
ext/standard/tests/file/fread_variation4.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_error.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation10.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation11.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation12.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation13.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation14.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation15.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation16.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation17.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation18.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation19.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation20.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation21.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation22.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation23.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation24.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation25.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation26.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation27.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation28.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation29.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation3.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation30.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation31.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation32.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation33.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation34.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation35.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation36.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation37.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation38.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation39.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation4.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation40.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation41.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation42.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation43.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation44.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation45.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation46.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation47.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation48.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation49.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation5.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation50.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation51.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation52.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation53.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation54.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation55.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation6.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation7.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation8.phpt [new file with mode: 0644]
ext/standard/tests/file/fscanf_variation9.phpt [new file with mode: 0644]
ext/standard/tests/file/fseek_dir_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/fseek_ftell_rewind_basic1.phpt [new file with mode: 0644]
ext/standard/tests/file/fseek_ftell_rewind_basic2-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/file/fseek_ftell_rewind_basic2-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/fseek_ftell_rewind_basic2.phpt [new file with mode: 0644]
ext/standard/tests/file/fseek_ftell_rewind_error1.phpt [new file with mode: 0644]
ext/standard/tests/file/fseek_ftell_rewind_error2.phpt [new file with mode: 0644]
ext/standard/tests/file/fseek_ftell_rewind_error3.phpt [new file with mode: 0644]
ext/standard/tests/file/fseek_ftell_rewind_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/fseek_ftell_rewind_variation2-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/fseek_ftell_rewind_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/fseek_ftell_rewind_variation3.phpt [new file with mode: 0644]
ext/standard/tests/file/fseek_ftell_rewind_variation4-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/fseek_ftell_rewind_variation4.phpt [new file with mode: 0644]
ext/standard/tests/file/fseek_ftell_rewind_variation5.phpt [new file with mode: 0644]
ext/standard/tests/file/fseek_ftell_rewind_variation6-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/fseek_ftell_rewind_variation6.phpt [new file with mode: 0644]
ext/standard/tests/file/fseek_ftell_rewind_variation7.phpt [new file with mode: 0644]
ext/standard/tests/file/fseek_ftell_rewind_variation8-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/fseek_ftell_rewind_variation8.phpt [new file with mode: 0644]
ext/standard/tests/file/fseek_variation3.phpt [new file with mode: 0644]
ext/standard/tests/file/fstat.phpt [new file with mode: 0644]
ext/standard/tests/file/fstat_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/fstat_variation8.phpt [new file with mode: 0644]
ext/standard/tests/file/fsync.phpt [new file with mode: 0644]
ext/standard/tests/file/ftruncate.phpt [new file with mode: 0644]
ext/standard/tests/file/ftruncate_bug76422.phpt [new file with mode: 0644]
ext/standard/tests/file/ftruncate_bug76803.phpt [new file with mode: 0644]
ext/standard/tests/file/ftruncate_bug77081.phpt [new file with mode: 0644]
ext/standard/tests/file/ftruncate_error.phpt [new file with mode: 0644]
ext/standard/tests/file/ftruncate_variation1-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/file/ftruncate_variation1-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/ftruncate_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/ftruncate_variation2-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/ftruncate_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/ftruncate_variation3-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/ftruncate_variation3.phpt [new file with mode: 0644]
ext/standard/tests/file/ftruncate_variation4.phpt [new file with mode: 0644]
ext/standard/tests/file/ftruncate_variation5-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/ftruncate_variation5.phpt [new file with mode: 0644]
ext/standard/tests/file/ftruncate_variation6-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/ftruncate_variation6.phpt [new file with mode: 0644]
ext/standard/tests/file/ftruncate_variation7-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/ftruncate_variation7.phpt [new file with mode: 0644]
ext/standard/tests/file/fwrite.phpt [new file with mode: 0644]
ext/standard/tests/file/fwrite_basic-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/file/fwrite_basic-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/fwrite_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/fwrite_error.phpt [new file with mode: 0644]
ext/standard/tests/file/fwrite_variation1-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/file/fwrite_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/fwrite_variation2-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/fwrite_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/fwrite_variation3-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/fwrite_variation3.phpt [new file with mode: 0644]
ext/standard/tests/file/fwrite_variation4-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/fwrite_variation4.phpt [new file with mode: 0644]
ext/standard/tests/file/get_current_user.phpt [new file with mode: 0644]
ext/standard/tests/file/gh9227.phpt [new file with mode: 0644]
ext/standard/tests/file/gh9779.phpt [new file with mode: 0644]
ext/standard/tests/file/glob_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/glob_error_002-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/glob_variation-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/file/glob_variation-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/glob_variation.phpt [new file with mode: 0644]
ext/standard/tests/file/glob_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/glob_variation3.phpt [new file with mode: 0644]
ext/standard/tests/file/glob_variation4.phpt [new file with mode: 0644]
ext/standard/tests/file/glob_variation5.phpt [new file with mode: 0644]
ext/standard/tests/file/glob_variation6.phpt [new file with mode: 0644]
ext/standard/tests/file/include_streams.phpt [new file with mode: 0644]
ext/standard/tests/file/include_userstream_001.phpt [new file with mode: 0644]
ext/standard/tests/file/include_userstream_002.phpt [new file with mode: 0644]
ext/standard/tests/file/include_userstream_003.phpt [new file with mode: 0644]
ext/standard/tests/file/is_dir_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/is_dir_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/is_dir_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/is_dir_variation3.phpt [new file with mode: 0644]
ext/standard/tests/file/is_dir_variation4.phpt [new file with mode: 0644]
ext/standard/tests/file/is_executable_basic-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/file/is_executable_basic-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/is_executable_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/is_executable_error.phpt [new file with mode: 0644]
ext/standard/tests/file/is_executable_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/is_executable_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/is_executable_variation3.phpt [new file with mode: 0644]
ext/standard/tests/file/is_file_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/is_file_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/is_file_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/is_file_variation4.phpt [new file with mode: 0644]
ext/standard/tests/file/is_readable_basic-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/file/is_readable_basic-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/is_readable_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/is_readable_error.phpt [new file with mode: 0644]
ext/standard/tests/file/is_readable_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/is_readable_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/is_readable_variation3.phpt [new file with mode: 0644]
ext/standard/tests/file/is_uploaded_file_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/is_writable_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/is_writable_error.phpt [new file with mode: 0644]
ext/standard/tests/file/is_writable_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/is_writable_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/is_writable_variation3.phpt [new file with mode: 0644]
ext/standard/tests/file/lchgrp_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/lchown_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/lchown_error.phpt [new file with mode: 0644]
ext/standard/tests/file/link_win32.phpt [new file with mode: 0644]
ext/standard/tests/file/lstat_stat_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/lstat_stat_error.phpt [new file with mode: 0644]
ext/standard/tests/file/lstat_stat_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/lstat_stat_variation10.phpt [new file with mode: 0644]
ext/standard/tests/file/lstat_stat_variation11.phpt [new file with mode: 0644]
ext/standard/tests/file/lstat_stat_variation12.phpt [new file with mode: 0644]
ext/standard/tests/file/lstat_stat_variation13.phpt [new file with mode: 0644]
ext/standard/tests/file/lstat_stat_variation14.phpt [new file with mode: 0644]
ext/standard/tests/file/lstat_stat_variation15.phpt [new file with mode: 0644]
ext/standard/tests/file/lstat_stat_variation16.phpt [new file with mode: 0644]
ext/standard/tests/file/lstat_stat_variation17.phpt [new file with mode: 0644]
ext/standard/tests/file/lstat_stat_variation18.phpt [new file with mode: 0644]
ext/standard/tests/file/lstat_stat_variation19.phpt [new file with mode: 0644]
ext/standard/tests/file/lstat_stat_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/lstat_stat_variation20.phpt [new file with mode: 0644]
ext/standard/tests/file/lstat_stat_variation21.phpt [new file with mode: 0644]
ext/standard/tests/file/lstat_stat_variation22.phpt [new file with mode: 0644]
ext/standard/tests/file/lstat_stat_variation3.phpt [new file with mode: 0644]
ext/standard/tests/file/lstat_stat_variation4.phpt [new file with mode: 0644]
ext/standard/tests/file/lstat_stat_variation5.phpt [new file with mode: 0644]
ext/standard/tests/file/lstat_stat_variation6.phpt [new file with mode: 0644]
ext/standard/tests/file/lstat_stat_variation7.phpt [new file with mode: 0644]
ext/standard/tests/file/lstat_stat_variation8.phpt [new file with mode: 0644]
ext/standard/tests/file/mkdir-001.phpt [new file with mode: 0644]
ext/standard/tests/file/mkdir-002.phpt [new file with mode: 0644]
ext/standard/tests/file/mkdir-003.phpt [new file with mode: 0644]
ext/standard/tests/file/mkdir-004.phpt [new file with mode: 0644]
ext/standard/tests/file/mkdir-005.phpt [new file with mode: 0644]
ext/standard/tests/file/mkdir-006.phpt [new file with mode: 0644]
ext/standard/tests/file/mkdir_rmdir_error.phpt [new file with mode: 0644]
ext/standard/tests/file/mkdir_rmdir_variation-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/file/mkdir_rmdir_variation-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/mkdir_rmdir_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/mkdir_rmdir_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/mkdir_variation5-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/mkdir_variation5.phpt [new file with mode: 0644]
ext/standard/tests/file/move_uploaded_file_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/open_basedir_cwd_resolve.phpt [new file with mode: 0644]
ext/standard/tests/file/parse_ini_file.phpt [new file with mode: 0644]
ext/standard/tests/file/parse_ini_file_error.phpt [new file with mode: 0644]
ext/standard/tests/file/parse_ini_file_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/parse_ini_file_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/parse_ini_file_variation3.phpt [new file with mode: 0644]
ext/standard/tests/file/parse_ini_file_variation6-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/file/parse_ini_file_variation6-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/parse_ini_file_variation6.phpt [new file with mode: 0644]
ext/standard/tests/file/pathinfo_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/pathinfo_basic1-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/pathinfo_basic1.phpt [new file with mode: 0644]
ext/standard/tests/file/pathinfo_basic2-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/pathinfo_basic2.phpt [new file with mode: 0644]
ext/standard/tests/file/pathinfo_variation3.phpt [new file with mode: 0644]
ext/standard/tests/file/pathinfo_variaton.phpt [new file with mode: 0644]
ext/standard/tests/file/php_fd_wrapper_01.phpt [new file with mode: 0644]
ext/standard/tests/file/php_fd_wrapper_02.phpt [new file with mode: 0644]
ext/standard/tests/file/php_fd_wrapper_03.phpt [new file with mode: 0644]
ext/standard/tests/file/php_fd_wrapper_04.phpt [new file with mode: 0644]
ext/standard/tests/file/popen_pclose_basic-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/file/popen_pclose_basic-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/popen_pclose_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/popen_pclose_error-sunos.phpt [new file with mode: 0644]
ext/standard/tests/file/popen_pclose_error.phpt [new file with mode: 0644]
ext/standard/tests/file/proc_open01.phpt [new file with mode: 0644]
ext/standard/tests/file/proc_open_with_wrong_resource_type.phpt [new file with mode: 0644]
ext/standard/tests/file/readfile_basic-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/readfile_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/readfile_error.phpt [new file with mode: 0644]
ext/standard/tests/file/readfile_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/readfile_variation10-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/readfile_variation10.phpt [new file with mode: 0644]
ext/standard/tests/file/readfile_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/readfile_variation3.phpt [new file with mode: 0644]
ext/standard/tests/file/readfile_variation6.phpt [new file with mode: 0644]
ext/standard/tests/file/readfile_variation7.phpt [new file with mode: 0644]
ext/standard/tests/file/readfile_variation8-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/file/readfile_variation8-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/readfile_variation9.phpt [new file with mode: 0644]
ext/standard/tests/file/readlink_realpath_basic1.phpt [new file with mode: 0644]
ext/standard/tests/file/readlink_realpath_basic2-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/readlink_realpath_basic2.phpt [new file with mode: 0644]
ext/standard/tests/file/readlink_realpath_error-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/readlink_realpath_error.phpt [new file with mode: 0644]
ext/standard/tests/file/readlink_realpath_variation1-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/readlink_realpath_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/readlink_realpath_variation2-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/readlink_realpath_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/readlink_realpath_variation3.phpt [new file with mode: 0644]
ext/standard/tests/file/readlink_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/realpath_basic-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/file/realpath_basic-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/realpath_basic2.phpt [new file with mode: 0644]
ext/standard/tests/file/realpath_basic3.phpt [new file with mode: 0644]
ext/standard/tests/file/realpath_basic4.phpt [new file with mode: 0644]
ext/standard/tests/file/realpath_bug77484.phpt [new file with mode: 0644]
ext/standard/tests/file/realpath_cache.phpt [new file with mode: 0644]
ext/standard/tests/file/realpath_cache_win32.phpt [new file with mode: 0644]
ext/standard/tests/file/realpath_variation-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/file/realpath_variation-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/realpath_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/rename_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/rename_variation-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/rename_variation.phpt [new file with mode: 0644]
ext/standard/tests/file/rename_variation1-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/rename_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/rename_variation11-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/rename_variation12-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/rename_variation12.phpt [new file with mode: 0644]
ext/standard/tests/file/rename_variation13-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/rename_variation13.phpt [new file with mode: 0644]
ext/standard/tests/file/rename_variation2-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/rename_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/rename_variation3-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/rename_variation3.phpt [new file with mode: 0644]
ext/standard/tests/file/rename_variation4.phpt [new file with mode: 0644]
ext/standard/tests/file/rename_variation5.phpt [new file with mode: 0644]
ext/standard/tests/file/rename_variation6-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/rename_variation6.phpt [new file with mode: 0644]
ext/standard/tests/file/rename_variation7-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/rename_variation7.phpt [new file with mode: 0644]
ext/standard/tests/file/rename_variation8-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/rename_variation8.phpt [new file with mode: 0644]
ext/standard/tests/file/rename_variation9.phpt [new file with mode: 0644]
ext/standard/tests/file/rmdir_variation3-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/rmdir_variation3.phpt [new file with mode: 0644]
ext/standard/tests/file/stat_basic-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/file/stat_basic-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/stat_error-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/stat_variation1-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/file/stat_variation1-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/stat_variation2-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/stat_variation3-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/stat_variation4-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/stat_variation5-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/stat_variation6-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/stat_variation7-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/stat_variation8-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/statcache-corruption.phpt [new file with mode: 0644]
ext/standard/tests/file/statpage.phpt [new file with mode: 0644]
ext/standard/tests/file/stream_001.phpt [new file with mode: 0644]
ext/standard/tests/file/stream_002.phpt [new file with mode: 0644]
ext/standard/tests/file/stream_copy_to_stream.phpt [new file with mode: 0644]
ext/standard/tests/file/stream_copy_to_stream_empty.phpt [new file with mode: 0644]
ext/standard/tests/file/stream_copy_to_stream_interleaved.phpt [new file with mode: 0644]
ext/standard/tests/file/stream_enclosed.phpt [new file with mode: 0644]
ext/standard/tests/file/stream_get_line.phpt [new file with mode: 0644]
ext/standard/tests/file/stream_rfc2397_001.phpt [new file with mode: 0644]
ext/standard/tests/file/stream_rfc2397_002.phpt [new file with mode: 0644]
ext/standard/tests/file/stream_rfc2397_003.gif [new file with mode: 0644]
ext/standard/tests/file/stream_rfc2397_003.phpt [new file with mode: 0644]
ext/standard/tests/file/stream_rfc2397_004.phpt [new file with mode: 0644]
ext/standard/tests/file/stream_rfc2397_005.phpt [new file with mode: 0644]
ext/standard/tests/file/stream_rfc2397_006.phpt [new file with mode: 0644]
ext/standard/tests/file/stream_rfc2397_007.phpt [new file with mode: 0644]
ext/standard/tests/file/stream_supports_lock.phpt [new file with mode: 0644]
ext/standard/tests/file/symlink.phpt [new file with mode: 0644]
ext/standard/tests/file/symlink_link_linkinfo_is_link_basic1.phpt [new file with mode: 0644]
ext/standard/tests/file/symlink_link_linkinfo_is_link_basic2.phpt [new file with mode: 0644]
ext/standard/tests/file/symlink_link_linkinfo_is_link_error1.phpt [new file with mode: 0644]
ext/standard/tests/file/symlink_link_linkinfo_is_link_error2.phpt [new file with mode: 0644]
ext/standard/tests/file/symlink_link_linkinfo_is_link_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/symlink_link_linkinfo_is_link_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/symlink_link_linkinfo_is_link_variation3.phpt [new file with mode: 0644]
ext/standard/tests/file/symlink_link_linkinfo_is_link_variation4.phpt [new file with mode: 0644]
ext/standard/tests/file/symlink_link_linkinfo_is_link_variation5.phpt [new file with mode: 0644]
ext/standard/tests/file/symlink_link_linkinfo_is_link_variation6.phpt [new file with mode: 0644]
ext/standard/tests/file/symlink_link_linkinfo_is_link_variation7.phpt [new file with mode: 0644]
ext/standard/tests/file/symlink_link_linkinfo_is_link_variation8.phpt [new file with mode: 0644]
ext/standard/tests/file/symlink_link_linkinfo_is_link_variation9.phpt [new file with mode: 0644]
ext/standard/tests/file/symlink_to_symlink.phpt [new file with mode: 0644]
ext/standard/tests/file/tempnam_variation1-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/file/tempnam_variation1-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/tempnam_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/tempnam_variation2-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/tempnam_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/tempnam_variation3-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/tempnam_variation3.phpt [new file with mode: 0644]
ext/standard/tests/file/tempnam_variation4-0.phpt [new file with mode: 0644]
ext/standard/tests/file/tempnam_variation4-1.phpt [new file with mode: 0644]
ext/standard/tests/file/tempnam_variation5-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/tempnam_variation5.phpt [new file with mode: 0644]
ext/standard/tests/file/tempnam_variation6-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/tempnam_variation6.phpt [new file with mode: 0644]
ext/standard/tests/file/tempnam_variation7-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/tempnam_variation7.phpt [new file with mode: 0644]
ext/standard/tests/file/tempnam_variation8-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/test.csv [new file with mode: 0644]
ext/standard/tests/file/test2.csv [new file with mode: 0644]
ext/standard/tests/file/test3.csv [new file with mode: 0644]
ext/standard/tests/file/touch.phpt [new file with mode: 0644]
ext/standard/tests/file/touch_basic-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/file/touch_basic-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/touch_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/touch_error.phpt [new file with mode: 0644]
ext/standard/tests/file/touch_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/touch_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/touch_variation5-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/touch_variation5.phpt [new file with mode: 0644]
ext/standard/tests/file/touch_variation6-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/umask_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/umask_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/umask_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/unlink_basic.phpt [new file with mode: 0644]
ext/standard/tests/file/unlink_error-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/file/unlink_error-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/unlink_error.phpt [new file with mode: 0644]
ext/standard/tests/file/unlink_variation1-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/file/unlink_variation1-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/unlink_variation1.phpt [new file with mode: 0644]
ext/standard/tests/file/unlink_variation10.phpt [new file with mode: 0644]
ext/standard/tests/file/unlink_variation2.phpt [new file with mode: 0644]
ext/standard/tests/file/unlink_variation3.phpt [new file with mode: 0644]
ext/standard/tests/file/unlink_variation4.phpt [new file with mode: 0644]
ext/standard/tests/file/unlink_variation5.phpt [new file with mode: 0644]
ext/standard/tests/file/unlink_variation6.phpt [new file with mode: 0644]
ext/standard/tests/file/unlink_variation8-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/unlink_variation8.phpt [new file with mode: 0644]
ext/standard/tests/file/unlink_variation9-win32.phpt [new file with mode: 0644]
ext/standard/tests/file/userdirstream.phpt [new file with mode: 0644]
ext/standard/tests/file/userfilters.phpt [new file with mode: 0644]
ext/standard/tests/file/userstreams.phpt [new file with mode: 0644]
ext/standard/tests/file/userstreams_002.phpt [new file with mode: 0644]
ext/standard/tests/file/userstreams_003.phpt [new file with mode: 0644]
ext/standard/tests/file/userstreams_004.phpt [new file with mode: 0644]
ext/standard/tests/file/userstreams_005.phpt [new file with mode: 0644]
ext/standard/tests/file/userstreams_006.phpt [new file with mode: 0644]
ext/standard/tests/file/userstreams_007.phpt [new file with mode: 0644]
ext/standard/tests/file/userwrapper.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_acls/bug44859.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_acls/bug44859_2.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_acls/bug44859_3.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_acls/bug44859_4.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_acls/common.inc [new file with mode: 0644]
ext/standard/tests/file/windows_acls/tiny.bat [new file with mode: 0644]
ext/standard/tests/file/windows_acls/tiny.exe [new file with mode: 0644]
ext/standard/tests/file/windows_links/CONFLICTS [new file with mode: 0644]
ext/standard/tests/file/windows_links/bug48746.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_links/bug48746_1.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_links/bug48746_2.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_links/bug48746_3.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_links/bug73962.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_links/bug76335.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_links/bug78862.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_links/common.inc [new file with mode: 0644]
ext/standard/tests/file/windows_links/readlink_compat.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/bug54028.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/bug54028_2.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/bug54977.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/bug61315.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/bug64506.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/bug64699.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/bug70903.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/bug71509.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/bug74923.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/bug75063_cp1251.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/bug75063_utf8.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/recursive_it.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_big5_0.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_big5_1.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_big5_2.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_big5_to_utf8_0.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_big5_to_utf8_1.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_big5_to_utf8_2.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1250_to_utf8_0.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1250_to_utf8_1.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1250_to_utf8_2.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1250_to_utf8_3.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1250_to_utf8_4.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1250_to_utf8_5.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1251_0.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1251_1.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1251_2.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1251_to_utf8_0.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1251_to_utf8_1.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1251_to_utf8_2.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1251_zend_multibyte_0.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1251_zend_multibyte_1.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1251_zend_multibyte_2.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1252_0.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1252_to_utf8_0.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1252_to_utf8_1.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1252_to_utf8_2.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1252_to_utf8_3.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1252_to_utf8_4.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1252_to_utf8_5.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1253_0.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1253_1.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1253_2.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1253_to_utf8_0.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1253_to_utf8_1.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1253_to_utf8_2.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1254_0.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1254_1.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1254_2.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1254_3.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1254_to_utf8_0.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1254_to_utf8_1.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1254_to_utf8_2.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1254_to_utf8_3.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1255_0.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1255_1.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1255_2.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1255_to_utf8_0.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1255_to_utf8_1.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1255_to_utf8_2.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1256_0.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1256_1.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1256_2.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1256_to_utf8_0.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1256_to_utf8_1.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp1256_to_utf8_2.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp874_0.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp874_1.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp874_to_utf8_0.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp874_to_utf8_1.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp932_0.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp932_1.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp932_2.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp932_3.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp932_to_utf8_0.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp932_to_utf8_1.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp932_to_utf8_2.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp936_0.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp936_1.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp936_2.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp936_to_utf8_0.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp936_to_utf8_1.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cp936_to_utf8_2.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_cwd_mb_names.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_eucjp_to_utf8_0.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_eucjp_to_utf8_1.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_eucjp_to_utf8_2.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_kartuli_utf8_0.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_kartuli_utf8_1.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_kartuli_utf8_2.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_kartuli_utf8_3.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_long_path_0.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_long_path_1.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_long_path_2.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_long_path_bug30730.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_long_path_bug70943.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_long_path_bug71103.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_long_path_mkdir.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_readdir_mb_names.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/test_rename_mb_names.phpt [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/util.inc [new file with mode: 0644]
ext/standard/tests/file/windows_mb_path/util_utf8.inc [new file with mode: 0644]
ext/standard/tests/filters/001.phpt [new file with mode: 0644]
ext/standard/tests/filters/basic.phpt [new file with mode: 0644]
ext/standard/tests/filters/bug22538.phpt [new file with mode: 0644]
ext/standard/tests/filters/bug35916.phpt [new file with mode: 0644]
ext/standard/tests/filters/bug46164-1.phpt [new file with mode: 0644]
ext/standard/tests/filters/bug46164-2.phpt [new file with mode: 0644]
ext/standard/tests/filters/bug50363.phpt [new file with mode: 0644]
ext/standard/tests/filters/bug54350.phpt [new file with mode: 0644]
ext/standard/tests/filters/bug72941.phpt [new file with mode: 0644]
ext/standard/tests/filters/bug73586.phpt [new file with mode: 0644]
ext/standard/tests/filters/bug74267.phpt [new file with mode: 0644]
ext/standard/tests/filters/bug77231.phpt [new file with mode: 0644]
ext/standard/tests/filters/bug79468.phpt [new file with mode: 0644]
ext/standard/tests/filters/bug81294.phpt [new file with mode: 0644]
ext/standard/tests/filters/bug81302.phpt [new file with mode: 0644]
ext/standard/tests/filters/bug81475.phpt [new file with mode: 0644]
ext/standard/tests/filters/chunked_001.phpt [new file with mode: 0644]
ext/standard/tests/filters/filter_errors.inc [new file with mode: 0644]
ext/standard/tests/filters/filter_errors_convert_base64_decode.phpt [new file with mode: 0644]
ext/standard/tests/filters/filter_errors_user.phpt [new file with mode: 0644]
ext/standard/tests/filters/filter_errors_zlib_inflate.phpt [new file with mode: 0644]
ext/standard/tests/filters/object_init_failure.phpt [new file with mode: 0644]
ext/standard/tests/filters/object_init_failure_2.phpt [new file with mode: 0644]
ext/standard/tests/filters/php_user_filter_01.phpt [new file with mode: 0644]
ext/standard/tests/filters/php_user_filter_02.phpt [new file with mode: 0644]
ext/standard/tests/filters/php_user_filter_03.phpt [new file with mode: 0644]
ext/standard/tests/filters/php_user_filter_onCreate_failure.phpt [new file with mode: 0644]
ext/standard/tests/filters/read.phpt [new file with mode: 0644]
ext/standard/tests/filters/stream_filter_remove_basic.phpt [new file with mode: 0644]
ext/standard/tests/filters/stream_filter_remove_error.phpt [new file with mode: 0644]
ext/standard/tests/forward_static_call_array.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/001.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/002.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/003.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/004.data [new file with mode: 0644]
ext/standard/tests/general_functions/004.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/005.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/006.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/007.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/008.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/009.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/010.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/array_is_list.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/boolval.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug25038.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug27678.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug29038.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug31190.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug32647.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug34794.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug35229.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug36011.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug39322.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug40398.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug40752.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug41037.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug41445.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug41445_1.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug41518.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug41970.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug42272.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug43293_1.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug43293_2.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug43293_3.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug44295-win.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug44295.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug44394.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug44394_2.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug44461.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug44667.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug47027.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug47857.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug47859.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug48660.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug48768.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug49056.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug49692.ini [new file with mode: 0644]
ext/standard/tests/general_functions/bug49692.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug49847.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug50690.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug50732.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug52138.data [new file with mode: 0644]
ext/standard/tests/general_functions/bug52138.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug60227_1.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug60227_2.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug60227_3.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug60227_4.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug60723.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug66094.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug67498.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug69646.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug70018.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug70157.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug70249.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug70947.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug71891.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug72300.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug72306.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug72920.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug73973.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug76643.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug76717.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug77638_1.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug77638_2.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug77844.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug78569.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug79254.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/bug80771.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/call_user_func_array_variation_001.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/call_user_func_return.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/callbacks_001.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/callbacks_002.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/closures_001.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/closures_002.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/connection_aborted.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/connection_status.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/debug_zval_dump_b.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/debug_zval_dump_b_64bit.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/debug_zval_dump_o.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/debug_zval_dump_refs.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/debug_zval_dump_v.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/dl-001.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/dl-002.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/dl-003.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/dl-check-enabled.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/dl-cve-2007-4887.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/dl-full-path-not-supported.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/dl-use_register_functions_directly.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/error_clear_last.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/error_get_last.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/escapeshellarg_basic-win32-mb.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/escapeshellarg_basic-win32.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/escapeshellarg_basic.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/escapeshellarg_bug71039.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/escapeshellarg_bug71270.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/escapeshellarg_variation1-win32.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/escapeshellarg_variation1.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/escapeshellcmd-win32.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/escapeshellcmd_bug71039.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/escapeshellcmd_bug71270.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/floatval.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/floatval_basic.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/floatval_variation1.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/get_cfg_var_array.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/get_cfg_var_basic.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/get_cfg_var_variation2.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/get_cfg_var_variation4.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/get_cfg_var_variation5.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/get_cfg_var_variation7.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/get_cfg_var_variation8.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/get_cfg_var_variation9.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/get_debug_type_basic.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/get_defined_constants_basic.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/get_defined_vars_basic.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/get_extension_funcs_basic.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/get_include_path_basic.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/get_included_files.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/get_included_files_inc1.inc [new file with mode: 0644]
ext/standard/tests/general_functions/get_included_files_inc2.inc [new file with mode: 0644]
ext/standard/tests/general_functions/get_included_files_inc3.inc [new file with mode: 0644]
ext/standard/tests/general_functions/get_loaded_extensions_basic.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/get_resource_type_basic.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/getenv.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/getmypid_basic.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/getopt.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/getopt_002.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/getopt_003.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/getopt_004.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/getopt_005.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/getopt_006.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/getopt_007.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/getopt_008.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/getopt_009.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/getrusage.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/getrusage_basic.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/getservbyname_basic.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/getservbyport_basic.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/getservbyport_variation1.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/gettype_settype_basic.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/gettype_settype_error.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/gettype_settype_variation1.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/gettype_settype_variation2.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/gettype_settype_variation3.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/gettype_settype_variation4.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/gettype_settype_variation5.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/gettype_settype_variation6.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/gettype_settype_variation7.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/gettype_settype_variation8.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/gh9589.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/gh9905.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/head.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/header_redirection_001.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/header_redirection_002.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/header_redirection_003.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/header_redirection_005.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/header_redirection_006.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/header_redirection_007.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/header_redirection_008.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/header_redirection_009.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/header_redirection_010.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/header_redirection_011.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/header_redirection_012.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/header_redirection_013.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/header_redirection_014.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/highlight_heredoc.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/http_response_code.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/include_path.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/ini_get_all.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/ini_set_types.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/intval.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/intval_binary_prefix.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/intval_variation1.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/is_array.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/is_bool.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/is_callable_abstract_method-deprecated.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/is_callable_abstract_method.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/is_callable_anon.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/is_callable_basic1.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/is_callable_basic2.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/is_callable_variation1.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/is_callable_variation2.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/is_countable_with_classes.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/is_countable_with_variables.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/is_float.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/is_float_64bit.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/is_int.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/is_int_64bit.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/is_iterable.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/is_null.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/is_numeric.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/is_object.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/is_resource.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/is_resource_basic.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/is_scalar.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/is_string.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/isset_basic1.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/isset_basic2.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/ob_get_flush_basic.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/ob_get_flush_error.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/ob_get_length_basic.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/ob_start_closures.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/output_add_rewrite_var_basic1.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/output_add_rewrite_var_basic2.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/output_add_rewrite_var_basic3.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/output_add_rewrite_var_basic4.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/parse_ini_basic.data [new file with mode: 0644]
ext/standard/tests/general_functions/parse_ini_basic.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/parse_ini_booleans.data [new file with mode: 0644]
ext/standard/tests/general_functions/parse_ini_booleans.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/parse_ini_file.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/parse_ini_numeric_entry_name.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/parse_ini_string_001.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/parse_ini_string_002.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/parse_ini_string_003.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/parse_ini_string_bug76068.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/parse_ini_string_error.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/php_uname_basic.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/php_uname_error.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/phpcredits.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/phpcredits2.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/phpinfo-header-anchors.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/phpinfo.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/phpinfo2.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/print_r.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/print_r_64bit.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/proc_nice_basic-win.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/proc_nice_basic.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/proc_nice_variation2.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/proc_nice_variation5.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/proc_open-mb0.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/proc_open-mb1.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/proc_open.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/proc_open02.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/proc_open_array.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/proc_open_null.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/proc_open_pipes1.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/proc_open_pipes2.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/proc_open_pipes3.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/proc_open_pipes_sleep.inc [new file with mode: 0644]
ext/standard/tests/general_functions/proc_open_redirect.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/proc_open_sockets1.inc [new file with mode: 0644]
ext/standard/tests/general_functions/proc_open_sockets1.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/proc_open_sockets2.inc [new file with mode: 0644]
ext/standard/tests/general_functions/proc_open_sockets2.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/proc_open_sockets3.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/putenv.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/putenv_bug75574_cp936_win.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/putenv_bug75574_utf8.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/rand.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/register_tick_function_error.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/settype_typed_property.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/sleep_basic.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/sleep_error.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/strval.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/sys_getloadavg.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/type.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/uniqid_basic.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/unregister_tick_function_error.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/usleep_basic.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/usleep_error.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/var_dump.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/var_dump_64bit.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/var_export-locale.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/var_export-locale_32.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/var_export_basic1.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/var_export_basic1_32.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/var_export_basic2.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/var_export_basic3.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/var_export_basic4.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/var_export_basic5.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/var_export_basic6.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/var_export_basic7.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/var_export_basic8.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/var_export_basic9.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/var_export_bug66179.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/var_export_bug71314.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/var_export_error2.phpt [new file with mode: 0644]
ext/standard/tests/general_functions/var_export_error3.phpt [new file with mode: 0644]
ext/standard/tests/gh10885.phpt [new file with mode: 0644]
ext/standard/tests/hrtime/hrtime.phpt [new file with mode: 0644]
ext/standard/tests/hrtime/hrtime_array.phpt [new file with mode: 0644]
ext/standard/tests/http/bug38802.phpt [new file with mode: 0644]
ext/standard/tests/http/bug43510.phpt [new file with mode: 0644]
ext/standard/tests/http/bug47021.phpt [new file with mode: 0644]
ext/standard/tests/http/bug48929.phpt [new file with mode: 0644]
ext/standard/tests/http/bug53198.phpt [new file with mode: 0644]
ext/standard/tests/http/bug60570.phpt [new file with mode: 0644]
ext/standard/tests/http/bug61548.phpt [new file with mode: 0644]
ext/standard/tests/http/bug65634.phpt [new file with mode: 0644]
ext/standard/tests/http/bug67430.phpt [new file with mode: 0644]
ext/standard/tests/http/bug69337.phpt [new file with mode: 0644]
ext/standard/tests/http/bug73297.phpt [new file with mode: 0644]
ext/standard/tests/http/bug75535.phpt [new file with mode: 0644]
ext/standard/tests/http/bug75981.phpt [new file with mode: 0644]
ext/standard/tests/http/bug76342.phpt [new file with mode: 0644]
ext/standard/tests/http/bug78719.phpt [new file with mode: 0644]
ext/standard/tests/http/bug79265.phpt [new file with mode: 0644]
ext/standard/tests/http/bug79265_2.phpt [new file with mode: 0644]
ext/standard/tests/http/bug80256.phpt [new file with mode: 0644]
ext/standard/tests/http/bug80838.phpt [new file with mode: 0644]
ext/standard/tests/http/gh11274.phpt [new file with mode: 0644]
ext/standard/tests/http/gh9316.phpt [new file with mode: 0644]
ext/standard/tests/http/http_response_header_01.phpt [new file with mode: 0644]
ext/standard/tests/http/http_response_header_02.phpt [new file with mode: 0644]
ext/standard/tests/http/http_response_header_03.phpt [new file with mode: 0644]
ext/standard/tests/http/http_response_header_04.phpt [new file with mode: 0644]
ext/standard/tests/http/http_response_header_05.phpt [new file with mode: 0644]
ext/standard/tests/http/ignore_errors.phpt [new file with mode: 0644]
ext/standard/tests/http/server.inc [new file with mode: 0644]
ext/standard/tests/image/200x100.bmp [new file with mode: 0644]
ext/standard/tests/image/200x100.gif [new file with mode: 0644]
ext/standard/tests/image/200x100.jpg [new file with mode: 0644]
ext/standard/tests/image/200x100.png [new file with mode: 0644]
ext/standard/tests/image/200x100.swf [new file with mode: 0644]
ext/standard/tests/image/200x100.tiff [new file with mode: 0644]
ext/standard/tests/image/200x100_unknown.unknown [new file with mode: 0644]
ext/standard/tests/image/246x247.png [new file with mode: 0644]
ext/standard/tests/image/2x2mm.tiff [new file with mode: 0644]
ext/standard/tests/image/32x256.ico [new file with mode: 0644]
ext/standard/tests/image/384x385.png [new file with mode: 0644]
ext/standard/tests/image/75x50.wbmp [new file with mode: 0644]
ext/standard/tests/image/75x50.xbm [new file with mode: 0644]
ext/standard/tests/image/blank_file.bmp [new file with mode: 0644]
ext/standard/tests/image/bug13213.jpg [new file with mode: 0644]
ext/standard/tests/image/bug13213.phpt [new file with mode: 0644]
ext/standard/tests/image/bug67250.phpt [new file with mode: 0644]
ext/standard/tests/image/bug70052.phpt [new file with mode: 0644]
ext/standard/tests/image/bug70052_1.wbmp [new file with mode: 0644]
ext/standard/tests/image/bug70052_2.wbmp [new file with mode: 0644]
ext/standard/tests/image/bug70096.phpt [new file with mode: 0644]
ext/standard/tests/image/bug71848.jpg [new file with mode: 0644]
ext/standard/tests/image/bug71848.phpt [new file with mode: 0644]
ext/standard/tests/image/bug72278.jpg [new file with mode: 0644]
ext/standard/tests/image/bug72278.phpt [new file with mode: 0644]
ext/standard/tests/image/bug79877.phpt [new file with mode: 0644]
ext/standard/tests/image/getimagesize.phpt [new file with mode: 0644]
ext/standard/tests/image/getimagesize_246x247.phpt [new file with mode: 0644]
ext/standard/tests/image/getimagesize_256_ico.phpt [new file with mode: 0644]
ext/standard/tests/image/getimagesize_384x385.phpt [new file with mode: 0644]
ext/standard/tests/image/getimagesize_basic.phpt [new file with mode: 0644]
ext/standard/tests/image/getimagesize_jpgapp.phpt [new file with mode: 0644]
ext/standard/tests/image/getimagesize_swc.phpt [new file with mode: 0644]
ext/standard/tests/image/getimagesize_tif_mm.phpt [new file with mode: 0644]
ext/standard/tests/image/getimagesize_variation2.phpt [new file with mode: 0644]
ext/standard/tests/image/getimagesize_variation3.phpt [new file with mode: 0644]
ext/standard/tests/image/getimagesize_variation4.phpt [new file with mode: 0644]
ext/standard/tests/image/getimagesize_variation_005.phpt [new file with mode: 0644]
ext/standard/tests/image/getimagesize_wbmp.phpt [new file with mode: 0644]
ext/standard/tests/image/getimagesize_xbm.phpt [new file with mode: 0644]
ext/standard/tests/image/getimagesizefromstring1.phpt [new file with mode: 0644]
ext/standard/tests/image/image_type_to_extension.phpt [new file with mode: 0644]
ext/standard/tests/image/image_type_to_mime_type.phpt [new file with mode: 0644]
ext/standard/tests/image/image_type_to_mime_type_basic.phpt [new file with mode: 0644]
ext/standard/tests/image/image_type_to_mime_type_variation2.phpt [new file with mode: 0644]
ext/standard/tests/image/image_type_to_mime_type_variation3.phpt [new file with mode: 0644]
ext/standard/tests/image/image_type_to_mime_type_variation4.phpt [new file with mode: 0644]
ext/standard/tests/image/iptcembed_001.phpt [new file with mode: 0644]
ext/standard/tests/image/iptcembed_002.phpt [new file with mode: 0644]
ext/standard/tests/image/iptcembed_003.phpt [new file with mode: 0644]
ext/standard/tests/image/skipif_imagetype.inc [new file with mode: 0644]
ext/standard/tests/image/test-1pix.bmp [new file with mode: 0644]
ext/standard/tests/image/test.gif [new file with mode: 0644]
ext/standard/tests/image/test.txt [new file with mode: 0644]
ext/standard/tests/image/test12pix.webp [new file with mode: 0644]
ext/standard/tests/image/test13pix.swf [new file with mode: 0644]
ext/standard/tests/image/test1bpix.bmp [new file with mode: 0644]
ext/standard/tests/image/test1pix.avif [new file with mode: 0644]
ext/standard/tests/image/test1pix.bmp [new file with mode: 0644]
ext/standard/tests/image/test1pix.jp2 [new file with mode: 0644]
ext/standard/tests/image/test1pix.jpc [new file with mode: 0644]
ext/standard/tests/image/test1pix.jpg [new file with mode: 0644]
ext/standard/tests/image/test2pix.gif [new file with mode: 0644]
ext/standard/tests/image/test3llpix.webp [new file with mode: 0644]
ext/standard/tests/image/test3pix.webp [new file with mode: 0644]
ext/standard/tests/image/test4pix.gif [new file with mode: 0644]
ext/standard/tests/image/test4pix.iff [new file with mode: 0644]
ext/standard/tests/image/test4pix.png [new file with mode: 0644]
ext/standard/tests/image/test4pix.psd [new file with mode: 0644]
ext/standard/tests/image/test4pix.swf [new file with mode: 0644]
ext/standard/tests/image/test4pix.tiff [new file with mode: 0644]
ext/standard/tests/image/testAPP.jpg [new file with mode: 0644]
ext/standard/tests/ini_info/loaded.ini [new file with mode: 0644]
ext/standard/tests/ini_info/php_ini_loaded_file.phpt [new file with mode: 0644]
ext/standard/tests/ini_info/php_ini_scanned_files.phpt [new file with mode: 0644]
ext/standard/tests/ini_info/scandir/0.ini [new file with mode: 0644]
ext/standard/tests/mail/bug47983.phpt [new file with mode: 0644]
ext/standard/tests/mail/bug51604.phpt [new file with mode: 0644]
ext/standard/tests/mail/bug54298.phpt [new file with mode: 0644]
ext/standard/tests/mail/bug66535.phpt [new file with mode: 0644]
ext/standard/tests/mail/bug69115.phpt [new file with mode: 0644]
ext/standard/tests/mail/bug69874.phpt [new file with mode: 0644]
ext/standard/tests/mail/bug69874_2.phpt [new file with mode: 0644]
ext/standard/tests/mail/bug72964.phpt [new file with mode: 0644]
ext/standard/tests/mail/bug73203.phpt [new file with mode: 0644]
ext/standard/tests/mail/bug80706.phpt [new file with mode: 0644]
ext/standard/tests/mail/bug80751.phpt [new file with mode: 0644]
ext/standard/tests/mail/gh10990.phpt [new file with mode: 0644]
ext/standard/tests/mail/gh7875.phpt [new file with mode: 0644]
ext/standard/tests/mail/gh8086.phpt [new file with mode: 0644]
ext/standard/tests/mail/mail_basic.phpt [new file with mode: 0644]
ext/standard/tests/mail/mail_basic2.phpt [new file with mode: 0644]
ext/standard/tests/mail/mail_basic5.phpt [new file with mode: 0644]
ext/standard/tests/mail/mail_basic6.phpt [new file with mode: 0644]
ext/standard/tests/mail/mail_basic7.phpt [new file with mode: 0644]
ext/standard/tests/mail/mail_basic_alt1-win32.phpt [new file with mode: 0644]
ext/standard/tests/mail/mail_basic_alt2-win32.phpt [new file with mode: 0644]
ext/standard/tests/mail/mail_basic_alt3-win32.phpt [new file with mode: 0644]
ext/standard/tests/mail/mail_basic_alt4-win32.phpt [new file with mode: 0644]
ext/standard/tests/mail/mail_include.inc [new file with mode: 0644]
ext/standard/tests/mail/mail_log.phpt [new file with mode: 0644]
ext/standard/tests/mail/mail_null_bytes.phpt [new file with mode: 0644]
ext/standard/tests/mail/mail_skipif.inc [new file with mode: 0644]
ext/standard/tests/mail/mail_variation1.phpt [new file with mode: 0644]
ext/standard/tests/mail/mail_variation2.phpt [new file with mode: 0644]
ext/standard/tests/mail/mail_variation_alt1-win32.phpt [new file with mode: 0644]
ext/standard/tests/mail/mail_variation_alt2-win32.phpt [new file with mode: 0644]
ext/standard/tests/mail/mail_variation_alt3-win32.phpt [new file with mode: 0644]
ext/standard/tests/math/abs.phpt [new file with mode: 0644]
ext/standard/tests/math/abs_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/abs_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/abs_variation.phpt [new file with mode: 0644]
ext/standard/tests/math/acos_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/acos_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/acos_variation.phpt [new file with mode: 0644]
ext/standard/tests/math/acosh_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/acosh_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/acosh_variation.phpt [new file with mode: 0644]
ext/standard/tests/math/allowed_rounding_error.inc [new file with mode: 0644]
ext/standard/tests/math/asin_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/asin_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/asin_variation.phpt [new file with mode: 0644]
ext/standard/tests/math/asinh_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/asinh_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/asinh_variation.phpt [new file with mode: 0644]
ext/standard/tests/math/atan2_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/atan2_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/atan_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/atan_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/atan_variation.phpt [new file with mode: 0644]
ext/standard/tests/math/atanh_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/atanh_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/atanh_variation.phpt [new file with mode: 0644]
ext/standard/tests/math/base_convert_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/base_convert_error.phpt [new file with mode: 0644]
ext/standard/tests/math/base_convert_improvements.phpt [new file with mode: 0644]
ext/standard/tests/math/base_convert_variation1.phpt [new file with mode: 0644]
ext/standard/tests/math/base_convert_variation2.phpt [new file with mode: 0644]
ext/standard/tests/math/base_convert_variation3.phpt [new file with mode: 0644]
ext/standard/tests/math/bindec_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/bindec_basic_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/bindec_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/bindec_variation1.phpt [new file with mode: 0644]
ext/standard/tests/math/bindec_variation1_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/bindec_variation2.phpt [new file with mode: 0644]
ext/standard/tests/math/bug21523.phpt [new file with mode: 0644]
ext/standard/tests/math/bug24142.phpt [new file with mode: 0644]
ext/standard/tests/math/bug25665.phpt [new file with mode: 0644]
ext/standard/tests/math/bug25694.phpt [new file with mode: 0644]
ext/standard/tests/math/bug27646.phpt [new file with mode: 0644]
ext/standard/tests/math/bug28228.phpt [new file with mode: 0644]
ext/standard/tests/math/bug30069.phpt [new file with mode: 0644]
ext/standard/tests/math/bug30695.phpt [new file with mode: 0644]
ext/standard/tests/math/bug45712.phpt [new file with mode: 0644]
ext/standard/tests/math/bug62112.phpt [new file with mode: 0644]
ext/standard/tests/math/bug74039.phpt [new file with mode: 0644]
ext/standard/tests/math/ceil_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/ceil_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/ceil_variation1.phpt [new file with mode: 0644]
ext/standard/tests/math/constants.phpt [new file with mode: 0644]
ext/standard/tests/math/constants_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/cos_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/cos_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/cos_variation.phpt [new file with mode: 0644]
ext/standard/tests/math/cosh_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/cosh_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/cosh_variation.phpt [new file with mode: 0644]
ext/standard/tests/math/decbin_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/decbin_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/decbin_variation1.phpt [new file with mode: 0644]
ext/standard/tests/math/decbin_variation1_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/dechex_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/dechex_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/dechex_variation1.phpt [new file with mode: 0644]
ext/standard/tests/math/dechex_variation1_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/decoct_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/decoct_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/decoct_variation1.phpt [new file with mode: 0644]
ext/standard/tests/math/decoct_variation1_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/deg2rad_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/deg2rad_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/deg2rad_variation.phpt [new file with mode: 0644]
ext/standard/tests/math/exp_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/exp_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/expm1_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/expm1_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/fdiv.phpt [new file with mode: 0644]
ext/standard/tests/math/floor_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/floor_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/floor_variation1.phpt [new file with mode: 0644]
ext/standard/tests/math/floorceil.phpt [new file with mode: 0644]
ext/standard/tests/math/fmod_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/fmod_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/getrandmax_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/hexdec.phpt [new file with mode: 0644]
ext/standard/tests/math/hexdec_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/hexdec_basic_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/hexdec_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/hexdec_variation1.phpt [new file with mode: 0644]
ext/standard/tests/math/hexdec_variation1_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/hexdec_variation2.phpt [new file with mode: 0644]
ext/standard/tests/math/hypot_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/hypot_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/intdiv.phpt [new file with mode: 0644]
ext/standard/tests/math/intdiv_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/is_finite_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/is_finite_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/is_infinite_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/is_infinite_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/is_nan_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/is_nan_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/log.phpt [new file with mode: 0644]
ext/standard/tests/math/log10_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/log10_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/log10_variation.phpt [new file with mode: 0644]
ext/standard/tests/math/log1p_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/log1p_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/log_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/log_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/log_error.phpt [new file with mode: 0644]
ext/standard/tests/math/number_format_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/number_format_multichar.phpt [new file with mode: 0644]
ext/standard/tests/math/number_format_negative_zero.phpt [new file with mode: 0644]
ext/standard/tests/math/number_format_with_3_args.phpt [new file with mode: 0644]
ext/standard/tests/math/number_format_with_null_args.phpt [new file with mode: 0644]
ext/standard/tests/math/octdec_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/octdec_basic_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/octdec_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/octdec_variation1.phpt [new file with mode: 0644]
ext/standard/tests/math/octdec_variation2.phpt [new file with mode: 0644]
ext/standard/tests/math/pi_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/pow-operator.phpt [new file with mode: 0644]
ext/standard/tests/math/pow.phpt [new file with mode: 0644]
ext/standard/tests/math/pow_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/pow_basic2.phpt [new file with mode: 0644]
ext/standard/tests/math/pow_basic_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/pow_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/pow_variation1.phpt [new file with mode: 0644]
ext/standard/tests/math/pow_variation1_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/pow_variation2.phpt [new file with mode: 0644]
ext/standard/tests/math/rad2deg_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/rad2deg_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/rad2deg_variation.phpt [new file with mode: 0644]
ext/standard/tests/math/round.phpt [new file with mode: 0644]
ext/standard/tests/math/round_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/round_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/round_bug71201.phpt [new file with mode: 0644]
ext/standard/tests/math/round_large_exp.phpt [new file with mode: 0644]
ext/standard/tests/math/round_modes.phpt [new file with mode: 0644]
ext/standard/tests/math/round_prerounding.phpt [new file with mode: 0644]
ext/standard/tests/math/round_variation1.phpt [new file with mode: 0644]
ext/standard/tests/math/sin_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/sin_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/sin_variation.phpt [new file with mode: 0644]
ext/standard/tests/math/sinh_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/sinh_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/sinh_variation.phpt [new file with mode: 0644]
ext/standard/tests/math/sqrt_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/sqrt_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/sqrt_variation.phpt [new file with mode: 0644]
ext/standard/tests/math/tan_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/tan_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/tan_variation.phpt [new file with mode: 0644]
ext/standard/tests/math/tanh_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/tanh_basiclong_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/tanh_variation.phpt [new file with mode: 0644]
ext/standard/tests/misc/browscap.ini [new file with mode: 0644]
ext/standard/tests/misc/browscap_lite_2016_12_06.ini [new file with mode: 0644]
ext/standard/tests/misc/browscap_no_default.ini [new file with mode: 0644]
ext/standard/tests/misc/browsernames.inc [new file with mode: 0644]
ext/standard/tests/misc/bug65550.phpt [new file with mode: 0644]
ext/standard/tests/misc/bug69983.phpt [new file with mode: 0644]
ext/standard/tests/misc/bug77338.phpt [new file with mode: 0644]
ext/standard/tests/misc/bug79410.phpt [new file with mode: 0644]
ext/standard/tests/misc/exec_basic1.phpt [new file with mode: 0644]
ext/standard/tests/misc/get_browser_basic.phpt [new file with mode: 0644]
ext/standard/tests/misc/get_browser_error.phpt [new file with mode: 0644]
ext/standard/tests/misc/get_browser_no_default.phpt [new file with mode: 0644]
ext/standard/tests/misc/get_browser_variation1.phpt [new file with mode: 0644]
ext/standard/tests/misc/get_browser_variation2.phpt [new file with mode: 0644]
ext/standard/tests/misc/get_browser_variation3.phpt [new file with mode: 0644]
ext/standard/tests/misc/syslog_basic.phpt [new file with mode: 0644]
ext/standard/tests/misc/time_nanosleep_basic.phpt [new file with mode: 0644]
ext/standard/tests/misc/time_nanosleep_error3.phpt [new file with mode: 0644]
ext/standard/tests/misc/time_nanosleep_error4.phpt [new file with mode: 0644]
ext/standard/tests/misc/time_nanosleep_error5.phpt [new file with mode: 0644]
ext/standard/tests/misc/time_sleep_until_basic.phpt [new file with mode: 0644]
ext/standard/tests/misc/time_sleep_until_error1.phpt [new file with mode: 0644]
ext/standard/tests/misc/user_agents.txt [new file with mode: 0644]
ext/standard/tests/network/bindto.phpt [new file with mode: 0644]
ext/standard/tests/network/bug20134.phpt [new file with mode: 0644]
ext/standard/tests/network/bug55472.phpt [new file with mode: 0644]
ext/standard/tests/network/bug64330.phpt [new file with mode: 0644]
ext/standard/tests/network/bug68925.phpt [new file with mode: 0644]
ext/standard/tests/network/bug69523.phpt [new file with mode: 0644]
ext/standard/tests/network/bug69948.phpt [new file with mode: 0644]
ext/standard/tests/network/bug72071.phpt [new file with mode: 0644]
ext/standard/tests/network/bug73594.phpt [new file with mode: 0644]
ext/standard/tests/network/bug73594a.phpt [new file with mode: 0644]
ext/standard/tests/network/bug74764.phpt [new file with mode: 0644]
ext/standard/tests/network/bug76755.phpt [new file with mode: 0644]
ext/standard/tests/network/bug79405.phpt [new file with mode: 0644]
ext/standard/tests/network/bug80067.phpt [new file with mode: 0644]
ext/standard/tests/network/bug81618.phpt [new file with mode: 0644]
ext/standard/tests/network/closelog_basic.phpt [new file with mode: 0644]
ext/standard/tests/network/dns_check_record_error_conditions.phpt [new file with mode: 0644]
ext/standard/tests/network/dns_get_record_error_conditions.phpt [new file with mode: 0644]
ext/standard/tests/network/fsockopen_basic.phpt [new file with mode: 0644]
ext/standard/tests/network/fsockopen_error.phpt [new file with mode: 0644]
ext/standard/tests/network/fsockopen_variation1.phpt [new file with mode: 0644]
ext/standard/tests/network/fsockopen_variation2.phpt [new file with mode: 0644]
ext/standard/tests/network/gethostbyaddr_basic1.phpt [new file with mode: 0644]
ext/standard/tests/network/gethostbyaddr_error.phpt [new file with mode: 0644]
ext/standard/tests/network/gethostbyname_basic001.phpt [new file with mode: 0644]
ext/standard/tests/network/gethostbyname_basic003.phpt [new file with mode: 0644]
ext/standard/tests/network/gethostbyname_error001.phpt [new file with mode: 0644]
ext/standard/tests/network/gethostbyname_error002.phpt [new file with mode: 0644]
ext/standard/tests/network/gethostbyname_error003.phpt [new file with mode: 0644]
ext/standard/tests/network/gethostbyname_error004.phpt [new file with mode: 0644]
ext/standard/tests/network/gethostbyname_error006.phpt [new file with mode: 0644]
ext/standard/tests/network/gethostbynamel_basic1.phpt [new file with mode: 0644]
ext/standard/tests/network/gethostname.phpt [new file with mode: 0644]
ext/standard/tests/network/getmxrr.phpt [new file with mode: 0644]
ext/standard/tests/network/getprotobyname_basic.phpt [new file with mode: 0644]
ext/standard/tests/network/getprotobyname_error.phpt [new file with mode: 0644]
ext/standard/tests/network/getprotobynumber_basic.phpt [new file with mode: 0644]
ext/standard/tests/network/getprotobynumber_error.phpt [new file with mode: 0644]
ext/standard/tests/network/http-stream.phpt [new file with mode: 0644]
ext/standard/tests/network/inet.phpt [new file with mode: 0644]
ext/standard/tests/network/inet_ipv6.phpt [new file with mode: 0644]
ext/standard/tests/network/ip.phpt [new file with mode: 0644]
ext/standard/tests/network/ip2long_variation2.phpt [new file with mode: 0644]
ext/standard/tests/network/ip2long_variation2_x64.phpt [new file with mode: 0644]
ext/standard/tests/network/ip_x86_64.phpt [new file with mode: 0644]
ext/standard/tests/network/net_get_interfaces_001.phpt [new file with mode: 0644]
ext/standard/tests/network/news.rss [new file with mode: 0644]
ext/standard/tests/network/setcookie.phpt [new file with mode: 0644]
ext/standard/tests/network/setcookie_array_option_error.phpt [new file with mode: 0644]
ext/standard/tests/network/setcookie_error.phpt [new file with mode: 0644]
ext/standard/tests/network/setrawcookie_error.phpt [new file with mode: 0644]
ext/standard/tests/network/shutdown.phpt [new file with mode: 0644]
ext/standard/tests/network/socket_bug74429.phpt [new file with mode: 0644]
ext/standard/tests/network/socket_get_status_basic.phpt [new file with mode: 0644]
ext/standard/tests/network/syslog_new_line.phpt [new file with mode: 0644]
ext/standard/tests/network/syslog_null_byte.phpt [new file with mode: 0644]
ext/standard/tests/network/tcp4loop.phpt [new file with mode: 0644]
ext/standard/tests/network/tcp6loop.phpt [new file with mode: 0644]
ext/standard/tests/network/udgloop.phpt [new file with mode: 0644]
ext/standard/tests/network/udp4loop.phpt [new file with mode: 0644]
ext/standard/tests/network/udp6loop.phpt [new file with mode: 0644]
ext/standard/tests/network/unixloop.phpt [new file with mode: 0644]
ext/standard/tests/oss_fuzz_57392.phpt [new file with mode: 0644]
ext/standard/tests/password/bug75221.phpt [new file with mode: 0644]
ext/standard/tests/password/password_bcrypt_errors.phpt [new file with mode: 0644]
ext/standard/tests/password/password_bcrypt_short.phpt [new file with mode: 0644]
ext/standard/tests/password/password_default.phpt [new file with mode: 0644]
ext/standard/tests/password/password_get_info.phpt [new file with mode: 0644]
ext/standard/tests/password/password_get_info_argon2.phpt [new file with mode: 0644]
ext/standard/tests/password/password_hash.phpt [new file with mode: 0644]
ext/standard/tests/password/password_hash_argon2.phpt [new file with mode: 0644]
ext/standard/tests/password/password_hash_error.phpt [new file with mode: 0644]
ext/standard/tests/password/password_hash_error_argon2.phpt [new file with mode: 0644]
ext/standard/tests/password/password_hash_sensitive_parameter.phpt [new file with mode: 0644]
ext/standard/tests/password/password_needs_rehash.phpt [new file with mode: 0644]
ext/standard/tests/password/password_needs_rehash_argon2.phpt [new file with mode: 0644]
ext/standard/tests/password/password_needs_rehash_error.phpt [new file with mode: 0644]
ext/standard/tests/password/password_removed_salt_option.phpt [new file with mode: 0644]
ext/standard/tests/password/password_verify.phpt [new file with mode: 0644]
ext/standard/tests/password/password_verify_argon2.phpt [new file with mode: 0644]
ext/standard/tests/password/password_verify_error.phpt [new file with mode: 0644]
ext/standard/tests/php_version_win_const.phpt [new file with mode: 0644]
ext/standard/tests/serialize/001.phpt [new file with mode: 0644]
ext/standard/tests/serialize/002.phpt [new file with mode: 0644]
ext/standard/tests/serialize/003.phpt [new file with mode: 0644]
ext/standard/tests/serialize/004.phpt [new file with mode: 0644]
ext/standard/tests/serialize/005.phpt [new file with mode: 0644]
ext/standard/tests/serialize/006.phpt [new file with mode: 0644]
ext/standard/tests/serialize/SplObjectStorage_object_reference.phpt [new file with mode: 0644]
ext/standard/tests/serialize/__serialize_001.phpt [new file with mode: 0644]
ext/standard/tests/serialize/__serialize_002.phpt [new file with mode: 0644]
ext/standard/tests/serialize/__serialize_003.phpt [new file with mode: 0644]
ext/standard/tests/serialize/__serialize_004.phpt [new file with mode: 0644]
ext/standard/tests/serialize/__serialize_005.phpt [new file with mode: 0644]
ext/standard/tests/serialize/__serialize_006.phpt [new file with mode: 0644]
ext/standard/tests/serialize/__serialize_007.phpt [new file with mode: 0644]
ext/standard/tests/serialize/autoload_implements.inc [new file with mode: 0644]
ext/standard/tests/serialize/autoload_interface.inc [new file with mode: 0644]
ext/standard/tests/serialize/bug14293.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug21957.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug23298.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug24063.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug25378.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug26762.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug27469.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug28325.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug30234.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug31402.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug31442.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug35895.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug36424.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug37947.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug42919.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug43614.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug45706.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug46882.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug49649.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug49649_1.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug49649_2.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug55798.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug62373.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug62836_1.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug62836_2.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug64146.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug64354_1.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug64354_2.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug64354_3.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug65481.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug65806.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug67072.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug68044.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug68545.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug68594.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug68976.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug69139.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug69152.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug69210.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug69425.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug69793.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug70172.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug70172_2.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug70213.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug70219.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug70219_1.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug70436.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug70513.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug70963.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug71311.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug71313.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug71840.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug71940.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug71995.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug72229.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug72663.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug72663_2.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug72663_3.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug72731.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug72785.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug73052.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug73154.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug73341.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug73825.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug74101.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug74103.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug74111.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug74300.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug74614.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug75054.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug76300.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug78438.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug79526.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug80411.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug81111.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug81142.phpt [new file with mode: 0644]
ext/standard/tests/serialize/bug81163.phpt [new file with mode: 0644]
ext/standard/tests/serialize/counting_of_references.phpt [new file with mode: 0644]
ext/standard/tests/serialize/incomplete_class.phpt [new file with mode: 0644]
ext/standard/tests/serialize/incomplete_class_magic.phpt [new file with mode: 0644]
ext/standard/tests/serialize/invalid_signs_in_lengths.phpt [new file with mode: 0644]
ext/standard/tests/serialize/max_depth.phpt [new file with mode: 0644]
ext/standard/tests/serialize/overwrite_untyped_ref.phpt [new file with mode: 0644]
ext/standard/tests/serialize/precision.phpt [new file with mode: 0644]
ext/standard/tests/serialize/ref_to_failed_serialize.phpt [new file with mode: 0644]
ext/standard/tests/serialize/serialization_arrays_001.phpt [new file with mode: 0644]
ext/standard/tests/serialize/serialization_arrays_002.phpt [new file with mode: 0644]
ext/standard/tests/serialize/serialization_arrays_003.phpt [new file with mode: 0644]
ext/standard/tests/serialize/serialization_arrays_004.phpt [new file with mode: 0644]
ext/standard/tests/serialize/serialization_arrays_005.phpt [new file with mode: 0644]
ext/standard/tests/serialize/serialization_error_002.phpt [new file with mode: 0644]
ext/standard/tests/serialize/serialization_miscTypes_001.phpt [new file with mode: 0644]
ext/standard/tests/serialize/serialization_objects_001.phpt [new file with mode: 0644]
ext/standard/tests/serialize/serialization_objects_002.phpt [new file with mode: 0644]
ext/standard/tests/serialize/serialization_objects_003.phpt [new file with mode: 0644]
ext/standard/tests/serialize/serialization_objects_004.phpt [new file with mode: 0644]
ext/standard/tests/serialize/serialization_objects_005.phpt [new file with mode: 0644]
ext/standard/tests/serialize/serialization_objects_006.phpt [new file with mode: 0644]
ext/standard/tests/serialize/serialization_objects_007.phpt [new file with mode: 0644]
ext/standard/tests/serialize/serialization_objects_008.phpt [new file with mode: 0644]
ext/standard/tests/serialize/serialization_objects_009.phpt [new file with mode: 0644]
ext/standard/tests/serialize/serialization_objects_010.phpt [new file with mode: 0644]
ext/standard/tests/serialize/serialization_objects_011.phpt [new file with mode: 0644]
ext/standard/tests/serialize/serialization_objects_012.phpt [new file with mode: 0644]
ext/standard/tests/serialize/serialization_objects_013.phpt [new file with mode: 0644]
ext/standard/tests/serialize/serialization_objects_014.phpt [new file with mode: 0644]
ext/standard/tests/serialize/serialization_objects_015.phpt [new file with mode: 0644]
ext/standard/tests/serialize/serialization_objects_016.phpt [new file with mode: 0644]
ext/standard/tests/serialize/serialization_objects_017.phpt [new file with mode: 0644]
ext/standard/tests/serialize/serialization_objects_018.phpt [new file with mode: 0644]
ext/standard/tests/serialize/serialization_objects_incomplete.phpt [new file with mode: 0644]
ext/standard/tests/serialize/serialization_precision_001.phpt [new file with mode: 0644]
ext/standard/tests/serialize/serialization_precision_002.phpt [new file with mode: 0644]
ext/standard/tests/serialize/serialization_resources_001.phpt [new file with mode: 0644]
ext/standard/tests/serialize/serialize_globals_var_refs.phpt [new file with mode: 0644]
ext/standard/tests/serialize/sleep_deref.phpt [new file with mode: 0644]
ext/standard/tests/serialize/sleep_mangled_name_clash.phpt [new file with mode: 0644]
ext/standard/tests/serialize/sleep_undefined_declared_properties.phpt [new file with mode: 0644]
ext/standard/tests/serialize/sleep_uninitialized_typed_prop.phpt [new file with mode: 0644]
ext/standard/tests/serialize/splobjectstorage_negative_count.phpt [new file with mode: 0644]
ext/standard/tests/serialize/typed_property_ref_assignment_failure.phpt [new file with mode: 0644]
ext/standard/tests/serialize/typed_property_ref_overwrite.phpt [new file with mode: 0644]
ext/standard/tests/serialize/typed_property_ref_overwrite2.phpt [new file with mode: 0644]
ext/standard/tests/serialize/typed_property_refs.phpt [new file with mode: 0644]
ext/standard/tests/serialize/unserializeS.phpt [new file with mode: 0644]
ext/standard/tests/serialize/unserialize_abstract_class.phpt [new file with mode: 0644]
ext/standard/tests/serialize/unserialize_classes.phpt [new file with mode: 0644]
ext/standard/tests/serialize/unserialize_error_001.phpt [new file with mode: 0644]
ext/standard/tests/serialize/unserialize_large.phpt [new file with mode: 0644]
ext/standard/tests/serialize/unserialize_leak.phpt [new file with mode: 0644]
ext/standard/tests/serialize/unserialize_mem_leak.phpt [new file with mode: 0644]
ext/standard/tests/serialize/unserialize_neg_iv_edge_cases.phpt [new file with mode: 0644]
ext/standard/tests/serialize/unserialize_overwrite_undeclared_protected.phpt [new file with mode: 0644]
ext/standard/tests/serialize/unserialize_ref_to_overwritten_declared_prop.phpt [new file with mode: 0644]
ext/standard/tests/serialize/unserialize_subclasses.phpt [new file with mode: 0644]
ext/standard/tests/setrawcookie_basic_001.phpt [new file with mode: 0644]
ext/standard/tests/setrawcookie_basic_002.phpt [new file with mode: 0644]
ext/standard/tests/skipif_root.inc [new file with mode: 0644]
ext/standard/tests/streams/bug40459.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug44712.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug44818.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug46024.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug46147.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug46426.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug47997.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug48309.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug49936_win32.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug53427.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug53903.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug54623.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug54946.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug60106.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug60455_01.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug60455_02.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug60455_03.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug60455_04.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug60602.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug60817.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug61019.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug61115-1.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug61115-2.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug61115.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug61371-unix.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug61371.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug62922.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug63240.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug64166.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug64166_2.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug64166_3.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug64433.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug64433_srv.inc [new file with mode: 0644]
ext/standard/tests/streams/bug64770.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug65483.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug67626.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug68948.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug69521.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug70198.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug70362.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug71245.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug71323.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug71884.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug72075.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug72221.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug72534.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug72771.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug72853.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug72857.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug73457.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug74090.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug74556.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug74951.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug75031.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug75776.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug76136.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug76859.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug76943.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug77069.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug77080.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug77664.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug77680.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug77765.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug78326.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug78326_1.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug78506.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug78662.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug78883.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug78902.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug79000.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug79467.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug79984.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug81346.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug81659.phpt [new file with mode: 0644]
ext/standard/tests/streams/eagain_is_not_an_error.phpt [new file with mode: 0644]
ext/standard/tests/streams/gh10031.phpt [new file with mode: 0644]
ext/standard/tests/streams/gh10406.phpt [new file with mode: 0644]
ext/standard/tests/streams/gh8409.phpt [new file with mode: 0644]
ext/standard/tests/streams/gh8472.phpt [new file with mode: 0644]
ext/standard/tests/streams/gh9590-001.phpt [new file with mode: 0644]
ext/standard/tests/streams/gh9590-002.phpt [new file with mode: 0644]
ext/standard/tests/streams/glob-wrapper.phpt [new file with mode: 0644]
ext/standard/tests/streams/nonblocking_stdin.phpt [new file with mode: 0644]
ext/standard/tests/streams/opendir-001.phpt [new file with mode: 0644]
ext/standard/tests/streams/opendir-002.phpt [new file with mode: 0644]
ext/standard/tests/streams/opendir-003.phpt [new file with mode: 0644]
ext/standard/tests/streams/opendir-004.phpt [new file with mode: 0644]
ext/standard/tests/streams/proc_open_bug51800_right.phpt [new file with mode: 0644]
ext/standard/tests/streams/proc_open_bug51800_right2.phpt [new file with mode: 0644]
ext/standard/tests/streams/proc_open_bug60120.phpt [new file with mode: 0644]
ext/standard/tests/streams/proc_open_bug64438.phpt [new file with mode: 0644]
ext/standard/tests/streams/proc_open_bug69900.phpt [new file with mode: 0644]
ext/standard/tests/streams/set_file_buffer.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_context_get_params_001.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_context_set_option_basic.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_context_set_option_error.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_context_tcp_nodelay.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_context_tcp_nodelay_fopen.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_context_tcp_nodelay_server.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_copy_to_stream_socket.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_filter_register.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_get_contents_001.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_get_contents_002.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_get_contents_negative_length.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_get_line_NUL_delimiter.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_get_line_nb.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_get_meta_data_dir_basic.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_get_meta_data_file_basic.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_get_meta_data_file_error.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_get_meta_data_file_variation1.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_get_meta_data_file_variation2.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_get_meta_data_file_variation4.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_get_meta_data_file_variation5.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_get_meta_data_process_basic.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_get_meta_data_socket_basic.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_get_meta_data_socket_variation1.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_get_meta_data_socket_variation2.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_get_meta_data_socket_variation3.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_get_meta_data_socket_variation4.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_get_transports.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_get_wrappers.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_is_local.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_multi_filters_close.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_read_object_return.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_resolve_include_path.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_select_null_usec.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_select_preserve_keys.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_set_chunk_size.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_set_timeout_error.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_socket_get_name.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_socket_pair.phpt [new file with mode: 0644]
ext/standard/tests/streams/stream_socket_recvfrom.phpt [new file with mode: 0644]
ext/standard/tests/streams/temp_stream_seek.phpt [new file with mode: 0644]
ext/standard/tests/streams/user-stream-error.phpt [new file with mode: 0644]
ext/standard/tests/streams/user_streams_consumed_bug.phpt [new file with mode: 0644]
ext/standard/tests/streams/user_streams_context_001.phpt [new file with mode: 0644]
ext/standard/tests/strings/004.phpt [new file with mode: 0644]
ext/standard/tests/strings/005.phpt [new file with mode: 0644]
ext/standard/tests/strings/006.phpt [new file with mode: 0644]
ext/standard/tests/strings/007-win32.phpt [new file with mode: 0644]
ext/standard/tests/strings/007.phpt [new file with mode: 0644]
ext/standard/tests/strings/add-and-stripcslashes.phpt [new file with mode: 0644]
ext/standard/tests/strings/add-and-stripslashes.phpt [new file with mode: 0644]
ext/standard/tests/strings/addcslashes_001.phpt [new file with mode: 0644]
ext/standard/tests/strings/addcslashes_002.phpt [new file with mode: 0644]
ext/standard/tests/strings/addcslashes_003.phpt [new file with mode: 0644]
ext/standard/tests/strings/addcslashes_005.phpt [new file with mode: 0644]
ext/standard/tests/strings/addslashes_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/addslashes_variation2.phpt [new file with mode: 0644]
ext/standard/tests/strings/basename.phpt [new file with mode: 0644]
ext/standard/tests/strings/basename_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/basename_invalid_path.phpt [new file with mode: 0644]
ext/standard/tests/strings/basename_invalid_path_win.phpt [new file with mode: 0644]
ext/standard/tests/strings/basename_variation.phpt [new file with mode: 0644]
ext/standard/tests/strings/bin2hex.phpt [new file with mode: 0644]
ext/standard/tests/strings/bin2hex_001.phpt [new file with mode: 0644]
ext/standard/tests/strings/bin2hex_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug20108.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug20169.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug20261.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug20927.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug20934.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug21338.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug21453.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug21730.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug21744.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug22008.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug22187.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug22207.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug22224.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug22227.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug23650.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug23894_32bit.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug23894_64bit.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug24098.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug24281.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug24312.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug25671.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug25707.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug26817.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug26819.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug26878.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug26973.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug27276.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug27278.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug27295.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug27457.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug27675.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug28386.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug28633.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug29075.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug29119.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug29538.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug33076.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug33605.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug34214.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug35817.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug36148.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug36306.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug36392.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug36944.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug37244.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug37262.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug38322.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug38770.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug39032.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug39350.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug39621.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug39873.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug40432.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug40637.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug40704.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug40754.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug40915.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug42107.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug42208.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug43927.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug43957.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug44242.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug44703.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug45166.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug45485.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug46578.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug47168.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug47322.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug47443.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug47481.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug47842.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug48709.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug49687.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug49785.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug50052.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug50847.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug51059.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug51899.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug53021.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug53319.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug54055.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug54238.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug54322.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug54332.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug54454.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug54721.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug55451.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug55674.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug55871.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug60801.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug60965.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug61038.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug61116.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug61374.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug61660.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug61764.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug62443.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug62462.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug63874.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug64879.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug65230.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug65769.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug65947.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug67151.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug67249.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug67252.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug68636.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug68710.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug68996.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug69144.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug69522.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug69751.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug70487.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug70667.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug70720.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug71188.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug71190.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug71806.data [new file with mode: 0644]
ext/standard/tests/strings/bug71806.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug71969.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug72100.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug72146.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug72152.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug72263.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug72264.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug72433.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug72434.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug72663.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug72663_2.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug72663_3.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug72823.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug73058.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug73817.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug74041.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug75075.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug77439.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug77608.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug77853.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug78003.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug78346.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug78612.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug78814.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug78833.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug78840.phpt [new file with mode: 0644]
ext/standard/tests/strings/bug79951.phpt [new file with mode: 0644]
ext/standard/tests/strings/chop_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/chop_variation3.phpt [new file with mode: 0644]
ext/standard/tests/strings/chop_variation4.phpt [new file with mode: 0644]
ext/standard/tests/strings/chop_variation5.phpt [new file with mode: 0644]
ext/standard/tests/strings/chr_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/chr_error.phpt [new file with mode: 0644]
ext/standard/tests/strings/chr_variation1.phpt [new file with mode: 0644]
ext/standard/tests/strings/chunk_split.phpt [new file with mode: 0644]
ext/standard/tests/strings/chunk_split_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/chunk_split_variation11.phpt [new file with mode: 0644]
ext/standard/tests/strings/chunk_split_variation12.phpt [new file with mode: 0644]
ext/standard/tests/strings/chunk_split_variation13.phpt [new file with mode: 0644]
ext/standard/tests/strings/chunk_split_variation1_32bit.phpt [new file with mode: 0644]
ext/standard/tests/strings/chunk_split_variation2_32bit.phpt [new file with mode: 0644]
ext/standard/tests/strings/chunk_split_variation3.phpt [new file with mode: 0644]
ext/standard/tests/strings/chunk_split_variation4.phpt [new file with mode: 0644]
ext/standard/tests/strings/chunk_split_variation5.phpt [new file with mode: 0644]
ext/standard/tests/strings/chunk_split_variation6.phpt [new file with mode: 0644]
ext/standard/tests/strings/chunk_split_variation7.phpt [new file with mode: 0644]
ext/standard/tests/strings/chunk_split_variation8.phpt [new file with mode: 0644]
ext/standard/tests/strings/chunk_split_variation9.phpt [new file with mode: 0644]
ext/standard/tests/strings/convert_uudecode_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/convert_uuencode_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/count_chars.phpt [new file with mode: 0644]
ext/standard/tests/strings/count_chars_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/crc32.phpt [new file with mode: 0644]
ext/standard/tests/strings/crc32_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/crc32_variation2.phpt [new file with mode: 0644]
ext/standard/tests/strings/crc32_variation3.phpt [new file with mode: 0644]
ext/standard/tests/strings/crc32_variation4.phpt [new file with mode: 0644]
ext/standard/tests/strings/crypt.phpt [new file with mode: 0644]
ext/standard/tests/strings/crypt_blowfish.phpt [new file with mode: 0644]
ext/standard/tests/strings/crypt_blowfish_variation1.phpt [new file with mode: 0644]
ext/standard/tests/strings/crypt_blowfish_variation2.phpt [new file with mode: 0644]
ext/standard/tests/strings/crypt_chars.phpt [new file with mode: 0644]
ext/standard/tests/strings/crypt_des_error.phpt [new file with mode: 0644]
ext/standard/tests/strings/crypt_sha256.phpt [new file with mode: 0644]
ext/standard/tests/strings/crypt_sha512.phpt [new file with mode: 0644]
ext/standard/tests/strings/crypt_variation1.phpt [new file with mode: 0644]
ext/standard/tests/strings/default_charset.phpt [new file with mode: 0644]
ext/standard/tests/strings/dirname_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/dirname_error.phpt [new file with mode: 0644]
ext/standard/tests/strings/dirname_multi.phpt [new file with mode: 0644]
ext/standard/tests/strings/dirname_multi_win.phpt [new file with mode: 0644]
ext/standard/tests/strings/dirname_variation.phpt [new file with mode: 0644]
ext/standard/tests/strings/explode.phpt [new file with mode: 0644]
ext/standard/tests/strings/explode1.phpt [new file with mode: 0644]
ext/standard/tests/strings/explode_bug.phpt [new file with mode: 0644]
ext/standard/tests/strings/explode_variation4.phpt [new file with mode: 0644]
ext/standard/tests/strings/explode_variation5.phpt [new file with mode: 0644]
ext/standard/tests/strings/explode_variation6.phpt [new file with mode: 0644]
ext/standard/tests/strings/explode_variation7.phpt [new file with mode: 0644]
ext/standard/tests/strings/fprintf_error.phpt [new file with mode: 0644]
ext/standard/tests/strings/fprintf_variation_001.phpt [new file with mode: 0644]
ext/standard/tests/strings/fprintf_variation_002.phpt [new file with mode: 0644]
ext/standard/tests/strings/fprintf_variation_003.phpt [new file with mode: 0644]
ext/standard/tests/strings/fprintf_variation_003_64bit.phpt [new file with mode: 0644]
ext/standard/tests/strings/fprintf_variation_004.phpt [new file with mode: 0644]
ext/standard/tests/strings/fprintf_variation_005.phpt [new file with mode: 0644]
ext/standard/tests/strings/fprintf_variation_006.phpt [new file with mode: 0644]
ext/standard/tests/strings/fprintf_variation_006_64bit.phpt [new file with mode: 0644]
ext/standard/tests/strings/fprintf_variation_007.phpt [new file with mode: 0644]
ext/standard/tests/strings/fprintf_variation_007_64bit.phpt [new file with mode: 0644]
ext/standard/tests/strings/fprintf_variation_008.phpt [new file with mode: 0644]
ext/standard/tests/strings/fprintf_variation_008_64bit.phpt [new file with mode: 0644]
ext/standard/tests/strings/fprintf_variation_009.phpt [new file with mode: 0644]
ext/standard/tests/strings/get_html_translation_table_basic1.phpt [new file with mode: 0644]
ext/standard/tests/strings/get_html_translation_table_basic10.phpt [new file with mode: 0644]
ext/standard/tests/strings/get_html_translation_table_basic2.phpt [new file with mode: 0644]
ext/standard/tests/strings/get_html_translation_table_basic3.phpt [new file with mode: 0644]
ext/standard/tests/strings/get_html_translation_table_basic4.phpt [new file with mode: 0644]
ext/standard/tests/strings/get_html_translation_table_basic5.phpt [new file with mode: 0644]
ext/standard/tests/strings/get_html_translation_table_basic6.phpt [new file with mode: 0644]
ext/standard/tests/strings/get_html_translation_table_basic7.phpt [new file with mode: 0644]
ext/standard/tests/strings/get_html_translation_table_basic8.phpt [new file with mode: 0644]
ext/standard/tests/strings/get_html_translation_table_basic9.phpt [new file with mode: 0644]
ext/standard/tests/strings/get_meta_tags.phpt [new file with mode: 0644]
ext/standard/tests/strings/gh10187.phpt [new file with mode: 0644]
ext/standard/tests/strings/gh10940.phpt [new file with mode: 0644]
ext/standard/tests/strings/hebrev_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/hex2bin_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/hex2bin_error.phpt [new file with mode: 0644]
ext/standard/tests/strings/highlight_file.phpt [new file with mode: 0644]
ext/standard/tests/strings/html_entity_decode1.phpt [new file with mode: 0644]
ext/standard/tests/strings/html_entity_decode2.phpt [new file with mode: 0644]
ext/standard/tests/strings/html_entity_decode3.phpt [new file with mode: 0644]
ext/standard/tests/strings/html_entity_decode_cp866.phpt [new file with mode: 0644]
ext/standard/tests/strings/html_entity_decode_html4.phpt [new file with mode: 0644]
ext/standard/tests/strings/html_entity_decode_html5.phpt [new file with mode: 0644]
ext/standard/tests/strings/html_entity_decode_iso8859-15.phpt [new file with mode: 0644]
ext/standard/tests/strings/html_entity_decode_iso8859-5.phpt [new file with mode: 0644]
ext/standard/tests/strings/html_entity_decode_koi8-r.phpt [new file with mode: 0644]
ext/standard/tests/strings/html_entity_decode_macroman.phpt [new file with mode: 0644]
ext/standard/tests/strings/html_entity_decode_win1251.phpt [new file with mode: 0644]
ext/standard/tests/strings/html_entity_decode_win1252.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlentities-utf-2.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlentities-utf-3.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlentities-utf.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlentities.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlentities01.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlentities02.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlentities03.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlentities05.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlentities06.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlentities07.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlentities08.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlentities09.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlentities10.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlentities11.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlentities12.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlentities13.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlentities14.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlentities16.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlentities17.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlentities18.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlentities19.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlentities20.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlentities21.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlentities22.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlentities23.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlentities24.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlentities25.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlentities_html4.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlentities_html5.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlspecialchars.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlspecialchars_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlspecialchars_decode_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlspecialchars_decode_variation3.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlspecialchars_decode_variation4.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlspecialchars_decode_variation5.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlspecialchars_decode_variation6.phpt [new file with mode: 0644]
ext/standard/tests/strings/htmlspecialchars_decode_variation7.phpt [new file with mode: 0644]
ext/standard/tests/strings/http_build_query.phpt [new file with mode: 0644]
ext/standard/tests/strings/http_build_query_variation1.phpt [new file with mode: 0644]
ext/standard/tests/strings/http_build_query_variation2.phpt [new file with mode: 0644]
ext/standard/tests/strings/http_build_query_variation3.phpt [new file with mode: 0644]
ext/standard/tests/strings/implode.phpt [new file with mode: 0644]
ext/standard/tests/strings/implode1.phpt [new file with mode: 0644]
ext/standard/tests/strings/join_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/join_error.phpt [new file with mode: 0644]
ext/standard/tests/strings/join_variation1.phpt [new file with mode: 0644]
ext/standard/tests/strings/join_variation2.phpt [new file with mode: 0644]
ext/standard/tests/strings/join_variation3.phpt [new file with mode: 0644]
ext/standard/tests/strings/join_variation4.phpt [new file with mode: 0644]
ext/standard/tests/strings/join_variation5.phpt [new file with mode: 0644]
ext/standard/tests/strings/join_variation6.phpt [new file with mode: 0644]
ext/standard/tests/strings/lcfirst.phpt [new file with mode: 0644]
ext/standard/tests/strings/levenshtein.phpt [new file with mode: 0644]
ext/standard/tests/strings/levenshtein_bug_16473.phpt [new file with mode: 0644]
ext/standard/tests/strings/levenshtein_bug_6562.phpt [new file with mode: 0644]
ext/standard/tests/strings/levenshtein_bug_7368.phpt [new file with mode: 0644]
ext/standard/tests/strings/levenshtein_error_conditions.phpt [new file with mode: 0644]
ext/standard/tests/strings/locale_independent_float_to_string.phpt [new file with mode: 0644]
ext/standard/tests/strings/ltrim.phpt [new file with mode: 0644]
ext/standard/tests/strings/ltrim_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/ltrim_error.phpt [new file with mode: 0644]
ext/standard/tests/strings/md5.phpt [new file with mode: 0644]
ext/standard/tests/strings/md5_basic1.phpt [new file with mode: 0644]
ext/standard/tests/strings/md5_basic2.phpt [new file with mode: 0644]
ext/standard/tests/strings/md5_file.phpt [new file with mode: 0644]
ext/standard/tests/strings/md5raw.phpt [new file with mode: 0644]
ext/standard/tests/strings/metaphone.phpt [new file with mode: 0644]
ext/standard/tests/strings/nl2br.phpt [new file with mode: 0644]
ext/standard/tests/strings/nl2br_variation1.phpt [new file with mode: 0644]
ext/standard/tests/strings/nl2br_variation2.phpt [new file with mode: 0644]
ext/standard/tests/strings/nl2br_variation3.phpt [new file with mode: 0644]
ext/standard/tests/strings/nl2br_variation4.phpt [new file with mode: 0644]
ext/standard/tests/strings/nl_langinfo_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/number_format_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/ord_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/pack.phpt [new file with mode: 0644]
ext/standard/tests/strings/pack64.phpt [new file with mode: 0644]
ext/standard/tests/strings/pack64_32.phpt [new file with mode: 0644]
ext/standard/tests/strings/pack_A.phpt [new file with mode: 0644]
ext/standard/tests/strings/pack_Z.phpt [new file with mode: 0644]
ext/standard/tests/strings/pack_arrays.phpt [new file with mode: 0644]
ext/standard/tests/strings/pack_float.phpt [new file with mode: 0644]
ext/standard/tests/strings/parse_str_basic1.phpt [new file with mode: 0644]
ext/standard/tests/strings/parse_str_basic2.phpt [new file with mode: 0644]
ext/standard/tests/strings/parse_str_basic3.phpt [new file with mode: 0644]
ext/standard/tests/strings/parse_str_basic4.phpt [new file with mode: 0644]
ext/standard/tests/strings/parse_str_memory_error.phpt [new file with mode: 0644]
ext/standard/tests/strings/pathinfo.phpt [new file with mode: 0644]
ext/standard/tests/strings/php_strip_whitespace.phpt [new file with mode: 0644]
ext/standard/tests/strings/print_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/print_variation1.phpt [new file with mode: 0644]
ext/standard/tests/strings/printf.phpt [new file with mode: 0644]
ext/standard/tests/strings/printf_64bit.phpt [new file with mode: 0644]
ext/standard/tests/strings/printf_basic1.phpt [new file with mode: 0644]
ext/standard/tests/strings/printf_basic2.phpt [new file with mode: 0644]
ext/standard/tests/strings/printf_basic3.phpt [new file with mode: 0644]
ext/standard/tests/strings/printf_basic4.phpt [new file with mode: 0644]
ext/standard/tests/strings/printf_basic5.phpt [new file with mode: 0644]
ext/standard/tests/strings/printf_basic6.phpt [new file with mode: 0644]
ext/standard/tests/strings/printf_basic7.phpt [new file with mode: 0644]
ext/standard/tests/strings/printf_basic8.phpt [new file with mode: 0644]
ext/standard/tests/strings/printf_basic9.phpt [new file with mode: 0644]
ext/standard/tests/strings/printf_error.phpt [new file with mode: 0644]
ext/standard/tests/strings/printf_h_H.phpt [new file with mode: 0644]
ext/standard/tests/strings/printf_variation2.phpt [new file with mode: 0644]
ext/standard/tests/strings/quoted_printable_decode_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/quoted_printable_encode_001.phpt [new file with mode: 0644]
ext/standard/tests/strings/quoted_printable_encode_002.phpt [new file with mode: 0644]
ext/standard/tests/strings/quotemeta_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/quotemeta_basic_1.phpt [new file with mode: 0644]
ext/standard/tests/strings/rtrim.phpt [new file with mode: 0644]
ext/standard/tests/strings/rtrim_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/rtrim_error.phpt [new file with mode: 0644]
ext/standard/tests/strings/sapi_windows_cp_conv.phpt [new file with mode: 0644]
ext/standard/tests/strings/setlocale-win32.phpt [new file with mode: 0644]
ext/standard/tests/strings/setlocale_basic1.phpt [new file with mode: 0644]
ext/standard/tests/strings/setlocale_basic2.phpt [new file with mode: 0644]
ext/standard/tests/strings/setlocale_basic3.phpt [new file with mode: 0644]
ext/standard/tests/strings/setlocale_error.phpt [new file with mode: 0644]
ext/standard/tests/strings/setlocale_variation1.phpt [new file with mode: 0644]
ext/standard/tests/strings/setlocale_variation2.phpt [new file with mode: 0644]
ext/standard/tests/strings/setlocale_variation3.phpt [new file with mode: 0644]
ext/standard/tests/strings/setlocale_variation4.phpt [new file with mode: 0644]
ext/standard/tests/strings/setlocale_variation5.phpt [new file with mode: 0644]
ext/standard/tests/strings/sha1.phpt [new file with mode: 0644]
ext/standard/tests/strings/sha1_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/sha1_file.phpt [new file with mode: 0644]
ext/standard/tests/strings/sha1raw.phpt [new file with mode: 0644]
ext/standard/tests/strings/show_source_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/show_source_variation1.phpt [new file with mode: 0644]
ext/standard/tests/strings/show_source_variation2.phpt [new file with mode: 0644]
ext/standard/tests/strings/similar_text_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/soundex.phpt [new file with mode: 0644]
ext/standard/tests/strings/soundex_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_basic1.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_basic2.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_basic3.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_basic4.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_basic5.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_basic6.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_basic7.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_basic7_64bit.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_basic8.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_basic8_64bit.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_basic9.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_error.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_f.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_f_2.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_f_3.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_star.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_variation1.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_variation10.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_variation15.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_variation2.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_variation27.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_variation28.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_variation28_64bit.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_variation3.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_variation34.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_variation34_64bit.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_variation4.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_variation40.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_variation40_64bit.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_variation46.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_variation47.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_variation4_64bit.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_variation5.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_variation52.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_variation53.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_variation54.phpt [new file with mode: 0644]
ext/standard/tests/strings/sprintf_variation9.phpt [new file with mode: 0644]
ext/standard/tests/strings/sscanf_basic1.phpt [new file with mode: 0644]
ext/standard/tests/strings/sscanf_basic2.phpt [new file with mode: 0644]
ext/standard/tests/strings/sscanf_basic3.phpt [new file with mode: 0644]
ext/standard/tests/strings/sscanf_basic4.phpt [new file with mode: 0644]
ext/standard/tests/strings/sscanf_basic5.phpt [new file with mode: 0644]
ext/standard/tests/strings/sscanf_basic6.phpt [new file with mode: 0644]
ext/standard/tests/strings/sscanf_basic7.phpt [new file with mode: 0644]
ext/standard/tests/strings/sscanf_basic8.phpt [new file with mode: 0644]
ext/standard/tests/strings/sscanf_error.phpt [new file with mode: 0644]
ext/standard/tests/strings/str_contains.phpt [new file with mode: 0644]
ext/standard/tests/strings/str_ends_with.phpt [new file with mode: 0644]
ext/standard/tests/strings/str_getcsv_001.phpt [new file with mode: 0644]
ext/standard/tests/strings/str_getcsv_002.phpt [new file with mode: 0644]
ext/standard/tests/strings/str_ireplace.phpt [new file with mode: 0644]
ext/standard/tests/strings/str_pad.phpt [new file with mode: 0644]
ext/standard/tests/strings/str_pad_variation1.phpt [new file with mode: 0644]
ext/standard/tests/strings/str_pad_variation2.phpt [new file with mode: 0644]
ext/standard/tests/strings/str_pad_variation5.phpt [new file with mode: 0644]
ext/standard/tests/strings/str_repeat.phpt [new file with mode: 0644]
ext/standard/tests/strings/str_repeat_variation1.phpt [new file with mode: 0644]
ext/standard/tests/strings/str_replace_array_refs.phpt [new file with mode: 0644]
ext/standard/tests/strings/str_replace_array_refs2.phpt [new file with mode: 0644]
ext/standard/tests/strings/str_replace_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/str_replace_variation1.phpt [new file with mode: 0644]
ext/standard/tests/strings/str_replace_variation2.phpt [new file with mode: 0644]
ext/standard/tests/strings/str_replace_variation3.phpt [new file with mode: 0644]
ext/standard/tests/strings/str_rot13_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/str_shuffle.phpt [new file with mode: 0644]
ext/standard/tests/strings/str_shuffle_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/str_split_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/str_split_variation3.phpt [new file with mode: 0644]
ext/standard/tests/strings/str_split_variation4.phpt [new file with mode: 0644]
ext/standard/tests/strings/str_split_variation5.phpt [new file with mode: 0644]
ext/standard/tests/strings/str_split_variation6.phpt [new file with mode: 0644]
ext/standard/tests/strings/str_split_variation7.phpt [new file with mode: 0644]
ext/standard/tests/strings/str_starts_with.phpt [new file with mode: 0644]
ext/standard/tests/strings/str_word_count.phpt [new file with mode: 0644]
ext/standard/tests/strings/str_word_count1.phpt [new file with mode: 0644]
ext/standard/tests/strings/strcasecmp.phpt [new file with mode: 0644]
ext/standard/tests/strings/strcmp.phpt [new file with mode: 0644]
ext/standard/tests/strings/strcmp_unterminated.phpt [new file with mode: 0644]
ext/standard/tests/strings/strcoll.phpt [new file with mode: 0644]
ext/standard/tests/strings/strcspn.phpt [new file with mode: 0644]
ext/standard/tests/strings/strcspn_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/strcspn_variation10.phpt [new file with mode: 0644]
ext/standard/tests/strings/strcspn_variation11.phpt [new file with mode: 0644]
ext/standard/tests/strings/strcspn_variation12.phpt [new file with mode: 0644]
ext/standard/tests/strings/strcspn_variation5.phpt [new file with mode: 0644]
ext/standard/tests/strings/strcspn_variation6.phpt [new file with mode: 0644]
ext/standard/tests/strings/strcspn_variation9.phpt [new file with mode: 0644]
ext/standard/tests/strings/strings001.phpt [new file with mode: 0644]
ext/standard/tests/strings/strip_tags.phpt [new file with mode: 0644]
ext/standard/tests/strings/strip_tags_array.phpt [new file with mode: 0644]
ext/standard/tests/strings/strip_tags_basic1.phpt [new file with mode: 0644]
ext/standard/tests/strings/strip_tags_basic2.phpt [new file with mode: 0644]
ext/standard/tests/strings/strip_tags_variation10.phpt [new file with mode: 0644]
ext/standard/tests/strings/strip_tags_variation11.phpt [new file with mode: 0644]
ext/standard/tests/strings/strip_tags_variation2.phpt [new file with mode: 0644]
ext/standard/tests/strings/strip_tags_variation4.phpt [new file with mode: 0644]
ext/standard/tests/strings/strip_tags_variation5.phpt [new file with mode: 0644]
ext/standard/tests/strings/strip_tags_variation6.phpt [new file with mode: 0644]
ext/standard/tests/strings/strip_tags_variation7.phpt [new file with mode: 0644]
ext/standard/tests/strings/strip_tags_variation8.phpt [new file with mode: 0644]
ext/standard/tests/strings/strip_tags_variation9.phpt [new file with mode: 0644]
ext/standard/tests/strings/stripcslashes_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/stripos.phpt [new file with mode: 0644]
ext/standard/tests/strings/stripos_basic1.phpt [new file with mode: 0644]
ext/standard/tests/strings/stripos_basic2.phpt [new file with mode: 0644]
ext/standard/tests/strings/stripos_error.phpt [new file with mode: 0644]
ext/standard/tests/strings/stripos_variation1.phpt [new file with mode: 0644]
ext/standard/tests/strings/stripos_variation12.phpt [new file with mode: 0644]
ext/standard/tests/strings/stripos_variation13.phpt [new file with mode: 0644]
ext/standard/tests/strings/stripos_variation2.phpt [new file with mode: 0644]
ext/standard/tests/strings/stripos_variation3.phpt [new file with mode: 0644]
ext/standard/tests/strings/stripos_variation4.phpt [new file with mode: 0644]
ext/standard/tests/strings/stripos_variation5.phpt [new file with mode: 0644]
ext/standard/tests/strings/stripos_variation6.phpt [new file with mode: 0644]
ext/standard/tests/strings/stripos_variation8.phpt [new file with mode: 0644]
ext/standard/tests/strings/stripslashes_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/stripslashes_variation2.phpt [new file with mode: 0644]
ext/standard/tests/strings/stripslashes_variation3.phpt [new file with mode: 0644]
ext/standard/tests/strings/stripslashes_variation4.phpt [new file with mode: 0644]
ext/standard/tests/strings/stristr.phpt [new file with mode: 0644]
ext/standard/tests/strings/stristr2.phpt [new file with mode: 0644]
ext/standard/tests/strings/stristr_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/stristr_variation2.phpt [new file with mode: 0644]
ext/standard/tests/strings/strlen.phpt [new file with mode: 0644]
ext/standard/tests/strings/strlen_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/strnatcasecmp_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/strnatcasecmp_variation1.phpt [new file with mode: 0644]
ext/standard/tests/strings/strnatcmp_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/strnatcmp_leftalign.phpt [new file with mode: 0644]
ext/standard/tests/strings/strncasecmp_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/strncasecmp_error.phpt [new file with mode: 0644]
ext/standard/tests/strings/strncasecmp_variation1.phpt [new file with mode: 0644]
ext/standard/tests/strings/strncasecmp_variation2.phpt [new file with mode: 0644]
ext/standard/tests/strings/strncasecmp_variation3.phpt [new file with mode: 0644]
ext/standard/tests/strings/strncasecmp_variation6.phpt [new file with mode: 0644]
ext/standard/tests/strings/strncasecmp_variation7.phpt [new file with mode: 0644]
ext/standard/tests/strings/strncasecmp_variation8.phpt [new file with mode: 0644]
ext/standard/tests/strings/strncasecmp_variation9.phpt [new file with mode: 0644]
ext/standard/tests/strings/strncmp_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/strncmp_error.phpt [new file with mode: 0644]
ext/standard/tests/strings/strncmp_variation1.phpt [new file with mode: 0644]
ext/standard/tests/strings/strncmp_variation2.phpt [new file with mode: 0644]
ext/standard/tests/strings/strncmp_variation3.phpt [new file with mode: 0644]
ext/standard/tests/strings/strncmp_variation7.phpt [new file with mode: 0644]
ext/standard/tests/strings/strncmp_variation8.phpt [new file with mode: 0644]
ext/standard/tests/strings/strncmp_variation9.phpt [new file with mode: 0644]
ext/standard/tests/strings/strpbrk_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/strpbrk_error.phpt [new file with mode: 0644]
ext/standard/tests/strings/strpos.phpt [new file with mode: 0644]
ext/standard/tests/strings/strpos_number.phpt [new file with mode: 0644]
ext/standard/tests/strings/strpos_variation1.phpt [new file with mode: 0644]
ext/standard/tests/strings/strrchr.phpt [new file with mode: 0644]
ext/standard/tests/strings/strrchr_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/strrchr_variation1.phpt [new file with mode: 0644]
ext/standard/tests/strings/strrchr_variation12.phpt [new file with mode: 0644]
ext/standard/tests/strings/strrchr_variation2.phpt [new file with mode: 0644]
ext/standard/tests/strings/strrchr_variation3.phpt [new file with mode: 0644]
ext/standard/tests/strings/strrchr_variation4.phpt [new file with mode: 0644]
ext/standard/tests/strings/strrchr_variation5.phpt [new file with mode: 0644]
ext/standard/tests/strings/strrchr_variation6.phpt [new file with mode: 0644]
ext/standard/tests/strings/strrchr_variation7.phpt [new file with mode: 0644]
ext/standard/tests/strings/strrev.phpt [new file with mode: 0644]
ext/standard/tests/strings/strrev_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/strrev_variation1.phpt [new file with mode: 0644]
ext/standard/tests/strings/strrev_variation2.phpt [new file with mode: 0644]
ext/standard/tests/strings/strrev_variation3.phpt [new file with mode: 0644]
ext/standard/tests/strings/strripos.phpt [new file with mode: 0644]
ext/standard/tests/strings/strripos_basic1.phpt [new file with mode: 0644]
ext/standard/tests/strings/strripos_basic2.phpt [new file with mode: 0644]
ext/standard/tests/strings/strripos_offset.phpt [new file with mode: 0644]
ext/standard/tests/strings/strripos_variation1.phpt [new file with mode: 0644]
ext/standard/tests/strings/strripos_variation2.phpt [new file with mode: 0644]
ext/standard/tests/strings/strripos_variation3.phpt [new file with mode: 0644]
ext/standard/tests/strings/strripos_variation4.phpt [new file with mode: 0644]
ext/standard/tests/strings/strripos_variation5.phpt [new file with mode: 0644]
ext/standard/tests/strings/strripos_variation6.phpt [new file with mode: 0644]
ext/standard/tests/strings/strrpos.phpt [new file with mode: 0644]
ext/standard/tests/strings/strrpos_basic1.phpt [new file with mode: 0644]
ext/standard/tests/strings/strrpos_basic2.phpt [new file with mode: 0644]
ext/standard/tests/strings/strrpos_negative_offset.phpt [new file with mode: 0644]
ext/standard/tests/strings/strrpos_offset.phpt [new file with mode: 0644]
ext/standard/tests/strings/strrpos_variation12.phpt [new file with mode: 0644]
ext/standard/tests/strings/strrpos_variation13.phpt [new file with mode: 0644]
ext/standard/tests/strings/strrpos_variation14.phpt [new file with mode: 0644]
ext/standard/tests/strings/strrpos_variation2.phpt [new file with mode: 0644]
ext/standard/tests/strings/strrpos_variation3.phpt [new file with mode: 0644]
ext/standard/tests/strings/strrpos_variation4.phpt [new file with mode: 0644]
ext/standard/tests/strings/strrpos_variation5.phpt [new file with mode: 0644]
ext/standard/tests/strings/strrpos_variation6.phpt [new file with mode: 0644]
ext/standard/tests/strings/strrpos_variation7.phpt [new file with mode: 0644]
ext/standard/tests/strings/strrpos_variation8.phpt [new file with mode: 0644]
ext/standard/tests/strings/strspn.phpt [new file with mode: 0644]
ext/standard/tests/strings/strspn_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/strspn_variation10.phpt [new file with mode: 0644]
ext/standard/tests/strings/strspn_variation11.phpt [new file with mode: 0644]
ext/standard/tests/strings/strspn_variation12.phpt [new file with mode: 0644]
ext/standard/tests/strings/strspn_variation5.phpt [new file with mode: 0644]
ext/standard/tests/strings/strspn_variation6.phpt [new file with mode: 0644]
ext/standard/tests/strings/strspn_variation9.phpt [new file with mode: 0644]
ext/standard/tests/strings/strstr.phpt [new file with mode: 0644]
ext/standard/tests/strings/strstr2.phpt [new file with mode: 0644]
ext/standard/tests/strings/strstr_variation1.phpt [new file with mode: 0644]
ext/standard/tests/strings/strtok_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/strtok_variation3.phpt [new file with mode: 0644]
ext/standard/tests/strings/strtok_variation4.phpt [new file with mode: 0644]
ext/standard/tests/strings/strtok_variation5.phpt [new file with mode: 0644]
ext/standard/tests/strings/strtok_variation6.phpt [new file with mode: 0644]
ext/standard/tests/strings/strtok_variation7.phpt [new file with mode: 0644]
ext/standard/tests/strings/strtolower.phpt [new file with mode: 0644]
ext/standard/tests/strings/strtoupper1.phpt [new file with mode: 0644]
ext/standard/tests/strings/strtr.phpt [new file with mode: 0644]
ext/standard/tests/strings/strtr_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/strtr_empty_search_string.phpt [new file with mode: 0644]
ext/standard/tests/strings/strtr_variation1.phpt [new file with mode: 0644]
ext/standard/tests/strings/strtr_variation2.phpt [new file with mode: 0644]
ext/standard/tests/strings/strtr_variation3.phpt [new file with mode: 0644]
ext/standard/tests/strings/strtr_variation4.phpt [new file with mode: 0644]
ext/standard/tests/strings/strtr_variation6.phpt [new file with mode: 0644]
ext/standard/tests/strings/strtr_variation8.phpt [new file with mode: 0644]
ext/standard/tests/strings/strtr_with_reference.phpt [new file with mode: 0644]
ext/standard/tests/strings/strval.phpt [new file with mode: 0644]
ext/standard/tests/strings/strval_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/strval_error.phpt [new file with mode: 0644]
ext/standard/tests/strings/strval_variation1.phpt [new file with mode: 0644]
ext/standard/tests/strings/strval_variation2.phpt [new file with mode: 0644]
ext/standard/tests/strings/substr.phpt [new file with mode: 0644]
ext/standard/tests/strings/substr_compare.phpt [new file with mode: 0644]
ext/standard/tests/strings/substr_count_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/substr_count_error.phpt [new file with mode: 0644]
ext/standard/tests/strings/substr_count_variation_001.phpt [new file with mode: 0644]
ext/standard/tests/strings/substr_count_variation_002.phpt [new file with mode: 0644]
ext/standard/tests/strings/substr_int_min.phpt [new file with mode: 0644]
ext/standard/tests/strings/substr_replace.phpt [new file with mode: 0644]
ext/standard/tests/strings/substr_replace_array.phpt [new file with mode: 0644]
ext/standard/tests/strings/substr_replace_array_unset.phpt [new file with mode: 0644]
ext/standard/tests/strings/substr_replace_error.phpt [new file with mode: 0644]
ext/standard/tests/strings/trim.phpt [new file with mode: 0644]
ext/standard/tests/strings/trim1.phpt [new file with mode: 0644]
ext/standard/tests/strings/trim_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/trim_error.phpt [new file with mode: 0644]
ext/standard/tests/strings/ucfirst.phpt [new file with mode: 0644]
ext/standard/tests/strings/ucwords_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/ucwords_variation2.phpt [new file with mode: 0644]
ext/standard/tests/strings/ucwords_variation3.phpt [new file with mode: 0644]
ext/standard/tests/strings/ucwords_variation4.phpt [new file with mode: 0644]
ext/standard/tests/strings/ucwords_variation5.phpt [new file with mode: 0644]
ext/standard/tests/strings/unpack_bug68225.phpt [new file with mode: 0644]
ext/standard/tests/strings/unpack_error.phpt [new file with mode: 0644]
ext/standard/tests/strings/unpack_offset.phpt [new file with mode: 0644]
ext/standard/tests/strings/url_t.phpt [new file with mode: 0644]
ext/standard/tests/strings/utf8.phpt [new file with mode: 0644]
ext/standard/tests/strings/uuencode.phpt [new file with mode: 0644]
ext/standard/tests/strings/vfprintf_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/vfprintf_basic1.phpt [new file with mode: 0644]
ext/standard/tests/strings/vfprintf_basic2.phpt [new file with mode: 0644]
ext/standard/tests/strings/vfprintf_basic3.phpt [new file with mode: 0644]
ext/standard/tests/strings/vfprintf_basic4.phpt [new file with mode: 0644]
ext/standard/tests/strings/vfprintf_basic5.phpt [new file with mode: 0644]
ext/standard/tests/strings/vfprintf_basic6.phpt [new file with mode: 0644]
ext/standard/tests/strings/vfprintf_basic7.phpt [new file with mode: 0644]
ext/standard/tests/strings/vfprintf_basic7_64bit.phpt [new file with mode: 0644]
ext/standard/tests/strings/vfprintf_basic8.phpt [new file with mode: 0644]
ext/standard/tests/strings/vfprintf_basic9.phpt [new file with mode: 0644]
ext/standard/tests/strings/vfprintf_error1.phpt [new file with mode: 0644]
ext/standard/tests/strings/vfprintf_error3.phpt [new file with mode: 0644]
ext/standard/tests/strings/vfprintf_error4.phpt [new file with mode: 0644]
ext/standard/tests/strings/vfprintf_variation1.phpt [new file with mode: 0644]
ext/standard/tests/strings/vprintf_basic1.phpt [new file with mode: 0644]
ext/standard/tests/strings/vprintf_basic2.phpt [new file with mode: 0644]
ext/standard/tests/strings/vprintf_basic3.phpt [new file with mode: 0644]
ext/standard/tests/strings/vprintf_basic4.phpt [new file with mode: 0644]
ext/standard/tests/strings/vprintf_basic5.phpt [new file with mode: 0644]
ext/standard/tests/strings/vprintf_basic6.phpt [new file with mode: 0644]
ext/standard/tests/strings/vprintf_basic7.phpt [new file with mode: 0644]
ext/standard/tests/strings/vprintf_basic7_64bit.phpt [new file with mode: 0644]
ext/standard/tests/strings/vprintf_basic8.phpt [new file with mode: 0644]
ext/standard/tests/strings/vprintf_basic9.phpt [new file with mode: 0644]
ext/standard/tests/strings/vprintf_variation10.phpt [new file with mode: 0644]
ext/standard/tests/strings/vprintf_variation11.phpt [new file with mode: 0644]
ext/standard/tests/strings/vprintf_variation11_64bit.phpt [new file with mode: 0644]
ext/standard/tests/strings/vprintf_variation12.phpt [new file with mode: 0644]
ext/standard/tests/strings/vprintf_variation12_64bit.phpt [new file with mode: 0644]
ext/standard/tests/strings/vprintf_variation13.phpt [new file with mode: 0644]
ext/standard/tests/strings/vprintf_variation13_64bit.phpt [new file with mode: 0644]
ext/standard/tests/strings/vprintf_variation14.phpt [new file with mode: 0644]
ext/standard/tests/strings/vprintf_variation14_64bit.phpt [new file with mode: 0644]
ext/standard/tests/strings/vprintf_variation15.phpt [new file with mode: 0644]
ext/standard/tests/strings/vprintf_variation15_64bit.phpt [new file with mode: 0644]
ext/standard/tests/strings/vprintf_variation16.phpt [new file with mode: 0644]
ext/standard/tests/strings/vprintf_variation16_64bit.phpt [new file with mode: 0644]
ext/standard/tests/strings/vprintf_variation17.phpt [new file with mode: 0644]
ext/standard/tests/strings/vprintf_variation18.phpt [new file with mode: 0644]
ext/standard/tests/strings/vprintf_variation19.phpt [new file with mode: 0644]
ext/standard/tests/strings/vprintf_variation19_64bit.phpt [new file with mode: 0644]
ext/standard/tests/strings/vprintf_variation2.phpt [new file with mode: 0644]
ext/standard/tests/strings/vprintf_variation3.phpt [new file with mode: 0644]
ext/standard/tests/strings/vprintf_variation4.phpt [new file with mode: 0644]
ext/standard/tests/strings/vprintf_variation4_64bit.phpt [new file with mode: 0644]
ext/standard/tests/strings/vprintf_variation5.phpt [new file with mode: 0644]
ext/standard/tests/strings/vprintf_variation6.phpt [new file with mode: 0644]
ext/standard/tests/strings/vprintf_variation7.phpt [new file with mode: 0644]
ext/standard/tests/strings/vprintf_variation8.phpt [new file with mode: 0644]
ext/standard/tests/strings/vprintf_variation9.phpt [new file with mode: 0644]
ext/standard/tests/strings/vsprintf_basic1.phpt [new file with mode: 0644]
ext/standard/tests/strings/vsprintf_basic2.phpt [new file with mode: 0644]
ext/standard/tests/strings/vsprintf_basic3.phpt [new file with mode: 0644]
ext/standard/tests/strings/vsprintf_basic4.phpt [new file with mode: 0644]
ext/standard/tests/strings/vsprintf_basic5.phpt [new file with mode: 0644]
ext/standard/tests/strings/vsprintf_basic6.phpt [new file with mode: 0644]
ext/standard/tests/strings/vsprintf_basic7.phpt [new file with mode: 0644]
ext/standard/tests/strings/vsprintf_basic7_64bit.phpt [new file with mode: 0644]
ext/standard/tests/strings/vsprintf_basic8.phpt [new file with mode: 0644]
ext/standard/tests/strings/vsprintf_basic9.phpt [new file with mode: 0644]
ext/standard/tests/strings/wordwrap.phpt [new file with mode: 0644]
ext/standard/tests/strings/wordwrap_basic.phpt [new file with mode: 0644]
ext/standard/tests/strings/wordwrap_error.phpt [new file with mode: 0644]
ext/standard/tests/strings/wordwrap_memory_limit.phpt [new file with mode: 0644]
ext/standard/tests/strings/wordwrap_memory_limit_win32.phpt [new file with mode: 0644]
ext/standard/tests/strings/wordwrap_variation5.phpt [new file with mode: 0644]
ext/standard/tests/time/001.phpt [new file with mode: 0644]
ext/standard/tests/time/bug38524.phpt [new file with mode: 0644]
ext/standard/tests/time/bug60222.phpt [new file with mode: 0644]
ext/standard/tests/time/idate.phpt [new file with mode: 0644]
ext/standard/tests/time/idate_iso.phpt [new file with mode: 0644]
ext/standard/tests/time/strptime_basic.phpt [new file with mode: 0644]
ext/standard/tests/time/strptime_error.phpt [new file with mode: 0644]
ext/standard/tests/time/strptime_parts.phpt [new file with mode: 0644]
ext/standard/tests/url/base64_decode_basic_001.phpt [new file with mode: 0644]
ext/standard/tests/url/base64_decode_basic_002.phpt [new file with mode: 0644]
ext/standard/tests/url/base64_decode_basic_003.phpt [new file with mode: 0644]
ext/standard/tests/url/base64_encode_basic_001.phpt [new file with mode: 0644]
ext/standard/tests/url/base64_encode_basic_002.phpt [new file with mode: 0644]
ext/standard/tests/url/bug47174.phpt [new file with mode: 0644]
ext/standard/tests/url/bug52327.phpt [new file with mode: 0644]
ext/standard/tests/url/bug53248.phpt [new file with mode: 0644]
ext/standard/tests/url/bug54180.phpt [new file with mode: 0644]
ext/standard/tests/url/bug55273.phpt [new file with mode: 0644]
ext/standard/tests/url/bug55399.phpt [new file with mode: 0644]
ext/standard/tests/url/bug63162.phpt [new file with mode: 0644]
ext/standard/tests/url/bug68917.phpt [new file with mode: 0644]
ext/standard/tests/url/bug69976.phpt [new file with mode: 0644]
ext/standard/tests/url/bug73192.phpt [new file with mode: 0644]
ext/standard/tests/url/bug74780.phpt [new file with mode: 0644]
ext/standard/tests/url/get_headers_error_003.phpt [new file with mode: 0644]
ext/standard/tests/url/parse_url_basic_001.phpt [new file with mode: 0644]
ext/standard/tests/url/parse_url_basic_002.phpt [new file with mode: 0644]
ext/standard/tests/url/parse_url_basic_003.phpt [new file with mode: 0644]
ext/standard/tests/url/parse_url_basic_004.phpt [new file with mode: 0644]
ext/standard/tests/url/parse_url_basic_005.phpt [new file with mode: 0644]
ext/standard/tests/url/parse_url_basic_006.phpt [new file with mode: 0644]
ext/standard/tests/url/parse_url_basic_007.phpt [new file with mode: 0644]
ext/standard/tests/url/parse_url_basic_008.phpt [new file with mode: 0644]
ext/standard/tests/url/parse_url_basic_009.phpt [new file with mode: 0644]
ext/standard/tests/url/parse_url_basic_010.phpt [new file with mode: 0644]
ext/standard/tests/url/parse_url_basic_011.phpt [new file with mode: 0644]
ext/standard/tests/url/parse_url_error_002.phpt [new file with mode: 0644]
ext/standard/tests/url/parse_url_relative_scheme.phpt [new file with mode: 0644]
ext/standard/tests/url/parse_url_unterminated.phpt [new file with mode: 0644]
ext/standard/tests/url/urls.inc [new file with mode: 0644]
ext/standard/tests/versioning/php_sapi_name.phpt [new file with mode: 0644]
ext/standard/tests/versioning/php_sapi_name_variation001.phpt [new file with mode: 0644]
ext/standard/tests/versioning/phpversion.phpt [new file with mode: 0644]
ext/standard/tests/versioning/version_compare.phpt [new file with mode: 0644]
ext/standard/tests/versioning/version_compare_invalid_operator.phpt [new file with mode: 0644]
ext/standard/tests/versioning/version_compare_op_abbrev.phpt [new file with mode: 0644]
ext/standard/type.c [new file with mode: 0644]
ext/standard/uniqid.c [new file with mode: 0644]
ext/standard/url.c [new file with mode: 0644]
ext/standard/url.h [new file with mode: 0644]
ext/standard/url_scanner_ex.c [new file with mode: 0644]
ext/standard/url_scanner_ex.h [new file with mode: 0644]
ext/standard/url_scanner_ex.re [new file with mode: 0644]
ext/standard/user_filters.c [new file with mode: 0644]
ext/standard/user_filters.stub.php [new file with mode: 0755]
ext/standard/user_filters_arginfo.h [new file with mode: 0644]
ext/standard/uuencode.c [new file with mode: 0644]
ext/standard/var.c [new file with mode: 0644]
ext/standard/var_unserializer.c [new file with mode: 0644]
ext/standard/var_unserializer.re [new file with mode: 0644]
ext/standard/versioning.c [new file with mode: 0644]
ext/standard/winver.h [new file with mode: 0644]
ext/sysvmsg/CREDITS [new file with mode: 0644]
ext/sysvmsg/config.m4 [new file with mode: 0644]
ext/sysvmsg/php_sysvmsg.h [new file with mode: 0644]
ext/sysvmsg/sysvmsg.c [new file with mode: 0644]
ext/sysvmsg/sysvmsg.stub.php [new file with mode: 0644]
ext/sysvmsg/sysvmsg_arginfo.h [new file with mode: 0644]
ext/sysvmsg/tests/001.phpt [new file with mode: 0644]
ext/sysvmsg/tests/002.phpt [new file with mode: 0644]
ext/sysvmsg/tests/003.phpt [new file with mode: 0644]
ext/sysvmsg/tests/004.phpt [new file with mode: 0644]
ext/sysvmsg/tests/005.phpt [new file with mode: 0644]
ext/sysvmsg/tests/006.phpt [new file with mode: 0644]
ext/sysvsem/CREDITS [new file with mode: 0644]
ext/sysvsem/config.m4 [new file with mode: 0644]
ext/sysvsem/php_sysvsem.h [new file with mode: 0644]
ext/sysvsem/sysvsem.c [new file with mode: 0644]
ext/sysvsem/sysvsem.stub.php [new file with mode: 0644]
ext/sysvsem/sysvsem_arginfo.h [new file with mode: 0644]
ext/sysvsem/tests/nowait.phpt [new file with mode: 0644]
ext/sysvsem/tests/sysv.phpt [new file with mode: 0644]
ext/sysvshm/CREDITS [new file with mode: 0644]
ext/sysvshm/config.m4 [new file with mode: 0644]
ext/sysvshm/config.w32 [new file with mode: 0644]
ext/sysvshm/php_sysvshm.h [new file with mode: 0644]
ext/sysvshm/sysvshm.c [new file with mode: 0644]
ext/sysvshm/sysvshm.stub.php [new file with mode: 0644]
ext/sysvshm/sysvshm_arginfo.h [new file with mode: 0644]
ext/sysvshm/tests/001.phpt [new file with mode: 0644]
ext/sysvshm/tests/002.phpt [new file with mode: 0644]
ext/sysvshm/tests/003.phpt [new file with mode: 0644]
ext/sysvshm/tests/004.phpt [new file with mode: 0644]
ext/sysvshm/tests/005.phpt [new file with mode: 0644]
ext/sysvshm/tests/006.phpt [new file with mode: 0644]
ext/sysvshm/tests/007.phpt [new file with mode: 0644]
ext/sysvshm/tests/bug72858.phpt [new file with mode: 0644]
ext/sysvshm/tests/shutdown_crash_0.phpt [new file with mode: 0644]
ext/tidy/CREDITS [new file with mode: 0644]
ext/tidy/config.m4 [new file with mode: 0644]
ext/tidy/config.w32 [new file with mode: 0644]
ext/tidy/php_tidy.def [new file with mode: 0644]
ext/tidy/php_tidy.h [new file with mode: 0644]
ext/tidy/tests/001.phpt [new file with mode: 0644]
ext/tidy/tests/002.phpt [new file with mode: 0644]
ext/tidy/tests/003.phpt [new file with mode: 0644]
ext/tidy/tests/004.phpt [new file with mode: 0644]
ext/tidy/tests/005-mb.phpt [new file with mode: 0644]
ext/tidy/tests/005.html [new file with mode: 0644]
ext/tidy/tests/005.phpt [new file with mode: 0644]
ext/tidy/tests/005私はガラスを食べられます.html [new file with mode: 0644]
ext/tidy/tests/006.phpt [new file with mode: 0644]
ext/tidy/tests/007.html [new file with mode: 0644]
ext/tidy/tests/007.phpt [new file with mode: 0644]
ext/tidy/tests/008.phpt [new file with mode: 0644]
ext/tidy/tests/009.phpt [new file with mode: 0644]
ext/tidy/tests/010.phpt [new file with mode: 0644]
ext/tidy/tests/011.phpt [new file with mode: 0644]
ext/tidy/tests/012.phpt [new file with mode: 0644]
ext/tidy/tests/013.html [new file with mode: 0644]
ext/tidy/tests/013.phpt [new file with mode: 0644]
ext/tidy/tests/014.phpt [new file with mode: 0644]
ext/tidy/tests/015.html [new file with mode: 0644]
ext/tidy/tests/015.phpt [new file with mode: 0644]
ext/tidy/tests/016.html [new file with mode: 0644]
ext/tidy/tests/016.phpt [new file with mode: 0644]
ext/tidy/tests/016.tcfg [new file with mode: 0644]
ext/tidy/tests/017.phpt [new file with mode: 0644]
ext/tidy/tests/018.phpt [new file with mode: 0644]
ext/tidy/tests/019.phpt [new file with mode: 0644]
ext/tidy/tests/020.phpt [new file with mode: 0644]
ext/tidy/tests/021.phpt [new file with mode: 0644]
ext/tidy/tests/023.phpt [new file with mode: 0644]
ext/tidy/tests/024.phpt [new file with mode: 0644]
ext/tidy/tests/025.phpt [new file with mode: 0644]
ext/tidy/tests/026.phpt [new file with mode: 0644]
ext/tidy/tests/027.phpt [new file with mode: 0644]
ext/tidy/tests/028.phpt [new file with mode: 0644]
ext/tidy/tests/029.phpt [new file with mode: 0644]
ext/tidy/tests/030.phpt [new file with mode: 0644]
ext/tidy/tests/031.phpt [new file with mode: 0644]
ext/tidy/tests/032.phpt [new file with mode: 0644]
ext/tidy/tests/033.phpt [new file with mode: 0644]
ext/tidy/tests/034.phpt [new file with mode: 0644]
ext/tidy/tests/035.phpt [new file with mode: 0644]
ext/tidy/tests/036.phpt [new file with mode: 0644]
ext/tidy/tests/bug54682.phpt [new file with mode: 0644]
ext/tidy/tests/bug77040.phpt [new file with mode: 0644]
ext/tidy/tests/bug77594.phpt [new file with mode: 0644]
ext/tidy/tests/bug_50558.phpt [new file with mode: 0644]
ext/tidy/tests/gh10636.phpt [new file with mode: 0644]
ext/tidy/tests/gh10636_config [new file with mode: 0644]
ext/tidy/tests/parsing_file_too_large.phpt [new file with mode: 0644]
ext/tidy/tests/parsing_inexistent_file.phpt [new file with mode: 0644]
ext/tidy/tests/tidy_error.phpt [new file with mode: 0644]
ext/tidy/tests/tidy_error1.phpt [new file with mode: 0644]
ext/tidy/tests/uninitialized.phpt [new file with mode: 0644]
ext/tidy/tidy.c [new file with mode: 0644]
ext/tidy/tidy.stub.php [new file with mode: 0644]
ext/tidy/tidy_arginfo.h [new file with mode: 0644]
ext/tokenizer/.gitattributes [new file with mode: 0644]
ext/tokenizer/CREDITS [new file with mode: 0644]
ext/tokenizer/Makefile.frag [new file with mode: 0644]
ext/tokenizer/config.m4 [new file with mode: 0644]
ext/tokenizer/config.w32 [new file with mode: 0644]
ext/tokenizer/php_tokenizer.h [new file with mode: 0644]
ext/tokenizer/tests/001.phpt [new file with mode: 0644]
ext/tokenizer/tests/002.phpt [new file with mode: 0644]
ext/tokenizer/tests/003.phpt [new file with mode: 0644]
ext/tokenizer/tests/PhpToken_constructor.phpt [new file with mode: 0644]
ext/tokenizer/tests/PhpToken_extension.phpt [new file with mode: 0644]
ext/tokenizer/tests/PhpToken_extension_errors.phpt [new file with mode: 0644]
ext/tokenizer/tests/PhpToken_final_constructor.phpt [new file with mode: 0644]
ext/tokenizer/tests/PhpToken_methods.phpt [new file with mode: 0644]
ext/tokenizer/tests/PhpToken_toString.phpt [new file with mode: 0644]
ext/tokenizer/tests/PhpToken_tokenize.phpt [new file with mode: 0644]
ext/tokenizer/tests/attributes.phpt [new file with mode: 0644]
ext/tokenizer/tests/bad_character.phpt [new file with mode: 0644]
ext/tokenizer/tests/bug26463.phpt [new file with mode: 0644]
ext/tokenizer/tests/bug54089.phpt [new file with mode: 0644]
ext/tokenizer/tests/bug60097.phpt [new file with mode: 0644]
ext/tokenizer/tests/bug67395.phpt [new file with mode: 0644]
ext/tokenizer/tests/bug76437.phpt [new file with mode: 0644]
ext/tokenizer/tests/bug76991.phpt [new file with mode: 0644]
ext/tokenizer/tests/bug77966.phpt [new file with mode: 0644]
ext/tokenizer/tests/bug80462.phpt [new file with mode: 0644]
ext/tokenizer/tests/bug81342.phpt [new file with mode: 0644]
ext/tokenizer/tests/invalid_large_octal_with_underscores.phpt [new file with mode: 0644]
ext/tokenizer/tests/invalid_octal_dnumber.phpt [new file with mode: 0644]
ext/tokenizer/tests/namespaced_names.phpt [new file with mode: 0644]
ext/tokenizer/tests/no_inline_html_split.phpt [new file with mode: 0644]
ext/tokenizer/tests/parse_errors.phpt [new file with mode: 0644]
ext/tokenizer/tests/php_tag_only.phpt [new file with mode: 0644]
ext/tokenizer/tests/php_tag_only_2.phpt [new file with mode: 0644]
ext/tokenizer/tests/token_get_all_TOKEN_PARSE_000.phpt [new file with mode: 0644]
ext/tokenizer/tests/token_get_all_TOKEN_PARSE_001.phpt [new file with mode: 0644]
ext/tokenizer/tests/token_get_all_TOKEN_PARSE_002.phpt [new file with mode: 0644]
ext/tokenizer/tests/token_get_all_basic.phpt [new file with mode: 0644]
ext/tokenizer/tests/token_get_all_heredoc_nowdoc.phpt [new file with mode: 0644]
ext/tokenizer/tests/token_get_all_variation10.phpt [new file with mode: 0644]
ext/tokenizer/tests/token_get_all_variation11.phpt [new file with mode: 0644]
ext/tokenizer/tests/token_get_all_variation12.phpt [new file with mode: 0644]
ext/tokenizer/tests/token_get_all_variation13.phpt [new file with mode: 0644]
ext/tokenizer/tests/token_get_all_variation14.phpt [new file with mode: 0644]
ext/tokenizer/tests/token_get_all_variation15.phpt [new file with mode: 0644]
ext/tokenizer/tests/token_get_all_variation16.phpt [new file with mode: 0644]
ext/tokenizer/tests/token_get_all_variation17.phpt [new file with mode: 0644]
ext/tokenizer/tests/token_get_all_variation18.phpt [new file with mode: 0644]
ext/tokenizer/tests/token_get_all_variation19.phpt [new file with mode: 0644]
ext/tokenizer/tests/token_get_all_variation2.phpt [new file with mode: 0644]
ext/tokenizer/tests/token_get_all_variation3.phpt [new file with mode: 0644]
ext/tokenizer/tests/token_get_all_variation4.phpt [new file with mode: 0644]
ext/tokenizer/tests/token_get_all_variation5.phpt [new file with mode: 0644]
ext/tokenizer/tests/token_get_all_variation6.phpt [new file with mode: 0644]
ext/tokenizer/tests/token_get_all_variation7.phpt [new file with mode: 0644]
ext/tokenizer/tests/token_get_all_variation8.phpt [new file with mode: 0644]
ext/tokenizer/tests/token_get_all_variation9.phpt [new file with mode: 0644]
ext/tokenizer/tokenizer.c [new file with mode: 0644]
ext/tokenizer/tokenizer.stub.php [new file with mode: 0644]
ext/tokenizer/tokenizer_arginfo.h [new file with mode: 0644]
ext/tokenizer/tokenizer_data.c [new file with mode: 0644]
ext/tokenizer/tokenizer_data.stub.php [new file with mode: 0644]
ext/tokenizer/tokenizer_data_arginfo.h [new file with mode: 0644]
ext/tokenizer/tokenizer_data_gen.php [new file with mode: 0755]
ext/xml/CREDITS [new file with mode: 0644]
ext/xml/compat.c [new file with mode: 0644]
ext/xml/config.m4 [new file with mode: 0644]
ext/xml/config.w32 [new file with mode: 0644]
ext/xml/expat_compat.h [new file with mode: 0644]
ext/xml/php_xml.h [new file with mode: 0644]
ext/xml/tests/bug25666.phpt [new file with mode: 0644]
ext/xml/tests/bug26528.phpt [new file with mode: 0644]
ext/xml/tests/bug26614.phpt [new file with mode: 0644]
ext/xml/tests/bug26614_libxml_gte2_11.phpt [new file with mode: 0644]
ext/xml/tests/bug26614_libxml_pre2_11.phpt [new file with mode: 0644]
ext/xml/tests/bug27908.phpt [new file with mode: 0644]
ext/xml/tests/bug30266.phpt [new file with mode: 0644]
ext/xml/tests/bug30875.phpt [new file with mode: 0644]
ext/xml/tests/bug32001.phpt [new file with mode: 0644]
ext/xml/tests/bug32001b.phpt [new file with mode: 0644]
ext/xml/tests/bug35447.phpt [new file with mode: 0644]
ext/xml/tests/bug46699.phpt [new file with mode: 0644]
ext/xml/tests/bug50576.phpt [new file with mode: 0644]
ext/xml/tests/bug65236.phpt [new file with mode: 0644]
ext/xml/tests/bug70962.phpt [new file with mode: 0644]
ext/xml/tests/bug71592.phpt [new file with mode: 0644]
ext/xml/tests/bug72085.phpt [new file with mode: 0644]
ext/xml/tests/bug72099.phpt [new file with mode: 0644]
ext/xml/tests/bug72714.phpt [new file with mode: 0644]
ext/xml/tests/bug72793.phpt [new file with mode: 0644]
ext/xml/tests/bug73135.phpt [new file with mode: 0644]
ext/xml/tests/bug76874.phpt [new file with mode: 0644]
ext/xml/tests/bug78563.phpt [new file with mode: 0644]
ext/xml/tests/bug78563_final.phpt [new file with mode: 0644]
ext/xml/tests/bug78563_serialize.phpt [new file with mode: 0644]
ext/xml/tests/bug81351.phpt [new file with mode: 0644]
ext/xml/tests/inc.ent [new file with mode: 0644]
ext/xml/tests/xml001.phpt [new file with mode: 0644]
ext/xml/tests/xml002.phpt [new file with mode: 0644]
ext/xml/tests/xml003.phpt [new file with mode: 0644]
ext/xml/tests/xml004.phpt [new file with mode: 0644]
ext/xml/tests/xml007.phpt [new file with mode: 0644]
ext/xml/tests/xml009.phpt [new file with mode: 0644]
ext/xml/tests/xml010.phpt [new file with mode: 0644]
ext/xml/tests/xml011.phpt [new file with mode: 0644]
ext/xml/tests/xml_closures_001.phpt [new file with mode: 0644]
ext/xml/tests/xml_error_string_basic.phpt [new file with mode: 0644]
ext/xml/tests/xml_parse_into_struct_variation.phpt [new file with mode: 0644]
ext/xml/tests/xml_parser_get_option_variation3.phpt [new file with mode: 0644]
ext/xml/tests/xml_parser_get_option_variation4.phpt [new file with mode: 0644]
ext/xml/tests/xml_parser_set_option_basic.phpt [new file with mode: 0644]
ext/xml/tests/xml_parser_set_option_variation4.phpt [new file with mode: 0644]
ext/xml/tests/xml_parser_set_option_variation5.phpt [new file with mode: 0644]
ext/xml/tests/xml_set_notation_decl_handler_basic.phpt [new file with mode: 0644]
ext/xml/tests/xml_set_processing_instruction_handler_basic.phpt [new file with mode: 0644]
ext/xml/tests/xml_set_start_namespace_decl_handler_basic.phpt [new file with mode: 0644]
ext/xml/tests/xmltest.xml [new file with mode: 0644]
ext/xml/xml.c [new file with mode: 0644]
ext/xml/xml.stub.php [new file with mode: 0644]
ext/xml/xml_arginfo.h [new file with mode: 0644]
ext/xmlreader/CREDITS [new file with mode: 0644]
ext/xmlreader/config.m4 [new file with mode: 0644]
ext/xmlreader/config.w32 [new file with mode: 0644]
ext/xmlreader/php_xmlreader.c [new file with mode: 0644]
ext/xmlreader/php_xmlreader.h [new file with mode: 0644]
ext/xmlreader/php_xmlreader.stub.php [new file with mode: 0644]
ext/xmlreader/php_xmlreader_arginfo.h [new file with mode: 0644]
ext/xmlreader/tests/001.phpt [new file with mode: 0644]
ext/xmlreader/tests/002.phpt [new file with mode: 0644]
ext/xmlreader/tests/003-get-errors.phpt [new file with mode: 0644]
ext/xmlreader/tests/003-mb.phpt [new file with mode: 0644]
ext/xmlreader/tests/003-move-errors.phpt [new file with mode: 0644]
ext/xmlreader/tests/003.phpt [new file with mode: 0644]
ext/xmlreader/tests/004.phpt [new file with mode: 0644]
ext/xmlreader/tests/005.phpt [new file with mode: 0644]
ext/xmlreader/tests/006.phpt [new file with mode: 0644]
ext/xmlreader/tests/007.phpt [new file with mode: 0644]
ext/xmlreader/tests/008.phpt [new file with mode: 0644]
ext/xmlreader/tests/009.phpt [new file with mode: 0644]
ext/xmlreader/tests/010.phpt [new file with mode: 0644]
ext/xmlreader/tests/011.phpt [new file with mode: 0644]
ext/xmlreader/tests/012.dtd [new file with mode: 0644]
ext/xmlreader/tests/012.phpt [new file with mode: 0644]
ext/xmlreader/tests/012.xml [new file with mode: 0644]
ext/xmlreader/tests/013.phpt [new file with mode: 0644]
ext/xmlreader/tests/013.xsd [new file with mode: 0644]
ext/xmlreader/tests/014.phpt [new file with mode: 0644]
ext/xmlreader/tests/015-get-errors.phpt [new file with mode: 0644]
ext/xmlreader/tests/015-move-errors.phpt [new file with mode: 0644]
ext/xmlreader/tests/015.phpt [new file with mode: 0644]
ext/xmlreader/tests/XMLReaderBad_bug71805.xml [new file with mode: 0644]
ext/xmlreader/tests/XMLReaderGood_bug71805.xml [new file with mode: 0644]
ext/xmlreader/tests/bug36743.phpt [new file with mode: 0644]
ext/xmlreader/tests/bug42139.phpt [new file with mode: 0644]
ext/xmlreader/tests/bug51936.phpt [new file with mode: 0644]
ext/xmlreader/tests/bug64230.phpt [new file with mode: 0644]
ext/xmlreader/tests/bug70309.phpt [new file with mode: 0644]
ext/xmlreader/tests/bug71805.phpt [new file with mode: 0644]
ext/xmlreader/tests/bug73053.phpt [new file with mode: 0644]
ext/xmlreader/tests/bug73053.xml [new file with mode: 0644]
ext/xmlreader/tests/bug73053.xsd [new file with mode: 0644]
ext/xmlreader/tests/bug73246.phpt [new file with mode: 0644]
ext/xmlreader/tests/bug74457.phpt [new file with mode: 0644]
ext/xmlreader/tests/bug81521.phpt [new file with mode: 0644]
ext/xmlreader/tests/dtdexample.dtd [new file with mode: 0644]
ext/xmlreader/tests/expand.phpt [new file with mode: 0644]
ext/xmlreader/tests/expand_error.phpt [new file with mode: 0644]
ext/xmlreader/tests/next_basic.phpt [new file with mode: 0644]
ext/xmlreader/tests/open_error.phpt [new file with mode: 0644]
ext/xmlreader/tests/readString_basic.phpt [new file with mode: 0644]
ext/xmlreader/tests/relaxNG.rng [new file with mode: 0644]
ext/xmlreader/tests/relaxNG2.rng [new file with mode: 0644]
ext/xmlreader/tests/relaxNG3.rng [new file with mode: 0644]
ext/xmlreader/tests/schema-bad.xsd [new file with mode: 0644]
ext/xmlreader/tests/schema-empty.xsd [new file with mode: 0644]
ext/xmlreader/tests/setParserProperty_error.phpt [new file with mode: 0644]
ext/xmlreader/tests/setSchema_error.phpt [new file with mode: 0644]
ext/xmlreader/tests/static.phpt [new file with mode: 0644]
ext/xmlwriter/CREDITS [new file with mode: 0644]
ext/xmlwriter/config.m4 [new file with mode: 0644]
ext/xmlwriter/config.w32 [new file with mode: 0644]
ext/xmlwriter/php_xmlwriter.c [new file with mode: 0644]
ext/xmlwriter/php_xmlwriter.h [new file with mode: 0644]
ext/xmlwriter/php_xmlwriter.stub.php [new file with mode: 0644]
ext/xmlwriter/php_xmlwriter_arginfo.h [new file with mode: 0644]
ext/xmlwriter/tests/001.phpt [new file with mode: 0644]
ext/xmlwriter/tests/002.phpt [new file with mode: 0644]
ext/xmlwriter/tests/003.phpt [new file with mode: 0644]
ext/xmlwriter/tests/004.phpt [new file with mode: 0644]
ext/xmlwriter/tests/005-mb.phpt [new file with mode: 0644]
ext/xmlwriter/tests/005.phpt [new file with mode: 0644]
ext/xmlwriter/tests/006.phpt [new file with mode: 0644]
ext/xmlwriter/tests/007.phpt [new file with mode: 0644]
ext/xmlwriter/tests/008.phpt [new file with mode: 0644]
ext/xmlwriter/tests/009.phpt [new file with mode: 0644]
ext/xmlwriter/tests/010.phpt [new file with mode: 0644]
ext/xmlwriter/tests/011.phpt [new file with mode: 0644]
ext/xmlwriter/tests/012.phpt [new file with mode: 0644]
ext/xmlwriter/tests/OO_001.phpt [new file with mode: 0644]
ext/xmlwriter/tests/OO_002.phpt [new file with mode: 0644]
ext/xmlwriter/tests/OO_003.phpt [new file with mode: 0644]
ext/xmlwriter/tests/OO_004.phpt [new file with mode: 0644]
ext/xmlwriter/tests/OO_005.phpt [new file with mode: 0644]
ext/xmlwriter/tests/OO_006.phpt [new file with mode: 0644]
ext/xmlwriter/tests/OO_007.phpt [new file with mode: 0644]
ext/xmlwriter/tests/OO_008.phpt [new file with mode: 0644]
ext/xmlwriter/tests/OO_009.phpt [new file with mode: 0644]
ext/xmlwriter/tests/OO_010.phpt [new file with mode: 0644]
ext/xmlwriter/tests/OO_011.phpt [new file with mode: 0644]
ext/xmlwriter/tests/OO_012.phpt [new file with mode: 0644]
ext/xmlwriter/tests/OO_013.phpt [new file with mode: 0644]
ext/xmlwriter/tests/bug39504.phpt [new file with mode: 0644]
ext/xmlwriter/tests/bug41287.phpt [new file with mode: 0644]
ext/xmlwriter/tests/bug41326.phpt [new file with mode: 0644]
ext/xmlwriter/tests/bug48204.phpt [new file with mode: 0644]
ext/xmlwriter/tests/bug71536.phpt [new file with mode: 0644]
ext/xmlwriter/tests/bug79029.phpt [new file with mode: 0644]
ext/xmlwriter/tests/bug79344.phpt [new file with mode: 0644]
ext/xmlwriter/tests/xmlwriter_open_uri_error_001.phpt [new file with mode: 0644]
ext/xmlwriter/tests/xmlwriter_open_uri_error_003.phpt [new file with mode: 0644]
ext/xmlwriter/tests/xmlwriter_open_uri_error_004.phpt [new file with mode: 0644]
ext/xmlwriter/tests/xmlwriter_open_uri_error_005.phpt [new file with mode: 0644]
ext/xmlwriter/tests/xmlwriter_set_indent_string_basic_001.phpt [new file with mode: 0644]
ext/xmlwriter/tests/xmlwriter_write_attribute_ns_basic_001.phpt [new file with mode: 0644]
ext/xmlwriter/tests/xmlwriter_write_dtd_basic_001.phpt [new file with mode: 0644]
ext/xsl/CREDITS [new file with mode: 0644]
ext/xsl/config.m4 [new file with mode: 0644]
ext/xsl/config.w32 [new file with mode: 0644]
ext/xsl/php_xsl.c [new file with mode: 0644]
ext/xsl/php_xsl.h [new file with mode: 0644]
ext/xsl/php_xsl.stub.php [new file with mode: 0644]
ext/xsl/php_xsl_arginfo.h [new file with mode: 0644]
ext/xsl/tests/53965/collection.xml [new file with mode: 0644]
ext/xsl/tests/53965/collection.xsl [new file with mode: 0644]
ext/xsl/tests/53965/include.xsl [new file with mode: 0644]
ext/xsl/tests/area_list.xsl [new file with mode: 0644]
ext/xsl/tests/area_name.xml [new file with mode: 0644]
ext/xsl/tests/bug26384.phpt [new file with mode: 0644]
ext/xsl/tests/bug33853.phpt [new file with mode: 0644]
ext/xsl/tests/bug48221.phpt [new file with mode: 0644]
ext/xsl/tests/bug49634.phpt [new file with mode: 0644]
ext/xsl/tests/bug49634.xml [new file with mode: 0644]
ext/xsl/tests/bug53965.phpt [new file with mode: 0644]
ext/xsl/tests/bug54446.phpt [new file with mode: 0644]
ext/xsl/tests/bug54446_with_ini.phpt [new file with mode: 0644]
ext/xsl/tests/bug70078.phpt [new file with mode: 0644]
ext/xsl/tests/bug70535.phpt [new file with mode: 0644]
ext/xsl/tests/bug71540.phpt [new file with mode: 0644]
ext/xsl/tests/documentxpath.xsl [new file with mode: 0644]
ext/xsl/tests/exslt.xml [new file with mode: 0644]
ext/xsl/tests/exslt.xsl [new file with mode: 0644]
ext/xsl/tests/phpfunc-nostring.xsl [new file with mode: 0644]
ext/xsl/tests/phpfunc-undef.xsl [new file with mode: 0644]
ext/xsl/tests/phpfunc.xsl [new file with mode: 0644]
ext/xsl/tests/prepare.inc [new file with mode: 0644]
ext/xsl/tests/streamsinclude.xsl [new file with mode: 0644]
ext/xsl/tests/throw_in_autoload.phpt [new file with mode: 0644]
ext/xsl/tests/xsl-phpinfo.phpt [new file with mode: 0644]
ext/xsl/tests/xslt.xml [new file with mode: 0644]
ext/xsl/tests/xslt.xsl [new file with mode: 0644]
ext/xsl/tests/xslt.xsl.gz [new file with mode: 0644]
ext/xsl/tests/xslt001.phpt [new file with mode: 0644]
ext/xsl/tests/xslt002.phpt [new file with mode: 0644]
ext/xsl/tests/xslt003.phpt [new file with mode: 0644]
ext/xsl/tests/xslt004.phpt [new file with mode: 0644]
ext/xsl/tests/xslt005.phpt [new file with mode: 0644]
ext/xsl/tests/xslt006.phpt [new file with mode: 0644]
ext/xsl/tests/xslt007.phpt [new file with mode: 0644]
ext/xsl/tests/xslt008-mb.phpt [new file with mode: 0644]
ext/xsl/tests/xslt008.phpt [new file with mode: 0644]
ext/xsl/tests/xslt009.phpt [new file with mode: 0644]
ext/xsl/tests/xslt010.phpt [new file with mode: 0644]
ext/xsl/tests/xslt010_gt10129.phpt [new file with mode: 0644]
ext/xsl/tests/xslt011.phpt [new file with mode: 0644]
ext/xsl/tests/xslt011.xml [new file with mode: 0644]
ext/xsl/tests/xslt011.xsl [new file with mode: 0644]
ext/xsl/tests/xslt012.phpt [new file with mode: 0644]
ext/xsl/tests/xslt012.xsl [new file with mode: 0644]
ext/xsl/tests/xsltprocessor_getParameter-invalidparam.phpt [new file with mode: 0644]
ext/xsl/tests/xsltprocessor_getParameter.phpt [new file with mode: 0644]
ext/xsl/tests/xsltprocessor_hasExsltSupport.phpt [new file with mode: 0644]
ext/xsl/tests/xsltprocessor_hasExsltSupport_wrongparam_001.phpt [new file with mode: 0644]
ext/xsl/tests/xsltprocessor_importStylesheet-invalidparam.phpt [new file with mode: 0644]
ext/xsl/tests/xsltprocessor_registerPHPFunctions-allfuncs.phpt [new file with mode: 0644]
ext/xsl/tests/xsltprocessor_registerPHPFunctions-array-multiple.phpt [new file with mode: 0644]
ext/xsl/tests/xsltprocessor_registerPHPFunctions-array-notallowed.phpt [new file with mode: 0644]
ext/xsl/tests/xsltprocessor_registerPHPFunctions-array.phpt [new file with mode: 0644]
ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcnostring.phpt [new file with mode: 0644]
ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.phpt [new file with mode: 0644]
ext/xsl/tests/xsltprocessor_registerPHPFunctions-null.phpt [new file with mode: 0644]
ext/xsl/tests/xsltprocessor_registerPHPFunctions-string-multiple.phpt [new file with mode: 0644]
ext/xsl/tests/xsltprocessor_registerPHPFunctions-string-notallowed.phpt [new file with mode: 0644]
ext/xsl/tests/xsltprocessor_registerPHPFunctions-string.phpt [new file with mode: 0644]
ext/xsl/tests/xsltprocessor_removeParameter-invalidparam.phpt [new file with mode: 0644]
ext/xsl/tests/xsltprocessor_removeParameter.phpt [new file with mode: 0644]
ext/xsl/tests/xsltprocessor_setparameter-errorquote.phpt [new file with mode: 0644]
ext/xsl/tests/xsltprocessor_setparameter-nostring.phpt [new file with mode: 0644]
ext/xsl/tests/xsltprocessor_transformToDoc.phpt [new file with mode: 0644]
ext/xsl/tests/xsltprocessor_transformToDoc_no_stylesheet.phpt [new file with mode: 0644]
ext/xsl/tests/xsltprocessor_transformToURI.phpt [new file with mode: 0644]
ext/xsl/tests/xsltprocessor_transformToXML.phpt [new file with mode: 0644]
ext/xsl/tests/私はガラスを食べられますstreamsinclude.xsl [new file with mode: 0644]
ext/xsl/xsltprocessor.c [new file with mode: 0644]
ext/zend_test/config.m4 [new file with mode: 0644]
ext/zend_test/config.w32 [new file with mode: 0644]
ext/zend_test/fiber.c [new file with mode: 0644]
ext/zend_test/fiber.h [new file with mode: 0644]
ext/zend_test/fiber.stub.php [new file with mode: 0644]
ext/zend_test/fiber_arginfo.h [new file with mode: 0644]
ext/zend_test/observer.c [new file with mode: 0644]
ext/zend_test/observer.h [new file with mode: 0644]
ext/zend_test/php_test.h [new file with mode: 0644]
ext/zend_test/test.c [new file with mode: 0644]
ext/zend_test/test.h [new file with mode: 0644]
ext/zend_test/test.stub.php [new file with mode: 0644]
ext/zend_test/test_arginfo.h [new file with mode: 0644]
ext/zend_test/tests/attribute-promotion-parameter-only.phpt [new file with mode: 0644]
ext/zend_test/tests/attribute-promotion-property-only.phpt [new file with mode: 0644]
ext/zend_test/tests/attribute_arguments.phpt [new file with mode: 0644]
ext/zend_test/tests/attribute_hash_table_leak.phpt [new file with mode: 0644]
ext/zend_test/tests/execute_internal.phpt [new file with mode: 0644]
ext/zend_test/tests/fiber_test_01.phpt [new file with mode: 0644]
ext/zend_test/tests/fiber_test_02.phpt [new file with mode: 0644]
ext/zend_test/tests/fiber_test_03.phpt [new file with mode: 0644]
ext/zend_test/tests/fiber_test_04.phpt [new file with mode: 0644]
ext/zend_test/tests/fiber_test_05.phpt [new file with mode: 0644]
ext/zend_test/tests/fiber_test_06.phpt [new file with mode: 0644]
ext/zend_test/tests/fiber_test_07.phpt [new file with mode: 0644]
ext/zend_test/tests/gen_stub_test_01.phpt [new file with mode: 0644]
ext/zend_test/tests/gen_stub_test_02.phpt [new file with mode: 0644]
ext/zend_test/tests/get_function_or_method_name_01.inc [new file with mode: 0644]
ext/zend_test/tests/get_function_or_method_name_01.phpt [new file with mode: 0644]
ext/zend_test/tests/gh10370.tar [new file with mode: 0644]
ext/zend_test/tests/gh10370_1.phpt [new file with mode: 0644]
ext/zend_test/tests/gh10370_2.phpt [new file with mode: 0644]
ext/zend_test/tests/gh10370_3.phpt [new file with mode: 0644]
ext/zend_test/tests/gh10370_4.phpt [new file with mode: 0644]
ext/zend_test/tests/gh8575.phpt [new file with mode: 0644]
ext/zend_test/tests/gh9871.phpt [new file with mode: 0644]
ext/zend_test/tests/internal-call-internal-static-return.phpt [new file with mode: 0644]
ext/zend_test/tests/observer.inc [new file with mode: 0644]
ext/zend_test/tests/observer_backtrace_01.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_basic_01.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_basic_02.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_basic_03.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_basic_04.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_basic_05.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_basic_06.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_bug81430_1.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_bug81430_2.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_bug81435.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_call_user_func_01.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_call_user_func_02.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_call_user_func_03.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_call_user_func_04.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_closure_01.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_closure_02.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_closure_03.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_declarations_01.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_declarations_file_cache.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_error_01.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_error_02.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_error_03.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_error_04.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_error_05.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_eval_01.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_exception_01.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_fiber_01.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_fiber_02.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_fiber_03.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_fiber_04.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_fiber_05.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_fiber_06.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_fiber_functions_01.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_fiber_functions_02.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_fiber_functions_03.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_generator_01.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_generator_02.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_generator_03.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_generator_04.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_generator_05.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_magic_01.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_opline_01.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_preload.inc [new file with mode: 0644]
ext/zend_test/tests/observer_preload.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_retval_01.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_retval_02.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_retval_03.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_retval_04.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_retval_05.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_retval_06.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_retval_07.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_retval_by_ref_01.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_retval_by_ref_02.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_retval_by_ref_03.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_shutdown_01.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_shutdown_02.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_sqlite_create_function.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_types_01.phpt [new file with mode: 0644]
ext/zend_test/tests/observer_zend_call_function_01.phpt [new file with mode: 0644]
ext/zend_test/tests/optimizer_register_pass.phpt [new file with mode: 0644]
ext/zend_test/tests/variadic_arguments.phpt [new file with mode: 0644]
ext/zend_test/tests/zend_forbid_dynamic_call.phpt [new file with mode: 0644]
ext/zend_test/tests/zend_ini_str_validator_basic.phpt [new file with mode: 0644]
ext/zend_test/tests/zend_ini_str_validator_return_from_func.phpt [new file with mode: 0644]
ext/zend_test/tests/zend_internal_class_prop_intersection.phpt [new file with mode: 0644]
ext/zend_test/tests/zend_legacy_iterable.phpt [new file with mode: 0644]
ext/zend_test/tests/zend_test_compile_string.phpt [new file with mode: 0644]
ext/zend_test/tests/zend_weakmap.phpt [new file with mode: 0644]
ext/zip/CREDITS [new file with mode: 0644]
ext/zip/config.m4 [new file with mode: 0644]
ext/zip/config.w32 [new file with mode: 0644]
ext/zip/examples/addglob.php [new file with mode: 0644]
ext/zip/examples/addpattern.php [new file with mode: 0644]
ext/zip/examples/comment.php [new file with mode: 0644]
ext/zip/examples/create.php [new file with mode: 0644]
ext/zip/examples/dir.php [new file with mode: 0644]
ext/zip/examples/encryption.php [new file with mode: 0644]
ext/zip/examples/extract.php [new file with mode: 0644]
ext/zip/examples/extractAll.php [new file with mode: 0644]
ext/zip/examples/fopen.php [new file with mode: 0644]
ext/zip/examples/get_set_comments.php [new file with mode: 0644]
ext/zip/examples/im.php [new file with mode: 0644]
ext/zip/examples/odt.php [new file with mode: 0644]
ext/zip/examples/oldapi.php [new file with mode: 0644]
ext/zip/examples/set_compression.php [new file with mode: 0644]
ext/zip/examples/test.odt [new file with mode: 0644]
ext/zip/examples/test.zip [new file with mode: 0644]
ext/zip/examples/test1.zip [new file with mode: 0644]
ext/zip/examples/test_im.zip [new file with mode: 0644]
ext/zip/examples/test_with_comment.zip [new file with mode: 0644]
ext/zip/examples/too.php [new file with mode: 0644]
ext/zip/php_zip.c [new file with mode: 0644]
ext/zip/php_zip.h [new file with mode: 0644]
ext/zip/php_zip.stub.php [new file with mode: 0644]
ext/zip/php_zip_arginfo.h [new file with mode: 0644]
ext/zip/tests/001.phpt [new file with mode: 0644]
ext/zip/tests/binarynull.zip [new file with mode: 0644]
ext/zip/tests/bug11216.phpt [new file with mode: 0644]
ext/zip/tests/bug14962.phpt [new file with mode: 0644]
ext/zip/tests/bug38943.inc [new file with mode: 0644]
ext/zip/tests/bug38943_2.phpt [new file with mode: 0644]
ext/zip/tests/bug38944.phpt [new file with mode: 0644]
ext/zip/tests/bug40228-mb.phpt [new file with mode: 0644]
ext/zip/tests/bug40228.phpt [new file with mode: 0644]
ext/zip/tests/bug40228.zip [new file with mode: 0644]
ext/zip/tests/bug40228私はガラスを食べられます.zip [new file with mode: 0644]
ext/zip/tests/bug47667.phpt [new file with mode: 0644]
ext/zip/tests/bug49072.phpt [new file with mode: 0644]
ext/zip/tests/bug49072.zip [new file with mode: 0644]
ext/zip/tests/bug50678.phpt [new file with mode: 0644]
ext/zip/tests/bug51353.phpt [new file with mode: 0644]
ext/zip/tests/bug53579.phpt [new file with mode: 0644]
ext/zip/tests/bug53603.phpt [new file with mode: 0644]
ext/zip/tests/bug53854.phpt [new file with mode: 0644]
ext/zip/tests/bug53885.phpt [new file with mode: 0644]
ext/zip/tests/bug64342_0.phpt [new file with mode: 0644]
ext/zip/tests/bug64342_1-mb.phpt [new file with mode: 0644]
ext/zip/tests/bug64342_1.phpt [new file with mode: 0644]
ext/zip/tests/bug70103.phpt [new file with mode: 0644]
ext/zip/tests/bug70322.phpt [new file with mode: 0644]
ext/zip/tests/bug70350.phpt [new file with mode: 0644]
ext/zip/tests/bug70752.phpt [new file with mode: 0644]
ext/zip/tests/bug70752.zip [new file with mode: 0644]
ext/zip/tests/bug7214.phpt [new file with mode: 0644]
ext/zip/tests/bug72258.phpt [new file with mode: 0644]
ext/zip/tests/bug72258.zip [new file with mode: 0644]
ext/zip/tests/bug72374.phpt [new file with mode: 0644]
ext/zip/tests/bug72660.phpt [new file with mode: 0644]
ext/zip/tests/bug76524.phpt [new file with mode: 0644]
ext/zip/tests/bug7658.odt [new file with mode: 0644]
ext/zip/tests/bug7658.phpt [new file with mode: 0644]
ext/zip/tests/bug7658.xml [new file with mode: 0644]
ext/zip/tests/bug77978.phpt [new file with mode: 0644]
ext/zip/tests/bug78641.phpt [new file with mode: 0644]
ext/zip/tests/bug8009.phpt [new file with mode: 0644]
ext/zip/tests/bug8009.zip [new file with mode: 0644]
ext/zip/tests/bug80833.phpt [new file with mode: 0644]
ext/zip/tests/bug80863.phpt [new file with mode: 0644]
ext/zip/tests/bug81420.phpt [new file with mode: 0644]
ext/zip/tests/bug81420.zip [new file with mode: 0644]
ext/zip/tests/bug81490.phpt [new file with mode: 0644]
ext/zip/tests/bug8700.phpt [new file with mode: 0644]
ext/zip/tests/bug_gh8781.phpt [new file with mode: 0644]
ext/zip/tests/compression_methods.phpt [new file with mode: 0644]
ext/zip/tests/compression_methods.zip [new file with mode: 0644]
ext/zip/tests/doubleclose.phpt [new file with mode: 0644]
ext/zip/tests/oo_add_encoding.phpt [new file with mode: 0644]
ext/zip/tests/oo_add_from_string.phpt [new file with mode: 0644]
ext/zip/tests/oo_addemptydir.phpt [new file with mode: 0644]
ext/zip/tests/oo_addemptydir_error.phpt [new file with mode: 0644]
ext/zip/tests/oo_addfile.phpt [new file with mode: 0644]
ext/zip/tests/oo_addglob.phpt [new file with mode: 0644]
ext/zip/tests/oo_addglob2.phpt [new file with mode: 0644]
ext/zip/tests/oo_addpattern.phpt [new file with mode: 0644]
ext/zip/tests/oo_cancel.phpt [new file with mode: 0644]
ext/zip/tests/oo_close.phpt [new file with mode: 0644]
ext/zip/tests/oo_count.phpt [new file with mode: 0644]
ext/zip/tests/oo_delete.phpt [new file with mode: 0644]
ext/zip/tests/oo_encryption.phpt [new file with mode: 0644]
ext/zip/tests/oo_ext_zip.phpt [new file with mode: 0644]
ext/zip/tests/oo_externalattributes.phpt [new file with mode: 0644]
ext/zip/tests/oo_extract.phpt [new file with mode: 0644]
ext/zip/tests/oo_getcomment.phpt [new file with mode: 0644]
ext/zip/tests/oo_getexternalattributesname_error.phpt [new file with mode: 0644]
ext/zip/tests/oo_getnameindex.phpt [new file with mode: 0644]
ext/zip/tests/oo_getstatusstring.phpt [new file with mode: 0644]
ext/zip/tests/oo_getstreamindex.phpt [new file with mode: 0644]
ext/zip/tests/oo_namelocate.phpt [new file with mode: 0644]
ext/zip/tests/oo_open.phpt [new file with mode: 0644]
ext/zip/tests/oo_progress.phpt [new file with mode: 0644]
ext/zip/tests/oo_properties.phpt [new file with mode: 0644]
ext/zip/tests/oo_readonly_properties.phpt [new file with mode: 0644]
ext/zip/tests/oo_rename.phpt [new file with mode: 0644]
ext/zip/tests/oo_replacefile.phpt [new file with mode: 0644]
ext/zip/tests/oo_setcomment.phpt [new file with mode: 0644]
ext/zip/tests/oo_setcomment_error.phpt [new file with mode: 0644]
ext/zip/tests/oo_setcompression.phpt [new file with mode: 0644]
ext/zip/tests/oo_setmtime.phpt [new file with mode: 0644]
ext/zip/tests/oo_stream.phpt [new file with mode: 0644]
ext/zip/tests/oo_stream_seek.phpt [new file with mode: 0644]
ext/zip/tests/oo_supported.phpt [new file with mode: 0644]
ext/zip/tests/oo_unchangeIndex.phpt [new file with mode: 0644]
ext/zip/tests/oo_unchangeName.phpt [new file with mode: 0644]
ext/zip/tests/pecl12414.phpt [new file with mode: 0644]
ext/zip/tests/pecl12414.zip [new file with mode: 0644]
ext/zip/tests/stream_meta_data.phpt [new file with mode: 0644]
ext/zip/tests/test.zip [new file with mode: 0644]
ext/zip/tests/test_procedural.zip [new file with mode: 0644]
ext/zip/tests/test_with_comment.zip [new file with mode: 0644]
ext/zip/tests/utils.inc [new file with mode: 0644]
ext/zip/tests/zip_close.phpt [new file with mode: 0644]
ext/zip/tests/zip_entry_close.phpt [new file with mode: 0644]
ext/zip/tests/zip_entry_compressedsize.phpt [new file with mode: 0644]
ext/zip/tests/zip_entry_compressionmethod.phpt [new file with mode: 0644]
ext/zip/tests/zip_entry_filesize.phpt [new file with mode: 0644]
ext/zip/tests/zip_entry_name.phpt [new file with mode: 0644]
ext/zip/tests/zip_entry_open.phpt [new file with mode: 0644]
ext/zip/tests/zip_entry_read.phpt [new file with mode: 0644]
ext/zip/tests/zip_open.phpt [new file with mode: 0644]
ext/zip/tests/zip_open_error.phpt [new file with mode: 0644]
ext/zip/tests/zip_read.phpt [new file with mode: 0644]
ext/zip/zip_stream.c [new file with mode: 0644]
ext/zlib/CREDITS [new file with mode: 0644]
ext/zlib/config.w32 [new file with mode: 0644]
ext/zlib/config0.m4 [new file with mode: 0644]
ext/zlib/php_zlib.def [new file with mode: 0644]
ext/zlib/php_zlib.h [new file with mode: 0644]
ext/zlib/tests/001.phpt [new file with mode: 0644]
ext/zlib/tests/002.phpt [new file with mode: 0644]
ext/zlib/tests/003.phpt [new file with mode: 0644]
ext/zlib/tests/004-mb.phpt [new file with mode: 0644]
ext/zlib/tests/004.phpt [new file with mode: 0644]
ext/zlib/tests/004.txt.gz [new file with mode: 0644]
ext/zlib/tests/004私はガラスを食べられます.txt.gz [new file with mode: 0644]
ext/zlib/tests/005.phpt [new file with mode: 0644]
ext/zlib/tests/006.phpt [new file with mode: 0644]
ext/zlib/tests/007.phpt [new file with mode: 0644]
ext/zlib/tests/008.phpt [new file with mode: 0644]
ext/zlib/tests/bug48725.phpt [new file with mode: 0644]
ext/zlib/tests/bug48725_2.phpt [new file with mode: 0644]
ext/zlib/tests/bug51269.phpt [new file with mode: 0644]
ext/zlib/tests/bug55544-win.phpt [new file with mode: 0644]
ext/zlib/tests/bug55544.phpt [new file with mode: 0644]
ext/zlib/tests/bug60761.phpt [new file with mode: 0644]
ext/zlib/tests/bug61139.phpt [new file with mode: 0644]
ext/zlib/tests/bug61287.phpt [new file with mode: 0644]
ext/zlib/tests/bug61443.phpt [new file with mode: 0644]
ext/zlib/tests/bug61820.phpt [new file with mode: 0644]
ext/zlib/tests/bug65391.phpt [new file with mode: 0644]
ext/zlib/tests/bug67724.gz.gz [new file with mode: 0644]
ext/zlib/tests/bug67724.phpt [new file with mode: 0644]
ext/zlib/tests/bug71417.phpt [new file with mode: 0644]
ext/zlib/tests/bug73944.phpt [new file with mode: 0644]
ext/zlib/tests/bug73944_fixture_1.data [new file with mode: 0644]
ext/zlib/tests/bug73944_fixture_2.data [new file with mode: 0644]
ext/zlib/tests/bug74240.phpt [new file with mode: 0644]
ext/zlib/tests/bug75273.phpt [new file with mode: 0644]
ext/zlib/tests/bug75299.phpt [new file with mode: 0644]
ext/zlib/tests/bug_34821.phpt [new file with mode: 0644]
ext/zlib/tests/bug_40189.phpt [new file with mode: 0644]
ext/zlib/tests/bug_52944.phpt [new file with mode: 0644]
ext/zlib/tests/bug_52944_corrupted_data.inc [new file with mode: 0644]
ext/zlib/tests/compress_zlib_wrapper.phpt [new file with mode: 0644]
ext/zlib/tests/data.inc [new file with mode: 0644]
ext/zlib/tests/deflate_add_basic.phpt [new file with mode: 0644]
ext/zlib/tests/deflate_add_block_v123.phpt [new file with mode: 0644]
ext/zlib/tests/deflate_add_buffer_full.phpt [new file with mode: 0644]
ext/zlib/tests/deflate_add_error.phpt [new file with mode: 0644]
ext/zlib/tests/deflate_init_error.phpt [new file with mode: 0644]
ext/zlib/tests/deflate_init_reuse.phpt [new file with mode: 0644]
ext/zlib/tests/dictionary_usage.phpt [new file with mode: 0644]
ext/zlib/tests/func.inc [new file with mode: 0644]
ext/zlib/tests/gh7953.phpt [new file with mode: 0644]
ext/zlib/tests/gzclose_basic.phpt [new file with mode: 0644]
ext/zlib/tests/gzcompress_basic1.phpt [new file with mode: 0644]
ext/zlib/tests/gzcompress_error1.phpt [new file with mode: 0644]
ext/zlib/tests/gzcompress_variation1.phpt [new file with mode: 0644]
ext/zlib/tests/gzdeflate_basic1.phpt [new file with mode: 0644]
ext/zlib/tests/gzdeflate_error1.phpt [new file with mode: 0644]
ext/zlib/tests/gzdeflate_variation1.phpt [new file with mode: 0644]
ext/zlib/tests/gzencode_basic1.phpt [new file with mode: 0644]
ext/zlib/tests/gzencode_error1.phpt [new file with mode: 0644]
ext/zlib/tests/gzencode_variation1-win32.phpt [new file with mode: 0644]
ext/zlib/tests/gzencode_variation1.phpt [new file with mode: 0644]
ext/zlib/tests/gzencode_variation2-win32.phpt [new file with mode: 0644]
ext/zlib/tests/gzencode_variation2.phpt [new file with mode: 0644]
ext/zlib/tests/gzeof_basic.phpt [new file with mode: 0644]
ext/zlib/tests/gzeof_variation1.phpt [new file with mode: 0644]
ext/zlib/tests/gzfile_basic.phpt [new file with mode: 0644]
ext/zlib/tests/gzfile_basic2.phpt [new file with mode: 0644]
ext/zlib/tests/gzfile_variation12.phpt [new file with mode: 0644]
ext/zlib/tests/gzfile_variation15.phpt [new file with mode: 0644]
ext/zlib/tests/gzfile_variation4.phpt [new file with mode: 0644]
ext/zlib/tests/gzfile_variation5.phpt [new file with mode: 0644]
ext/zlib/tests/gzfile_variation7.phpt [new file with mode: 0644]
ext/zlib/tests/gzfile_variation9.phpt [new file with mode: 0644]
ext/zlib/tests/gzfilegzreadfile.phpt [new file with mode: 0644]
ext/zlib/tests/gzgetc_basic.phpt [new file with mode: 0644]
ext/zlib/tests/gzgetc_basic_1.phpt [new file with mode: 0644]
ext/zlib/tests/gzgets_basic.phpt [new file with mode: 0644]
ext/zlib/tests/gzgetss.gz [new file with mode: 0644]
ext/zlib/tests/gzinflate-bug42663.phpt [new file with mode: 0644]
ext/zlib/tests/gzinflate_error1.phpt [new file with mode: 0644]
ext/zlib/tests/gzinflate_length.phpt [new file with mode: 0644]
ext/zlib/tests/gzopen_basic.phpt [new file with mode: 0644]
ext/zlib/tests/gzopen_basic2.phpt [new file with mode: 0644]
ext/zlib/tests/gzopen_include_path.inc [new file with mode: 0644]
ext/zlib/tests/gzopen_variation4.phpt [new file with mode: 0644]
ext/zlib/tests/gzopen_variation5.phpt [new file with mode: 0644]
ext/zlib/tests/gzopen_variation6.phpt [new file with mode: 0644]
ext/zlib/tests/gzopen_variation7.phpt [new file with mode: 0644]
ext/zlib/tests/gzopen_variation8.phpt [new file with mode: 0644]
ext/zlib/tests/gzopen_variation9.phpt [new file with mode: 0644]
ext/zlib/tests/gzpassthru_basic.phpt [new file with mode: 0644]
ext/zlib/tests/gzputs_basic.phpt [new file with mode: 0644]
ext/zlib/tests/gzread_basic.phpt [new file with mode: 0644]
ext/zlib/tests/gzread_error2.phpt [new file with mode: 0644]
ext/zlib/tests/gzread_variation1.phpt [new file with mode: 0644]
ext/zlib/tests/gzreadgzwrite.phpt [new file with mode: 0644]
ext/zlib/tests/gzreadgzwriteplain.phpt [new file with mode: 0644]
ext/zlib/tests/gzrewind_basic.phpt [new file with mode: 0644]
ext/zlib/tests/gzrewind_basic2.phpt [new file with mode: 0644]
ext/zlib/tests/gzrewind_variation1.phpt [new file with mode: 0644]
ext/zlib/tests/gzseek_basic.phpt [new file with mode: 0644]
ext/zlib/tests/gzseek_basic2.phpt [new file with mode: 0644]
ext/zlib/tests/gzseek_variation1.phpt [new file with mode: 0644]
ext/zlib/tests/gzseek_variation2.phpt [new file with mode: 0644]
ext/zlib/tests/gzseek_variation3.phpt [new file with mode: 0644]
ext/zlib/tests/gzseek_variation4.phpt [new file with mode: 0644]
ext/zlib/tests/gzseek_variation5.phpt [new file with mode: 0644]
ext/zlib/tests/gzseek_variation6.phpt [new file with mode: 0644]
ext/zlib/tests/gzseek_variation7.phpt [new file with mode: 0644]
ext/zlib/tests/gztell_basic.phpt [new file with mode: 0644]
ext/zlib/tests/gztell_basic2.phpt [new file with mode: 0644]
ext/zlib/tests/gzuncompress_basic1.phpt [new file with mode: 0644]
ext/zlib/tests/gzuncompress_error1.phpt [new file with mode: 0644]
ext/zlib/tests/gzwrite_basic.phpt [new file with mode: 0644]
ext/zlib/tests/gzwrite_error2.phpt [new file with mode: 0644]
ext/zlib/tests/gzwrite_variation1.phpt [new file with mode: 0644]
ext/zlib/tests/inflate_add_basic.phpt [new file with mode: 0644]
ext/zlib/tests/inflate_add_error.phpt [new file with mode: 0644]
ext/zlib/tests/inflate_get_read_len.phpt [new file with mode: 0644]
ext/zlib/tests/inflate_get_status.phpt [new file with mode: 0644]
ext/zlib/tests/inflate_init_error.phpt [new file with mode: 0644]
ext/zlib/tests/inflate_init_reuse.phpt [new file with mode: 0644]
ext/zlib/tests/ob_001.phpt [new file with mode: 0644]
ext/zlib/tests/ob_002.phpt [new file with mode: 0644]
ext/zlib/tests/ob_003.phpt [new file with mode: 0644]
ext/zlib/tests/ob_004.phpt [new file with mode: 0644]
ext/zlib/tests/ob_005.phpt [new file with mode: 0644]
ext/zlib/tests/ob_gzhandler_legacy_002.phpt [new file with mode: 0644]
ext/zlib/tests/readgzfile_basic.phpt [new file with mode: 0644]
ext/zlib/tests/readgzfile_basic2.phpt [new file with mode: 0644]
ext/zlib/tests/readgzfile_variation12.phpt [new file with mode: 0644]
ext/zlib/tests/readgzfile_variation15.phpt [new file with mode: 0644]
ext/zlib/tests/readgzfile_variation4.phpt [new file with mode: 0644]
ext/zlib/tests/readgzfile_variation5.phpt [new file with mode: 0644]
ext/zlib/tests/readgzfile_variation7.phpt [new file with mode: 0644]
ext/zlib/tests/readgzfile_variation9.phpt [new file with mode: 0644]
ext/zlib/tests/reading_include_path.inc [new file with mode: 0644]
ext/zlib/tests/zlib_filter_deflate.phpt [new file with mode: 0644]
ext/zlib/tests/zlib_filter_deflate2.phpt [new file with mode: 0644]
ext/zlib/tests/zlib_filter_inflate.phpt [new file with mode: 0644]
ext/zlib/tests/zlib_filter_inflate2.phpt [new file with mode: 0644]
ext/zlib/tests/zlib_get_coding_type_basic.phpt [new file with mode: 0644]
ext/zlib/tests/zlib_get_coding_type_br.phpt [new file with mode: 0644]
ext/zlib/tests/zlib_get_coding_type_deflate.phpt [new file with mode: 0644]
ext/zlib/tests/zlib_get_coding_type_gzip.phpt [new file with mode: 0644]
ext/zlib/tests/zlib_scheme_copy_basic.phpt [new file with mode: 0644]
ext/zlib/tests/zlib_scheme_copy_variation1.phpt [new file with mode: 0644]
ext/zlib/tests/zlib_scheme_copy_variation2.phpt [new file with mode: 0644]
ext/zlib/tests/zlib_scheme_dir_basic.phpt [new file with mode: 0644]
ext/zlib/tests/zlib_scheme_file_basic.phpt [new file with mode: 0644]
ext/zlib/tests/zlib_scheme_file_get_contents_basic.phpt [new file with mode: 0644]
ext/zlib/tests/zlib_scheme_file_put_contents_basic.phpt [new file with mode: 0644]
ext/zlib/tests/zlib_scheme_file_read_file_basic.phpt [new file with mode: 0644]
ext/zlib/tests/zlib_scheme_fopen_basic.phpt [new file with mode: 0644]
ext/zlib/tests/zlib_scheme_fopen_variation1.phpt [new file with mode: 0644]
ext/zlib/tests/zlib_scheme_rename_basic.phpt [new file with mode: 0644]
ext/zlib/tests/zlib_scheme_stat_basic.phpt [new file with mode: 0644]
ext/zlib/tests/zlib_scheme_stat_basic2.phpt [new file with mode: 0644]
ext/zlib/tests/zlib_scheme_unlink_basic.phpt [new file with mode: 0644]
ext/zlib/tests/zlib_wrapper_fflush_basic.phpt [new file with mode: 0644]
ext/zlib/tests/zlib_wrapper_flock_basic.phpt [new file with mode: 0644]
ext/zlib/tests/zlib_wrapper_fstat_basic.phpt [new file with mode: 0644]
ext/zlib/tests/zlib_wrapper_ftruncate_basic.phpt [new file with mode: 0644]
ext/zlib/tests/zlib_wrapper_level.phpt [new file with mode: 0644]
ext/zlib/tests/zlib_wrapper_meta_data_basic.phpt [new file with mode: 0644]
ext/zlib/zlib.c [new file with mode: 0644]
ext/zlib/zlib.stub.php [new file with mode: 0644]
ext/zlib/zlib_arginfo.h [new file with mode: 0644]
ext/zlib/zlib_filter.c [new file with mode: 0644]
ext/zlib/zlib_fopen_wrapper.c [new file with mode: 0644]
main/SAPI.c [new file with mode: 0644]
main/SAPI.h [new file with mode: 0644]
main/build-defs.h.in [new file with mode: 0644]
main/explicit_bzero.c [new file with mode: 0644]
main/fastcgi.c [new file with mode: 0644]
main/fastcgi.h [new file with mode: 0644]
main/fopen_wrappers.c [new file with mode: 0644]
main/fopen_wrappers.h [new file with mode: 0644]
main/getopt.c [new file with mode: 0644]
main/http_status_codes.h [new file with mode: 0644]
main/internal_functions.c.in [new file with mode: 0644]
main/internal_functions_win32.c [new file with mode: 0644]
main/main.c [new file with mode: 0644]
main/network.c [new file with mode: 0644]
main/output.c [new file with mode: 0644]
main/php.h [new file with mode: 0644]
main/php_compat.h [new file with mode: 0644]
main/php_config.h.in [new file with mode: 0644]
main/php_content_types.c [new file with mode: 0644]
main/php_content_types.h [new file with mode: 0644]
main/php_getopt.h [new file with mode: 0644]
main/php_globals.h [new file with mode: 0644]
main/php_ini.c [new file with mode: 0644]
main/php_ini.h [new file with mode: 0644]
main/php_ini_builder.c [new file with mode: 0644]
main/php_ini_builder.h [new file with mode: 0644]
main/php_main.h [new file with mode: 0644]
main/php_memory_streams.h [new file with mode: 0644]
main/php_network.h [new file with mode: 0644]
main/php_odbc_utils.c [new file with mode: 0644]
main/php_odbc_utils.h [new file with mode: 0644]
main/php_open_temporary_file.c [new file with mode: 0644]
main/php_open_temporary_file.h [new file with mode: 0644]
main/php_output.h [new file with mode: 0644]
main/php_reentrancy.h [new file with mode: 0644]
main/php_scandir.c [new file with mode: 0644]
main/php_scandir.h [new file with mode: 0644]
main/php_streams.h [new file with mode: 0644]
main/php_syslog.c [new file with mode: 0644]
main/php_syslog.h [new file with mode: 0644]
main/php_ticks.c [new file with mode: 0644]
main/php_ticks.h [new file with mode: 0644]
main/php_variables.c [new file with mode: 0644]
main/php_variables.h [new file with mode: 0644]
main/php_version.h [new file with mode: 0644]
main/reentrancy.c [new file with mode: 0644]
main/rfc1867.c [new file with mode: 0644]
main/rfc1867.h [new file with mode: 0644]
main/safe_bcmp.c [new file with mode: 0644]
main/snprintf.c [new file with mode: 0644]
main/snprintf.h [new file with mode: 0644]
main/spprintf.c [new file with mode: 0644]
main/spprintf.h [new file with mode: 0644]
main/streams/cast.c [new file with mode: 0644]
main/streams/filter.c [new file with mode: 0644]
main/streams/glob_wrapper.c [new file with mode: 0644]
main/streams/memory.c [new file with mode: 0644]
main/streams/mmap.c [new file with mode: 0644]
main/streams/php_stream_context.h [new file with mode: 0644]
main/streams/php_stream_filter_api.h [new file with mode: 0644]
main/streams/php_stream_glob_wrapper.h [new file with mode: 0644]
main/streams/php_stream_mmap.h [new file with mode: 0644]
main/streams/php_stream_plain_wrapper.h [new file with mode: 0644]
main/streams/php_stream_transport.h [new file with mode: 0644]
main/streams/php_stream_userspace.h [new file with mode: 0644]
main/streams/php_streams_int.h [new file with mode: 0644]
main/streams/plain_wrapper.c [new file with mode: 0644]
main/streams/streams.c [new file with mode: 0644]
main/streams/transports.c [new file with mode: 0644]
main/streams/userspace.c [new file with mode: 0644]
main/streams/xp_socket.c [new file with mode: 0644]
main/strlcat.c [new file with mode: 0644]
main/strlcpy.c [new file with mode: 0644]
pear/Makefile.frag [new file with mode: 0644]
pear/fetch.php [new file with mode: 0644]
pear/install-pear-nozlib.phar [new file with mode: 0644]
pear/install-pear.txt [new file with mode: 0644]
php.ini-development [new file with mode: 0644]
php.ini-production [new file with mode: 0644]
run-tests.php [new file with mode: 0755]
sapi/apache2handler/CREDITS [new file with mode: 0644]
sapi/apache2handler/apache_config.c [new file with mode: 0644]
sapi/apache2handler/config.m4 [new file with mode: 0644]
sapi/apache2handler/config.w32 [new file with mode: 0644]
sapi/apache2handler/mod_php.c [new file with mode: 0644]
sapi/apache2handler/php.sym [new file with mode: 0644]
sapi/apache2handler/php_apache.h [new file with mode: 0644]
sapi/apache2handler/php_functions.c [new file with mode: 0644]
sapi/apache2handler/php_functions.stub.php [new file with mode: 0644]
sapi/apache2handler/php_functions_arginfo.h [new file with mode: 0644]
sapi/apache2handler/sapi_apache2.c [new file with mode: 0644]
sapi/cgi/CREDITS [new file with mode: 0644]
sapi/cgi/Makefile.frag [new file with mode: 0644]
sapi/cgi/cgi_main.c [new file with mode: 0644]
sapi/cgi/cgi_main.stub.php [new file with mode: 0644]
sapi/cgi/cgi_main_arginfo.h [new file with mode: 0644]
sapi/cgi/config.w32 [new file with mode: 0644]
sapi/cgi/config9.m4 [new file with mode: 0644]
sapi/cgi/php-cgi.1.in [new file with mode: 0644]
sapi/cgi/php.sym [new file with mode: 0644]
sapi/cgi/tests/001.phpt [new file with mode: 0644]
sapi/cgi/tests/002.phpt [new file with mode: 0644]
sapi/cgi/tests/003.phpt [new file with mode: 0644]
sapi/cgi/tests/004.phpt [new file with mode: 0644]
sapi/cgi/tests/005.phpt [new file with mode: 0644]
sapi/cgi/tests/006.phpt [new file with mode: 0644]
sapi/cgi/tests/007.phpt [new file with mode: 0644]
sapi/cgi/tests/008.phpt [new file with mode: 0644]
sapi/cgi/tests/009.phpt [new file with mode: 0644]
sapi/cgi/tests/010.phpt [new file with mode: 0644]
sapi/cgi/tests/011.phpt [new file with mode: 0644]
sapi/cgi/tests/apache_request_headers.phpt [new file with mode: 0644]
sapi/cgi/tests/apache_response_headers.phpt [new file with mode: 0644]
sapi/cgi/tests/bug60677.phpt [new file with mode: 0644]
sapi/cgi/tests/bug61605.phpt [new file with mode: 0644]
sapi/cgi/tests/bug69487.phpt [new file with mode: 0644]
sapi/cgi/tests/bug75574_utf8.phpt [new file with mode: 0644]
sapi/cgi/tests/bug78323.phpt [new file with mode: 0644]
sapi/cgi/tests/bug80849-cgi.phpt [new file with mode: 0644]
sapi/cgi/tests/bug81518a.phpt [new file with mode: 0644]
sapi/cgi/tests/bug81518b.phpt [new file with mode: 0644]
sapi/cgi/tests/include.inc [new file with mode: 0644]
sapi/cgi/tests/skipif.inc [new file with mode: 0644]
sapi/cli/CREDITS [new file with mode: 0644]
sapi/cli/Makefile.frag [new file with mode: 0644]
sapi/cli/cli.h [new file with mode: 0644]
sapi/cli/cli_win32.c [new file with mode: 0644]
sapi/cli/config.m4 [new file with mode: 0644]
sapi/cli/config.w32 [new file with mode: 0644]
sapi/cli/generate_mime_type_map.php [new file with mode: 0755]
sapi/cli/mime_type_map.h [new file with mode: 0644]
sapi/cli/php.1.in [new file with mode: 0644]
sapi/cli/php_cli.c [new file with mode: 0644]
sapi/cli/php_cli_process_title.c [new file with mode: 0644]
sapi/cli/php_cli_process_title.h [new file with mode: 0644]
sapi/cli/php_cli_process_title.stub.php [new file with mode: 0644]
sapi/cli/php_cli_process_title_arginfo.h [new file with mode: 0644]
sapi/cli/php_cli_server.c [new file with mode: 0644]
sapi/cli/php_cli_server.h [new file with mode: 0644]
sapi/cli/php_cli_server.stub.php [new file with mode: 0644]
sapi/cli/php_cli_server_arginfo.h [new file with mode: 0644]
sapi/cli/php_http_parser.c [new file with mode: 0644]
sapi/cli/php_http_parser.h [new file with mode: 0644]
sapi/cli/ps_title.c [new file with mode: 0644]
sapi/cli/ps_title.h [new file with mode: 0644]
sapi/cli/tests/001.phpt [new file with mode: 0644]
sapi/cli/tests/002-unix.phpt [new file with mode: 0644]
sapi/cli/tests/002.phpt [new file with mode: 0644]
sapi/cli/tests/003-2.phpt [new file with mode: 0644]
sapi/cli/tests/003.phpt [new file with mode: 0644]
sapi/cli/tests/004.phpt [new file with mode: 0644]
sapi/cli/tests/005.phpt [new file with mode: 0644]
sapi/cli/tests/006.phpt [new file with mode: 0644]
sapi/cli/tests/007.phpt [new file with mode: 0644]
sapi/cli/tests/008.phpt [new file with mode: 0644]
sapi/cli/tests/009.phpt [new file with mode: 0644]
sapi/cli/tests/010-2.phpt [new file with mode: 0644]
sapi/cli/tests/010.phpt [new file with mode: 0644]
sapi/cli/tests/011.phpt [new file with mode: 0644]
sapi/cli/tests/012-2.phpt [new file with mode: 0644]
sapi/cli/tests/012.phpt [new file with mode: 0644]
sapi/cli/tests/013.phpt [new file with mode: 0644]
sapi/cli/tests/014.phpt [new file with mode: 0644]
sapi/cli/tests/015.phpt [new file with mode: 0644]
sapi/cli/tests/016.phpt [new file with mode: 0644]
sapi/cli/tests/017.phpt [new file with mode: 0644]
sapi/cli/tests/018.phpt [new file with mode: 0644]
sapi/cli/tests/019.phpt [new file with mode: 0644]
sapi/cli/tests/020.phpt [new file with mode: 0644]
sapi/cli/tests/021.phpt [new file with mode: 0644]
sapi/cli/tests/022.inc [new file with mode: 0644]
sapi/cli/tests/022.phpt [new file with mode: 0644]
sapi/cli/tests/023.phpt [new file with mode: 0644]
sapi/cli/tests/argv_mb.phpt [new file with mode: 0644]
sapi/cli/tests/argv_mb_bug77111.phpt [new file with mode: 0644]
sapi/cli/tests/bug43177.phpt [new file with mode: 0644]
sapi/cli/tests/bug44564.phpt [new file with mode: 0644]
sapi/cli/tests/bug61546.phpt [new file with mode: 0644]
sapi/cli/tests/bug61679.phpt [new file with mode: 0644]
sapi/cli/tests/bug61977.phpt [new file with mode: 0644]
sapi/cli/tests/bug62294.inc [new file with mode: 0644]
sapi/cli/tests/bug62294.phpt [new file with mode: 0644]
sapi/cli/tests/bug64529.phpt [new file with mode: 0644]
sapi/cli/tests/bug64544.phpt [new file with mode: 0644]
sapi/cli/tests/bug64878.phpt [new file with mode: 0644]
sapi/cli/tests/bug65066_100.phpt [new file with mode: 0644]
sapi/cli/tests/bug65066_422.phpt [new file with mode: 0644]
sapi/cli/tests/bug65066_511.phpt [new file with mode: 0644]
sapi/cli/tests/bug65275.inc [new file with mode: 0644]
sapi/cli/tests/bug65275.phpt [new file with mode: 0644]
sapi/cli/tests/bug65633.phpt [new file with mode: 0644]
sapi/cli/tests/bug66606_1.phpt [new file with mode: 0644]
sapi/cli/tests/bug66606_2.phpt [new file with mode: 0644]
sapi/cli/tests/bug66830.phpt [new file with mode: 0644]
sapi/cli/tests/bug67429_1.phpt [new file with mode: 0644]
sapi/cli/tests/bug67429_2.phpt [new file with mode: 0644]
sapi/cli/tests/bug67741.phpt [new file with mode: 0644]
sapi/cli/tests/bug67741_stub.inc [new file with mode: 0644]
sapi/cli/tests/bug68291.phpt [new file with mode: 0644]
sapi/cli/tests/bug68745.phpt [new file with mode: 0644]
sapi/cli/tests/bug69655.phpt [new file with mode: 0644]
sapi/cli/tests/bug69953.phpt [new file with mode: 0644]
sapi/cli/tests/bug70006.phpt [new file with mode: 0644]
sapi/cli/tests/bug70264.phpt [new file with mode: 0644]
sapi/cli/tests/bug70470.phpt [new file with mode: 0644]
sapi/cli/tests/bug71005.phpt [new file with mode: 0644]
sapi/cli/tests/bug71624.phpt [new file with mode: 0644]
sapi/cli/tests/bug73630.phpt [new file with mode: 0644]
sapi/cli/tests/bug73630a.phpt [new file with mode: 0644]
sapi/cli/tests/bug74600.phpt [new file with mode: 0644]
sapi/cli/tests/bug77561.inc [new file with mode: 0644]
sapi/cli/tests/bug77561.phpt [new file with mode: 0644]
sapi/cli/tests/bug78323.phpt [new file with mode: 0644]
sapi/cli/tests/bug81305.phpt [new file with mode: 0644]
sapi/cli/tests/cli_get_process_title_basic.phpt [new file with mode: 0644]
sapi/cli/tests/cli_process_title_unix.phpt [new file with mode: 0644]
sapi/cli/tests/cli_process_title_windows.phpt [new file with mode: 0644]
sapi/cli/tests/cli_server_persistent_string001.phpt [new file with mode: 0644]
sapi/cli/tests/cli_server_persistent_string002.phpt [new file with mode: 0644]
sapi/cli/tests/cli_set_process_title_basic.phpt [new file with mode: 0644]
sapi/cli/tests/emptyheader.phpt [new file with mode: 0644]
sapi/cli/tests/ext_loading.phpt [new file with mode: 0644]
sapi/cli/tests/gh8827-001.phpt [new file with mode: 0644]
sapi/cli/tests/gh8827-002.phpt [new file with mode: 0644]
sapi/cli/tests/gh8827-003.phpt [new file with mode: 0644]
sapi/cli/tests/php_cli_server.inc [new file with mode: 0644]
sapi/cli/tests/php_cli_server_001.phpt [new file with mode: 0644]
sapi/cli/tests/php_cli_server_002.phpt [new file with mode: 0644]
sapi/cli/tests/php_cli_server_003.phpt [new file with mode: 0644]
sapi/cli/tests/php_cli_server_004.phpt [new file with mode: 0644]
sapi/cli/tests/php_cli_server_005.phpt [new file with mode: 0644]
sapi/cli/tests/php_cli_server_006.phpt [new file with mode: 0644]
sapi/cli/tests/php_cli_server_007.phpt [new file with mode: 0644]
sapi/cli/tests/php_cli_server_008.phpt [new file with mode: 0644]
sapi/cli/tests/php_cli_server_009.phpt [new file with mode: 0644]
sapi/cli/tests/php_cli_server_010.phpt [new file with mode: 0644]
sapi/cli/tests/php_cli_server_012.phpt [new file with mode: 0644]
sapi/cli/tests/php_cli_server_013.phpt [new file with mode: 0644]
sapi/cli/tests/php_cli_server_014.phpt [new file with mode: 0644]
sapi/cli/tests/php_cli_server_015.phpt [new file with mode: 0644]
sapi/cli/tests/php_cli_server_016.phpt [new file with mode: 0644]
sapi/cli/tests/php_cli_server_017.phpt [new file with mode: 0644]
sapi/cli/tests/php_cli_server_018.phpt [new file with mode: 0644]
sapi/cli/tests/php_cli_server_019.phpt [new file with mode: 0644]
sapi/cli/tests/php_cli_server_020.phpt [new file with mode: 0644]
sapi/cli/tests/php_cli_server_021.phpt [new file with mode: 0644]
sapi/cli/tests/php_cli_server_022.phpt [new file with mode: 0644]
sapi/cli/tests/sapi_windows_set_ctrl_handler.phpt [new file with mode: 0644]
sapi/cli/tests/skipif.inc [new file with mode: 0644]
sapi/cli/tests/std_streams.phpt [new file with mode: 0644]
sapi/cli/tests/upload_2G.phpt [new file with mode: 0644]
sapi/embed/CREDITS [new file with mode: 0644]
sapi/embed/EXPERIMENTAL [new file with mode: 0644]
sapi/embed/README.md [new file with mode: 0644]
sapi/embed/config.m4 [new file with mode: 0644]
sapi/embed/config.w32 [new file with mode: 0644]
sapi/embed/php_embed.c [new file with mode: 0644]
sapi/embed/php_embed.h [new file with mode: 0644]
sapi/fpm/CREDITS [new file with mode: 0644]
sapi/fpm/LICENSE [new file with mode: 0644]
sapi/fpm/Makefile.frag [new file with mode: 0644]
sapi/fpm/config.m4 [new file with mode: 0644]
sapi/fpm/fpm/events/devpoll.c [new file with mode: 0644]
sapi/fpm/fpm/events/devpoll.h [new file with mode: 0644]
sapi/fpm/fpm/events/epoll.c [new file with mode: 0644]
sapi/fpm/fpm/events/epoll.h [new file with mode: 0644]
sapi/fpm/fpm/events/kqueue.c [new file with mode: 0644]
sapi/fpm/fpm/events/kqueue.h [new file with mode: 0644]
sapi/fpm/fpm/events/poll.c [new file with mode: 0644]
sapi/fpm/fpm/events/poll.h [new file with mode: 0644]
sapi/fpm/fpm/events/port.c [new file with mode: 0644]
sapi/fpm/fpm/events/port.h [new file with mode: 0644]
sapi/fpm/fpm/events/select.c [new file with mode: 0644]
sapi/fpm/fpm/events/select.h [new file with mode: 0644]
sapi/fpm/fpm/fpm.c [new file with mode: 0644]
sapi/fpm/fpm/fpm.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_arrays.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_atomic.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_children.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_children.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_cleanup.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_cleanup.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_clock.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_clock.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_conf.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_conf.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_config.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_env.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_env.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_events.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_events.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_log.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_log.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_main.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_main.stub.php [new file with mode: 0644]
sapi/fpm/fpm/fpm_main_arginfo.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_php.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_php.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_php_trace.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_php_trace.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_process_ctl.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_process_ctl.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_request.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_request.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_scoreboard.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_scoreboard.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_shm.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_shm.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_signals.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_signals.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_sockets.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_sockets.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_status.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_status.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_stdio.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_stdio.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_str.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_systemd.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_systemd.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_trace.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_trace.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_trace_mach.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_trace_pread.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_trace_ptrace.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_unix.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_unix.h [new file with mode: 0644]
sapi/fpm/fpm/fpm_worker_pool.c [new file with mode: 0644]
sapi/fpm/fpm/fpm_worker_pool.h [new file with mode: 0644]
sapi/fpm/fpm/zlog.c [new file with mode: 0644]
sapi/fpm/fpm/zlog.h [new file with mode: 0644]
sapi/fpm/init.d.php-fpm.in [new file with mode: 0644]
sapi/fpm/php-fpm.8.in [new file with mode: 0644]
sapi/fpm/php-fpm.conf.in [new file with mode: 0644]
sapi/fpm/php-fpm.service.in [new file with mode: 0644]
sapi/fpm/status.html.in [new file with mode: 0644]
sapi/fpm/tests/CONFLICTS [new file with mode: 0644]
sapi/fpm/tests/bug64539-status-json-encoding.phpt [new file with mode: 0644]
sapi/fpm/tests/bug68207-fastcgi-error-header-sent.phpt [new file with mode: 0644]
sapi/fpm/tests/bug68381-log-level-warning.phpt [new file with mode: 0644]
sapi/fpm/tests/bug68391-conf-include-order.phpt [new file with mode: 0644]
sapi/fpm/tests/bug68420-ipv4-all-addresses.phpt [new file with mode: 0644]
sapi/fpm/tests/bug68421-ipv6-access-log.phpt [new file with mode: 0644]
sapi/fpm/tests/bug68423-multi-pool-all-pms.phpt [new file with mode: 0644]
sapi/fpm/tests/bug68428-ipv6-allowed-clients.phpt [new file with mode: 0644]
sapi/fpm/tests/bug68442-signal-reload.phpt [new file with mode: 0644]
sapi/fpm/tests/bug68458-pm-no-start-server.phpt [new file with mode: 0644]
sapi/fpm/tests/bug68591-conf-test-group.phpt [new file with mode: 0644]
sapi/fpm/tests/bug68591-conf-test-listen-group.phpt [new file with mode: 0644]
sapi/fpm/tests/bug68591-conf-test-listen-owner.phpt [new file with mode: 0644]
sapi/fpm/tests/bug68591-conf-test-user.phpt [new file with mode: 0644]
sapi/fpm/tests/bug69625-no-script-filename.phpt [new file with mode: 0644]
sapi/fpm/tests/bug72185-fcgi-empty-frame.phpt [new file with mode: 0644]
sapi/fpm/tests/bug72573-http-proxy.phpt [new file with mode: 0644]
sapi/fpm/tests/bug73342-nonblocking-stdio.phpt [new file with mode: 0644]
sapi/fpm/tests/bug74083-concurrent-reload.phpt [new file with mode: 0644]
sapi/fpm/tests/bug75212-php-value-in-user-ini.phpt [new file with mode: 0644]
sapi/fpm/tests/bug76601-reload-child-signals.phpt [new file with mode: 0644]
sapi/fpm/tests/bug77023-pm-dynamic-blocking-sigquit.phpt [new file with mode: 0644]
sapi/fpm/tests/bug77106-fcgi-missing-nl.phpt [new file with mode: 0644]
sapi/fpm/tests/bug77780-header-sent-error.phpt [new file with mode: 0644]
sapi/fpm/tests/bug77934-reload-process-control.phpt [new file with mode: 0644]
sapi/fpm/tests/bug78323.phpt [new file with mode: 0644]
sapi/fpm/tests/bug78599-path-info-underflow.phpt [new file with mode: 0644]
sapi/fpm/tests/bug80024-socket-reduced-inherit.phpt [new file with mode: 0644]
sapi/fpm/tests/bug80669-uid-user-groups.phpt [new file with mode: 0644]
sapi/fpm/tests/bug80849-fpm.phpt [new file with mode: 0644]
sapi/fpm/tests/config-array-validation-php-value-key.phpt [new file with mode: 0644]
sapi/fpm/tests/config-array-validation-suppress-path-key-2.phpt [new file with mode: 0644]
sapi/fpm/tests/config-array-validation-suppress-path-key.phpt [new file with mode: 0644]
sapi/fpm/tests/config-array-validation-suppress-path-starts-slash.phpt [new file with mode: 0644]
sapi/fpm/tests/config-array.phpt [new file with mode: 0644]
sapi/fpm/tests/fastcgi_finish_request_basic.phpt [new file with mode: 0644]
sapi/fpm/tests/fcgi-env-nopif-apache-handler-with-pi-with-pt-pd.phpt [new file with mode: 0644]
sapi/fpm/tests/fcgi-env-nopif-custom-with-pi-with-pt-pd.phpt [new file with mode: 0644]
sapi/fpm/tests/fcgi-env-nopif-custom-with-pi-with-pt.phpt [new file with mode: 0644]
sapi/fpm/tests/fcgi-env-nopif-custom-with-pi-without-pt.phpt [new file with mode: 0644]
sapi/fpm/tests/fcgi-env-nopif-custom-without-pi-with-pt.phpt [new file with mode: 0644]
sapi/fpm/tests/fcgi-env-nopif-custom-without-pi-without-pt.phpt [new file with mode: 0644]
sapi/fpm/tests/fcgi-env-nopif-custom-without-sf-with-pt.phpt [new file with mode: 0644]
sapi/fpm/tests/fcgi-env-pif-apache-balancer-legacy.phpt [new file with mode: 0644]
sapi/fpm/tests/fcgi-env-pif-apache-balancer-real.phpt [new file with mode: 0644]
sapi/fpm/tests/fcgi-env-pif-apache-handler-uds.phpt [new file with mode: 0644]
sapi/fpm/tests/fcgi-env-pif-apache-handler-with-pi.phpt [new file with mode: 0644]
sapi/fpm/tests/fcgi-env-pif-apache-handler-with-query.phpt [new file with mode: 0644]
sapi/fpm/tests/fcgi-env-pif-apache-handler-without-docroot.phpt [new file with mode: 0644]
sapi/fpm/tests/fcgi-env-pif-apache-pp-sn-strip-basic.phpt [new file with mode: 0644]
sapi/fpm/tests/fcgi-env-pif-apache-pp-sn-strip-encoded.phpt [new file with mode: 0644]
sapi/fpm/tests/fcgi-env-pif-apache-pp-sn-strip-invalid.phpt [new file with mode: 0644]
sapi/fpm/tests/fcgi.inc [new file with mode: 0644]
sapi/fpm/tests/fpm_get_status_basic.phpt [new file with mode: 0644]
sapi/fpm/tests/getallheaders.phpt [new file with mode: 0644]
sapi/fpm/tests/gh8646.phpt [new file with mode: 0644]
sapi/fpm/tests/gh8885-stderr-fd-reload-usr1.phpt [new file with mode: 0644]
sapi/fpm/tests/gh8885-stderr-fd-reload-usr2.phpt [new file with mode: 0644]
sapi/fpm/tests/gh9754-daemonized-stderr-close.phpt [new file with mode: 0644]
sapi/fpm/tests/gh9981-fastcgi-error-header-reset.phpt [new file with mode: 0644]
sapi/fpm/tests/ghsa-54hq-v5wp-fqgv-max-body-parts-custom.phpt [new file with mode: 0644]
sapi/fpm/tests/ghsa-54hq-v5wp-fqgv-max-body-parts-default.phpt [new file with mode: 0644]
sapi/fpm/tests/ghsa-54hq-v5wp-fqgv-max-file-uploads.phpt [new file with mode: 0644]
sapi/fpm/tests/log-bm-in-shutdown-fn.phpt [new file with mode: 0644]
sapi/fpm/tests/log-bm-limit-1024-msg-80.phpt [new file with mode: 0644]
sapi/fpm/tests/log-bm-limit-2048-msg-4000.phpt [new file with mode: 0644]
sapi/fpm/tests/log-bwd-limit-1050-msg-2048.phpt [new file with mode: 0644]
sapi/fpm/tests/log-bwd-limit-1050-msg-2900.phpt [new file with mode: 0644]
sapi/fpm/tests/log-bwd-limit-64-too-low-error.phpt [new file with mode: 0644]
sapi/fpm/tests/log-bwd-limit-8000-msg-4096.phpt [new file with mode: 0644]
sapi/fpm/tests/log-bwd-msg-with-nl.phpt [new file with mode: 0644]
sapi/fpm/tests/log-bwd-multiple-msgs-stdout-stderr.phpt [new file with mode: 0644]
sapi/fpm/tests/log-bwd-multiple-msgs.phpt [new file with mode: 0644]
sapi/fpm/tests/log-bwp-limit-1024-msg-120.phpt [new file with mode: 0644]
sapi/fpm/tests/log-bwp-limit-1500-msg-3300.phpt [new file with mode: 0644]
sapi/fpm/tests/log-bwp-msg-flush-split-fallback.phpt [new file with mode: 0644]
sapi/fpm/tests/log-bwp-msg-flush-split-real.phpt [new file with mode: 0644]
sapi/fpm/tests/log-bwp-realloc-buffer.phpt [new file with mode: 0644]
sapi/fpm/tests/log-dwd-limit-1050-msg-2048.phpt [new file with mode: 0644]
sapi/fpm/tests/log-dwd-limit-1050-msg-2900.phpt [new file with mode: 0644]
sapi/fpm/tests/log-dwd-limit-8000-msg-4096.phpt [new file with mode: 0644]
sapi/fpm/tests/log-dwp-limit-1000-msg-2000.phpt [new file with mode: 0644]
sapi/fpm/tests/log-invalid-port.phpt [new file with mode: 0644]
sapi/fpm/tests/log-suppress-output-request-body.phpt [new file with mode: 0644]
sapi/fpm/tests/log-suppress-output.phpt [new file with mode: 0644]
sapi/fpm/tests/logreader.inc [new file with mode: 0644]
sapi/fpm/tests/logtool.inc [new file with mode: 0644]
sapi/fpm/tests/main-global-prefix.phpt [new file with mode: 0644]
sapi/fpm/tests/main-version.phpt [new file with mode: 0644]
sapi/fpm/tests/php-admin-doc-root.phpt [new file with mode: 0644]
sapi/fpm/tests/pm-max-spawn-rate-config.phpt [new file with mode: 0644]
sapi/fpm/tests/pm-max-spawn-rate-run.phpt [new file with mode: 0644]
sapi/fpm/tests/pool-apparmor-basic.phpt [new file with mode: 0644]
sapi/fpm/tests/pool-prefix.phpt [new file with mode: 0644]
sapi/fpm/tests/proc-idle-timeout.phpt [new file with mode: 0644]
sapi/fpm/tests/proc-no-start-server.phpt [new file with mode: 0644]
sapi/fpm/tests/proc-user-ignored.phpt [new file with mode: 0644]
sapi/fpm/tests/reload-uses-sigkill-as-last-measure.phpt [new file with mode: 0644]
sapi/fpm/tests/response.inc [new file with mode: 0644]
sapi/fpm/tests/setsofib.phpt [new file with mode: 0644]
sapi/fpm/tests/skipif.inc [new file with mode: 0644]
sapi/fpm/tests/socket-invalid-allowed-clients.phpt [new file with mode: 0644]
sapi/fpm/tests/socket-ipv4-allowed-clients.phpt [new file with mode: 0644]
sapi/fpm/tests/socket-ipv4-basic.phpt [new file with mode: 0644]
sapi/fpm/tests/socket-ipv4-fallback.phpt [new file with mode: 0644]
sapi/fpm/tests/socket-ipv6-any.phpt [new file with mode: 0644]
sapi/fpm/tests/socket-ipv6-basic.phpt [new file with mode: 0644]
sapi/fpm/tests/socket-uds-acl.phpt [new file with mode: 0644]
sapi/fpm/tests/socket-uds-basic.phpt [new file with mode: 0644]
sapi/fpm/tests/socket-uds-numeric-ugid-nonroot.phpt [new file with mode: 0644]
sapi/fpm/tests/socket-uds-numeric-ugid.phpt [new file with mode: 0644]
sapi/fpm/tests/status-basic.phpt [new file with mode: 0644]
sapi/fpm/tests/status-listen.phpt [new file with mode: 0644]
sapi/fpm/tests/status.inc [new file with mode: 0644]
sapi/fpm/tests/tester.inc [new file with mode: 0644]
sapi/fpm/www.conf.in [new file with mode: 0644]
sapi/fuzzer/Makefile.frag [new file with mode: 0644]
sapi/fuzzer/README.md [new file with mode: 0644]
sapi/fuzzer/config.m4 [new file with mode: 0644]
sapi/fuzzer/corpus/exif/bug34704.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/bug34704_2.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/bug48378.jpeg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/bug54002_1.jpeg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/bug54002_2.jpeg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/bug62523_1.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/bug62523_3.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/bug68113.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/bug68113_2.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/bug68799.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/bug72094_1.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/bug72094_2.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/bug72094_3.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/bug72094_4.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/bug72603.jpeg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/bug72618.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/bug72627.tiff [new file with mode: 0644]
sapi/fuzzer/corpus/exif/bug73737.tiff [new file with mode: 0644]
sapi/fuzzer/corpus/exif/bug76130_1.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/bug76130_2.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/bug76423.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/bug76557.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/bug77540.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/bug77563.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/bug77753.tiff [new file with mode: 0644]
sapi/fuzzer/corpus/exif/bug77831.tiff [new file with mode: 0644]
sapi/fuzzer/corpus/exif/bug77950.tiff [new file with mode: 0644]
sapi/fuzzer/corpus/exif/bug77988.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/duplicate_copyright_tag_leak.tiff [new file with mode: 0644]
sapi/fuzzer/corpus/exif/exif_encoding_crash.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/image007.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/image008.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/image009.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/image010.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/image011.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/image012.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/image013.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/image014.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/image015.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/image016.tiff [new file with mode: 0644]
sapi/fuzzer/corpus/exif/image017.tiff [new file with mode: 0644]
sapi/fuzzer/corpus/exif/image018.tiff [new file with mode: 0644]
sapi/fuzzer/corpus/exif/image020.tiff [new file with mode: 0644]
sapi/fuzzer/corpus/exif/image021.tiff [new file with mode: 0644]
sapi/fuzzer/corpus/exif/image022.tiff [new file with mode: 0644]
sapi/fuzzer/corpus/exif/image023.tiff [new file with mode: 0644]
sapi/fuzzer/corpus/exif/image024.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/image025.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/image026.tiff [new file with mode: 0644]
sapi/fuzzer/corpus/exif/image027.tiff [new file with mode: 0644]
sapi/fuzzer/corpus/exif/tag_with_illegal_zero_components.jpeg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/temporary_buffer_leak.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/test1.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/test2.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/test22.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/test3.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/test4.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/test5.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/test6.jpg [new file with mode: 0644]
sapi/fuzzer/corpus/exif/zero_length_makernote_leak.tiff [new file with mode: 0644]
sapi/fuzzer/corpus/json/1.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/10.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/11.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/12.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/13.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/14.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/15.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/16.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/17.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/18.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/19.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/2.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/3.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/4.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/5.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/6.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/7.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/8.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/9.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/fail1.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/fail10.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/fail11.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/fail12.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/fail13.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/fail14.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/fail15.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/fail16.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/fail17.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/fail18.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/fail19.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/fail2.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/fail20.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/fail21.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/fail22.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/fail23.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/fail24.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/fail25.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/fail26.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/fail27.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/fail28.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/fail29.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/fail3.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/fail30.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/fail31.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/fail32.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/fail33.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/fail4.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/fail5.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/fail6.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/fail7.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/fail8.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/fail9.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/pass1.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/pass2.json [new file with mode: 0644]
sapi/fuzzer/corpus/json/pass3.json [new file with mode: 0644]
sapi/fuzzer/corpus/unserialize/__serialize_007 [new file with mode: 0644]
sapi/fuzzer/corpus/unserialize/bug7131 [new file with mode: 0644]
sapi/fuzzer/corpus/unserialize/bug71313 [new file with mode: 0644]
sapi/fuzzer/corpus/unserialize/bug73144_1 [new file with mode: 0644]
sapi/fuzzer/corpus/unserialize/bug73144_2 [new file with mode: 0644]
sapi/fuzzer/corpus/unserialize/bug73825 [new file with mode: 0644]
sapi/fuzzer/corpus/unserialize/bug74101 [new file with mode: 0644]
sapi/fuzzer/corpus/unserialize/bug74103 [new file with mode: 0644]
sapi/fuzzer/corpus/unserialize/bug74111 [new file with mode: 0644]
sapi/fuzzer/corpus/unserialize/bug74614 [new file with mode: 0644]
sapi/fuzzer/corpus/unserialize/bug75054 [new file with mode: 0644]
sapi/fuzzer/corpus/unserialize/int_min_iv [new file with mode: 0644]
sapi/fuzzer/corpus/unserialize/leak_17628 [new file with mode: 0644]
sapi/fuzzer/corpus/unserialize/leak_17639 [new file with mode: 0644]
sapi/fuzzer/corpus/unserialize/leak_17646 [new file with mode: 0644]
sapi/fuzzer/corpus/unserialize/oss_fuzz_27628 [new file with mode: 0644]
sapi/fuzzer/corpus/unserialize/oss_fuzz_27876 [new file with mode: 0644]
sapi/fuzzer/corpus/unserialize/oss_fuzz_27978 [new file with mode: 0644]
sapi/fuzzer/corpus/unserialize/splobjectstorage_negative_count [new file with mode: 0644]
sapi/fuzzer/dict/parser [new file with mode: 0644]
sapi/fuzzer/fuzzer-execute-common.h [new file with mode: 0644]
sapi/fuzzer/fuzzer-execute.c [new file with mode: 0644]
sapi/fuzzer/fuzzer-exif.c [new file with mode: 0644]
sapi/fuzzer/fuzzer-function-jit.c [new file with mode: 0644]
sapi/fuzzer/fuzzer-json.c [new file with mode: 0644]
sapi/fuzzer/fuzzer-mbregex.c [new file with mode: 0644]
sapi/fuzzer/fuzzer-mbstring.c [new file with mode: 0644]
sapi/fuzzer/fuzzer-parser.c [new file with mode: 0644]
sapi/fuzzer/fuzzer-sapi.c [new file with mode: 0644]
sapi/fuzzer/fuzzer-sapi.h [new file with mode: 0644]
sapi/fuzzer/fuzzer-tracing-jit.c [new file with mode: 0644]
sapi/fuzzer/fuzzer-unserialize.c [new file with mode: 0644]
sapi/fuzzer/fuzzer-unserializehash.c [new file with mode: 0644]
sapi/fuzzer/fuzzer.h [new file with mode: 0644]
sapi/fuzzer/generate_all.php [new file with mode: 0644]
sapi/fuzzer/generate_corpus_util.php [new file with mode: 0644]
sapi/fuzzer/generate_execute_corpus.php [new file with mode: 0644]
sapi/fuzzer/generate_mbstring_dict.php [new file with mode: 0644]
sapi/fuzzer/generate_parser_corpus.php [new file with mode: 0644]
sapi/fuzzer/generate_unserialize_dict.php [new file with mode: 0644]
sapi/fuzzer/generate_unserializehash_corpus.php [new file with mode: 0644]
sapi/fuzzer/json.dict [new file with mode: 0644]
sapi/litespeed/CREDITS [new file with mode: 0644]
sapi/litespeed/Makefile.frag [new file with mode: 0644]
sapi/litespeed/README.md [new file with mode: 0644]
sapi/litespeed/config.m4 [new file with mode: 0644]
sapi/litespeed/lsapi_main.c [new file with mode: 0644]
sapi/litespeed/lsapi_main.stub.php [new file with mode: 0644]
sapi/litespeed/lsapi_main_arginfo.h [new file with mode: 0644]
sapi/litespeed/lsapidef.h [new file with mode: 0644]
sapi/litespeed/lsapilib.c [new file with mode: 0644]
sapi/litespeed/lsapilib.h [new file with mode: 0644]
sapi/litespeed/lscriu.c [new file with mode: 0644]
sapi/litespeed/lscriu.h [new file with mode: 0644]
sapi/phpdbg/.gdbinit [new file with mode: 0644]
sapi/phpdbg/.phpdbginit [new file with mode: 0644]
sapi/phpdbg/CREDITS [new file with mode: 0644]
sapi/phpdbg/Makefile.frag [new file with mode: 0644]
sapi/phpdbg/config.m4 [new file with mode: 0644]
sapi/phpdbg/config.w32 [new file with mode: 0644]
sapi/phpdbg/create-test.php [new file with mode: 0755]
sapi/phpdbg/phpdbg.1.in [new file with mode: 0644]
sapi/phpdbg/phpdbg.c [new file with mode: 0644]
sapi/phpdbg/phpdbg.h [new file with mode: 0644]
sapi/phpdbg/phpdbg.init.d [new file with mode: 0755]
sapi/phpdbg/phpdbg.stub.php [new file with mode: 0644]
sapi/phpdbg/phpdbg_arginfo.h [new file with mode: 0644]
sapi/phpdbg/phpdbg_bp.c [new file with mode: 0644]
sapi/phpdbg/phpdbg_bp.h [new file with mode: 0644]
sapi/phpdbg/phpdbg_break.c [new file with mode: 0644]
sapi/phpdbg/phpdbg_break.h [new file with mode: 0644]
sapi/phpdbg/phpdbg_btree.c [new file with mode: 0644]
sapi/phpdbg/phpdbg_btree.h [new file with mode: 0644]
sapi/phpdbg/phpdbg_cmd.c [new file with mode: 0644]
sapi/phpdbg/phpdbg_cmd.h [new file with mode: 0644]
sapi/phpdbg/phpdbg_frame.c [new file with mode: 0644]
sapi/phpdbg/phpdbg_frame.h [new file with mode: 0644]
sapi/phpdbg/phpdbg_help.c [new file with mode: 0644]
sapi/phpdbg/phpdbg_help.h [new file with mode: 0644]
sapi/phpdbg/phpdbg_info.c [new file with mode: 0644]
sapi/phpdbg/phpdbg_info.h [new file with mode: 0644]
sapi/phpdbg/phpdbg_io.c [new file with mode: 0644]
sapi/phpdbg/phpdbg_io.h [new file with mode: 0644]
sapi/phpdbg/phpdbg_lexer.c [new file with mode: 0644]
sapi/phpdbg/phpdbg_lexer.h [new file with mode: 0644]
sapi/phpdbg/phpdbg_lexer.l [new file with mode: 0644]
sapi/phpdbg/phpdbg_list.c [new file with mode: 0644]
sapi/phpdbg/phpdbg_list.h [new file with mode: 0644]
sapi/phpdbg/phpdbg_out.c [new file with mode: 0644]
sapi/phpdbg/phpdbg_out.h [new file with mode: 0644]
sapi/phpdbg/phpdbg_parser.c [new file with mode: 0644]
sapi/phpdbg/phpdbg_parser.h [new file with mode: 0644]
sapi/phpdbg/phpdbg_parser.output [new file with mode: 0644]
sapi/phpdbg/phpdbg_parser.y [new file with mode: 0644]
sapi/phpdbg/phpdbg_print.c [new file with mode: 0644]
sapi/phpdbg/phpdbg_print.h [new file with mode: 0644]
sapi/phpdbg/phpdbg_prompt.c [new file with mode: 0644]
sapi/phpdbg/phpdbg_prompt.h [new file with mode: 0644]
sapi/phpdbg/phpdbg_set.c [new file with mode: 0644]
sapi/phpdbg/phpdbg_set.h [new file with mode: 0644]
sapi/phpdbg/phpdbg_sigsafe.c [new file with mode: 0644]
sapi/phpdbg/phpdbg_sigsafe.h [new file with mode: 0644]
sapi/phpdbg/phpdbg_utils.c [new file with mode: 0644]
sapi/phpdbg/phpdbg_utils.h [new file with mode: 0644]
sapi/phpdbg/phpdbg_watch.c [new file with mode: 0644]
sapi/phpdbg/phpdbg_watch.h [new file with mode: 0644]
sapi/phpdbg/phpdbg_win.c [new file with mode: 0644]
sapi/phpdbg/phpdbg_win.h [new file with mode: 0644]
sapi/phpdbg/test.php [new file with mode: 0644]
sapi/phpdbg/tests/basic_run.phpt [new file with mode: 0644]
sapi/phpdbg/tests/breakpoints_001.phpt [new file with mode: 0644]
sapi/phpdbg/tests/breakpoints_002.phpt [new file with mode: 0644]
sapi/phpdbg/tests/breakpoints_003.phpt [new file with mode: 0644]
sapi/phpdbg/tests/breakpoints_004.phpt [new file with mode: 0644]
sapi/phpdbg/tests/breakpoints_005.phpt [new file with mode: 0644]
sapi/phpdbg/tests/breakpoints_006.phpt [new file with mode: 0644]
sapi/phpdbg/tests/breakpoints_007.phpt [new file with mode: 0644]
sapi/phpdbg/tests/breakpoints_008.phpt [new file with mode: 0644]
sapi/phpdbg/tests/breakpoints_009.phpt [new file with mode: 0644]
sapi/phpdbg/tests/bug73615.phpt [new file with mode: 0644]
sapi/phpdbg/tests/bug73615/.phpdbginit [new file with mode: 0644]
sapi/phpdbg/tests/bug73704.phpt [new file with mode: 0644]
sapi/phpdbg/tests/bug73794.phpt [new file with mode: 0644]
sapi/phpdbg/tests/bug73927.phpt [new file with mode: 0644]
sapi/phpdbg/tests/bug76801.phpt [new file with mode: 0644]
sapi/phpdbg/tests/bug78297.phpt [new file with mode: 0644]
sapi/phpdbg/tests/bug81135.phpt [new file with mode: 0644]
sapi/phpdbg/tests/clean_001.phpt [new file with mode: 0644]
sapi/phpdbg/tests/clear_001.phpt [new file with mode: 0644]
sapi/phpdbg/tests/delimiter.phpt [new file with mode: 0644]
sapi/phpdbg/tests/empty.inc [new file with mode: 0644]
sapi/phpdbg/tests/exceptions_001.phpt [new file with mode: 0644]
sapi/phpdbg/tests/exceptions_002.phpt [new file with mode: 0644]
sapi/phpdbg/tests/exceptions_003.phpt [new file with mode: 0644]
sapi/phpdbg/tests/finish_leave_001.phpt [new file with mode: 0644]
sapi/phpdbg/tests/generator_run.phpt [new file with mode: 0644]
sapi/phpdbg/tests/gh10715.phpt [new file with mode: 0644]
sapi/phpdbg/tests/include.inc [new file with mode: 0644]
sapi/phpdbg/tests/include_once_001.phpt [new file with mode: 0644]
sapi/phpdbg/tests/include_once_002.phpt [new file with mode: 0644]
sapi/phpdbg/tests/info_001.phpt [new file with mode: 0644]
sapi/phpdbg/tests/info_002.phpt [new file with mode: 0644]
sapi/phpdbg/tests/match_breakpoints_001.phpt [new file with mode: 0644]
sapi/phpdbg/tests/match_breakpoints_002.phpt [new file with mode: 0644]
sapi/phpdbg/tests/match_breakpoints_003.phpt [new file with mode: 0644]
sapi/phpdbg/tests/match_breakpoints_004.phpt [new file with mode: 0644]
sapi/phpdbg/tests/next_001.phpt [new file with mode: 0644]
sapi/phpdbg/tests/normal_exit.phpt [new file with mode: 0644]
sapi/phpdbg/tests/phpdbg_break_next.phpt [new file with mode: 0644]
sapi/phpdbg/tests/phpdbg_get_executable_stream_wrapper.inc [new file with mode: 0644]
sapi/phpdbg/tests/phpdbg_get_executable_stream_wrapper.phpt [new file with mode: 0644]
sapi/phpdbg/tests/phpdbg_oplog_001.phpt [new file with mode: 0644]
sapi/phpdbg/tests/phpdbg_oplog_002.phpt [new file with mode: 0644]
sapi/phpdbg/tests/print_001.phpt [new file with mode: 0644]
sapi/phpdbg/tests/print_002.phpt [new file with mode: 0644]
sapi/phpdbg/tests/run_001.phpt [new file with mode: 0644]
sapi/phpdbg/tests/run_002.phpt [new file with mode: 0644]
sapi/phpdbg/tests/set_exception_handler.phpt [new file with mode: 0644]
sapi/phpdbg/tests/stdin_001.phpt [new file with mode: 0644]
sapi/phpdbg/tests/stepping_001.phpt [new file with mode: 0644]
sapi/phpdbg/tests/watch_001.phpt [new file with mode: 0644]
sapi/phpdbg/tests/watch_002.phpt [new file with mode: 0644]
sapi/phpdbg/tests/watch_003.phpt [new file with mode: 0644]
sapi/phpdbg/tests/watch_004.phpt [new file with mode: 0644]
sapi/phpdbg/tests/watch_005.phpt [new file with mode: 0644]
sapi/phpdbg/tests/watch_006.phpt [new file with mode: 0644]
sapi/phpdbg/tests/watch_007.phpt [new file with mode: 0644]
sapi/phpdbg/web-bootstrap.php [new file with mode: 0644]
scripts/Makefile.frag [new file with mode: 0644]
scripts/dev/bless_tests.php [new file with mode: 0755]
scripts/dev/check_parameters.php [new file with mode: 0755]
scripts/dev/credits [new file with mode: 0755]
scripts/dev/find_tested.php [new file with mode: 0755]
scripts/dev/gen_verify_stub [new file with mode: 0755]
scripts/dev/genfiles [new file with mode: 0755]
scripts/dev/makedist [new file with mode: 0755]
scripts/dev/search_underscores.php [new file with mode: 0755]
scripts/dev/tidy.php [new file with mode: 0644]
scripts/man1/php-config.1.in [new file with mode: 0644]
scripts/man1/phpize.1.in [new file with mode: 0644]
scripts/php-config.in [new file with mode: 0644]
scripts/phpize.in [new file with mode: 0644]
scripts/phpize.m4 [new file with mode: 0644]
tests/basic/001.phpt [new file with mode: 0644]
tests/basic/002.phpt [new file with mode: 0644]
tests/basic/003.phpt [new file with mode: 0644]
tests/basic/004.phpt [new file with mode: 0644]
tests/basic/005.phpt [new file with mode: 0644]
tests/basic/006.phpt [new file with mode: 0644]
tests/basic/007.phpt [new file with mode: 0644]
tests/basic/008.phpt [new file with mode: 0644]
tests/basic/009.phpt [new file with mode: 0644]
tests/basic/010.phpt [new file with mode: 0644]
tests/basic/011.phpt [new file with mode: 0644]
tests/basic/012.phpt [new file with mode: 0644]
tests/basic/013.phpt [new file with mode: 0644]
tests/basic/014.phpt [new file with mode: 0644]
tests/basic/015.phpt [new file with mode: 0644]
tests/basic/016.phpt [new file with mode: 0644]
tests/basic/017.phpt [new file with mode: 0644]
tests/basic/018.phpt [new file with mode: 0644]
tests/basic/019.phpt [new file with mode: 0644]
tests/basic/020.phpt [new file with mode: 0644]
tests/basic/021.phpt [new file with mode: 0644]
tests/basic/022.phpt [new file with mode: 0644]
tests/basic/023.phpt [new file with mode: 0644]
tests/basic/025.phpt [new file with mode: 0644]
tests/basic/028.phpt [new file with mode: 0644]
tests/basic/029.phpt [new file with mode: 0644]
tests/basic/030.phpt [new file with mode: 0644]
tests/basic/031.phpt [new file with mode: 0644]
tests/basic/032.phpt [new file with mode: 0644]
tests/basic/bug20539.phpt [new file with mode: 0644]
tests/basic/bug29971.phpt [new file with mode: 0644]
tests/basic/bug31875.phpt [new file with mode: 0644]
tests/basic/bug45986.phpt [new file with mode: 0644]
tests/basic/bug53180.phpt [new file with mode: 0644]
tests/basic/bug54514.phpt [new file with mode: 0644]
tests/basic/bug55500.phpt [new file with mode: 0644]
tests/basic/bug61000.phpt [new file with mode: 0644]
tests/basic/bug67198.phpt [new file with mode: 0644]
tests/basic/bug67988.phpt [new file with mode: 0644]
tests/basic/bug71273.phpt [new file with mode: 0644]
tests/basic/bug73969.inc [new file with mode: 0644]
tests/basic/bug73969.phpt [new file with mode: 0644]
tests/basic/bug78236.phpt [new file with mode: 0644]
tests/basic/bug78929.phpt [new file with mode: 0644]
tests/basic/bug79699.phpt [new file with mode: 0644]
tests/basic/bug80384.phpt [new file with mode: 0644]
tests/basic/consistent_float_string_casts.phpt [new file with mode: 0644]
tests/basic/enable_post_data_reading_01.phpt [new file with mode: 0644]
tests/basic/enable_post_data_reading_02.phpt [new file with mode: 0644]
tests/basic/enable_post_data_reading_03.phpt [new file with mode: 0644]
tests/basic/enable_post_data_reading_04.phpt [new file with mode: 0644]
tests/basic/enable_post_data_reading_05.phpt [new file with mode: 0644]
tests/basic/enable_post_data_reading_06.phpt [new file with mode: 0644]
tests/basic/enable_post_data_reading_07.phpt [new file with mode: 0644]
tests/basic/encoding.phpt [new file with mode: 0644]
tests/basic/errorlog_permission.phpt [new file with mode: 0644]
tests/basic/gh7896.phpt [new file with mode: 0644]
tests/basic/header_register_callback.phpt [new file with mode: 0644]
tests/basic/header_register_callback_after_output.phpt [new file with mode: 0644]
tests/basic/ini_parse_quantity_basic.phpt [new file with mode: 0644]
tests/basic/ini_parse_quantity_warnings.phpt [new file with mode: 0644]
tests/basic/precision.phpt [new file with mode: 0644]
tests/basic/req44164.phpt [new file with mode: 0644]
tests/basic/req60524-win.phpt [new file with mode: 0644]
tests/basic/req60524.phpt [new file with mode: 0644]
tests/basic/rfc1867_anonymous_upload.phpt [new file with mode: 0644]
tests/basic/rfc1867_array_upload.phpt [new file with mode: 0644]
tests/basic/rfc1867_boundary_1.phpt [new file with mode: 0644]
tests/basic/rfc1867_boundary_2.phpt [new file with mode: 0644]
tests/basic/rfc1867_empty_upload.phpt [new file with mode: 0644]
tests/basic/rfc1867_file_upload_disabled.phpt [new file with mode: 0644]
tests/basic/rfc1867_garbled_mime_headers.phpt [new file with mode: 0644]
tests/basic/rfc1867_invalid_boundary.phpt [new file with mode: 0644]
tests/basic/rfc1867_malicious_input.phpt [new file with mode: 0644]
tests/basic/rfc1867_max_file_size.phpt [new file with mode: 0644]
tests/basic/rfc1867_max_file_uploads_empty_files.phpt [new file with mode: 0644]
tests/basic/rfc1867_missing_boundary.phpt [new file with mode: 0644]
tests/basic/rfc1867_missing_boundary_2.phpt [new file with mode: 0644]
tests/basic/rfc1867_multiple_webkitdirectory.phpt [new file with mode: 0644]
tests/basic/rfc1867_post_max_filesize.phpt [new file with mode: 0644]
tests/basic/rfc1867_post_max_size.phpt [new file with mode: 0644]
tests/basic/timeout_variation_0.phpt [new file with mode: 0644]
tests/basic/timeout_variation_1.phpt [new file with mode: 0644]
tests/basic/timeout_variation_10.phpt [new file with mode: 0644]
tests/basic/timeout_variation_2.phpt [new file with mode: 0644]
tests/basic/timeout_variation_4.phpt [new file with mode: 0644]
tests/basic/timeout_variation_7.phpt [new file with mode: 0644]
tests/basic/timeout_variation_8.phpt [new file with mode: 0644]
tests/basic/timeout_variation_9.phpt [new file with mode: 0644]
tests/classes/__call_001.phpt [new file with mode: 0644]
tests/classes/__call_002.phpt [new file with mode: 0644]
tests/classes/__call_003.phpt [new file with mode: 0644]
tests/classes/__call_004.phpt [new file with mode: 0644]
tests/classes/__call_005.phpt [new file with mode: 0644]
tests/classes/__call_006.phpt [new file with mode: 0644]
tests/classes/__set__get_001.phpt [new file with mode: 0644]
tests/classes/__set__get_002.phpt [new file with mode: 0644]
tests/classes/__set__get_003.phpt [new file with mode: 0644]
tests/classes/__set__get_004.phpt [new file with mode: 0644]
tests/classes/__set__get_005.phpt [new file with mode: 0644]
tests/classes/__set_data_corrupt.phpt [new file with mode: 0644]
tests/classes/abstract.phpt [new file with mode: 0644]
tests/classes/abstract_by_interface_001.phpt [new file with mode: 0644]
tests/classes/abstract_by_interface_002.phpt [new file with mode: 0644]
tests/classes/abstract_class.phpt [new file with mode: 0644]
tests/classes/abstract_derived.phpt [new file with mode: 0644]
tests/classes/abstract_final.phpt [new file with mode: 0644]
tests/classes/abstract_inherit.phpt [new file with mode: 0644]
tests/classes/abstract_not_declared.phpt [new file with mode: 0644]
tests/classes/abstract_redeclare.phpt [new file with mode: 0644]
tests/classes/abstract_static.phpt [new file with mode: 0644]
tests/classes/abstract_user_call.phpt [new file with mode: 0644]
tests/classes/array_access_001.phpt [new file with mode: 0644]
tests/classes/array_access_002.phpt [new file with mode: 0644]
tests/classes/array_access_003.phpt [new file with mode: 0644]
tests/classes/array_access_004.phpt [new file with mode: 0644]
tests/classes/array_access_005.phpt [new file with mode: 0644]
tests/classes/array_access_006.phpt [new file with mode: 0644]
tests/classes/array_access_007.phpt [new file with mode: 0644]
tests/classes/array_access_008.phpt [new file with mode: 0644]
tests/classes/array_access_009.phpt [new file with mode: 0644]
tests/classes/array_access_010.phpt [new file with mode: 0644]
tests/classes/array_access_011.phpt [new file with mode: 0644]
tests/classes/array_access_012.phpt [new file with mode: 0644]
tests/classes/array_access_013.phpt [new file with mode: 0644]
tests/classes/array_conversion_keys.phpt [new file with mode: 0644]
tests/classes/assign_op_property_001.phpt [new file with mode: 0644]
tests/classes/autoload_001.phpt [new file with mode: 0644]
tests/classes/autoload_002.phpt [new file with mode: 0644]
tests/classes/autoload_003.phpt [new file with mode: 0644]
tests/classes/autoload_004.phpt [new file with mode: 0644]
tests/classes/autoload_005.phpt [new file with mode: 0644]
tests/classes/autoload_006.phpt [new file with mode: 0644]
tests/classes/autoload_007.phpt [new file with mode: 0644]
tests/classes/autoload_008.phpt [new file with mode: 0644]
tests/classes/autoload_009.phpt [new file with mode: 0644]
tests/classes/autoload_010.phpt [new file with mode: 0644]
tests/classes/autoload_011.phpt [new file with mode: 0644]
tests/classes/autoload_012.phpt [new file with mode: 0644]
tests/classes/autoload_013.phpt [new file with mode: 0644]
tests/classes/autoload_014.phpt [new file with mode: 0644]
tests/classes/autoload_015.phpt [new file with mode: 0644]
tests/classes/autoload_016.phpt [new file with mode: 0644]
tests/classes/autoload_017.phpt [new file with mode: 0644]
tests/classes/autoload_018.phpt [new file with mode: 0644]
tests/classes/autoload_019.phpt [new file with mode: 0644]
tests/classes/autoload_020.phpt [new file with mode: 0644]
tests/classes/autoload_021.phpt [new file with mode: 0644]
tests/classes/autoload_derived.inc [new file with mode: 0644]
tests/classes/autoload_implements.inc [new file with mode: 0644]
tests/classes/autoload_interface.inc [new file with mode: 0644]
tests/classes/autoload_root.inc [new file with mode: 0644]
tests/classes/bug23951.phpt [new file with mode: 0644]
tests/classes/bug24399.phpt [new file with mode: 0644]
tests/classes/bug24445.phpt [new file with mode: 0644]
tests/classes/bug26737.phpt [new file with mode: 0644]
tests/classes/bug27468.phpt [new file with mode: 0644]
tests/classes/bug27504.phpt [new file with mode: 0644]
tests/classes/bug29446.phpt [new file with mode: 0644]
tests/classes/bug65768.phpt [new file with mode: 0644]
tests/classes/bug75765.phpt [new file with mode: 0644]
tests/classes/class_abstract.phpt [new file with mode: 0644]
tests/classes/class_example.phpt [new file with mode: 0644]
tests/classes/class_final.phpt [new file with mode: 0644]
tests/classes/class_stdclass.phpt [new file with mode: 0644]
tests/classes/clone_001.phpt [new file with mode: 0644]
tests/classes/clone_002.phpt [new file with mode: 0644]
tests/classes/clone_003.phpt [new file with mode: 0644]
tests/classes/clone_004.phpt [new file with mode: 0644]
tests/classes/clone_005.phpt [new file with mode: 0644]
tests/classes/clone_006.phpt [new file with mode: 0644]
tests/classes/constants_basic_001.phpt [new file with mode: 0644]
tests/classes/constants_basic_002.phpt [new file with mode: 0644]
tests/classes/constants_basic_003.inc [new file with mode: 0644]
tests/classes/constants_basic_003.phpt [new file with mode: 0644]
tests/classes/constants_basic_004.phpt [new file with mode: 0644]
tests/classes/constants_basic_005.phpt [new file with mode: 0644]
tests/classes/constants_basic_006.phpt [new file with mode: 0644]
tests/classes/constants_comments_001.phpt [new file with mode: 0644]
tests/classes/constants_error_001.phpt [new file with mode: 0644]
tests/classes/constants_error_002.phpt [new file with mode: 0644]
tests/classes/constants_error_003.phpt [new file with mode: 0644]
tests/classes/constants_error_004.phpt [new file with mode: 0644]
tests/classes/constants_error_005.phpt [new file with mode: 0644]
tests/classes/constants_error_006.phpt [new file with mode: 0644]
tests/classes/constants_error_007.phpt [new file with mode: 0644]
tests/classes/constants_scope_001.phpt [new file with mode: 0644]
tests/classes/constants_visibility_001.phpt [new file with mode: 0644]
tests/classes/constants_visibility_002.phpt [new file with mode: 0644]
tests/classes/constants_visibility_003.phpt [new file with mode: 0644]
tests/classes/constants_visibility_004.phpt [new file with mode: 0644]
tests/classes/constants_visibility_005.phpt [new file with mode: 0644]
tests/classes/constants_visibility_006.phpt [new file with mode: 0644]
tests/classes/constants_visibility_008.phpt [new file with mode: 0644]
tests/classes/constants_visibility_error_001.phpt [new file with mode: 0644]
tests/classes/constants_visibility_error_002.phpt [new file with mode: 0644]
tests/classes/constants_visibility_error_003.phpt [new file with mode: 0644]
tests/classes/constants_visibility_error_004.phpt [new file with mode: 0644]
tests/classes/ctor_dtor.phpt [new file with mode: 0644]
tests/classes/ctor_dtor_inheritance.phpt [new file with mode: 0644]
tests/classes/ctor_failure.phpt [new file with mode: 0644]
tests/classes/ctor_in_interface_01.phpt [new file with mode: 0644]
tests/classes/ctor_in_interface_02.phpt [new file with mode: 0644]
tests/classes/ctor_in_interface_03.phpt [new file with mode: 0644]
tests/classes/ctor_in_interface_04.phpt [new file with mode: 0644]
tests/classes/ctor_visibility.phpt [new file with mode: 0644]
tests/classes/dereferencing_001.phpt [new file with mode: 0644]
tests/classes/destructor_and_echo.phpt [new file with mode: 0644]
tests/classes/destructor_and_exceptions.phpt [new file with mode: 0644]
tests/classes/destructor_and_globals.phpt [new file with mode: 0644]
tests/classes/destructor_and_references.phpt [new file with mode: 0644]
tests/classes/destructor_inheritance.phpt [new file with mode: 0644]
tests/classes/destructor_visibility_001.phpt [new file with mode: 0644]
tests/classes/destructor_visibility_002.phpt [new file with mode: 0644]
tests/classes/destructor_visibility_003.phpt [new file with mode: 0644]
tests/classes/factory_001.phpt [new file with mode: 0644]
tests/classes/factory_and_singleton_001.phpt [new file with mode: 0644]
tests/classes/factory_and_singleton_002.phpt [new file with mode: 0644]
tests/classes/factory_and_singleton_003.phpt [new file with mode: 0644]
tests/classes/factory_and_singleton_004.phpt [new file with mode: 0644]
tests/classes/factory_and_singleton_005.phpt [new file with mode: 0644]
tests/classes/factory_and_singleton_006.phpt [new file with mode: 0644]
tests/classes/factory_and_singleton_007.phpt [new file with mode: 0644]
tests/classes/factory_and_singleton_008.phpt [new file with mode: 0644]
tests/classes/factory_and_singleton_009.phpt [new file with mode: 0644]
tests/classes/factory_and_singleton_010.phpt [new file with mode: 0644]
tests/classes/final.phpt [new file with mode: 0644]
tests/classes/final_abstract.phpt [new file with mode: 0644]
tests/classes/final_ctor1.phpt [new file with mode: 0644]
tests/classes/final_private_ctor.phpt [new file with mode: 0644]
tests/classes/final_redeclare.phpt [new file with mode: 0644]
tests/classes/incdec_property_001.phpt [new file with mode: 0644]
tests/classes/incdec_property_002.phpt [new file with mode: 0644]
tests/classes/incdec_property_003.phpt [new file with mode: 0644]
tests/classes/incdec_property_004.phpt [new file with mode: 0644]
tests/classes/inheritance.phpt [new file with mode: 0644]
tests/classes/inheritance_003.phpt [new file with mode: 0644]
tests/classes/inheritance_004.phpt [new file with mode: 0644]
tests/classes/inheritance_006.phpt [new file with mode: 0644]
tests/classes/inheritance_007.phpt [new file with mode: 0644]
tests/classes/inheritance_008.phpt [new file with mode: 0644]
tests/classes/inheritance_009.phpt [new file with mode: 0644]
tests/classes/interface_and_extends.phpt [new file with mode: 0644]
tests/classes/interface_class.phpt [new file with mode: 0644]
tests/classes/interface_constant_inheritance_001.phpt [new file with mode: 0644]
tests/classes/interface_constant_inheritance_004.phpt [new file with mode: 0644]
tests/classes/interface_constant_inheritance_005.phpt [new file with mode: 0644]
tests/classes/interface_constant_inheritance_006.phpt [new file with mode: 0644]
tests/classes/interface_constant_inheritance_007.phpt [new file with mode: 0644]
tests/classes/interface_doubled.phpt [new file with mode: 0644]
tests/classes/interface_implemented.phpt [new file with mode: 0644]
tests/classes/interface_instantiate.phpt [new file with mode: 0644]
tests/classes/interface_member.phpt [new file with mode: 0644]
tests/classes/interface_method.phpt [new file with mode: 0644]
tests/classes/interface_method_final.phpt [new file with mode: 0644]
tests/classes/interface_method_private.phpt [new file with mode: 0644]
tests/classes/interface_must_be_implemented.phpt [new file with mode: 0644]
tests/classes/interface_optional_arg.phpt [new file with mode: 0644]
tests/classes/interface_optional_arg_002.phpt [new file with mode: 0644]
tests/classes/interface_optional_arg_003.inc [new file with mode: 0644]
tests/classes/interface_optional_arg_003.phpt [new file with mode: 0644]
tests/classes/interfaces_001.phpt [new file with mode: 0644]
tests/classes/interfaces_002.phpt [new file with mode: 0644]
tests/classes/interfaces_003.phpt [new file with mode: 0644]
tests/classes/iterators_001.phpt [new file with mode: 0644]
tests/classes/iterators_002.phpt [new file with mode: 0644]
tests/classes/iterators_003.phpt [new file with mode: 0644]
tests/classes/iterators_004.phpt [new file with mode: 0644]
tests/classes/iterators_005.phpt [new file with mode: 0644]
tests/classes/iterators_006.phpt [new file with mode: 0644]
tests/classes/iterators_007.phpt [new file with mode: 0644]
tests/classes/iterators_008.phpt [new file with mode: 0644]
tests/classes/method_call_variation_001.phpt [new file with mode: 0644]
tests/classes/method_override_optional_arg_001.phpt [new file with mode: 0644]
tests/classes/method_override_optional_arg_002.phpt [new file with mode: 0644]
tests/classes/object_reference_001.phpt [new file with mode: 0644]
tests/classes/private_001.phpt [new file with mode: 0644]
tests/classes/private_002.phpt [new file with mode: 0644]
tests/classes/private_003.phpt [new file with mode: 0644]
tests/classes/private_003b.phpt [new file with mode: 0644]
tests/classes/private_004.phpt [new file with mode: 0644]
tests/classes/private_004b.phpt [new file with mode: 0644]
tests/classes/private_005.phpt [new file with mode: 0644]
tests/classes/private_006.phpt [new file with mode: 0644]
tests/classes/private_006b.phpt [new file with mode: 0644]
tests/classes/private_007.phpt [new file with mode: 0644]
tests/classes/private_007b.phpt [new file with mode: 0644]
tests/classes/private_members.phpt [new file with mode: 0644]
tests/classes/private_members_serialization.phpt [new file with mode: 0644]
tests/classes/private_redeclare.phpt [new file with mode: 0644]
tests/classes/property_override_privateStatic_private.phpt [new file with mode: 0644]
tests/classes/property_override_privateStatic_privateStatic.phpt [new file with mode: 0644]
tests/classes/property_override_privateStatic_protected.phpt [new file with mode: 0644]
tests/classes/property_override_privateStatic_protectedStatic.phpt [new file with mode: 0644]
tests/classes/property_override_privateStatic_public.phpt [new file with mode: 0644]
tests/classes/property_override_privateStatic_publicStatic.phpt [new file with mode: 0644]
tests/classes/property_override_private_private.phpt [new file with mode: 0644]
tests/classes/property_override_private_privateStatic.phpt [new file with mode: 0644]
tests/classes/property_override_private_protected.phpt [new file with mode: 0644]
tests/classes/property_override_private_protectedStatic.phpt [new file with mode: 0644]
tests/classes/property_override_private_public.phpt [new file with mode: 0644]
tests/classes/property_override_private_publicStatic.phpt [new file with mode: 0644]
tests/classes/property_override_protectedStatic_private.phpt [new file with mode: 0644]
tests/classes/property_override_protectedStatic_privateStatic.phpt [new file with mode: 0644]
tests/classes/property_override_protectedStatic_protected.phpt [new file with mode: 0644]
tests/classes/property_override_protectedStatic_protectedStatic.phpt [new file with mode: 0644]
tests/classes/property_override_protectedStatic_public.phpt [new file with mode: 0644]
tests/classes/property_override_protectedStatic_publicStatic.phpt [new file with mode: 0644]
tests/classes/property_override_protected_private.phpt [new file with mode: 0644]
tests/classes/property_override_protected_privateStatic.phpt [new file with mode: 0644]
tests/classes/property_override_protected_protected.phpt [new file with mode: 0644]
tests/classes/property_override_protected_protectedStatic.phpt [new file with mode: 0644]
tests/classes/property_override_protected_public.phpt [new file with mode: 0644]
tests/classes/property_override_protected_publicStatic.phpt [new file with mode: 0644]
tests/classes/property_override_publicStatic_private.phpt [new file with mode: 0644]
tests/classes/property_override_publicStatic_privateStatic.phpt [new file with mode: 0644]
tests/classes/property_override_publicStatic_protected.phpt [new file with mode: 0644]
tests/classes/property_override_publicStatic_protectedStatic.phpt [new file with mode: 0644]
tests/classes/property_override_publicStatic_public.phpt [new file with mode: 0644]
tests/classes/property_override_publicStatic_publicStatic.phpt [new file with mode: 0644]
tests/classes/property_override_public_private.phpt [new file with mode: 0644]
tests/classes/property_override_public_privateStatic.phpt [new file with mode: 0644]
tests/classes/property_override_public_protected.phpt [new file with mode: 0644]
tests/classes/property_override_public_protectedStatic.phpt [new file with mode: 0644]
tests/classes/property_override_public_public.phpt [new file with mode: 0644]
tests/classes/property_override_public_publicStatic.phpt [new file with mode: 0644]
tests/classes/property_recreate_private.phpt [new file with mode: 0644]
tests/classes/property_recreate_protected.phpt [new file with mode: 0644]
tests/classes/protected_001.phpt [new file with mode: 0644]
tests/classes/protected_001b.phpt [new file with mode: 0644]
tests/classes/protected_002.phpt [new file with mode: 0644]
tests/classes/serialize_001.phpt [new file with mode: 0644]
tests/classes/singleton_001.phpt [new file with mode: 0644]
tests/classes/static_mix_1.phpt [new file with mode: 0644]
tests/classes/static_mix_2.phpt [new file with mode: 0644]
tests/classes/static_properties_001.phpt [new file with mode: 0644]
tests/classes/static_properties_003.phpt [new file with mode: 0644]
tests/classes/static_properties_003_error1.phpt [new file with mode: 0644]
tests/classes/static_properties_003_error2.phpt [new file with mode: 0644]
tests/classes/static_properties_003_error3.phpt [new file with mode: 0644]
tests/classes/static_properties_003_error4.phpt [new file with mode: 0644]
tests/classes/static_properties_004.phpt [new file with mode: 0644]
tests/classes/static_properties_undeclared_assign.phpt [new file with mode: 0644]
tests/classes/static_properties_undeclared_assignInc.phpt [new file with mode: 0644]
tests/classes/static_properties_undeclared_assignRef.phpt [new file with mode: 0644]
tests/classes/static_properties_undeclared_inc.phpt [new file with mode: 0644]
tests/classes/static_properties_undeclared_isset.phpt [new file with mode: 0644]
tests/classes/static_properties_undeclared_read.phpt [new file with mode: 0644]
tests/classes/static_this.phpt [new file with mode: 0644]
tests/classes/this.phpt [new file with mode: 0644]
tests/classes/tostring_001.phpt [new file with mode: 0644]
tests/classes/tostring_002.phpt [new file with mode: 0644]
tests/classes/tostring_003.phpt [new file with mode: 0644]
tests/classes/tostring_004.phpt [new file with mode: 0644]
tests/classes/type_hinting_001.phpt [new file with mode: 0644]
tests/classes/type_hinting_002.phpt [new file with mode: 0644]
tests/classes/type_hinting_003.phpt [new file with mode: 0644]
tests/classes/type_hinting_004.phpt [new file with mode: 0644]
tests/classes/type_hinting_005a.phpt [new file with mode: 0644]
tests/classes/type_hinting_005c.phpt [new file with mode: 0644]
tests/classes/type_hinting_005d.phpt [new file with mode: 0644]
tests/classes/unset_properties.phpt [new file with mode: 0644]
tests/classes/visibility_000a.phpt [new file with mode: 0644]
tests/classes/visibility_000b.phpt [new file with mode: 0644]
tests/classes/visibility_000c.phpt [new file with mode: 0644]
tests/classes/visibility_001a.phpt [new file with mode: 0644]
tests/classes/visibility_001b.phpt [new file with mode: 0644]
tests/classes/visibility_001c.phpt [new file with mode: 0644]
tests/classes/visibility_002a.phpt [new file with mode: 0644]
tests/classes/visibility_002b.phpt [new file with mode: 0644]
tests/classes/visibility_002c.phpt [new file with mode: 0644]
tests/classes/visibility_003a.phpt [new file with mode: 0644]
tests/classes/visibility_003b.phpt [new file with mode: 0644]
tests/classes/visibility_003c.phpt [new file with mode: 0644]
tests/classes/visibility_004a.phpt [new file with mode: 0644]
tests/classes/visibility_004b.phpt [new file with mode: 0644]
tests/classes/visibility_004c.phpt [new file with mode: 0644]
tests/classes/visibility_005.phpt [new file with mode: 0644]
tests/func/001.phpt [new file with mode: 0644]
tests/func/002.phpt [new file with mode: 0644]
tests/func/003.phpt [new file with mode: 0644]
tests/func/004.phpt [new file with mode: 0644]
tests/func/005.phpt [new file with mode: 0644]
tests/func/005a.phpt [new file with mode: 0644]
tests/func/006.phpt [new file with mode: 0644]
tests/func/007.phpt [new file with mode: 0644]
tests/func/008.phpt [new file with mode: 0644]
tests/func/009.phpt [new file with mode: 0644]
tests/func/010.phpt [new file with mode: 0644]
tests/func/011.phpt [new file with mode: 0644]
tests/func/bug64523.phpt [new file with mode: 0644]
tests/func/ini_alter.phpt [new file with mode: 0644]
tests/lang/001.phpt [new file with mode: 0644]
tests/lang/002.phpt [new file with mode: 0644]
tests/lang/003.phpt [new file with mode: 0644]
tests/lang/004.phpt [new file with mode: 0644]
tests/lang/005.phpt [new file with mode: 0644]
tests/lang/006.phpt [new file with mode: 0644]
tests/lang/007.phpt [new file with mode: 0644]
tests/lang/008.phpt [new file with mode: 0644]
tests/lang/009.phpt [new file with mode: 0644]
tests/lang/010.phpt [new file with mode: 0644]
tests/lang/011.phpt [new file with mode: 0644]
tests/lang/012.phpt [new file with mode: 0644]
tests/lang/013.phpt [new file with mode: 0644]
tests/lang/014.phpt [new file with mode: 0644]
tests/lang/015.inc [new file with mode: 0644]
tests/lang/015.phpt [new file with mode: 0644]
tests/lang/016.inc [new file with mode: 0644]
tests/lang/016.phpt [new file with mode: 0644]
tests/lang/017.phpt [new file with mode: 0644]
tests/lang/018.phpt [new file with mode: 0644]
tests/lang/019.phpt [new file with mode: 0644]
tests/lang/020.phpt [new file with mode: 0644]
tests/lang/021.phpt [new file with mode: 0644]
tests/lang/022.phpt [new file with mode: 0644]
tests/lang/023-1.inc [new file with mode: 0644]
tests/lang/023-2.inc [new file with mode: 0644]
tests/lang/023.phpt [new file with mode: 0644]
tests/lang/024.phpt [new file with mode: 0644]
tests/lang/025.phpt [new file with mode: 0644]
tests/lang/026.phpt [new file with mode: 0644]
tests/lang/027.phpt [new file with mode: 0644]
tests/lang/028.phpt [new file with mode: 0644]
tests/lang/030.phpt [new file with mode: 0644]
tests/lang/032.phpt [new file with mode: 0644]
tests/lang/033.phpt [new file with mode: 0644]
tests/lang/034.phpt [new file with mode: 0644]
tests/lang/035.phpt [new file with mode: 0644]
tests/lang/036.phpt [new file with mode: 0644]
tests/lang/037.phpt [new file with mode: 0644]
tests/lang/038.phpt [new file with mode: 0644]
tests/lang/039.phpt [new file with mode: 0644]
tests/lang/040.phpt [new file with mode: 0644]
tests/lang/041.phpt [new file with mode: 0644]
tests/lang/042.phpt [new file with mode: 0644]
tests/lang/043.phpt [new file with mode: 0644]
tests/lang/044.phpt [new file with mode: 0644]
tests/lang/045.phpt [new file with mode: 0644]
tests/lang/array_shortcut_001.phpt [new file with mode: 0644]
tests/lang/array_shortcut_002.phpt [new file with mode: 0644]
tests/lang/array_shortcut_003.phpt [new file with mode: 0644]
tests/lang/array_shortcut_005.phpt [new file with mode: 0644]
tests/lang/bison1.phpt [new file with mode: 0644]
tests/lang/bug18872.phpt [new file with mode: 0644]
tests/lang/bug19566.phpt [new file with mode: 0644]
tests/lang/bug19943.phpt [new file with mode: 0644]
tests/lang/bug20175.phpt [new file with mode: 0644]
tests/lang/bug21094.phpt [new file with mode: 0644]
tests/lang/bug21600.phpt [new file with mode: 0644]
tests/lang/bug21669.phpt [new file with mode: 0644]
tests/lang/bug21820.phpt [new file with mode: 0644]
tests/lang/bug21849.phpt [new file with mode: 0644]
tests/lang/bug21961.phpt [new file with mode: 0644]
tests/lang/bug22231.phpt [new file with mode: 0644]
tests/lang/bug22510.phpt [new file with mode: 0644]
tests/lang/bug22592.phpt [new file with mode: 0644]
tests/lang/bug23279.phpt [new file with mode: 0644]
tests/lang/bug23384.phpt [new file with mode: 0644]
tests/lang/bug23489.phpt [new file with mode: 0644]
tests/lang/bug23524.phpt [new file with mode: 0644]
tests/lang/bug23584.phpt [new file with mode: 0644]
tests/lang/bug23624.phpt [new file with mode: 0644]
tests/lang/bug24054.phpt [new file with mode: 0644]
tests/lang/bug24396.phpt [new file with mode: 0644]
tests/lang/bug24436.phpt [new file with mode: 0644]
tests/lang/bug24499.phpt [new file with mode: 0644]
tests/lang/bug24573.phpt [new file with mode: 0644]
tests/lang/bug24640.phpt [new file with mode: 0644]
tests/lang/bug24652.phpt [new file with mode: 0644]
tests/lang/bug24658.phpt [new file with mode: 0644]
tests/lang/bug24783.phpt [new file with mode: 0644]
tests/lang/bug24908.phpt [new file with mode: 0644]
tests/lang/bug24951.phpt [new file with mode: 0644]
tests/lang/bug25145.phpt [new file with mode: 0644]
tests/lang/bug25547.phpt [new file with mode: 0644]
tests/lang/bug25652.phpt [new file with mode: 0644]
tests/lang/bug25922.phpt [new file with mode: 0644]
tests/lang/bug26182.phpt [new file with mode: 0644]
tests/lang/bug26696.phpt [new file with mode: 0644]
tests/lang/bug26866.phpt [new file with mode: 0644]
tests/lang/bug26869.phpt [new file with mode: 0644]
tests/lang/bug27354.phpt [new file with mode: 0644]
tests/lang/bug27439.phpt [new file with mode: 0644]
tests/lang/bug27443.phpt [new file with mode: 0644]
tests/lang/bug27535.phpt [new file with mode: 0644]
tests/lang/bug28213.phpt [new file with mode: 0644]
tests/lang/bug28800.phpt [new file with mode: 0644]
tests/lang/bug29566.phpt [new file with mode: 0644]
tests/lang/bug29893.phpt [new file with mode: 0644]
tests/lang/bug29944.phpt [new file with mode: 0644]
tests/lang/bug30578.phpt [new file with mode: 0644]
tests/lang/bug30638.phpt [new file with mode: 0644]
tests/lang/bug30726.phpt [new file with mode: 0644]
tests/lang/bug30862.phpt [new file with mode: 0644]
tests/lang/bug32828.phpt [new file with mode: 0644]
tests/lang/bug32924.phpt [new file with mode: 0644]
tests/lang/bug35176.phpt [new file with mode: 0644]
tests/lang/bug35382.phpt [new file with mode: 0644]
tests/lang/bug38579.inc [new file with mode: 0644]
tests/lang/bug38579.phpt [new file with mode: 0644]
tests/lang/bug43958.phpt [new file with mode: 0644]
tests/lang/bug44654.phpt [new file with mode: 0644]
tests/lang/bug44827.phpt [new file with mode: 0644]
tests/lang/bug45392.phpt [new file with mode: 0644]
tests/lang/bug55754.phpt [new file with mode: 0644]
tests/lang/bug71897.phpt [new file with mode: 0644]
tests/lang/bug73172.inc [new file with mode: 0644]
tests/lang/bug73172.phpt [new file with mode: 0644]
tests/lang/bug73329.phpt [new file with mode: 0644]
tests/lang/bug7515.phpt [new file with mode: 0644]
tests/lang/catchable_error_001.phpt [new file with mode: 0644]
tests/lang/catchable_error_002.phpt [new file with mode: 0644]
tests/lang/comments.phpt [new file with mode: 0644]
tests/lang/comments2.phpt [new file with mode: 0644]
tests/lang/compare_objects_basic1.phpt [new file with mode: 0644]
tests/lang/compare_objects_basic2.phpt [new file with mode: 0644]
tests/lang/constants/PHP_INT_32bit.phpt [new file with mode: 0644]
tests/lang/constants/PHP_INT_64bit.phpt [new file with mode: 0644]
tests/lang/empty_variation.phpt [new file with mode: 0644]
tests/lang/engine_assignExecutionOrder_001.phpt [new file with mode: 0644]
tests/lang/engine_assignExecutionOrder_002.phpt [new file with mode: 0644]
tests/lang/engine_assignExecutionOrder_003.phpt [new file with mode: 0644]
tests/lang/engine_assignExecutionOrder_004.phpt [new file with mode: 0644]
tests/lang/engine_assignExecutionOrder_005.phpt [new file with mode: 0644]
tests/lang/engine_assignExecutionOrder_006.phpt [new file with mode: 0644]
tests/lang/engine_assignExecutionOrder_007.phpt [new file with mode: 0644]
tests/lang/engine_assignExecutionOrder_008.phpt [new file with mode: 0644]
tests/lang/engine_assignExecutionOrder_009.phpt [new file with mode: 0644]
tests/lang/error_2_exception_001.phpt [new file with mode: 0644]
tests/lang/execution_order.phpt [new file with mode: 0644]
tests/lang/foreachLoop.001.phpt [new file with mode: 0644]
tests/lang/foreachLoop.002.phpt [new file with mode: 0644]
tests/lang/foreachLoop.003.phpt [new file with mode: 0644]
tests/lang/foreachLoop.004.phpt [new file with mode: 0644]
tests/lang/foreachLoop.005.phpt [new file with mode: 0644]
tests/lang/foreachLoop.006.phpt [new file with mode: 0644]
tests/lang/foreachLoop.009.phpt [new file with mode: 0644]
tests/lang/foreachLoop.010.phpt [new file with mode: 0644]
tests/lang/foreachLoop.011.phpt [new file with mode: 0644]
tests/lang/foreachLoop.012.phpt [new file with mode: 0644]
tests/lang/foreachLoop.013.phpt [new file with mode: 0644]
tests/lang/foreachLoop.014.phpt [new file with mode: 0644]
tests/lang/foreachLoop.015.phpt [new file with mode: 0644]
tests/lang/foreachLoop.016.phpt [new file with mode: 0644]
tests/lang/foreachLoop.017.phpt [new file with mode: 0644]
tests/lang/foreachLoopIterator.001.phpt [new file with mode: 0644]
tests/lang/foreachLoopIterator.002.phpt [new file with mode: 0644]
tests/lang/foreachLoopIteratorAggregate.001.phpt [new file with mode: 0644]
tests/lang/foreachLoopIteratorAggregate.002.phpt [new file with mode: 0644]
tests/lang/foreachLoopIteratorAggregate.003.phpt [new file with mode: 0644]
tests/lang/foreachLoopIteratorAggregate.004.phpt [new file with mode: 0644]
tests/lang/foreachLoopObjects.001.phpt [new file with mode: 0644]
tests/lang/foreachLoopObjects.002.phpt [new file with mode: 0644]
tests/lang/foreachLoopObjects.003.phpt [new file with mode: 0644]
tests/lang/foreachLoopObjects.004.phpt [new file with mode: 0644]
tests/lang/foreachLoopObjects.005.phpt [new file with mode: 0644]
tests/lang/foreachLoopObjects.006.phpt [new file with mode: 0644]
tests/lang/foreach_with_object_001.phpt [new file with mode: 0644]
tests/lang/foreach_with_references_001.phpt [new file with mode: 0644]
tests/lang/func_get_arg.001.phpt [new file with mode: 0644]
tests/lang/func_get_arg.002.phpt [new file with mode: 0644]
tests/lang/func_get_arg.003.phpt [new file with mode: 0644]
tests/lang/func_get_arg.004.phpt [new file with mode: 0644]
tests/lang/func_get_arg.005.phpt [new file with mode: 0644]
tests/lang/func_get_arg_variation.phpt [new file with mode: 0644]
tests/lang/func_get_args.001.phpt [new file with mode: 0644]
tests/lang/func_get_args.002.phpt [new file with mode: 0644]
tests/lang/func_get_args.003.phpt [new file with mode: 0644]
tests/lang/func_get_args.004.phpt [new file with mode: 0644]
tests/lang/func_num_args.001.phpt [new file with mode: 0644]
tests/lang/func_num_args.002.phpt [new file with mode: 0644]
tests/lang/func_num_args.003.phpt [new file with mode: 0644]
tests/lang/func_num_args.004.phpt [new file with mode: 0644]
tests/lang/inc.inc [new file with mode: 0644]
tests/lang/inc_throw.inc [new file with mode: 0644]
tests/lang/include_files/echo.inc [new file with mode: 0644]
tests/lang/include_files/eval.inc [new file with mode: 0644]
tests/lang/include_files/function.inc [new file with mode: 0644]
tests/lang/include_variation1.phpt [new file with mode: 0644]
tests/lang/include_variation2.phpt [new file with mode: 0644]
tests/lang/include_variation3.phpt [new file with mode: 0644]
tests/lang/integer_literals/binary_32bit.phpt [new file with mode: 0644]
tests/lang/integer_literals/binary_64bit.phpt [new file with mode: 0644]
tests/lang/integer_literals/hexadecimal_32bit.phpt [new file with mode: 0644]
tests/lang/integer_literals/hexadecimal_64bit.phpt [new file with mode: 0644]
tests/lang/integer_literals/octal_32bit.phpt [new file with mode: 0644]
tests/lang/integer_literals/octal_64bit.phpt [new file with mode: 0644]
tests/lang/invalid_octal.phpt [new file with mode: 0644]
tests/lang/operators/add_basiclong_64bit.phpt [new file with mode: 0644]
tests/lang/operators/add_variationStr.phpt [new file with mode: 0644]
tests/lang/operators/bitwiseAnd_basiclong_64bit.phpt [new file with mode: 0644]
tests/lang/operators/bitwiseAnd_variationStr.phpt [new file with mode: 0644]
tests/lang/operators/bitwiseNot_basiclong_64bit.phpt [new file with mode: 0644]
tests/lang/operators/bitwiseNot_variationStr.phpt [new file with mode: 0644]
tests/lang/operators/bitwiseOr_basiclong_64bit.phpt [new file with mode: 0644]
tests/lang/operators/bitwiseOr_variationStr.phpt [new file with mode: 0644]
tests/lang/operators/bitwiseShiftLeft_basiclong_64bit.phpt [new file with mode: 0644]
tests/lang/operators/bitwiseShiftLeft_variationStr.phpt [new file with mode: 0644]
tests/lang/operators/bitwiseShiftLeft_variationStr2.phpt [new file with mode: 0644]
tests/lang/operators/bitwiseShiftLeft_variationStr_64bit.phpt [new file with mode: 0644]
tests/lang/operators/bitwiseShiftRight_basiclong_64bit.phpt [new file with mode: 0644]
tests/lang/operators/bitwiseShiftRight_variationStr.phpt [new file with mode: 0644]
tests/lang/operators/bitwiseShiftRight_variationStr2.phpt [new file with mode: 0644]
tests/lang/operators/bitwiseXor_basiclong_64bit.phpt [new file with mode: 0644]
tests/lang/operators/bitwiseXor_variationStr.phpt [new file with mode: 0644]
tests/lang/operators/coalesce.phpt [new file with mode: 0644]
tests/lang/operators/divide_basiclong_64bit.phpt [new file with mode: 0644]
tests/lang/operators/divide_variationStr.phpt [new file with mode: 0644]
tests/lang/operators/modulus_basiclong_64bit.phpt [new file with mode: 0644]
tests/lang/operators/modulus_variationStr.phpt [new file with mode: 0644]
tests/lang/operators/multiply_basiclong_64bit.phpt [new file with mode: 0644]
tests/lang/operators/multiply_variationStr.phpt [new file with mode: 0644]
tests/lang/operators/nan-comparison-false.phpt [new file with mode: 0644]
tests/lang/operators/negate_basiclong_64bit.phpt [new file with mode: 0644]
tests/lang/operators/negate_variationStr.phpt [new file with mode: 0644]
tests/lang/operators/operator_equals_basic.phpt [new file with mode: 0644]
tests/lang/operators/operator_equals_variation.phpt [new file with mode: 0644]
tests/lang/operators/operator_equals_variation_64bit.phpt [new file with mode: 0644]
tests/lang/operators/operator_gt_basic.phpt [new file with mode: 0644]
tests/lang/operators/operator_gt_or_equal_basic.phpt [new file with mode: 0644]
tests/lang/operators/operator_gt_or_equal_variation.phpt [new file with mode: 0644]
tests/lang/operators/operator_gt_or_equal_variation_64bit.phpt [new file with mode: 0644]
tests/lang/operators/operator_gt_variation.phpt [new file with mode: 0644]
tests/lang/operators/operator_gt_variation_64bit.phpt [new file with mode: 0644]
tests/lang/operators/operator_identical_basic.phpt [new file with mode: 0644]
tests/lang/operators/operator_identical_recusion-01.phpt [new file with mode: 0644]
tests/lang/operators/operator_identical_variation.phpt [new file with mode: 0644]
tests/lang/operators/operator_identical_variation_64bit.phpt [new file with mode: 0644]
tests/lang/operators/operator_lt_basic.phpt [new file with mode: 0644]
tests/lang/operators/operator_lt_or_equal_basic.phpt [new file with mode: 0644]
tests/lang/operators/operator_lt_or_equal_variation.phpt [new file with mode: 0644]
tests/lang/operators/operator_lt_or_equal_variation_64bit.phpt [new file with mode: 0644]
tests/lang/operators/operator_lt_variation.phpt [new file with mode: 0644]
tests/lang/operators/operator_lt_variation_64bit.phpt [new file with mode: 0644]
tests/lang/operators/operator_notequals_basic.phpt [new file with mode: 0644]
tests/lang/operators/operator_notequals_variation.phpt [new file with mode: 0644]
tests/lang/operators/operator_notequals_variation_64bit.phpt [new file with mode: 0644]
tests/lang/operators/operator_notidentical_basic.phpt [new file with mode: 0644]
tests/lang/operators/operator_notidentical_variation.phpt [new file with mode: 0644]
tests/lang/operators/operator_notidentical_variation_64bit.phpt [new file with mode: 0644]
tests/lang/operators/operator_spaceship_basic.phpt [new file with mode: 0644]
tests/lang/operators/overloaded_property_ref.phpt [new file with mode: 0644]
tests/lang/operators/postdec_basiclong_64bit.phpt [new file with mode: 0644]
tests/lang/operators/postdec_variationStr.phpt [new file with mode: 0644]
tests/lang/operators/postinc_basiclong_64bit.phpt [new file with mode: 0644]
tests/lang/operators/postinc_variationStr.phpt [new file with mode: 0644]
tests/lang/operators/predec_basiclong_64bit.phpt [new file with mode: 0644]
tests/lang/operators/predec_variationStr.phpt [new file with mode: 0644]
tests/lang/operators/preinc_basiclong_64bit.phpt [new file with mode: 0644]
tests/lang/operators/preinc_variationStr.phpt [new file with mode: 0644]
tests/lang/operators/subtract_basiclong_64bit.phpt [new file with mode: 0644]
tests/lang/operators/subtract_variationStr.phpt [new file with mode: 0644]
tests/lang/passByReference_001.phpt [new file with mode: 0644]
tests/lang/passByReference_002.phpt [new file with mode: 0644]
tests/lang/passByReference_003.phpt [new file with mode: 0644]
tests/lang/passByReference_004.phpt [new file with mode: 0644]
tests/lang/passByReference_005.phpt [new file with mode: 0644]
tests/lang/passByReference_006.phpt [new file with mode: 0644]
tests/lang/passByReference_007.phpt [new file with mode: 0644]
tests/lang/passByReference_008.phpt [new file with mode: 0644]
tests/lang/passByReference_009.phpt [new file with mode: 0644]
tests/lang/passByReference_010.phpt [new file with mode: 0644]
tests/lang/passByReference_012.phpt [new file with mode: 0644]
tests/lang/returnByReference.001.phpt [new file with mode: 0644]
tests/lang/returnByReference.002.phpt [new file with mode: 0644]
tests/lang/returnByReference.003.phpt [new file with mode: 0644]
tests/lang/returnByReference.004.phpt [new file with mode: 0644]
tests/lang/returnByReference.005.phpt [new file with mode: 0644]
tests/lang/returnByReference.006.phpt [new file with mode: 0644]
tests/lang/returnByReference.007.phpt [new file with mode: 0644]
tests/lang/returnByReference.008.phpt [new file with mode: 0644]
tests/lang/returnByReference.009.phpt [new file with mode: 0644]
tests/lang/short_tags.001.phpt [new file with mode: 0644]
tests/lang/short_tags.002.phpt [new file with mode: 0644]
tests/lang/short_tags.004.phpt [new file with mode: 0644]
tests/lang/static_basic_001.phpt [new file with mode: 0644]
tests/lang/static_basic_002.phpt [new file with mode: 0644]
tests/lang/static_variation_001.phpt [new file with mode: 0644]
tests/lang/static_variation_002.phpt [new file with mode: 0644]
tests/lang/string/unicode_escape.phpt [new file with mode: 0644]
tests/lang/string/unicode_escape_empty.phpt [new file with mode: 0644]
tests/lang/string/unicode_escape_incomplete.phpt [new file with mode: 0644]
tests/lang/string/unicode_escape_large_codepoint.phpt [new file with mode: 0644]
tests/lang/string/unicode_escape_legacy.phpt [new file with mode: 0644]
tests/lang/string/unicode_escape_sign.phpt [new file with mode: 0644]
tests/lang/string/unicode_escape_sign2.phpt [new file with mode: 0644]
tests/lang/string/unicode_escape_surrogates.phpt [new file with mode: 0644]
tests/lang/string/unicode_escape_whitespace.phpt [new file with mode: 0644]
tests/lang/string_decimals_001.phpt [new file with mode: 0644]
tests/lang/syntax_errors.phpt [new file with mode: 0644]
tests/lang/this_assignment.phpt [new file with mode: 0644]
tests/lang/throw_variation_001.phpt [new file with mode: 0644]
tests/lang/type_hints_001.phpt [new file with mode: 0644]
tests/lang/type_hints_002.phpt [new file with mode: 0644]
tests/lang/type_hints_003.phpt [new file with mode: 0644]
tests/lang/zend_throw_exception_001.phpt [new file with mode: 0644]
tests/output/bug46897.phpt [new file with mode: 0644]
tests/output/bug60282.phpt [new file with mode: 0644]
tests/output/bug60321.phpt [new file with mode: 0644]
tests/output/bug60322.phpt [new file with mode: 0644]
tests/output/bug60768.phpt [new file with mode: 0644]
tests/output/bug65593.phpt [new file with mode: 0644]
tests/output/bug70970.phpt [new file with mode: 0644]
tests/output/bug74725.phpt [new file with mode: 0644]
tests/output/bug75236.phpt [new file with mode: 0644]
tests/output/flush_basic_001.phpt [new file with mode: 0644]
tests/output/ob_001.phpt [new file with mode: 0644]
tests/output/ob_002.phpt [new file with mode: 0644]
tests/output/ob_003.phpt [new file with mode: 0644]
tests/output/ob_004.phpt [new file with mode: 0644]
tests/output/ob_005.phpt [new file with mode: 0644]
tests/output/ob_006.phpt [new file with mode: 0644]
tests/output/ob_007.phpt [new file with mode: 0644]
tests/output/ob_008.phpt [new file with mode: 0644]
tests/output/ob_009.phpt [new file with mode: 0644]
tests/output/ob_010.phpt [new file with mode: 0644]
tests/output/ob_011.phpt [new file with mode: 0644]
tests/output/ob_012.phpt [new file with mode: 0644]
tests/output/ob_013.phpt [new file with mode: 0644]
tests/output/ob_014.phpt [new file with mode: 0644]
tests/output/ob_015.phpt [new file with mode: 0644]
tests/output/ob_017.phpt [new file with mode: 0644]
tests/output/ob_018.phpt [new file with mode: 0644]
tests/output/ob_020.phpt [new file with mode: 0644]
tests/output/ob_clean_basic_001.phpt [new file with mode: 0644]
tests/output/ob_end_clean_basic_001.phpt [new file with mode: 0644]
tests/output/ob_end_flush_basic_001.phpt [new file with mode: 0644]
tests/output/ob_flush_basic_001.phpt [new file with mode: 0644]
tests/output/ob_get_clean_basic_001.phpt [new file with mode: 0644]
tests/output/ob_get_clean_basic_002.phpt [new file with mode: 0644]
tests/output/ob_get_contents_basic_001.phpt [new file with mode: 0644]
tests/output/ob_get_length_basic_001.phpt [new file with mode: 0644]
tests/output/ob_get_level_basic_001.phpt [new file with mode: 0644]
tests/output/ob_get_status.phpt [new file with mode: 0644]
tests/output/ob_implicit_flush_basic_001.phpt [new file with mode: 0644]
tests/output/ob_implicit_flush_basic_002.phpt [new file with mode: 0644]
tests/output/ob_start_basic_001.phpt [new file with mode: 0644]
tests/output/ob_start_basic_002.phpt [new file with mode: 0644]
tests/output/ob_start_basic_003.phpt [new file with mode: 0644]
tests/output/ob_start_basic_004.phpt [new file with mode: 0644]
tests/output/ob_start_basic_005.phpt [new file with mode: 0644]
tests/output/ob_start_basic_006.phpt [new file with mode: 0644]
tests/output/ob_start_basic_unerasable_001.phpt [new file with mode: 0644]
tests/output/ob_start_basic_unerasable_002.phpt [new file with mode: 0644]
tests/output/ob_start_basic_unerasable_003.phpt [new file with mode: 0644]
tests/output/ob_start_basic_unerasable_004.phpt [new file with mode: 0644]
tests/output/ob_start_basic_unerasable_005.phpt [new file with mode: 0644]
tests/output/ob_start_callbacks.phpt [new file with mode: 0644]
tests/output/ob_start_error_001.phpt [new file with mode: 0644]
tests/output/ob_start_error_002.phpt [new file with mode: 0644]
tests/output/ob_start_error_003.phpt [new file with mode: 0644]
tests/output/ob_start_error_004.phpt [new file with mode: 0644]
tests/output/ob_start_error_005.phpt [new file with mode: 0644]
tests/output/sapi_windows_vt100_support.inc [new file with mode: 0644]
tests/output/sapi_windows_vt100_support_notwindows.phpt [new file with mode: 0644]
tests/output/sapi_windows_vt100_support_winko_err.phpt [new file with mode: 0644]
tests/output/sapi_windows_vt100_support_winko_in-err.phpt [new file with mode: 0644]
tests/output/sapi_windows_vt100_support_winko_in-out-err.phpt [new file with mode: 0644]
tests/output/sapi_windows_vt100_support_winko_in-out.phpt [new file with mode: 0644]
tests/output/sapi_windows_vt100_support_winko_out-err.phpt [new file with mode: 0644]
tests/output/sapi_windows_vt100_support_winko_out.phpt [new file with mode: 0644]
tests/output/sapi_windows_vt100_support_winok_err.phpt [new file with mode: 0644]
tests/output/sapi_windows_vt100_support_winok_in-err.phpt [new file with mode: 0644]
tests/output/sapi_windows_vt100_support_winok_in-out-err.phpt [new file with mode: 0644]
tests/output/sapi_windows_vt100_support_winok_in-out.phpt [new file with mode: 0644]
tests/output/sapi_windows_vt100_support_winok_out-err.phpt [new file with mode: 0644]
tests/output/sapi_windows_vt100_support_winok_out.phpt [new file with mode: 0644]
tests/output/stream_isatty.inc [new file with mode: 0644]
tests/output/stream_isatty_err.phpt [new file with mode: 0644]
tests/output/stream_isatty_in-err.phpt [new file with mode: 0644]
tests/output/stream_isatty_in-out-err.phpt [new file with mode: 0644]
tests/output/stream_isatty_in-out.phpt [new file with mode: 0644]
tests/output/stream_isatty_out-err.phpt [new file with mode: 0644]
tests/output/stream_isatty_out.phpt [new file with mode: 0644]
tests/run-test/extensions-shared.phpt [new file with mode: 0644]
tests/run-test/extensions-static.phpt [new file with mode: 0644]
tests/run-test/test001.phpt [new file with mode: 0644]
tests/run-test/test002.phpt [new file with mode: 0644]
tests/run-test/test003.phpt [new file with mode: 0644]
tests/run-test/test004.phpt [new file with mode: 0644]
tests/run-test/test006.phpt [new file with mode: 0644]
tests/run-test/test007.phpt [new file with mode: 0644]
tests/run-test/test009.phpt [new file with mode: 0644]
tests/run-test/test010.phpt [new file with mode: 0644]
tests/run-test/test011.phpt [new file with mode: 0644]
tests/run-test/test011.txt [new file with mode: 0644]
tests/run-test/test012.phpt [new file with mode: 0644]
tests/run-test/test012.txt [new file with mode: 0644]
tests/run-test/test013.phpt [new file with mode: 0644]
tests/run-test/test013.txt [new file with mode: 0644]
tests/security/CONFLICTS [new file with mode: 0644]
tests/security/bug53226.phpt [new file with mode: 0644]
tests/security/bug76359.phpt [new file with mode: 0644]
tests/security/open_basedir.inc [new file with mode: 0644]
tests/security/open_basedir_001.phpt [new file with mode: 0644]
tests/security/open_basedir_chdir.phpt [new file with mode: 0644]
tests/security/open_basedir_chmod.phpt [new file with mode: 0644]
tests/security/open_basedir_copy.phpt [new file with mode: 0644]
tests/security/open_basedir_copy_variation1.phpt [new file with mode: 0644]
tests/security/open_basedir_dir.phpt [new file with mode: 0644]
tests/security/open_basedir_disk_free_space.phpt [new file with mode: 0644]
tests/security/open_basedir_error_log.phpt [new file with mode: 0644]
tests/security/open_basedir_error_log_variation.phpt [new file with mode: 0644]
tests/security/open_basedir_file.phpt [new file with mode: 0644]
tests/security/open_basedir_file_exists.phpt [new file with mode: 0644]
tests/security/open_basedir_file_get_contents.phpt [new file with mode: 0644]
tests/security/open_basedir_file_put_contents.phpt [new file with mode: 0644]
tests/security/open_basedir_fileatime.phpt [new file with mode: 0644]
tests/security/open_basedir_filectime.phpt [new file with mode: 0644]
tests/security/open_basedir_filegroup.phpt [new file with mode: 0644]
tests/security/open_basedir_fileinode.phpt [new file with mode: 0644]
tests/security/open_basedir_filemtime.phpt [new file with mode: 0644]
tests/security/open_basedir_fileowner.phpt [new file with mode: 0644]
tests/security/open_basedir_fileperms.phpt [new file with mode: 0644]
tests/security/open_basedir_filesize.phpt [new file with mode: 0644]
tests/security/open_basedir_filetype.phpt [new file with mode: 0644]
tests/security/open_basedir_fopen.phpt [new file with mode: 0644]
tests/security/open_basedir_glob.phpt [new file with mode: 0644]
tests/security/open_basedir_glob_variation.phpt [new file with mode: 0644]
tests/security/open_basedir_is_dir.phpt [new file with mode: 0644]
tests/security/open_basedir_is_executable.phpt [new file with mode: 0644]
tests/security/open_basedir_is_file.phpt [new file with mode: 0644]
tests/security/open_basedir_is_link.phpt [new file with mode: 0644]
tests/security/open_basedir_is_readable.phpt [new file with mode: 0644]
tests/security/open_basedir_is_writable.phpt [new file with mode: 0644]
tests/security/open_basedir_link.phpt [new file with mode: 0644]
tests/security/open_basedir_linkinfo.phpt [new file with mode: 0644]
tests/security/open_basedir_lstat.phpt [new file with mode: 0644]
tests/security/open_basedir_mkdir.phpt [new file with mode: 0644]
tests/security/open_basedir_opendir.phpt [new file with mode: 0644]
tests/security/open_basedir_parse_ini_file.phpt [new file with mode: 0644]
tests/security/open_basedir_readlink.phpt [new file with mode: 0644]
tests/security/open_basedir_realpath.phpt [new file with mode: 0644]
tests/security/open_basedir_rename.phpt [new file with mode: 0644]
tests/security/open_basedir_rmdir.phpt [new file with mode: 0644]
tests/security/open_basedir_scandir.phpt [new file with mode: 0644]
tests/security/open_basedir_stat.phpt [new file with mode: 0644]
tests/security/open_basedir_symlink.phpt [new file with mode: 0644]
tests/security/open_basedir_tempnam.phpt [new file with mode: 0644]
tests/security/open_basedir_touch.phpt [new file with mode: 0644]
tests/security/open_basedir_unlink.phpt [new file with mode: 0644]
tests/strings/001.phpt [new file with mode: 0644]
tests/strings/002.phpt [new file with mode: 0644]
tests/strings/004.phpt [new file with mode: 0644]
tests/strings/bug22592.phpt [new file with mode: 0644]
tests/strings/bug26703.phpt [new file with mode: 0644]
tests/strings/offsets_chaining_1.phpt [new file with mode: 0644]
tests/strings/offsets_chaining_3.phpt [new file with mode: 0644]
tests/strings/offsets_chaining_5.phpt [new file with mode: 0644]
tests/strings/offsets_general.phpt [new file with mode: 0644]
travis/compile.sh [new file with mode: 0755]
travis/setup-mysql.sh [new file with mode: 0755]
travis/setup-pgsql.sh [new file with mode: 0755]
travis/test.sh [new file with mode: 0755]
win32/build/Makefile [new file with mode: 0644]
win32/build/Makefile.phpize [new file with mode: 0644]
win32/build/buildconf.js [new file with mode: 0644]
win32/build/config.w32 [new file with mode: 0644]
win32/build/config.w32.h.in [new file with mode: 0644]
win32/build/config.w32.phpize.in [new file with mode: 0644]
win32/build/configure.bat [new file with mode: 0644]
win32/build/configure.tail [new file with mode: 0644]
win32/build/confutils.js [new file with mode: 0644]
win32/build/cppcheck.cfg [new file with mode: 0644]
win32/build/cppcheck_suppress.txt [new file with mode: 0644]
win32/build/cppcheck_x64.cfg [new file with mode: 0644]
win32/build/cppcheck_x86.cfg [new file with mode: 0644]
win32/build/default.manifest [new file with mode: 0644]
win32/build/deplister.c [new file with mode: 0644]
win32/build/libs_version.txt [new file with mode: 0644]
win32/build/mkdist.php [new file with mode: 0644]
win32/build/php.ico [new file with mode: 0644]
win32/build/phpize.bat [new file with mode: 0644]
win32/build/phpize.js.in [new file with mode: 0644]
win32/build/registersyslog.php [new file with mode: 0755]
win32/build/template.rc [new file with mode: 0644]
win32/build/wsyslog.mc [new file with mode: 0644]
win32/codepage.c [new file with mode: 0644]
win32/codepage.h [new file with mode: 0644]
win32/console.c [new file with mode: 0644]
win32/console.h [new file with mode: 0644]
win32/cp_enc_map.c [new file with mode: 0644]
win32/cp_enc_map_gen.c [new file with mode: 0644]
win32/dllmain.c [new file with mode: 0644]
win32/fnmatch.c [new file with mode: 0644]
win32/fnmatch.h [new file with mode: 0644]
win32/ftok.c [new file with mode: 0644]
win32/getrusage.c [new file with mode: 0644]
win32/getrusage.h [new file with mode: 0644]
win32/glob.c [new file with mode: 0644]
win32/glob.h [new file with mode: 0644]
win32/globals.c [new file with mode: 0644]
win32/inet.c [new file with mode: 0644]
win32/inet.h [new file with mode: 0644]
win32/ioutil.c [new file with mode: 0644]
win32/ioutil.h [new file with mode: 0644]
win32/ipc.h [new file with mode: 0644]
win32/nice.c [new file with mode: 0644]
win32/nice.h [new file with mode: 0644]
win32/param.h [new file with mode: 0644]
win32/php_registry.h [new file with mode: 0644]
win32/php_win32_globals.h [new file with mode: 0644]
win32/readdir.c [new file with mode: 0644]
win32/readdir.h [new file with mode: 0644]
win32/registry.c [new file with mode: 0644]
win32/select.c [new file with mode: 0644]
win32/select.h [new file with mode: 0644]
win32/sendmail.c [new file with mode: 0644]
win32/sendmail.h [new file with mode: 0644]
win32/signal.c [new file with mode: 0644]
win32/signal.h [new file with mode: 0644]
win32/sockets.c [new file with mode: 0644]
win32/sockets.h [new file with mode: 0644]
win32/syslog.h [new file with mode: 0644]
win32/time.c [new file with mode: 0644]
win32/time.h [new file with mode: 0644]
win32/unistd.h [new file with mode: 0644]
win32/winutil.c [new file with mode: 0644]
win32/winutil.h [new file with mode: 0644]
win32/wsyslog.c [new file with mode: 0644]