在好例子网,分享、交流、成长!
您当前所在位置:首页PHP 开发实例PHP语言基础 → php5.2.8.tar.gz(php安装包for linux)

php5.2.8.tar.gz(php安装包for linux)

PHP语言基础

下载此实例
  • 开发语言:PHP
  • 实例大小:11.85M
  • 下载次数:1
  • 浏览次数:38
  • 发布时间:2023-07-04
  • 实例类别:PHP语言基础
  • 发 布 人:js2021
  • 文件格式:.gz
  • 所需积分:2
 相关标签: linux linux LIN php 安装包

实例介绍

【实例简介】php5.2.8.tar.gz(php安装包for linux)
linux,apache,php,mysql中,这个就是php安装包,为linux下安装apache后使用。 在linux下先解压 tar -xzvf php-5.2.8.tar.gz

【实例截图】

from clipboard

【核心代码】
文件清单
└── php-5.2.8
    ├── acconfig.h
    ├── acconfig.h.in
    ├── acinclude.m4
    ├── aclocal.m4
    ├── build
    │   ├── build2.mk
    │   ├── buildcheck.sh
    │   ├── build.mk
    │   ├── config-stubs
    │   ├── genif.sh
    │   ├── libtool.m4
    │   ├── mkdep.awk
    │   ├── order_by_dep.awk
    │   ├── print_include.awk
    │   ├── scan_makefile_in.awk
    │   └── shtool
    ├── buildconf
    ├── buildconf.bat
    ├── CODING_STANDARDS
    ├── config.guess
    ├── config.sub
    ├── configure
    ├── configure.in
    ├── CREDITS
    ├── cvsclean
    ├── cvsclean.bat
    ├── ext
    │   ├── bcmath
    │   │   ├── bcmath.c
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── libbcmath
    │   │   │   ├── acconfig.h
    │   │   │   ├── aclocal.m4
    │   │   │   ├── AUTHORS
    │   │   │   ├── ChangeLog
    │   │   │   ├── config.h.in
    │   │   │   ├── configure
    │   │   │   ├── configure.in
    │   │   │   ├── COPYING.LIB
    │   │   │   ├── FAQ
    │   │   │   ├── INSTALL
    │   │   │   ├── install-sh
    │   │   │   ├── Makefile.am
    │   │   │   ├── missing
    │   │   │   ├── mkinstalldirs
    │   │   │   ├── NEWS
    │   │   │   ├── README
    │   │   │   └── src
    │   │   │       ├── add.c
    │   │   │       ├── bcmath.h
    │   │   │       ├── compare.c
    │   │   │       ├── config.h
    │   │   │       ├── debug.c
    │   │   │       ├── div.c
    │   │   │       ├── divmod.c
    │   │   │       ├── doaddsub.c
    │   │   │       ├── init.c
    │   │   │       ├── int2num.c
    │   │   │       ├── Makefile.am
    │   │   │       ├── nearzero.c
    │   │   │       ├── neg.c
    │   │   │       ├── num2long.c
    │   │   │       ├── num2str.c
    │   │   │       ├── outofmem.c
    │   │   │       ├── output.c
    │   │   │       ├── private.h
    │   │   │       ├── raise.c
    │   │   │       ├── raisemod.c
    │   │   │       ├── recmul.c
    │   │   │       ├── rmzero.c
    │   │   │       ├── rt.c
    │   │   │       ├── sqrt.c
    │   │   │       ├── str2num.c
    │   │   │       ├── sub.c
    │   │   │       └── zero.c
    │   │   ├── package.xml
    │   │   ├── php_bcmath.h
    │   │   └── tests
    │   │       ├── bcadd.phpt
    │   │       ├── bccomp.phpt
    │   │       ├── bcdiv.phpt
    │   │       ├── bcmod.phpt
    │   │       ├── bcmul.phpt
    │   │       ├── bcpow.phpt
    │   │       ├── bcscale.phpt
    │   │       ├── bcsqrt.phpt
    │   │       └── bcsub.phpt
    │   ├── bz2
    │   │   ├── bz2.c
    │   │   ├── bz2.dsp
    │   │   ├── bz2_filter.c
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── package.xml
    │   │   ├── php_bz2.def
    │   │   ├── php_bz2.h
    │   │   └── tests
    │   │       ├── 001.phpt
    │   │       ├── 002.phpt
    │   │       ├── 003.phpt
    │   │       ├── 003.txt.bz2
    │   │       ├── 004_1.txt.bz2
    │   │       ├── 004_2.txt.bz2
    │   │       ├── 004.phpt
    │   │       ├── 005.phpt
    │   │       ├── bz2_filter_compress.phpt
    │   │       ├── bz2_filter_decompress.phpt
    │   │       ├── with_files.phpt
    │   │       └── with_strings.phpt
    │   ├── calendar
    │   │   ├── calendar.c
    │   │   ├── cal_unix.c
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── dow.c
    │   │   ├── easter.c
    │   │   ├── french.c
    │   │   ├── gregor.c
    │   │   ├── jewish.c
    │   │   ├── julian.c
    │   │   ├── package.xml
    │   │   ├── php_calendar.h
    │   │   ├── sdncal.h
    │   │   └── tests
    │   │       ├── cal_days_in_month.phpt
    │   │       ├── cal_from_jd.phpt
    │   │       ├── cal_info.phpt
    │   │       ├── cal_to_jd.phpt
    │   │       ├── easter_date.phpt
    │   │       ├── easter_days.phpt
    │   │       ├── frenchtojd.phpt
    │   │       ├── gregoriantojd.phpt
    │   │       ├── jddayofweek.phpt
    │   │       ├── jdmonthname.phpt
    │   │       ├── jdtofrench.phpt
    │   │       ├── jdtogregorian.phpt
    │   │       ├── jdtojewish.phpt
    │   │       ├── jdtojulian.phpt
    │   │       ├── jdtomonthname.phpt
    │   │       ├── jdtounix.phpt
    │   │       ├── jewishtojd.phpt
    │   │       ├── juliantojd.phpt
    │   │       ├── skipif.inc
    │   │       └── unixtojd.phpt
    │   ├── com_dotnet
    │   │   ├── com_com.c
    │   │   ├── com_dotnet.c
    │   │   ├── com_extension.c
    │   │   ├── com_handlers.c
    │   │   ├── com_iterator.c
    │   │   ├── com_misc.c
    │   │   ├── com_olechar.c
    │   │   ├── com_persist.c
    │   │   ├── com_saproxy.c
    │   │   ├── com_typeinfo.c
    │   │   ├── com_variant.c
    │   │   ├── com_wrapper.c
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── package.xml
    │   │   ├── php_com_dotnet.h
    │   │   ├── php_com_dotnet_internal.h
    │   │   ├── README
    │   │   └── tests
    │   │       ├── 27974.phpt
    │   │       ├── bug33386.phpt
    │   │       ├── bug34272.phpt
    │   │       ├── bug39596.phpt
    │   │       ├── bug39606.phpt
    │   │       └── variants.phpt
    │   ├── ctype
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── ctype.c
    │   │   ├── ctype.dsp
    │   │   ├── ctype.xml
    │   │   ├── package.xml
    │   │   ├── php_ctype.h
    │   │   └── tests
    │   │       ├── 001.phpt
    │   │       ├── 002.phpt
    │   │       ├── bug25745.phpt
    │   │       ├── bug34645.phpt
    │   │       ├── ctype_alnum_basic.phpt
    │   │       ├── ctype_alnum_error.phpt
    │   │       ├── ctype_alnum_variation1.phpt
    │   │       ├── ctype_alnum_variation2.phpt
    │   │       ├── ctype_alnum_variation3.phpt
    │   │       ├── ctype_alnum_variation4.phpt
    │   │       ├── ctype_alpha_basic.phpt
    │   │       ├── ctype_alpha_error.phpt
    │   │       ├── ctype_alpha_variation1.phpt
    │   │       ├── ctype_alpha_variation2.phpt
    │   │       ├── ctype_alpha_variation3.phpt
    │   │       ├── ctype_alpha_variation4.phpt
    │   │       ├── ctype_cntrl_basic.phpt
    │   │       ├── ctype_cntrl_error.phpt
    │   │       ├── ctype_cntrl_variation1.phpt
    │   │       ├── ctype_cntrl_variation2.phpt
    │   │       ├── ctype_cntrl_variation3.phpt
    │   │       ├── ctype_cntrl_variation4.phpt
    │   │       ├── ctype_digit_basic.phpt
    │   │       ├── ctype_digit_error.phpt
    │   │       ├── ctype_digit_variation1.phpt
    │   │       ├── ctype_digit_variation2.phpt
    │   │       ├── ctype_digit_variation3.phpt
    │   │       ├── ctype_digit_variation4.phpt
    │   │       ├── ctype_graph_basic.phpt
    │   │       ├── ctype_graph_error.phpt
    │   │       ├── ctype_graph_variation1.phpt
    │   │       ├── ctype_graph_variation2.phpt
    │   │       ├── ctype_graph_variation3.phpt
    │   │       ├── ctype_graph_variation4.phpt
    │   │       ├── ctype_lower_basic.phpt
    │   │       ├── ctype_lower_error.phpt
    │   │       ├── ctype_lower_variation1.phpt
    │   │       ├── ctype_lower_variation2.phpt
    │   │       ├── ctype_lower_variation3.phpt
    │   │       ├── ctype_lower_variation4.phpt
    │   │       ├── ctype_print_basic.phpt
    │   │       ├── ctype_print_error.phpt
    │   │       ├── ctype_print_variation1.phpt
    │   │       ├── ctype_print_variation2.phpt
    │   │       ├── ctype_print_variation3.phpt
    │   │       ├── ctype_print_variation4.phpt
    │   │       ├── ctype_punct_basic.phpt
    │   │       ├── ctype_punct_error.phpt
    │   │       ├── ctype_punct_variation1.phpt
    │   │       ├── ctype_punct_variation2.phpt
    │   │       ├── ctype_punct_variation3.phpt
    │   │       ├── ctype_punct_variation4.phpt
    │   │       ├── ctype_space_basic.phpt
    │   │       ├── ctype_space_error.phpt
    │   │       ├── ctype_space_variation1.phpt
    │   │       ├── ctype_space_variation2.phpt
    │   │       ├── ctype_space_variation3.phpt
    │   │       ├── ctype_space_variation4.phpt
    │   │       ├── ctype_upper_basic.phpt
    │   │       ├── ctype_upper_error.phpt
    │   │       ├── ctype_upper_variation1.phpt
    │   │       ├── ctype_upper_variation2.phpt
    │   │       ├── ctype_upper_variation3.phpt
    │   │       ├── ctype_upper_variation4.phpt
    │   │       ├── ctype_xdigit_basic.phpt
    │   │       ├── ctype_xdigit_error.phpt
    │   │       ├── ctype_xdigit_variation1.phpt
    │   │       ├── ctype_xdigit_variation2.phpt
    │   │       ├── ctype_xdigit_variation3.phpt
    │   │       └── ctype_xdigit_variation4.phpt
    │   ├── curl
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── curl.dsp
    │   │   ├── interface.c
    │   │   ├── multi.c
    │   │   ├── package.xml
    │   │   ├── php_curl.h
    │   │   └── streams.c
    │   ├── date
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── lib
    │   │   │   ├── astro.c
    │   │   │   ├── astro.h
    │   │   │   ├── dow.c
    │   │   │   ├── fallbackmap.h
    │   │   │   ├── parse_date.c
    │   │   │   ├── parse_date.c.orig
    │   │   │   ├── parse_date.re
    │   │   │   ├── parse_tz.c
    │   │   │   ├── README
    │   │   │   ├── timelib.c
    │   │   │   ├── timelib_config.h.win32
    │   │   │   ├── timelib.h
    │   │   │   ├── timelib.m4
    │   │   │   ├── timelib_structs.h
    │   │   │   ├── timezonedb.h
    │   │   │   ├── timezonemap.h
    │   │   │   ├── tm2unixtime.c
    │   │   │   └── unixtime2tm.c
    │   │   ├── php_date.c
    │   │   ├── php_date.h
    │   │   ├── tests
    │   │   │   ├── 002.phpt
    │   │   │   ├── 003.phpt
    │   │   │   ├── 004.phpt
    │   │   │   ├── 005.phpt
    │   │   │   ├── 006.phpt
    │   │   │   ├── 007.phpt
    │   │   │   ├── 008.phpt
    │   │   │   ├── 009.phpt
    │   │   │   ├── 010.phpt
    │   │   │   ├── 011.phpt
    │   │   │   ├── 012.phpt
    │   │   │   ├── 013.phpt
    │   │   │   ├── 014.phpt
    │   │   │   ├── bug13142.phpt
    │   │   │   ├── bug14561.phpt
    │   │   │   ├── bug17988.phpt
    │   │   │   ├── bug20382-1.phpt
    │   │   │   ├── bug20382-2.phpt
    │   │   │   ├── bug21399.phpt
    │   │   │   ├── bug21966.phpt
    │   │   │   ├── bug26090.phpt
    │   │   │   ├── bug26198.phpt
    │   │   │   ├── bug26317.phpt
    │   │   │   ├── bug26320.phpt
    │   │   │   ├── bug26694.phpt
    │   │   │   ├── bug27719.phpt
    │   │   │   ├── bug27780.phpt
    │   │   │   ├── bug28024.phpt
    │   │   │   ├── bug28088.phpt
    │   │   │   ├── bug28599.phpt
    │   │   │   ├── bug29150.phpt
    │   │   │   ├── bug29585.phpt
    │   │   │   ├── bug29595.phpt
    │   │   │   ├── bug30096.phpt
    │   │   │   ├── bug30532.phpt
    │   │   │   ├── bug32086.phpt
    │   │   │   ├── bug32270.phpt
    │   │   │   ├── bug32555.phpt
    │   │   │   ├── bug32588.phpt
    │   │   │   ├── bug33056.phpt
    │   │   │   ├── bug33414-1.phpt
    │   │   │   ├── bug33414-2.phpt
    │   │   │   ├── bug33415-1.phpt
    │   │   │   ├── bug33415-2.phpt
    │   │   │   ├── bug33452.phpt
    │   │   │   ├── bug33532.phpt
    │   │   │   ├── bug33536.phpt
    │   │   │   ├── bug33562.phpt
    │   │   │   ├── bug33563.phpt
    │   │   │   ├── bug33578.phpt
    │   │   │   ├── bug33869.phpt
    │   │   │   ├── bug33957.phpt
    │   │   │   ├── bug34087.phpt
    │   │   │   ├── bug34304.phpt
    │   │   │   ├── bug34676.phpt
    │   │   │   ├── bug34771.phpt
    │   │   │   ├── bug35143.phpt
    │   │   │   ├── bug35218.phpt
    │   │   │   ├── bug35414.phpt
    │   │   │   ├── bug35422.phpt
    │   │   │   ├── bug35425.phpt
    │   │   │   ├── bug35456.phpt
    │   │   │   ├── bug35499.phpt
    │   │   │   ├── bug35624.phpt
    │   │   │   ├── bug35630.phpt
    │   │   │   ├── bug35699.phpt
    │   │   │   ├── bug35705.phpt
    │   │   │   ├── bug35885.phpt
    │   │   │   ├── bug35887.phpt
    │   │   │   ├── bug36224.phpt
    │   │   │   ├── bug36510.phpt
    │   │   │   ├── bug36599.phpt
    │   │   │   ├── bug36988.phpt
    │   │   │   ├── bug37017.phpt
    │   │   │   ├── bug37368.phpt
    │   │   │   ├── bug37514.phpt
    │   │   │   ├── bug37616.phpt
    │   │   │   ├── bug37747.phpt
    │   │   │   ├── bug38229.phpt
    │   │   │   ├── bug39782.phpt
    │   │   │   ├── bug40743.phpt
    │   │   │   ├── bug40861.phpt
    │   │   │   ├── bug41523-64bit.phpt
    │   │   │   ├── bug41523.phpt
    │   │   │   ├── bug41599.phpt
    │   │   │   ├── bug41709.phpt
    │   │   │   ├── bug41842.phpt
    │   │   │   ├── bug41844.phpt
    │   │   │   ├── bug41964.phpt
    │   │   │   ├── bug42910.phpt
    │   │   │   ├── bug43003.phpt
    │   │   │   ├── bug43452.phpt
    │   │   │   ├── bug43527.phpt
    │   │   │   ├── bug43808.phpt
    │   │   │   ├── bug44742.phpt
    │   │   │   ├── date_constants.phpt
    │   │   │   ├── date_create-1.phpt
    │   │   │   ├── date_create-2.phpt
    │   │   │   ├── date_default_timezone_get-1.phpt
    │   │   │   ├── date_default_timezone_get-2.phpt
    │   │   │   ├── date_default_timezone_get-3.phpt
    │   │   │   ├── date_default_timezone_set-1.phpt
    │   │   │   ├── date_modify-1.phpt
    │   │   │   ├── date_modify-2.phpt
    │   │   │   ├── date_parse_001.phpt
    │   │   │   ├── date.phpt
    │   │   │   ├── date_sun_info_001.phpt
    │   │   │   ├── date_sun_info_002.phpt
    │   │   │   ├── default-timezone-1.phpt
    │   │   │   ├── default-timezone-2.phpt
    │   │   │   ├── format-negative-timestamp.phpt
    │   │   │   ├── mktime-1.phpt
    │   │   │   ├── mktime-2.phpt
    │   │   │   ├── mktime-3-64bit.phpt
    │   │   │   ├── mktime-3.phpt
    │   │   │   ├── oo_001.phpt
    │   │   │   ├── oo_002.phpt
    │   │   │   ├── strtotime2.phpt
    │   │   │   ├── strtotime3-64bit.phpt
    │   │   │   ├── strtotime3.phpt
    │   │   │   ├── strtotime_basic.phpt
    │   │   │   ├── strtotime-mysql-64bit.phpt
    │   │   │   ├── strtotime-mysql.phpt
    │   │   │   ├── strtotime.phpt
    │   │   │   ├── timestamp-in-dst.phpt
    │   │   │   ├── timezone-configuration.phpt
    │   │   │   └── timezones.phpt
    │   │   └── TODO
    │   ├── dba
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── dba.c
    │   │   ├── dba_cdb.c
    │   │   ├── dba_db1.c
    │   │   ├── dba_db2.c
    │   │   ├── dba_db3.c
    │   │   ├── dba_db4.c
    │   │   ├── dba_dbm.c
    │   │   ├── dba.dsp
    │   │   ├── dba_flatfile.c
    │   │   ├── dba_gdbm.c
    │   │   ├── dba_inifile.c
    │   │   ├── dba_ndbm.c
    │   │   ├── dba_qdbm.c
    │   │   ├── install_cdb.sh
    │   │   ├── libcdb
    │   │   │   ├── cdb.c
    │   │   │   ├── cdb.h
    │   │   │   ├── cdb_make.c
    │   │   │   ├── cdb_make.h
    │   │   │   ├── uint32.c
    │   │   │   └── uint32.h
    │   │   ├── libflatfile
    │   │   │   ├── flatfile.c
    │   │   │   └── flatfile.h
    │   │   ├── libinifile
    │   │   │   ├── inifile.c
    │   │   │   └── inifile.h
    │   │   ├── php_cdb.h
    │   │   ├── php_db1.h
    │   │   ├── php_db2.h
    │   │   ├── php_db3.h
    │   │   ├── php_db4.h
    │   │   ├── php_dba.h
    │   │   ├── php_dbm.h
    │   │   ├── php_flatfile.h
    │   │   ├── php_gdbm.h
    │   │   ├── php_inifile.h
    │   │   ├── php_ndbm.h
    │   │   ├── php_qdbm.h
    │   │   ├── README
    │   │   └── tests
    │   │       ├── bug36436.phpt
    │   │       ├── dba001.phpt
    │   │       ├── dba002.phpt
    │   │       ├── dba003.phpt
    │   │       ├── dba004.phpt
    │   │       ├── dba005.phpt
    │   │       ├── dba006.phpt
    │   │       ├── dba007.phpt
    │   │       ├── dba008.phpt
    │   │       ├── dba009.phpt
    │   │       ├── dba_cdb_make.phpt
    │   │       ├── dba_cdb.phpt
    │   │       ├── dba_cdb_read.phpt
    │   │       ├── dba_db1.phpt
    │   │       ├── dba_db2.phpt
    │   │       ├── dba_db3.phpt
    │   │       ├── dba_db4.phpt
    │   │       ├── dba_dbm.phpt
    │   │       ├── dba_flatfile.phpt
    │   │       ├── dba_gdbm.phpt
    │   │       ├── dba_handler.inc
    │   │       ├── dba_inifile.phpt
    │   │       ├── dba_ndbm.phpt
    │   │       ├── dba_qdbm.phpt
    │   │       ├── skipif.inc
    │   │       ├── test.cdb
    │   │       └── test.inc
    │   ├── dbase
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── dbase.c
    │   │   ├── dbase.dsp
    │   │   ├── dbf.h
    │   │   ├── dbf_head.c
    │   │   ├── dbf_head.h
    │   │   ├── dbf_misc.c
    │   │   ├── dbf_misc.h
    │   │   ├── dbf_ndx.c
    │   │   ├── dbf_ndx.h
    │   │   ├── dbf_rec.c
    │   │   ├── dbf_rec.h
    │   │   ├── package.xml
    │   │   ├── php_dbase.h
    │   │   └── tests
    │   │       ├── 001.phpt
    │   │       ├── 002.phpt
    │   │       └── bug31754.phpt
    │   ├── dom
    │   │   ├── attr.c
    │   │   ├── cdatasection.c
    │   │   ├── characterdata.c
    │   │   ├── comment.c
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── document.c
    │   │   ├── documentfragment.c
    │   │   ├── documenttype.c
    │   │   ├── dom_ce.h
    │   │   ├── domconfiguration.c
    │   │   ├── dom.dsp
    │   │   ├── domerror.c
    │   │   ├── domerrorhandler.c
    │   │   ├── domexception.c
    │   │   ├── dom_fe.h
    │   │   ├── domimplementation.c
    │   │   ├── domimplementationlist.c
    │   │   ├── domimplementationsource.c
    │   │   ├── dom_iterators.c
    │   │   ├── domlocator.c
    │   │   ├── dom_properties.h
    │   │   ├── domstringlist.c
    │   │   ├── element.c
    │   │   ├── entity.c
    │   │   ├── entityreference.c
    │   │   ├── examples
    │   │   │   ├── dom1.inc
    │   │   │   ├── dom1.php
    │   │   │   ├── note.dtd
    │   │   │   ├── note-invalid.xml
    │   │   │   ├── note.php
    │   │   │   ├── note.xml
    │   │   │   ├── relaxNG2.rng
    │   │   │   ├── relaxNG3.rng
    │   │   │   ├── relaxNG.php
    │   │   │   ├── relaxNG.rng
    │   │   │   ├── relaxNG.xml
    │   │   │   ├── shipping.php
    │   │   │   ├── shipping.xml
    │   │   │   └── shipping.xsd
    │   │   ├── namednodemap.c
    │   │   ├── namelist.c
    │   │   ├── node.c
    │   │   ├── nodelist.c
    │   │   ├── notation.c
    │   │   ├── php_dom.c
    │   │   ├── php_dom.h
    │   │   ├── processinginstruction.c
    │   │   ├── string_extend.c
    │   │   ├── tests
    │   │   │   ├── book.xml
    │   │   │   ├── book.xml.gz
    │   │   │   ├── bug28721.phpt
    │   │   │   ├── bug28817.phpt
    │   │   │   ├── bug32615.phpt
    │   │   │   ├── bug34276.phpt
    │   │   │   ├── bug35342.phpt
    │   │   │   ├── bug36756.phpt
    │   │   │   ├── bug37277.phpt
    │   │   │   ├── bug37456.phpt
    │   │   │   ├── bug38438.phpt
    │   │   │   ├── bug38474.phpt
    │   │   │   ├── bug38850.phpt
    │   │   │   ├── bug38949.phpt
    │   │   │   ├── bug40836.phpt
    │   │   │   ├── bug41257.phpt
    │   │   │   ├── bug41374.phpt
    │   │   │   ├── bug42082.phpt
    │   │   │   ├── bug43364.phpt
    │   │   │   ├── bug45251.phpt
    │   │   │   ├── bug46335.phpt
    │   │   │   ├── canonicalization.phpt
    │   │   │   ├── dom001.phpt
    │   │   │   ├── dom002.phpt
    │   │   │   ├── dom003.phpt
    │   │   │   ├── dom004.phpt
    │   │   │   ├── dom005.phpt
    │   │   │   ├── dom006.phpt
    │   │   │   ├── dom007.phpt
    │   │   │   ├── domattributes.phpt
    │   │   │   ├── DOMCharacterData_appendData_basic.phpt
    │   │   │   ├── domchardata.phpt
    │   │   │   ├── DOMComment_appendData_basic.phpt
    │   │   │   ├── DOMComment_appendData_basic_Sullivan.phpt
    │   │   │   ├── dom_comment_basic.phpt
    │   │   │   ├── DOMComment_insertData_basic.phpt
    │   │   │   ├── DOMComment_insertData_error1.phpt
    │   │   │   ├── DOMComment_insertData_error2.phpt
    │   │   │   ├── DOMComment_replaceData_basic.phpt
    │   │   │   ├── DOMComment_replaceData_error1.phpt
    │   │   │   ├── DOMComment_replaceData_error2.phpt
    │   │   │   ├── dom_comment_variation.phpt
    │   │   │   ├── dom_create_element.phpt
    │   │   │   ├── DOMDocument_createAttribute_basic.phpt
    │   │   │   ├── DOMDocument_createAttribute_error1.phpt
    │   │   │   ├── DOMDocument_createAttribute_error.phpt
    │   │   │   ├── DOMDocument_createAttribute_variation.phpt
    │   │   │   ├── DOMDocument_createProcessingInstruction_basic.phpt
    │   │   │   ├── DOMDocument_createProcessingInstruction_error.phpt
    │   │   │   ├── DOMDocumentFragment_appendXML_hasChildNodes_basic.phpt
    │   │   │   ├── DOMDocument_loadHTML_basic.phpt
    │   │   │   ├── DOMDocument_save_basic.phpt
    │   │   │   ├── DOMElement_hasAttributes_basic.phpt
    │   │   │   ├── domelement.phpt
    │   │   │   ├── dom.ent
    │   │   │   ├── dom_import_simplexml.phpt
    │   │   │   ├── DOMNode_cloneNode_basic.phpt
    │   │   │   ├── DOMNode_hasChildNodes_basic.phpt
    │   │   │   ├── DOMNode_issamenode_basic.phpt
    │   │   │   ├── DOMNode_normalize_basic.phpt
    │   │   │   ├── DOMNode_removeChild_basic.phpt
    │   │   │   ├── DOMNode_replaceChild_basic.phpt
    │   │   │   ├── dom_set_attr_node.phpt
    │   │   │   ├── dom_test.inc
    │   │   │   ├── DOMText_appendData_basic.phpt
    │   │   │   ├── dom_xinclude.phpt
    │   │   │   ├── dom.xml
    │   │   │   ├── nsdoc.xml
    │   │   │   ├── regsiter_node_class.phpt
    │   │   │   ├── skipif.inc
    │   │   │   ├── test.html
    │   │   │   └── xinclude.xml
    │   │   ├── text.c
    │   │   ├── TODO
    │   │   ├── typeinfo.c
    │   │   ├── userdatahandler.c
    │   │   ├── xml_common.h
    │   │   └── xpath.c
    │   ├── exif
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── example.php
    │   │   ├── exif.c
    │   │   ├── exif.dsp
    │   │   ├── package.xml
    │   │   ├── php_exif.h
    │   │   ├── test.php
    │   │   ├── tests
    │   │   │   ├── bug34704.jpg
    │   │   │   ├── bug34704.phpt
    │   │   │   ├── exif000.phpt
    │   │   │   ├── exif001.phpt
    │   │   │   ├── exif002.phpt
    │   │   │   ├── exif003.phpt
    │   │   │   ├── exif004.phpt
    │   │   │   ├── exif005.phpt
    │   │   │   ├── exif006.phpt
    │   │   │   ├── exif007.phpt
    │   │   │   ├── exif008.phpt
    │   │   │   ├── exif009.phpt
    │   │   │   ├── exif010.phpt
    │   │   │   ├── exif011.phpt
    │   │   │   ├── exif012.phpt
    │   │   │   ├── exif013.phpt
    │   │   │   ├── exif014.phpt
    │   │   │   ├── exif015.phpt
    │   │   │   ├── exif016.phpt
    │   │   │   ├── exif017.phpt
    │   │   │   ├── exif018.phpt
    │   │   │   ├── exif020.phpt
    │   │   │   ├── exif021.phpt
    │   │   │   ├── exif022.phpt
    │   │   │   ├── exif023.phpt
    │   │   │   ├── exif024.phpt
    │   │   │   ├── exif025.phpt
    │   │   │   ├── exif026.phpt
    │   │   │   ├── exif027.phpt
    │   │   │   ├── exif_imagetype_basic.phpt
    │   │   │   ├── exif_imagetype_error.phpt
    │   │   │   ├── exif_imagetype_variation1.phpt
    │   │   │   ├── exif_read_exif_data_basic.phpt
    │   │   │   ├── exif_tagname_basic.phpt
    │   │   │   ├── exif_tagname_error.phpt
    │   │   │   ├── exif_tagname_variation1.phpt
    │   │   │   ├── image007.jpg
    │   │   │   ├── image008.jpg
    │   │   │   ├── image009.jpg
    │   │   │   ├── image010.jpg
    │   │   │   ├── image011.jpg
    │   │   │   ├── image012.jpg
    │   │   │   ├── image013.jpg
    │   │   │   ├── image014.jpg
    │   │   │   ├── image015.jpg
    │   │   │   ├── image016.tiff
    │   │   │   ├── image017.tiff
    │   │   │   ├── image018.tiff
    │   │   │   ├── image020.tiff
    │   │   │   ├── image021.tiff
    │   │   │   ├── image022.tiff
    │   │   │   ├── image023.tiff
    │   │   │   ├── image024.jpg
    │   │   │   ├── image025.jpg
    │   │   │   ├── image026.tiff
    │   │   │   ├── image027.tiff
    │   │   │   ├── test1.jpg
    │   │   │   ├── test2.jpg
    │   │   │   ├── test3.jpg
    │   │   │   ├── test4.jpg
    │   │   │   ├── test5.jpg
    │   │   │   └── test6.jpg
    │   │   └── test.txt
    │   ├── ext_skel
    │   ├── ext_skel_win32.php
    │   ├── fbsql
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── fbsql.dsp
    │   │   ├── php_fbsql.c
    │   │   ├── php_fbsql.h
    │   │   └── Readme_w32.txt
    │   ├── fdf
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── fdf.c
    │   │   ├── fdf.dsp
    │   │   ├── package.xml
    │   │   ├── php_fdf.h
    │   │   └── tests
    │   │       ├── 01-general.phpt
    │   │       ├── 02-values.phpt
    │   │       ├── 03-read-file.phpt
    │   │       ├── 04-POST.phpt
    │   │       └── simple.fdf
    │   ├── filter
    │   │   ├── callback_filter.c
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── docs
    │   │   │   ├── filter.txt
    │   │   │   └── input_get_args.php
    │   │   ├── filter.c
    │   │   ├── filter_private.h
    │   │   ├── logical_filters.c
    │   │   ├── php_filter.h
    │   │   ├── sanitizing_filters.c
    │   │   └── tests
    │   │       ├── 001.phpt
    │   │       ├── 002.phpt
    │   │       ├── 003.phpt
    │   │       ├── 004.phpt
    │   │       ├── 005.phpt
    │   │       ├── 006.phpt
    │   │       ├── 007.phpt
    │   │       ├── 008.phpt
    │   │       ├── 009.phpt
    │   │       ├── 010.phpt
    │   │       ├── 011.phpt
    │   │       ├── 012.phpt
    │   │       ├── 013.phpt
    │   │       ├── 014.phpt
    │   │       ├── 015.phpt
    │   │       ├── 016.phpt
    │   │       ├── 017.phpt
    │   │       ├── 018.phpt
    │   │       ├── 019.phpt
    │   │       ├── 020.phpt
    │   │       ├── 021.phpt
    │   │       ├── 022.phpt
    │   │       ├── 023.phpt
    │   │       ├── 024.phpt
    │   │       ├── 025.phpt
    │   │       ├── 026.phpt
    │   │       ├── 027.phpt
    │   │       ├── 028.phpt
    │   │       ├── 029.phpt
    │   │       ├── 030.phpt
    │   │       ├── 031.phpt
    │   │       ├── 032.phpt
    │   │       ├── 033.phpt
    │   │       ├── 033_run.inc
    │   │       ├── 034.phpt
    │   │       ├── 035.phpt
    │   │       ├── 036.phpt
    │   │       ├── 037.phpt
    │   │       ├── 038.phpt
    │   │       ├── 039.phpt
    │   │       ├── 040.phpt
    │   │       ├── 041.phpt
    │   │       ├── 042.phpt
    │   │       ├── 043.phpt
    │   │       ├── 044.phpt
    │   │       ├── 045.phpt
    │   │       ├── 046.phpt
    │   │       ├── 047.phpt
    │   │       ├── 048.phpt
    │   │       ├── 049.phpt
    │   │       ├── 050.phpt
    │   │       ├── 051.phpt
    │   │       ├── 052.phpt
    │   │       ├── 053.phpt
    │   │       ├── bug39763.phpt
    │   │       ├── bug39846.phpt
    │   │       ├── bug42718-2.phpt
    │   │       ├── bug42718.phpt
    │   │       ├── bug44445.phpt
    │   │       ├── bug7586.phpt
    │   │       ├── bug7715.phpt
    │   │       ├── bug7733.phpt
    │   │       ├── bug8315.phpt
    │   │       ├── callback_non_modified_var.phpt
    │   │       ├── filter_data.phpt
    │   │       └── PMOPB45.phpt
    │   ├── ftp
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── ftp.c
    │   │   ├── ftp.h
    │   │   ├── package.xml
    │   │   ├── php_ftp.c
    │   │   ├── php_ftp.h
    │   │   └── tests
    │   │       ├── 001.phpt
    │   │       ├── 002.phpt
    │   │       ├── 003.phpt
    │   │       ├── 004.phpt
    │   │       ├── 005.phpt
    │   │       ├── 006.phpt
    │   │       ├── bug27809.phpt
    │   │       ├── bug37799.phpt
    │   │       ├── bug39458-2.phpt
    │   │       ├── bug39458.phpt
    │   │       ├── bug39583-2.phpt
    │   │       ├── bug39583.phpt
    │   │       ├── bug7216-2.phpt
    │   │       ├── bug7216.phpt
    │   │       ├── cert.pem
    │   │       ├── server.inc
    │   │       └── skipif.inc
    │   ├── gd
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── gd.c
    │   │   ├── gdcache.c
    │   │   ├── gdcache.h
    │   │   ├── gd_ctx.c
    │   │   ├── gd.dsp
    │   │   ├── gdttf.c
    │   │   ├── gdttf.h
    │   │   ├── libgd
    │   │   │   ├── gd2copypal.c
    │   │   │   ├── gd2time.c
    │   │   │   ├── gd2topng.c
    │   │   │   ├── gd_arc_f_buggy.c
    │   │   │   ├── gd.c
    │   │   │   ├── gdcache.c
    │   │   │   ├── gdcache.h
    │   │   │   ├── gddemo.c
    │   │   │   ├── gdfontg.c
    │   │   │   ├── gdfontg.h
    │   │   │   ├── gdfontl.c
    │   │   │   ├── gdfontl.h
    │   │   │   ├── gdfontmb.c
    │   │   │   ├── gdfontmb.h
    │   │   │   ├── gdfonts.c
    │   │   │   ├── gdfonts.h
    │   │   │   ├── gdfontt.c
    │   │   │   ├── gdfontt.h
    │   │   │   ├── gdft.c
    │   │   │   ├── gd_gd2.c
    │   │   │   ├── gd_gd.c
    │   │   │   ├── gd_gif_in.c
    │   │   │   ├── gd_gif_out.c
    │   │   │   ├── gd.h
    │   │   │   ├── gdhelpers.c
    │   │   │   ├── gdhelpers.h
    │   │   │   ├── gd_io.c
    │   │   │   ├── gd_io_dp.c
    │   │   │   ├── gd_io_file.c
    │   │   │   ├── gd_io.h
    │   │   │   ├── gd_io_ss.c
    │   │   │   ├── gd_jpeg.c
    │   │   │   ├── gdkanji.c
    │   │   │   ├── gdparttopng.c
    │   │   │   ├── gd_png.c
    │   │   │   ├── gd_security.c
    │   │   │   ├── gd_ss.c
    │   │   │   ├── gdtables.c
    │   │   │   ├── gdtest.c
    │   │   │   ├── gdtestft.c
    │   │   │   ├── gd_topal.c
    │   │   │   ├── gdtopng.c
    │   │   │   ├── gd_wbmp.c
    │   │   │   ├── gdxpm.c
    │   │   │   ├── jisx0208.h
    │   │   │   ├── mathmake.c
    │   │   │   ├── pngtogd2.c
    │   │   │   ├── pngtogd.c
    │   │   │   ├── README
    │   │   │   ├── testac.c
    │   │   │   ├── wbmp.c
    │   │   │   ├── wbmp.h
    │   │   │   ├── webpng.c
    │   │   │   └── xbm.c
    │   │   ├── php_gd.h
    │   │   └── tests
    │   │       ├── 001.phpt
    │   │       ├── bug19366.phpt
    │   │       ├── bug22544.phpt
    │   │       ├── bug24155.phpt
    │   │       ├── bug24594.phpt
    │   │       ├── bug27582_1.phpt
    │   │       ├── bug28147.phpt
    │   │       ├── bug36697.phpt
    │   │       ├── bug37346.gif
    │   │       ├── bug37346.phpt
    │   │       ├── bug37360.gif
    │   │       ├── bug37360.phpt
    │   │       ├── bug38112.gif
    │   │       ├── bug38112.phpt
    │   │       ├── bug38179.phpt
    │   │       ├── bug38212.phpt
    │   │       ├── bug39082.phpt
    │   │       ├── bug39273.phpt
    │   │       ├── bug39286.phpt
    │   │       ├── bug39366.phpt
    │   │       ├── bug39508.phpt
    │   │       ├── bug39780_extern.phpt
    │   │       ├── bug39780.phpt
    │   │       ├── bug39780.png
    │   │       ├── bug40764.phpt
    │   │       ├── bug41442.phpt
    │   │       ├── bug43121.gif
    │   │       ├── bug43121.phpt
    │   │       ├── colorat.phpt
    │   │       ├── colorclosest.phpt
    │   │       ├── colorexact.phpt
    │   │       ├── colormatch.phpt
    │   │       ├── colorresolve.phpt
    │   │       ├── conv_test.gif
    │   │       ├── conv_test.jpeg
    │   │       ├── conv_test.png
    │   │       ├── conv_test.xbm
    │   │       ├── conv_test.xpm
    │   │       ├── copypalette.phpt
    │   │       ├── copy.phpt
    │   │       ├── copyresized.phpt
    │   │       ├── createfromgd2.phpt
    │   │       ├── createfromstring.phpt
    │   │       ├── createfromwbmp2_extern.phpt
    │   │       ├── createfromwbmp2.phpt
    │   │       ├── createfromwbmp.phpt
    │   │       ├── dashedlines.phpt
    │   │       ├── gd_info_basic.phpt
    │   │       ├── gif2gd.phpt
    │   │       ├── gif2jpg.phpt
    │   │       ├── gif2png.phpt
    │   │       ├── gif.phpt
    │   │       ├── imagecopyresampled_basic.phpt
    │   │       ├── imagedashedline_basic.phpt
    │   │       ├── imagefill_1.phpt
    │   │       ├── imagefilledpolygon_basic.phpt
    │   │       ├── imagefilter.phpt
    │   │       ├── imagefttext.phpt
    │   │       ├── imageloadfont_invalid.phpt
    │   │       ├── imagepolygon_basic.phpt
    │   │       ├── image_type_to_mime_type_basic.phpt
    │   │       ├── imagewbmp.phpt
    │   │       ├── jpeg2png.phpt
    │   │       ├── jpg2gd.phpt
    │   │       ├── libgd00086_extern.phpt
    │   │       ├── libgd00086.phpt
    │   │       ├── libgd00086.png
    │   │       ├── libgd00094.phpt
    │   │       ├── libgd00094.xbm
    │   │       ├── libgd00101.gd
    │   │       ├── libgd00101.phpt
    │   │       ├── libgd00106.phpt
    │   │       ├── lines.phpt
    │   │       ├── png2gd.phpt
    │   │       ├── pngcomp.phpt
    │   │       ├── src.gd2
    │   │       ├── src.png
    │   │       ├── src.wbmp
    │   │       ├── test8859.ttf
    │   │       ├── test.png
    │   │       ├── truecolor.phpt
    │   │       ├── types.phpt
    │   │       ├── xbm2png.phpt
    │   │       ├── xpm2gd.phpt
    │   │       ├── xpm2jpg.phpt
    │   │       └── xpm2png.phpt
    │   ├── gettext
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── gettext.c
    │   │   ├── gettext.dsp
    │   │   ├── php_gettext.h
    │   │   └── tests
    │   │       ├── 44938.phpt
    │   │       ├── dcngettext.phpt
    │   │       ├── gettext_basic.phpt
    │   │       └── locale
    │   │           └── fi
    │   │               └── LC_MESSAGES
    │   │                   ├── messages.mo
    │   │                   └── messages.po
    │   ├── gmp
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── gmp.c
    │   │   ├── php_gmp.h
    │   │   ├── README
    │   │   ├── tests
    │   │   │   ├── 001.phpt
    │   │   │   ├── 002.phpt
    │   │   │   ├── 003.phpt
    │   │   │   ├── 004.phpt
    │   │   │   ├── 005.phpt
    │   │   │   ├── 006.phpt
    │   │   │   ├── 007.phpt
    │   │   │   ├── 008.phpt
    │   │   │   ├── 009.phpt
    │   │   │   ├── 010.phpt
    │   │   │   ├── 011.phpt
    │   │   │   ├── 012.phpt
    │   │   │   ├── 013.phpt
    │   │   │   ├── 014.phpt
    │   │   │   ├── 015.phpt
    │   │   │   ├── 016.phpt
    │   │   │   ├── 017.phpt
    │   │   │   ├── 018.phpt
    │   │   │   ├── 019.phpt
    │   │   │   ├── 020.phpt
    │   │   │   ├── 021.phpt
    │   │   │   ├── 022.phpt
    │   │   │   ├── 023.phpt
    │   │   │   ├── 024.phpt
    │   │   │   ├── 025.phpt
    │   │   │   ├── 026.phpt
    │   │   │   ├── 027.phpt
    │   │   │   ├── 028.phpt
    │   │   │   ├── 029.phpt
    │   │   │   ├── 030.phpt
    │   │   │   ├── 031.phpt
    │   │   │   ├── 032.phpt
    │   │   │   ├── 033.phpt
    │   │   │   ├── 034.phpt
    │   │   │   ├── 035.phpt
    │   │   │   ├── 036.phpt
    │   │   │   ├── 037.phpt
    │   │   │   ├── 038.phpt
    │   │   │   ├── 039.phpt
    │   │   │   ├── bug32773.phpt
    │   │   │   └── gmp_nextprime.phpt
    │   │   └── TODO
    │   ├── hash
    │   │   ├── bench.php
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── EXPERIMENTAL
    │   │   ├── hash_adler32.c
    │   │   ├── hash.c
    │   │   ├── hash_crc32.c
    │   │   ├── hash_gost.c
    │   │   ├── hash_haval.c
    │   │   ├── hash_md.c
    │   │   ├── hash_ripemd.c
    │   │   ├── hash_salsa.c
    │   │   ├── hash_sha.c
    │   │   ├── hash_snefru.c
    │   │   ├── hash_tiger.c
    │   │   ├── hash_whirlpool.c
    │   │   ├── package.xml
    │   │   ├── php_hash_adler32.h
    │   │   ├── php_hash_crc32.h
    │   │   ├── php_hash_crc32_tables.h
    │   │   ├── php_hash_gost.h
    │   │   ├── php_hash_gost_tables.h
    │   │   ├── php_hash.h
    │   │   ├── php_hash_haval.h
    │   │   ├── php_hash_md.h
    │   │   ├── php_hash_ripemd.h
    │   │   ├── php_hash_salsa.h
    │   │   ├── php_hash_sha.h
    │   │   ├── php_hash_snefru.h
    │   │   ├── php_hash_snefru_tables.h
    │   │   ├── php_hash_tiger.h
    │   │   ├── php_hash_tiger_tables.h
    │   │   ├── php_hash_types.h
    │   │   ├── php_hash_whirlpool.h
    │   │   ├── php_hash_whirlpool_tables.h
    │   │   ├── README
    │   │   └── tests
    │   │       ├── adler32.phpt
    │   │       ├── crc32.phpt
    │   │       ├── gost.phpt
    │   │       ├── haval.phpt
    │   │       ├── hmac-md5.phpt
    │   │       ├── md2.phpt
    │   │       ├── md4.phpt
    │   │       ├── md5.phpt
    │   │       ├── ripemd128.phpt
    │   │       ├── ripemd160.phpt
    │   │       ├── ripemd256.phpt
    │   │       ├── ripemd320.phpt
    │   │       ├── sha1.phpt
    │   │       ├── sha256.phpt
    │   │       ├── sha384.phpt
    │   │       ├── sha512.phpt
    │   │       ├── snefru.phpt
    │   │       ├── tiger.phpt
    │   │       └── whirlpool.phpt
    │   ├── iconv
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── iconv.c
    │   │   ├── iconv.dsp
    │   │   ├── php_iconv.def
    │   │   ├── php_iconv.h
    │   │   └── tests
    │   │       ├── bug16069.phpt
    │   │       ├── bug37176.phpt
    │   │       ├── bug37773.phpt
    │   │       ├── eucjp2iso2022jp.phpt
    │   │       ├── eucjp2sjis.phpt
    │   │       ├── eucjp2utf8.phpt
    │   │       ├── iconv001.phpt
    │   │       ├── iconv002.phpt
    │   │       ├── iconv003.phpt
    │   │       ├── iconv004.phpt
    │   │       ├── iconv-charset-length-cve-2007-4840.phpt
    │   │       ├── iconv_mime_decode-charset-length-cve-2007-4840.phpt
    │   │       ├── iconv_mime_decode_headers-charset-length-cve-2007-4840.phpt
    │   │       ├── iconv_mime_decode_headers.phpt
    │   │       ├── iconv_mime_decode.phpt
    │   │       ├── iconv_mime_encode.phpt
    │   │       ├── iconv_set_encoding-charset-length-cve-2007-4840.phpt
    │   │       ├── iconv_stream_filter.phpt
    │   │       ├── iconv_stream_filter.txt
    │   │       ├── iconv_strlen-charset-length-cve-2007-4840.phpt
    │   │       ├── iconv_strlen.phpt
    │   │       ├── iconv_strpos-charset-length-cve-2007-4840.phpt
    │   │       ├── iconv_strpos.phpt
    │   │       ├── iconv_strrpos-charset-length-cve-2007-4840.phpt
    │   │       ├── iconv_strrpos.phpt
    │   │       ├── iconv_substr-charset-length-cve-2007-4783.phpt
    │   │       ├── iconv_substr.phpt
    │   │       ├── ob_iconv_handler-charset-length-cve-2007-4840.phpt
    │   │       ├── ob_iconv_handler.phpt
    │   │       ├── Quotes.UTF-8
    │   │       ├── skipif.inc
    │   │       ├── test.inc
    │   │       ├── translit-failure.phpt
    │   │       └── translit-utf8.phpt
    │   ├── imap
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── imap.dsp
    │   │   ├── IMAP_Win32_HOWTO.txt
    │   │   ├── php_imap.c
    │   │   ├── php_imap.h
    │   │   └── tests
    │   │       ├── bug31142_1.phpt
    │   │       ├── bug31142_2.phpt
    │   │       ├── bug32589.phpt
    │   │       ├── bug35669.phpt
    │   │       ├── bug40854.phpt
    │   │       ├── bug45705_1.phpt
    │   │       ├── bug45705_2.phpt
    │   │       ├── clean.inc
    │   │       ├── imap_include.inc
    │   │       ├── imap_utf8.phpt
    │   │       └── skipif.inc
    │   ├── interbase
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── ibase_blobs.c
    │   │   ├── ibase_events.c
    │   │   ├── ibase_query.c
    │   │   ├── ibase_service.c
    │   │   ├── interbase.c
    │   │   ├── interbase.dsp
    │   │   ├── interbase.rc
    │   │   ├── php_ibase_includes.h
    │   │   ├── php_ibase_udf.c
    │   │   ├── php_interbase.h
    │   │   └── tests
    │   │       ├── 002.phpt
    │   │       ├── 003.phpt
    │   │       ├── 004.phpt
    │   │       ├── 005.phpt
    │   │       ├── 006.phpt
    │   │       ├── 007.phpt
    │   │       ├── 008.phpt
    │   │       ├── bug45373.phpt
    │   │       ├── bug45575.phpt
    │   │       ├── bug46247.phpt
    │   │       ├── bug46543.phpt
    │   │       ├── ibase_affected_rows_001.phpt
    │   │       ├── ibase_close_001.phpt
    │   │       ├── ibase_drop_db_001.phpt
    │   │       ├── ibase_errmsg_001.phpt
    │   │       ├── ibase_free_query_001.phpt
    │   │       ├── ibase_num_fields_001.phpt
    │   │       ├── ibase_num_params_001.phpt
    │   │       ├── ibase_param_info_001.phpt
    │   │       ├── ibase_rollback_001.phpt
    │   │       ├── ibase_trans_001.phpt
    │   │       ├── ibase_trans_002.phpt
    │   │       ├── interbase.inc
    │   │       └── skipif.inc
    │   ├── json
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── json.c
    │   │   ├── json.dsp
    │   │   ├── JSON_parser.c
    │   │   ├── JSON_parser.h
    │   │   ├── package.xml
    │   │   ├── php_json.h
    │   │   ├── README
    │   │   ├── tests
    │   │   │   ├── 001.phpt
    │   │   │   ├── 002.phpt
    │   │   │   ├── 003.phpt
    │   │   │   ├── 004.phpt
    │   │   │   ├── 005.phpt
    │   │   │   ├── bug40503.phpt
    │   │   │   ├── bug41034.phpt
    │   │   │   ├── bug41067.phpt
    │   │   │   ├── bug41403.phpt
    │   │   │   ├── bug41504.phpt
    │   │   │   ├── bug41567.phpt
    │   │   │   ├── bug42090.phpt
    │   │   │   ├── bug42785.phpt
    │   │   │   ├── bug43941.phpt
    │   │   │   ├── bug46215.phpt
    │   │   │   ├── fail001.phpt
    │   │   │   ├── pass001.1_64bit.phpt
    │   │   │   ├── pass001.1.phpt
    │   │   │   ├── pass001.phpt
    │   │   │   ├── pass002.phpt
    │   │   │   └── pass003.phpt
    │   │   ├── utf8_decode.c
    │   │   ├── utf8_decode.h
    │   │   ├── utf8_to_utf16.c
    │   │   └── utf8_to_utf16.h
    │   ├── ldap
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── ldap.c
    │   │   ├── ldap.dsp
    │   │   ├── ldap.mak
    │   │   ├── LDAP_Win32_HOWTO.txt
    │   │   ├── php_ldap.h
    │   │   └── tests
    │   │       ├── ldap_dn2ufn.phpt
    │   │       ├── ldap_explode_dn.phpt
    │   │       └── skipif.inc
    │   ├── libxml
    │   │   ├── config0.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── libxml.c
    │   │   ├── php_libxml2.def
    │   │   ├── php_libxml.h
    │   │   └── tests
    │   │       ├── 001.phpt
    │   │       ├── 002.phpt
    │   │       ├── 003.phpt
    │   │       ├── 004.phpt
    │   │       ├── bug42112.phpt
    │   │       └── test.xml
    │   ├── mbstring
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── libmbfl
    │   │   │   ├── AUTHORS
    │   │   │   ├── buildconf
    │   │   │   ├── config.h.bcc32
    │   │   │   ├── config.h.in
    │   │   │   ├── config.h.vc6
    │   │   │   ├── configure.in
    │   │   │   ├── cvsclean
    │   │   │   ├── DISCLAIMER
    │   │   │   ├── filters
    │   │   │   │   ├── cp932_table.h
    │   │   │   │   ├── html_entities.c
    │   │   │   │   ├── html_entities.h
    │   │   │   │   ├── Makefile.am
    │   │   │   │   ├── Makefile.bcc32
    │   │   │   │   ├── mbfilter_7bit.c
    │   │   │   │   ├── mbfilter_7bit.h
    │   │   │   │   ├── mbfilter_armscii8.c
    │   │   │   │   ├── mbfilter_armscii8.h
    │   │   │   │   ├── mbfilter_ascii.c
    │   │   │   │   ├── mbfilter_ascii.h
    │   │   │   │   ├── mbfilter_base64.c
    │   │   │   │   ├── mbfilter_base64.h
    │   │   │   │   ├── mbfilter_big5.c
    │   │   │   │   ├── mbfilter_big5.h
    │   │   │   │   ├── mbfilter_byte2.c
    │   │   │   │   ├── mbfilter_byte2.h
    │   │   │   │   ├── mbfilter_byte4.c
    │   │   │   │   ├── mbfilter_byte4.h
    │   │   │   │   ├── mbfilter_cp1251.c
    │   │   │   │   ├── mbfilter_cp1251.h
    │   │   │   │   ├── mbfilter_cp1252.c
    │   │   │   │   ├── mbfilter_cp1252.h
    │   │   │   │   ├── mbfilter_cp51932.c
    │   │   │   │   ├── mbfilter_cp51932.h
    │   │   │   │   ├── mbfilter_cp866.c
    │   │   │   │   ├── mbfilter_cp866.h
    │   │   │   │   ├── mbfilter_cp932.c
    │   │   │   │   ├── mbfilter_cp932.h
    │   │   │   │   ├── mbfilter_cp936.c
    │   │   │   │   ├── mbfilter_cp936.h
    │   │   │   │   ├── mbfilter_euc_cn.c
    │   │   │   │   ├── mbfilter_euc_cn.h
    │   │   │   │   ├── mbfilter_euc_jp.c
    │   │   │   │   ├── mbfilter_euc_jp.h
    │   │   │   │   ├── mbfilter_euc_jp_win.c
    │   │   │   │   ├── mbfilter_euc_jp_win.h
    │   │   │   │   ├── mbfilter_euc_kr.c
    │   │   │   │   ├── mbfilter_euc_kr.h
    │   │   │   │   ├── mbfilter_euc_tw.c
    │   │   │   │   ├── mbfilter_euc_tw.h
    │   │   │   │   ├── mbfilter_htmlent.c
    │   │   │   │   ├── mbfilter_htmlent.h
    │   │   │   │   ├── mbfilter_hz.c
    │   │   │   │   ├── mbfilter_hz.h
    │   │   │   │   ├── mbfilter_iso2022_jp_ms.c
    │   │   │   │   ├── mbfilter_iso2022_jp_ms.h
    │   │   │   │   ├── mbfilter_iso2022_kr.c
    │   │   │   │   ├── mbfilter_iso2022_kr.h
    │   │   │   │   ├── mbfilter_iso8859_10.c
    │   │   │   │   ├── mbfilter_iso8859_10.h
    │   │   │   │   ├── mbfilter_iso8859_13.c
    │   │   │   │   ├── mbfilter_iso8859_13.h
    │   │   │   │   ├── mbfilter_iso8859_14.c
    │   │   │   │   ├── mbfilter_iso8859_14.h
    │   │   │   │   ├── mbfilter_iso8859_15.c
    │   │   │   │   ├── mbfilter_iso8859_15.h
    │   │   │   │   ├── mbfilter_iso8859_16.c
    │   │   │   │   ├── mbfilter_iso8859_16.h
    │   │   │   │   ├── mbfilter_iso8859_1.c
    │   │   │   │   ├── mbfilter_iso8859_1.h
    │   │   │   │   ├── mbfilter_iso8859_2.c
    │   │   │   │   ├── mbfilter_iso8859_2.h
    │   │   │   │   ├── mbfilter_iso8859_3.c
    │   │   │   │   ├── mbfilter_iso8859_3.h
    │   │   │   │   ├── mbfilter_iso8859_4.c
    │   │   │   │   ├── mbfilter_iso8859_4.h
    │   │   │   │   ├── mbfilter_iso8859_5.c
    │   │   │   │   ├── mbfilter_iso8859_5.h
    │   │   │   │   ├── mbfilter_iso8859_6.c
    │   │   │   │   ├── mbfilter_iso8859_6.h
    │   │   │   │   ├── mbfilter_iso8859_7.c
    │   │   │   │   ├── mbfilter_iso8859_7.h
    │   │   │   │   ├── mbfilter_iso8859_8.c
    │   │   │   │   ├── mbfilter_iso8859_8.h
    │   │   │   │   ├── mbfilter_iso8859_9.c
    │   │   │   │   ├── mbfilter_iso8859_9.h
    │   │   │   │   ├── mbfilter_jis.c
    │   │   │   │   ├── mbfilter_jis.h
    │   │   │   │   ├── mbfilter_koi8r.c
    │   │   │   │   ├── mbfilter_koi8r.h
    │   │   │   │   ├── mbfilter_qprint.c
    │   │   │   │   ├── mbfilter_qprint.h
    │   │   │   │   ├── mbfilter_sjis.c
    │   │   │   │   ├── mbfilter_sjis.h
    │   │   │   │   ├── mbfilter_ucs2.c
    │   │   │   │   ├── mbfilter_ucs2.h
    │   │   │   │   ├── mbfilter_ucs4.c
    │   │   │   │   ├── mbfilter_ucs4.h
    │   │   │   │   ├── mbfilter_uhc.c
    │   │   │   │   ├── mbfilter_uhc.h
    │   │   │   │   ├── mbfilter_utf16.c
    │   │   │   │   ├── mbfilter_utf16.h
    │   │   │   │   ├── mbfilter_utf32.c
    │   │   │   │   ├── mbfilter_utf32.h
    │   │   │   │   ├── mbfilter_utf7.c
    │   │   │   │   ├── mbfilter_utf7.h
    │   │   │   │   ├── mbfilter_utf7imap.c
    │   │   │   │   ├── mbfilter_utf7imap.h
    │   │   │   │   ├── mbfilter_utf8.c
    │   │   │   │   ├── mbfilter_utf8.h
    │   │   │   │   ├── mbfilter_uuencode.c
    │   │   │   │   ├── mbfilter_uuencode.h
    │   │   │   │   ├── mk_sb_tbl.awk
    │   │   │   │   ├── unicode_prop.h
    │   │   │   │   ├── unicode_table_armscii8.h
    │   │   │   │   ├── unicode_table_big5.h
    │   │   │   │   ├── unicode_table_cns11643.h
    │   │   │   │   ├── unicode_table_cp1251.h
    │   │   │   │   ├── unicode_table_cp1252.h
    │   │   │   │   ├── unicode_table_cp866.h
    │   │   │   │   ├── unicode_table_cp932_ext.h
    │   │   │   │   ├── unicode_table_cp936.h
    │   │   │   │   ├── unicode_table_iso8859_10.h
    │   │   │   │   ├── unicode_table_iso8859_13.h
    │   │   │   │   ├── unicode_table_iso8859_14.h
    │   │   │   │   ├── unicode_table_iso8859_15.h
    │   │   │   │   ├── unicode_table_iso8859_16.h
    │   │   │   │   ├── unicode_table_iso8859_2.h
    │   │   │   │   ├── unicode_table_iso8859_3.h
    │   │   │   │   ├── unicode_table_iso8859_4.h
    │   │   │   │   ├── unicode_table_iso8859_5.h
    │   │   │   │   ├── unicode_table_iso8859_6.h
    │   │   │   │   ├── unicode_table_iso8859_7.h
    │   │   │   │   ├── unicode_table_iso8859_8.h
    │   │   │   │   ├── unicode_table_iso8859_9.h
    │   │   │   │   ├── unicode_table_jis.h
    │   │   │   │   ├── unicode_table_koi8r.h
    │   │   │   │   └── unicode_table_uhc.h
    │   │   │   ├── INSTALL
    │   │   │   ├── libmbfl.dsp
    │   │   │   ├── libmbfl.dsw
    │   │   │   ├── libmbfl.sln
    │   │   │   ├── libmbfl.vcproj
    │   │   │   ├── LICENSE
    │   │   │   ├── Makefile.am
    │   │   │   ├── Makefile.bcc32
    │   │   │   ├── mbfl
    │   │   │   │   ├── eaw_table.h
    │   │   │   │   ├── Makefile.am
    │   │   │   │   ├── Makefile.bcc32
    │   │   │   │   ├── mbfilter_8bit.c
    │   │   │   │   ├── mbfilter_8bit.h
    │   │   │   │   ├── mbfilter.c
    │   │   │   │   ├── mbfilter.h
    │   │   │   │   ├── mbfilter_pass.c
    │   │   │   │   ├── mbfilter_pass.h
    │   │   │   │   ├── mbfilter_wchar.c
    │   │   │   │   ├── mbfilter_wchar.h
    │   │   │   │   ├── mbfl_allocators.c
    │   │   │   │   ├── mbfl_allocators.h
    │   │   │   │   ├── mbfl_consts.h
    │   │   │   │   ├── mbfl_convert.c
    │   │   │   │   ├── mbfl_convert.h
    │   │   │   │   ├── mbfl_defs.h
    │   │   │   │   ├── mbfl_encoding.c
    │   │   │   │   ├── mbfl_encoding.h
    │   │   │   │   ├── mbfl_filter_output.c
    │   │   │   │   ├── mbfl_filter_output.h
    │   │   │   │   ├── mbfl_ident.c
    │   │   │   │   ├── mbfl_ident.h
    │   │   │   │   ├── mbfl_language.c
    │   │   │   │   ├── mbfl_language.h
    │   │   │   │   ├── mbfl_memory_device.c
    │   │   │   │   ├── mbfl_memory_device.h
    │   │   │   │   ├── mbfl_string.c
    │   │   │   │   ├── mbfl_string.h
    │   │   │   │   └── mk_eaw_tbl.awk
    │   │   │   ├── mbfl.def
    │   │   │   ├── mbfl.rc
    │   │   │   ├── mksbcc32.bat
    │   │   │   ├── nls
    │   │   │   │   ├── Makefile.am
    │   │   │   │   ├── Makefile.bcc32
    │   │   │   │   ├── nls_de.c
    │   │   │   │   ├── nls_de.h
    │   │   │   │   ├── nls_en.c
    │   │   │   │   ├── nls_en.h
    │   │   │   │   ├── nls_hy.c
    │   │   │   │   ├── nls_hy.h
    │   │   │   │   ├── nls_ja.c
    │   │   │   │   ├── nls_ja.h
    │   │   │   │   ├── nls_kr.c
    │   │   │   │   ├── nls_kr.h
    │   │   │   │   ├── nls_neutral.c
    │   │   │   │   ├── nls_neutral.h
    │   │   │   │   ├── nls_ru.c
    │   │   │   │   ├── nls_ru.h
    │   │   │   │   ├── nls_tr.c
    │   │   │   │   ├── nls_tr.h
    │   │   │   │   ├── nls_uni.c
    │   │   │   │   ├── nls_uni.h
    │   │   │   │   ├── nls_zh.c
    │   │   │   │   └── nls_zh.h
    │   │   │   ├── README
    │   │   │   ├── rules.mak.bcc32
    │   │   │   └── tests
    │   │   │       └── sample.c
    │   │   ├── mb_gpc.c
    │   │   ├── mb_gpc.h
    │   │   ├── mbstring.c
    │   │   ├── mbstring.dsp
    │   │   ├── mbstring.h
    │   │   ├── oniguruma
    │   │   │   ├── AUTHORS
    │   │   │   ├── config.h.in
    │   │   │   ├── COPYING
    │   │   │   ├── doc
    │   │   │   │   ├── API
    │   │   │   │   ├── API.ja
    │   │   │   │   ├── FAQ
    │   │   │   │   ├── FAQ.ja
    │   │   │   │   ├── RE
    │   │   │   │   └── RE.ja
    │   │   │   ├── enc
    │   │   │   │   ├── ascii.c
    │   │   │   │   ├── big5.c
    │   │   │   │   ├── euc_jp.c
    │   │   │   │   ├── euc_kr.c
    │   │   │   │   ├── euc_tw.c
    │   │   │   │   ├── gb18030.c
    │   │   │   │   ├── iso8859_10.c
    │   │   │   │   ├── iso8859_11.c
    │   │   │   │   ├── iso8859_13.c
    │   │   │   │   ├── iso8859_14.c
    │   │   │   │   ├── iso8859_15.c
    │   │   │   │   ├── iso8859_16.c
    │   │   │   │   ├── iso8859_1.c
    │   │   │   │   ├── iso8859_2.c
    │   │   │   │   ├── iso8859_3.c
    │   │   │   │   ├── iso8859_4.c
    │   │   │   │   ├── iso8859_5.c
    │   │   │   │   ├── iso8859_6.c
    │   │   │   │   ├── iso8859_7.c
    │   │   │   │   ├── iso8859_8.c
    │   │   │   │   ├── iso8859_9.c
    │   │   │   │   ├── koi8.c
    │   │   │   │   ├── koi8_r.c
    │   │   │   │   ├── mktable.c
    │   │   │   │   ├── sjis.c
    │   │   │   │   ├── unicode.c
    │   │   │   │   ├── utf16_be.c
    │   │   │   │   ├── utf16_le.c
    │   │   │   │   ├── utf32_be.c
    │   │   │   │   ├── utf32_le.c
    │   │   │   │   └── utf8.c
    │   │   │   ├── HISTORY
    │   │   │   ├── index.html
    │   │   │   ├── onigcmpt200.h
    │   │   │   ├── oniggnu.h
    │   │   │   ├── onigposix.h
    │   │   │   ├── oniguruma.h
    │   │   │   ├── php_onig_compat.h
    │   │   │   ├── README
    │   │   │   ├── README.ja
    │   │   │   ├── regcomp.c
    │   │   │   ├── regenc.c
    │   │   │   ├── regenc.h
    │   │   │   ├── regerror.c
    │   │   │   ├── regexec.c
    │   │   │   ├── regext.c
    │   │   │   ├── reggnu.c
    │   │   │   ├── regint.h
    │   │   │   ├── regparse.c
    │   │   │   ├── regparse.h
    │   │   │   ├── regposerr.c
    │   │   │   ├── regposix.c
    │   │   │   ├── regsyntax.c
    │   │   │   ├── regtrav.c
    │   │   │   ├── regversion.c
    │   │   │   ├── st.c
    │   │   │   ├── st.h
    │   │   │   └── win32
    │   │   │       └── config.h
    │   │   ├── php_mbregex.c
    │   │   ├── php_mbregex.h
    │   │   ├── php_unicode.c
    │   │   ├── php_unicode.h
    │   │   ├── README
    │   │   ├── README.libmbfl
    │   │   ├── README_PHP3-i18n-ja
    │   │   ├── tests
    │   │   │   ├── bug20087.phpt
    │   │   │   ├── bug25140.phpt
    │   │   │   ├── bug26639.phpt
    │   │   │   ├── bug28220.phpt
    │   │   │   ├── bug30549.phpt
    │   │   │   ├── bug31911.phpt
    │   │   │   ├── bug43301.phpt
    │   │   │   ├── bug43840.phpt
    │   │   │   ├── bug43993.phpt
    │   │   │   ├── bug43994.phpt
    │   │   │   ├── bug43998.phpt
    │   │   │   ├── bug45722.phpt
    │   │   │   ├── casefold.phpt
    │   │   │   ├── common.inc
    │   │   │   ├── htmlent.phpt
    │   │   │   ├── ini_language.phpt
    │   │   │   ├── mb_convert_encoding_basic.phpt
    │   │   │   ├── mb_convert_encoding.phpt
    │   │   │   ├── mb_convert_encoding_variation1.phpt
    │   │   │   ├── mb_convert_variables.phpt
    │   │   │   ├── mb_decode_mimeheader_basic.phpt
    │   │   │   ├── mb_decode_mimeheader_error.phpt
    │   │   │   ├── mb_decode_mimeheader_variation1.phpt
    │   │   │   ├── mb_decode_mimeheader_variation2.phpt
    │   │   │   ├── mb_decode_mimeheader_variation3.phpt
    │   │   │   ├── mb_detect_encoding.phpt
    │   │   │   ├── mb_detect_order.phpt
    │   │   │   ├── mb_encode_mimeheader_basic2.phpt
    │   │   │   ├── mb_encode_mimeheader_basic3.phpt
    │   │   │   ├── mb_encode_mimeheader_basic.phpt
    │   │   │   ├── mb_encode_mimeheader_indent.phpt
    │   │   │   ├── mb_encode_mimeheader_variation1.phpt
    │   │   │   ├── mb_encode_mimeheader_variation2.phpt
    │   │   │   ├── mb_encode_mimeheader_variation3.phpt
    │   │   │   ├── mb_encode_mimeheader_variation4.phpt
    │   │   │   ├── mb_encode_mimeheader_variation5.phpt
    │   │   │   ├── mb_encode_mimeheader_variation6.phpt
    │   │   │   ├── mb_ereg1.phpt
    │   │   │   ├── mb_ereg2.phpt
    │   │   │   ├── mb_ereg_basic.phpt
    │   │   │   ├── mb_ereg-compat-01.phpt
    │   │   │   ├── mb_ereg-compat-02.phpt
    │   │   │   ├── mb_ereg_error.phpt
    │   │   │   ├── mb_ereg_match_basic.phpt
    │   │   │   ├── mb_ereg_match_error1.phpt
    │   │   │   ├── mb_ereg.phpt
    │   │   │   ├── mb_ereg_replace_basic.phpt
    │   │   │   ├── mb_ereg_replace-compat-01.phpt
    │   │   │   ├── mb_ereg_replace-compat-02.phpt
    │   │   │   ├── mb_ereg_replace-compat-03.phpt
    │   │   │   ├── mb_ereg_replace-compat-04.phpt
    │   │   │   ├── mb_ereg_replace-compat-05.phpt
    │   │   │   ├── mb_ereg_replace-compat-06.phpt
    │   │   │   ├── mb_ereg_replace-compat-07.phpt
    │   │   │   ├── mb_ereg_replace-compat-08.phpt
    │   │   │   ├── mb_ereg_replace-compat-09.phpt
    │   │   │   ├── mb_ereg_replace-compat-10.phpt
    │   │   │   ├── mb_ereg_replace-compat-11.phpt
    │   │   │   ├── mb_ereg_replace-compat-12.phpt
    │   │   │   ├── mb_ereg_replace-compat-13.phpt
    │   │   │   ├── mb_ereg_replace_error.phpt
    │   │   │   ├── mb_ereg_replace.phpt
    │   │   │   ├── mb_ereg_replace_variation1.phpt
    │   │   │   ├── mb_ereg_replace_variation2.phpt
    │   │   │   ├── mb_ereg_replace_variation3.phpt
    │   │   │   ├── mb_ereg_replace_variation4.phpt
    │   │   │   ├── mb_ereg_search_xxx.phpt
    │   │   │   ├── mb_ereg_variation1.phpt
    │   │   │   ├── mb_ereg_variation2.phpt
    │   │   │   ├── mb_ereg_variation3.phpt
    │   │   │   ├── mb_ereg_variation4.phpt
    │   │   │   ├── mb_ereg_variation5.phpt
    │   │   │   ├── mb_ereg_variation6.phpt
    │   │   │   ├── mb_ereg_variation7.phpt
    │   │   │   ├── mb_http_input.phpt
    │   │   │   ├── mb_http_output.phpt
    │   │   │   ├── mb_internal_encoding_basic.phpt
    │   │   │   ├── mb_internal_encoding_error1.phpt
    │   │   │   ├── mb_internal_encoding_error2.phpt
    │   │   │   ├── mb_internal_encoding_ini_basic2.phpt
    │   │   │   ├── mb_internal_encoding.phpt
    │   │   │   ├── mb_internal_encoding_variation1.phpt
    │   │   │   ├── mb_internal_encoding_variation2.phpt
    │   │   │   ├── mb_output_handler_euc_jp.phpt
    │   │   │   ├── mb_output_handler_shift_jis.phpt
    │   │   │   ├── mb_parse_str02.phpt
    │   │   │   ├── mb_parse_str.phpt
    │   │   │   ├── mb_preferred_mime_name.phpt
    │   │   │   ├── mb_regex_encoding_basic.phpt
    │   │   │   ├── mb_regex_encoding_error1.phpt
    │   │   │   ├── mb_regex_encoding_error2.phpt
    │   │   │   ├── mb_regex_encoding_variation1.phpt
    │   │   │   ├── mb_regex_encoding_variation2.phpt
    │   │   │   ├── mb_regex_set_options.phpt
    │   │   │   ├── mb_send_mail01.phpt
    │   │   │   ├── mb_send_mail02.phpt
    │   │   │   ├── mb_send_mail03.phpt
    │   │   │   ├── mb_send_mail04.phpt
    │   │   │   ├── mb_send_mail05.phpt
    │   │   │   ├── mb_send_mail06.phpt
    │   │   │   ├── mb_send_mail07.phpt
    │   │   │   ├── mb_split-compat-01.phpt
    │   │   │   ├── mb_split_error.phpt
    │   │   │   ├── mb_split.phpt
    │   │   │   ├── mb_split_variation1.phpt
    │   │   │   ├── mb_split_variation2.phpt
    │   │   │   ├── mb_split_variation3.phpt
    │   │   │   ├── mb_strcut.phpt
    │   │   │   ├── mb_strimwidth.phpt
    │   │   │   ├── mb_stripos_basic2.phpt
    │   │   │   ├── mb_stripos_basic.phpt
    │   │   │   ├── mb_stripos_error1.phpt
    │   │   │   ├── mb_stripos_error2.phpt
    │   │   │   ├── mb_stripos.phpt
    │   │   │   ├── mb_stripos_variation1.phpt
    │   │   │   ├── mb_stripos_variation2.phpt
    │   │   │   ├── mb_stripos_variation3.phpt
    │   │   │   ├── mb_stripos_variation4.phpt
    │   │   │   ├── mb_stristr_basic.phpt
    │   │   │   ├── mb_stristr_error1.phpt
    │   │   │   ├── mb_stristr_error2.phpt
    │   │   │   ├── mb_stristr_variation1.phpt
    │   │   │   ├── mb_stristr_variation2.phpt
    │   │   │   ├── mb_stristr_variation3.phpt
    │   │   │   ├── mb_stristr_variation4.phpt
    │   │   │   ├── mb_stristr_variation5.phpt
    │   │   │   ├── mb_strlen_basic.phpt
    │   │   │   ├── mb_strlen_error1.phpt
    │   │   │   ├── mb_strlen_error2.phpt
    │   │   │   ├── mb_strlen.phpt
    │   │   │   ├── mb_strlen_variation1.phpt
    │   │   │   ├── mb_strlen_variation2.phpt
    │   │   │   ├── mb_strlen_variation3.phpt
    │   │   │   ├── mb_strpos_basic.phpt
    │   │   │   ├── mb_strpos_error1.phpt
    │   │   │   ├── mb_strpos_error2.phpt
    │   │   │   ├── mb_strpos.phpt
    │   │   │   ├── mb_strpos_variation1.phpt
    │   │   │   ├── mb_strpos_variation2.phpt
    │   │   │   ├── mb_strpos_variation3.phpt
    │   │   │   ├── mb_strpos_variation4.phpt
    │   │   │   ├── mb_strpos_variation5.phpt
    │   │   │   ├── mb_strrchr_basic.phpt
    │   │   │   ├── mb_strrchr_error1.phpt
    │   │   │   ├── mb_strrchr_error2.phpt
    │   │   │   ├── mb_strrchr_variation1.phpt
    │   │   │   ├── mb_strrchr_variation2.phpt
    │   │   │   ├── mb_strrchr_variation3.phpt
    │   │   │   ├── mb_strrchr_variation4.phpt
    │   │   │   ├── mb_strrchr_variation5.phpt
    │   │   │   ├── mb_strrchr_variation6.phpt
    │   │   │   ├── mb_strrichr_basic.phpt
    │   │   │   ├── mb_strrichr_error1.phpt
    │   │   │   ├── mb_strrichr_error2.phpt
    │   │   │   ├── mb_strrichr_variation1.phpt
    │   │   │   ├── mb_strrichr_variation2.phpt
    │   │   │   ├── mb_strrichr_variation3.phpt
    │   │   │   ├── mb_strrichr_variation4.phpt
    │   │   │   ├── mb_strrichr_variation5.phpt
    │   │   │   ├── mb_strripos_basic2.phpt
    │   │   │   ├── mb_strripos_basic.phpt
    │   │   │   ├── mb_strripos_error1.phpt
    │   │   │   ├── mb_strripos_error2.phpt
    │   │   │   ├── mb_strripos_variation1.phpt
    │   │   │   ├── mb_strripos_variation2.phpt
    │   │   │   ├── mb_strripos_variation4.phpt
    │   │   │   ├── mb_strrpos_basic.phpt
    │   │   │   ├── mb_strrpos_error1.phpt
    │   │   │   ├── mb_strrpos_error2.phpt
    │   │   │   ├── mb_strrpos_variation1.phpt
    │   │   │   ├── mb_strrpos_variation2.phpt
    │   │   │   ├── mb_strrpos_variation3.phpt
    │   │   │   ├── mb_strrpos_variation4.phpt
    │   │   │   ├── mb_strrpos_variation5.phpt
    │   │   │   ├── mb_strstr_basic.phpt
    │   │   │   ├── mb_strstr_error1.phpt
    │   │   │   ├── mb_strstr_error2.phpt
    │   │   │   ├── mb_strstr_variation1.phpt
    │   │   │   ├── mb_strstr_variation2.phpt
    │   │   │   ├── mb_strstr_variation3.phpt
    │   │   │   ├── mb_strstr_variation4.phpt
    │   │   │   ├── mb_strstr_variation5.phpt
    │   │   │   ├── mb_strstr_variation6.phpt
    │   │   │   ├── mb_strtolower_basic.phpt
    │   │   │   ├── mb_strtolower_error1.phpt
    │   │   │   ├── mb_strtolower_error2.phpt
    │   │   │   ├── mb_strtolower_variation1.phpt
    │   │   │   ├── mb_strtolower_variation2.phpt
    │   │   │   ├── mb_strtolower_variation3.phpt
    │   │   │   ├── mb_strtolower_variation4.phpt
    │   │   │   ├── mb_strtoupper_basic.phpt
    │   │   │   ├── mb_strtoupper_error1.phpt
    │   │   │   ├── mb_strtoupper_error2.phpt
    │   │   │   ├── mb_strtoupper_variation1.phpt
    │   │   │   ├── mb_strtoupper_variation2.phpt
    │   │   │   ├── mb_strtoupper_variation3.phpt
    │   │   │   ├── mb_strtoupper_variation4.phpt
    │   │   │   ├── mb_strwidth.phpt
    │   │   │   ├── mb_substitute_character_basic.phpt
    │   │   │   ├── mb_substitute_character_error.phpt
    │   │   │   ├── mb_substitute_character.phpt
    │   │   │   ├── mb_substitute_character_variation1.phpt
    │   │   │   ├── mb_substitute_character_variation2.phpt
    │   │   │   ├── mb_substr_basic.phpt
    │   │   │   ├── mb_substr_count_basic.phpt
    │   │   │   ├── mb_substr_count_error1.phpt
    │   │   │   ├── mb_substr_count_error2.phpt
    │   │   │   ├── mb_substr_count.phpt
    │   │   │   ├── mb_substr_count_variation1.phpt
    │   │   │   ├── mb_substr_count_variation2.phpt
    │   │   │   ├── mb_substr_count_variation3.phpt
    │   │   │   ├── mb_substr_count_variation4.phpt
    │   │   │   ├── mb_substr_error1.phpt
    │   │   │   ├── mb_substr_error2.phpt
    │   │   │   ├── mb_substr.phpt
    │   │   │   ├── mb_substr_variation1.phpt
    │   │   │   ├── mb_substr_variation2.phpt
    │   │   │   ├── mb_substr_variation3.phpt
    │   │   │   ├── mb_substr_variation4.phpt
    │   │   │   ├── mb_substr_variation5.phpt
    │   │   │   ├── mb_substr_variation6.phpt
    │   │   │   ├── mb_substr_variation7.phpt
    │   │   │   ├── overload01.phpt
    │   │   │   ├── overload02.phpt
    │   │   │   ├── php_gr_jp_10830.phpt
    │   │   │   ├── php_gr_jp_16242.phpt
    │   │   │   ├── php_gr_jp_dev_884-1.phpt
    │   │   │   ├── php_gr_jp_dev_884-2.phpt
    │   │   │   ├── simpletest.phpt
    │   │   │   ├── skipif.inc
    │   │   │   └── zend-multibyte.phpt
    │   │   └── unicode_data.h
    │   ├── mcrypt
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── mcrypt.c
    │   │   ├── mcrypt.dsp
    │   │   ├── php_mcrypt.h
    │   │   ├── tests
    │   │   │   ├── blowfish.phpt
    │   │   │   ├── bug35496.phpt
    │   │   │   ├── bug37595.phpt
    │   │   │   ├── bug41252.phpt
    │   │   │   ├── bug46010.phpt
    │   │   │   ├── bug8040.phpt
    │   │   │   ├── mcrypt_cbc.phpt
    │   │   │   ├── mcrypt_cbf.phpt
    │   │   │   ├── mcrypt_create_iv.phpt
    │   │   │   ├── mcrypt_decrypt.phpt
    │   │   │   ├── mcrypt_ecb.phpt
    │   │   │   ├── mcrypt_enc_get_algorithms_name.phpt
    │   │   │   ├── mcrypt_enc_get_block_size.phpt
    │   │   │   ├── mcrypt_enc_get_iv_size.phpt
    │   │   │   ├── mcrypt_enc_get_key_size.phpt
    │   │   │   ├── mcrypt_enc_get_mode_name.phpt
    │   │   │   ├── mcrypt_enc_get_supported_key_sizes.phpt
    │   │   │   ├── mcrypt_enc_is_block_algorithm_mode.phpt
    │   │   │   ├── mcrypt_enc_is_block_algorithm.phpt
    │   │   │   ├── mcrypt_enc_is_block_mode.phpt
    │   │   │   ├── mcrypt_enc_self_test.phpt
    │   │   │   ├── mcrypt_get_block_size.phpt
    │   │   │   ├── mcrypt_get_cipher_name.phpt
    │   │   │   ├── mcrypt_get_iv_size.phpt
    │   │   │   ├── mcrypt_get_key_size.phpt
    │   │   │   ├── mcrypt_list_algorithms.phpt
    │   │   │   ├── mcrypt_list_modes.phpt
    │   │   │   ├── mcrypt_module_get_algo_block_size.phpt
    │   │   │   ├── mcrypt_module_get_algo_key_size.phpt
    │   │   │   ├── mcrypt_module_get_supported_key_sizes.phpt
    │   │   │   ├── mcrypt_module_is_block_algorithm_mode.phpt
    │   │   │   ├── mcrypt_module_is_block_algorithm.phpt
    │   │   │   ├── mcrypt_module_is_block_mode.phpt
    │   │   │   ├── mcrypt_module_open.phpt
    │   │   │   ├── mcrypt_module_self_test.phpt
    │   │   │   ├── mcrypt_ofb.phpt
    │   │   │   └── vectors.txt
    │   │   └── TODO
    │   ├── mhash
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── mhash.c
    │   │   ├── mhash.dsp
    │   │   ├── php_mhash.h
    │   │   └── tests
    │   │       ├── 001.phpt
    │   │       ├── 002.phpt
    │   │       ├── 003.phpt
    │   │       └── skip.inc
    │   ├── mime_magic
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── DEPRECATED
    │   │   ├── EXPERIMENTAL
    │   │   ├── mime_magic.c
    │   │   ├── mime_magic.dsp
    │   │   ├── package.xml
    │   │   ├── php_mime_magic.h
    │   │   └── phpmimemagic.h
    │   ├── ming
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── EXPERIMENTAL
    │   │   ├── ming.c
    │   │   ├── ming.dsp
    │   │   ├── php_ming.h
    │   │   └── tests
    │   │       ├── swfaction-new.phpt
    │   │       └── swfaction.phpt
    │   ├── msql
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── msql.dsp
    │   │   ├── php_msql.c
    │   │   └── php_msql.h
    │   ├── mssql
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── mssql.dsp
    │   │   ├── mssql_win32_howto.txt
    │   │   ├── php_mssql.c
    │   │   └── php_mssql.h
    │   ├── mysql
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── mysql.dsp
    │   │   ├── mysql.mak
    │   │   ├── package.xml
    │   │   ├── php_mysql.c
    │   │   ├── php_mysql.h
    │   │   ├── php_mysql_structs.h
    │   │   └── tests
    │   │       ├── 001.phpt
    │   │       ├── 002.phpt
    │   │       ├── 003.phpt
    │   │       ├── connect.inc
    │   │       └── skipif.inc
    │   ├── mysqli
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── mysqli_api.c
    │   │   ├── mysqli.c
    │   │   ├── mysqli_driver.c
    │   │   ├── mysqli.dsp
    │   │   ├── mysqli_embedded.c
    │   │   ├── mysqli_exception.c
    │   │   ├── mysqli_fe.c
    │   │   ├── mysqli_nonapi.c
    │   │   ├── mysqli_prop.c
    │   │   ├── mysqli_repl.c
    │   │   ├── mysqli_report.c
    │   │   ├── mysqli_report.h
    │   │   ├── mysqli_warning.c
    │   │   ├── package.xml
    │   │   ├── php_mysqli.h
    │   │   ├── tests
    │   │   │   ├── 001.phpt
    │   │   │   ├── 002.phpt
    │   │   │   ├── 003.phpt
    │   │   │   ├── 004.phpt
    │   │   │   ├── 005.phpt
    │   │   │   ├── 006.phpt
    │   │   │   ├── 007.phpt
    │   │   │   ├── 008.phpt
    │   │   │   ├── 009.phpt
    │   │   │   ├── 010.phpt
    │   │   │   ├── 011.phpt
    │   │   │   ├── 012.phpt
    │   │   │   ├── 013.phpt
    │   │   │   ├── 014.phpt
    │   │   │   ├── 015.phpt
    │   │   │   ├── 016.phpt
    │   │   │   ├── 017.phpt
    │   │   │   ├── 018.phpt
    │   │   │   ├── 019.phpt
    │   │   │   ├── 020.phpt
    │   │   │   ├── 021.phpt
    │   │   │   ├── 022.phpt
    │   │   │   ├── 023.phpt
    │   │   │   ├── 024.phpt
    │   │   │   ├── 025.phpt
    │   │   │   ├── 026.phpt
    │   │   │   ├── 027.phpt
    │   │   │   ├── 028.phpt
    │   │   │   ├── 029.phpt
    │   │   │   ├── 030.phpt
    │   │   │   ├── 031.phpt
    │   │   │   ├── 032.phpt
    │   │   │   ├── 033.phpt
    │   │   │   ├── 034.phpt
    │   │   │   ├── 035.phpt
    │   │   │   ├── 036.phpt
    │   │   │   ├── 037.phpt
    │   │   │   ├── 038.phpt
    │   │   │   ├── 039.phpt
    │   │   │   ├── 040.phpt
    │   │   │   ├── 041.phpt
    │   │   │   ├── 042.phpt
    │   │   │   ├── 043.phpt
    │   │   │   ├── 044.phpt
    │   │   │   ├── 045.phpt
    │   │   │   ├── 046.phpt
    │   │   │   ├── 047.phpt
    │   │   │   ├── 048.phpt
    │   │   │   ├── 049.phpt
    │   │   │   ├── 050.phpt
    │   │   │   ├── 051.phpt
    │   │   │   ├── 052.phpt
    │   │   │   ├── 053.phpt
    │   │   │   ├── 054.phpt
    │   │   │   ├── 055.phpt
    │   │   │   ├── 056.phpt
    │   │   │   ├── 057.phpt
    │   │   │   ├── 058.phpt
    │   │   │   ├── 059.phpt
    │   │   │   ├── 060.phpt
    │   │   │   ├── 061.phpt
    │   │   │   ├── 062.phpt
    │   │   │   ├── 063.phpt
    │   │   │   ├── 064.phpt
    │   │   │   ├── 065.phpt
    │   │   │   ├── 066.phpt
    │   │   │   ├── 067.phpt
    │   │   │   ├── 068.phpt
    │   │   │   ├── 071.phpt
    │   │   │   ├── 072.phpt
    │   │   │   ├── 073.phpt
    │   │   │   ├── bug28817.phpt
    │   │   │   ├── bug29311.phpt
    │   │   │   ├── bug30967.phpt
    │   │   │   ├── bug31141.phpt
    │   │   │   ├── bug31668.phpt
    │   │   │   ├── bug32405.phpt
    │   │   │   ├── bug33090.phpt
    │   │   │   ├── bug33263.phpt
    │   │   │   ├── bug33491.phpt
    │   │   │   ├── bug34785.phpt
    │   │   │   ├── bug34810.phpt
    │   │   │   ├── bug35103.phpt
    │   │   │   ├── bug35517.phpt
    │   │   │   ├── bug35759.phpt
    │   │   │   ├── bug36420.phpt
    │   │   │   ├── bug36745.phpt
    │   │   │   ├── bug36802.phpt
    │   │   │   ├── bug36949.phpt
    │   │   │   ├── bug37090.phpt
    │   │   │   ├── bug38003.phpt
    │   │   │   ├── bug38710.phpt
    │   │   │   ├── bug42548.phpt
    │   │   │   ├── connect.inc
    │   │   │   ├── skipifemb.inc
    │   │   │   ├── skipif.inc
    │   │   │   └── skipifnotemb.inc
    │   │   └── TODO
    │   ├── ncurses
    │   │   ├── config.m4
    │   │   ├── c-prototypes
    │   │   ├── CREDITS
    │   │   ├── example1.php
    │   │   ├── EXPERIMENTAL
    │   │   ├── ncurses.c
    │   │   ├── ncurses_fe.c
    │   │   ├── ncurses_functions.c
    │   │   ├── ncurses.php
    │   │   ├── package.xml
    │   │   ├── php_ncurses_fe.h
    │   │   ├── php_ncurses.h
    │   │   └── tests
    │   │       └── 001.phpt
    │   ├── oci8
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── oci8.c
    │   │   ├── oci8_collection.c
    │   │   ├── oci8.dsp
    │   │   ├── oci8_interface.c
    │   │   ├── oci8_lob.c
    │   │   ├── oci8_statement.c
    │   │   ├── package2.xml
    │   │   ├── package.xml
    │   │   ├── php_oci8.h
    │   │   ├── php_oci8_int.h
    │   │   ├── README
    │   │   └── tests
    │   │       ├── array_bind_001.phpt
    │   │       ├── array_bind_002.phpt
    │   │       ├── array_bind_003.phpt
    │   │       ├── array_bind_004.phpt
    │   │       ├── array_bind_005.phpt
    │   │       ├── array_bind_006.phpt
    │   │       ├── array_bind_007.phpt
    │   │       ├── array_bind_008.phpt
    │   │       ├── array_bind_009.phpt
    │   │       ├── array_bind_010.phpt
    │   │       ├── array_bind_011.phpt
    │   │       ├── array_bind_012.phpt
    │   │       ├── array_bind_013.phpt
    │   │       ├── array_bind_014.phpt
    │   │       ├── array_bind_date1.phpt
    │   │       ├── array_bind_date.phpt
    │   │       ├── array_bind_float1.phpt
    │   │       ├── array_bind_float.phpt
    │   │       ├── array_bind_int1.phpt
    │   │       ├── array_bind_int.phpt
    │   │       ├── array_bind_str1.phpt
    │   │       ├── array_bind_str.phpt
    │   │       ├── bind_empty.phpt
    │   │       ├── bind_long.phpt
    │   │       ├── bind_long_raw.phpt
    │   │       ├── bind_raw.phpt
    │   │       ├── bug26133.phpt
    │   │       ├── bug27303_2.phpt
    │   │       ├── bug27303_3.phpt
    │   │       ├── bug27303_4.phpt
    │   │       ├── bug27303.phpt
    │   │       ├── bug32325.phpt
    │   │       ├── bug35973.phpt
    │   │       ├── bug36010.phpt
    │   │       ├── bug36096.phpt
    │   │       ├── bug37220.phpt
    │   │       ├── bug37581.phpt
    │   │       ├── bug38161.phpt
    │   │       ├── bug38173.phpt
    │   │       ├── bug40078.phpt
    │   │       ├── bug40415.phpt
    │   │       ├── bug42134.phpt
    │   │       ├── bug42173.phpt
    │   │       ├── bug42496_1.phpt
    │   │       ├── bug42496_2.phpt
    │   │       ├── bug42841.phpt
    │   │       ├── bug43492_2.phpt
    │   │       ├── bug43492.phpt
    │   │       ├── bug43497_92.phpt
    │   │       ├── bug43497.phpt
    │   │       ├── bug44008.phpt
    │   │       ├── bug44113.phpt
    │   │       ├── bug44206.phpt
    │   │       ├── bug6109.phpt
    │   │       ├── close.phpt
    │   │       ├── coll_001.phpt
    │   │       ├── coll_002_func.phpt
    │   │       ├── coll_002.phpt
    │   │       ├── coll_003_func.phpt
    │   │       ├── coll_003.phpt
    │   │       ├── coll_004_func.phpt
    │   │       ├── coll_004.phpt
    │   │       ├── coll_005.phpt
    │   │       ├── coll_006_func.phpt
    │   │       ├── coll_006.phpt
    │   │       ├── coll_007.phpt
    │   │       ├── coll_008.phpt
    │   │       ├── coll_009_func.phpt
    │   │       ├── coll_009.phpt
    │   │       ├── coll_010_func.phpt
    │   │       ├── coll_010.phpt
    │   │       ├── coll_011_func.phpt
    │   │       ├── coll_011.phpt
    │   │       ├── coll_012_func.phpt
    │   │       ├── coll_012.phpt
    │   │       ├── coll_013_func.phpt
    │   │       ├── coll_013.phpt
    │   │       ├── coll_014_func.phpt
    │   │       ├── coll_014.phpt
    │   │       ├── coll_015_func.phpt
    │   │       ├── coll_015.phpt
    │   │       ├── coll_016_func.phpt
    │   │       ├── coll_016.phpt
    │   │       ├── coll_017_func.phpt
    │   │       ├── coll_017.phpt
    │   │       ├── coll_018.phpt
    │   │       ├── coll_019.phpt
    │   │       ├── commit_old.phpt
    │   │       ├── commit.phpt
    │   │       ├── connect_1_old.phpt
    │   │       ├── connect_1.phpt
    │   │       ├── connect.inc
    │   │       ├── connect_old.phpt
    │   │       ├── connect.phpt
    │   │       ├── connect_scope1.phpt
    │   │       ├── connect_scope2.phpt
    │   │       ├── connect_scope_try1.phpt
    │   │       ├── connect_scope_try2.phpt
    │   │       ├── connect_scope_try3.phpt
    │   │       ├── connect_scope_try4.phpt
    │   │       ├── connect_scope_try5.phpt
    │   │       ├── connect_scope_try6.phpt
    │   │       ├── connect_with_charset_001.phpt
    │   │       ├── connect_without_oracle_home_old.phpt
    │   │       ├── connect_without_oracle_home.phpt
    │   │       ├── create_table.inc
    │   │       ├── create_type.inc
    │   │       ├── cursor_bind_err.phpt
    │   │       ├── cursor_bind.phpt
    │   │       ├── cursors_old.phpt
    │   │       ├── cursors.phpt
    │   │       ├── debug.phpt
    │   │       ├── default_prefetch1.phpt
    │   │       ├── default_prefetch2.phpt
    │   │       ├── default_prefetch.phpt
    │   │       ├── define1.phpt
    │   │       ├── define2.phpt
    │   │       ├── define3.phpt
    │   │       ├── define4.phpt
    │   │       ├── define5.phpt
    │   │       ├── define_old.phpt
    │   │       ├── define.phpt
    │   │       ├── descriptors.phpt
    │   │       ├── details.inc
    │   │       ├── drcp_characterset.phpt
    │   │       ├── drcp_conn_close1.phpt
    │   │       ├── drcp_conn_close2.phpt
    │   │       ├── drcp_connect1.phpt
    │   │       ├── drcp_functions.inc
    │   │       ├── drcp_newconnect.phpt
    │   │       ├── drcp_pconn_close1.phpt
    │   │       ├── drcp_pconn_close2.phpt
    │   │       ├── drcp_privileged.phpt
    │   │       ├── drcp_scope1.phpt
    │   │       ├── drcp_scope2.phpt
    │   │       ├── drcp_scope3.phpt
    │   │       ├── drcp_scope4.phpt
    │   │       ├── drcp_scope5.phpt
    │   │       ├── drop_table.inc
    │   │       ├── drop_type.inc
    │   │       ├── error1.phpt
    │   │       ├── error2.phpt
    │   │       ├── error_old.phpt
    │   │       ├── error.phpt
    │   │       ├── exec_fetch.phpt
    │   │       ├── execute_mode.phpt
    │   │       ├── fetch_all2.phpt
    │   │       ├── fetch_all3.phpt
    │   │       ├── fetch_all.phpt
    │   │       ├── fetch_array.phpt
    │   │       ├── fetch_assoc.phpt
    │   │       ├── fetch_into1.phpt
    │   │       ├── fetch_into2.phpt
    │   │       ├── fetch_into.phpt
    │   │       ├── fetch_object.phpt
    │   │       ├── fetch.phpt
    │   │       ├── fetch_row.phpt
    │   │       ├── field_funcs1.phpt
    │   │       ├── field_funcs2.phpt
    │   │       ├── field_funcs_old.phpt
    │   │       ├── field_funcs.phpt
    │   │       ├── function_aliases.phpt
    │   │       ├── lob_001.phpt
    │   │       ├── lob_002.phpt
    │   │       ├── lob_003.phpt
    │   │       ├── lob_004.phpt
    │   │       ├── lob_005.phpt
    │   │       ├── lob_006.phpt
    │   │       ├── lob_007.phpt
    │   │       ├── lob_008.phpt
    │   │       ├── lob_009.phpt
    │   │       ├── lob_009.txt
    │   │       ├── lob_010.phpt
    │   │       ├── lob_011.phpt
    │   │       ├── lob_012.phpt
    │   │       ├── lob_013.phpt
    │   │       ├── lob_014.phpt
    │   │       ├── lob_015.phpt
    │   │       ├── lob_016.phpt
    │   │       ├── lob_017.phpt
    │   │       ├── lob_018.phpt
    │   │       ├── lob_019.phpt
    │   │       ├── lob_020.phpt
    │   │       ├── lob_021.phpt
    │   │       ├── lob_022.phpt
    │   │       ├── lob_023.phpt
    │   │       ├── lob_024.phpt
    │   │       ├── lob_025.phpt
    │   │       ├── lob_026.phpt
    │   │       ├── lob_027.phpt
    │   │       ├── lob_028.phpt
    │   │       ├── lob_029.phpt
    │   │       ├── lob_030.phpt
    │   │       ├── lob_031.phpt
    │   │       ├── lob_032.phpt
    │   │       ├── lob_033.phpt
    │   │       ├── lob_034.phpt
    │   │       ├── lob_035.phpt
    │   │       ├── lob_036.phpt
    │   │       ├── lob_037.phpt
    │   │       ├── lob_038.phpt
    │   │       ├── lob_039.phpt
    │   │       ├── lob_040.phpt
    │   │       ├── lob_041.phpt
    │   │       ├── lob_042.phpt
    │   │       ├── lob_aliases.phpt
    │   │       ├── lob_null.phpt
    │   │       ├── lob_temp1.phpt
    │   │       ├── lob_temp.phpt
    │   │       ├── minfo.phpt
    │   │       ├── num.phpt
    │   │       ├── oci8safemode.phpt
    │   │       ├── oci_execute_segfault.phpt
    │   │       ├── old_oci_close1.phpt
    │   │       ├── old_oci_close.phpt
    │   │       ├── parse_error.phpt
    │   │       ├── password_2.phpt
    │   │       ├── password_new.phpt
    │   │       ├── password_old.phpt
    │   │       ├── password.phpt
    │   │       ├── pecl_bug10194_blob_64.phpt
    │   │       ├── pecl_bug10194_blob.phpt
    │   │       ├── pecl_bug10194.phpt
    │   │       ├── pecl_bug8816.phpt
    │   │       ├── persistent.phpt
    │   │       ├── prefetch_old.phpt
    │   │       ├── prefetch.phpt
    │   │       ├── privileged_connect1.phpt
    │   │       ├── privileged_connect.phpt
    │   │       ├── rowid_bind.phpt
    │   │       ├── select_null.phpt
    │   │       ├── serverversion.phpt
    │   │       ├── skipif.inc
    │   │       ├── statement_cache.phpt
    │   │       ├── statement_type_old.phpt
    │   │       ├── statement_type.phpt
    │   │       ├── test.gif
    │   │       ├── testping.phpt
    │   │       ├── test.txt
    │   │       ├── uncommitted.phpt
    │   │       └── xmltype_01.phpt
    │   ├── odbc
    │   │   ├── birdstep.c
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── php_birdstep.h
    │   │   ├── php_odbc.c
    │   │   ├── php_odbc.h
    │   │   └── php_odbc_includes.h
    │   ├── openssl
    │   │   ├── config0.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── openssl.c
    │   │   ├── openssl.dsp
    │   │   ├── openssl.mak
    │   │   ├── php_openssl.h
    │   │   ├── README
    │   │   ├── tests
    │   │   │   ├── 001.phpt
    │   │   │   ├── 002.phpt
    │   │   │   ├── 003.phpt
    │   │   │   ├── 004.phpt
    │   │   │   ├── 005_crt.txt
    │   │   │   ├── 005.phpt
    │   │   │   ├── bug25614.phpt
    │   │   │   ├── bug28382cert.txt
    │   │   │   ├── bug28382.phpt
    │   │   │   ├── bug36732.phpt
    │   │   │   ├── bug37820cert.pem
    │   │   │   ├── bug37820key.pem
    │   │   │   ├── bug37820.phpt
    │   │   │   ├── bug38255.phpt
    │   │   │   ├── bug38261.phpt
    │   │   │   ├── bug39217cert1.txt
    │   │   │   ├── bug39217cert2.txt
    │   │   │   ├── bug39217.phpt
    │   │   │   ├── bug41033.pem
    │   │   │   ├── bug41033.phpt
    │   │   │   ├── bug41033pub.pem
    │   │   │   ├── bug41353.phpt
    │   │   │   ├── bug46127.pem
    │   │   │   └── bug46127.phpt
    │   │   └── xp_ssl.c
    │   ├── pcntl
    │   │   ├── config.m4
    │   │   ├── CREDITS
    │   │   ├── package.xml
    │   │   ├── pcntl.c
    │   │   ├── php_pcntl.h
    │   │   ├── php_signal.c
    │   │   ├── php_signal.h
    │   │   ├── README
    │   │   ├── test-pcntl.php
    │   │   └── tests
    │   │       └── 001.phpt
    │   ├── pcre
    │   │   ├── config0.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── pcrelib
    │   │   │   ├── AUTHORS
    │   │   │   ├── ChangeLog
    │   │   │   ├── config.h
    │   │   │   ├── COPYING
    │   │   │   ├── dftables.c
    │   │   │   ├── doc
    │   │   │   │   └── pcre.txt
    │   │   │   ├── HACKING
    │   │   │   ├── LICENCE
    │   │   │   ├── NEWS
    │   │   │   ├── NON-UNIX-USE
    │   │   │   ├── pcre_chartables.c
    │   │   │   ├── pcre_compile.c
    │   │   │   ├── pcre_config.c
    │   │   │   ├── pcredemo.c
    │   │   │   ├── pcre_exec.c
    │   │   │   ├── pcre_fullinfo.c
    │   │   │   ├── pcre_get.c
    │   │   │   ├── pcre_globals.c
    │   │   │   ├── pcregrep.c
    │   │   │   ├── pcre.h
    │   │   │   ├── pcre_info.c
    │   │   │   ├── pcre_internal.h
    │   │   │   ├── pcre_maketables.c
    │   │   │   ├── pcre_newline.c
    │   │   │   ├── pcre_ord2utf8.c
    │   │   │   ├── pcreposix.c
    │   │   │   ├── pcreposix.h
    │   │   │   ├── pcre_printint.src
    │   │   │   ├── pcre_refcount.c
    │   │   │   ├── pcre_study.c
    │   │   │   ├── pcre_tables.c
    │   │   │   ├── pcre_try_flipped.c
    │   │   │   ├── pcre_ucd.c
    │   │   │   ├── pcre_valid_utf8.c
    │   │   │   ├── pcre_version.c
    │   │   │   ├── pcre_xclass.c
    │   │   │   ├── README
    │   │   │   ├── testdata
    │   │   │   │   ├── grepinput
    │   │   │   │   ├── grepinput8
    │   │   │   │   ├── grepinputx
    │   │   │   │   ├── greplist
    │   │   │   │   ├── grepoutput
    │   │   │   │   ├── grepoutput8
    │   │   │   │   ├── grepoutputN
    │   │   │   │   ├── testinput1
    │   │   │   │   ├── testinput10
    │   │   │   │   ├── testinput2
    │   │   │   │   ├── testinput3
    │   │   │   │   ├── testinput4
    │   │   │   │   ├── testinput5
    │   │   │   │   ├── testinput6
    │   │   │   │   ├── testinput7
    │   │   │   │   ├── testinput8
    │   │   │   │   ├── testinput9
    │   │   │   │   ├── testoutput1
    │   │   │   │   ├── testoutput10
    │   │   │   │   ├── testoutput2
    │   │   │   │   ├── testoutput3
    │   │   │   │   ├── testoutput4
    │   │   │   │   ├── testoutput5
    │   │   │   │   ├── testoutput6
    │   │   │   │   ├── testoutput7
    │   │   │   │   ├── testoutput8
    │   │   │   │   └── testoutput9
    │   │   │   ├── ucp.h
    │   │   │   └── ucptable.h
    │   │   ├── php_pcre.c
    │   │   ├── php_pcre.def
    │   │   ├── php_pcre.h
    │   │   ├── tests
    │   │   │   ├── 001.phpt
    │   │   │   ├── 002.phpt
    │   │   │   ├── 003.phpt
    │   │   │   ├── 004.phpt
    │   │   │   ├── 005.phpt
    │   │   │   ├── 006.phpt
    │   │   │   ├── backtrack_limit.phpt
    │   │   │   ├── bug20528.phpt
    │   │   │   ├── bug21732.phpt
    │   │   │   ├── bug21758.phpt
    │   │   │   ├── bug26927.phpt
    │   │   │   ├── bug27011.phpt
    │   │   │   ├── bug27103.phpt
    │   │   │   ├── bug33200.phpt
    │   │   │   ├── bug34790.phpt
    │   │   │   ├── bug37800.phpt
    │   │   │   ├── bug37911.phpt
    │   │   │   ├── bug38600.phpt
    │   │   │   ├── bug40195.phpt
    │   │   │   ├── bug40909.phpt
    │   │   │   ├── bug41050.phpt
    │   │   │   ├── bug41148.phpt
    │   │   │   ├── bug41638.phpt
    │   │   │   ├── bug42298.phpt
    │   │   │   ├── bug42737.phpt
    │   │   │   ├── bug42945.phpt
    │   │   │   ├── bug44191.phpt
    │   │   │   ├── bug44925.phpt
    │   │   │   ├── cache_limit.phpt
    │   │   │   ├── delimiters.phpt
    │   │   │   ├── dollar_endonly.phpt
    │   │   │   ├── grep2.phpt
    │   │   │   ├── grep.phpt
    │   │   │   ├── invalid_utf8.phpt
    │   │   │   ├── locales.phpt
    │   │   │   ├── match_flags2.phpt
    │   │   │   ├── match_flags3.phpt
    │   │   │   ├── match_flags.phpt
    │   │   │   ├── multiline.phpt
    │   │   │   ├── pcre_anchored.phpt
    │   │   │   ├── pcre_count.phpt
    │   │   │   ├── pcre_extended.phpt
    │   │   │   ├── pcre_extra.phpt
    │   │   │   ├── preg_grep_basic.phpt
    │   │   │   ├── preg_grep_error1.phpt
    │   │   │   ├── preg_grep_error2.phpt
    │   │   │   ├── preg_grep_error.phpt
    │   │   │   ├── preg_match_all_basic.phpt
    │   │   │   ├── preg_match_all_error1.phpt
    │   │   │   ├── preg_match_all_error2.phpt
    │   │   │   ├── preg_match_all_error3.phpt
    │   │   │   ├── preg_match_all_error.phpt
    │   │   │   ├── preg_match_basic.phpt
    │   │   │   ├── preg_match_error1.phpt
    │   │   │   ├── preg_match_error2.phpt
    │   │   │   ├── preg_match_error.phpt
    │   │   │   ├── preg_quote_basic.phpt
    │   │   │   ├── preg_quote_error1.phpt
    │   │   │   ├── preg_quote_error.phpt
    │   │   │   ├── preg_replace2.phpt
    │   │   │   ├── preg_replace_basic.phpt
    │   │   │   ├── preg_replace_callback2.phpt
    │   │   │   ├── preg_replace_callback3.phpt
    │   │   │   ├── preg_replace_callback_basic.phpt
    │   │   │   ├── preg_replace_callback_error.phpt
    │   │   │   ├── preg_replace_callback.phpt
    │   │   │   ├── preg_replace_error1.phpt
    │   │   │   ├── preg_replace_error2.phpt
    │   │   │   ├── preg_replace_error.phpt
    │   │   │   ├── preg_replace.phpt
    │   │   │   ├── preg_replace_variation1.phpt
    │   │   │   ├── preg_split_basic.phpt
    │   │   │   ├── preg_split_error1.phpt
    │   │   │   ├── preg_split_error2.phpt
    │   │   │   ├── preg_split_error.phpt
    │   │   │   ├── recursion_limit.phpt
    │   │   │   ├── split2.phpt
    │   │   │   ├── split.phpt
    │   │   │   ├── study.phpt
    │   │   │   └── ungreedy.phpt
    │   │   └── upgrade-pcre.php
    │   ├── pdo
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── EXPERIMENTAL
    │   │   ├── Makefile.frag
    │   │   ├── package2.xml
    │   │   ├── pdo.c
    │   │   ├── pdo_dbh.c
    │   │   ├── pdo.php
    │   │   ├── pdo_sql_parser.c
    │   │   ├── pdo_sql_parser.c.orig
    │   │   ├── pdo_sql_parser.re
    │   │   ├── pdo_sqlstate.c
    │   │   ├── pdo_stmt.c
    │   │   ├── php_pdo_driver.h
    │   │   ├── php_pdo.h
    │   │   ├── php_pdo_int.h
    │   │   ├── README
    │   │   ├── tests
    │   │   │   ├── bug_34630.phpt
    │   │   │   ├── bug_34687.phpt
    │   │   │   ├── bug_35671.phpt
    │   │   │   ├── bug_36428.phpt
    │   │   │   ├── bug_36798.phpt
    │   │   │   ├── bug_38253.phpt
    │   │   │   ├── bug_38394.phpt
    │   │   │   ├── bug_39398.phpt
    │   │   │   ├── bug_39656.phpt
    │   │   │   ├── bug_40285.phpt
    │   │   │   ├── bug_42917.phpt
    │   │   │   ├── bug_43130.phpt
    │   │   │   ├── bug_43139.phpt
    │   │   │   ├── bug_43663.phpt
    │   │   │   ├── bug_44159.phpt
    │   │   │   ├── pdo_001.phpt
    │   │   │   ├── pdo_002.phpt
    │   │   │   ├── pdo_003.phpt
    │   │   │   ├── pdo_004.phpt
    │   │   │   ├── pdo_005.phpt
    │   │   │   ├── pdo_006.phpt
    │   │   │   ├── pdo_007.phpt
    │   │   │   ├── pdo_008.phpt
    │   │   │   ├── pdo_009.phpt
    │   │   │   ├── pdo_010.phpt
    │   │   │   ├── pdo_011.phpt
    │   │   │   ├── pdo_012.phpt
    │   │   │   ├── pdo_013.phpt
    │   │   │   ├── pdo_014.phpt
    │   │   │   ├── pdo_015.phpt
    │   │   │   ├── pdo_016a.phpt
    │   │   │   ├── pdo_016.phpt
    │   │   │   ├── pdo_017.phpt
    │   │   │   ├── pdo_018.phpt
    │   │   │   ├── pdo_019.phpt
    │   │   │   ├── pdo_020.phpt
    │   │   │   ├── pdo_021.phpt
    │   │   │   ├── pdo_022.phpt
    │   │   │   ├── pdo_023.phpt
    │   │   │   ├── pdo_024.phpt
    │   │   │   ├── pdo_025.phpt
    │   │   │   ├── pdo_026.phpt
    │   │   │   ├── pdo_027.phpt
    │   │   │   ├── pdo_028.phpt
    │   │   │   ├── pdo_029.phpt
    │   │   │   ├── pdo_030.phpt
    │   │   │   ├── pdo_031.phpt
    │   │   │   ├── pdo_032.phpt
    │   │   │   ├── pdo_033.phpt
    │   │   │   ├── pdo_034.phpt
    │   │   │   ├── pdo.inc
    │   │   │   ├── pdorow.phpt
    │   │   │   ├── pdo_test.inc
    │   │   │   ├── pecl_bug_5217.phpt
    │   │   │   ├── pecl_bug_5772.phpt
    │   │   │   └── pecl_bug_5809.phpt
    │   │   └── TODO
    │   ├── pdo_dblib
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── dblib_driver.c
    │   │   ├── dblib_stmt.c
    │   │   ├── db.php
    │   │   ├── package2.xml
    │   │   ├── pdo_dblib.c
    │   │   ├── php_pdo_dblib.h
    │   │   ├── php_pdo_dblib_int.h
    │   │   └── README
    │   ├── pdo_firebird
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── EXPERIMENTAL
    │   │   ├── firebird_driver.c
    │   │   ├── firebird_statement.c
    │   │   ├── package2.xml
    │   │   ├── pdo_firebird.c
    │   │   ├── php_pdo_firebird.h
    │   │   ├── php_pdo_firebird_int.h
    │   │   └── tests
    │   │       ├── common.phpt
    │   │       ├── connect.phpt
    │   │       ├── ddl.phpt
    │   │       ├── execute.phpt
    │   │       ├── skipif.inc
    │   │       └── testdb.inc
    │   ├── pdo_mysql
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── get_error_codes.php
    │   │   ├── mysql_driver.c
    │   │   ├── mysql_statement.c
    │   │   ├── package2.xml
    │   │   ├── pdo_mysql.c
    │   │   ├── php_pdo_mysql.h
    │   │   ├── php_pdo_mysql_int.h
    │   │   ├── php_pdo_mysql_sqlstate.h
    │   │   └── tests
    │   │       ├── bug_33689.phpt
    │   │       ├── bug_37445.phpt
    │   │       ├── bug_39483.phpt
    │   │       ├── bug41125.phpt
    │   │       ├── bug_41698.phpt
    │   │       ├── bug44327.phpt
    │   │       ├── bug46292.phpt
    │   │       ├── common.phpt
    │   │       ├── config.inc
    │   │       ├── last_insert_id.phpt
    │   │       ├── pecl_bug_5200.phpt
    │   │       ├── pecl_bug_5780.phpt
    │   │       ├── pecl_bug_5802.phpt
    │   │       └── show_tables.phpt
    │   ├── pdo_oci
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── EXPERIMENTAL
    │   │   ├── oci_driver.c
    │   │   ├── oci_statement.c
    │   │   ├── package2.xml
    │   │   ├── pdo_oci.c
    │   │   ├── php_pdo_oci.h
    │   │   ├── php_pdo_oci_int.h
    │   │   └── tests
    │   │       ├── bug_33707.phpt
    │   │       ├── common.phpt
    │   │       ├── pdo_oci_attr_autocommit_1.phpt
    │   │       ├── pdo_oci_attr_autocommit_2.phpt
    │   │       ├── pdo_oci_attr_autocommit_3.phpt
    │   │       ├── pdo_oci_attr_case.phpt
    │   │       ├── pdo_oci_attr_client.phpt
    │   │       ├── pdo_oci_attr_drivername.phpt
    │   │       ├── pdo_oci_attr_nulls_1.phpt
    │   │       ├── pdo_oci_attr_prefetch_1.phpt
    │   │       ├── pdo_oci_attr_prefetch_2.phpt
    │   │       ├── pdo_oci_attr_server.phpt
    │   │       ├── pdo_oci_quote1.phpt
    │   │       ├── pecl_bug_11345.phpt
    │   │       └── pecl_bug_6364.phpt
    │   ├── pdo_odbc
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── EXPERIMENTAL
    │   │   ├── odbc_driver.c
    │   │   ├── odbc_stmt.c
    │   │   ├── package2.xml
    │   │   ├── pdo_odbc.c
    │   │   ├── php_pdo_odbc.h
    │   │   ├── php_pdo_odbc_int.h
    │   │   └── tests
    │   │       ├── common.phpt
    │   │       └── long_columns.phpt
    │   ├── pdo_pgsql
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── package2.xml
    │   │   ├── pdo_pgsql.c
    │   │   ├── pgsql_driver.c
    │   │   ├── pgsql_statement.c
    │   │   ├── php_pdo_pgsql.h
    │   │   ├── php_pdo_pgsql_int.h
    │   │   └── tests
    │   │       ├── bug_33876.phpt
    │   │       ├── bug36727.phpt
    │   │       ├── bug43925.phpt
    │   │       ├── bug46274_2.phpt
    │   │       ├── bug46274.phpt
    │   │       ├── common.phpt
    │   │       ├── config.inc
    │   │       └── large_objects.phpt
    │   ├── pdo_sqlite
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── package2.xml
    │   │   ├── pdo_sqlite.c
    │   │   ├── php_pdo_sqlite.h
    │   │   ├── php_pdo_sqlite_int.h
    │   │   ├── post-bundle.sh
    │   │   ├── sqlite
    │   │   │   ├── aclocal.m4
    │   │   │   ├── config.guess
    │   │   │   ├── config.sub
    │   │   │   ├── configure
    │   │   │   ├── configure.ac
    │   │   │   ├── install-sh
    │   │   │   ├── ltmain.sh
    │   │   │   ├── main.mk
    │   │   │   ├── Makefile.in
    │   │   │   ├── Makefile.linux-gcc
    │   │   │   ├── mkdll.sh
    │   │   │   ├── mkopcodec.awk
    │   │   │   ├── mkopcodeh.awk
    │   │   │   ├── mkso.sh
    │   │   │   ├── publish.sh
    │   │   │   ├── README
    │   │   │   ├── spec.template
    │   │   │   ├── sqlite.1
    │   │   │   ├── sqlite3.def
    │   │   │   ├── sqlite3.pc.in
    │   │   │   ├── sqlite.pc.in
    │   │   │   ├── src
    │   │   │   │   ├── alter.c
    │   │   │   │   ├── analyze.c
    │   │   │   │   ├── attach.c
    │   │   │   │   ├── auth.c
    │   │   │   │   ├── btree.c
    │   │   │   │   ├── btree.h
    │   │   │   │   ├── build.c
    │   │   │   │   ├── callback.c
    │   │   │   │   ├── complete.c
    │   │   │   │   ├── date.c
    │   │   │   │   ├── delete.c
    │   │   │   │   ├── expr.c
    │   │   │   │   ├── func.c
    │   │   │   │   ├── hash.c
    │   │   │   │   ├── hash.h
    │   │   │   │   ├── insert.c
    │   │   │   │   ├── keywordhash.h
    │   │   │   │   ├── legacy.c
    │   │   │   │   ├── loadext.c
    │   │   │   │   ├── main.c
    │   │   │   │   ├── md5.c
    │   │   │   │   ├── opcodes.c
    │   │   │   │   ├── opcodes.h
    │   │   │   │   ├── os.c
    │   │   │   │   ├── os_common.h
    │   │   │   │   ├── os.h
    │   │   │   │   ├── os_test.c
    │   │   │   │   ├── os_test.h
    │   │   │   │   ├── os_unix.c
    │   │   │   │   ├── os_unix.h
    │   │   │   │   ├── os_win.c
    │   │   │   │   ├── os_win.h
    │   │   │   │   ├── pager.c
    │   │   │   │   ├── pager.h
    │   │   │   │   ├── parse.c
    │   │   │   │   ├── parse.h
    │   │   │   │   ├── parse.y
    │   │   │   │   ├── pragma.c
    │   │   │   │   ├── prepare.c
    │   │   │   │   ├── printf.c
    │   │   │   │   ├── random.c
    │   │   │   │   ├── select.c
    │   │   │   │   ├── shell.c
    │   │   │   │   ├── sqlite3ext.h
    │   │   │   │   ├── sqlite_config.w32.h
    │   │   │   │   ├── sqlite.h.in
    │   │   │   │   ├── sqliteInt.h
    │   │   │   │   ├── table.c
    │   │   │   │   ├── tclsqlite.c
    │   │   │   │   ├── test1.c
    │   │   │   │   ├── test2.c
    │   │   │   │   ├── test3.c
    │   │   │   │   ├── test4.c
    │   │   │   │   ├── test5.c
    │   │   │   │   ├── tokenize.c
    │   │   │   │   ├── trigger.c
    │   │   │   │   ├── update.c
    │   │   │   │   ├── utf.c
    │   │   │   │   ├── util.c
    │   │   │   │   ├── vacuum.c
    │   │   │   │   ├── vdbeapi.c
    │   │   │   │   ├── vdbeaux.c
    │   │   │   │   ├── vdbe.c
    │   │   │   │   ├── vdbefifo.c
    │   │   │   │   ├── vdbe.h
    │   │   │   │   ├── vdbeInt.h
    │   │   │   │   ├── vdbemem.c
    │   │   │   │   ├── vtab.c
    │   │   │   │   └── where.c
    │   │   │   ├── tool
    │   │   │   │   ├── diffdb.c
    │   │   │   │   ├── lemon.c
    │   │   │   │   ├── lempar.c
    │   │   │   │   ├── memleak2.awk
    │   │   │   │   ├── memleak3.tcl
    │   │   │   │   ├── memleak.awk
    │   │   │   │   ├── mkkeywordhash.c
    │   │   │   │   ├── mkopts.tcl
    │   │   │   │   ├── opcodeDoc.awk
    │   │   │   │   ├── report1.txt
    │   │   │   │   ├── showdb.c
    │   │   │   │   ├── showjournal.c
    │   │   │   │   ├── spaceanal.tcl
    │   │   │   │   ├── space_used.tcl
    │   │   │   │   ├── speedtest2.tcl
    │   │   │   │   └── speedtest.tcl
    │   │   │   └── VERSION
    │   │   ├── sqlite_driver.c
    │   │   ├── sqlite_statement.c
    │   │   └── tests
    │   │       ├── bug33841.phpt
    │   │       ├── bug35336.phpt
    │   │       ├── bug44327_2.phpt
    │   │       ├── bug44327_3.phpt
    │   │       ├── bug46139.phpt
    │   │       ├── common.phpt
    │   │       ├── debugdumpparams_001.phpt
    │   │       ├── pdo_sqlite_createaggregate.phpt
    │   │       ├── pdo_sqlite_createfunction.phpt
    │   │       ├── pdo_sqlite_lastinsertid.phpt
    │   │       └── pdo_sqlite_transaction.phpt
    │   ├── pgsql
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── mysql_users.php
    │   │   ├── pgsql.c
    │   │   ├── pgsql.dsp
    │   │   ├── pgsql.mak
    │   │   ├── php_pgsql.h
    │   │   ├── README
    │   │   └── tests
    │   │       ├── 01createdb.phpt
    │   │       ├── 02connection.phpt
    │   │       ├── 03sync_query.phpt
    │   │       ├── 04async_query.phpt
    │   │       ├── 05large_object.phpt
    │   │       ├── 06copy.phpt
    │   │       ├── 07optional.phpt
    │   │       ├── 08escape.phpt
    │   │       ├── 09notice.phpt
    │   │       ├── 10pg_convert.phpt
    │   │       ├── 11pg_meta_data.phpt
    │   │       ├── 12pg_insert.phpt
    │   │       ├── 13pg_select.phpt
    │   │       ├── 14pg_update.phpt
    │   │       ├── 15pg_delete.phpt
    │   │       ├── 16pg_result_status.phpt
    │   │       ├── 17result.phpt
    │   │       ├── 18pg_escape_bytea.phpt
    │   │       ├── 19pg_ping.phpt
    │   │       ├── 20pg_get_pid.phpt
    │   │       ├── 21pg_get_notify.phpt
    │   │       ├── 22pg_fetch_object.phpt
    │   │       ├── 23sync_query_params.phpt
    │   │       ├── 24sync_query_prepared.phpt
    │   │       ├── 25async_query_params.phpt
    │   │       ├── 26async_query_prepared.phpt
    │   │       ├── 80_bug14383.phpt
    │   │       ├── 80_bug24499.phpt
    │   │       ├── 80_bug27597.phpt
    │   │       ├── 80_bug32223b.phpt
    │   │       ├── 80_bug32223.phpt
    │   │       ├── 80_bug36625.phpt
    │   │       ├── 80_bug39971.phpt
    │   │       ├── 80_bug42783.phpt
    │   │       ├── 98old_api.phpt
    │   │       ├── 9999dropdb.phpt
    │   │       ├── bug37100.phpt
    │   │       ├── config.inc
    │   │       ├── pg_delete_001.phpt
    │   │       ├── pg_insert_001.phpt
    │   │       ├── pg_meta_data_001.phpt
    │   │       ├── pg_select_001.phpt
    │   │       ├── pg_update_001.phpt
    │   │       ├── php.gif
    │   │       ├── README
    │   │       └── skipif.inc
    │   ├── posix
    │   │   ├── config.m4
    │   │   ├── CREDITS
    │   │   ├── package.xml
    │   │   ├── php_posix.h
    │   │   ├── posix.c
    │   │   └── tests
    │   │       ├── 001.phpt
    │   │       ├── posix_getgid_error.phpt
    │   │       ├── posix_getgrgid_error.phpt
    │   │       ├── posix_getgrgid_variation.phpt
    │   │       ├── posix_get_last_error_error.phpt
    │   │       ├── posix_getpgid_error.phpt
    │   │       ├── posix_getpgid_variation.phpt
    │   │       ├── posix_getpgrp_error.phpt
    │   │       ├── posix_getpid_error.phpt
    │   │       ├── posix_getppid_error.phpt
    │   │       ├── posix_getpwuid_error.phpt
    │   │       ├── posix_getpwuid_variation.phpt
    │   │       ├── posix_getuid_error.phpt
    │   │       ├── posix_kill_error.phpt
    │   │       ├── posix_kill_variation1.phpt
    │   │       ├── posix_kill_variation2.phpt
    │   │       ├── posix_strerror_error.phpt
    │   │       ├── posix_strerror_variation1.phpt
    │   │       ├── posix_times_error.phpt
    │   │       └── posix_uname_error.phpt
    │   ├── pspell
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── php_pspell.h
    │   │   ├── pspell.c
    │   │   ├── pspell.dsp
    │   │   ├── README
    │   │   └── tests
    │   │       ├── 001.phpt
    │   │       ├── 002.phpt
    │   │       ├── 003.phpt
    │   │       ├── 004.phpt
    │   │       ├── 005.phpt
    │   │       └── wordlist.txt
    │   ├── readline
    │   │   ├── config.m4
    │   │   ├── CREDITS
    │   │   ├── php_readline.h
    │   │   ├── readline.c
    │   │   ├── README.libedit
    │   │   └── tests
    │   │       ├── readline_add_history_001.phpt
    │   │       ├── readline_callback_handler_install_001.phpt
    │   │       ├── readline_callback_handler_remove_001.phpt
    │   │       ├── readline_clear_history_001.phpt
    │   │       ├── readline_completion_function_001.phpt
    │   │       ├── readline_info_001.phpt
    │   │       ├── readline_list_history_001.phpt
    │   │       ├── readline_read_history_001.phpt
    │   │       └── readline_write_history_001.phpt
    │   ├── recode
    │   │   ├── config9.m4
    │   │   ├── config.m4
    │   │   ├── CREDITS
    │   │   ├── php_recode.h
    │   │   └── recode.c
    │   ├── reflection
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── php_reflection.c
    │   │   ├── php_reflection.h
    │   │   └── tests
    │   │       ├── 001.phpt
    │   │       ├── 002.phpt
    │   │       ├── 003.phpt
    │   │       ├── 004.phpt
    │   │       ├── 005.phpt
    │   │       ├── 006.phpt
    │   │       ├── 007.phpt
    │   │       ├── 008.phpt
    │   │       ├── 009.phpt
    │   │       ├── 026.phpt
    │   │       ├── bug26640.phpt
    │   │       ├── bug26695.phpt
    │   │       ├── bug29268.phpt
    │   │       ├── bug29523.phpt
    │   │       ├── bug29828.phpt
    │   │       ├── bug29986.phpt
    │   │       ├── bug30146.phpt
    │   │       ├── bug30148.phpt
    │   │       ├── bug30209.phpt
    │   │       ├── bug30856.phpt
    │   │       ├── bug30961.phpt
    │   │       ├── bug31651.phpt
    │   │       ├── bug32981.phpt
    │   │       ├── bug33312.phpt
    │   │       ├── bug33389.phpt
    │   │       ├── bug36308.phpt
    │   │       ├── bug36337.phpt
    │   │       ├── bug36434.phpt
    │   │       ├── bug37816.phpt
    │   │       ├── bug38132.phpt
    │   │       ├── bug38194.phpt
    │   │       ├── bug38217.phpt
    │   │       ├── bug38465.phpt
    │   │       ├── bug38653.phpt
    │   │       ├── bug38942.phpt
    │   │       ├── bug39001.phpt
    │   │       ├── bug39067.phpt
    │   │       ├── bug39884.phpt
    │   │       ├── bug40431.phpt
    │   │       ├── bug40794.phpt
    │   │       ├── bug41061.phpt
    │   │       ├── bug41884.phpt
    │   │       ├── bug42976.phpt
    │   │       ├── bug45139.phpt
    │   │       ├── bug45765.phpt
    │   │       ├── bug46064_2.phpt
    │   │       ├── bug46064.phpt
    │   │       ├── exception.inc
    │   │       ├── included4.inc
    │   │       ├── parameters_001.phpt
    │   │       ├── parameters_002.phpt
    │   │       ├── property_exists.phpt
    │   │       ├── reflectionClass_constructor_001.phpt
    │   │       ├── reflectionClass_constructor_002.phpt
    │   │       ├── reflectionClass_export_basic1.phpt
    │   │       ├── reflectionClass_export_basic2.phpt
    │   │       ├── reflectionClass_FileInfo_basic.phpt
    │   │       ├── reflectionClass_FileInfo_error.phpt
    │   │       ├── reflectionClass_getConstant_basic.phpt
    │   │       ├── reflectionClass_getConstant_error.phpt
    │   │       ├── reflectionClass_getConstants_basic.phpt
    │   │       ├── reflectionClass_getConstants_error.phpt
    │   │       ├── reflectionClass_getConstructor_basic.phpt
    │   │       ├── reflectionClass_getConstructor_error.phpt
    │   │       ├── ReflectionClass_getDefaultProperties_001.phpt
    │   │       ├── ReflectionClass_getDefaultProperties_002.phpt
    │   │       ├── ReflectionClass_getDocComment_001.phpt
    │   │       ├── ReflectionClass_getDocComment_002.phpt
    │   │       ├── reflectionClass_getExtension_basic.phpt
    │   │       ├── reflectionClass_getExtensionName_basic.phpt
    │   │       ├── reflectionClass_getExtensionName_variation.phpt
    │   │       ├── reflectionClass_getExtension_variation.phpt
    │   │       ├── reflectionClass_getInterfaceNames_basic.phpt
    │   │       ├── ReflectionClass_getInterfaces_001.phpt
    │   │       ├── ReflectionClass_getInterfaces_002.phpt
    │   │       ├── ReflectionClass_getInterfaces_003.phpt
    │   │       ├── ReflectionClass_getInterfaces_004.phpt
    │   │       ├── ReflectionClass_getMethod_001.phpt
    │   │       ├── ReflectionClass_getMethod_002.phpt
    │   │       ├── ReflectionClass_getMethods_001.phpt
    │   │       ├── ReflectionClass_getMethods_002.phpt
    │   │       ├── ReflectionClass_getMethods_003.phpt
    │   │       ├── reflectionClass_getModifiers_basic.phpt
    │   │       ├── reflectionClass_getName_basic.phpt
    │   │       ├── reflectionClass_getName_error1.phpt
    │   │       ├── reflectionClass_getName_error.phpt
    │   │       ├── ReflectionClass_getParentClass_001.phpt
    │   │       ├── reflectionClass_getParentClass.phpt
    │   │       ├── ReflectionClass_getProperties_001.phpt
    │   │       ├── ReflectionClass_getProperties_002.phpt
    │   │       ├── ReflectionClass_getProperties_003.phpt
    │   │       ├── ReflectionClass_getProperty_001.phpt
    │   │       ├── ReflectionClass_getProperty_002.phpt
    │   │       ├── ReflectionClass_getProperty_003.phpt
    │   │       ├── ReflectionClass_getProperty_004.phpt
    │   │       ├── ReflectionClass_getStaticPropertyValue_001.phpt
    │   │       ├── ReflectionClass_getStaticPropertyValue_002.phpt
    │   │       ├── ReflectionClass_hasConstant_001.phpt
    │   │       ├── ReflectionClass_hasConstant_002.phpt
    │   │       ├── reflectionClass_hasConstant_basic.phpt
    │   │       ├── ReflectionClass_hasMethod_001.phpt
    │   │       ├── ReflectionClass_hasMethod_002.phpt
    │   │       ├── reflectionClass_hasMethod_basic.phpt
    │   │       ├── ReflectionClass_hasProperty_001.phpt
    │   │       ├── ReflectionClass_hasProperty_002.phpt
    │   │       ├── reflectionClass_hasProperty_basic.phpt
    │   │       ├── ReflectionClass_implementsInterface_001.phpt
    │   │       ├── reflectionClass_isAbstract_basic.phpt
    │   │       ├── reflectionClass_isFinal_basic.phpt
    │   │       ├── reflectionClass_isInstance_basic.phpt
    │   │       ├── reflectionClass_isInstance_error.phpt
    │   │       ├── reflectionClass_isInstantiable_basic.phpt
    │   │       ├── reflectionClass_isInstantiable_error.phpt
    │   │       ├── reflectionClass_isInstantiable_variation.phpt
    │   │       ├── reflectionClass_isInterface_basic.phpt
    │   │       ├── reflectionClass_isInternal_basic.phpt
    │   │       ├── reflectionClass_isInternal_error.phpt
    │   │       ├── ReflectionClass_isIterateable_001.phpt
    │   │       ├── reflectionClass_isIterateable_basic.phpt
    │   │       ├── reflectionClass_isIterateable_variation1.phpt
    │   │       ├── ReflectionClass_isSubclassOf_002.phpt
    │   │       ├── reflectionClass_isSubclassOf_basic.phpt
    │   │       ├── reflectionClass_isSubclassOf_error1.phpt
    │   │       ├── reflectionClass_isSubclassOf_error.phpt
    │   │       ├── reflectionClass_isUserDefined_basic.phpt
    │   │       ├── reflectionClass_isUserDefined_error.phpt
    │   │       ├── ReflectionClass_modifiers_001.phpt
    │   │       ├── ReflectionClass_modifiers_002.phpt
    │   │       ├── ReflectionClass_newInstance_001.phpt
    │   │       ├── ReflectionClass_newInstanceArgs_001.phpt
    │   │       ├── ReflectionClass_newInstanceArgs_002.phpt
    │   │       ├── ReflectionClass_setStaticPropertyValue_001.phpt
    │   │       ├── ReflectionClass_setStaticPropertyValue_002.phpt
    │   │       ├── ReflectionClass_toString_001.phpt
    │   │       ├── ReflectionClass_toString_002.phpt
    │   │       ├── ReflectionClass_toString_003.phpt
    │   │       ├── ReflectionFunction_001.phpt
    │   │       ├── ReflectionFunction_construct.001.phpt
    │   │       ├── ReflectionFunction_getDocComment.001.phpt
    │   │       ├── ReflectionFunction_getExtensionName.phpt
    │   │       ├── ReflectionFunction_getExtension.phpt
    │   │       ├── ReflectionFunction_getFileName.001.phpt
    │   │       ├── ReflectionFunction_getFileName.002.phpt
    │   │       ├── ReflectionMethod_006.phpt
    │   │       ├── ReflectionMethod_basic1.phpt
    │   │       ├── ReflectionMethod_basic2.phpt
    │   │       ├── ReflectionMethod_basic3.phpt
    │   │       ├── ReflectionMethod_basic4.phpt
    │   │       ├── ReflectionMethod_constructor_basic.phpt
    │   │       ├── ReflectionMethod_constructor_error1.phpt
    │   │       ├── ReflectionMethod_constructor_error2.phpt
    │   │       ├── ReflectionMethod_getDeclaringClass_basic.phpt
    │   │       ├── ReflectionMethod_getDocComment_basic.phpt
    │   │       ├── ReflectionMethod_getDocComment_error.phpt
    │   │       ├── ReflectionMethod_getModifiers_basic.phpt
    │   │       ├── ReflectionMethod_getStaticVariables_basic.phpt
    │   │       ├── ReflectionMethod_invokeArgs_basic.phpt
    │   │       ├── ReflectionMethod_invokeArgs_error1.phpt
    │   │       ├── ReflectionMethod_invokeArgs_error2.phpt
    │   │       ├── ReflectionMethod_invokeArgs_error3.phpt
    │   │       ├── ReflectionMethod_invoke_basic.phpt
    │   │       ├── ReflectionMethod_invoke_error1.phpt
    │   │       ├── ReflectionMethod_invoke_error2.phpt
    │   │       ├── ReflectionMethod_returnsReference_basic.phpt
    │   │       ├── reflectionObject_constructor_basic.phpt
    │   │       ├── reflectionObject_constructor_error.phpt
    │   │       ├── reflectionObject_export_basic1.phpt
    │   │       ├── reflectionObject_export_basic2.phpt
    │   │       ├── reflectionObject_export_basic3.phpt
    │   │       ├── reflectionObject_FileInfo_basic.phpt
    │   │       ├── reflectionObject_FileInfo_error.phpt
    │   │       ├── reflectionObject_getConstant_basic.phpt
    │   │       ├── reflectionObject_getConstant_error.phpt
    │   │       ├── reflectionObject_getConstants_basic.phpt
    │   │       ├── reflectionObject_getConstants_error.phpt
    │   │       ├── reflectionObject_getConstructor_basic.phpt
    │   │       ├── reflectionObject_getConstructor_error.phpt
    │   │       ├── reflectionObject_getName_basic.phpt
    │   │       ├── reflectionObject_getName_error1.phpt
    │   │       ├── reflectionObject_getName_error.phpt
    │   │       ├── reflectionObject_isInstance_basic.phpt
    │   │       ├── reflectionObject_isInstance_error.phpt
    │   │       ├── reflectionObject_isInstantiable_basic.phpt
    │   │       ├── reflectionObject_isInstantiable_error.phpt
    │   │       ├── reflectionObject_isInstantiable_variation.phpt
    │   │       ├── reflectionObject_isInternal_basic.phpt
    │   │       ├── reflectionObject_isInternal_error.phpt
    │   │       ├── ReflectionObject_isSubclassOf.002.phpt
    │   │       ├── reflectionObject_isSubclassOf_basic.phpt
    │   │       ├── reflectionObject_isSubclassOf_error.phpt
    │   │       ├── reflectionObject_isUserDefined_basic.phpt
    │   │       ├── reflectionObject_isUserDefined_error.phpt
    │   │       ├── reflectionObject___toString_basic1.phpt
    │   │       ├── reflectionObject___toString_basic2.phpt
    │   │       ├── ReflectionParameter_001.phpt
    │   │       ├── ReflectionParameter_002.phpt
    │   │       ├── ReflectionParameter_003.phpt
    │   │       ├── reflectionParameter_invalidMethodInConstructor.phpt
    │   │       ├── reflectionProperty_basic1.phpt
    │   │       ├── reflectionProperty_basic2.phpt
    │   │       ├── reflectionProperty_constructor_error.phpt
    │   │       ├── reflectionProperty_constructor_variation1.phpt
    │   │       ├── reflectionProperty_error.phpt
    │   │       ├── reflectionProperty_export_basic.phpt
    │   │       ├── reflectionProperty_export_error.phpt
    │   │       ├── reflectionProperty_getDeclaringClass_variation1.phpt
    │   │       ├── reflectionProperty_getDocComment_basic.phpt
    │   │       ├── reflectionProperty_getDocComment_error.phpt
    │   │       ├── ReflectionProperty_getModifiers.001.phpt
    │   │       ├── reflectionProperty_getModifiers_basic.phpt
    │   │       ├── reflectionProperty_getValue_error.phpt
    │   │       ├── reflectionProperty_isDefault_basic.phpt
    │   │       ├── reflectionProperty_setValue_error.phpt
    │   │       └── static_properties_002.phpt
    │   ├── session
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── mod_files.c
    │   │   ├── mod_files.h
    │   │   ├── mod_files.sh
    │   │   ├── mod_mm.c
    │   │   ├── mod_mm.h
    │   │   ├── mod_user.c
    │   │   ├── mod_user.h
    │   │   ├── package.xml
    │   │   ├── php_session.h
    │   │   ├── session.c
    │   │   └── tests
    │   │       ├── 001.phpt
    │   │       ├── 002.phpt
    │   │       ├── 003.phpt
    │   │       ├── 004.phpt
    │   │       ├── 005.phpt
    │   │       ├── 006.phpt
    │   │       ├── 007.phpt
    │   │       ├── 008-php4.2.3.phpt
    │   │       ├── 009.phpt
    │   │       ├── 010.phpt
    │   │       ├── 011.phpt
    │   │       ├── 012.phpt
    │   │       ├── 013.phpt
    │   │       ├── 014.phpt
    │   │       ├── 015.phpt
    │   │       ├── 016.phpt
    │   │       ├── 017.phpt
    │   │       ├── 018.phpt
    │   │       ├── 019.phpt
    │   │       ├── 020.phpt
    │   │       ├── 021.phpt
    │   │       ├── 023.phpt
    │   │       ├── 024.phpt
    │   │       ├── 025.phpt
    │   │       ├── 026.phpt
    │   │       ├── 027.phpt
    │   │       ├── 028.phpt
    │   │       ├── 029.phpt
    │   │       ├── 030.phpt
    │   │       ├── bug24592.phpt
    │   │       ├── bug26862.phpt
    │   │       ├── bug31454.phpt
    │   │       ├── bug36459.phpt
    │   │       ├── bug38377.phpt
    │   │       ├── bug41600.phpt
    │   │       ├── save_handler.inc
    │   │       ├── session_cache_expire_basic.phpt
    │   │       ├── session_cache_expire_error.phpt
    │   │       ├── session_cache_expire_variation1.phpt
    │   │       ├── session_cache_expire_variation2.phpt
    │   │       ├── session_cache_expire_variation3.phpt
    │   │       ├── session_cache_limiter_basic.phpt
    │   │       ├── session_cache_limiter_error.phpt
    │   │       ├── session_cache_limiter_variation1.phpt
    │   │       ├── session_cache_limiter_variation2.phpt
    │   │       ├── session_cache_limiter_variation3.phpt
    │   │       ├── session_commit_basic.phpt
    │   │       ├── session_commit_error.phpt
    │   │       ├── session_commit_variation1.phpt
    │   │       ├── session_commit_variation2.phpt
    │   │       ├── session_commit_variation3.phpt
    │   │       ├── session_commit_variation4.phpt
    │   │       ├── session_decode_basic.phpt
    │   │       ├── session_decode_error2.phpt
    │   │       ├── session_decode_error.phpt
    │   │       ├── session_decode_variation1.phpt
    │   │       ├── session_decode_variation2.phpt
    │   │       ├── session_decode_variation3.phpt
    │   │       ├── session_decode_variation4.phpt
    │   │       ├── session_destroy_error.phpt
    │   │       ├── session_destroy_variation1.phpt
    │   │       ├── session_destroy_variation2.phpt
    │   │       ├── session_destroy_variation3.phpt
    │   │       ├── session_encode_basic.phpt
    │   │       ├── session_encode_error2.phpt
    │   │       ├── session_encode_error.phpt
    │   │       ├── session_encode_variation1.phpt
    │   │       ├── session_encode_variation2.phpt
    │   │       ├── session_encode_variation3.phpt
    │   │       ├── session_encode_variation4.phpt
    │   │       ├── session_encode_variation5.phpt
    │   │       ├── session_encode_variation6.phpt
    │   │       ├── session_encode_variation7.phpt
    │   │       ├── session_encode_variation8.phpt
    │   │       ├── session_get_cookie_params_basic.phpt
    │   │       ├── session_get_cookie_params_error.phpt
    │   │       ├── session_get_cookie_params_variation1.phpt
    │   │       ├── session_id_basic.phpt
    │   │       ├── session_id_error2.phpt
    │   │       ├── session_id_error3.phpt
    │   │       ├── session_id_error4.phpt
    │   │       ├── session_id_error.phpt
    │   │       ├── session_id_variation1.phpt
    │   │       ├── session_id_variation2.phpt
    │   │       ├── session_is_registered_basic.phpt
    │   │       ├── session_is_registered_variation1.phpt
    │   │       ├── session_is_registered_variation2.phpt
    │   │       ├── session_is_registered_variation3.phpt
    │   │       ├── session_module_name_basic.phpt
    │   │       ├── session_module_name_error.phpt
    │   │       ├── session_module_name_variation1.phpt
    │   │       ├── session_module_name_variation2.phpt
    │   │       ├── session_module_name_variation3.phpt
    │   │       ├── session_module_name_variation4.phpt
    │   │       ├── session_name_basic.phpt
    │   │       ├── session_name_error.phpt
    │   │       ├── session_name_variation1.phpt
    │   │       ├── session_name_variation2.phpt
    │   │       ├── session_regenerate_id_basic.phpt
    │   │       ├── session_regenerate_id_error.phpt
    │   │       ├── session_regenerate_id_variation1.phpt
    │   │       ├── session_register_basic.phpt
    │   │       ├── session_register_variation1.phpt
    │   │       ├── session_register_variation2.phpt
    │   │       ├── session_register_variation3.phpt
    │   │       ├── session_register_variation4.phpt
    │   │       ├── session_save_path_basic.phpt
    │   │       ├── session_save_path_error.phpt
    │   │       ├── session_save_path_variation1.phpt
    │   │       ├── session_save_path_variation2.phpt
    │   │       ├── session_save_path_variation3.phpt
    │   │       ├── session_save_path_variation4.phpt
    │   │       ├── session_save_path_variation5.phpt
    │   │       ├── session_set_cookie_params_basic.phpt
    │   │       ├── session_set_cookie_params_error.phpt
    │   │       ├── session_set_cookie_params_variation1.phpt
    │   │       ├── session_set_cookie_params_variation2.phpt
    │   │       ├── session_set_cookie_params_variation3.phpt
    │   │       ├── session_set_cookie_params_variation4.phpt
    │   │       ├── session_set_cookie_params_variation5.phpt
    │   │       ├── session_set_save_handler_basic.phpt
    │   │       ├── session_set_save_handler_error2.phpt
    │   │       ├── session_set_save_handler_error3.phpt
    │   │       ├── session_set_save_handler_error4.phpt
    │   │       ├── session_set_save_handler_error.phpt
    │   │       ├── session_set_save_handler_variation1.phpt
    │   │       ├── session_set_save_handler_variation2.phpt
    │   │       ├── session_set_save_handler_variation3.phpt
    │   │       ├── session_set_save_handler_variation4.phpt
    │   │       ├── session_start_error.phpt
    │   │       ├── session_start_variation1.phpt
    │   │       ├── session_start_variation2.phpt
    │   │       ├── session_start_variation3.phpt
    │   │       ├── session_start_variation4.phpt
    │   │       ├── session_start_variation5.phpt
    │   │       ├── session_start_variation6.phpt
    │   │       ├── session_start_variation7.phpt
    │   │       ├── session_start_variation8.phpt
    │   │       ├── session_start_variation9.phpt
    │   │       ├── session_unregister_basic.phpt
    │   │       ├── session_unregister_variation1.phpt
    │   │       ├── session_unregister_variation2.phpt
    │   │       ├── session_unregister_variation3.phpt
    │   │       ├── session_unset_basic.phpt
    │   │       ├── session_unset_error.phpt
    │   │       ├── session_unset_variation1.phpt
    │   │       ├── session_write_close_basic.phpt
    │   │       ├── session_write_close_error.phpt
    │   │       ├── session_write_close_variation1.phpt
    │   │       ├── session_write_close_variation2.phpt
    │   │       ├── session_write_close_variation3.phpt
    │   │       ├── session_write_close_variation4.phpt
    │   │       └── skipif.inc
    │   ├── shmop
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── package2.xml
    │   │   ├── package.xml
    │   │   ├── php_shmop.h
    │   │   ├── README
    │   │   ├── shmop.c
    │   │   ├── shmop.dsp
    │   │   └── tests
    │   │       └── 001.phpt
    │   ├── simplexml
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── examples
    │   │   │   ├── book.php
    │   │   │   ├── book.xml
    │   │   │   ├── interop.php
    │   │   │   ├── security.php
    │   │   │   ├── security.xml
    │   │   │   └── xpath.php
    │   │   ├── php_simplexml_exports.h
    │   │   ├── php_simplexml.h
    │   │   ├── README
    │   │   ├── simplexml.c
    │   │   ├── simplexml.dsp
    │   │   └── tests
    │   │       ├── 000.phpt
    │   │       ├── 000.xml
    │   │       ├── 001.phpt
    │   │       ├── 002.phpt
    │   │       ├── 003.phpt
    │   │       ├── 004.phpt
    │   │       ├── 005.phpt
    │   │       ├── 006.phpt
    │   │       ├── 007.phpt
    │   │       ├── 008.phpt
    │   │       ├── 009b.phpt
    │   │       ├── 009.phpt
    │   │       ├── 010.phpt
    │   │       ├── 011.phpt
    │   │       ├── 012.phpt
    │   │       ├── 013.phpt
    │   │       ├── 014a.phpt
    │   │       ├── 014b.phpt
    │   │       ├── 014.phpt
    │   │       ├── 015.phpt
    │   │       ├── 016a.phpt
    │   │       ├── 016.phpt
    │   │       ├── 017.phpt
    │   │       ├── 018.phpt
    │   │       ├── 019.phpt
    │   │       ├── 020.phpt
    │   │       ├── 021.phpt
    │   │       ├── 022.phpt
    │   │       ├── 023.phpt
    │   │       ├── 024.phpt
    │   │       ├── 025.phpt
    │   │       ├── 026.phpt
    │   │       ├── 027.phpt
    │   │       ├── 028.phpt
    │   │       ├── 029.phpt
    │   │       ├── 030.phpt
    │   │       ├── 031.phpt
    │   │       ├── 032.phpt
    │   │       ├── 033.phpt
    │   │       ├── book.xml
    │   │       ├── bug24392.phpt
    │   │       ├── bug24392.xml
    │   │       ├── bug25756_1.xml
    │   │       ├── bug25756_2.xml
    │   │       ├── bug25756.xsd
    │   │       ├── bug26976.phpt
    │   │       ├── bug27010.phpt
    │   │       ├── bug35785.phpt
    │   │       ├── bug36611.phpt
    │   │       ├── bug37386.phpt
    │   │       ├── bug37565.phpt
    │   │       ├── bug38347.phpt
    │   │       ├── bug38354.phpt
    │   │       ├── bug38406.phpt
    │   │       ├── bug38424.phpt
    │   │       ├── bug39662.phpt
    │   │       ├── bug39760.phpt
    │   │       ├── bug40451.phpt
    │   │       ├── bug41175.phpt
    │   │       ├── bug41582.phpt
    │   │       ├── bug41861.phpt
    │   │       ├── bug41867.phpt
    │   │       ├── bug41947.phpt
    │   │       ├── bug42369.phpt
    │   │       ├── bug43221.phpt
    │   │       ├── bug44478.phpt
    │   │       ├── bug45553.phpt
    │   │       ├── bug46003.phpt
    │   │       ├── bug46047.phpt
    │   │       ├── profile01.phpt
    │   │       ├── profile02.phpt
    │   │       ├── profile03.phpt
    │   │       ├── profile04.phpt
    │   │       ├── profile05.phpt
    │   │       ├── profile06.phpt
    │   │       ├── profile07.phpt
    │   │       ├── profile08.phpt
    │   │       ├── profile09.phpt
    │   │       ├── profile10.phpt
    │   │       ├── profile11.phpt
    │   │       ├── profile12.phpt
    │   │       ├── profile13.phpt
    │   │       ├── simplexml_import_dom.phpt
    │   │       ├── sxe.dtd
    │   │       ├── sxe.ent
    │   │       └── sxe.xml
    │   ├── skeleton
    │   │   ├── create_stubs
    │   │   ├── CREDITS
    │   │   ├── EXPERIMENTAL
    │   │   ├── php_skeleton.h
    │   │   ├── skeleton.c
    │   │   ├── skeleton.dsp
    │   │   ├── skeleton.php
    │   │   └── tests
    │   │       └── 001.phpt
    │   ├── snmp
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── php_snmp.h
    │   │   ├── snmp.c
    │   │   ├── snmp.dsp
    │   │   └── winsnmp.c
    │   ├── soap
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── interop
    │   │   │   ├── client_round2_interop.php
    │   │   │   ├── client_round2_params.php
    │   │   │   ├── client_round2.php
    │   │   │   ├── client_round2_results.php
    │   │   │   ├── client_round2_run.php
    │   │   │   ├── config.php.dist
    │   │   │   ├── database_round2.sql
    │   │   │   ├── echoheadersvc.wsdl.php
    │   │   │   ├── index.php
    │   │   │   ├── interopB.wsdl.php
    │   │   │   ├── interop.wsdl.php
    │   │   │   ├── server_round2_base.php
    │   │   │   ├── server_round2_groupB.php
    │   │   │   ├── server_round2_groupC.php
    │   │   │   └── test.utility.php
    │   │   ├── package.xml
    │   │   ├── php_encoding.c
    │   │   ├── php_encoding.h
    │   │   ├── php_http.c
    │   │   ├── php_http.h
    │   │   ├── php_packet_soap.c
    │   │   ├── php_packet_soap.h
    │   │   ├── php_schema.c
    │   │   ├── php_schema.h
    │   │   ├── php_sdl.c
    │   │   ├── php_sdl.h
    │   │   ├── php_soap.dsp
    │   │   ├── php_soap.h
    │   │   ├── php_xml.c
    │   │   ├── php_xml.h
    │   │   ├── readme.html
    │   │   ├── soap.c
    │   │   ├── tests
    │   │   │   ├── any.phpt
    │   │   │   ├── bugs
    │   │   │   │   ├── bug27722.phpt
    │   │   │   │   ├── bug27722.wsdl
    │   │   │   │   ├── bug27742.phpt
    │   │   │   │   ├── bug27742.wsdl
    │   │   │   │   ├── bug28751.phpt
    │   │   │   │   ├── bug28969.phpt
    │   │   │   │   ├── bug28985.phpt
    │   │   │   │   ├── bug28985.wsdl
    │   │   │   │   ├── bug29061.phpt
    │   │   │   │   ├── bug29061.wsdl
    │   │   │   │   ├── bug29109.phpt
    │   │   │   │   ├── bug29109.wsdl
    │   │   │   │   ├── bug29236.phpt
    │   │   │   │   ├── bug29236.wsdl
    │   │   │   │   ├── bug29795.phpt
    │   │   │   │   ├── bug29795.wsdl
    │   │   │   │   ├── bug29830.phpt
    │   │   │   │   ├── bug29839.phpt
    │   │   │   │   ├── bug29839.wsdl
    │   │   │   │   ├── bug29844.phpt
    │   │   │   │   ├── bug29844.wsdl
    │   │   │   │   ├── bug30045.phpt
    │   │   │   │   ├── bug30106.phpt
    │   │   │   │   ├── bug30106.wsdl
    │   │   │   │   ├── bug30175.phpt
    │   │   │   │   ├── bug30175.wsdl
    │   │   │   │   ├── bug30799.phpt
    │   │   │   │   ├── bug30928.phpt
    │   │   │   │   ├── bug30928.wsdl
    │   │   │   │   ├── bug30994.phpt
    │   │   │   │   ├── bug31422.phpt
    │   │   │   │   ├── bug31695.phpt
    │   │   │   │   ├── bug31695.wsdl
    │   │   │   │   ├── bug31755.phpt
    │   │   │   │   ├── bug32776.phpt
    │   │   │   │   ├── bug32776.wsdl
    │   │   │   │   ├── bug32941.phpt
    │   │   │   │   ├── bug32941.wsdl
    │   │   │   │   ├── bug34449.phpt
    │   │   │   │   ├── bug34453.phpt
    │   │   │   │   ├── bug34453.wsdl
    │   │   │   │   ├── bug34643.phpt
    │   │   │   │   ├── bug34643.wsdl
    │   │   │   │   ├── bug34657.phpt
    │   │   │   │   ├── bug35142.phpt
    │   │   │   │   ├── bug35142.wsdl
    │   │   │   │   ├── bug35273.phpt
    │   │   │   │   ├── bug36226-2.phpt
    │   │   │   │   ├── bug36226-2.wsdl
    │   │   │   │   ├── bug36226.phpt
    │   │   │   │   ├── bug36575.phpt
    │   │   │   │   ├── bug36575.wsdl
    │   │   │   │   ├── bug36614.phpt
    │   │   │   │   ├── bug36614.wsdl
    │   │   │   │   ├── bug36629.phpt
    │   │   │   │   ├── bug36908.phpt
    │   │   │   │   ├── bug36908.wsdl
    │   │   │   │   ├── bug36999.phpt
    │   │   │   │   ├── bug36999.wsdl
    │   │   │   │   ├── bug37013.phpt
    │   │   │   │   ├── bug37013.wsdl
    │   │   │   │   ├── bug37083.phpt
    │   │   │   │   ├── bug37083.wsdl
    │   │   │   │   ├── bug37278.phpt
    │   │   │   │   ├── bug38004.phpt
    │   │   │   │   ├── bug38004.wsdl
    │   │   │   │   ├── bug38005.phpt
    │   │   │   │   ├── bug38055.phpt
    │   │   │   │   ├── bug38055.wsdl
    │   │   │   │   ├── bug38067.phpt
    │   │   │   │   ├── bug38067.wsdl
    │   │   │   │   ├── bug38536.phpt
    │   │   │   │   ├── bug38536.wsdl
    │   │   │   │   ├── bug39121.phpt
    │   │   │   │   ├── bug39815.phpt
    │   │   │   │   ├── bug39832.phpt
    │   │   │   │   ├── bug39832.wsdl
    │   │   │   │   ├── bug40609.phpt
    │   │   │   │   ├── bug40609.wsdl
    │   │   │   │   ├── bug41004.phpt
    │   │   │   │   ├── bug41004.wsdl
    │   │   │   │   ├── bug41097.phpt
    │   │   │   │   ├── bug41337_2_1.wsdl
    │   │   │   │   ├── bug41337_2.phpt
    │   │   │   │   ├── bug41337_2.wsdl
    │   │   │   │   ├── bug41337.phpt
    │   │   │   │   ├── bug41337.wsdl
    │   │   │   │   ├── bug41477.phpt
    │   │   │   │   ├── bug41566.phpt
    │   │   │   │   ├── bug42086.phpt
    │   │   │   │   ├── bug42086.wsdl
    │   │   │   │   ├── bug42151.phpt
    │   │   │   │   ├── bug42183.phpt
    │   │   │   │   ├── bug42214.phpt
    │   │   │   │   ├── bug42326.phpt
    │   │   │   │   ├── bug42326.wsdl
    │   │   │   │   ├── bug42359.phpt
    │   │   │   │   ├── bug42359.wsdl
    │   │   │   │   ├── bug42488.phpt
    │   │   │   │   ├── bug42692.phpt
    │   │   │   │   ├── bug42692.wsdl
    │   │   │   │   ├── bug43045.phpt
    │   │   │   │   ├── bug44811.phpt
    │   │   │   │   ├── bug44882.phpt
    │   │   │   │   ├── bug44882.wsdl
    │   │   │   │   ├── bug46427.phpt
    │   │   │   │   ├── multiport.phpt
    │   │   │   │   ├── multiport.wsdl
    │   │   │   │   ├── skipif.inc
    │   │   │   │   ├── xml2.xsd
    │   │   │   │   └── xml.xsd
    │   │   │   ├── classmap001.phpt
    │   │   │   ├── classmap002.phpt
    │   │   │   ├── classmap003.phpt
    │   │   │   ├── classmap003.wsdl
    │   │   │   ├── classmap004.phpt
    │   │   │   ├── classmap.wsdl
    │   │   │   ├── interop
    │   │   │   │   ├── Round2
    │   │   │   │   │   ├── Base
    │   │   │   │   │   │   ├── r2_base_001p.phpt
    │   │   │   │   │   │   ├── r2_base_001s.phpt
    │   │   │   │   │   │   ├── r2_base_001w.phpt
    │   │   │   │   │   │   ├── r2_base_002p.phpt
    │   │   │   │   │   │   ├── r2_base_002s.phpt
    │   │   │   │   │   │   ├── r2_base_002w.phpt
    │   │   │   │   │   │   ├── r2_base_003p.phpt
    │   │   │   │   │   │   ├── r2_base_003s.phpt
    │   │   │   │   │   │   ├── r2_base_003w.phpt
    │   │   │   │   │   │   ├── r2_base_004p.phpt
    │   │   │   │   │   │   ├── r2_base_004s.phpt
    │   │   │   │   │   │   ├── r2_base_004w.phpt
    │   │   │   │   │   │   ├── r2_base_005p.phpt
    │   │   │   │   │   │   ├── r2_base_005s.phpt
    │   │   │   │   │   │   ├── r2_base_005w.phpt
    │   │   │   │   │   │   ├── r2_base_006p.phpt
    │   │   │   │   │   │   ├── r2_base_006s.phpt
    │   │   │   │   │   │   ├── r2_base_006w.phpt
    │   │   │   │   │   │   ├── r2_base_007p.phpt
    │   │   │   │   │   │   ├── r2_base_007s.phpt
    │   │   │   │   │   │   ├── r2_base_007w.phpt
    │   │   │   │   │   │   ├── r2_base_008p.phpt
    │   │   │   │   │   │   ├── r2_base_008s.phpt
    │   │   │   │   │   │   ├── r2_base_008w.phpt
    │   │   │   │   │   │   ├── r2_base_009p.phpt
    │   │   │   │   │   │   ├── r2_base_009s.phpt
    │   │   │   │   │   │   ├── r2_base_009w.phpt
    │   │   │   │   │   │   ├── r2_base_010p.phpt
    │   │   │   │   │   │   ├── r2_base_010s.phpt
    │   │   │   │   │   │   ├── r2_base_010w.phpt
    │   │   │   │   │   │   ├── r2_base_011p.phpt
    │   │   │   │   │   │   ├── r2_base_011s.phpt
    │   │   │   │   │   │   ├── r2_base_011w.phpt
    │   │   │   │   │   │   ├── r2_base_012p.phpt
    │   │   │   │   │   │   ├── r2_base_012s.phpt
    │   │   │   │   │   │   ├── r2_base_012w.phpt
    │   │   │   │   │   │   ├── r2_base_013p.phpt
    │   │   │   │   │   │   ├── r2_base_013s.phpt
    │   │   │   │   │   │   ├── r2_base_013w.phpt
    │   │   │   │   │   │   ├── r2_base_014p.phpt
    │   │   │   │   │   │   ├── r2_base_014s.phpt
    │   │   │   │   │   │   ├── r2_base_014w.phpt
    │   │   │   │   │   │   ├── r2_base_015p.phpt
    │   │   │   │   │   │   ├── r2_base_015s.phpt
    │   │   │   │   │   │   ├── r2_base_015w.phpt
    │   │   │   │   │   │   ├── r2_base_016p.phpt
    │   │   │   │   │   │   ├── r2_base_016s.phpt
    │   │   │   │   │   │   ├── r2_base_016w.phpt
    │   │   │   │   │   │   ├── r2_base_017p.phpt
    │   │   │   │   │   │   ├── r2_base_017s.phpt
    │   │   │   │   │   │   ├── r2_base_017w.phpt
    │   │   │   │   │   │   ├── r2_base_018p.phpt
    │   │   │   │   │   │   ├── r2_base_018s.phpt
    │   │   │   │   │   │   ├── r2_base_018w.phpt
    │   │   │   │   │   │   ├── r2_base_019p.phpt
    │   │   │   │   │   │   ├── r2_base_019s.phpt
    │   │   │   │   │   │   ├── r2_base_019w.phpt
    │   │   │   │   │   │   ├── r2_base_020p.phpt
    │   │   │   │   │   │   ├── r2_base_020s.phpt
    │   │   │   │   │   │   ├── r2_base_020w.phpt
    │   │   │   │   │   │   ├── r2_base_021p.phpt
    │   │   │   │   │   │   ├── r2_base_021s.phpt
    │   │   │   │   │   │   ├── r2_base_021w.phpt
    │   │   │   │   │   │   ├── r2_base_022p.phpt
    │   │   │   │   │   │   ├── r2_base_022s.phpt
    │   │   │   │   │   │   ├── r2_base_022w.phpt
    │   │   │   │   │   │   ├── r2_base_023p.phpt
    │   │   │   │   │   │   ├── r2_base_023s.phpt
    │   │   │   │   │   │   ├── r2_base_023w.phpt
    │   │   │   │   │   │   ├── r2_base_024p.phpt
    │   │   │   │   │   │   ├── r2_base_024s.phpt
    │   │   │   │   │   │   ├── r2_base_024w.phpt
    │   │   │   │   │   │   ├── round2_base.inc
    │   │   │   │   │   │   ├── round2_base.wsdl
    │   │   │   │   │   │   └── skipif.inc
    │   │   │   │   │   └── GroupB
    │   │   │   │   │       ├── r2_groupB_001p.phpt
    │   │   │   │   │       ├── r2_groupB_001s.phpt
    │   │   │   │   │       ├── r2_groupB_001w.phpt
    │   │   │   │   │       ├── r2_groupB_002p.phpt
    │   │   │   │   │       ├── r2_groupB_002s.phpt
    │   │   │   │   │       ├── r2_groupB_002w.phpt
    │   │   │   │   │       ├── r2_groupB_003p.phpt
    │   │   │   │   │       ├── r2_groupB_003s.phpt
    │   │   │   │   │       ├── r2_groupB_003w.phpt
    │   │   │   │   │       ├── r2_groupB_004p.phpt
    │   │   │   │   │       ├── r2_groupB_004s.phpt
    │   │   │   │   │       ├── r2_groupB_004w.phpt
    │   │   │   │   │       ├── r2_groupB_005p.phpt
    │   │   │   │   │       ├── r2_groupB_005s.phpt
    │   │   │   │   │       ├── r2_groupB_005w.phpt
    │   │   │   │   │       ├── round2_groupB.inc
    │   │   │   │   │       ├── round2_groupB.wsdl
    │   │   │   │   │       └── skipif.inc
    │   │   │   │   ├── Round3
    │   │   │   │   │   ├── GroupD
    │   │   │   │   │   │   ├── imported
    │   │   │   │   │   │   │   ├── import1B.wsdl
    │   │   │   │   │   │   │   ├── import2B.wsdl
    │   │   │   │   │   │   │   └── import2B.xsd
    │   │   │   │   │   │   ├── r3_groupD_compound1_001w.phpt
    │   │   │   │   │   │   ├── r3_groupD_compound1_002w.phpt
    │   │   │   │   │   │   ├── r3_groupD_compound1_003w.phpt
    │   │   │   │   │   │   ├── r3_groupD_compound2_001w.phpt
    │   │   │   │   │   │   ├── r3_groupD_doclit_001w.phpt
    │   │   │   │   │   │   ├── r3_groupD_doclit_002w.phpt
    │   │   │   │   │   │   ├── r3_groupD_doclit_003w.phpt
    │   │   │   │   │   │   ├── r3_groupD_doclit_004w.phpt
    │   │   │   │   │   │   ├── r3_groupD_doclitparams_001w.phpt
    │   │   │   │   │   │   ├── r3_groupD_doclitparams_002w.phpt
    │   │   │   │   │   │   ├── r3_groupD_doclitparams_003w.phpt
    │   │   │   │   │   │   ├── r3_groupD_doclitparams_004w.phpt
    │   │   │   │   │   │   ├── r3_groupD_emptysa_001w.phpt
    │   │   │   │   │   │   ├── r3_groupD_import1_001w.phpt
    │   │   │   │   │   │   ├── r3_groupD_import2_001w.phpt
    │   │   │   │   │   │   ├── r3_groupD_import3_001w.phpt
    │   │   │   │   │   │   ├── r3_groupD_import3_002w.phpt
    │   │   │   │   │   │   ├── r3_groupD_rpcenc_001w.phpt
    │   │   │   │   │   │   ├── r3_groupD_rpcenc_002w.phpt
    │   │   │   │   │   │   ├── r3_groupD_rpcenc_003w.phpt
    │   │   │   │   │   │   ├── r3_groupD_rpcenc_004w.phpt
    │   │   │   │   │   │   ├── round3_groupD_compound1.inc
    │   │   │   │   │   │   ├── round3_groupD_compound1.wsdl
    │   │   │   │   │   │   ├── round3_groupD_compound2.inc
    │   │   │   │   │   │   ├── round3_groupD_compound2.wsdl
    │   │   │   │   │   │   ├── round3_groupD_doclit.inc
    │   │   │   │   │   │   ├── round3_groupD_doclitparams.inc
    │   │   │   │   │   │   ├── round3_groupD_doclitparams.wsdl
    │   │   │   │   │   │   ├── round3_groupD_doclit.wsdl
    │   │   │   │   │   │   ├── round3_groupD_emptysa.inc
    │   │   │   │   │   │   ├── round3_groupD_emptysa.wsdl
    │   │   │   │   │   │   ├── round3_groupD_import1.inc
    │   │   │   │   │   │   ├── round3_groupD_import1.wsdl
    │   │   │   │   │   │   ├── round3_groupD_import2_absolute.wsdl
    │   │   │   │   │   │   ├── round3_groupD_import2.inc
    │   │   │   │   │   │   ├── round3_groupD_import2.wsdl
    │   │   │   │   │   │   ├── round3_groupD_import3.inc
    │   │   │   │   │   │   ├── round3_groupD_import3.wsdl
    │   │   │   │   │   │   ├── round3_groupD_rpcenc.inc
    │   │   │   │   │   │   ├── round3_groupD_rpcenc.wsdl
    │   │   │   │   │   │   └── skipif.inc
    │   │   │   │   │   ├── GroupE
    │   │   │   │   │   │   ├── r3_groupE_list_001w.phpt
    │   │   │   │   │   │   ├── r3_groupE_list_002w.phpt
    │   │   │   │   │   │   ├── r3_groupE_list_003w.phpt
    │   │   │   │   │   │   ├── r3_groupE_list_004w.phpt
    │   │   │   │   │   │   ├── r3_groupE_list_005w.phpt
    │   │   │   │   │   │   ├── r3_groupE_list_006w.phpt
    │   │   │   │   │   │   ├── round3_groupE_list.inc
    │   │   │   │   │   │   ├── round3_groupE_list.wsdl
    │   │   │   │   │   │   └── skipif.inc
    │   │   │   │   │   └── GroupF
    │   │   │   │   │       ├── r3_groupF_ext_001w.phpt
    │   │   │   │   │       ├── r3_groupF_extreq_001w.phpt
    │   │   │   │   │       ├── r3_groupF_headers_001w.phpt
    │   │   │   │   │       ├── r3_groupF_headers_002w.phpt
    │   │   │   │   │       ├── r3_groupF_headers_003w.phpt
    │   │   │   │   │       ├── r3_groupF_headers_004w.phpt
    │   │   │   │   │       ├── round3_groupF_ext.inc
    │   │   │   │   │       ├── round3_groupF_extreq.wsdl
    │   │   │   │   │       ├── round3_groupF_ext.wsdl
    │   │   │   │   │       ├── round3_groupF_headers.inc
    │   │   │   │   │       ├── round3_groupF_headers.wsdl
    │   │   │   │   │       └── skipif.inc
    │   │   │   │   └── Round4
    │   │   │   │       ├── GroupG
    │   │   │   │       │   ├── round4_groupG_dimedoc.inc
    │   │   │   │       │   ├── round4_groupG_dimedoc.wsdl
    │   │   │   │       │   ├── round4_groupG_dimerpc.inc
    │   │   │   │       │   ├── round4_groupG_dimerpc.wsdl
    │   │   │   │       │   ├── round4_groupG_mimedoc.inc
    │   │   │   │       │   ├── round4_groupG_mimedoc.wsdl
    │   │   │   │       │   ├── round4_groupG_mimerpc.inc
    │   │   │   │       │   ├── round4_groupG_mimerpc.wsdl
    │   │   │   │       │   └── skipif.inc
    │   │   │   │       ├── GroupH
    │   │   │   │       │   ├── r4_groupH_complex_doclit_001w.phpt
    │   │   │   │       │   ├── r4_groupH_complex_doclit_002w.phpt
    │   │   │   │       │   ├── r4_groupH_complex_doclit_003w.phpt
    │   │   │   │       │   ├── r4_groupH_complex_doclit_004w.phpt
    │   │   │   │       │   ├── r4_groupH_complex_doclit_005w.phpt
    │   │   │   │       │   ├── r4_groupH_complex_doclit_006w.phpt
    │   │   │   │       │   ├── r4_groupH_complex_doclit_007w.phpt
    │   │   │   │       │   ├── r4_groupH_complex_doclit_008w.phpt
    │   │   │   │       │   ├── r4_groupH_complex_doclit_009w.phpt
    │   │   │   │       │   ├── r4_groupH_complex_doclit_010w.phpt
    │   │   │   │       │   ├── r4_groupH_complex_rpcenc_001w.phpt
    │   │   │   │       │   ├── r4_groupH_complex_rpcenc_002w.phpt
    │   │   │   │       │   ├── r4_groupH_complex_rpcenc_003w.phpt
    │   │   │   │       │   ├── r4_groupH_complex_rpcenc_004w.phpt
    │   │   │   │       │   ├── r4_groupH_complex_rpcenc_005w.phpt
    │   │   │   │       │   ├── r4_groupH_complex_rpcenc_006w.phpt
    │   │   │   │       │   ├── r4_groupH_complex_rpcenc_007w.phpt
    │   │   │   │       │   ├── r4_groupH_complex_rpcenc_008w.phpt
    │   │   │   │       │   ├── r4_groupH_complex_rpcenc_009w.phpt
    │   │   │   │       │   ├── r4_groupH_complex_rpcenc_010w.phpt
    │   │   │   │       │   ├── r4_groupH_simple_doclit_001w.phpt
    │   │   │   │       │   ├── r4_groupH_simple_doclit_002w.phpt
    │   │   │   │       │   ├── r4_groupH_simple_doclit_003w.phpt
    │   │   │   │       │   ├── r4_groupH_simple_doclit_004w.phpt
    │   │   │   │       │   ├── r4_groupH_simple_doclit_005w.phpt
    │   │   │   │       │   ├── r4_groupH_simple_doclit_006w.phpt
    │   │   │   │       │   ├── r4_groupH_simple_doclit_007w.phpt
    │   │   │   │       │   ├── r4_groupH_simple_doclit_008w.phpt
    │   │   │   │       │   ├── r4_groupH_simple_doclit_009w.phpt
    │   │   │   │       │   ├── r4_groupH_simple_doclit_010w.phpt
    │   │   │   │       │   ├── r4_groupH_simple_doclit_011w.phpt
    │   │   │   │       │   ├── r4_groupH_simple_doclit_012w.phpt
    │   │   │   │       │   ├── r4_groupH_simple_doclit_013w.phpt
    │   │   │   │       │   ├── r4_groupH_simple_doclit_014w.phpt
    │   │   │   │       │   ├── r4_groupH_simple_doclit_015w.phpt
    │   │   │   │       │   ├── r4_groupH_simple_doclit_016w.phpt
    │   │   │   │       │   ├── r4_groupH_simple_doclit_017w.phpt
    │   │   │   │       │   ├── r4_groupH_simple_rpcenc_001w.phpt
    │   │   │   │       │   ├── r4_groupH_simple_rpcenc_002w.phpt
    │   │   │   │       │   ├── r4_groupH_simple_rpcenc_003w.phpt
    │   │   │   │       │   ├── r4_groupH_simple_rpcenc_004w.phpt
    │   │   │   │       │   ├── r4_groupH_simple_rpcenc_005w.phpt
    │   │   │   │       │   ├── r4_groupH_simple_rpcenc_006w.phpt
    │   │   │   │       │   ├── r4_groupH_simple_rpcenc_007w.phpt
    │   │   │   │       │   ├── r4_groupH_simple_rpcenc_008w.phpt
    │   │   │   │       │   ├── r4_groupH_simple_rpcenc_009w.phpt
    │   │   │   │       │   ├── r4_groupH_simple_rpcenc_010w.phpt
    │   │   │   │       │   ├── r4_groupH_simple_rpcenc_011w.phpt
    │   │   │   │       │   ├── r4_groupH_simple_rpcenc_012w.phpt
    │   │   │   │       │   ├── r4_groupH_simple_rpcenc_013w.phpt
    │   │   │   │       │   ├── r4_groupH_simple_rpcenc_014w.phpt
    │   │   │   │       │   ├── r4_groupH_simple_rpcenc_015w.phpt
    │   │   │   │       │   ├── r4_groupH_simple_rpcenc_016w.phpt
    │   │   │   │       │   ├── r4_groupH_simple_rpcenc_017w.phpt
    │   │   │   │       │   ├── r4_groupH_soapfault_001w.phpt
    │   │   │   │       │   ├── r4_groupH_soapfault_002w.phpt
    │   │   │   │       │   ├── r4_groupH_soapfault_003w.phpt
    │   │   │   │       │   ├── r4_groupH_soapfault_004w.phpt
    │   │   │   │       │   ├── round4_groupH_complex_doclit.inc
    │   │   │   │       │   ├── round4_groupH_complex_doclit.wsdl
    │   │   │   │       │   ├── round4_groupH_complex_rpcenc.inc
    │   │   │   │       │   ├── round4_groupH_complex_rpcenc.wsdl
    │   │   │   │       │   ├── round4_groupH_simple_doclit.inc
    │   │   │   │       │   ├── round4_groupH_simple_doclit.wsdl
    │   │   │   │       │   ├── round4_groupH_simple_rpcenc.inc
    │   │   │   │       │   ├── round4_groupH_simple_rpcenc.wsdl
    │   │   │   │       │   ├── round4_groupH_soapfault.inc
    │   │   │   │       │   ├── round4_groupH_soapfault.wsdl
    │   │   │   │       │   └── skipif.inc
    │   │   │   │       └── GroupI
    │   │   │   │           ├── r4_groupI_xsd_001w.phpt
    │   │   │   │           ├── r4_groupI_xsd_002w.phpt
    │   │   │   │           ├── r4_groupI_xsd_003w.phpt
    │   │   │   │           ├── r4_groupI_xsd_004w.phpt
    │   │   │   │           ├── r4_groupI_xsd_005w.phpt
    │   │   │   │           ├── r4_groupI_xsd_006w.phpt
    │   │   │   │           ├── r4_groupI_xsd_007w.phpt
    │   │   │   │           ├── r4_groupI_xsd_008w.phpt
    │   │   │   │           ├── r4_groupI_xsd_009w.phpt
    │   │   │   │           ├── r4_groupI_xsd_010w.phpt
    │   │   │   │           ├── r4_groupI_xsd_011w.phpt
    │   │   │   │           ├── r4_groupI_xsd_012w.phpt
    │   │   │   │           ├── r4_groupI_xsd_013w.phpt
    │   │   │   │           ├── r4_groupI_xsd_014w.phpt
    │   │   │   │           ├── r4_groupI_xsd_015w.phpt
    │   │   │   │           ├── r4_groupI_xsd_016w.phpt
    │   │   │   │           ├── r4_groupI_xsd_017w.phpt
    │   │   │   │           ├── r4_groupI_xsd_018w.phpt
    │   │   │   │           ├── r4_groupI_xsd_019w.phpt
    │   │   │   │           ├── r4_groupI_xsd_020w.phpt
    │   │   │   │           ├── r4_groupI_xsd_021w.phpt
    │   │   │   │           ├── r4_groupI_xsd_022w.phpt
    │   │   │   │           ├── r4_groupI_xsd_023w.phpt
    │   │   │   │           ├── r4_groupI_xsd_024w.phpt
    │   │   │   │           ├── r4_groupI_xsd_025w.phpt
    │   │   │   │           ├── r4_groupI_xsd_026w.phpt
    │   │   │   │           ├── r4_groupI_xsd_027w.phpt
    │   │   │   │           ├── r4_groupI_xsd_028w.phpt
    │   │   │   │           ├── r4_groupI_xsd_029w.phpt
    │   │   │   │           ├── r4_groupI_xsd_030w.phpt
    │   │   │   │           ├── r4_groupI_xsd_031w.phpt
    │   │   │   │           ├── r4_groupI_xsd_032w.phpt
    │   │   │   │           ├── r4_groupI_xsd_033w.phpt
    │   │   │   │           ├── r4_groupI_xsd_034w.phpt
    │   │   │   │           ├── r4_groupI_xsd_035w.phpt
    │   │   │   │           ├── round4_groupI_xsd.inc
    │   │   │   │           ├── round4_groupI_xsd.wsdl
    │   │   │   │           └── skipif.inc
    │   │   │   ├── schema
    │   │   │   │   ├── schema001.phpt
    │   │   │   │   ├── schema002.phpt
    │   │   │   │   ├── schema003.phpt
    │   │   │   │   ├── schema004.phpt
    │   │   │   │   ├── schema005.phpt
    │   │   │   │   ├── schema006.phpt
    │   │   │   │   ├── schema007.phpt
    │   │   │   │   ├── schema008.phpt
    │   │   │   │   ├── schema009.phpt
    │   │   │   │   ├── schema010.phpt
    │   │   │   │   ├── schema011.phpt
    │   │   │   │   ├── schema012.phpt
    │   │   │   │   ├── schema013.phpt
    │   │   │   │   ├── schema014.phpt
    │   │   │   │   ├── schema015.phpt
    │   │   │   │   ├── schema016.phpt
    │   │   │   │   ├── schema017.phpt
    │   │   │   │   ├── schema018.phpt
    │   │   │   │   ├── schema019.phpt
    │   │   │   │   ├── schema020.phpt
    │   │   │   │   ├── schema021.phpt
    │   │   │   │   ├── schema022.phpt
    │   │   │   │   ├── schema023.phpt
    │   │   │   │   ├── schema024.phpt
    │   │   │   │   ├── schema025.phpt
    │   │   │   │   ├── schema026.phpt
    │   │   │   │   ├── schema027.phpt
    │   │   │   │   ├── schema028.phpt
    │   │   │   │   ├── schema029.phpt
    │   │   │   │   ├── schema030.phpt
    │   │   │   │   ├── schema031.phpt
    │   │   │   │   ├── schema032.phpt
    │   │   │   │   ├── schema033.phpt
    │   │   │   │   ├── schema034.phpt
    │   │   │   │   ├── schema035.phpt
    │   │   │   │   ├── schema036.phpt
    │   │   │   │   ├── schema037.phpt
    │   │   │   │   ├── schema038.phpt
    │   │   │   │   ├── schema039.phpt
    │   │   │   │   ├── schema040.phpt
    │   │   │   │   ├── schema041.phpt
    │   │   │   │   ├── schema042.phpt
    │   │   │   │   ├── schema043.phpt
    │   │   │   │   ├── schema044.phpt
    │   │   │   │   ├── schema045.phpt
    │   │   │   │   ├── schema046.phpt
    │   │   │   │   ├── schema047.phpt
    │   │   │   │   ├── schema048.phpt
    │   │   │   │   ├── schema049.phpt
    │   │   │   │   ├── schema050.phpt
    │   │   │   │   ├── schema051.phpt
    │   │   │   │   ├── schema052.phpt
    │   │   │   │   ├── schema053.phpt
    │   │   │   │   ├── schema054.phpt
    │   │   │   │   ├── schema055.phpt
    │   │   │   │   ├── schema056.phpt
    │   │   │   │   ├── schema057.phpt
    │   │   │   │   ├── schema058.phpt
    │   │   │   │   ├── schema059.phpt
    │   │   │   │   ├── schema060.phpt
    │   │   │   │   ├── schema061.phpt
    │   │   │   │   ├── schema062.phpt
    │   │   │   │   ├── schema063.phpt
    │   │   │   │   ├── schema064.phpt
    │   │   │   │   ├── schema065.phpt
    │   │   │   │   ├── schema066.phpt
    │   │   │   │   ├── schema067.phpt
    │   │   │   │   ├── schema068.phpt
    │   │   │   │   ├── schema069.phpt
    │   │   │   │   ├── schema070.phpt
    │   │   │   │   ├── schema071.phpt
    │   │   │   │   ├── schema072.phpt
    │   │   │   │   ├── schema073.phpt
    │   │   │   │   ├── schema074.phpt
    │   │   │   │   ├── schema075.phpt
    │   │   │   │   ├── schema076.phpt
    │   │   │   │   ├── schema077.phpt
    │   │   │   │   ├── schema078.phpt
    │   │   │   │   ├── schema079.phpt
    │   │   │   │   ├── schema080.phpt
    │   │   │   │   ├── schema081.phpt
    │   │   │   │   ├── schema082.phpt
    │   │   │   │   ├── schema083.phpt
    │   │   │   │   ├── schema084.phpt
    │   │   │   │   ├── schema085.phpt
    │   │   │   │   ├── skipif.inc
    │   │   │   │   └── test_schema.inc
    │   │   │   ├── server001.phpt
    │   │   │   ├── server002.phpt
    │   │   │   ├── server003.phpt
    │   │   │   ├── server004.phpt
    │   │   │   ├── server005.phpt
    │   │   │   ├── server006.phpt
    │   │   │   ├── server007.phpt
    │   │   │   ├── server008.phpt
    │   │   │   ├── server009.phpt
    │   │   │   ├── server010.phpt
    │   │   │   ├── server011.phpt
    │   │   │   ├── server012.phpt
    │   │   │   ├── server013.phpt
    │   │   │   ├── server014.phpt
    │   │   │   ├── server015.phpt
    │   │   │   ├── server016.phpt
    │   │   │   ├── server017.phpt
    │   │   │   ├── server018.phpt
    │   │   │   ├── server019.phpt
    │   │   │   ├── server020.phpt
    │   │   │   ├── server021.phpt
    │   │   │   ├── server022.phpt
    │   │   │   ├── server023.phpt
    │   │   │   ├── server024.phpt
    │   │   │   ├── server025.phpt
    │   │   │   ├── server025.wsdl
    │   │   │   ├── server026.phpt
    │   │   │   ├── server027.phpt
    │   │   │   ├── server028.phpt
    │   │   │   ├── server029.phpt
    │   │   │   ├── setheaders.phpt
    │   │   │   ├── skipif.inc
    │   │   │   ├── soap12
    │   │   │   │   ├── skipif.inc
    │   │   │   │   ├── soap12-test.inc
    │   │   │   │   ├── soap12-test.wsdl
    │   │   │   │   ├── T01.phpt
    │   │   │   │   ├── T02.phpt
    │   │   │   │   ├── T03.phpt
    │   │   │   │   ├── T04.phpt
    │   │   │   │   ├── T05.phpt
    │   │   │   │   ├── T10.phpt
    │   │   │   │   ├── T11.phpt
    │   │   │   │   ├── T12.phpt
    │   │   │   │   ├── T13.phpt
    │   │   │   │   ├── T14.phpt
    │   │   │   │   ├── T15.phpt
    │   │   │   │   ├── T19.phpt
    │   │   │   │   ├── T22.phpt
    │   │   │   │   ├── T23.phpt
    │   │   │   │   ├── T24.phpt
    │   │   │   │   ├── T25.phpt
    │   │   │   │   ├── T26.phpt
    │   │   │   │   ├── T27.phpt
    │   │   │   │   ├── T28.phpt
    │   │   │   │   ├── T29.phpt
    │   │   │   │   ├── T30.phpt
    │   │   │   │   ├── T31.phpt
    │   │   │   │   ├── T32.phpt
    │   │   │   │   ├── T33.phpt
    │   │   │   │   ├── T34.phpt
    │   │   │   │   ├── T35.phpt
    │   │   │   │   ├── T36.phpt
    │   │   │   │   ├── T37.phpt
    │   │   │   │   ├── T38_1.phpt
    │   │   │   │   ├── T38_2.phpt
    │   │   │   │   ├── T39.phpt
    │   │   │   │   ├── T40.phpt
    │   │   │   │   ├── T41.phpt
    │   │   │   │   ├── T42.phpt
    │   │   │   │   ├── T43.phpt
    │   │   │   │   ├── T44.phpt
    │   │   │   │   ├── T45.phpt
    │   │   │   │   ├── T46.phpt
    │   │   │   │   ├── T47.phpt
    │   │   │   │   ├── T48.phpt
    │   │   │   │   ├── T49.phpt
    │   │   │   │   ├── T50.phpt
    │   │   │   │   ├── T51.phpt
    │   │   │   │   ├── T52.phpt
    │   │   │   │   ├── T53.phpt
    │   │   │   │   ├── T54.phpt
    │   │   │   │   ├── T55.phpt
    │   │   │   │   ├── T56.phpt
    │   │   │   │   ├── T57.phpt
    │   │   │   │   ├── T58.phpt
    │   │   │   │   ├── T59.phpt
    │   │   │   │   ├── T60.phpt
    │   │   │   │   ├── T61.phpt
    │   │   │   │   ├── T63.phpt
    │   │   │   │   ├── T64.phpt
    │   │   │   │   ├── T65.phpt
    │   │   │   │   ├── T66.phpt
    │   │   │   │   ├── T67.phpt
    │   │   │   │   ├── T68.phpt
    │   │   │   │   ├── T69.phpt
    │   │   │   │   ├── T70.phpt
    │   │   │   │   ├── T71.phpt
    │   │   │   │   ├── T72.phpt
    │   │   │   │   ├── T73.phpt
    │   │   │   │   ├── T74.phpt
    │   │   │   │   ├── T75.phpt
    │   │   │   │   ├── T76_1.phpt
    │   │   │   │   ├── T76_2.phpt
    │   │   │   │   ├── T77_1.phpt
    │   │   │   │   ├── T77_2.phpt
    │   │   │   │   ├── T77_3.phpt
    │   │   │   │   ├── T78.phpt
    │   │   │   │   └── T80.phpt
    │   │   │   ├── test.wsdl
    │   │   │   ├── transport001.phpt
    │   │   │   ├── typemap001.phpt
    │   │   │   ├── typemap002.phpt
    │   │   │   ├── typemap003.phpt
    │   │   │   ├── typemap004.phpt
    │   │   │   ├── typemap005.phpt
    │   │   │   ├── typemap006.phpt
    │   │   │   ├── typemap007.phpt
    │   │   │   ├── typemap008.phpt
    │   │   │   ├── typemap009.phpt
    │   │   │   ├── typemap010.phpt
    │   │   │   ├── typemap011.phpt
    │   │   │   ├── typemap012.phpt
    │   │   │   └── typemap013.phpt
    │   │   ├── TODO
    │   │   └── TODO.old
    │   ├── sockets
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── package.xml
    │   │   ├── php_sockets.h
    │   │   ├── php_sockets_win.c
    │   │   ├── php_sockets_win.h
    │   │   ├── sockets.c
    │   │   ├── sockets.dsp
    │   │   ├── tests
    │   │   │   ├── ipv4loop.phpt
    │   │   │   ├── ipv6loop.phpt
    │   │   │   └── unixloop.phpt
    │   │   ├── unix_socket_constants.h
    │   │   └── win32_socket_constants.h
    │   ├── spl
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── doxygen.cfg
    │   │   ├── examples
    │   │   │   ├── autoload.inc
    │   │   │   ├── cachingrecursiveiterator.inc
    │   │   │   ├── callbackfilteriterator.inc
    │   │   │   ├── class_tree.php
    │   │   │   ├── dbaarray.inc
    │   │   │   ├── dba_array.php
    │   │   │   ├── dba_dump.php
    │   │   │   ├── dbareader.inc
    │   │   │   ├── directoryfilterdots.inc
    │   │   │   ├── directorygraphiterator.inc
    │   │   │   ├── directorytree.inc
    │   │   │   ├── directorytreeiterator.inc
    │   │   │   ├── directorytree.php
    │   │   │   ├── dualiterator.inc
    │   │   │   ├── findfile.inc
    │   │   │   ├── findfile.php
    │   │   │   ├── findregex.php
    │   │   │   ├── inigroups.inc
    │   │   │   ├── ini_groups.php
    │   │   │   ├── keyfilter.inc
    │   │   │   ├── nocvsdir.php
    │   │   │   ├── phar_from_dir.php
    │   │   │   ├── recursivecomparedualiterator.inc
    │   │   │   ├── recursivedualiterator.inc
    │   │   │   ├── recursivetreeiterator.inc
    │   │   │   ├── regexfindfile.inc
    │   │   │   ├── searchiterator.inc
    │   │   │   ├── tests
    │   │   │   │   ├── dualiterator_001.phpt
    │   │   │   │   └── examples.inc
    │   │   │   └── tree.php
    │   │   ├── internal
    │   │   │   ├── appenditerator.inc
    │   │   │   ├── cachingiterator.inc
    │   │   │   ├── emptyiterator.inc
    │   │   │   ├── filteriterator.inc
    │   │   │   ├── infiniteiterator.inc
    │   │   │   ├── iteratoriterator.inc
    │   │   │   ├── limititerator.inc
    │   │   │   ├── norewinditerator.inc
    │   │   │   ├── outeriterator.inc
    │   │   │   ├── parentiterator.inc
    │   │   │   ├── recursivearrayiterator.inc
    │   │   │   ├── recursivecachingiterator.inc
    │   │   │   ├── recursivefilteriterator.inc
    │   │   │   ├── recursiveiterator.inc
    │   │   │   ├── recursiveiteratoriterator.inc
    │   │   │   ├── recursiveregexiterator.inc
    │   │   │   ├── regexiterator.inc
    │   │   │   ├── seekableiterator.inc
    │   │   │   ├── splfileobject.inc
    │   │   │   └── splobjectstorage.inc
    │   │   ├── package.xml
    │   │   ├── php_spl.c
    │   │   ├── php_spl.h
    │   │   ├── README
    │   │   ├── spl_array.c
    │   │   ├── spl_array.h
    │   │   ├── spl_directory.c
    │   │   ├── spl_directory.h
    │   │   ├── spl_engine.c
    │   │   ├── spl_engine.h
    │   │   ├── spl_exceptions.c
    │   │   ├── spl_exceptions.h
    │   │   ├── spl_functions.c
    │   │   ├── spl_functions.h
    │   │   ├── spl_iterators.c
    │   │   ├── spl_iterators.h
    │   │   ├── spl_observer.c
    │   │   ├── spl_observer.h
    │   │   ├── spl.php
    │   │   ├── spl_sxe.c
    │   │   ├── spl_sxe.h
    │   │   ├── tests
    │   │   │   ├── array_001.phpt
    │   │   │   ├── array_002.phpt
    │   │   │   ├── array_003.phpt
    │   │   │   ├── array_004.phpt
    │   │   │   ├── array_005.phpt
    │   │   │   ├── array_006.phpt
    │   │   │   ├── array_007.phpt
    │   │   │   ├── array_008.phpt
    │   │   │   ├── array_009a.phpt
    │   │   │   ├── array_009.phpt
    │   │   │   ├── array_010.phpt
    │   │   │   ├── array_011.phpt
    │   │   │   ├── array_012.phpt
    │   │   │   ├── array_013.phpt
    │   │   │   ├── array_014.phpt
    │   │   │   ├── array_015.phpt
    │   │   │   ├── array_016.phpt
    │   │   │   ├── array_017.phpt
    │   │   │   ├── array_018.phpt
    │   │   │   ├── array_019.phpt
    │   │   │   ├── array_020.phpt
    │   │   │   ├── array_021.phpt
    │   │   │   ├── array_022.phpt
    │   │   │   ├── array_026.phpt
    │   │   │   ├── arrayObject_asort_basic1.phpt
    │   │   │   ├── arrayObject_asort_basic2.phpt
    │   │   │   ├── arrayObject_clone_basic1.phpt
    │   │   │   ├── arrayObject_clone_basic2.phpt
    │   │   │   ├── arrayObject_clone_basic3.phpt
    │   │   │   ├── arrayObject___construct_basic1.phpt
    │   │   │   ├── arrayObject___construct_basic2.phpt
    │   │   │   ├── arrayObject___construct_basic3.phpt
    │   │   │   ├── arrayObject___construct_basic4.phpt
    │   │   │   ├── arrayObject___construct_basic5.phpt
    │   │   │   ├── arrayObject___construct_basic6.phpt
    │   │   │   ├── arrayObject___construct_error1.phpt
    │   │   │   ├── arrayObject___construct_error2.phpt
    │   │   │   ├── arrayObject_count_basic1.phpt
    │   │   │   ├── arrayObject_exchangeArray_basic3.phpt
    │   │   │   ├── arrayObject_getFlags_basic1.phpt
    │   │   │   ├── arrayObject_getFlags_basic2.phpt
    │   │   │   ├── arrayObject_getIteratorClass_basic1.phpt
    │   │   │   ├── arrayObject_ksort_basic1.phpt
    │   │   │   ├── arrayObject_ksort_basic2.phpt
    │   │   │   ├── arrayObject_magicMethods1.phpt
    │   │   │   ├── arrayObject_magicMethods2.phpt
    │   │   │   ├── arrayObject_magicMethods3.phpt
    │   │   │   ├── arrayObject_magicMethods4.phpt
    │   │   │   ├── arrayObject_magicMethods5.phpt
    │   │   │   ├── arrayObject_magicMethods6.phpt
    │   │   │   ├── arrayObject_natcasesort_basic1.phpt
    │   │   │   ├── arrayObject_natsort_basic1.phpt
    │   │   │   ├── arrayObject_setFlags_basic1.phpt
    │   │   │   ├── arrayObject_setFlags_basic2.phpt
    │   │   │   ├── arrayObject_setIteratorClass_error1.phpt
    │   │   │   ├── arrayObject_uasort_basic1.phpt
    │   │   │   ├── arrayObject_uasort_error1.phpt
    │   │   │   ├── arrayObject_uksort_basic1.phpt
    │   │   │   ├── arrayObject_uksort_error1.phpt
    │   │   │   ├── bug28822.phpt
    │   │   │   ├── bug31185.phpt
    │   │   │   ├── bug31346.phpt
    │   │   │   ├── bug31348.phpt
    │   │   │   ├── bug31926.phpt
    │   │   │   ├── bug32134.phpt
    │   │   │   ├── bug32394.phpt
    │   │   │   ├── bug33136.phpt
    │   │   │   ├── bug34548.phpt
    │   │   │   ├── bug36258.phpt
    │   │   │   ├── bug36287.phpt
    │   │   │   ├── bug36825.phpt
    │   │   │   ├── bug36941.phpt
    │   │   │   ├── bug37457.phpt
    │   │   │   ├── bug38325.phpt
    │   │   │   ├── bug40036.phpt
    │   │   │   ├── bug40091.phpt
    │   │   │   ├── bug40442.phpt
    │   │   │   ├── bug40872.phpt
    │   │   │   ├── bug41691.phpt
    │   │   │   ├── bug41692.phpt
    │   │   │   ├── bug41828.phpt
    │   │   │   ├── bug42259.phpt
    │   │   │   ├── bug42364.phpt
    │   │   │   ├── bug42654.phpt
    │   │   │   ├── bug42703.phpt
    │   │   │   ├── bug46031.phpt
    │   │   │   ├── bug46051.phpt
    │   │   │   ├── bug46053.phpt
    │   │   │   ├── bug46088.phpt
    │   │   │   ├── bug46115.phpt
    │   │   │   ├── class_implements_basic2.phpt
    │   │   │   ├── class_implements_basic.phpt
    │   │   │   ├── class_implements_error.phpt
    │   │   │   ├── class_implements_variation1.phpt
    │   │   │   ├── class_implements_variation2.phpt
    │   │   │   ├── class_implements_variation.phpt
    │   │   │   ├── countable_class_basic1.phpt
    │   │   │   ├── countable_count_variation1.phpt
    │   │   │   ├── dit_001.phpt
    │   │   │   ├── dit_002.phpt
    │   │   │   ├── fileobject_001a.txt
    │   │   │   ├── fileobject_001b.txt
    │   │   │   ├── fileobject_001.phpt
    │   │   │   ├── fileobject_002.phpt
    │   │   │   ├── fileobject_003.phpt
    │   │   │   ├── iterator_001.phpt
    │   │   │   ├── iterator_002.phpt
    │   │   │   ├── iterator_003.phpt
    │   │   │   ├── iterator_004.phpt
    │   │   │   ├── iterator_005.phpt
    │   │   │   ├── iterator_006.phpt
    │   │   │   ├── iterator_007.phpt
    │   │   │   ├── iterator_008.phpt
    │   │   │   ├── iterator_009.phpt
    │   │   │   ├── iterator_010.phpt
    │   │   │   ├── iterator_011.phpt
    │   │   │   ├── iterator_012.phpt
    │   │   │   ├── iterator_013.phpt
    │   │   │   ├── iterator_014.phpt
    │   │   │   ├── iterator_015.phpt
    │   │   │   ├── iterator_016.phpt
    │   │   │   ├── iterator_017.phpt
    │   │   │   ├── iterator_018.phpt
    │   │   │   ├── iterator_019.phpt
    │   │   │   ├── iterator_020.phpt
    │   │   │   ├── iterator_021.phpt
    │   │   │   ├── iterator_022.phpt
    │   │   │   ├── iterator_023.phpt
    │   │   │   ├── iterator_024.phpt
    │   │   │   ├── iterator_025.phpt
    │   │   │   ├── iterator_026.phpt
    │   │   │   ├── iterator_027.phpt
    │   │   │   ├── iterator_028.phpt
    │   │   │   ├── iterator_029.phpt
    │   │   │   ├── iterator_030.phpt
    │   │   │   ├── iterator_031.phpt
    │   │   │   ├── iterator_032.phpt
    │   │   │   ├── iterator_033.phpt
    │   │   │   ├── iterator_034.phpt
    │   │   │   ├── iterator_035.phpt
    │   │   │   ├── iterator_036.phpt
    │   │   │   ├── iterator_037.phpt
    │   │   │   ├── iterator_038.phpt
    │   │   │   ├── iterator_039.phpt
    │   │   │   ├── iterator_040.phpt
    │   │   │   ├── iterator_041a.phpt
    │   │   │   ├── iterator_041b.phpt
    │   │   │   ├── iterator_041.phpt
    │   │   │   ├── iterator_042.phpt
    │   │   │   ├── iterator_043.phpt
    │   │   │   ├── iterator_044.phpt
    │   │   │   ├── iterator_045.phpt
    │   │   │   ├── iterator_046.phpt
    │   │   │   ├── iterator_047.phpt
    │   │   │   ├── iterator_048.phpt
    │   │   │   ├── iterator_049b.phpt
    │   │   │   ├── iterator_049.phpt
    │   │   │   ├── iterator_050.phpt
    │   │   │   ├── iterator_051.phpt
    │   │   │   ├── iterator_052.phpt
    │   │   │   ├── iterator_053.phpt
    │   │   │   ├── iterator_054.phpt
    │   │   │   ├── iterator_055.phpt
    │   │   │   ├── observer_001.phpt
    │   │   │   ├── observer_002.phpt
    │   │   │   ├── observer_003.phpt
    │   │   │   ├── observer_004.phpt
    │   │   │   ├── observer_005.phpt
    │   │   │   ├── spl_001.phpt
    │   │   │   ├── spl_002.phpt
    │   │   │   ├── spl_003.phpt
    │   │   │   ├── spl_004.phpt
    │   │   │   ├── spl_005.phpt
    │   │   │   ├── spl_006.phpt
    │   │   │   ├── spl_007.phpt
    │   │   │   ├── spl_autoload_001.phpt
    │   │   │   ├── spl_autoload_002.phpt
    │   │   │   ├── spl_autoload_003.phpt
    │   │   │   ├── spl_autoload_004.phpt
    │   │   │   ├── spl_autoload_005.phpt
    │   │   │   ├── spl_autoload_006.phpt
    │   │   │   ├── spl_autoload_007.phpt
    │   │   │   ├── spl_autoload_008.phpt
    │   │   │   ├── spl_autoload_009.phpt
    │   │   │   ├── sxe_001.phpt
    │   │   │   ├── sxe_002.phpt
    │   │   │   ├── sxe_003.phpt
    │   │   │   ├── sxe_004.phpt
    │   │   │   ├── sxe_005.phpt
    │   │   │   ├── testclass
    │   │   │   ├── testclass.class.inc
    │   │   │   ├── testclass.inc
    │   │   │   └── testclass.php.inc
    │   │   └── TODO
    │   ├── sqlite
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── libsqlite
    │   │   │   ├── README
    │   │   │   ├── src
    │   │   │   │   ├── attach.c
    │   │   │   │   ├── auth.c
    │   │   │   │   ├── btree.c
    │   │   │   │   ├── btree.h
    │   │   │   │   ├── btree_rb.c
    │   │   │   │   ├── build.c
    │   │   │   │   ├── config_static.w32.h
    │   │   │   │   ├── copy.c
    │   │   │   │   ├── date.c
    │   │   │   │   ├── delete.c
    │   │   │   │   ├── encode.c
    │   │   │   │   ├── expr.c
    │   │   │   │   ├── func.c
    │   │   │   │   ├── hash.c
    │   │   │   │   ├── hash.h
    │   │   │   │   ├── insert.c
    │   │   │   │   ├── libsqlite.dsp
    │   │   │   │   ├── main.c
    │   │   │   │   ├── opcodes.c
    │   │   │   │   ├── opcodes.h
    │   │   │   │   ├── os.c
    │   │   │   │   ├── os.h
    │   │   │   │   ├── pager.c
    │   │   │   │   ├── pager.h
    │   │   │   │   ├── parse.c
    │   │   │   │   ├── parse.h
    │   │   │   │   ├── parse.y
    │   │   │   │   ├── pragma.c
    │   │   │   │   ├── printf.c
    │   │   │   │   ├── random.c
    │   │   │   │   ├── select.c
    │   │   │   │   ├── sqlite_config.w32.h
    │   │   │   │   ├── sqlite.h.in
    │   │   │   │   ├── sqliteInt.h
    │   │   │   │   ├── sqlite.w32.h
    │   │   │   │   ├── table.c
    │   │   │   │   ├── tokenize.c
    │   │   │   │   ├── trigger.c
    │   │   │   │   ├── update.c
    │   │   │   │   ├── util.c
    │   │   │   │   ├── vacuum.c
    │   │   │   │   ├── vdbeaux.c
    │   │   │   │   ├── vdbe.c
    │   │   │   │   ├── vdbe.h
    │   │   │   │   ├── vdbeInt.h
    │   │   │   │   └── where.c
    │   │   │   └── VERSION
    │   │   ├── Makefile.frag
    │   │   ├── package.xml
    │   │   ├── pdo_sqlite2.c
    │   │   ├── php_sqlite.def
    │   │   ├── php_sqlite.h
    │   │   ├── README
    │   │   ├── sess_sqlite.c
    │   │   ├── sqlite.c
    │   │   ├── sqlite.dsp
    │   │   ├── sqlite.php
    │   │   ├── tests
    │   │   │   ├── blankdb.inc
    │   │   │   ├── blankdb_oo.inc
    │   │   │   ├── bug26911.phpt
    │   │   │   ├── bug28112.phpt
    │   │   │   ├── bug35248.phpt
    │   │   │   ├── bug38759.phpt
    │   │   │   ├── pdo
    │   │   │   │   └── common.phpt
    │   │   │   ├── sqlite_001.phpt
    │   │   │   ├── sqlite_002.phpt
    │   │   │   ├── sqlite_003.phpt
    │   │   │   ├── sqlite_004.phpt
    │   │   │   ├── sqlite_005.phpt
    │   │   │   ├── sqlite_006.phpt
    │   │   │   ├── sqlite_007.phpt
    │   │   │   ├── sqlite_008.phpt
    │   │   │   ├── sqlite_009.phpt
    │   │   │   ├── sqlite_010.phpt
    │   │   │   ├── sqlite_011.phpt
    │   │   │   ├── sqlite_012.phpt
    │   │   │   ├── sqlite_013.phpt
    │   │   │   ├── sqlite_014.phpt
    │   │   │   ├── sqlite_015.phpt
    │   │   │   ├── sqlite_016.phpt
    │   │   │   ├── sqlite_017.phpt
    │   │   │   ├── sqlite_018.phpt
    │   │   │   ├── sqlite_019.phpt
    │   │   │   ├── sqlite_022.phpt
    │   │   │   ├── sqlite_023.phpt
    │   │   │   ├── sqlite_024.phpt
    │   │   │   ├── sqlite_025.phpt
    │   │   │   ├── sqlite_026.phpt
    │   │   │   ├── sqlite_027.phpt
    │   │   │   ├── sqlite_oo_001.phpt
    │   │   │   ├── sqlite_oo_002.phpt
    │   │   │   ├── sqlite_oo_003.phpt
    │   │   │   ├── sqlite_oo_008.phpt
    │   │   │   ├── sqlite_oo_009.phpt
    │   │   │   ├── sqlite_oo_010.phpt
    │   │   │   ├── sqlite_oo_011.phpt
    │   │   │   ├── sqlite_oo_012.phpt
    │   │   │   ├── sqlite_oo_013.phpt
    │   │   │   ├── sqlite_oo_014.phpt
    │   │   │   ├── sqlite_oo_015.phpt
    │   │   │   ├── sqlite_oo_016.phpt
    │   │   │   ├── sqlite_oo_020.phpt
    │   │   │   ├── sqlite_oo_021.phpt
    │   │   │   ├── sqlite_oo_022.phpt
    │   │   │   ├── sqlite_oo_024.phpt
    │   │   │   ├── sqlite_oo_025.phpt
    │   │   │   ├── sqlite_oo_026.phpt
    │   │   │   ├── sqlite_oo_027.phpt
    │   │   │   ├── sqlite_oo_028.phpt
    │   │   │   ├── sqlite_oo_029.phpt
    │   │   │   ├── sqlite_oo_030.phpt
    │   │   │   ├── sqlite_spl_001.phpt
    │   │   │   ├── sqlite_spl_002.phpt
    │   │   │   └── sqlite_spl_003.phpt
    │   │   └── TODO
    │   ├── standard
    │   │   ├── array.c
    │   │   ├── assert.c
    │   │   ├── base64.c
    │   │   ├── base64.h
    │   │   ├── basic_functions.c
    │   │   ├── basic_functions.h
    │   │   ├── browscap.c
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── crc32.c
    │   │   ├── crc32.h
    │   │   ├── CREDITS
    │   │   ├── credits.c
    │   │   ├── credits_ext.h
    │   │   ├── credits.h
    │   │   ├── credits_sapi.h
    │   │   ├── crypt.c
    │   │   ├── css.c
    │   │   ├── css.h
    │   │   ├── cyr_convert.c
    │   │   ├── cyr_convert.h
    │   │   ├── datetime.c
    │   │   ├── datetime.h
    │   │   ├── dir.c
    │   │   ├── dl.c
    │   │   ├── dl.h
    │   │   ├── dns.c
    │   │   ├── dns.h
    │   │   ├── exec.c
    │   │   ├── exec.h
    │   │   ├── file.c
    │   │   ├── file.h
    │   │   ├── filestat.c
    │   │   ├── filters.c
    │   │   ├── flock_compat.c
    │   │   ├── flock_compat.h
    │   │   ├── formatted_print.c
    │   │   ├── fsock.c
    │   │   ├── fsock.h
    │   │   ├── ftok.c
    │   │   ├── ftp_fopen_wrapper.c
    │   │   ├── head.c
    │   │   ├── head.h
    │   │   ├── html.c
    │   │   ├── html.h
    │   │   ├── http.c
    │   │   ├── http_fopen_wrapper.c
    │   │   ├── image.c
    │   │   ├── incomplete_class.c
    │   │   ├── info.c
    │   │   ├── info.h
    │   │   ├── iptc.c
    │   │   ├── lcg.c
    │   │   ├── levenshtein.c
    │   │   ├── link.c
    │   │   ├── mail.c
    │   │   ├── Makefile.frag
    │   │   ├── math.c
    │   │   ├── md5.c
    │   │   ├── md5.h
    │   │   ├── metaphone.c
    │   │   ├── microtime.c
    │   │   ├── microtime.h
    │   │   ├── pack.c
    │   │   ├── pack.h
    │   │   ├── pageinfo.c
    │   │   ├── pageinfo.h
    │   │   ├── php_array.h
    │   │   ├── php_assert.h
    │   │   ├── php_browscap.h
    │   │   ├── php_crypt.h
    │   │   ├── php_dir.h
    │   │   ├── php_ext_syslog.h
    │   │   ├── php_filestat.h
    │   │   ├── php_fopen_wrapper.c
    │   │   ├── php_fopen_wrappers.h
    │   │   ├── php_ftok.h
    │   │   ├── php_http.h
    │   │   ├── php_image.h
    │   │   ├── php_incomplete_class.h
    │   │   ├── php_iptc.h
    │   │   ├── php_lcg.h
    │   │   ├── php_link.h
    │   │   ├── php_mail.h
    │   │   ├── php_math.h
    │   │   ├── php_metaphone.h
    │   │   ├── php_rand.h
    │   │   ├── php_smart_str.h
    │   │   ├── php_smart_str_public.h
    │   │   ├── php_standard.h
    │   │   ├── php_string.h
    │   │   ├── php_type.h
    │   │   ├── php_uuencode.h
    │   │   ├── php_var.h
    │   │   ├── php_versioning.h
    │   │   ├── proc_open.c
    │   │   ├── proc_open.h
    │   │   ├── quot_print.c
    │   │   ├── quot_print.h
    │   │   ├── rand.c
    │   │   ├── reg.c
    │   │   ├── reg.h
    │   │   ├── scanf.c
    │   │   ├── scanf.h
    │   │   ├── sha1.c
    │   │   ├── sha1.h
    │   │   ├── soundex.c
    │   │   ├── streamsfuncs.c
    │   │   ├── streamsfuncs.h
    │   │   ├── string.c
    │   │   ├── strnatcmp.c
    │   │   ├── syslog.c
    │   │   ├── tests
    │   │   │   ├── array
    │   │   │   │   ├── 001.phpt
    │   │   │   │   ├── 002.phpt
    │   │   │   │   ├── 003.phpt
    │   │   │   │   ├── 004.phpt
    │   │   │   │   ├── 005.phpt
    │   │   │   │   ├── 006.phpt
    │   │   │   │   ├── 007.phpt
    │   │   │   │   ├── 008.phpt
    │   │   │   │   ├── 009.phpt
    │   │   │   │   ├── array_change_key_case_errors.phpt
    │   │   │   │   ├── array_change_key_case.phpt
    │   │   │   │   ├── array_change_key_case_variation1.phpt
    │   │   │   │   ├── array_change_key_case_variation2.phpt
    │   │   │   │   ├── array_change_key_case_variation3.phpt
    │   │   │   │   ├── array_change_key_case_variation4.phpt
    │   │   │   │   ├── array_change_key_case_variation5.phpt
    │   │   │   │   ├── array_change_key_case_variation6.phpt
    │   │   │   │   ├── array_change_key_case_variation7.phpt
    │   │   │   │   ├── array_change_key_case_variation8.phpt
    │   │   │   │   ├── array_change_key_case_variation.phpt
    │   │   │   │   ├── array_chunk2.phpt
    │   │   │   │   ├── array_chunk_basic1.phpt
    │   │   │   │   ├── array_chunk_basic2.phpt
    │   │   │   │   ├── array_chunk_error.phpt
    │   │   │   │   ├── array_chunk.phpt
    │   │   │   │   ├── array_chunk_variation1.phpt
    │   │   │   │   ├── array_chunk_variation2.phpt
    │   │   │   │   ├── array_chunk_variation3.phpt
    │   │   │   │   ├── array_chunk_variation4.phpt
    │   │   │   │   ├── array_chunk_variation5.phpt
    │   │   │   │   ├── array_chunk_variation6.phpt
    │   │   │   │   ├── array_chunk_variation7.phpt
    │   │   │   │   ├── array_combine_basic.phpt
    │   │   │   │   ├── array_combine_error1.phpt
    │   │   │   │   ├── array_combine_error2.phpt
    │   │   │   │   ├── array_combine.phpt
    │   │   │   │   ├── array_combine_variation1.phpt
    │   │   │   │   ├── array_combine_variation2.phpt
    │   │   │   │   ├── array_combine_variation3.phpt
    │   │   │   │   ├── array_combine_variation4.phpt
    │   │   │   │   ├── array_combine_variation5.phpt
    │   │   │   │   ├── array_combine_variation6.phpt
    │   │   │   │   ├── array_count_values2.phpt
    │   │   │   │   ├── array_count_values_error.phpt
    │   │   │   │   ├── array_count_values.phpt
    │   │   │   │   ├── array_count_values_variation.phpt
    │   │   │   │   ├── array_diff_1.phpt
    │   │   │   │   ├── array_diff_assoc_basic.phpt
    │   │   │   │   ├── array_diff_assoc_error.phpt
    │   │   │   │   ├── array_diff_assoc.phpt
    │   │   │   │   ├── array_diff_assoc_variation10.phpt
    │   │   │   │   ├── array_diff_assoc_variation1.phpt
    │   │   │   │   ├── array_diff_assoc_variation2.phpt
    │   │   │   │   ├── array_diff_assoc_variation3.phpt
    │   │   │   │   ├── array_diff_assoc_variation4.phpt
    │   │   │   │   ├── array_diff_assoc_variation5.phpt
    │   │   │   │   ├── array_diff_assoc_variation6.phpt
    │   │   │   │   ├── array_diff_assoc_variation7.phpt
    │   │   │   │   ├── array_diff_assoc_variation8.phpt
    │   │   │   │   ├── array_diff_assoc_variation9.phpt
    │   │   │   │   ├── array_diff_basic.phpt
    │   │   │   │   ├── array_diff_error.phpt
    │   │   │   │   ├── array_diff_key2.phpt
    │   │   │   │   ├── array_diff_key_basic.phpt
    │   │   │   │   ├── array_diff_key_error.phpt
    │   │   │   │   ├── array_diff_key.phpt
    │   │   │   │   ├── array_diff_key_variation1.phpt
    │   │   │   │   ├── array_diff_key_variation2.phpt
    │   │   │   │   ├── array_diff_key_variation3.phpt
    │   │   │   │   ├── array_diff_key_variation4.phpt
    │   │   │   │   ├── array_diff_key_variation5.phpt
    │   │   │   │   ├── array_diff_key_variation6.phpt
    │   │   │   │   ├── array_diff_key_variation7.phpt
    │   │   │   │   ├── array_diff_key_variation8.phpt
    │   │   │   │   ├── array_diff_uassoc_basic.phpt
    │   │   │   │   ├── array_diff_uassoc_error.phpt
    │   │   │   │   ├── array_diff_uassoc_variation10.phpt
    │   │   │   │   ├── array_diff_uassoc_variation11.phpt
    │   │   │   │   ├── array_diff_uassoc_variation12.phpt
    │   │   │   │   ├── array_diff_uassoc_variation13.phpt
    │   │   │   │   ├── array_diff_uassoc_variation14.phpt
    │   │   │   │   ├── array_diff_uassoc_variation1.phpt
    │   │   │   │   ├── array_diff_uassoc_variation2.phpt
    │   │   │   │   ├── array_diff_uassoc_variation3.phpt
    │   │   │   │   ├── array_diff_uassoc_variation4.phpt
    │   │   │   │   ├── array_diff_uassoc_variation5.phpt
    │   │   │   │   ├── array_diff_uassoc_variation6.phpt
    │   │   │   │   ├── array_diff_uassoc_variation7.phpt
    │   │   │   │   ├── array_diff_uassoc_variation8.phpt
    │   │   │   │   ├── array_diff_uassoc_variation9.phpt
    │   │   │   │   ├── array_diff_ukey_basic.phpt
    │   │   │   │   ├── array_diff_ukey_error.phpt
    │   │   │   │   ├── array_diff_ukey_variation10.phpt
    │   │   │   │   ├── array_diff_ukey_variation11.phpt
    │   │   │   │   ├── array_diff_ukey_variation1.phpt
    │   │   │   │   ├── array_diff_ukey_variation2.phpt
    │   │   │   │   ├── array_diff_ukey_variation3.phpt
    │   │   │   │   ├── array_diff_ukey_variation4.phpt
    │   │   │   │   ├── array_diff_ukey_variation5.phpt
    │   │   │   │   ├── array_diff_ukey_variation6.phpt
    │   │   │   │   ├── array_diff_ukey_variation7.phpt
    │   │   │   │   ├── array_diff_ukey_variation8.phpt
    │   │   │   │   ├── array_diff_ukey_variation9.phpt
    │   │   │   │   ├── array_diff_variation10.phpt
    │   │   │   │   ├── array_diff_variation1.phpt
    │   │   │   │   ├── array_diff_variation2.phpt
    │   │   │   │   ├── array_diff_variation3.phpt
    │   │   │   │   ├── array_diff_variation4.phpt
    │   │   │   │   ├── array_diff_variation5.phpt
    │   │   │   │   ├── array_diff_variation6.phpt
    │   │   │   │   ├── array_diff_variation7.phpt
    │   │   │   │   ├── array_diff_variation8.phpt
    │   │   │   │   ├── array_diff_variation9.phpt
    │   │   │   │   ├── array_fill_basic.phpt
    │   │   │   │   ├── array_fill_error.phpt
    │   │   │   │   ├── array_fill_keys_error.phpt
    │   │   │   │   ├── array_fill_keys.phpt
    │   │   │   │   ├── array_fill_keys_variation1.phpt
    │   │   │   │   ├── array_fill_keys_variation2.phpt
    │   │   │   │   ├── array_fill_keys_variation3.phpt
    │   │   │   │   ├── array_fill_keys_variation4.phpt
    │   │   │   │   ├── array_fill_object.phpt
    │   │   │   │   ├── array_fill.phpt
    │   │   │   │   ├── array_fill_variation1_64bit.phpt
    │   │   │   │   ├── array_fill_variation1.phpt
    │   │   │   │   ├── array_fill_variation2.phpt
    │   │   │   │   ├── array_fill_variation3.phpt
    │   │   │   │   ├── array_fill_variation4.phpt
    │   │   │   │   ├── array_fill_variation5.phpt
    │   │   │   │   ├── array_filter_basic.phpt
    │   │   │   │   ├── array_filter_error.phpt
    │   │   │   │   ├── array_filter_object.phpt
    │   │   │   │   ├── array_filter.phpt
    │   │   │   │   ├── array_filter_variation1.phpt
    │   │   │   │   ├── array_filter_variation2.phpt
    │   │   │   │   ├── array_filter_variation3.phpt
    │   │   │   │   ├── array_filter_variation4.phpt
    │   │   │   │   ├── array_filter_variation5.phpt
    │   │   │   │   ├── array_filter_variation6.phpt
    │   │   │   │   ├── array_filter_variation7.phpt
    │   │   │   │   ├── array_filter_variation8.phpt
    │   │   │   │   ├── array_filter_variation9.phpt
    │   │   │   │   ├── array_flip_basic.phpt
    │   │   │   │   ├── array_flip_error.phpt
    │   │   │   │   ├── array_flip.phpt
    │   │   │   │   ├── array_flip_variation1.phpt
    │   │   │   │   ├── array_flip_variation2.phpt
    │   │   │   │   ├── array_flip_variation3.phpt
    │   │   │   │   ├── array_flip_variation4.phpt
    │   │   │   │   ├── array_flip_variation5.phpt
    │   │   │   │   ├── array_intersect_1.phpt
    │   │   │   │   ├── array_intersect_assoc_basic.phpt
    │   │   │   │   ├── array_intersect_assoc_error.phpt
    │   │   │   │   ├── array_intersect_assoc_variation10.phpt
    │   │   │   │   ├── array_intersect_assoc_variation1.phpt
    │   │   │   │   ├── array_intersect_assoc_variation2.phpt
    │   │   │   │   ├── array_intersect_assoc_variation3.phpt
    │   │   │   │   ├── array_intersect_assoc_variation4.phpt
    │   │   │   │   ├── array_intersect_assoc_variation5.phpt
    │   │   │   │   ├── array_intersect_assoc_variation6.phpt
    │   │   │   │   ├── array_intersect_assoc_variation7.phpt
    │   │   │   │   ├── array_intersect_assoc_variation8.phpt
    │   │   │   │   ├── array_intersect_assoc_variation9.phpt
    │   │   │   │   ├── array_intersect_basic.phpt
    │   │   │   │   ├── array_intersect_error.phpt
    │   │   │   │   ├── array_intersect_key_basic.phpt
    │   │   │   │   ├── array_intersect_key_error.phpt
    │   │   │   │   ├── array_intersect_key.phpt
    │   │   │   │   ├── array_intersect_key_variation1.phpt
    │   │   │   │   ├── array_intersect_key_variation2.phpt
    │   │   │   │   ├── array_intersect_key_variation3.phpt
    │   │   │   │   ├── array_intersect_key_variation4.phpt
    │   │   │   │   ├── array_intersect_key_variation5.phpt
    │   │   │   │   ├── array_intersect_key_variation6.phpt
    │   │   │   │   ├── array_intersect_key_variation7.phpt
    │   │   │   │   ├── array_intersect_key_variation8.phpt
    │   │   │   │   ├── array_intersect_uassoc_basic.phpt
    │   │   │   │   ├── array_intersect_uassoc_error.phpt
    │   │   │   │   ├── array_intersect_uassoc_variation10.phpt
    │   │   │   │   ├── array_intersect_uassoc_variation11.phpt
    │   │   │   │   ├── array_intersect_uassoc_variation1.phpt
    │   │   │   │   ├── array_intersect_uassoc_variation2.phpt
    │   │   │   │   ├── array_intersect_uassoc_variation3.phpt
    │   │   │   │   ├── array_intersect_uassoc_variation4.phpt
    │   │   │   │   ├── array_intersect_uassoc_variation5.phpt
    │   │   │   │   ├── array_intersect_uassoc_variation6.phpt
    │   │   │   │   ├── array_intersect_uassoc_variation7.phpt
    │   │   │   │   ├── array_intersect_uassoc_variation8.phpt
    │   │   │   │   ├── array_intersect_uassoc_variation9.phpt
    │   │   │   │   ├── array_intersect_ukey_basic.phpt
    │   │   │   │   ├── array_intersect_ukey_error.phpt
    │   │   │   │   ├── array_intersect_ukey_variation10.phpt
    │   │   │   │   ├── array_intersect_ukey_variation1.phpt
    │   │   │   │   ├── array_intersect_ukey_variation2.phpt
    │   │   │   │   ├── array_intersect_ukey_variation3.phpt
    │   │   │   │   ├── array_intersect_ukey_variation4.phpt
    │   │   │   │   ├── array_intersect_ukey_variation5.phpt
    │   │   │   │   ├── array_intersect_ukey_variation6.phpt
    │   │   │   │   ├── array_intersect_ukey_variation7.phpt
    │   │   │   │   ├── array_intersect_ukey_variation8.phpt
    │   │   │   │   ├── array_intersect_ukey_variation9.phpt
    │   │   │   │   ├── array_intersect_variation10.phpt
    │   │   │   │   ├── array_intersect_variation1.phpt
    │   │   │   │   ├── array_intersect_variation2.phpt
    │   │   │   │   ├── array_intersect_variation3.phpt
    │   │   │   │   ├── array_intersect_variation4.phpt
    │   │   │   │   ├── array_intersect_variation5.phpt
    │   │   │   │   ├── array_intersect_variation6.phpt
    │   │   │   │   ├── array_intersect_variation7.phpt
    │   │   │   │   ├── array_intersect_variation8.phpt
    │   │   │   │   ├── array_intersect_variation9.phpt
    │   │   │   │   ├── array_key_exists_basic.phpt
    │   │   │   │   ├── array_key_exists_error.phpt
    │   │   │   │   ├── array_key_exists_object1.phpt
    │   │   │   │   ├── array_key_exists_object2.phpt
    │   │   │   │   ├── array_key_exists.phpt
    │   │   │   │   ├── array_key_exists_variation1.phpt
    │   │   │   │   ├── array_key_exists_variation2.phpt
    │   │   │   │   ├── array_key_exists_variation3.phpt
    │   │   │   │   ├── array_key_exists_variation4.phpt
    │   │   │   │   ├── array_key_exists_variation5.phpt
    │   │   │   │   ├── array_key_exists_variation6.phpt
    │   │   │   │   ├── array_key_exists_variation7.phpt
    │   │   │   │   ├── array_key_exists_variation8.phpt
    │   │   │   │   ├── array_keys_error.phpt
    │   │   │   │   ├── array_keys_variation_001.phpt
    │   │   │   │   ├── array_keys_variation_002_64bit.phpt
    │   │   │   │   ├── array_keys_variation_002.phpt
    │   │   │   │   ├── array_keys_variation_003.phpt
    │   │   │   │   ├── array_keys_variation_004.phpt
    │   │   │   │   ├── array_keys_variation_005.phpt
    │   │   │   │   ├── array_map_001.phpt
    │   │   │   │   ├── array_map_basic.phpt
    │   │   │   │   ├── array_map_error.phpt
    │   │   │   │   ├── array_map_object1.phpt
    │   │   │   │   ├── array_map_object2.phpt
    │   │   │   │   ├── array_map_object3.phpt
    │   │   │   │   ├── array_map_variation10.phpt
    │   │   │   │   ├── array_map_variation11.phpt
    │   │   │   │   ├── array_map_variation12.phpt
    │   │   │   │   ├── array_map_variation13.phpt
    │   │   │   │   ├── array_map_variation14.phpt
    │   │   │   │   ├── array_map_variation15.phpt
    │   │   │   │   ├── array_map_variation16.phpt
    │   │   │   │   ├── array_map_variation17.phpt
    │   │   │   │   ├── array_map_variation18.phpt
    │   │   │   │   ├── array_map_variation19.phpt
    │   │   │   │   ├── array_map_variation1.phpt
    │   │   │   │   ├── array_map_variation2.phpt
    │   │   │   │   ├── array_map_variation3.phpt
    │   │   │   │   ├── array_map_variation4.phpt
    │   │   │   │   ├── array_map_variation5.phpt
    │   │   │   │   ├── array_map_variation6.phpt
    │   │   │   │   ├── array_map_variation7.phpt
    │   │   │   │   ├── array_map_variation8.phpt
    │   │   │   │   ├── array_map_variation9.phpt
    │   │   │   │   ├── array_merge_basic.phpt
    │   │   │   │   ├── array_merge_error.phpt
    │   │   │   │   ├── array_merge_recursive_basic1.phpt
    │   │   │   │   ├── array_merge_recursive_basic2.phpt
    │   │   │   │   ├── array_merge_recursive_error.phpt
    │   │   │   │   ├── array_merge_recursive_variation10.phpt
    │   │   │   │   ├── array_merge_recursive_variation1.phpt
    │   │   │   │   ├── array_merge_recursive_variation2.phpt
    │   │   │   │   ├── array_merge_recursive_variation3.phpt
    │   │   │   │   ├── array_merge_recursive_variation4.phpt
    │   │   │   │   ├── array_merge_recursive_variation5.phpt
    │   │   │   │   ├── array_merge_recursive_variation6.phpt
    │   │   │   │   ├── array_merge_recursive_variation7.phpt
    │   │   │   │   ├── array_merge_recursive_variation8.phpt
    │   │   │   │   ├── array_merge_recursive_variation9.phpt
    │   │   │   │   ├── array_merge_variation10.phpt
    │   │   │   │   ├── array_merge_variation1.phpt
    │   │   │   │   ├── array_merge_variation2.phpt
    │   │   │   │   ├── array_merge_variation3.phpt
    │   │   │   │   ├── array_merge_variation4.phpt
    │   │   │   │   ├── array_merge_variation5.phpt
    │   │   │   │   ├── array_merge_variation6.phpt
    │   │   │   │   ├── array_merge_variation7.phpt
    │   │   │   │   ├── array_merge_variation8.phpt
    │   │   │   │   ├── array_merge_variation9.phpt
    │   │   │   │   ├── array_multisort_basic1.phpt
    │   │   │   │   ├── array_multisort_basic2.phpt
    │   │   │   │   ├── array_multisort_error.phpt
    │   │   │   │   ├── array_multisort_variation10.phpt
    │   │   │   │   ├── array_multisort_variation1.phpt
    │   │   │   │   ├── array_multisort_variation2.phpt
    │   │   │   │   ├── array_multisort_variation3.phpt
    │   │   │   │   ├── array_multisort_variation4.phpt
    │   │   │   │   ├── array_multisort_variation5.phpt
    │   │   │   │   ├── array_multisort_variation6.phpt
    │   │   │   │   ├── array_multisort_variation7.phpt
    │   │   │   │   ├── array_multisort_variation8.phpt
    │   │   │   │   ├── array_multisort_variation9.phpt
    │   │   │   │   ├── array_next_error1.phpt
    │   │   │   │   ├── array_next_error2.phpt
    │   │   │   │   ├── array_pad_basic.phpt
    │   │   │   │   ├── array_pad_error.phpt
    │   │   │   │   ├── array_pad.phpt
    │   │   │   │   ├── array_pad_variation1.phpt
    │   │   │   │   ├── array_pad_variation2.phpt
    │   │   │   │   ├── array_pad_variation3.phpt
    │   │   │   │   ├── array_pad_variation4.phpt
    │   │   │   │   ├── array_pad_variation5.phpt
    │   │   │   │   ├── array_pad_variation6.phpt
    │   │   │   │   ├── array_pad_variation7.phpt
    │   │   │   │   ├── array_pop_errors.phpt
    │   │   │   │   ├── array_pop.phpt
    │   │   │   │   ├── array_pop_variation.phpt
    │   │   │   │   ├── array_product_error.phpt
    │   │   │   │   ├── array_product_variation1.phpt
    │   │   │   │   ├── array_product_variation2.phpt
    │   │   │   │   ├── array_product_variation3.phpt
    │   │   │   │   ├── array_product_variation4.phpt
    │   │   │   │   ├── array_product_variation5.phpt
    │   │   │   │   ├── array_push_basic.phpt
    │   │   │   │   ├── array_push_error1.phpt
    │   │   │   │   ├── array_push_error2.phpt
    │   │   │   │   ├── array_push_variation1.phpt
    │   │   │   │   ├── array_push_variation2.phpt
    │   │   │   │   ├── array_push_variation3.phpt
    │   │   │   │   ├── array_push_variation4.phpt
    │   │   │   │   ├── array_push_variation5.phpt
    │   │   │   │   ├── array_push_variation6.phpt
    │   │   │   │   ├── array_rand_basic1.phpt
    │   │   │   │   ├── array_rand_basic2.phpt
    │   │   │   │   ├── array_rand_error.phpt
    │   │   │   │   ├── array_rand.phpt
    │   │   │   │   ├── array_rand_variation1.phpt
    │   │   │   │   ├── array_rand_variation2.phpt
    │   │   │   │   ├── array_rand_variation3.phpt
    │   │   │   │   ├── array_rand_variation4.phpt
    │   │   │   │   ├── array_rand_variation5.phpt
    │   │   │   │   ├── array_rand_variation6.phpt
    │   │   │   │   ├── array_reduce_error.phpt
    │   │   │   │   ├── array_reduce_variation1.phpt
    │   │   │   │   ├── array_reduce_variation2.phpt
    │   │   │   │   ├── array_reduce_variation3.phpt
    │   │   │   │   ├── array_reverse_basic1.phpt
    │   │   │   │   ├── array_reverse_basic2.phpt
    │   │   │   │   ├── array_reverse_error.phpt
    │   │   │   │   ├── array_reverse_variation1.phpt
    │   │   │   │   ├── array_reverse_variation2.phpt
    │   │   │   │   ├── array_reverse_variation3.phpt
    │   │   │   │   ├── array_reverse_variation4.phpt
    │   │   │   │   ├── array_reverse_variation5.phpt
    │   │   │   │   ├── array_reverse_variation6.phpt
    │   │   │   │   ├── array_search1.phpt
    │   │   │   │   ├── array_search_errors.phpt
    │   │   │   │   ├── array_search.phpt
    │   │   │   │   ├── array_search_variation1.phpt
    │   │   │   │   ├── array_search_variation2.phpt
    │   │   │   │   ├── array_search_variation3.phpt
    │   │   │   │   ├── array_search_variation4.phpt
    │   │   │   │   ├── array_shift_basic.phpt
    │   │   │   │   ├── array_shift_error.phpt
    │   │   │   │   ├── array_shift_variation1.phpt
    │   │   │   │   ├── array_shift_variation2.phpt
    │   │   │   │   ├── array_shift_variation3.phpt
    │   │   │   │   ├── array_shift_variation4.phpt
    │   │   │   │   ├── array_shift_variation5.phpt
    │   │   │   │   ├── array_shift_variation6.phpt
    │   │   │   │   ├── array_shift_variation7.phpt
    │   │   │   │   ├── array_shift_variation8.phpt
    │   │   │   │   ├── array_shuffle_basic.phpt
    │   │   │   │   ├── array_slice_basic.phpt
    │   │   │   │   ├── array_slice_error.phpt
    │   │   │   │   ├── array_slice_variation10.phpt
    │   │   │   │   ├── array_slice_variation1.phpt
    │   │   │   │   ├── array_slice_variation2.phpt
    │   │   │   │   ├── array_slice_variation3.phpt
    │   │   │   │   ├── array_slice_variation4.phpt
    │   │   │   │   ├── array_slice_variation5.phpt
    │   │   │   │   ├── array_slice_variation6.phpt
    │   │   │   │   ├── array_slice_variation7.phpt
    │   │   │   │   ├── array_slice_variation8.phpt
    │   │   │   │   ├── array_slice_variation9.phpt
    │   │   │   │   ├── array_splice_basic.phpt
    │   │   │   │   ├── array_splice_errors.phpt
    │   │   │   │   ├── array_splice_variation1.phpt
    │   │   │   │   ├── array_splice_variation2.phpt
    │   │   │   │   ├── array_splice_variation3.phpt
    │   │   │   │   ├── array_splice_variation4.phpt
    │   │   │   │   ├── array_sum_basic.phpt
    │   │   │   │   ├── array_sum_error.phpt
    │   │   │   │   ├── array_sum.phpt
    │   │   │   │   ├── array_sum_variation1.phpt
    │   │   │   │   ├── array_sum_variation2.phpt
    │   │   │   │   ├── array_sum_variation3.phpt
    │   │   │   │   ├── array_sum_variation4.phpt
    │   │   │   │   ├── array_sum_variation5.phpt
    │   │   │   │   ├── array_sum_variation6.phpt
    │   │   │   │   ├── array_sum_variation7.phpt
    │   │   │   │   ├── array_udiff_assoc_basic.phpt
    │   │   │   │   ├── array_udiff_assoc_error.phpt
    │   │   │   │   ├── array_udiff_assoc_variation1.phpt
    │   │   │   │   ├── array_udiff_assoc_variation2.phpt
    │   │   │   │   ├── array_udiff_assoc_variation3.phpt
    │   │   │   │   ├── array_udiff_assoc_variation4.phpt
    │   │   │   │   ├── array_udiff_assoc_variation5.phpt
    │   │   │   │   ├── array_udiff_assoc_variation.phpt
    │   │   │   │   ├── array_udiff_basic.phpt
    │   │   │   │   ├── array_udiff_error.phpt
    │   │   │   │   ├── array_udiff_uassoc_basic.phpt
    │   │   │   │   ├── array_udiff_uassoc_error.phpt
    │   │   │   │   ├── array_udiff_uassoc_variation1.phpt
    │   │   │   │   ├── array_udiff_uassoc_variation2.phpt
    │   │   │   │   ├── array_udiff_uassoc_variation3.phpt
    │   │   │   │   ├── array_udiff_uassoc_variation4.phpt
    │   │   │   │   ├── array_udiff_uassoc_variation5.phpt
    │   │   │   │   ├── array_udiff_uassoc_variation6.phpt
    │   │   │   │   ├── array_udiff_variation1.phpt
    │   │   │   │   ├── array_udiff_variation2.phpt
    │   │   │   │   ├── array_udiff_variation3.phpt
    │   │   │   │   ├── array_udiff_variation4.phpt
    │   │   │   │   ├── array_udiff_variation5.phpt
    │   │   │   │   ├── array_uintersect_assoc_basic2.phpt
    │   │   │   │   ├── array_uintersect_assoc_basic.phpt
    │   │   │   │   ├── array_uintersect_assoc_error.phpt
    │   │   │   │   ├── array_uintersect_assoc_variation1.phpt
    │   │   │   │   ├── array_uintersect_assoc_variation2.phpt
    │   │   │   │   ├── array_uintersect_assoc_variation3.phpt
    │   │   │   │   ├── array_uintersect_assoc_variation4.phpt
    │   │   │   │   ├── array_uintersect_assoc_variation5.phpt
    │   │   │   │   ├── array_uintersect_basic.phpt
    │   │   │   │   ├── array_uintersect_error.phpt
    │   │   │   │   ├── array_uintersect_uassoc_basic.phpt
    │   │   │   │   ├── array_uintersect_uassoc_error.phpt
    │   │   │   │   ├── array_uintersect_uassoc_variation1.phpt
    │   │   │   │   ├── array_uintersect_uassoc_variation2.phpt
    │   │   │   │   ├── array_uintersect_uassoc_variation3.phpt
    │   │   │   │   ├── array_uintersect_uassoc_variation4.phpt
    │   │   │   │   ├── array_uintersect_uassoc_variation5.phpt
    │   │   │   │   ├── array_uintersect_uassoc_variation6.phpt
    │   │   │   │   ├── array_uintersect_variation1.phpt
    │   │   │   │   ├── array_uintersect_variation2.phpt
    │   │   │   │   ├── array_uintersect_variation3.phpt
    │   │   │   │   ├── array_uintersect_variation4.phpt
    │   │   │   │   ├── array_uintersect_variation5.phpt
    │   │   │   │   ├── array_unique_basic.phpt
    │   │   │   │   ├── array_unique_error.phpt
    │   │   │   │   ├── array_unique_variation1.phpt
    │   │   │   │   ├── array_unique_variation2.phpt
    │   │   │   │   ├── array_unique_variation3.phpt
    │   │   │   │   ├── array_unique_variation4.phpt
    │   │   │   │   ├── array_unique_variation5.phpt
    │   │   │   │   ├── array_unique_variation6.phpt
    │   │   │   │   ├── array_unique_variation7.phpt
    │   │   │   │   ├── array_unique_variation8.phpt
    │   │   │   │   ├── array_unshift_basic1.phpt
    │   │   │   │   ├── array_unshift_basic2.phpt
    │   │   │   │   ├── array_unshift_error.phpt
    │   │   │   │   ├── array_unshift_object.phpt
    │   │   │   │   ├── array_unshift.phpt
    │   │   │   │   ├── array_unshift_variation1.phpt
    │   │   │   │   ├── array_unshift_variation2.phpt
    │   │   │   │   ├── array_unshift_variation3.phpt
    │   │   │   │   ├── array_unshift_variation4.phpt
    │   │   │   │   ├── array_unshift_variation5.phpt
    │   │   │   │   ├── array_unshift_variation6.phpt
    │   │   │   │   ├── array_unshift_variation7.phpt
    │   │   │   │   ├── array_unshift_variation8.phpt
    │   │   │   │   ├── array_unshift_variation9.phpt
    │   │   │   │   ├── array_user_key_compare.phpt
    │   │   │   │   ├── array_values_basic.phpt
    │   │   │   │   ├── array_values_error.phpt
    │   │   │   │   ├── array_values_errors.phpt
    │   │   │   │   ├── array_values.phpt
    │   │   │   │   ├── array_values_variation1.phpt
    │   │   │   │   ├── array_values_variation2.phpt
    │   │   │   │   ├── array_values_variation3.phpt
    │   │   │   │   ├── array_values_variation4.phpt
    │   │   │   │   ├── array_values_variation5.phpt
    │   │   │   │   ├── array_values_variation_64bit.phpt
    │   │   │   │   ├── array_values_variation6.phpt
    │   │   │   │   ├── array_values_variation7.phpt
    │   │   │   │   ├── array_values_variation.phpt
    │   │   │   │   ├── array_walk_basic1.phpt
    │   │   │   │   ├── array_walk_basic2.phpt
    │   │   │   │   ├── array_walk_error1.phpt
    │   │   │   │   ├── array_walk_error2.phpt
    │   │   │   │   ├── array_walk_object1.phpt
    │   │   │   │   ├── array_walk_object2.phpt
    │   │   │   │   ├── array_walk_objects.phpt
    │   │   │   │   ├── array_walk.phpt
    │   │   │   │   ├── array_walk_rec_objects.phpt
    │   │   │   │   ├── array_walk_recursive1.phpt
    │   │   │   │   ├── array_walk_recursive_basic1.phpt
    │   │   │   │   ├── array_walk_recursive_basic2.phpt
    │   │   │   │   ├── array_walk_recursive_error1.phpt
    │   │   │   │   ├── array_walk_recursive_error2.phpt
    │   │   │   │   ├── array_walk_recursive_object1.phpt
    │   │   │   │   ├── array_walk_recursive_object2.phpt
    │   │   │   │   ├── array_walk_recursive.phpt
    │   │   │   │   ├── array_walk_recursive_variation1.phpt
    │   │   │   │   ├── array_walk_recursive_variation2.phpt
    │   │   │   │   ├── array_walk_recursive_variation3.phpt
    │   │   │   │   ├── array_walk_recursive_variation4.phpt
    │   │   │   │   ├── array_walk_recursive_variation5.phpt
    │   │   │   │   ├── array_walk_recursive_variation6.phpt
    │   │   │   │   ├── array_walk_recursive_variation7.phpt
    │   │   │   │   ├── array_walk_recursive_variation8.phpt
    │   │   │   │   ├── array_walk_recursive_variation9.phpt
    │   │   │   │   ├── array_walk_variation1.phpt
    │   │   │   │   ├── array_walk_variation2.phpt
    │   │   │   │   ├── array_walk_variation3.phpt
    │   │   │   │   ├── array_walk_variation4.phpt
    │   │   │   │   ├── array_walk_variation5.phpt
    │   │   │   │   ├── array_walk_variation6.phpt
    │   │   │   │   ├── array_walk_variation7.phpt
    │   │   │   │   ├── array_walk_variation8.phpt
    │   │   │   │   ├── array_walk_variation9.phpt
    │   │   │   │   ├── arsort_basic.phpt
    │   │   │   │   ├── arsort_error.phpt
    │   │   │   │   ├── arsort_object1.phpt
    │   │   │   │   ├── arsort_object2.phpt
    │   │   │   │   ├── arsort_variation10.phpt
    │   │   │   │   ├── arsort_variation11.phpt
    │   │   │   │   ├── arsort_variation1.phpt
    │   │   │   │   ├── arsort_variation2.phpt
    │   │   │   │   ├── arsort_variation3.phpt
    │   │   │   │   ├── arsort_variation4.phpt
    │   │   │   │   ├── arsort_variation5.phpt
    │   │   │   │   ├── arsort_variation6.phpt
    │   │   │   │   ├── arsort_variation7.phpt
    │   │   │   │   ├── arsort_variation8.phpt
    │   │   │   │   ├── arsort_variation9.phpt
    │   │   │   │   ├── asort_basic.phpt
    │   │   │   │   ├── asort_error.phpt
    │   │   │   │   ├── asort_object1.phpt
    │   │   │   │   ├── asort_object2.phpt
    │   │   │   │   ├── asort_variation10.phpt
    │   │   │   │   ├── asort_variation11.phpt
    │   │   │   │   ├── asort_variation1.phpt
    │   │   │   │   ├── asort_variation2.phpt
    │   │   │   │   ├── asort_variation3.phpt
    │   │   │   │   ├── asort_variation4.phpt
    │   │   │   │   ├── asort_variation5.phpt
    │   │   │   │   ├── asort_variation6.phpt
    │   │   │   │   ├── asort_variation7.phpt
    │   │   │   │   ├── asort_variation8.phpt
    │   │   │   │   ├── asort_variation9.phpt
    │   │   │   │   ├── bug12776.phpt
    │   │   │   │   ├── bug14580.phpt
    │   │   │   │   ├── bug20381.phpt
    │   │   │   │   ├── bug20865.phpt
    │   │   │   │   ├── bug21182.phpt
    │   │   │   │   ├── bug21918.phpt
    │   │   │   │   ├── bug21998.phpt
    │   │   │   │   ├── bug22088.phpt
    │   │   │   │   ├── bug22463.phpt
    │   │   │   │   ├── bug23581.phpt
    │   │   │   │   ├── bug23788.phpt
    │   │   │   │   ├── bug24198.phpt
    │   │   │   │   ├── bug24220.phpt
    │   │   │   │   ├── bug24766.phpt
    │   │   │   │   ├── bug24897.phpt
    │   │   │   │   ├── bug24980.phpt
    │   │   │   │   ├── bug25359.phpt
    │   │   │   │   ├── bug25708.phpt
    │   │   │   │   ├── bug25758.phpt
    │   │   │   │   ├── bug26458.phpt
    │   │   │   │   ├── bug28739.phpt
    │   │   │   │   ├── bug28974.phpt
    │   │   │   │   ├── bug29253.phpt
    │   │   │   │   ├── bug29493.phpt
    │   │   │   │   ├── bug30074.phpt
    │   │   │   │   ├── bug30266.phpt
    │   │   │   │   ├── bug30833.phpt
    │   │   │   │   ├── bug31158.phpt
    │   │   │   │   ├── bug31213.phpt
    │   │   │   │   ├── bug32021.phpt
    │   │   │   │   ├── bug33382.phpt
    │   │   │   │   ├── bug33940.phpt
    │   │   │   │   ├── bug33989.phpt
    │   │   │   │   ├── bug34066_1.phpt
    │   │   │   │   ├── bug34066.phpt
    │   │   │   │   ├── bug34227.phpt
    │   │   │   │   ├── bug34982.phpt
    │   │   │   │   ├── bug35014_64bit.phpt
    │   │   │   │   ├── bug35014.phpt
    │   │   │   │   ├── bug35022.phpt
    │   │   │   │   ├── bug35821.phpt
    │   │   │   │   ├── bug36975.phpt
    │   │   │   │   ├── bug38464.phpt
    │   │   │   │   ├── bug39576.phpt
    │   │   │   │   ├── bug40191.phpt
    │   │   │   │   ├── bug40709.phpt
    │   │   │   │   ├── bug41121.phpt
    │   │   │   │   ├── bug41686.phpt
    │   │   │   │   ├── bug42177.phpt
    │   │   │   │   ├── bug42233.phpt
    │   │   │   │   ├── bug42838.phpt
    │   │   │   │   ├── bug42850.phpt
    │   │   │   │   ├── bug43495.phpt
    │   │   │   │   ├── bug43505.phpt
    │   │   │   │   ├── bug44181.phpt
    │   │   │   │   ├── bug44182.phpt
    │   │   │   │   ├── bug45312.phpt
    │   │   │   │   ├── compact_basic.phpt
    │   │   │   │   ├── compact_error.phpt
    │   │   │   │   ├── compact.phpt
    │   │   │   │   ├── compact_variation2.phpt
    │   │   │   │   ├── compare_function.inc
    │   │   │   │   ├── count_basic.phpt
    │   │   │   │   ├── count_error.phpt
    │   │   │   │   ├── count_recursive.phpt
    │   │   │   │   ├── count_variation1.phpt
    │   │   │   │   ├── count_variation2.phpt
    │   │   │   │   ├── count_variation3.phpt
    │   │   │   │   ├── current_basic.phpt
    │   │   │   │   ├── current_error.phpt
    │   │   │   │   ├── current_variation1.phpt
    │   │   │   │   ├── current_variation2.phpt
    │   │   │   │   ├── current_variation3.phpt
    │   │   │   │   ├── current_variation4.phpt
    │   │   │   │   ├── data.inc
    │   │   │   │   ├── each_basic.phpt
    │   │   │   │   ├── each_error.phpt
    │   │   │   │   ├── each.phpt
    │   │   │   │   ├── each_variation1.phpt
    │   │   │   │   ├── each_variation2.phpt
    │   │   │   │   ├── each_variation3.phpt
    │   │   │   │   ├── each_variation4.phpt
    │   │   │   │   ├── each_variation5.phpt
    │   │   │   │   ├── each_variation6.phpt
    │   │   │   │   ├── end_64bit.phpt
    │   │   │   │   ├── end_basic.phpt
    │   │   │   │   ├── end_error.phpt
    │   │   │   │   ├── end.phpt
    │   │   │   │   ├── end_variation1.phpt
    │   │   │   │   ├── end_variation2.phpt
    │   │   │   │   ├── end_variation3.phpt
    │   │   │   │   ├── extract_error.phpt
    │   │   │   │   ├── extract_variation10.phpt
    │   │   │   │   ├── extract_variation11.phpt
    │   │   │   │   ├── extract_variation1.phpt
    │   │   │   │   ├── extract_variation2.phpt
    │   │   │   │   ├── extract_variation3.phpt
    │   │   │   │   ├── extract_variation4.phpt
    │   │   │   │   ├── extract_variation5.phpt
    │   │   │   │   ├── extract_variation6.phpt
    │   │   │   │   ├── extract_variation7.phpt
    │   │   │   │   ├── extract_variation8.phpt
    │   │   │   │   ├── extract_variation9.phpt
    │   │   │   │   ├── in_array_errors.phpt
    │   │   │   │   ├── in_array_variation1.phpt
    │   │   │   │   ├── in_array_variation2.phpt
    │   │   │   │   ├── in_array_variation3.phpt
    │   │   │   │   ├── in_array_variation4.phpt
    │   │   │   │   ├── key_basic.phpt
    │   │   │   │   ├── key_error.phpt
    │   │   │   │   ├── key_variation1.phpt
    │   │   │   │   ├── key_variation2.phpt
    │   │   │   │   ├── key_variation3.phpt
    │   │   │   │   ├── key_variation4.phpt
    │   │   │   │   ├── krsort_basic.phpt
    │   │   │   │   ├── krsort_error.phpt
    │   │   │   │   ├── krsort_object.phpt
    │   │   │   │   ├── krsort_variation10.phpt
    │   │   │   │   ├── krsort_variation11.phpt
    │   │   │   │   ├── krsort_variation1.phpt
    │   │   │   │   ├── krsort_variation2.phpt
    │   │   │   │   ├── krsort_variation3.phpt
    │   │   │   │   ├── krsort_variation4.phpt
    │   │   │   │   ├── krsort_variation5.phpt
    │   │   │   │   ├── krsort_variation6.phpt
    │   │   │   │   ├── krsort_variation7.phpt
    │   │   │   │   ├── krsort_variation8.phpt
    │   │   │   │   ├── krsort_variation9.phpt
    │   │   │   │   ├── ksort_basic.phpt
    │   │   │   │   ├── ksort_error.phpt
    │   │   │   │   ├── ksort_object.phpt
    │   │   │   │   ├── ksort_variation10.phpt
    │   │   │   │   ├── ksort_variation11.phpt
    │   │   │   │   ├── ksort_variation1.phpt
    │   │   │   │   ├── ksort_variation2.phpt
    │   │   │   │   ├── ksort_variation3.phpt
    │   │   │   │   ├── ksort_variation4.phpt
    │   │   │   │   ├── ksort_variation5.phpt
    │   │   │   │   ├── ksort_variation6.phpt
    │   │   │   │   ├── ksort_variation7.phpt
    │   │   │   │   ├── ksort_variation8.phpt
    │   │   │   │   ├── ksort_variation9.phpt
    │   │   │   │   ├── locale_sort.phpt
    │   │   │   │   ├── max_basic.phpt
    │   │   │   │   ├── max_error.phpt
    │   │   │   │   ├── max.phpt
    │   │   │   │   ├── max_variation1.phpt
    │   │   │   │   ├── max_variation2.phpt
    │   │   │   │   ├── min_basic.phpt
    │   │   │   │   ├── min_error.phpt
    │   │   │   │   ├── min.phpt
    │   │   │   │   ├── min_variation1.phpt
    │   │   │   │   ├── min_variation2.phpt
    │   │   │   │   ├── natcasesort_basic.phpt
    │   │   │   │   ├── natcasesort_error.phpt
    │   │   │   │   ├── natcasesort_object1.phpt
    │   │   │   │   ├── natcasesort_object2.phpt
    │   │   │   │   ├── natcasesort_variation10.phpt
    │   │   │   │   ├── natcasesort_variation11.phpt
    │   │   │   │   ├── natcasesort_variation1.phpt
    │   │   │   │   ├── natcasesort_variation2.phpt
    │   │   │   │   ├── natcasesort_variation3.phpt
    │   │   │   │   ├── natcasesort_variation4.phpt
    │   │   │   │   ├── natcasesort_variation5.phpt
    │   │   │   │   ├── natcasesort_variation6.phpt
    │   │   │   │   ├── natcasesort_variation7.phpt
    │   │   │   │   ├── natcasesort_variation8.phpt
    │   │   │   │   ├── natcasesort_variation9.phpt
    │   │   │   │   ├── natsort_basic.phpt
    │   │   │   │   ├── next_basic.phpt
    │   │   │   │   ├── next_error.phpt
    │   │   │   │   ├── next_variation1.phpt
    │   │   │   │   ├── next_variation2.phpt
    │   │   │   │   ├── prev_basic.phpt
    │   │   │   │   ├── prev_error1.phpt
    │   │   │   │   ├── prev_error2.phpt
    │   │   │   │   ├── prev_error3.phpt
    │   │   │   │   ├── prev_variation1.phpt
    │   │   │   │   ├── prev_variation2.phpt
    │   │   │   │   ├── range_errors.phpt
    │   │   │   │   ├── range.phpt
    │   │   │   │   ├── range_variation1_64bit.phpt
    │   │   │   │   ├── range_variation1.phpt
    │   │   │   │   ├── range_variation.phpt
    │   │   │   │   ├── reset_basic.phpt
    │   │   │   │   ├── reset_error.phpt
    │   │   │   │   ├── reset_variation1.phpt
    │   │   │   │   ├── reset_variation2.phpt
    │   │   │   │   ├── reset_variation3.phpt
    │   │   │   │   ├── rsort_basic.phpt
    │   │   │   │   ├── rsort_error.phpt
    │   │   │   │   ├── rsort_object1.phpt
    │   │   │   │   ├── rsort_object2.phpt
    │   │   │   │   ├── rsort_variation10.phpt
    │   │   │   │   ├── rsort_variation11.phpt
    │   │   │   │   ├── rsort_variation1.phpt
    │   │   │   │   ├── rsort_variation2.phpt
    │   │   │   │   ├── rsort_variation3.phpt
    │   │   │   │   ├── rsort_variation4.phpt
    │   │   │   │   ├── rsort_variation5.phpt
    │   │   │   │   ├── rsort_variation6.phpt
    │   │   │   │   ├── rsort_variation7.phpt
    │   │   │   │   ├── rsort_variation8.phpt
    │   │   │   │   ├── rsort_variation9.phpt
    │   │   │   │   ├── shuffle_basic1.phpt
    │   │   │   │   ├── shuffle_basic2.phpt
    │   │   │   │   ├── shuffle_error.phpt
    │   │   │   │   ├── shuffle_variation1.phpt
    │   │   │   │   ├── shuffle_variation2.phpt
    │   │   │   │   ├── shuffle_variation3.phpt
    │   │   │   │   ├── shuffle_variation4.phpt
    │   │   │   │   ├── shuffle_variation5.phpt
    │   │   │   │   ├── sizeof_basic1.phpt
    │   │   │   │   ├── sizeof_basic2.phpt
    │   │   │   │   ├── sizeof_error.phpt
    │   │   │   │   ├── sizeof_object1.phpt
    │   │   │   │   ├── sizeof_object2.phpt
    │   │   │   │   ├── sizeof_variation1.phpt
    │   │   │   │   ├── sizeof_variation2.phpt
    │   │   │   │   ├── sizeof_variation3.phpt
    │   │   │   │   ├── sizeof_variation4.phpt
    │   │   │   │   ├── sizeof_variation5.phpt
    │   │   │   │   ├── sort_basic.phpt
    │   │   │   │   ├── sort_error.phpt
    │   │   │   │   ├── sort_object1.phpt
    │   │   │   │   ├── sort_object2.phpt
    │   │   │   │   ├── sort_variation10.phpt
    │   │   │   │   ├── sort_variation11.phpt
    │   │   │   │   ├── sort_variation1.phpt
    │   │   │   │   ├── sort_variation2.phpt
    │   │   │   │   ├── sort_variation3.phpt
    │   │   │   │   ├── sort_variation4.phpt
    │   │   │   │   ├── sort_variation5.phpt
    │   │   │   │   ├── sort_variation6.phpt
    │   │   │   │   ├── sort_variation7.phpt
    │   │   │   │   ├── sort_variation8.phpt
    │   │   │   │   ├── sort_variation9.phpt
    │   │   │   │   ├── uasort_basic1.phpt
    │   │   │   │   ├── uasort_basic2.phpt
    │   │   │   │   ├── uasort_error.phpt
    │   │   │   │   ├── uasort_object1.phpt
    │   │   │   │   ├── uasort_object2.phpt
    │   │   │   │   ├── uasort_variation10.phpt
    │   │   │   │   ├── uasort_variation11.phpt
    │   │   │   │   ├── uasort_variation1.phpt
    │   │   │   │   ├── uasort_variation2.phpt
    │   │   │   │   ├── uasort_variation3.phpt
    │   │   │   │   ├── uasort_variation4.phpt
    │   │   │   │   ├── uasort_variation5.phpt
    │   │   │   │   ├── uasort_variation6.phpt
    │   │   │   │   ├── uasort_variation7.phpt
    │   │   │   │   ├── uasort_variation8.phpt
    │   │   │   │   ├── uasort_variation9.phpt
    │   │   │   │   ├── uksort_basic.phpt
    │   │   │   │   ├── uksort_error.phpt
    │   │   │   │   ├── uksort_variation1.phpt
    │   │   │   │   ├── uksort_variation2.phpt
    │   │   │   │   ├── usort_basic.phpt
    │   │   │   │   ├── usort_error1.phpt
    │   │   │   │   ├── usort_error2.phpt
    │   │   │   │   ├── usort_object1.phpt
    │   │   │   │   ├── usort_object2.phpt
    │   │   │   │   ├── usort_variation10.phpt
    │   │   │   │   ├── usort_variation1.phpt
    │   │   │   │   ├── usort_variation2.phpt
    │   │   │   │   ├── usort_variation3.phpt
    │   │   │   │   ├── usort_variation4.phpt
    │   │   │   │   ├── usort_variation5.phpt
    │   │   │   │   ├── usort_variation6.phpt
    │   │   │   │   ├── usort_variation7.phpt
    │   │   │   │   ├── usort_variation8.phpt
    │   │   │   │   ├── usort_variation9.phpt
    │   │   │   │   ├── var_export2.phpt
    │   │   │   │   ├── var_export3.phpt
    │   │   │   │   └── var_export.phpt
    │   │   │   ├── assert
    │   │   │   │   ├── assert02.phpt
    │   │   │   │   ├── assert03.phpt
    │   │   │   │   ├── assert04.phpt
    │   │   │   │   ├── assert_basic1.phpt
    │   │   │   │   ├── assert_basic2.phpt
    │   │   │   │   ├── assert_basic3.phpt
    │   │   │   │   ├── assert_basic4.phpt
    │   │   │   │   ├── assert_basic5.phpt
    │   │   │   │   ├── assert_basic.phpt
    │   │   │   │   ├── assert_error1.phpt
    │   │   │   │   ├── assert_error.phpt
    │   │   │   │   ├── assert.phpt
    │   │   │   │   └── assert_variation.phpt
    │   │   │   ├── class_object
    │   │   │   │   ├── class_exists_basic_001.phpt
    │   │   │   │   ├── class_exists_error_001.phpt
    │   │   │   │   ├── class_exists_variation_001.phpt
    │   │   │   │   ├── class_exists_variation_002.phpt
    │   │   │   │   ├── class_exists_variation_003.phpt
    │   │   │   │   ├── get_class_error_001.phpt
    │   │   │   │   ├── get_class_methods_basic_001.phpt
    │   │   │   │   ├── get_class_methods_basic_002.phpt
    │   │   │   │   ├── get_class_methods_basic_003.phpt
    │   │   │   │   ├── get_class_methods_error_001.phpt
    │   │   │   │   ├── get_class_methods_variation_001.phpt
    │   │   │   │   ├── get_class_methods_variation_002.phpt
    │   │   │   │   ├── get_class_variation_001.phpt
    │   │   │   │   ├── get_class_variation_002.phpt
    │   │   │   │   ├── get_declared_classes_basic_001.phpt
    │   │   │   │   ├── get_declared_classes_error_001.phpt
    │   │   │   │   ├── get_declared_interfaces_basic_001.phpt
    │   │   │   │   ├── get_declared_interfaces_error_001.phpt
    │   │   │   │   ├── get_object_vars_basic_001.phpt
    │   │   │   │   ├── get_object_vars_basic_002.phpt
    │   │   │   │   ├── get_object_vars_error_001.phpt
    │   │   │   │   ├── get_object_vars_variation_001.phpt
    │   │   │   │   ├── get_object_vars_variation_002.phpt
    │   │   │   │   ├── get_object_vars_variation_003.phpt
    │   │   │   │   ├── get_parent_class_error_001.phpt
    │   │   │   │   ├── get_parent_class_variation_001.phpt
    │   │   │   │   ├── get_parent_class_variation_002.phpt
    │   │   │   │   ├── is_a_error_001.phpt
    │   │   │   │   ├── is_a_variation_001.phpt
    │   │   │   │   ├── is_a_variation_002.phpt
    │   │   │   │   ├── is_a_variation_003.phpt
    │   │   │   │   ├── is_subclass_of_error_001.phpt
    │   │   │   │   ├── is_subclass_of_variation_001.phpt
    │   │   │   │   ├── is_subclass_of_variation_002.phpt
    │   │   │   │   ├── is_subclass_of_variation_003.phpt
    │   │   │   │   ├── method_exists_basic_001.phpt
    │   │   │   │   ├── method_exists_basic_002.phpt
    │   │   │   │   ├── method_exists_basic_003.phpt
    │   │   │   │   ├── method_exists_error_001.phpt
    │   │   │   │   ├── method_exists_variation_001.phpt
    │   │   │   │   ├── method_exists_variation_002.phpt
    │   │   │   │   └── method_exists_variation_003.phpt
    │   │   │   ├── dir
    │   │   │   │   ├── chdir_basic.phpt
    │   │   │   │   ├── chdir_error1.phpt
    │   │   │   │   ├── chdir_error2.phpt
    │   │   │   │   ├── chdir_variation1.phpt
    │   │   │   │   ├── chdir_variation2.phpt
    │   │   │   │   ├── closedir_basic.phpt
    │   │   │   │   ├── closedir_error.phpt
    │   │   │   │   ├── closedir_variation1.phpt
    │   │   │   │   ├── closedir_variation2.phpt
    │   │   │   │   ├── closedir_variation3.phpt
    │   │   │   │   ├── dir_basic.phpt
    │   │   │   │   ├── dir_error.phpt
    │   │   │   │   ├── dir_variation1.phpt
    │   │   │   │   ├── dir_variation2.phpt
    │   │   │   │   ├── dir_variation3.phpt
    │   │   │   │   ├── dir_variation4.phpt
    │   │   │   │   ├── dir_variation5.phpt
    │   │   │   │   ├── dir_variation6.phpt
    │   │   │   │   ├── dir_variation7.phpt
    │   │   │   │   ├── dir_variation8.phpt
    │   │   │   │   ├── dir_variation9.phpt
    │   │   │   │   ├── getcwd_basic.phpt
    │   │   │   │   ├── getcwd_error.phpt
    │   │   │   │   ├── opendir_basic.phpt
    │   │   │   │   ├── opendir_error1.phpt
    │   │   │   │   ├── opendir_error2.phpt
    │   │   │   │   ├── opendir_variation1.phpt
    │   │   │   │   ├── opendir_variation2.phpt
    │   │   │   │   ├── opendir_variation3.phpt
    │   │   │   │   ├── opendir_variation4.phpt
    │   │   │   │   ├── opendir_variation5.phpt
    │   │   │   │   ├── opendir_variation6.phpt
    │   │   │   │   ├── opendir_variation7.phpt
    │   │   │   │   ├── readdir_basic.phpt
    │   │   │   │   ├── readdir_error.phpt
    │   │   │   │   ├── readdir_variation1.phpt
    │   │   │   │   ├── readdir_variation2.phpt
    │   │   │   │   ├── readdir_variation3.phpt
    │   │   │   │   ├── readdir_variation4.phpt
    │   │   │   │   ├── readdir_variation5.phpt
    │   │   │   │   ├── readdir_variation6.phpt
    │   │   │   │   ├── readdir_variation7.phpt
    │   │   │   │   ├── rewinddir_basic.phpt
    │   │   │   │   ├── rewinddir_error.phpt
    │   │   │   │   ├── rewinddir_variation1.phpt
    │   │   │   │   ├── rewinddir_variation2.phpt
    │   │   │   │   ├── rewinddir_variation3.phpt
    │   │   │   │   ├── scandir_basic.phpt
    │   │   │   │   ├── scandir_error1.phpt
    │   │   │   │   ├── scandir_error2.phpt
    │   │   │   │   ├── scandir_variation1.phpt
    │   │   │   │   ├── scandir_variation2.phpt
    │   │   │   │   ├── scandir_variation3.phpt
    │   │   │   │   ├── scandir_variation4.phpt
    │   │   │   │   ├── scandir_variation5.phpt
    │   │   │   │   ├── scandir_variation6.phpt
    │   │   │   │   ├── scandir_variation7.phpt
    │   │   │   │   ├── scandir_variation8.phpt
    │   │   │   │   └── scandir_variation9.phpt
    │   │   │   ├── directory
    │   │   │   │   ├── DirectoryClass_basic_001.phpt
    │   │   │   │   ├── DirectoryClass_error_001.phpt
    │   │   │   │   ├── directory_constants.phpt
    │   │   │   │   └── directory_constants-win32.phpt
    │   │   │   ├── file
    │   │   │   │   ├── 001.phpt
    │   │   │   │   ├── 001-win32.phpt
    │   │   │   │   ├── 002.phpt
    │   │   │   │   ├── 003.phpt
    │   │   │   │   ├── 004.phpt
    │   │   │   │   ├── 005_basic.phpt
    │   │   │   │   ├── 005_error.phpt
    │   │   │   │   ├── 005_variation2.phpt
    │   │   │   │   ├── 005_variation2-win32.phpt
    │   │   │   │   ├── 005_variation.phpt
    │   │   │   │   ├── 005_variation-win32.phpt
    │   │   │   │   ├── 006_basic.phpt
    │   │   │   │   ├── 006_error.phpt
    │   │   │   │   ├── 006_variation1.phpt
    │   │   │   │   ├── 006_variation2.phpt
    │   │   │   │   ├── 007_basic.phpt
    │   │   │   │   ├── 007_error.phpt
    │   │   │   │   ├── 007_variation10.phpt
    │   │   │   │   ├── 007_variation11.phpt
    │   │   │   │   ├── 007_variation11-win32.phpt
    │   │   │   │   ├── 007_variation12.phpt
    │   │   │   │   ├── 007_variation12-win32.phpt
    │   │   │   │   ├── 007_variation13.phpt
    │   │   │   │   ├── 007_variation13-win32.phpt
    │   │   │   │   ├── 007_variation14.phpt
    │   │   │   │   ├── 007_variation15.phpt
    │   │   │   │   ├── 007_variation16.phpt
    │   │   │   │   ├── 007_variation17.phpt
    │   │   │   │   ├── 007_variation18.phpt
    │   │   │   │   ├── 007_variation19.phpt
    │   │   │   │   ├── 007_variation1.phpt
    │   │   │   │   ├── 007_variation20.phpt
    │   │   │   │   ├── 007_variation21.phpt
    │   │   │   │   ├── 007_variation22.phpt
    │   │   │   │   ├── 007_variation23.phpt
    │   │   │   │   ├── 007_variation24.phpt
    │   │   │   │   ├── 007_variation2.phpt
    │   │   │   │   ├── 007_variation3.phpt
    │   │   │   │   ├── 007_variation4.phpt
    │   │   │   │   ├── 007_variation5.phpt
    │   │   │   │   ├── 007_variation6.phpt
    │   │   │   │   ├── 007_variation7.phpt
    │   │   │   │   ├── 007_variation8.phpt
    │   │   │   │   ├── 007_variation9.phpt
    │   │   │   │   ├── basename_basic.phpt
    │   │   │   │   ├── basename_basic-win32.phpt
    │   │   │   │   ├── basename_error.phpt
    │   │   │   │   ├── basename.phpt
    │   │   │   │   ├── basename_variation1.phpt
    │   │   │   │   ├── basename_variation1-win32.phpt
    │   │   │   │   ├── basename_variation2.phpt
    │   │   │   │   ├── basename_variation2-win32.phpt
    │   │   │   │   ├── basename_variation3.phpt
    │   │   │   │   ├── basename_variation4.phpt
    │   │   │   │   ├── basename-win32.phpt
    │   │   │   │   ├── bug12556.phpt
    │   │   │   │   ├── bug20424.phpt
    │   │   │   │   ├── bug22382.phpt
    │   │   │   │   ├── bug22414.phpt
    │   │   │   │   ├── bug24313.phpt
    │   │   │   │   ├── bug24482.phpt
    │   │   │   │   ├── bug26003.phpt
    │   │   │   │   ├── bug26615.phpt
    │   │   │   │   ├── bug26938.phpt
    │   │   │   │   ├── bug27508.phpt
    │   │   │   │   ├── bug27619.phpt
    │   │   │   │   ├── bug30362.phpt
    │   │   │   │   ├── bug30362.txt
    │   │   │   │   ├── bug32160.phpt
    │   │   │   │   ├── bug32160.txt
    │   │   │   │   ├── bug35740.phpt
    │   │   │   │   ├── bug35781.phpt
    │   │   │   │   ├── bug37158.phpt
    │   │   │   │   ├── bug37864.phpt
    │   │   │   │   ├── bug38086.phpt
    │   │   │   │   ├── bug38086.txt
    │   │   │   │   ├── bug38450_1.phpt
    │   │   │   │   ├── bug38450_2.phpt
    │   │   │   │   ├── bug38450_3.phpt
    │   │   │   │   ├── bug38450.phpt
    │   │   │   │   ├── bug39367.phpt
    │   │   │   │   ├── bug39538.phpt
    │   │   │   │   ├── bug39551.phpt
    │   │   │   │   ├── bug39673.phpt
    │   │   │   │   ├── bug40374.phpt
    │   │   │   │   ├── bug41655_1.phpt
    │   │   │   │   ├── bug41655_2.phpt
    │   │   │   │   ├── bug41693.phpt
    │   │   │   │   ├── bug41815.phpt
    │   │   │   │   ├── bug43137.phpt
    │   │   │   │   ├── bug43216.phpt
    │   │   │   │   ├── bug43248.phpt
    │   │   │   │   ├── bug43353.phpt
    │   │   │   │   ├── bug43522.phpt
    │   │   │   │   ├── bug44607.phpt
    │   │   │   │   ├── bug45181.phpt
    │   │   │   │   ├── bug45303.phpt
    │   │   │   │   ├── chmod_basic.phpt
    │   │   │   │   ├── chmod_basic-win32.phpt
    │   │   │   │   ├── chmod_error.phpt
    │   │   │   │   ├── chmod_variation1.phpt
    │   │   │   │   ├── chmod_variation2.phpt
    │   │   │   │   ├── chmod_variation2-win32.phpt
    │   │   │   │   ├── chmod_variation3.phpt
    │   │   │   │   ├── chmod_variation4.phpt
    │   │   │   │   ├── chroot_001.phpt
    │   │   │   │   ├── clearstatcache_error.phpt
    │   │   │   │   ├── copy_basic.phpt
    │   │   │   │   ├── copy_error.phpt
    │   │   │   │   ├── copy_variation10.phpt
    │   │   │   │   ├── copy_variation11.phpt
    │   │   │   │   ├── copy_variation12.phpt
    │   │   │   │   ├── copy_variation12-win32.phpt
    │   │   │   │   ├── copy_variation13.phpt
    │   │   │   │   ├── copy_variation14.phpt
    │   │   │   │   ├── copy_variation15.phpt
    │   │   │   │   ├── copy_variation16.phpt
    │   │   │   │   ├── copy_variation16-win32.phpt
    │   │   │   │   ├── copy_variation17.phpt
    │   │   │   │   ├── copy_variation18.phpt
    │   │   │   │   ├── copy_variation1.phpt
    │   │   │   │   ├── copy_variation2.phpt
    │   │   │   │   ├── copy_variation2-win32.phpt
    │   │   │   │   ├── copy_variation3.phpt
    │   │   │   │   ├── copy_variation3-win32.phpt
    │   │   │   │   ├── copy_variation4.phpt
    │   │   │   │   ├── copy_variation4-win32.phpt
    │   │   │   │   ├── copy_variation5.phpt
    │   │   │   │   ├── copy_variation5-win32.phpt
    │   │   │   │   ├── copy_variation6.phpt
    │   │   │   │   ├── copy_variation6-win32.phpt
    │   │   │   │   ├── copy_variation7.phpt
    │   │   │   │   ├── copy_variation8.phpt
    │   │   │   │   ├── copy_variation9.phpt
    │   │   │   │   ├── dirname_basic.phpt
    │   │   │   │   ├── dirname_basic-win32.phpt
    │   │   │   │   ├── dirname_error.phpt
    │   │   │   │   ├── dirname_variation1.phpt
    │   │   │   │   ├── disk_free_space_basic.phpt
    │   │   │   │   ├── disk_free_space_error.phpt
    │   │   │   │   ├── disk_free_space_error-win32.phpt
    │   │   │   │   ├── disk_free_space_variation.phpt
    │   │   │   │   ├── disk.phpt
    │   │   │   │   ├── disk_total_space_basic.phpt
    │   │   │   │   ├── disk_total_space_error.phpt
    │   │   │   │   ├── disk_total_space_error-win32.phpt
    │   │   │   │   ├── disk_total_space_variation.phpt
    │   │   │   │   ├── feof_basic.phpt
    │   │   │   │   ├── fflush_basic.phpt
    │   │   │   │   ├── fflush_error.phpt
    │   │   │   │   ├── fflush_variation1.phpt
    │   │   │   │   ├── fflush_variation1-win32.phpt
    │   │   │   │   ├── fflush_variation2.phpt
    │   │   │   │   ├── fflush_variation3.phpt
    │   │   │   │   ├── fflush_variation4.phpt
    │   │   │   │   ├── fgetc_basic.phpt
    │   │   │   │   ├── fgetc_error.phpt
    │   │   │   │   ├── fgetcsv_error.phpt
    │   │   │   │   ├── fgetcsv.phpt
    │   │   │   │   ├── fgetcsv_variation10.phpt
    │   │   │   │   ├── fgetcsv_variation11.phpt
    │   │   │   │   ├── fgetcsv_variation12.phpt
    │   │   │   │   ├── fgetcsv_variation13.phpt
    │   │   │   │   ├── fgetcsv_variation14.phpt
    │   │   │   │   ├── fgetcsv_variation15.phpt
    │   │   │   │   ├── fgetcsv_variation16.phpt
    │   │   │   │   ├── fgetcsv_variation17.phpt
    │   │   │   │   ├── fgetcsv_variation18.phpt
    │   │   │   │   ├── fgetcsv_variation19.phpt
    │   │   │   │   ├── fgetcsv_variation1.phpt
    │   │   │   │   ├── fgetcsv_variation20.phpt
    │   │   │   │   ├── fgetcsv_variation21.phpt
    │   │   │   │   ├── fgetcsv_variation22.phpt
    │   │   │   │   ├── fgetcsv_variation23.phpt
    │   │   │   │   ├── fgetcsv_variation24.phpt
    │   │   │   │   ├── fgetcsv_variation25.phpt
    │   │   │   │   ├── fgetcsv_variation26.phpt
    │   │   │   │   ├── fgetcsv_variation27.phpt
    │   │   │   │   ├── fgetcsv_variation28.phpt
    │   │   │   │   ├── fgetcsv_variation29.phpt
    │   │   │   │   ├── fgetcsv_variation2.phpt
    │   │   │   │   ├── fgetcsv_variation30.phpt
    │   │   │   │   ├── fgetcsv_variation31.phpt
    │   │   │   │   ├── fgetcsv_variation3.phpt
    │   │   │   │   ├── fgetcsv_variation4.phpt
    │   │   │   │   ├── fgetcsv_variation5.phpt
    │   │   │   │   ├── fgetcsv_variation6.phpt
    │   │   │   │   ├── fgetcsv_variation7.phpt
    │   │   │   │   ├── fgetcsv_variation8.phpt
    │   │   │   │   ├── fgetcsv_variation9.phpt
    │   │   │   │   ├── fgetc_variation1.phpt
    │   │   │   │   ├── fgetc_variation2.phpt
    │   │   │   │   ├── fgetc_variation3.phpt
    │   │   │   │   ├── fgetc_variation4.phpt
    │   │   │   │   ├── fgets_basic.phpt
    │   │   │   │   ├── fgets_error.phpt
    │   │   │   │   ├── fgetss1.phpt
    │   │   │   │   ├── fgetss_basic1.phpt
    │   │   │   │   ├── fgetss_basic2.phpt
    │   │   │   │   ├── fgetss_basic2-win32.phpt
    │   │   │   │   ├── fgetss_error.phpt
    │   │   │   │   ├── fgets_socket_variation1.phpt
    │   │   │   │   ├── fgets_socket_variation2.phpt
    │   │   │   │   ├── fgetss.phpt
    │   │   │   │   ├── fgetss_variation1.phpt
    │   │   │   │   ├── fgetss_variation1-win32.phpt
    │   │   │   │   ├── fgetss_variation2.phpt
    │   │   │   │   ├── fgetss_variation3.phpt
    │   │   │   │   ├── fgetss_variation3-win32.phpt
    │   │   │   │   ├── fgetss_variation4.phpt
    │   │   │   │   ├── fgetss_variation5.phpt
    │   │   │   │   ├── fgetss_variation5-win32.phpt
    │   │   │   │   ├── fgets_variation1.phpt
    │   │   │   │   ├── fgets_variation2.phpt
    │   │   │   │   ├── fgets_variation3.phpt
    │   │   │   │   ├── fgets_variation4.phpt
    │   │   │   │   ├── fgets_variation4-win32.phpt
    │   │   │   │   ├── fgets_variation5.phpt
    │   │   │   │   ├── fgets_variation6.phpt
    │   │   │   │   ├── fgets_variation6-win32.phpt
    │   │   │   │   ├── file_basic.phpt
    │   │   │   │   ├── file_error.phpt
    │   │   │   │   ├── file_exists_error.phpt
    │   │   │   │   ├── file_exists_variation1.phpt
    │   │   │   │   ├── file_get_contents_basic.phpt
    │   │   │   │   ├── file_get_contents_error.phpt
    │   │   │   │   ├── file_get_contents_file_put_contents_basic.phpt
    │   │   │   │   ├── file_get_contents_file_put_contents_error.phpt
    │   │   │   │   ├── file_get_contents_file_put_contents_variation1.phpt
    │   │   │   │   ├── file_get_contents_file_put_contents_variation2.phpt
    │   │   │   │   ├── file_get_contents_variation1.phpt
    │   │   │   │   ├── file_get_contents_variation2.phpt
    │   │   │   │   ├── file_get_contents_variation3.phpt
    │   │   │   │   ├── file_get_contents_variation4.phpt
    │   │   │   │   ├── file_get_contents_variation5.phpt
    │   │   │   │   ├── file_get_contents_variation6.phpt
    │   │   │   │   ├── file_get_contents_variation7.phpt
    │   │   │   │   ├── file_get_contents_variation7-win32.phpt
    │   │   │   │   ├── file_get_contents_variation8.phpt
    │   │   │   │   ├── file_get_contents_variation8-win32.phpt
    │   │   │   │   ├── file_get_contents_variation9.phpt
    │   │   │   │   ├── filegroup_basic.phpt
    │   │   │   │   ├── filegroup_error.phpt
    │   │   │   │   ├── filegroup_variation1.phpt
    │   │   │   │   ├── filegroup_variation2.phpt
    │   │   │   │   ├── filegroup_variation3.phpt
    │   │   │   │   ├── file.inc
    │   │   │   │   ├── fileinode_basic.phpt
    │   │   │   │   ├── fileinode_error.phpt
    │   │   │   │   ├── fileinode_variation1.phpt
    │   │   │   │   ├── fileinode_variation2.phpt
    │   │   │   │   ├── fileinode_variation3.phpt
    │   │   │   │   ├── fileinode_variation.phpt
    │   │   │   │   ├── fileowner_basic.phpt
    │   │   │   │   ├── fileowner_error.phpt
    │   │   │   │   ├── fileowner_variation1.phpt
    │   │   │   │   ├── fileowner_variation2.phpt
    │   │   │   │   ├── fileowner_variation3.phpt
    │   │   │   │   ├── fileperms_variation1.phpt
    │   │   │   │   ├── fileperms_variation2.phpt
    │   │   │   │   ├── fileperms_variation3.phpt
    │   │   │   │   ├── file_put_contents.phpt
    │   │   │   │   ├── file_put_contents_variation1.phpt
    │   │   │   │   ├── file_put_contents_variation2.phpt
    │   │   │   │   ├── file_put_contents_variation3.phpt
    │   │   │   │   ├── file_put_contents_variation4.phpt
    │   │   │   │   ├── file_put_contents_variation5.phpt
    │   │   │   │   ├── file_put_contents_variation6.phpt
    │   │   │   │   ├── file_put_contents_variation7.phpt
    │   │   │   │   ├── file_put_contents_variation7-win32.phpt
    │   │   │   │   ├── file_put_contents_variation8.phpt
    │   │   │   │   ├── file_put_contents_variation8-win32.phpt
    │   │   │   │   ├── file_put_contents_variation9.phpt
    │   │   │   │   ├── filesize_basic.phpt
    │   │   │   │   ├── filesize_error.phpt
    │   │   │   │   ├── filesize_variation1.phpt
    │   │   │   │   ├── filesize_variation1-win32.phpt
    │   │   │   │   ├── filesize_variation2.phpt
    │   │   │   │   ├── filesize_variation2-win32.phpt
    │   │   │   │   ├── filesize_variation3.phpt
    │   │   │   │   ├── filesize_variation3-win32.phpt
    │   │   │   │   ├── filesize_variation4.phpt
    │   │   │   │   ├── filesize_variation4-win32.phpt
    │   │   │   │   ├── filesize_variation5.phpt
    │   │   │   │   ├── filestat.phpt
    │   │   │   │   ├── filetype_basic.phpt
    │   │   │   │   ├── filetype_error.phpt
    │   │   │   │   ├── filetype_variation2.phpt
    │   │   │   │   ├── filetype_variation.phpt
    │   │   │   │   ├── file_variation2.phpt
    │   │   │   │   ├── file_variation3.phpt
    │   │   │   │   ├── file_variation4.phpt
    │   │   │   │   ├── file_variation5.phpt
    │   │   │   │   ├── file_variation5-win32.phpt
    │   │   │   │   ├── file_variation6.phpt
    │   │   │   │   ├── file_variation7.phpt
    │   │   │   │   ├── file_variation8.phpt
    │   │   │   │   ├── file_variation8-win32.phpt
    │   │   │   │   ├── file_variation9.phpt
    │   │   │   │   ├── file_variation.phpt
    │   │   │   │   ├── flock_basic.phpt
    │   │   │   │   ├── flock_error.phpt
    │   │   │   │   ├── flock.phpt
    │   │   │   │   ├── flock_variation1.phpt
    │   │   │   │   ├── flock_variation.phpt
    │   │   │   │   ├── fnmatch_basic.phpt
    │   │   │   │   ├── fnmatch_error.phpt
    │   │   │   │   ├── fnmatch_variation.phpt
    │   │   │   │   ├── fopencookie.phpt
    │   │   │   │   ├── fopen_include_path.inc
    │   │   │   │   ├── fopen_variation10-win32.phpt
    │   │   │   │   ├── fopen_variation11-win32.phpt
    │   │   │   │   ├── fopen_variation12.phpt
    │   │   │   │   ├── fopen_variation13.phpt
    │   │   │   │   ├── fopen_variation14.phpt
    │   │   │   │   ├── fopen_variation14-win32.phpt
    │   │   │   │   ├── fopen_variation15.phpt
    │   │   │   │   ├── fopen_variation15-win32.phpt
    │   │   │   │   ├── fopen_variation16.phpt
    │   │   │   │   ├── fopen_variation17.phpt
    │   │   │   │   ├── fopen_variation19.phpt
    │   │   │   │   ├── fopen_variation1.phpt
    │   │   │   │   ├── fopen_variation3.phpt
    │   │   │   │   ├── fopen_variation4.phpt
    │   │   │   │   ├── fopen_variation5.phpt
    │   │   │   │   ├── fopen_variation6.phpt
    │   │   │   │   ├── fopen_variation7.phpt
    │   │   │   │   ├── fopen_variation8.phpt
    │   │   │   │   ├── fopen_variation9.phpt
    │   │   │   │   ├── fpassthru_basic.phpt
    │   │   │   │   ├── fpassthru_error.phpt
    │   │   │   │   ├── fpassthru_variation1.phpt
    │   │   │   │   ├── fpassthru_variation.phpt
    │   │   │   │   ├── fputcsv_002.phpt
    │   │   │   │   ├── fputcsv_error.phpt
    │   │   │   │   ├── fputcsv.phpt
    │   │   │   │   ├── fputcsv_variation10.phpt
    │   │   │   │   ├── fputcsv_variation11.phpt
    │   │   │   │   ├── fputcsv_variation12.phpt
    │   │   │   │   ├── fputcsv_variation13.phpt
    │   │   │   │   ├── fputcsv_variation14.phpt
    │   │   │   │   ├── fputcsv_variation1.phpt
    │   │   │   │   ├── fputcsv_variation2.phpt
    │   │   │   │   ├── fputcsv_variation3.phpt
    │   │   │   │   ├── fputcsv_variation4.phpt
    │   │   │   │   ├── fputcsv_variation5.phpt
    │   │   │   │   ├── fputcsv_variation6.phpt
    │   │   │   │   ├── fputcsv_variation7.phpt
    │   │   │   │   ├── fputcsv_variation8.phpt
    │   │   │   │   ├── fputcsv_variation9.phpt
    │   │   │   │   ├── fread_basic.phpt
    │   │   │   │   ├── fread_error.phpt
    │   │   │   │   ├── fread_fwrite_basic.phpt
    │   │   │   │   ├── fread_socket_variation1.phpt
    │   │   │   │   ├── fread_variation1.phpt
    │   │   │   │   ├── fread_variation2.phpt
    │   │   │   │   ├── fread_variation3.phpt
    │   │   │   │   ├── fread_variation3-win32.phpt
    │   │   │   │   ├── fread_variation4.phpt
    │   │   │   │   ├── fread_variation4-win32.phpt
    │   │   │   │   ├── fscanf_error.phpt
    │   │   │   │   ├── fscanf.phpt
    │   │   │   │   ├── fscanf_variation10.phpt
    │   │   │   │   ├── fscanf_variation11.phpt
    │   │   │   │   ├── fscanf_variation12.phpt
    │   │   │   │   ├── fscanf_variation13.phpt
    │   │   │   │   ├── fscanf_variation14.phpt
    │   │   │   │   ├── fscanf_variation15.phpt
    │   │   │   │   ├── fscanf_variation16.phpt
    │   │   │   │   ├── fscanf_variation17.phpt
    │   │   │   │   ├── fscanf_variation18.phpt
    │   │   │   │   ├── fscanf_variation19.phpt
    │   │   │   │   ├── fscanf_variation1.phpt
    │   │   │   │   ├── fscanf_variation20.phpt
    │   │   │   │   ├── fscanf_variation21.phpt
    │   │   │   │   ├── fscanf_variation22.phpt
    │   │   │   │   ├── fscanf_variation23.phpt
    │   │   │   │   ├── fscanf_variation24.phpt
    │   │   │   │   ├── fscanf_variation25.phpt
    │   │   │   │   ├── fscanf_variation26.phpt
    │   │   │   │   ├── fscanf_variation27.phpt
    │   │   │   │   ├── fscanf_variation28.phpt
    │   │   │   │   ├── fscanf_variation29.phpt
    │   │   │   │   ├── fscanf_variation2.phpt
    │   │   │   │   ├── fscanf_variation30.phpt
    │   │   │   │   ├── fscanf_variation31.phpt
    │   │   │   │   ├── fscanf_variation32.phpt
    │   │   │   │   ├── fscanf_variation33.phpt
    │   │   │   │   ├── fscanf_variation34.phpt
    │   │   │   │   ├── fscanf_variation35.phpt
    │   │   │   │   ├── fscanf_variation36.phpt
    │   │   │   │   ├── fscanf_variation37.phpt
    │   │   │   │   ├── fscanf_variation38.phpt
    │   │   │   │   ├── fscanf_variation39.phpt
    │   │   │   │   ├── fscanf_variation3.phpt
    │   │   │   │   ├── fscanf_variation40.phpt
    │   │   │   │   ├── fscanf_variation41.phpt
    │   │   │   │   ├── fscanf_variation42.phpt
    │   │   │   │   ├── fscanf_variation43.phpt
    │   │   │   │   ├── fscanf_variation44.phpt
    │   │   │   │   ├── fscanf_variation45.phpt
    │   │   │   │   ├── fscanf_variation46.phpt
    │   │   │   │   ├── fscanf_variation47.phpt
    │   │   │   │   ├── fscanf_variation48.phpt
    │   │   │   │   ├── fscanf_variation49.phpt
    │   │   │   │   ├── fscanf_variation4.phpt
    │   │   │   │   ├── fscanf_variation50.phpt
    │   │   │   │   ├── fscanf_variation51.phpt
    │   │   │   │   ├── fscanf_variation52.phpt
    │   │   │   │   ├── fscanf_variation53.phpt
    │   │   │   │   ├── fscanf_variation54.phpt
    │   │   │   │   ├── fscanf_variation55.phpt
    │   │   │   │   ├── fscanf_variation5.phpt
    │   │   │   │   ├── fscanf_variation6.phpt
    │   │   │   │   ├── fscanf_variation7.phpt
    │   │   │   │   ├── fscanf_variation8.phpt
    │   │   │   │   ├── fscanf_variation9.phpt
    │   │   │   │   ├── fseek_dir_basic.phpt
    │   │   │   │   ├── fseek_ftell_rewind_basic1.phpt
    │   │   │   │   ├── fseek_ftell_rewind_basic2.phpt
    │   │   │   │   ├── fseek_ftell_rewind_basic2-win32.phpt
    │   │   │   │   ├── fseek_ftell_rewind_error1.phpt
    │   │   │   │   ├── fseek_ftell_rewind_error2.phpt
    │   │   │   │   ├── fseek_ftell_rewind_error3.phpt
    │   │   │   │   ├── fseek_ftell_rewind_variation1.phpt
    │   │   │   │   ├── fseek_ftell_rewind_variation2.phpt
    │   │   │   │   ├── fseek_ftell_rewind_variation2-win32.phpt
    │   │   │   │   ├── fseek_ftell_rewind_variation3.phpt
    │   │   │   │   ├── fseek_ftell_rewind_variation4.phpt
    │   │   │   │   ├── fseek_ftell_rewind_variation4-win32.phpt
    │   │   │   │   ├── fseek_ftell_rewind_variation5.phpt
    │   │   │   │   ├── fseek_ftell_rewind_variation6.phpt
    │   │   │   │   ├── fseek_ftell_rewind_variation6-win32.phpt
    │   │   │   │   ├── fseek_ftell_rewind_variation7.phpt
    │   │   │   │   ├── fseek_ftell_rewind_variation8.phpt
    │   │   │   │   ├── fseek_ftell_rewind_variation8-win32.phpt
    │   │   │   │   ├── fseek_variation1.phpt
    │   │   │   │   ├── fseek_variation2.phpt
    │   │   │   │   ├── fseek_variation3.phpt
    │   │   │   │   ├── fstat.phpt
    │   │   │   │   ├── ftruncate_error.phpt
    │   │   │   │   ├── ftruncate.phpt
    │   │   │   │   ├── ftruncate_variation1.phpt
    │   │   │   │   ├── ftruncate_variation1-win32.phpt
    │   │   │   │   ├── ftruncate_variation2.phpt
    │   │   │   │   ├── ftruncate_variation2-win32.phpt
    │   │   │   │   ├── ftruncate_variation3.phpt
    │   │   │   │   ├── ftruncate_variation3-win32.phpt
    │   │   │   │   ├── ftruncate_variation4.phpt
    │   │   │   │   ├── ftruncate_variation4-win32.phpt
    │   │   │   │   ├── ftruncate_variation5.phpt
    │   │   │   │   ├── ftruncate_variation5-win32.phpt
    │   │   │   │   ├── ftruncate_variation6.phpt
    │   │   │   │   ├── ftruncate_variation6-win32.phpt
    │   │   │   │   ├── ftruncate_variation7.phpt
    │   │   │   │   ├── ftruncate_variation7-win32.phpt
    │   │   │   │   ├── fwrite_basic.phpt
    │   │   │   │   ├── fwrite_basic-win32.phpt
    │   │   │   │   ├── fwrite_error.phpt
    │   │   │   │   ├── fwrite.phpt
    │   │   │   │   ├── fwrite_variation1.phpt
    │   │   │   │   ├── fwrite_variation1-win32.phpt
    │   │   │   │   ├── fwrite_variation2.phpt
    │   │   │   │   ├── fwrite_variation2-win32.phpt
    │   │   │   │   ├── fwrite_variation3.phpt
    │   │   │   │   ├── fwrite_variation3-win32.phpt
    │   │   │   │   ├── fwrite_variation4.phpt
    │   │   │   │   ├── fwrite_variation4-win32.phpt
    │   │   │   │   ├── fwrite_variation5.phpt
    │   │   │   │   ├── get_current_user.phpt
    │   │   │   │   ├── glob_basic.phpt
    │   │   │   │   ├── glob_error_002-win32.phpt
    │   │   │   │   ├── glob_error.phpt
    │   │   │   │   ├── glob_variation2.phpt
    │   │   │   │   ├── glob_variation.phpt
    │   │   │   │   ├── glob_variation-win32.phpt
    │   │   │   │   ├── htmlentities19.phpt
    │   │   │   │   ├── htmlspecialchars.phpt
    │   │   │   │   ├── include_userstream_001.phpt
    │   │   │   │   ├── include_userstream_002.phpt
    │   │   │   │   ├── is_dir_basic.phpt
    │   │   │   │   ├── is_dir_error.phpt
    │   │   │   │   ├── is_dir_variation1.phpt
    │   │   │   │   ├── is_dir_variation2.phpt
    │   │   │   │   ├── is_dir_variation3.phpt
    │   │   │   │   ├── is_dir_variation4.phpt
    │   │   │   │   ├── is_executable_basic.phpt
    │   │   │   │   ├── is_executable_basic-win32.phpt
    │   │   │   │   ├── is_executable_error.phpt
    │   │   │   │   ├── is_executable_variation1.phpt
    │   │   │   │   ├── is_executable_variation2.phpt
    │   │   │   │   ├── is_executable_variation3.phpt
    │   │   │   │   ├── is_file_basic.phpt
    │   │   │   │   ├── is_file_error.phpt
    │   │   │   │   ├── is_file_variation1.phpt
    │   │   │   │   ├── is_file_variation2.phpt
    │   │   │   │   ├── is_file_variation3.phpt
    │   │   │   │   ├── is_file_variation4.phpt
    │   │   │   │   ├── is_readable_basic.phpt
    │   │   │   │   ├── is_readable_basic-win32.phpt
    │   │   │   │   ├── is_readable_error.phpt
    │   │   │   │   ├── is_readable_variation1.phpt
    │   │   │   │   ├── is_readable_variation2.phpt
    │   │   │   │   ├── is_readable_variation3.phpt
    │   │   │   │   ├── is_uploaded_file_basic.phpt
    │   │   │   │   ├── is_writable_basic.phpt
    │   │   │   │   ├── is_writable_error.phpt
    │   │   │   │   ├── is_writable_variation1.phpt
    │   │   │   │   ├── is_writable_variation2.phpt
    │   │   │   │   ├── is_writable_variation3.phpt
    │   │   │   │   ├── lstat_stat_basic.phpt
    │   │   │   │   ├── lstat_stat_error.phpt
    │   │   │   │   ├── lstat_stat_variation10.phpt
    │   │   │   │   ├── lstat_stat_variation11.phpt
    │   │   │   │   ├── lstat_stat_variation12.phpt
    │   │   │   │   ├── lstat_stat_variation13.phpt
    │   │   │   │   ├── lstat_stat_variation14.phpt
    │   │   │   │   ├── lstat_stat_variation15.phpt
    │   │   │   │   ├── lstat_stat_variation16.phpt
    │   │   │   │   ├── lstat_stat_variation17.phpt
    │   │   │   │   ├── lstat_stat_variation18.phpt
    │   │   │   │   ├── lstat_stat_variation19.phpt
    │   │   │   │   ├── lstat_stat_variation1.phpt
    │   │   │   │   ├── lstat_stat_variation20.phpt
    │   │   │   │   ├── lstat_stat_variation21.phpt
    │   │   │   │   ├── lstat_stat_variation22.phpt
    │   │   │   │   ├── lstat_stat_variation2.phpt
    │   │   │   │   ├── lstat_stat_variation3.phpt
    │   │   │   │   ├── lstat_stat_variation4.phpt
    │   │   │   │   ├── lstat_stat_variation5.phpt
    │   │   │   │   ├── lstat_stat_variation6.phpt
    │   │   │   │   ├── lstat_stat_variation7.phpt
    │   │   │   │   ├── lstat_stat_variation8.phpt
    │   │   │   │   ├── lstat_stat_variation9.phpt
    │   │   │   │   ├── magic_quotes.phpt
    │   │   │   │   ├── mkdir-001.phpt
    │   │   │   │   ├── mkdir-002.phpt
    │   │   │   │   ├── mkdir-003.phpt
    │   │   │   │   ├── mkdir-004.phpt
    │   │   │   │   ├── mkdir-005.phpt
    │   │   │   │   ├── mkdir-006.phpt
    │   │   │   │   ├── mkdir_rmdir_error.phpt
    │   │   │   │   ├── mkdir_rmdir_variation1.phpt
    │   │   │   │   ├── mkdir_rmdir_variation2.phpt
    │   │   │   │   ├── mkdir_rmdir_variation-win32.phpt
    │   │   │   │   ├── mkdir_variation1.phpt
    │   │   │   │   ├── mkdir_variation1-win32.phpt
    │   │   │   │   ├── mkdir_variation2.phpt
    │   │   │   │   ├── mkdir_variation3.phpt
    │   │   │   │   ├── mkdir_variation4.phpt
    │   │   │   │   ├── mkdir_variation5.phpt
    │   │   │   │   ├── mkdir_variation5-win32.phpt
    │   │   │   │   ├── move_uploaded_file_basic.phpt
    │   │   │   │   ├── parse_ini_file_error.phpt
    │   │   │   │   ├── parse_ini_file.phpt
    │   │   │   │   ├── parse_ini_file_variation1.phpt
    │   │   │   │   ├── parse_ini_file_variation2.phpt
    │   │   │   │   ├── parse_ini_file_variation3.phpt
    │   │   │   │   ├── parse_ini_file_variation4.phpt
    │   │   │   │   ├── parse_ini_file_variation5.phpt
    │   │   │   │   ├── parse_ini_file_variation6.phpt
    │   │   │   │   ├── parse_ini_file_variation6-win32.phpt
    │   │   │   │   ├── pathinfo_basic1.phpt
    │   │   │   │   ├── pathinfo_basic1-win32.phpt
    │   │   │   │   ├── pathinfo_basic2.phpt
    │   │   │   │   ├── pathinfo_basic2-win32.phpt
    │   │   │   │   ├── pathinfo_basic.phpt
    │   │   │   │   ├── pathinfo_error.phpt
    │   │   │   │   ├── pathinfo_variation1.phpt
    │   │   │   │   ├── pathinfo_variation2.phpt
    │   │   │   │   ├── pathinfo_variation3.phpt
    │   │   │   │   ├── pathinfo_variaton.phpt
    │   │   │   │   ├── pclose_variation1.phpt
    │   │   │   │   ├── popen_pclose_basic.phpt
    │   │   │   │   ├── popen_pclose_basic-win32.phpt
    │   │   │   │   ├── popen_pclose_error.phpt
    │   │   │   │   ├── popen_pclose_error-sunos.phpt
    │   │   │   │   ├── popen_pclose_error-win32.phpt
    │   │   │   │   ├── proc_open01.phpt
    │   │   │   │   ├── readfile_basic.phpt
    │   │   │   │   ├── readfile_basic-win32.phpt
    │   │   │   │   ├── readfile_error.phpt
    │   │   │   │   ├── readfile_variation10.phpt
    │   │   │   │   ├── readfile_variation10-win32.phpt
    │   │   │   │   ├── readfile_variation1.phpt
    │   │   │   │   ├── readfile_variation2.phpt
    │   │   │   │   ├── readfile_variation3.phpt
    │   │   │   │   ├── readfile_variation4.phpt
    │   │   │   │   ├── readfile_variation5.phpt
    │   │   │   │   ├── readfile_variation6.phpt
    │   │   │   │   ├── readfile_variation7.phpt
    │   │   │   │   ├── readfile_variation8-win32.phpt
    │   │   │   │   ├── readfile_variation9.phpt
    │   │   │   │   ├── readlink_realpath_basic1.phpt
    │   │   │   │   ├── readlink_realpath_basic2.phpt
    │   │   │   │   ├── readlink_realpath_error.phpt
    │   │   │   │   ├── readlink_realpath_variation1.phpt
    │   │   │   │   ├── readlink_realpath_variation2.phpt
    │   │   │   │   ├── readlink_realpath_variation3.phpt
    │   │   │   │   ├── readlink_variation1.phpt
    │   │   │   │   ├── realpath_basic2.phpt
    │   │   │   │   ├── realpath_basic3.phpt
    │   │   │   │   ├── realpath_basic-win32.phpt
    │   │   │   │   ├── realpath_error-win32.phpt
    │   │   │   │   ├── realpath_variation2.phpt
    │   │   │   │   ├── realpath_variation-win32.phpt
    │   │   │   │   ├── rename_basic.phpt
    │   │   │   │   ├── rename_error.phpt
    │   │   │   │   ├── rename_variation10.phpt
    │   │   │   │   ├── rename_variation11-win32.phpt
    │   │   │   │   ├── rename_variation12.phpt
    │   │   │   │   ├── rename_variation13.phpt
    │   │   │   │   ├── rename_variation13-win32.phpt
    │   │   │   │   ├── rename_variation1.phpt
    │   │   │   │   ├── rename_variation1-win32.phpt
    │   │   │   │   ├── rename_variation2.phpt
    │   │   │   │   ├── rename_variation2-win32.phpt
    │   │   │   │   ├── rename_variation3.phpt
    │   │   │   │   ├── rename_variation3-win32.phpt
    │   │   │   │   ├── rename_variation4.phpt
    │   │   │   │   ├── rename_variation5.phpt
    │   │   │   │   ├── rename_variation6.phpt
    │   │   │   │   ├── rename_variation7.phpt
    │   │   │   │   ├── rename_variation8.phpt
    │   │   │   │   ├── rename_variation9.phpt
    │   │   │   │   ├── rename_variation.phpt
    │   │   │   │   ├── rename_variation-win32.phpt
    │   │   │   │   ├── rmdir_variation1.phpt
    │   │   │   │   ├── rmdir_variation1-win32.phpt
    │   │   │   │   ├── rmdir_variation2.phpt
    │   │   │   │   ├── rmdir_variation3.phpt
    │   │   │   │   ├── rmdir_variation3-win32.phpt
    │   │   │   │   ├── stat_basic-win32.phpt
    │   │   │   │   ├── statcache-corruption.phpt
    │   │   │   │   ├── stat_error-win32.phpt
    │   │   │   │   ├── statpage.phpt
    │   │   │   │   ├── stat_variation1-win32.phpt
    │   │   │   │   ├── stat_variation2-win32.phpt
    │   │   │   │   ├── stat_variation3-win32.phpt
    │   │   │   │   ├── stat_variation4-win32.phpt
    │   │   │   │   ├── stat_variation5-win32.phpt
    │   │   │   │   ├── stat_variation6-win32.phpt
    │   │   │   │   ├── stat_variation7-win32.phpt
    │   │   │   │   ├── stat_variation8-win32.phpt
    │   │   │   │   ├── stream_001.phpt
    │   │   │   │   ├── stream_002.phpt
    │   │   │   │   ├── stream_copy_to_stream.phpt
    │   │   │   │   ├── stream_get_line.phpt
    │   │   │   │   ├── stream_rfc2397_001.phpt
    │   │   │   │   ├── stream_rfc2397_002.phpt
    │   │   │   │   ├── stream_rfc2397_003.gif
    │   │   │   │   ├── stream_rfc2397_003.phpt
    │   │   │   │   ├── stream_rfc2397_004.phpt
    │   │   │   │   ├── stream_rfc2397_005.phpt
    │   │   │   │   ├── stream_rfc2397_006.phpt
    │   │   │   │   ├── stream_rfc2397_007.phpt
    │   │   │   │   ├── symlink_link_linkinfo_is_link_basic1.phpt
    │   │   │   │   ├── symlink_link_linkinfo_is_link_basic2.phpt
    │   │   │   │   ├── symlink_link_linkinfo_is_link_error1.phpt
    │   │   │   │   ├── symlink_link_linkinfo_is_link_error2.phpt
    │   │   │   │   ├── symlink_link_linkinfo_is_link_variation1.phpt
    │   │   │   │   ├── symlink_link_linkinfo_is_link_variation2.phpt
    │   │   │   │   ├── symlink_link_linkinfo_is_link_variation3.phpt
    │   │   │   │   ├── symlink_link_linkinfo_is_link_variation4.phpt
    │   │   │   │   ├── symlink_link_linkinfo_is_link_variation5.phpt
    │   │   │   │   ├── symlink_link_linkinfo_is_link_variation6.phpt
    │   │   │   │   ├── symlink_link_linkinfo_is_link_variation7.phpt
    │   │   │   │   ├── symlink_link_linkinfo_is_link_variation8.phpt
    │   │   │   │   ├── symlink_link_linkinfo_is_link_variation9.phpt
    │   │   │   │   ├── symlink.phpt
    │   │   │   │   ├── symlink_to_symlink.phpt
    │   │   │   │   ├── tempnam_error.phpt
    │   │   │   │   ├── tempnam_variation1.phpt
    │   │   │   │   ├── tempnam_variation1-win32.phpt
    │   │   │   │   ├── tempnam_variation2.phpt
    │   │   │   │   ├── tempnam_variation2-win32.phpt
    │   │   │   │   ├── tempnam_variation3.phpt
    │   │   │   │   ├── tempnam_variation3-win32.phpt
    │   │   │   │   ├── tempnam_variation4.phpt
    │   │   │   │   ├── tempnam_variation5.phpt
    │   │   │   │   ├── tempnam_variation5-win32.phpt
    │   │   │   │   ├── tempnam_variation6.phpt
    │   │   │   │   ├── tempnam_variation6-win32.phpt
    │   │   │   │   ├── tempnam_variation7.phpt
    │   │   │   │   ├── tempnam_variation7-win32.phpt
    │   │   │   │   ├── tempnam_variation8-win32.phpt
    │   │   │   │   ├── test2.csv
    │   │   │   │   ├── test3.csv
    │   │   │   │   ├── test.csv
    │   │   │   │   ├── touch_basic.phpt
    │   │   │   │   ├── touch_basic-win32.phpt
    │   │   │   │   ├── touch_error.phpt
    │   │   │   │   ├── touch.phpt
    │   │   │   │   ├── touch_variation1.phpt
    │   │   │   │   ├── touch_variation2.phpt
    │   │   │   │   ├── touch_variation3.phpt
    │   │   │   │   ├── touch_variation3-win32.phpt
    │   │   │   │   ├── touch_variation4.phpt
    │   │   │   │   ├── touch_variation4-win32.phpt
    │   │   │   │   ├── touch_variation5.phpt
    │   │   │   │   ├── touch_variation5-win32.phpt
    │   │   │   │   ├── touch_variation6-win32.phpt
    │   │   │   │   ├── umask_basic.phpt
    │   │   │   │   ├── umask_error.phpt
    │   │   │   │   ├── umask_variation1.phpt
    │   │   │   │   ├── umask_variation2.phpt
    │   │   │   │   ├── umask_variation3.phpt
    │   │   │   │   ├── unlink_basic.phpt
    │   │   │   │   ├── unlink_error.phpt
    │   │   │   │   ├── unlink_error-win32.phpt
    │   │   │   │   ├── unlink_variation10.phpt
    │   │   │   │   ├── unlink_variation1.phpt
    │   │   │   │   ├── unlink_variation1-win32.phpt
    │   │   │   │   ├── unlink_variation2.phpt
    │   │   │   │   ├── unlink_variation2-win32.phpt
    │   │   │   │   ├── unlink_variation3.phpt
    │   │   │   │   ├── unlink_variation4.phpt
    │   │   │   │   ├── unlink_variation5.phpt
    │   │   │   │   ├── unlink_variation6.phpt
    │   │   │   │   ├── unlink_variation7.phpt
    │   │   │   │   ├── unlink_variation8.phpt
    │   │   │   │   ├── unlink_variation8-win32.phpt
    │   │   │   │   ├── unlink_variation9-win32.phpt
    │   │   │   │   ├── userdirstream.phpt
    │   │   │   │   ├── userfilters.phpt
    │   │   │   │   ├── userstreams_004.phpt
    │   │   │   │   ├── userstreams.phpt
    │   │   │   │   └── userwrapper.phpt
    │   │   │   ├── filters
    │   │   │   │   ├── 001.phpt
    │   │   │   │   ├── basic.phpt
    │   │   │   │   ├── bug22538.phpt
    │   │   │   │   ├── bug35916.phpt
    │   │   │   │   ├── bug46164-1.phpt
    │   │   │   │   ├── bug46164-2.phpt
    │   │   │   │   ├── php_user_filter_01.phpt
    │   │   │   │   ├── php_user_filter_02.phpt
    │   │   │   │   ├── php_user_filter_03.phpt
    │   │   │   │   └── read.phpt
    │   │   │   ├── general_functions
    │   │   │   │   ├── 001.phpt
    │   │   │   │   ├── 002.phpt
    │   │   │   │   ├── 003.phpt
    │   │   │   │   ├── 004.data
    │   │   │   │   ├── 004.phpt
    │   │   │   │   ├── 005.phpt
    │   │   │   │   ├── 006.phpt
    │   │   │   │   ├── 007.phpt
    │   │   │   │   ├── 008.phpt
    │   │   │   │   ├── 009.phpt
    │   │   │   │   ├── 010.phpt
    │   │   │   │   ├── bug25038.phpt
    │   │   │   │   ├── bug27678.phpt
    │   │   │   │   ├── bug29038.phpt
    │   │   │   │   ├── bug31190.phpt
    │   │   │   │   ├── bug32647.phpt
    │   │   │   │   ├── bug34794.phpt
    │   │   │   │   ├── bug35229.phpt
    │   │   │   │   ├── bug36011.phpt
    │   │   │   │   ├── bug39322.phpt
    │   │   │   │   ├── bug40398.phpt
    │   │   │   │   ├── bug40752.phpt
    │   │   │   │   ├── bug41037.phpt
    │   │   │   │   ├── bug41445_1.phpt
    │   │   │   │   ├── bug41445.phpt
    │   │   │   │   ├── bug41518.phpt
    │   │   │   │   ├── bug42272.phpt
    │   │   │   │   ├── bug43293_1.phpt
    │   │   │   │   ├── bug43293_2.phpt
    │   │   │   │   ├── bug43293_3.phpt
    │   │   │   │   ├── bug44394_2.phpt
    │   │   │   │   ├── bug44394.phpt
    │   │   │   │   ├── bug44487.phpt
    │   │   │   │   ├── bug44667.phpt
    │   │   │   │   ├── debug_zval_dump_b_64bit.phpt
    │   │   │   │   ├── debug_zval_dump_b.phpt
    │   │   │   │   ├── debug_zval_dump_e.phpt
    │   │   │   │   ├── debug_zval_dump_o.phpt
    │   │   │   │   ├── debug_zval_dump_v.phpt
    │   │   │   │   ├── dl-cve-2007-4887.phpt
    │   │   │   │   ├── error_get_last.phpt
    │   │   │   │   ├── floatval.phpt
    │   │   │   │   ├── getopt_002.phpt
    │   │   │   │   ├── getopt.phpt
    │   │   │   │   ├── getrusage.phpt
    │   │   │   │   ├── gettype_settype_basic.phpt
    │   │   │   │   ├── gettype_settype_error.phpt
    │   │   │   │   ├── gettype_settype_variation1.phpt
    │   │   │   │   ├── gettype_settype_variation2.phpt
    │   │   │   │   ├── gettype_settype_variation3.phpt
    │   │   │   │   ├── gettype_settype_variation4.phpt
    │   │   │   │   ├── gettype_settype_variation5.phpt
    │   │   │   │   ├── gettype_settype_variation6.phpt
    │   │   │   │   ├── gettype_settype_variation7.phpt
    │   │   │   │   ├── gettype_settype_variation8.phpt
    │   │   │   │   ├── head.phpt
    │   │   │   │   ├── highlight_heredoc.phpt
    │   │   │   │   ├── import_request1.phpt
    │   │   │   │   ├── import_request2.phpt
    │   │   │   │   ├── import_request3.phpt
    │   │   │   │   ├── import_request.phpt
    │   │   │   │   ├── include_path.phpt
    │   │   │   │   ├── ini_get_all.phpt
    │   │   │   │   ├── intval.phpt
    │   │   │   │   ├── is_array.phpt
    │   │   │   │   ├── is_bool.phpt
    │   │   │   │   ├── is_callable.phpt
    │   │   │   │   ├── is_float_64bit.phpt
    │   │   │   │   ├── is_float.phpt
    │   │   │   │   ├── is_int_64bit.phpt
    │   │   │   │   ├── is_int.phpt
    │   │   │   │   ├── is_null.phpt
    │   │   │   │   ├── is_numeric.phpt
    │   │   │   │   ├── is_object.phpt
    │   │   │   │   ├── is_resource.phpt
    │   │   │   │   ├── is_scalar.phpt
    │   │   │   │   ├── is_string.phpt
    │   │   │   │   ├── parse_ini_file.phpt
    │   │   │   │   ├── phpcredits2.phpt
    │   │   │   │   ├── phpcredits.phpt
    │   │   │   │   ├── phpinfo2.phpt
    │   │   │   │   ├── phpinfo.phpt
    │   │   │   │   ├── print_r_64bit.phpt
    │   │   │   │   ├── print_r.phpt
    │   │   │   │   ├── proc_open02.phpt
    │   │   │   │   ├── proc_open.phpt
    │   │   │   │   ├── putenv.phpt
    │   │   │   │   ├── rand.phpt
    │   │   │   │   ├── strval.phpt
    │   │   │   │   ├── sunfuncts.phpt
    │   │   │   │   ├── sys_getloadavg.phpt
    │   │   │   │   ├── type.phpt
    │   │   │   │   ├── var_dump_64bit.phpt
    │   │   │   │   ├── var_dump.phpt
    │   │   │   │   ├── var_export-locale.phpt
    │   │   │   │   └── var_export.phpt
    │   │   │   ├── image
    │   │   │   │   ├── 246x247.png
    │   │   │   │   ├── 384x385.png
    │   │   │   │   ├── bug13213.jpg
    │   │   │   │   ├── bug13213.phpt
    │   │   │   │   ├── getimagesize_246x247.phpt
    │   │   │   │   ├── getimagesize_384x385.phpt
    │   │   │   │   ├── getimagesize.phpt
    │   │   │   │   ├── getimagesize_swc.phpt
    │   │   │   │   ├── image_type_to_extension.phpt
    │   │   │   │   ├── image_type_to_mime_type.phpt
    │   │   │   │   ├── iptcembed_001.phpt
    │   │   │   │   ├── skipif_imagetype.inc
    │   │   │   │   ├── test13pix.swf
    │   │   │   │   ├── test1pix.bmp
    │   │   │   │   ├── test1pix.jp2
    │   │   │   │   ├── test1pix.jpc
    │   │   │   │   ├── test1pix.jpg
    │   │   │   │   ├── test2pix.gif
    │   │   │   │   ├── test4pix.gif
    │   │   │   │   ├── test4pix.iff
    │   │   │   │   ├── test4pix.png
    │   │   │   │   ├── test4pix.psd
    │   │   │   │   ├── test4pix.swf
    │   │   │   │   └── test4pix.tif
    │   │   │   ├── math
    │   │   │   │   ├── abs.phpt
    │   │   │   │   ├── acos_basic.phpt
    │   │   │   │   ├── acos_error.phpt
    │   │   │   │   ├── acosh_basic.phpt
    │   │   │   │   ├── acosh_error.phpt
    │   │   │   │   ├── acosh_variation.phpt
    │   │   │   │   ├── acos_variation.phpt
    │   │   │   │   ├── allowed_rounding_error.inc
    │   │   │   │   ├── asin_basic.phpt
    │   │   │   │   ├── asin_error.phpt
    │   │   │   │   ├── asinh_basic.phpt
    │   │   │   │   ├── asinh_error.phpt
    │   │   │   │   ├── asinh_variation.phpt
    │   │   │   │   ├── asin_variation.phpt
    │   │   │   │   ├── atan2_basic.phpt
    │   │   │   │   ├── atan2_error.phpt
    │   │   │   │   ├── atan_basic.phpt
    │   │   │   │   ├── atan_error.phpt
    │   │   │   │   ├── atanh_basic.phpt
    │   │   │   │   ├── atanh_error.phpt
    │   │   │   │   ├── atanh_variation.phpt
    │   │   │   │   ├── atan_variation.phpt
    │   │   │   │   ├── base_convert_basic.phpt
    │   │   │   │   ├── base_convert_error.phpt
    │   │   │   │   ├── bindec_basic_64bit.phpt
    │   │   │   │   ├── bindec_basic.phpt
    │   │   │   │   ├── bindec_error.phpt
    │   │   │   │   ├── bug21523.phpt
    │   │   │   │   ├── bug24142.phpt
    │   │   │   │   ├── bug25665.phpt
    │   │   │   │   ├── bug25694.phpt
    │   │   │   │   ├── bug27646.phpt
    │   │   │   │   ├── bug28228.phpt
    │   │   │   │   ├── bug30069.phpt
    │   │   │   │   ├── bug30695.phpt
    │   │   │   │   ├── bug45712.phpt
    │   │   │   │   ├── constants_basic.phpt
    │   │   │   │   ├── constants.phpt
    │   │   │   │   ├── cos_basic.phpt
    │   │   │   │   ├── cos_error.phpt
    │   │   │   │   ├── cosh_basic.phpt
    │   │   │   │   ├── cosh_error.phpt
    │   │   │   │   ├── cosh_variation.phpt
    │   │   │   │   ├── cos_variation.phpt
    │   │   │   │   ├── decbin_basic.phpt
    │   │   │   │   ├── decbin_error.phpt
    │   │   │   │   ├── dechex_basic.phpt
    │   │   │   │   ├── dechex_error.phpt
    │   │   │   │   ├── decoct_basic.phpt
    │   │   │   │   ├── decoct_error.phpt
    │   │   │   │   ├── deg2rad_basic.phpt
    │   │   │   │   ├── deg2rad_error.phpt
    │   │   │   │   ├── deg2rad_variation.phpt
    │   │   │   │   ├── exp_error.phpt
    │   │   │   │   ├── floorceil.phpt
    │   │   │   │   ├── fmod_basic.phpt
    │   │   │   │   ├── fmod_error.phpt
    │   │   │   │   ├── getrandmax_basic.phpt
    │   │   │   │   ├── getrandmax_error.phpt
    │   │   │   │   ├── hexdec_basic.phpt
    │   │   │   │   ├── hexdec_error.phpt
    │   │   │   │   ├── hexdec.phpt
    │   │   │   │   ├── hypot_error.phpt
    │   │   │   │   ├── is_finite_basic.phpt
    │   │   │   │   ├── is_finite_error.phpt
    │   │   │   │   ├── is_infinite_basic.phpt
    │   │   │   │   ├── is_infinite_error.phpt
    │   │   │   │   ├── is_nan_basic.phpt
    │   │   │   │   ├── is_nan_error.phpt
    │   │   │   │   ├── lcg_value_basic.phpt
    │   │   │   │   ├── log10_basic.phpt
    │   │   │   │   ├── log10_error.phpt
    │   │   │   │   ├── log10_variation.phpt
    │   │   │   │   ├── log_basic.phpt
    │   │   │   │   ├── log_error.phpt
    │   │   │   │   ├── log.phpt
    │   │   │   │   ├── mt_getrandmax_basic.phpt
    │   │   │   │   ├── mt_getrandmax_error.phpt
    │   │   │   │   ├── mt_rand_basic.phpt
    │   │   │   │   ├── mt_rand_error.phpt
    │   │   │   │   ├── mt_srand_basic.phpt
    │   │   │   │   ├── mt_srand_error.phpt
    │   │   │   │   ├── number_format_error.phpt
    │   │   │   │   ├── octdec_basic.phpt
    │   │   │   │   ├── octdec_error.phpt
    │   │   │   │   ├── pi_basic.phpt
    │   │   │   │   ├── pow_basic.phpt
    │   │   │   │   ├── pow_error.phpt
    │   │   │   │   ├── pow.phpt
    │   │   │   │   ├── rad2deg_basic.phpt
    │   │   │   │   ├── rad2deg_error.phpt
    │   │   │   │   ├── rad2deg_variation.phpt
    │   │   │   │   ├── rand_basic.phpt
    │   │   │   │   ├── rand_error.phpt
    │   │   │   │   ├── round.phpt
    │   │   │   │   ├── sin_basic.phpt
    │   │   │   │   ├── sin_error.phpt
    │   │   │   │   ├── sinh_basic.phpt
    │   │   │   │   ├── sinh_error.phpt
    │   │   │   │   ├── sinh_variation.phpt
    │   │   │   │   ├── sin_variation.phpt
    │   │   │   │   ├── sqrt_basic.phpt
    │   │   │   │   ├── sqrt_error.phpt
    │   │   │   │   ├── srand_basic.phpt
    │   │   │   │   ├── srand_error.phpt
    │   │   │   │   ├── tan_basic.phpt
    │   │   │   │   ├── tan_error.phpt
    │   │   │   │   ├── tanh_basic.phpt
    │   │   │   │   ├── tanh_error.phpt
    │   │   │   │   ├── tanh_variation.phpt
    │   │   │   │   └── tan_variation.phpt
    │   │   │   ├── misc
    │   │   │   │   ├── syslog_basic.phpt
    │   │   │   │   ├── syslog_parameters.phpt
    │   │   │   │   ├── syslog_vars_variation1.phpt
    │   │   │   │   └── syslog_vars_variation2.phpt
    │   │   │   ├── network
    │   │   │   │   ├── bug20134.phpt
    │   │   │   │   ├── bug41347.phpt
    │   │   │   │   ├── gethostbyaddr_error.phpt
    │   │   │   │   ├── gethostbynamel_error.phpt
    │   │   │   │   ├── inet_ipv6.phpt
    │   │   │   │   ├── inet.phpt
    │   │   │   │   ├── ip.phpt
    │   │   │   │   ├── ip_x86_64.phpt
    │   │   │   │   ├── shutdown.phpt
    │   │   │   │   ├── tcp4loop.phpt
    │   │   │   │   ├── tcp6loop.phpt
    │   │   │   │   ├── udgloop.phpt
    │   │   │   │   ├── udp4loop.phpt
    │   │   │   │   ├── udp6loop.phpt
    │   │   │   │   └── unixloop.phpt
    │   │   │   ├── reg
    │   │   │   │   ├── 001.phpt
    │   │   │   │   ├── 002.phpt
    │   │   │   │   ├── 003.phpt
    │   │   │   │   ├── 004.phpt
    │   │   │   │   ├── 005.phpt
    │   │   │   │   ├── 006.phpt
    │   │   │   │   ├── 007.phpt
    │   │   │   │   ├── 008.phpt
    │   │   │   │   ├── 009.phpt
    │   │   │   │   ├── 010.phpt
    │   │   │   │   ├── 011.phpt
    │   │   │   │   ├── 012.phpt
    │   │   │   │   ├── 013.phpt
    │   │   │   │   ├── 014.phpt
    │   │   │   │   ├── 015.phpt
    │   │   │   │   ├── 016.phpt
    │   │   │   │   ├── ereg_basic_001.phpt
    │   │   │   │   ├── ereg_basic_002.phpt
    │   │   │   │   ├── ereg_basic_003.phpt
    │   │   │   │   ├── ereg_basic_004.phpt
    │   │   │   │   ├── ereg_error_001.phpt
    │   │   │   │   ├── ereg_error_002.phpt
    │   │   │   │   ├── eregi_basic_001.phpt
    │   │   │   │   ├── eregi_basic_002.phpt
    │   │   │   │   ├── eregi_basic_003.phpt
    │   │   │   │   ├── eregi_basic_004.phpt
    │   │   │   │   ├── eregi_basic.phpt
    │   │   │   │   ├── eregi_error_001.phpt
    │   │   │   │   ├── eregi_error_002.phpt
    │   │   │   │   ├── eregi_replace_basic_001.phpt
    │   │   │   │   ├── eregi_replace_basic_002.phpt
    │   │   │   │   ├── eregi_replace_basic.phpt
    │   │   │   │   ├── eregi_replace_error_001.phpt
    │   │   │   │   ├── eregi_replace_error_002.phpt
    │   │   │   │   ├── eregi_replace_variation_001.phpt
    │   │   │   │   ├── eregi_replace_variation_002.phpt
    │   │   │   │   ├── eregi_replace_variation_003.phpt
    │   │   │   │   ├── eregi_variation_001.phpt
    │   │   │   │   ├── eregi_variation_002.phpt
    │   │   │   │   ├── eregi_variation_003.phpt
    │   │   │   │   ├── eregi_variation_004.phpt
    │   │   │   │   ├── ereg_replace_basic_001.phpt
    │   │   │   │   ├── ereg_replace_basic_002.phpt
    │   │   │   │   ├── ereg_replace_error_001.phpt
    │   │   │   │   ├── ereg_replace_error_002.phpt
    │   │   │   │   ├── ereg_replace_variation_001.phpt
    │   │   │   │   ├── ereg_replace_variation_002.phpt
    │   │   │   │   ├── ereg_replace_variation_003.phpt
    │   │   │   │   ├── ereg_variation_001.phpt
    │   │   │   │   ├── ereg_variation_002.phpt
    │   │   │   │   ├── ereg_variation_003.phpt
    │   │   │   │   ├── ereg_variation_004.phpt
    │   │   │   │   ├── regular_expressions.inc
    │   │   │   │   ├── split_basic_001.phpt
    │   │   │   │   ├── split_basic_002.phpt
    │   │   │   │   ├── split_basic_003.phpt
    │   │   │   │   ├── split_error_001.phpt
    │   │   │   │   ├── split_error_002.phpt
    │   │   │   │   ├── spliti_basic_001.phpt
    │   │   │   │   ├── spliti_basic_002.phpt
    │   │   │   │   ├── spliti_basic_003.phpt
    │   │   │   │   ├── spliti_basic_004.phpt
    │   │   │   │   ├── spliti_error_001.phpt
    │   │   │   │   ├── spliti_error_002.phpt
    │   │   │   │   ├── spliti_variation_001.phpt
    │   │   │   │   ├── spliti_variation_002.phpt
    │   │   │   │   ├── spliti_variation_003.phpt
    │   │   │   │   ├── spliti_variation_004.phpt
    │   │   │   │   ├── split_variation_001.phpt
    │   │   │   │   ├── split_variation_002.phpt
    │   │   │   │   ├── split_variation_003.phpt
    │   │   │   │   ├── split_variation_004.phpt
    │   │   │   │   ├── sql_regcase_basic_001.phpt
    │   │   │   │   ├── sql_regcase_error_001.phpt
    │   │   │   │   └── sql_regcase_variation_001.phpt
    │   │   │   ├── serialize
    │   │   │   │   ├── 001.phpt
    │   │   │   │   ├── 002.phpt
    │   │   │   │   ├── 003.phpt
    │   │   │   │   ├── 004.phpt
    │   │   │   │   ├── 005.phpt
    │   │   │   │   ├── 006.phpt
    │   │   │   │   ├── autoload_implements.p5c
    │   │   │   │   ├── autoload_interface.p5c
    │   │   │   │   ├── bug14293.phpt
    │   │   │   │   ├── bug21957.phpt
    │   │   │   │   ├── bug23298.phpt
    │   │   │   │   ├── bug24063.phpt
    │   │   │   │   ├── bug25378.phpt
    │   │   │   │   ├── bug26762.phpt
    │   │   │   │   ├── bug27469.phpt
    │   │   │   │   ├── bug28325.phpt
    │   │   │   │   ├── bug30234.phpt
    │   │   │   │   ├── bug31402.phpt
    │   │   │   │   ├── bug31442.phpt
    │   │   │   │   ├── bug37947.phpt
    │   │   │   │   ├── bug43614.phpt
    │   │   │   │   ├── incomplete_class.phpt
    │   │   │   │   ├── serialization_arrays_001.phpt
    │   │   │   │   ├── serialization_arrays_002.phpt
    │   │   │   │   ├── serialization_arrays_003.phpt
    │   │   │   │   ├── serialization_arrays_004.phpt
    │   │   │   │   ├── serialization_arrays_005.phpt
    │   │   │   │   ├── serialization_error_001.phpt
    │   │   │   │   ├── serialization_miscTypes_001.phpt
    │   │   │   │   ├── serialization_objects_001.phpt
    │   │   │   │   ├── serialization_objects_002.phpt
    │   │   │   │   ├── serialization_objects_003.phpt
    │   │   │   │   ├── serialization_objects_004.phpt
    │   │   │   │   ├── serialization_objects_005.phpt
    │   │   │   │   ├── serialization_objects_006.phpt
    │   │   │   │   ├── serialization_objects_007.phpt
    │   │   │   │   ├── serialization_objects_008.phpt
    │   │   │   │   ├── serialization_objects_009.phpt
    │   │   │   │   ├── serialization_objects_010.phpt
    │   │   │   │   ├── serialization_objects_011.phpt
    │   │   │   │   ├── serialization_objects_012.phpt
    │   │   │   │   ├── serialization_objects_013.phpt
    │   │   │   │   ├── serialization_objects_014.phpt
    │   │   │   │   ├── serialization_objects_015.phpt
    │   │   │   │   ├── serialization_precision_001.phpt
    │   │   │   │   ├── serialization_precision_002.phpt
    │   │   │   │   ├── serialization_resources_001.phpt
    │   │   │   │   └── unserializeS.phpt
    │   │   │   ├── streams
    │   │   │   │   ├── bug44818.phpt
    │   │   │   │   ├── bug46024.phpt
    │   │   │   │   ├── bug46426.phpt
    │   │   │   │   ├── stream_get_contents_001.phpt
    │   │   │   │   ├── stream_get_contents_002.phpt
    │   │   │   │   ├── stream_get_line_nb.phpt
    │   │   │   │   ├── stream_get_meta_data_dir_basic.phpt
    │   │   │   │   ├── stream_get_meta_data_file_basic.phpt
    │   │   │   │   ├── stream_get_meta_data_file_error.phpt
    │   │   │   │   ├── stream_get_meta_data_file_variation1.phpt
    │   │   │   │   ├── stream_get_meta_data_file_variation2.phpt
    │   │   │   │   ├── stream_get_meta_data_file_variation4.phpt
    │   │   │   │   ├── stream_get_meta_data_file_variation5.phpt
    │   │   │   │   ├── stream_get_meta_data_process_basic.phpt
    │   │   │   │   ├── stream_get_meta_data_process_basic-win32.phpt
    │   │   │   │   ├── stream_get_meta_data_socket_basic.phpt
    │   │   │   │   ├── stream_get_meta_data_socket_variation1.phpt
    │   │   │   │   ├── stream_get_meta_data_socket_variation2.phpt
    │   │   │   │   ├── stream_get_meta_data_socket_variation3.phpt
    │   │   │   │   ├── stream_get_meta_data_socket_variation4.phpt
    │   │   │   │   ├── stream_set_timeout_error.phpt
    │   │   │   │   └── stream_socket_pair.phpt
    │   │   │   ├── strings
    │   │   │   │   ├── 004.phpt
    │   │   │   │   ├── 005.phpt
    │   │   │   │   ├── 006.phpt
    │   │   │   │   ├── 007.phpt
    │   │   │   │   ├── add-and-stripcslashes.phpt
    │   │   │   │   ├── add-and-stripslashes.phpt
    │   │   │   │   ├── addcslashes_001.phpt
    │   │   │   │   ├── addcslashes_002.phpt
    │   │   │   │   ├── addcslashes_003.phpt
    │   │   │   │   ├── addcslashes_004.phpt
    │   │   │   │   ├── addslashes_basic.phpt
    │   │   │   │   ├── addslashes_error.phpt
    │   │   │   │   ├── addslashes_variation1.phpt
    │   │   │   │   ├── addslashes_variation2.phpt
    │   │   │   │   ├── addslashes_variation3.phpt
    │   │   │   │   ├── basename_basic.phpt
    │   │   │   │   ├── basename_error.phpt
    │   │   │   │   ├── basename.phpt
    │   │   │   │   ├── basename_variation.phpt
    │   │   │   │   ├── bin2hex.phpt
    │   │   │   │   ├── bug20108.phpt
    │   │   │   │   ├── bug20169.phpt
    │   │   │   │   ├── bug20261.phpt
    │   │   │   │   ├── bug20927.phpt
    │   │   │   │   ├── bug20934.phpt
    │   │   │   │   ├── bug21338.phpt
    │   │   │   │   ├── bug21453.phpt
    │   │   │   │   ├── bug21730.phpt
    │   │   │   │   ├── bug21744.phpt
    │   │   │   │   ├── bug22008.phpt
    │   │   │   │   ├── bug22187.phpt
    │   │   │   │   ├── bug22207.phpt
    │   │   │   │   ├── bug22224.phpt
    │   │   │   │   ├── bug22227.phpt
    │   │   │   │   ├── bug22904.phpt
    │   │   │   │   ├── bug23650.phpt
    │   │   │   │   ├── bug23894.phpt
    │   │   │   │   ├── bug24098.phpt
    │   │   │   │   ├── bug24208.phpt
    │   │   │   │   ├── bug24281.phpt
    │   │   │   │   ├── bug24312.phpt
    │   │   │   │   ├── bug25671.phpt
    │   │   │   │   ├── bug25707.phpt
    │   │   │   │   ├── bug26817.phpt
    │   │   │   │   ├── bug26819.phpt
    │   │   │   │   ├── bug26878.phpt
    │   │   │   │   ├── bug26973.phpt
    │   │   │   │   ├── bug27276.phpt
    │   │   │   │   ├── bug27278.phpt
    │   │   │   │   ├── bug27295.phpt
    │   │   │   │   ├── bug27457.phpt
    │   │   │   │   ├── bug27675.phpt
    │   │   │   │   ├── bug28386.phpt
    │   │   │   │   ├── bug28633.phpt
    │   │   │   │   ├── bug29075.phpt
    │   │   │   │   ├── bug29119.phpt
    │   │   │   │   ├── bug29538.phpt
    │   │   │   │   ├── bug33076.phpt
    │   │   │   │   ├── bug33605.phpt
    │   │   │   │   ├── bug34214.phpt
    │   │   │   │   ├── bug35817.phpt
    │   │   │   │   ├── bug36148.phpt
    │   │   │   │   ├── bug36306.phpt
    │   │   │   │   ├── bug36392.phpt
    │   │   │   │   ├── bug36944.phpt
    │   │   │   │   ├── bug37244.phpt
    │   │   │   │   ├── bug37262.phpt
    │   │   │   │   ├── bug38322.phpt
    │   │   │   │   ├── bug38770.phpt
    │   │   │   │   ├── bug39032.phpt
    │   │   │   │   ├── bug39350.phpt
    │   │   │   │   ├── bug39621.phpt
    │   │   │   │   ├── bug39873.phpt
    │   │   │   │   ├── bug40432.phpt
    │   │   │   │   ├── bug40637.phpt
    │   │   │   │   ├── bug40704.phpt
    │   │   │   │   ├── bug40754.phpt
    │   │   │   │   ├── bug40915.phpt
    │   │   │   │   ├── bug42107.phpt
    │   │   │   │   ├── bug42208.phpt
    │   │   │   │   ├── bug43927.phpt
    │   │   │   │   ├── bug44242.phpt
    │   │   │   │   ├── bug44703.phpt
    │   │   │   │   ├── bug45485.phpt
    │   │   │   │   ├── chop_basic.phpt
    │   │   │   │   ├── chop_error.phpt
    │   │   │   │   ├── chop_variation1.phpt
    │   │   │   │   ├── chop_variation2.phpt
    │   │   │   │   ├── chop_variation3.phpt
    │   │   │   │   ├── chop_variation4.phpt
    │   │   │   │   ├── chop_variation5.phpt
    │   │   │   │   ├── chr_ord.phpt
    │   │   │   │   ├── chunk_split_basic.phpt
    │   │   │   │   ├── chunk_split_error.phpt
    │   │   │   │   ├── chunk_split.phpt
    │   │   │   │   ├── chunk_split_variation10.phpt
    │   │   │   │   ├── chunk_split_variation11.phpt
    │   │   │   │   ├── chunk_split_variation12.phpt
    │   │   │   │   ├── chunk_split_variation13.phpt
    │   │   │   │   ├── chunk_split_variation1.phpt
    │   │   │   │   ├── chunk_split_variation2.phpt
    │   │   │   │   ├── chunk_split_variation3.phpt
    │   │   │   │   ├── chunk_split_variation4.phpt
    │   │   │   │   ├── chunk_split_variation5.phpt
    │   │   │   │   ├── chunk_split_variation6.phpt
    │   │   │   │   ├── chunk_split_variation7.phpt
    │   │   │   │   ├── chunk_split_variation8.phpt
    │   │   │   │   ├── chunk_split_variation9.phpt
    │   │   │   │   ├── convert_cyr_string.phpt
    │   │   │   │   ├── count_chars.phpt
    │   │   │   │   ├── crc32_basic.phpt
    │   │   │   │   ├── crc32_error.phpt
    │   │   │   │   ├── crc32.phpt
    │   │   │   │   ├── crc32_variation1.phpt
    │   │   │   │   ├── crc32_variation2.phpt
    │   │   │   │   ├── crc32_variation3.phpt
    │   │   │   │   ├── crc32_variation4.phpt
    │   │   │   │   ├── crypt.phpt
    │   │   │   │   ├── dirname_basic.phpt
    │   │   │   │   ├── dirname_error.phpt
    │   │   │   │   ├── dirname_variation.phpt
    │   │   │   │   ├── explode1.phpt
    │   │   │   │   ├── explode_bug.phpt
    │   │   │   │   ├── explode.phpt
    │   │   │   │   ├── fprintf_error.phpt
    │   │   │   │   ├── fprintf_variation_001.phpt
    │   │   │   │   ├── fprintf_variation_002.phpt
    │   │   │   │   ├── fprintf_variation_003_64bit.phpt
    │   │   │   │   ├── fprintf_variation_003.phpt
    │   │   │   │   ├── fprintf_variation_004.phpt
    │   │   │   │   ├── fprintf_variation_005.phpt
    │   │   │   │   ├── fprintf_variation_006_64bit.phpt
    │   │   │   │   ├── fprintf_variation_006.phpt
    │   │   │   │   ├── fprintf_variation_007_64bit.phpt
    │   │   │   │   ├── fprintf_variation_007.phpt
    │   │   │   │   ├── fprintf_variation_008_64bit.phpt
    │   │   │   │   ├── fprintf_variation_008.phpt
    │   │   │   │   ├── fprintf_variation_009.phpt
    │   │   │   │   ├── get_html_translation_table_basic1.phpt
    │   │   │   │   ├── get_html_translation_table_basic1-win32.phpt
    │   │   │   │   ├── get_html_translation_table_basic2.phpt
    │   │   │   │   ├── get_html_translation_table_basic2-win32.phpt
    │   │   │   │   ├── get_html_translation_table_basic3.phpt
    │   │   │   │   ├── get_html_translation_table_basic3-win32.phpt
    │   │   │   │   ├── get_html_translation_table_error.phpt
    │   │   │   │   ├── get_html_translation_table_variation1.phpt
    │   │   │   │   ├── get_html_translation_table_variation1-win32.phpt
    │   │   │   │   ├── get_html_translation_table_variation2.phpt
    │   │   │   │   ├── get_html_translation_table_variation2-win32.phpt
    │   │   │   │   ├── get_meta_tags.phpt
    │   │   │   │   ├── highlight_file.phpt
    │   │   │   │   ├── htmlentities01.phpt
    │   │   │   │   ├── htmlentities02.phpt
    │   │   │   │   ├── htmlentities03.phpt
    │   │   │   │   ├── htmlentities04.phpt
    │   │   │   │   ├── htmlentities05.phpt
    │   │   │   │   ├── htmlentities06.phpt
    │   │   │   │   ├── htmlentities07.phpt
    │   │   │   │   ├── htmlentities08.phpt
    │   │   │   │   ├── htmlentities09.phpt
    │   │   │   │   ├── htmlentities10.phpt
    │   │   │   │   ├── htmlentities11.phpt
    │   │   │   │   ├── htmlentities12.phpt
    │   │   │   │   ├── htmlentities13.phpt
    │   │   │   │   ├── htmlentities14.phpt
    │   │   │   │   ├── htmlentities15.phpt
    │   │   │   │   ├── htmlentities16.phpt
    │   │   │   │   ├── htmlentities17.phpt
    │   │   │   │   ├── htmlentities18.phpt
    │   │   │   │   ├── htmlentities.phpt
    │   │   │   │   ├── htmlentities-utf.phpt
    │   │   │   │   ├── htmlspecialchars_decode_basic.phpt
    │   │   │   │   ├── htmlspecialchars_decode_error.phpt
    │   │   │   │   ├── htmlspecialchars_decode_variation1.phpt
    │   │   │   │   ├── htmlspecialchars_decode_variation2.phpt
    │   │   │   │   ├── htmlspecialchars_decode_variation3.phpt
    │   │   │   │   ├── htmlspecialchars_decode_variation4.phpt
    │   │   │   │   ├── htmlspecialchars_decode_variation5.phpt
    │   │   │   │   ├── htmlspecialchars_decode_variation6.phpt
    │   │   │   │   ├── http_build_query.phpt
    │   │   │   │   ├── implode1.phpt
    │   │   │   │   ├── implode.phpt
    │   │   │   │   ├── join_basic.phpt
    │   │   │   │   ├── join_error.phpt
    │   │   │   │   ├── join_variation1.phpt
    │   │   │   │   ├── join_variation2.phpt
    │   │   │   │   ├── join_variation3.phpt
    │   │   │   │   ├── join_variation4.phpt
    │   │   │   │   ├── join_variation5.phpt
    │   │   │   │   ├── join_variation6.phpt
    │   │   │   │   ├── levenshtein.phpt
    │   │   │   │   ├── ltrim.phpt
    │   │   │   │   ├── md5_file.phpt
    │   │   │   │   ├── md5.phpt
    │   │   │   │   ├── md5raw.phpt
    │   │   │   │   ├── metaphone.phpt
    │   │   │   │   ├── moneyformat.phpt
    │   │   │   │   ├── nl2br_error.phpt
    │   │   │   │   ├── nl2br.phpt
    │   │   │   │   ├── nl2br_variation1.phpt
    │   │   │   │   ├── nl2br_variation2.phpt
    │   │   │   │   ├── nl2br_variation3.phpt
    │   │   │   │   ├── nl2br_variation4.phpt
    │   │   │   │   ├── nl2br_variation5.phpt
    │   │   │   │   ├── pack.phpt
    │   │   │   │   ├── pathinfo.phpt
    │   │   │   │   ├── php_strip_whitespace.phpt
    │   │   │   │   ├── printf_64bit.phpt
    │   │   │   │   ├── printf.phpt
    │   │   │   │   ├── rtrim.phpt
    │   │   │   │   ├── setlocale_basic1.phpt
    │   │   │   │   ├── setlocale_basic2.phpt
    │   │   │   │   ├── setlocale_basic3.phpt
    │   │   │   │   ├── setlocale_error.phpt
    │   │   │   │   ├── setlocale_variation1.phpt
    │   │   │   │   ├── setlocale_variation2.phpt
    │   │   │   │   ├── setlocale_variation3.phpt
    │   │   │   │   ├── setlocale_variation4.phpt
    │   │   │   │   ├── setlocale_variation5.phpt
    │   │   │   │   ├── sha1.phpt
    │   │   │   │   ├── sha1raw.phpt
    │   │   │   │   ├── soundex.phpt
    │   │   │   │   ├── sprintf_basic1.phpt
    │   │   │   │   ├── sprintf_basic2.phpt
    │   │   │   │   ├── sprintf_basic3.phpt
    │   │   │   │   ├── sprintf_basic4.phpt
    │   │   │   │   ├── sprintf_basic5.phpt
    │   │   │   │   ├── sprintf_basic6.phpt
    │   │   │   │   ├── sprintf_basic7.phpt
    │   │   │   │   ├── sprintf_basic8.phpt
    │   │   │   │   ├── sprintf_basic9.phpt
    │   │   │   │   ├── sprintf_error.phpt
    │   │   │   │   ├── sprintf_f_2.phpt
    │   │   │   │   ├── sprintf_f_3.phpt
    │   │   │   │   ├── sprintf_f.phpt
    │   │   │   │   ├── sprintf_variation10.phpt
    │   │   │   │   ├── sprintf_variation11.phpt
    │   │   │   │   ├── sprintf_variation12.phpt
    │   │   │   │   ├── sprintf_variation13.phpt
    │   │   │   │   ├── sprintf_variation14.phpt
    │   │   │   │   ├── sprintf_variation15.phpt
    │   │   │   │   ├── sprintf_variation16.phpt
    │   │   │   │   ├── sprintf_variation17.phpt
    │   │   │   │   ├── sprintf_variation18.phpt
    │   │   │   │   ├── sprintf_variation19.phpt
    │   │   │   │   ├── sprintf_variation1.phpt
    │   │   │   │   ├── sprintf_variation20.phpt
    │   │   │   │   ├── sprintf_variation21.phpt
    │   │   │   │   ├── sprintf_variation22.phpt
    │   │   │   │   ├── sprintf_variation23.phpt
    │   │   │   │   ├── sprintf_variation24.phpt
    │   │   │   │   ├── sprintf_variation25.phpt
    │   │   │   │   ├── sprintf_variation26.phpt
    │   │   │   │   ├── sprintf_variation27.phpt
    │   │   │   │   ├── sprintf_variation28.phpt
    │   │   │   │   ├── sprintf_variation29.phpt
    │   │   │   │   ├── sprintf_variation2.phpt
    │   │   │   │   ├── sprintf_variation30.phpt
    │   │   │   │   ├── sprintf_variation31.phpt
    │   │   │   │   ├── sprintf_variation32.phpt
    │   │   │   │   ├── sprintf_variation33.phpt
    │   │   │   │   ├── sprintf_variation34.phpt
    │   │   │   │   ├── sprintf_variation35.phpt
    │   │   │   │   ├── sprintf_variation36.phpt
    │   │   │   │   ├── sprintf_variation37.phpt
    │   │   │   │   ├── sprintf_variation38.phpt
    │   │   │   │   ├── sprintf_variation39.phpt
    │   │   │   │   ├── sprintf_variation3.phpt
    │   │   │   │   ├── sprintf_variation40.phpt
    │   │   │   │   ├── sprintf_variation41.phpt
    │   │   │   │   ├── sprintf_variation42.phpt
    │   │   │   │   ├── sprintf_variation43.phpt
    │   │   │   │   ├── sprintf_variation44.phpt
    │   │   │   │   ├── sprintf_variation45.phpt
    │   │   │   │   ├── sprintf_variation46.phpt
    │   │   │   │   ├── sprintf_variation47.phpt
    │   │   │   │   ├── sprintf_variation48.phpt
    │   │   │   │   ├── sprintf_variation49.phpt
    │   │   │   │   ├── sprintf_variation4.phpt
    │   │   │   │   ├── sprintf_variation50.phpt
    │   │   │   │   ├── sprintf_variation51.phpt
    │   │   │   │   ├── sprintf_variation52.phpt
    │   │   │   │   ├── sprintf_variation53.phpt
    │   │   │   │   ├── sprintf_variation5.phpt
    │   │   │   │   ├── sprintf_variation6.phpt
    │   │   │   │   ├── sprintf_variation7.phpt
    │   │   │   │   ├── sprintf_variation8.phpt
    │   │   │   │   ├── sprintf_variation9.phpt
    │   │   │   │   ├── strcasecmp.phpt
    │   │   │   │   ├── strcmp.phpt
    │   │   │   │   ├── strcspn_basic.phpt
    │   │   │   │   ├── strcspn_error.phpt
    │   │   │   │   ├── strcspn.phpt
    │   │   │   │   ├── strcspn_variation10.phpt
    │   │   │   │   ├── strcspn_variation11.phpt
    │   │   │   │   ├── strcspn_variation12.phpt
    │   │   │   │   ├── strcspn_variation1.phpt
    │   │   │   │   ├── strcspn_variation2.phpt
    │   │   │   │   ├── strcspn_variation3.phpt
    │   │   │   │   ├── strcspn_variation4.phpt
    │   │   │   │   ├── strcspn_variation5.phpt
    │   │   │   │   ├── strcspn_variation6.phpt
    │   │   │   │   ├── strcspn_variation7.phpt
    │   │   │   │   ├── strcspn_variation8.phpt
    │   │   │   │   ├── strcspn_variation9.phpt
    │   │   │   │   ├── strings001.phpt
    │   │   │   │   ├── stripos_basic1.phpt
    │   │   │   │   ├── stripos_basic2.phpt
    │   │   │   │   ├── stripos_error.phpt
    │   │   │   │   ├── stripos.phpt
    │   │   │   │   ├── stripos_variation10.phpt
    │   │   │   │   ├── stripos_variation11.phpt
    │   │   │   │   ├── stripos_variation12.phpt
    │   │   │   │   ├── stripos_variation13.phpt
    │   │   │   │   ├── stripos_variation14.phpt
    │   │   │   │   ├── stripos_variation15.phpt
    │   │   │   │   ├── stripos_variation1.phpt
    │   │   │   │   ├── stripos_variation2.phpt
    │   │   │   │   ├── stripos_variation3.phpt
    │   │   │   │   ├── stripos_variation4.phpt
    │   │   │   │   ├── stripos_variation5.phpt
    │   │   │   │   ├── stripos_variation6.phpt
    │   │   │   │   ├── stripos_variation7.phpt
    │   │   │   │   ├── stripos_variation8.phpt
    │   │   │   │   ├── stripos_variation9.phpt
    │   │   │   │   ├── stripslashes_basic.phpt
    │   │   │   │   ├── stripslashes_error.phpt
    │   │   │   │   ├── stripslashes_variation1.phpt
    │   │   │   │   ├── stripslashes_variation2.phpt
    │   │   │   │   ├── stripslashes_variation3.phpt
    │   │   │   │   ├── stripslashes_variation4.phpt
    │   │   │   │   ├── stripslashes_variation5.phpt
    │   │   │   │   ├── strip_tags_basic1.phpt
    │   │   │   │   ├── strip_tags_basic2.phpt
    │   │   │   │   ├── strip_tags_error.phpt
    │   │   │   │   ├── strip_tags.phpt
    │   │   │   │   ├── strip_tags_variation10.phpt
    │   │   │   │   ├── strip_tags_variation11.phpt
    │   │   │   │   ├── strip_tags_variation1.phpt
    │   │   │   │   ├── strip_tags_variation2.phpt
    │   │   │   │   ├── strip_tags_variation3.phpt
    │   │   │   │   ├── strip_tags_variation4.phpt
    │   │   │   │   ├── strip_tags_variation5.phpt
    │   │   │   │   ├── strip_tags_variation6.phpt
    │   │   │   │   ├── strip_tags_variation7.phpt
    │   │   │   │   ├── strip_tags_variation8.phpt
    │   │   │   │   ├── strip_tags_variation9.phpt
    │   │   │   │   ├── str_ireplace.phpt
    │   │   │   │   ├── stristr.phpt
    │   │   │   │   ├── strlen.phpt
    │   │   │   │   ├── strncasecmp_basic.phpt
    │   │   │   │   ├── strncasecmp_error.phpt
    │   │   │   │   ├── strncasecmp_variation10.phpt
    │   │   │   │   ├── strncasecmp_variation11.phpt
    │   │   │   │   ├── strncasecmp_variation1.phpt
    │   │   │   │   ├── strncasecmp_variation2.phpt
    │   │   │   │   ├── strncasecmp_variation3.phpt
    │   │   │   │   ├── strncasecmp_variation4.phpt
    │   │   │   │   ├── strncasecmp_variation5.phpt
    │   │   │   │   ├── strncasecmp_variation6.phpt
    │   │   │   │   ├── strncasecmp_variation7.phpt
    │   │   │   │   ├── strncasecmp_variation8.phpt
    │   │   │   │   ├── strncasecmp_variation9.phpt
    │   │   │   │   ├── strncmp_basic.phpt
    │   │   │   │   ├── strncmp_error.phpt
    │   │   │   │   ├── strncmp_variation1.phpt
    │   │   │   │   ├── strncmp_variation2.phpt
    │   │   │   │   ├── strncmp_variation3.phpt
    │   │   │   │   ├── strncmp_variation4.phpt
    │   │   │   │   ├── strncmp_variation5.phpt
    │   │   │   │   ├── strncmp_variation6.phpt
    │   │   │   │   ├── strncmp_variation7.phpt
    │   │   │   │   ├── strncmp_variation8.phpt
    │   │   │   │   ├── strncmp_variation9.phpt
    │   │   │   │   ├── str_pad.phpt
    │   │   │   │   ├── strpos_number.phpt
    │   │   │   │   ├── strpos.phpt
    │   │   │   │   ├── strrchr_basic.phpt
    │   │   │   │   ├── strrchr_error.phpt
    │   │   │   │   ├── strrchr.phpt
    │   │   │   │   ├── strrchr_variation10.phpt
    │   │   │   │   ├── strrchr_variation11.phpt
    │   │   │   │   ├── strrchr_variation12.phpt
    │   │   │   │   ├── strrchr_variation1.phpt
    │   │   │   │   ├── strrchr_variation2.phpt
    │   │   │   │   ├── strrchr_variation3.phpt
    │   │   │   │   ├── strrchr_variation4.phpt
    │   │   │   │   ├── strrchr_variation5.phpt
    │   │   │   │   ├── strrchr_variation6.phpt
    │   │   │   │   ├── strrchr_variation7.phpt
    │   │   │   │   ├── strrchr_variation8.phpt
    │   │   │   │   ├── strrchr_variation9.phpt
    │   │   │   │   ├── str_repeat.phpt
    │   │   │   │   ├── str_replace.phpt
    │   │   │   │   ├── strrev_basic.phpt
    │   │   │   │   ├── strrev_error.phpt
    │   │   │   │   ├── strrev.phpt
    │   │   │   │   ├── strrev_variation1.phpt
    │   │   │   │   ├── strrev_variation2.phpt
    │   │   │   │   ├── strrev_variation3.phpt
    │   │   │   │   ├── strrev_variation4.phpt
    │   │   │   │   ├── strripos_offset.phpt
    │   │   │   │   ├── strripos.phpt
    │   │   │   │   ├── strrpos_basic1.phpt
    │   │   │   │   ├── strrpos_basic2.phpt
    │   │   │   │   ├── strrpos_error.phpt
    │   │   │   │   ├── strrpos.phpt
    │   │   │   │   ├── strrpos_variation10.phpt
    │   │   │   │   ├── strrpos_variation11.phpt
    │   │   │   │   ├── strrpos_variation12.phpt
    │   │   │   │   ├── strrpos_variation13.phpt
    │   │   │   │   ├── strrpos_variation14.phpt
    │   │   │   │   ├── strrpos_variation15.phpt
    │   │   │   │   ├── strrpos_variation1.phpt
    │   │   │   │   ├── strrpos_variation2.phpt
    │   │   │   │   ├── strrpos_variation3.phpt
    │   │   │   │   ├── strrpos_variation4.phpt
    │   │   │   │   ├── strrpos_variation5.phpt
    │   │   │   │   ├── strrpos_variation6.phpt
    │   │   │   │   ├── strrpos_variation7.phpt
    │   │   │   │   ├── strrpos_variation8.phpt
    │   │   │   │   ├── strrpos_variation9.phpt
    │   │   │   │   ├── str_shuffle.phpt
    │   │   │   │   ├── str_split_basic.phpt
    │   │   │   │   ├── str_split_error.phpt
    │   │   │   │   ├── str_split_variation1.phpt
    │   │   │   │   ├── str_split_variation2_64bit.phpt
    │   │   │   │   ├── str_split_variation2.phpt
    │   │   │   │   ├── str_split_variation3.phpt
    │   │   │   │   ├── str_split_variation4.phpt
    │   │   │   │   ├── str_split_variation5.phpt
    │   │   │   │   ├── str_split_variation6_64bit.phpt
    │   │   │   │   ├── str_split_variation6.phpt
    │   │   │   │   ├── str_split_variation7_64bit.phpt
    │   │   │   │   ├── str_split_variation7.phpt
    │   │   │   │   ├── strspn_basic.phpt
    │   │   │   │   ├── strspn_error.phpt
    │   │   │   │   ├── strspn.phpt
    │   │   │   │   ├── strspn_variation10.phpt
    │   │   │   │   ├── strspn_variation11.phpt
    │   │   │   │   ├── strspn_variation12.phpt
    │   │   │   │   ├── strspn_variation1.phpt
    │   │   │   │   ├── strspn_variation2.phpt
    │   │   │   │   ├── strspn_variation3.phpt
    │   │   │   │   ├── strspn_variation4.phpt
    │   │   │   │   ├── strspn_variation5.phpt
    │   │   │   │   ├── strspn_variation6.phpt
    │   │   │   │   ├── strspn_variation7.phpt
    │   │   │   │   ├── strspn_variation8.phpt
    │   │   │   │   ├── strspn_variation9.phpt
    │   │   │   │   ├── strstr.phpt
    │   │   │   │   ├── strtok_basic.phpt
    │   │   │   │   ├── strtok_error.phpt
    │   │   │   │   ├── strtok_variation1.phpt
    │   │   │   │   ├── strtok_variation2.phpt
    │   │   │   │   ├── strtok_variation3.phpt
    │   │   │   │   ├── strtok_variation4.phpt
    │   │   │   │   ├── strtok_variation5.phpt
    │   │   │   │   ├── strtok_variation6.phpt
    │   │   │   │   ├── strtok_variation7.phpt
    │   │   │   │   ├── strtolower.phpt
    │   │   │   │   ├── strtolower-win32.phpt
    │   │   │   │   ├── strtoupper1.phpt
    │   │   │   │   ├── strtoupper1-win32.phpt
    │   │   │   │   ├── strtoupper.phpt
    │   │   │   │   ├── strtr_basic.phpt
    │   │   │   │   ├── strtr_error.phpt
    │   │   │   │   ├── strtr.phpt
    │   │   │   │   ├── strtr_variation1.phpt
    │   │   │   │   ├── strtr_variation2.phpt
    │   │   │   │   ├── strtr_variation3.phpt
    │   │   │   │   ├── strtr_variation4.phpt
    │   │   │   │   ├── strtr_variation5.phpt
    │   │   │   │   ├── strtr_variation6.phpt
    │   │   │   │   ├── strtr_variation7.phpt
    │   │   │   │   ├── strtr_variation8.phpt
    │   │   │   │   ├── strtr_variation9.phpt
    │   │   │   │   ├── strval.phpt
    │   │   │   │   ├── str_word_count1.phpt
    │   │   │   │   ├── str_word_count.phpt
    │   │   │   │   ├── substr_compare.phpt
    │   │   │   │   ├── substr_count_basic.phpt
    │   │   │   │   ├── substr_count_error.phpt
    │   │   │   │   ├── substr_count_variation_001.phpt
    │   │   │   │   ├── substr_count_variation_002.phpt
    │   │   │   │   ├── substr.phpt
    │   │   │   │   ├── substr_replace.phpt
    │   │   │   │   ├── trim1.phpt
    │   │   │   │   ├── trim.phpt
    │   │   │   │   ├── ucfirst.phpt
    │   │   │   │   ├── ucwords_basic.phpt
    │   │   │   │   ├── ucwords_error.phpt
    │   │   │   │   ├── ucwords_variation1.phpt
    │   │   │   │   ├── ucwords_variation2.phpt
    │   │   │   │   ├── ucwords_variation3.phpt
    │   │   │   │   ├── ucwords_variation4.phpt
    │   │   │   │   ├── unpack.phpt
    │   │   │   │   ├── url_t.phpt
    │   │   │   │   ├── uuencode.phpt
    │   │   │   │   ├── vsprintf_basic1.phpt
    │   │   │   │   ├── vsprintf_basic2.phpt
    │   │   │   │   ├── vsprintf_basic3.phpt
    │   │   │   │   ├── vsprintf_basic4.phpt
    │   │   │   │   ├── vsprintf_basic5.phpt
    │   │   │   │   ├── vsprintf_basic6.phpt
    │   │   │   │   ├── vsprintf_basic7_64bit.phpt
    │   │   │   │   ├── vsprintf_basic7.phpt
    │   │   │   │   ├── vsprintf_basic8.phpt
    │   │   │   │   ├── vsprintf_basic9.phpt
    │   │   │   │   ├── vsprintf_error.phpt
    │   │   │   │   ├── vsprintf_variation10.phpt
    │   │   │   │   ├── vsprintf_variation11_64bit.phpt
    │   │   │   │   ├── vsprintf_variation11.phpt
    │   │   │   │   ├── vsprintf_variation12_64bit.phpt
    │   │   │   │   ├── vsprintf_variation12.phpt
    │   │   │   │   ├── vsprintf_variation13_64bit.phpt
    │   │   │   │   ├── vsprintf_variation13.phpt
    │   │   │   │   ├── vsprintf_variation14_64bit.phpt
    │   │   │   │   ├── vsprintf_variation14.phpt
    │   │   │   │   ├── vsprintf_variation15_64bit.phpt
    │   │   │   │   ├── vsprintf_variation15.phpt
    │   │   │   │   ├── vsprintf_variation16_64bit.phpt
    │   │   │   │   ├── vsprintf_variation16.phpt
    │   │   │   │   ├── vsprintf_variation17.phpt
    │   │   │   │   ├── vsprintf_variation18.phpt
    │   │   │   │   ├── vsprintf_variation19_64bit.phpt
    │   │   │   │   ├── vsprintf_variation19.phpt
    │   │   │   │   ├── vsprintf_variation1.phpt
    │   │   │   │   ├── vsprintf_variation2.phpt
    │   │   │   │   ├── vsprintf_variation3.phpt
    │   │   │   │   ├── vsprintf_variation4_64bit.phpt
    │   │   │   │   ├── vsprintf_variation4.phpt
    │   │   │   │   ├── vsprintf_variation5.phpt
    │   │   │   │   ├── vsprintf_variation6.phpt
    │   │   │   │   ├── vsprintf_variation7.phpt
    │   │   │   │   ├── vsprintf_variation8.phpt
    │   │   │   │   ├── vsprintf_variation9.phpt
    │   │   │   │   ├── wordwrap_basic.phpt
    │   │   │   │   ├── wordwrap_error.phpt
    │   │   │   │   ├── wordwrap.phpt
    │   │   │   │   ├── wordwrap_variation1.phpt
    │   │   │   │   ├── wordwrap_variation2.phpt
    │   │   │   │   ├── wordwrap_variation3.phpt
    │   │   │   │   ├── wordwrap_variation4.phpt
    │   │   │   │   └── wordwrap_variation5.phpt
    │   │   │   ├── time
    │   │   │   │   ├── 001.phpt
    │   │   │   │   ├── bug38524.phpt
    │   │   │   │   └── idate.phpt
    │   │   │   ├── url
    │   │   │   │   ├── base64_decode_basic_001.phpt
    │   │   │   │   ├── base64_decode_basic_002.phpt
    │   │   │   │   ├── base64_decode_error_001.phpt
    │   │   │   │   ├── base64_decode_variation_001.phpt
    │   │   │   │   ├── base64_decode_variation_002.phpt
    │   │   │   │   ├── base64_encode_basic_001.phpt
    │   │   │   │   ├── base64_encode_error_001.phpt
    │   │   │   │   ├── base64_encode_variation_001.phpt
    │   │   │   │   ├── parse_url_basic_001.phpt
    │   │   │   │   ├── parse_url_basic_002.phpt
    │   │   │   │   ├── parse_url_basic_003.phpt
    │   │   │   │   ├── parse_url_basic_004.phpt
    │   │   │   │   ├── parse_url_basic_005.phpt
    │   │   │   │   ├── parse_url_basic_006.phpt
    │   │   │   │   ├── parse_url_basic_007.phpt
    │   │   │   │   ├── parse_url_basic_008.phpt
    │   │   │   │   ├── parse_url_basic_009.phpt
    │   │   │   │   ├── parse_url_basic_010.phpt
    │   │   │   │   ├── parse_url_error_001.phpt
    │   │   │   │   ├── parse_url_error_002.phpt
    │   │   │   │   ├── parse_url_variation_001.phpt
    │   │   │   │   ├── parse_url_variation_002_32bit.phpt
    │   │   │   │   ├── parse_url_variation_002_64bit.phpt
    │   │   │   │   ├── rawurldecode_error_001.phpt
    │   │   │   │   ├── rawurldecode_variation_001.phpt
    │   │   │   │   ├── rawurlencode_error_001.phpt
    │   │   │   │   ├── rawurlencode_variation_001.phpt
    │   │   │   │   ├── urldecode_error_001.phpt
    │   │   │   │   ├── urldecode_variation_001.phpt
    │   │   │   │   ├── urlencode_error_001.phpt
    │   │   │   │   ├── urlencode_variation_001.phpt
    │   │   │   │   └── urls.inc
    │   │   │   └── versioning
    │   │   │       └── version_compare.phpt
    │   │   ├── type.c
    │   │   ├── uniqid.c
    │   │   ├── uniqid.h
    │   │   ├── url.c
    │   │   ├── url.h
    │   │   ├── url_scanner.c
    │   │   ├── url_scanner_ex.c
    │   │   ├── url_scanner_ex.c.orig
    │   │   ├── url_scanner_ex.h
    │   │   ├── url_scanner_ex.re
    │   │   ├── url_scanner.h
    │   │   ├── user_filters.c
    │   │   ├── uuencode.c
    │   │   ├── var.c
    │   │   ├── var_unserializer.c
    │   │   ├── var_unserializer.c.orig
    │   │   ├── var_unserializer.re
    │   │   └── versioning.c
    │   ├── sybase
    │   │   ├── config.m4
    │   │   ├── CREDITS
    │   │   ├── php_sybase_db.c
    │   │   └── php_sybase_db.h
    │   ├── sybase_ct
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── php_sybase_ct.c
    │   │   ├── php_sybase_ct.h
    │   │   ├── sybase_ct.dsp
    │   │   └── tests
    │   │       ├── bug22403.phpt
    │   │       ├── bug26407.phpt
    │   │       ├── bug27843.phpt
    │   │       ├── bug28354.phpt
    │   │       ├── bug29064.phpt
    │   │       ├── bug30312.phpt
    │   │       ├── bug6339.phpt
    │   │       ├── index.php
    │   │       ├── skipif.inc
    │   │       ├── test_appname.phpt
    │   │       ├── test_connectionbased_msghandler.phpt
    │   │       ├── test_connect.phpt
    │   │       ├── test_fetch_object.phpt
    │   │       ├── test_fields.phpt
    │   │       ├── test.inc
    │   │       ├── test_long.phpt
    │   │       ├── test_msghandler_handled.phpt
    │   │       ├── test_msghandler.phpt
    │   │       ├── test_query_nostore.phpt
    │   │       ├── test_types.phpt
    │   │       ├── test_unbuffered_no_full_fetch.phpt
    │   │       └── test_unbuffered_query.phpt
    │   ├── sysvmsg
    │   │   ├── config.m4
    │   │   ├── CREDITS
    │   │   ├── package.xml
    │   │   ├── php_sysvmsg.h
    │   │   ├── sysvmsg.c
    │   │   └── tests
    │   │       ├── 001.phpt
    │   │       └── 002.phpt
    │   ├── sysvsem
    │   │   ├── config.m4
    │   │   ├── CREDITS
    │   │   ├── package.xml
    │   │   ├── php_sysvsem.h
    │   │   ├── sysvsem.c
    │   │   └── tests
    │   │       └── sysv.phpt
    │   ├── sysvshm
    │   │   ├── config.m4
    │   │   ├── CREDITS
    │   │   ├── package.xml
    │   │   ├── php_sysvshm.h
    │   │   ├── sysvshm.c
    │   │   └── tests
    │   │       ├── 001.phpt
    │   │       ├── 002.phpt
    │   │       ├── 003.phpt
    │   │       ├── 004.phpt
    │   │       ├── 005.phpt
    │   │       ├── 006.phpt
    │   │       └── 007.phpt
    │   ├── tidy
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── examples
    │   │   │   ├── cleanhtml5.php
    │   │   │   ├── cleanhtml.php
    │   │   │   ├── dumpit5.php
    │   │   │   └── urlgrab5.php
    │   │   ├── package.xml
    │   │   ├── php_tidy.def
    │   │   ├── php_tidy.h
    │   │   ├── README
    │   │   ├── tests
    │   │   │   ├── 001.phpt
    │   │   │   ├── 002.phpt
    │   │   │   ├── 003.phpt
    │   │   │   ├── 004.phpt
    │   │   │   ├── 005.html
    │   │   │   ├── 005.phpt
    │   │   │   ├── 006.phpt
    │   │   │   ├── 007.html
    │   │   │   ├── 007.phpt
    │   │   │   ├── 008.phpt
    │   │   │   ├── 009.phpt
    │   │   │   ├── 010.phpt
    │   │   │   ├── 011.phpt
    │   │   │   ├── 012.phpt
    │   │   │   ├── 013.html
    │   │   │   ├── 013.phpt
    │   │   │   ├── 014.phpt
    │   │   │   ├── 015.html
    │   │   │   ├── 015.phpt
    │   │   │   ├── 016.html
    │   │   │   ├── 016.phpt
    │   │   │   ├── 016.tcfg
    │   │   │   ├── 017.phpt
    │   │   │   ├── 018.phpt
    │   │   │   ├── 019.phpt
    │   │   │   ├── 020.phpt
    │   │   │   ├── 021.phpt
    │   │   │   ├── 022.phpt
    │   │   │   ├── 023.phpt
    │   │   │   ├── 024.phpt
    │   │   │   ├── 025.phpt
    │   │   │   ├── 026.phpt
    │   │   │   ├── 027.phpt
    │   │   │   ├── 028.phpt
    │   │   │   └── 029.phpt
    │   │   ├── tidy.c
    │   │   └── tidy.dsp
    │   ├── tokenizer
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── Makefile.frag
    │   │   ├── package.xml
    │   │   ├── php_tokenizer.h
    │   │   ├── tests
    │   │   │   ├── 001.phpt
    │   │   │   ├── 002.phpt
    │   │   │   ├── 003.phpt
    │   │   │   ├── bug26463.phpt
    │   │   │   ├── token_get_all_basic.phpt
    │   │   │   ├── token_get_all_error.phpt
    │   │   │   ├── token_get_all_variation10.phpt
    │   │   │   ├── token_get_all_variation11.phpt
    │   │   │   ├── token_get_all_variation12.phpt
    │   │   │   ├── token_get_all_variation13.phpt
    │   │   │   ├── token_get_all_variation14.phpt
    │   │   │   ├── token_get_all_variation15.phpt
    │   │   │   ├── token_get_all_variation16.phpt
    │   │   │   ├── token_get_all_variation17.phpt
    │   │   │   ├── token_get_all_variation18.phpt
    │   │   │   ├── token_get_all_variation19.phpt
    │   │   │   ├── token_get_all_variation1.phpt
    │   │   │   ├── token_get_all_variation2.phpt
    │   │   │   ├── token_get_all_variation3.phpt
    │   │   │   ├── token_get_all_variation4.phpt
    │   │   │   ├── token_get_all_variation5.phpt
    │   │   │   ├── token_get_all_variation6.phpt
    │   │   │   ├── token_get_all_variation7.phpt
    │   │   │   ├── token_get_all_variation8.phpt
    │   │   │   └── token_get_all_variation9.phpt
    │   │   ├── tokenizer.c
    │   │   ├── tokenizer_data.c
    │   │   ├── tokenizer_data_gen.sh
    │   │   ├── tokenizer.dsp
    │   │   └── tokenizer.php
    │   ├── wddx
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── package.xml
    │   │   ├── php_wddx_api.h
    │   │   ├── php_wddx.h
    │   │   ├── tests
    │   │   │   ├── 001-64bit.phpt
    │   │   │   ├── 001.phpt
    │   │   │   ├── 002.phpt
    │   │   │   ├── 003.phpt
    │   │   │   ├── 004.phpt
    │   │   │   ├── 005.phpt
    │   │   │   ├── bug27287.phpt
    │   │   │   ├── bug34306.phpt
    │   │   │   ├── bug35410_64bit.phpt
    │   │   │   ├── bug35410.phpt
    │   │   │   ├── bug37569.phpt
    │   │   │   ├── bug37587.phpt
    │   │   │   ├── bug41283.phpt
    │   │   │   ├── bug41527.phpt
    │   │   │   ├── bug45901.phpt
    │   │   │   └── wddx.xml
    │   │   └── wddx.c
    │   ├── xml
    │   │   ├── compat.c
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── expat_compat.h
    │   │   ├── package.xml
    │   │   ├── php_xml.h
    │   │   ├── tests
    │   │   │   ├── bug25666.phpt
    │   │   │   ├── bug26528.phpt
    │   │   │   ├── bug26614_libxml.phpt
    │   │   │   ├── bug26614.phpt
    │   │   │   ├── bug27908.phpt
    │   │   │   ├── bug30266.phpt
    │   │   │   ├── bug32001b.phpt
    │   │   │   ├── bug32001.phpt
    │   │   │   ├── bug35447.phpt
    │   │   │   ├── bug43957.phpt
    │   │   │   ├── inc.ent
    │   │   │   ├── skipif.inc
    │   │   │   ├── xml001.phpt
    │   │   │   ├── xml002.phpt
    │   │   │   ├── xml003.phpt
    │   │   │   ├── xml004.phpt
    │   │   │   ├── xml006.phpt
    │   │   │   ├── xml007.phpt
    │   │   │   ├── xml009.phpt
    │   │   │   ├── xml010.phpt
    │   │   │   ├── xml011.phpt
    │   │   │   └── xmltest.xml
    │   │   ├── xml.c
    │   │   └── xml.mak
    │   ├── xmlreader
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── examples
    │   │   │   ├── dtdexample.dtd
    │   │   │   ├── dtdexample.xml
    │   │   │   ├── relaxNG2.rng
    │   │   │   ├── relaxNG3.rng
    │   │   │   ├── relaxNG.rng
    │   │   │   ├── relaxNG.xml
    │   │   │   ├── xmlreader_file.php
    │   │   │   ├── xmlreader_relaxNG.php
    │   │   │   ├── xmlreader_string.php
    │   │   │   ├── xmlreader_validatedtd.php
    │   │   │   └── xmlreader.xml
    │   │   ├── package.xml
    │   │   ├── php_xmlreader.c
    │   │   ├── php_xmlreader.h
    │   │   ├── README
    │   │   ├── tests
    │   │   │   ├── 001.phpt
    │   │   │   ├── 002.phpt
    │   │   │   ├── 003.phpt
    │   │   │   ├── 004.phpt
    │   │   │   ├── 005.phpt
    │   │   │   ├── 006.phpt
    │   │   │   ├── 007.phpt
    │   │   │   ├── 008.phpt
    │   │   │   ├── 009.phpt
    │   │   │   ├── 010.phpt
    │   │   │   ├── 011.phpt
    │   │   │   ├── 012.dtd
    │   │   │   ├── 012.phpt
    │   │   │   ├── 012.xml
    │   │   │   ├── 013.phpt
    │   │   │   ├── 013.xsd
    │   │   │   ├── bug36743.phpt
    │   │   │   ├── bug42139.phpt
    │   │   │   ├── dtdexample.dtd
    │   │   │   ├── relaxNG2.rng
    │   │   │   ├── relaxNG3.rng
    │   │   │   └── relaxNG.rng
    │   │   ├── TODO
    │   │   └── xmlreader.dsp
    │   ├── xmlrpc
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── EXPERIMENTAL
    │   │   ├── libxmlrpc
    │   │   │   ├── acinclude.m4
    │   │   │   ├── base64.c
    │   │   │   ├── base64.h
    │   │   │   ├── encodings.c
    │   │   │   ├── encodings.h
    │   │   │   ├── queue.c
    │   │   │   ├── queue.h
    │   │   │   ├── README
    │   │   │   ├── simplestring.c
    │   │   │   ├── simplestring.h
    │   │   │   ├── system_methods.c
    │   │   │   ├── system_methods_private.h
    │   │   │   ├── xml_element.c
    │   │   │   ├── xml_element.h
    │   │   │   ├── xmlrpc.c
    │   │   │   ├── xmlrpc.h
    │   │   │   ├── xmlrpc_introspection.c
    │   │   │   ├── xmlrpc_introspection.h
    │   │   │   ├── xmlrpc_introspection_private.h
    │   │   │   ├── xmlrpc.m4
    │   │   │   ├── xmlrpc_private.h
    │   │   │   ├── xmlrpc_win32.h
    │   │   │   ├── xml_to_dandarpc.c
    │   │   │   ├── xml_to_dandarpc.h
    │   │   │   ├── xml_to_soap.c
    │   │   │   ├── xml_to_soap.h
    │   │   │   ├── xml_to_xmlrpc.c
    │   │   │   └── xml_to_xmlrpc.h
    │   │   ├── php_xmlrpc.h
    │   │   ├── tests
    │   │   │   ├── 001.phpt
    │   │   │   ├── 002.phpt
    │   │   │   ├── bug18916.phpt
    │   │   │   ├── bug37057.phpt
    │   │   │   ├── bug38431.phpt
    │   │   │   ├── bug40576_64bit.phpt
    │   │   │   ├── bug40576.phpt
    │   │   │   ├── bug42189.phpt
    │   │   │   ├── bug42736.phpt
    │   │   │   ├── bug45226.phpt
    │   │   │   ├── bug45555.phpt
    │   │   │   └── bug45556.phpt
    │   │   ├── xmlrpc.dsp
    │   │   └── xmlrpc-epi-php.c
    │   ├── xmlwriter
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── examples
    │   │   │   ├── xmlwriter_file.php
    │   │   │   ├── xmlwriter_mem_ns.php
    │   │   │   ├── xmlwriter_mem.php
    │   │   │   └── xmlwriter_oo.php
    │   │   ├── package2.xml
    │   │   ├── package.xml
    │   │   ├── php_xmlwriter.c
    │   │   ├── php_xmlwriter.h
    │   │   ├── tests
    │   │   │   ├── 001.phpt
    │   │   │   ├── 002.phpt
    │   │   │   ├── 003.phpt
    │   │   │   ├── 004.phpt
    │   │   │   ├── 005.phpt
    │   │   │   ├── 006.phpt
    │   │   │   ├── 007.phpt
    │   │   │   ├── 008.phpt
    │   │   │   ├── 009.phpt
    │   │   │   ├── 010.phpt
    │   │   │   ├── bug39504.phpt
    │   │   │   ├── bug41287.phpt
    │   │   │   ├── bug41326.phpt
    │   │   │   ├── OO_001.phpt
    │   │   │   ├── OO_002.phpt
    │   │   │   ├── OO_003.phpt
    │   │   │   ├── OO_004.phpt
    │   │   │   ├── OO_005.phpt
    │   │   │   ├── OO_006.phpt
    │   │   │   ├── OO_007.phpt
    │   │   │   ├── OO_008.phpt
    │   │   │   └── OO_009.phpt
    │   │   ├── TODO
    │   │   └── xmlwriter.dsp
    │   ├── xsl
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── php_xsl.c
    │   │   ├── php_xsl.h
    │   │   ├── tests
    │   │   │   ├── area_list.xsl
    │   │   │   ├── area_name.xml
    │   │   │   ├── bug26384.phpt
    │   │   │   ├── bug33853.phpt
    │   │   │   ├── documentxpath.xsl
    │   │   │   ├── exslt.xml
    │   │   │   ├── exslt.xsl
    │   │   │   ├── prepare.inc
    │   │   │   ├── skipif.inc
    │   │   │   ├── streamsinclude.xsl
    │   │   │   ├── xslt001.phpt
    │   │   │   ├── xslt002.phpt
    │   │   │   ├── xslt003.phpt
    │   │   │   ├── xslt004.phpt
    │   │   │   ├── xslt005.phpt
    │   │   │   ├── xslt006.phpt
    │   │   │   ├── xslt007.phpt
    │   │   │   ├── xslt008.phpt
    │   │   │   ├── xslt009.phpt
    │   │   │   ├── xslt010.phpt
    │   │   │   ├── xslt011.phpt
    │   │   │   ├── xslt011.xml
    │   │   │   ├── xslt011.xsl
    │   │   │   ├── xslt012.phpt
    │   │   │   ├── xslt012.xsl
    │   │   │   ├── xslt.xml
    │   │   │   ├── xslt.xsl
    │   │   │   └── xslt.xsl.gz
    │   │   ├── xsl.dsp
    │   │   ├── xsl_fe.h
    │   │   └── xsltprocessor.c
    │   ├── zip
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── examples
    │   │   │   ├── comment.php
    │   │   │   ├── create.php
    │   │   │   ├── dir.php
    │   │   │   ├── extractAll.php
    │   │   │   ├── extract.php
    │   │   │   ├── fopen.php
    │   │   │   ├── get_set_comments.php
    │   │   │   ├── im.php
    │   │   │   ├── odt.php
    │   │   │   ├── oldapi.php
    │   │   │   ├── test1.zip
    │   │   │   ├── test_im.zip
    │   │   │   ├── test.odt
    │   │   │   ├── test_with_comment.zip
    │   │   │   ├── test.zip
    │   │   │   └── too.php
    │   │   ├── lib
    │   │   │   ├── zip_add.c
    │   │   │   ├── zip_add_dir.c
    │   │   │   ├── zip_close.c
    │   │   │   ├── zip_delete.c
    │   │   │   ├── zip_dirent.c
    │   │   │   ├── zip_entry_free.c
    │   │   │   ├── zip_entry_new.c
    │   │   │   ├── zip_error.c
    │   │   │   ├── zip_error_clear.c
    │   │   │   ├── zip_error_get.c
    │   │   │   ├── zip_error_get_sys_type.c
    │   │   │   ├── zip_error_strerror.c
    │   │   │   ├── zip_error_to_str.c
    │   │   │   ├── zip_err_str.c
    │   │   │   ├── zip_fclose.c
    │   │   │   ├── zip_file_error_clear.c
    │   │   │   ├── zip_file_error_get.c
    │   │   │   ├── zip_file_get_offset.c
    │   │   │   ├── zip_filerange_crc.c
    │   │   │   ├── zip_file_strerror.c
    │   │   │   ├── zip_fopen.c
    │   │   │   ├── zip_fopen_index.c
    │   │   │   ├── zip_fread.c
    │   │   │   ├── zip_free.c
    │   │   │   ├── zip_get_archive_comment.c
    │   │   │   ├── zip_get_archive_flag.c
    │   │   │   ├── zip_get_file_comment.c
    │   │   │   ├── zip_get_name.c
    │   │   │   ├── zip_get_num_files.c
    │   │   │   ├── zip.h
    │   │   │   ├── zipint.h
    │   │   │   ├── zip_memdup.c
    │   │   │   ├── zip_name_locate.c
    │   │   │   ├── zip_new.c
    │   │   │   ├── zip_open.c
    │   │   │   ├── zip_rename.c
    │   │   │   ├── zip_replace.c
    │   │   │   ├── zip_set_archive_comment.c
    │   │   │   ├── zip_set_archive_flag.c
    │   │   │   ├── zip_set_file_comment.c
    │   │   │   ├── zip_set_name.c
    │   │   │   ├── zip_source_buffer.c
    │   │   │   ├── zip_source_file.c
    │   │   │   ├── zip_source_filep.c
    │   │   │   ├── zip_source_free.c
    │   │   │   ├── zip_source_function.c
    │   │   │   ├── zip_source_zip.c
    │   │   │   ├── zip_stat.c
    │   │   │   ├── zip_stat_index.c
    │   │   │   ├── zip_stat_init.c
    │   │   │   ├── zip_strerror.c
    │   │   │   ├── zip_unchange_all.c
    │   │   │   ├── zip_unchange_archive.c
    │   │   │   ├── zip_unchange.c
    │   │   │   ├── zip_unchange_data.c
    │   │   │   └── zip_win32.h
    │   │   ├── Makefile.frag
    │   │   ├── php_zip.c
    │   │   ├── php_zip.h
    │   │   ├── tests
    │   │   │   ├── 001.phpt
    │   │   │   ├── binarynull.zip
    │   │   │   ├── bug11216.phpt
    │   │   │   ├── bug14962.phpt
    │   │   │   ├── bug38943_2.phpt
    │   │   │   ├── bug38943.inc
    │   │   │   ├── bug38943.phpt
    │   │   │   ├── bug38944.phpt
    │   │   │   ├── bug40228.phpt
    │   │   │   ├── bug40228.zip
    │   │   │   ├── bug7214.phpt
    │   │   │   ├── bug7658.odt
    │   │   │   ├── bug7658.phpt
    │   │   │   ├── bug7658.xml
    │   │   │   ├── bug8009.phpt
    │   │   │   ├── bug8009.zip
    │   │   │   ├── bug8700.phpt
    │   │   │   ├── oo_addemptydir.phpt
    │   │   │   ├── oo_addfile.phpt
    │   │   │   ├── oo_close.phpt
    │   │   │   ├── oo_delete.phpt
    │   │   │   ├── oo_extract.phpt
    │   │   │   ├── oo_ext_zip.phpt
    │   │   │   ├── oo_getcomment.phpt
    │   │   │   ├── oo_getnameindex.phpt
    │   │   │   ├── oo_namelocate.phpt
    │   │   │   ├── oo_open.phpt
    │   │   │   ├── oo_properties.phpt
    │   │   │   ├── oo_rename.phpt
    │   │   │   ├── oo_setcomment.phpt
    │   │   │   ├── oo_stream.phpt
    │   │   │   ├── test_procedural.zip
    │   │   │   ├── test_with_comment.zip
    │   │   │   ├── test.zip
    │   │   │   ├── utils.inc
    │   │   │   ├── zip_close.phpt
    │   │   │   ├── zip_entry_compressedsize.phpt
    │   │   │   ├── zip_entry_compressionmethod.phpt
    │   │   │   ├── zip_entry_filesize.phpt
    │   │   │   ├── zip_entry_name.phpt
    │   │   │   ├── zip_entry_open.phpt
    │   │   │   ├── zip_entry_read.phpt
    │   │   │   ├── zip_open.phpt
    │   │   │   └── zip_read.phpt
    │   │   ├── TODO
    │   │   └── zip_stream.c
    │   └── zlib
    │       ├── config0.m4
    │       ├── config.w32
    │       ├── CREDITS
    │       ├── package.xml
    │       ├── php_zlib.def
    │       ├── php_zlib.h
    │       ├── tests
    │       │   ├── 001.phpt
    │       │   ├── 002.phpt
    │       │   ├── 003.phpt
    │       │   ├── 004.phpt
    │       │   ├── 004.txt.gz
    │       │   ├── 005.phpt
    │       │   ├── 006.phpt
    │       │   ├── 007.phpt
    │       │   ├── bug_34821.phpt
    │       │   ├── bug_40189_2.phpt
    │       │   ├── bug_40189.phpt
    │       │   ├── bug.tar
    │       │   ├── compress_zlib_wrapper.phpt
    │       │   ├── gzfilegzreadfile.phpt
    │       │   ├── gzreadgzwrite.phpt
    │       │   ├── gzreadgzwriteplain.phpt
    │       │   ├── zlib_filter_deflate.phpt
    │       │   ├── zlib_filter_inflate2.phpt
    │       │   └── zlib_filter_inflate.phpt
    │       ├── zlib.c
    │       ├── zlib.dsp
    │       ├── zlib_filter.c
    │       ├── zlib_fopen_wrapper.c
    │       └── zlib_win32_howto.txt
    ├── EXTENSIONS
    ├── footer
    ├── generated_lists
    ├── genfiles
    ├── header
    ├── INSTALL
    ├── install-sh
    ├── LICENSE
    ├── ltmain.sh
    ├── main
    │   ├── alloca.c
    │   ├── build-defs.h.in
    │   ├── config.w32.h
    │   ├── fopen_wrappers.c
    │   ├── fopen_wrappers.h
    │   ├── internal_functions.c.in
    │   ├── internal_functions_nw.c
    │   ├── internal_functions_win32.c
    │   ├── logos.h
    │   ├── main.c
    │   ├── mergesort.c
    │   ├── network.c
    │   ├── output.c
    │   ├── php3_compat.h
    │   ├── php_compat.h
    │   ├── php_config.h.in
    │   ├── php_content_types.c
    │   ├── php_content_types.h
    │   ├── php_globals.h
    │   ├── php.h
    │   ├── php_ini.c
    │   ├── php_ini.h
    │   ├── php_logos.c
    │   ├── php_logos.h
    │   ├── php_main.h
    │   ├── php_memory_streams.h
    │   ├── php_network.h
    │   ├── php_open_temporary_file.c
    │   ├── php_open_temporary_file.h
    │   ├── php_output.h
    │   ├── php_reentrancy.h
    │   ├── php_regex.h
    │   ├── php_scandir.c
    │   ├── php_scandir.h
    │   ├── php_sprintf.c
    │   ├── php_streams.h
    │   ├── php_syslog.h
    │   ├── php_ticks.c
    │   ├── php_ticks.h
    │   ├── php_variables.c
    │   ├── php_variables.h
    │   ├── php_version.h
    │   ├── reentrancy.c
    │   ├── rfc1867.c
    │   ├── rfc1867.h
    │   ├── safe_mode.c
    │   ├── safe_mode.h
    │   ├── SAPI.c
    │   ├── SAPI.h
    │   ├── snprintf.c
    │   ├── snprintf.h
    │   ├── spprintf.c
    │   ├── spprintf.h
    │   ├── streams
    │   │   ├── cast.c
    │   │   ├── filter.c
    │   │   ├── memory.c
    │   │   ├── mmap.c
    │   │   ├── php_stream_context.h
    │   │   ├── php_stream_filter_api.h
    │   │   ├── php_stream_mmap.h
    │   │   ├── php_stream_plain_wrapper.h
    │   │   ├── php_streams_int.h
    │   │   ├── php_stream_transport.h
    │   │   ├── php_stream_userspace.h
    │   │   ├── plain_wrapper.c
    │   │   ├── streams.c
    │   │   ├── transports.c
    │   │   ├── userspace.c
    │   │   └── xp_socket.c
    │   ├── strlcat.c
    │   ├── strlcpy.c
    │   └── win95nt.h
    ├── makedist
    ├── Makefile.frag
    ├── Makefile.gcov
    ├── Makefile.global
    ├── makerpm
    ├── missing
    ├── mkinstalldirs
    ├── netware
    │   ├── sendmail_nw.h
    │   └── start.c
    ├── NEWS
    ├── pear
    │   ├── install-pear-nozlib.phar
    │   ├── install-pear.txt
    │   └── Makefile.frag
    ├── php5.spec.in
    ├── php.gif
    ├── php.ini-dist
    ├── php.ini-recommended
    ├── README.CVS-RULES
    ├── README.EXTENSIONS
    ├── README.EXT_SKEL
    ├── README.input_filter
    ├── README.PARAMETER_PARSING_API
    ├── README.PHP4-TO-PHP5-THIN-CHANGES
    ├── README.QNX
    ├── README.SELF-CONTAINED-EXTENSIONS
    ├── README.STREAMS
    ├── README.SUBMITTING_PATCH
    ├── README.TESTING
    ├── README.TESTING2
    ├── README.UNIX-BUILD-SYSTEM
    ├── README.UPDATE_5_2
    ├── README.WIN32-BUILD-SYSTEM
    ├── README.Zeus
    ├── regex
    │   ├── cclass.h
    │   ├── cname.h
    │   ├── COPYRIGHT
    │   ├── debug.c
    │   ├── debug.ih
    │   ├── engine.c
    │   ├── engine.ih
    │   ├── main.c
    │   ├── main.ih
    │   ├── mkh
    │   ├── README
    │   ├── regcomp.c
    │   ├── regcomp.ih
    │   ├── regerror.c
    │   ├── regerror.ih
    │   ├── regex2.h
    │   ├── regex.3
    │   ├── regex.7
    │   ├── regex.dsp
    │   ├── regex.dsw
    │   ├── regexec.c
    │   ├── regex_extra.h
    │   ├── regex.h
    │   ├── regex.mak
    │   ├── regfree.c
    │   ├── split.c
    │   ├── tests
    │   ├── utils.h
    │   └── WHATSNEW
    ├── run-tests.php
    ├── sapi
    │   ├── aolserver
    │   │   ├── aolserver.c
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── php5aolserver.dsp
    │   │   ├── php.sym
    │   │   └── README
    │   ├── apache
    │   │   ├── apMakefile.libdir
    │   │   ├── apMakefile.tmpl
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── libphp5.module.in
    │   │   ├── libpre.c
    │   │   ├── mod_php5.c
    │   │   ├── mod_php5.exp
    │   │   ├── mod_php5.h
    │   │   ├── php5apache.dsp
    │   │   ├── php_apache.c
    │   │   ├── php_apache_http.h
    │   │   ├── php.sym
    │   │   └── sapi_apache.c
    │   ├── apache2filter
    │   │   ├── apache_config.c
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── EXPERIMENTAL
    │   │   ├── php_apache.h
    │   │   ├── php_functions.c
    │   │   ├── php.sym
    │   │   ├── README
    │   │   └── sapi_apache2.c
    │   ├── apache2handler
    │   │   ├── apache_config.c
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── mod_php5.c
    │   │   ├── php5apache2.dsp
    │   │   ├── php_apache.h
    │   │   ├── php_functions.c
    │   │   ├── php.sym
    │   │   ├── README
    │   │   └── sapi_apache2.c
    │   ├── apache_hooks
    │   │   ├── apMakefile.libdir
    │   │   ├── apMakefile.tmpl
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── libphp5.module.in
    │   │   ├── mod_php5.c
    │   │   ├── mod_php5.exp
    │   │   ├── mod_php5.h
    │   │   ├── php5apache_hooks.dsp
    │   │   ├── php_apache.c
    │   │   ├── php_apache_http.h
    │   │   ├── php.sym
    │   │   ├── README
    │   │   └── sapi_apache.c
    │   ├── caudium
    │   │   ├── caudium.c
    │   │   ├── config.m4
    │   │   ├── CREDITS
    │   │   ├── README
    │   │   └── TODO
    │   ├── cgi
    │   │   ├── cgi_main.c
    │   │   ├── config9.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── fastcgi.c
    │   │   ├── fastcgi.h
    │   │   ├── getopt.c
    │   │   ├── Makefile.frag
    │   │   ├── php_getopt.h
    │   │   ├── php.sym
    │   │   ├── README.FastCGI
    │   │   └── tests
    │   │       ├── 001.phpt
    │   │       ├── 002.phpt
    │   │       ├── 003.phpt
    │   │       ├── 004.phpt
    │   │       ├── 005.phpt
    │   │       ├── 006.phpt
    │   │       ├── 007.phpt
    │   │       ├── 008.phpt
    │   │       ├── 009.phpt
    │   │       ├── 010.phpt
    │   │       ├── include.inc
    │   │       └── skipif.inc
    │   ├── cli
    │   │   ├── cli_win32.c
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── getopt.c
    │   │   ├── Makefile.frag
    │   │   ├── php.1.in
    │   │   ├── php_cli.c
    │   │   ├── php_cli_readline.c
    │   │   ├── php_cli_readline.h
    │   │   ├── php_getopt.h
    │   │   ├── README
    │   │   ├── tests
    │   │   │   ├── 001.phpt
    │   │   │   ├── 002.phpt
    │   │   │   ├── 002-win32.phpt
    │   │   │   ├── 003-2.phpt
    │   │   │   ├── 003.phpt
    │   │   │   ├── 004.phpt
    │   │   │   ├── 005.phpt
    │   │   │   ├── 006.phpt
    │   │   │   ├── 007.phpt
    │   │   │   ├── 008.phpt
    │   │   │   ├── 009.phpt
    │   │   │   ├── 010-2.phpt
    │   │   │   ├── 010.phpt
    │   │   │   ├── 011.phpt
    │   │   │   ├── 012.phpt
    │   │   │   ├── 013.phpt
    │   │   │   ├── 014.phpt
    │   │   │   ├── 015.phpt
    │   │   │   ├── 021.phpt
    │   │   │   ├── 022.inc
    │   │   │   ├── 022.phpt
    │   │   │   ├── bug44564.phpt
    │   │   │   └── skipif.inc
    │   │   └── TODO
    │   ├── continuity
    │   │   ├── capi.c
    │   │   ├── config.m4
    │   │   └── CREDITS
    │   ├── embed
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── EXPERIMENTAL
    │   │   ├── php5embed.dsp
    │   │   ├── php_embed.c
    │   │   └── php_embed.h
    │   ├── isapi
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── php5isapi.c
    │   │   ├── php5isapi.def
    │   │   ├── php5isapi.dsp
    │   │   ├── php.sym
    │   │   └── stresstest
    │   │       ├── getopt.c
    │   │       ├── getopt.h
    │   │       ├── notes.txt
    │   │       ├── stresstest.cpp
    │   │       └── stresstest.dsp
    │   ├── milter
    │   │   ├── config.m4
    │   │   ├── CREDITS
    │   │   ├── EXPERIMENTAL
    │   │   ├── getopt.c
    │   │   ├── Makefile.frag
    │   │   ├── milter.php
    │   │   ├── php_getopt.h
    │   │   ├── php_milter.c
    │   │   ├── php_milter.h
    │   │   └── TODO
    │   ├── nsapi
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── nsapi.c
    │   │   ├── nsapi-readme.txt
    │   │   └── php5nsapi.dsp
    │   ├── phttpd
    │   │   ├── config.m4
    │   │   ├── CREDITS
    │   │   ├── php_phttpd.h
    │   │   ├── php.sym
    │   │   ├── phttpd.c
    │   │   └── README
    │   ├── pi3web
    │   │   ├── config.m4
    │   │   ├── config.w32
    │   │   ├── CREDITS
    │   │   ├── php5pi3web.dsp
    │   │   ├── php.sym
    │   │   ├── pi3web_sapi.c
    │   │   ├── pi3web_sapi.h
    │   │   └── README
    │   ├── roxen
    │   │   ├── config.m4
    │   │   ├── README
    │   │   ├── roxen.c
    │   │   └── TODO
    │   ├── tests
    │   │   ├── test001.phpt
    │   │   ├── test002.phpt
    │   │   ├── test003.phpt
    │   │   ├── test004.phpt
    │   │   ├── test005.phpt
    │   │   ├── test006.phpt
    │   │   └── test007.phpt
    │   ├── thttpd
    │   │   ├── config.m4
    │   │   ├── CREDITS
    │   │   ├── php.sym
    │   │   ├── php_thttpd.h
    │   │   ├── README
    │   │   ├── stub.c
    │   │   ├── thttpd.c
    │   │   └── thttpd_patch
    │   ├── tux
    │   │   ├── config.m4
    │   │   ├── CREDITS
    │   │   ├── php.sym
    │   │   ├── php_tux.c
    │   │   └── README
    │   └── webjames
    │       ├── config.m4
    │       ├── CREDITS
    │       ├── php_webjames.h
    │       ├── README
    │       └── webjames.c
    ├── scripts
    │   ├── apache
    │   │   ├── apconf-conv.sh
    │   │   ├── aphtaccess-conv.sh
    │   │   ├── conffix.awk
    │   │   └── htaccessfix.awk
    │   ├── dev
    │   │   ├── check_parameters.php
    │   │   ├── conv_proto
    │   │   ├── conv_z_macros
    │   │   ├── credits
    │   │   ├── extern_c.php
    │   │   ├── phpextdist
    │   │   └── search_underscores.php
    │   ├── Makefile.frag
    │   ├── man1
    │   │   ├── php-config.1.in
    │   │   └── phpize.1.in
    │   ├── php-config.in
    │   ├── phpize.in
    │   └── phpize.m4
    ├── server-tests-config.php
    ├── server-tests.php
    ├── snapshot
    ├── stamp-h.in
    ├── stub.c
    ├── tests
    │   ├── basic
    │   │   ├── 001.phpt
    │   │   ├── 002.phpt
    │   │   ├── 003.phpt
    │   │   ├── 004.phpt
    │   │   ├── 005.phpt
    │   │   ├── 006.phpt
    │   │   ├── 007.phpt
    │   │   ├── 008.phpt
    │   │   ├── 009.phpt
    │   │   ├── 010.phpt
    │   │   ├── 011.phpt
    │   │   ├── 012.phpt
    │   │   ├── 013.phpt
    │   │   ├── 014.phpt
    │   │   ├── 015.phpt
    │   │   ├── 016.phpt
    │   │   ├── 017.phpt
    │   │   ├── 018.phpt
    │   │   ├── 019.phpt
    │   │   ├── 020.phpt
    │   │   ├── 021.phpt
    │   │   ├── 022.phpt
    │   │   ├── 023.phpt
    │   │   ├── 024.phpt
    │   │   ├── 025.phpt
    │   │   ├── 026.phpt
    │   │   ├── 027.phpt
    │   │   ├── bug20539.phpt
    │   │   ├── bug29971.phpt
    │   │   ├── bug46313.phpt
    │   │   └── bug46313-win.phpt
    │   ├── bin-info.inc
    │   ├── classes
    │   │   ├── abstract_by_interface_001.phpt
    │   │   ├── abstract_by_interface_002.phpt
    │   │   ├── abstract_class.phpt
    │   │   ├── abstract_derived.phpt
    │   │   ├── abstract_final.phpt
    │   │   ├── abstract_inherit.phpt
    │   │   ├── abstract_not_declared.phpt
    │   │   ├── abstract.phpt
    │   │   ├── abstract_redeclare.phpt
    │   │   ├── abstract_static.phpt
    │   │   ├── abstract_user_call.phpt
    │   │   ├── array_access_001.phpt
    │   │   ├── array_access_002.phpt
    │   │   ├── array_access_003.phpt
    │   │   ├── array_access_004.phpt
    │   │   ├── array_access_005.phpt
    │   │   ├── array_access_006.phpt
    │   │   ├── array_access_007.phpt
    │   │   ├── array_access_008.phpt
    │   │   ├── array_access_009.phpt
    │   │   ├── array_access_010.phpt
    │   │   ├── array_access_011.phpt
    │   │   ├── array_access_012.phpt
    │   │   ├── array_access_013.phpt
    │   │   ├── assign_op_property_001.phpt
    │   │   ├── autoload_001.phpt
    │   │   ├── autoload_002.phpt
    │   │   ├── autoload_003.phpt
    │   │   ├── autoload_004.phpt
    │   │   ├── autoload_005.phpt
    │   │   ├── autoload_006.phpt
    │   │   ├── autoload_007.phpt
    │   │   ├── autoload_008.phpt
    │   │   ├── autoload_009.phpt
    │   │   ├── autoload_010.phpt
    │   │   ├── autoload_011.phpt
    │   │   ├── autoload_012.phpt
    │   │   ├── autoload_013.phpt
    │   │   ├── autoload_014.phpt
    │   │   ├── autoload_015.phpt
    │   │   ├── autoload_016.phpt
    │   │   ├── autoload_017.phpt
    │   │   ├── autoload_018.phpt
    │   │   ├── autoload_019.phpt
    │   │   ├── autoload_020.phpt
    │   │   ├── autoload_derived.p5c
    │   │   ├── autoload_implements.p5c
    │   │   ├── autoload_interface.p5c
    │   │   ├── autoload_root.p5c
    │   │   ├── bug23951.phpt
    │   │   ├── bug24399.phpt
    │   │   ├── bug24445.phpt
    │   │   ├── bug26737.phpt
    │   │   ├── bug27468.phpt
    │   │   ├── bug27504.phpt
    │   │   ├── bug29446.phpt
    │   │   ├── __call_001.phpt
    │   │   ├── __call_002.phpt
    │   │   ├── __call_003.phpt
    │   │   ├── __call_004.phpt
    │   │   ├── __call_005.phpt
    │   │   ├── class_abstract.phpt
    │   │   ├── class_example.phpt
    │   │   ├── class_final.phpt
    │   │   ├── class_stdclass.phpt
    │   │   ├── clone_001.phpt
    │   │   ├── clone_002.phpt
    │   │   ├── clone_003.phpt
    │   │   ├── clone_004.phpt
    │   │   ├── clone_005.phpt
    │   │   ├── clone_006.phpt
    │   │   ├── constants_basic_001.phpt
    │   │   ├── constants_basic_002.phpt
    │   │   ├── constants_basic_003.inc
    │   │   ├── constants_basic_003.phpt
    │   │   ├── constants_basic_004.phpt
    │   │   ├── constants_basic_005.phpt
    │   │   ├── constants_basic_006.phpt
    │   │   ├── constants_error_001.phpt
    │   │   ├── constants_error_002.phpt
    │   │   ├── constants_error_003.phpt
    │   │   ├── constants_error_004.phpt
    │   │   ├── constants_error_005.phpt
    │   │   ├── constants_error_006.phpt
    │   │   ├── constants_error_007.phpt
    │   │   ├── constants_scope_001.phpt
    │   │   ├── ctor_dtor_inheritance.phpt
    │   │   ├── ctor_dtor.phpt
    │   │   ├── ctor_failure.phpt
    │   │   ├── ctor_in_interface_01.phpt
    │   │   ├── ctor_in_interface_02.phpt
    │   │   ├── ctor_in_interface_03.phpt
    │   │   ├── ctor_in_interface_04.phpt
    │   │   ├── ctor_name_clash.phpt
    │   │   ├── ctor_visibility.phpt
    │   │   ├── dereferencing_001.phpt
    │   │   ├── destructor_and_echo.phpt
    │   │   ├── destructor_and_exceptions.phpt
    │   │   ├── destructor_and_globals.phpt
    │   │   ├── destructor_and_references.phpt
    │   │   ├── destructor_inheritance.phpt
    │   │   ├── destructor_visibility_001.phpt
    │   │   ├── destructor_visibility_002.phpt
    │   │   ├── destructor_visibility_003.phpt
    │   │   ├── factory_001.phpt
    │   │   ├── factory_and_singleton_001.phpt
    │   │   ├── factory_and_singleton_002.phpt
    │   │   ├── factory_and_singleton_003.phpt
    │   │   ├── factory_and_singleton_004.phpt
    │   │   ├── factory_and_singleton_005.phpt
    │   │   ├── factory_and_singleton_006.phpt
    │   │   ├── factory_and_singleton_007.phpt
    │   │   ├── factory_and_singleton_008.phpt
    │   │   ├── factory_and_singleton_009.phpt
    │   │   ├── factory_and_singleton_010.phpt
    │   │   ├── final_abstract.phpt
    │   │   ├── final_ctor1.phpt
    │   │   ├── final_ctor2.phpt
    │   │   ├── final_ctor3.phpt
    │   │   ├── final.phpt
    │   │   ├── final_redeclare.phpt
    │   │   ├── incdec_property_001.phpt
    │   │   ├── incdec_property_002.phpt
    │   │   ├── incdec_property_003.phpt
    │   │   ├── incdec_property_004.phpt
    │   │   ├── inheritance_002.phpt
    │   │   ├── inheritance_003.phpt
    │   │   ├── inheritance_004.phpt
    │   │   ├── inheritance_005.phpt
    │   │   ├── inheritance.phpt
    │   │   ├── interface_and_extends.phpt
    │   │   ├── interface_class.phpt
    │   │   ├── interface_constant_inheritance_001.phpt
    │   │   ├── interface_constant_inheritance_002.phpt
    │   │   ├── interface_constant_inheritance_003.phpt
    │   │   ├── interface_constant_inheritance_004.phpt
    │   │   ├── interface_doubled.phpt
    │   │   ├── interface_implemented.phpt
    │   │   ├── interface_instantiate.phpt
    │   │   ├── interface_member.phpt
    │   │   ├── interface_method_final.phpt
    │   │   ├── interface_method.phpt
    │   │   ├── interface_method_private.phpt
    │   │   ├── interface_must_be_implemented.phpt
    │   │   ├── interface_optional_arg_002.phpt
    │   │   ├── interface_optional_arg.phpt
    │   │   ├── interfaces_001.phpt
    │   │   ├── interfaces_002.phpt
    │   │   ├── interfaces_003.phpt
    │   │   ├── iterators_001.phpt
    │   │   ├── iterators_002.phpt
    │   │   ├── iterators_003.phpt
    │   │   ├── iterators_004.phpt
    │   │   ├── iterators_005.phpt
    │   │   ├── iterators_006.phpt
    │   │   ├── iterators_007.phpt
    │   │   ├── method_call_variation_001.phpt
    │   │   ├── method_override_optional_arg_001.phpt
    │   │   ├── method_override_optional_arg_002.phpt
    │   │   ├── new_001.phpt
    │   │   ├── object_reference_001.phpt
    │   │   ├── private_001.phpt
    │   │   ├── private_002.phpt
    │   │   ├── private_003b.phpt
    │   │   ├── private_003.phpt
    │   │   ├── private_004b.phpt
    │   │   ├── private_004.phpt
    │   │   ├── private_005b.phpt
    │   │   ├── private_005.phpt
    │   │   ├── private_006b.phpt
    │   │   ├── private_006.phpt
    │   │   ├── private_007b.phpt
    │   │   ├── private_007.phpt
    │   │   ├── private_members.phpt
    │   │   ├── private_redeclare.phpt
    │   │   ├── property_override_private_private.phpt
    │   │   ├── property_override_private_privateStatic.phpt
    │   │   ├── property_override_private_protected.phpt
    │   │   ├── property_override_private_protectedStatic.phpt
    │   │   ├── property_override_private_public.phpt
    │   │   ├── property_override_private_publicStatic.phpt
    │   │   ├── property_override_privateStatic_private.phpt
    │   │   ├── property_override_privateStatic_privateStatic.phpt
    │   │   ├── property_override_privateStatic_protected.phpt
    │   │   ├── property_override_privateStatic_protectedStatic.phpt
    │   │   ├── property_override_privateStatic_public.phpt
    │   │   ├── property_override_privateStatic_publicStatic.phpt
    │   │   ├── property_override_protected_private.phpt
    │   │   ├── property_override_protected_privateStatic.phpt
    │   │   ├── property_override_protected_protected.phpt
    │   │   ├── property_override_protected_protectedStatic.phpt
    │   │   ├── property_override_protected_public.phpt
    │   │   ├── property_override_protected_publicStatic.phpt
    │   │   ├── property_override_protectedStatic_private.phpt
    │   │   ├── property_override_protectedStatic_privateStatic.phpt
    │   │   ├── property_override_protectedStatic_protected.phpt
    │   │   ├── property_override_protectedStatic_protectedStatic.phpt
    │   │   ├── property_override_protectedStatic_public.phpt
    │   │   ├── property_override_protectedStatic_publicStatic.phpt
    │   │   ├── property_override_public_private.phpt
    │   │   ├── property_override_public_privateStatic.phpt
    │   │   ├── property_override_public_protected.phpt
    │   │   ├── property_override_public_protectedStatic.phpt
    │   │   ├── property_override_public_public.phpt
    │   │   ├── property_override_public_publicStatic.phpt
    │   │   ├── property_override_publicStatic_private.phpt
    │   │   ├── property_override_publicStatic_privateStatic.phpt
    │   │   ├── property_override_publicStatic_protected.phpt
    │   │   ├── property_override_publicStatic_protectedStatic.phpt
    │   │   ├── property_override_publicStatic_public.phpt
    │   │   ├── property_override_publicStatic_publicStatic.phpt
    │   │   ├── protected_001b.phpt
    │   │   ├── protected_001.phpt
    │   │   ├── protected_002.phpt
    │   │   ├── serialize_001.phpt
    │   │   ├── __set_data_corrupt.phpt
    │   │   ├── __set__get_001.phpt
    │   │   ├── __set__get_002.phpt
    │   │   ├── __set__get_003.phpt
    │   │   ├── __set__get_004.phpt
    │   │   ├── __set__get_005.phpt
    │   │   ├── singleton_001.phpt
    │   │   ├── static_mix_1.phpt
    │   │   ├── static_mix_2.phpt
    │   │   ├── static_properties_001.phpt
    │   │   ├── static_this.phpt
    │   │   ├── this.phpt
    │   │   ├── tostring_001.phpt
    │   │   ├── tostring_002.phpt
    │   │   ├── tostring_003.phpt
    │   │   ├── tostring_004.phpt
    │   │   ├── type_hinting_001.phpt
    │   │   ├── type_hinting_002.phpt
    │   │   ├── type_hinting_003.phpt
    │   │   ├── type_hinting_004.phpt
    │   │   ├── visibility_000a.phpt
    │   │   ├── visibility_000b.phpt
    │   │   ├── visibility_000c.phpt
    │   │   ├── visibility_001a.phpt
    │   │   ├── visibility_001b.phpt
    │   │   ├── visibility_001c.phpt
    │   │   ├── visibility_002a.phpt
    │   │   ├── visibility_002b.phpt
    │   │   ├── visibility_002c.phpt
    │   │   ├── visibility_003a.phpt
    │   │   ├── visibility_003b.phpt
    │   │   ├── visibility_003c.phpt
    │   │   ├── visibility_004a.phpt
    │   │   ├── visibility_004b.phpt
    │   │   ├── visibility_004c.phpt
    │   │   └── visibility_005.phpt
    │   ├── foo
    │   ├── foo2
    │   ├── foo3
    │   ├── foo4
    │   ├── func
    │   │   ├── 001.phpt
    │   │   ├── 002.phpt
    │   │   ├── 003.phpt
    │   │   ├── 004.phpt
    │   │   ├── 005a.phpt
    │   │   ├── 005.phpt
    │   │   ├── 006.phpt
    │   │   ├── 007.phpt
    │   │   ├── 008.phpt
    │   │   └── 009.phpt
    │   ├── lang
    │   │   ├── 001.phpt
    │   │   ├── 002.phpt
    │   │   ├── 003.phpt
    │   │   ├── 004.phpt
    │   │   ├── 005.phpt
    │   │   ├── 006.phpt
    │   │   ├── 007.phpt
    │   │   ├── 008.phpt
    │   │   ├── 009.phpt
    │   │   ├── 010.phpt
    │   │   ├── 011.phpt
    │   │   ├── 012.phpt
    │   │   ├── 013.phpt
    │   │   ├── 014.phpt
    │   │   ├── 015.inc
    │   │   ├── 015.phpt
    │   │   ├── 016.inc
    │   │   ├── 016.phpt
    │   │   ├── 017.phpt
    │   │   ├── 018.phpt
    │   │   ├── 019.phpt
    │   │   ├── 020.phpt
    │   │   ├── 021.phpt
    │   │   ├── 022.phpt
    │   │   ├── 023-1.inc
    │   │   ├── 023-2.inc
    │   │   ├── 023.phpt
    │   │   ├── 024.phpt
    │   │   ├── 025.phpt
    │   │   ├── 026.phpt
    │   │   ├── 027.phpt
    │   │   ├── 028.phpt
    │   │   ├── 030.phpt
    │   │   ├── 031.phpt
    │   │   ├── 032.phpt
    │   │   ├── 033.phpt
    │   │   ├── 034.phpt
    │   │   ├── 035.phpt
    │   │   ├── 036.phpt
    │   │   ├── 037.phpt
    │   │   ├── 038.phpt
    │   │   ├── 039.phpt
    │   │   ├── 040.phpt
    │   │   ├── bison1.phpt
    │   │   ├── bug17115.phpt
    │   │   ├── bug18872.phpt
    │   │   ├── bug19566.phpt
    │   │   ├── bug19943.phpt
    │   │   ├── bug20175.phpt
    │   │   ├── bug21094.phpt
    │   │   ├── bug21600.phpt
    │   │   ├── bug21669.phpt
    │   │   ├── bug21820.phpt
    │   │   ├── bug21849.phpt
    │   │   ├── bug21961.phpt
    │   │   ├── bug22231.phpt
    │   │   ├── bug22510.phpt
    │   │   ├── bug22592.phpt
    │   │   ├── bug22690.phpt
    │   │   ├── bug23279.phpt
    │   │   ├── bug23384.phpt
    │   │   ├── bug23489.phpt
    │   │   ├── bug23524.phpt
    │   │   ├── bug23584.phpt
    │   │   ├── bug23624.phpt
    │   │   ├── bug23922.phpt
    │   │   ├── bug24054.phpt
    │   │   ├── bug24396.phpt
    │   │   ├── bug24403.phpt
    │   │   ├── bug24436.phpt
    │   │   ├── bug24499.phpt
    │   │   ├── bug24573.phpt
    │   │   ├── bug24640.phpt
    │   │   ├── bug24652.phpt
    │   │   ├── bug24658.phpt
    │   │   ├── bug24783.phpt
    │   │   ├── bug24908.phpt
    │   │   ├── bug24926.phpt
    │   │   ├── bug24951.phpt
    │   │   ├── bug25145.phpt
    │   │   ├── bug25547.phpt
    │   │   ├── bug25652.phpt
    │   │   ├── bug25922.phpt
    │   │   ├── bug26182.phpt
    │   │   ├── bug26696.phpt
    │   │   ├── bug26866.phpt
    │   │   ├── bug26869.phpt
    │   │   ├── bug27354.phpt
    │   │   ├── bug27439.phpt
    │   │   ├── bug27443.phpt
    │   │   ├── bug27535.phpt
    │   │   ├── bug28213.phpt
    │   │   ├── bug28800.phpt
    │   │   ├── bug29566.phpt
    │   │   ├── bug29893.phpt
    │   │   ├── bug29944.phpt
    │   │   ├── bug30578.phpt
    │   │   ├── bug30638.phpt
    │   │   ├── bug30726.phpt
    │   │   ├── bug30862.phpt
    │   │   ├── bug32828.phpt
    │   │   ├── bug32924.phpt
    │   │   ├── bug35176.phpt
    │   │   ├── bug35382.phpt
    │   │   ├── bug38579.inc
    │   │   ├── bug38579.phpt
    │   │   ├── bug43958.phpt
    │   │   ├── bug45392.phpt
    │   │   ├── bug7515.phpt
    │   │   ├── catchable_error_001.phpt
    │   │   ├── catchable_error_002.phpt
    │   │   ├── each_binary_safety.phpt
    │   │   ├── empty_variation.phpt
    │   │   ├── error_2_exception_001.phpt
    │   │   ├── foreach_with_object_001.phpt
    │   │   ├── foreach_with_references_001.phpt
    │   │   ├── func_get_arg.001.phpt
    │   │   ├── func_get_arg.002.phpt
    │   │   ├── func_get_arg.003.phpt
    │   │   ├── func_get_arg.004.phpt
    │   │   ├── func_get_arg.005.phpt
    │   │   ├── func_get_args.001.phpt
    │   │   ├── func_get_args.002.phpt
    │   │   ├── func_get_args.003.phpt
    │   │   ├── func_get_args.004.phpt
    │   │   ├── func_get_arg_variation.phpt
    │   │   ├── func_num_args.001.phpt
    │   │   ├── func_num_args.002.phpt
    │   │   ├── func_num_args.003.phpt
    │   │   ├── func_num_args.004.phpt
    │   │   ├── inc.inc
    │   │   ├── include_files
    │   │   │   ├── echo.inc
    │   │   │   ├── eval.inc
    │   │   │   └── function.inc
    │   │   ├── include_variation1.phpt
    │   │   ├── include_variation2.phpt
    │   │   ├── include_variation3.phpt
    │   │   ├── inc_throw.inc
    │   │   ├── passByReference_001.phpt
    │   │   ├── passByReference_002.phpt
    │   │   ├── passByReference_003.phpt
    │   │   ├── passByReference_004.phpt
    │   │   ├── passByReference_005.phpt
    │   │   ├── passByReference_006.phpt
    │   │   ├── passByReference_007.phpt
    │   │   ├── passByReference_008.phpt
    │   │   ├── passByReference_009.phpt
    │   │   ├── passByReference_010.phpt
    │   │   ├── short_tags.001.phpt
    │   │   ├── short_tags.002.phpt
    │   │   ├── short_tags.003.phpt
    │   │   ├── short_tags.004.phpt
    │   │   ├── static_basic_001.phpt
    │   │   ├── static_basic_002.phpt
    │   │   ├── static_variation_001.phpt
    │   │   ├── static_variation_002.phpt
    │   │   ├── throw_variation_001.phpt
    │   │   ├── type_hints_001.phpt
    │   │   ├── type_hints_002.phpt
    │   │   └── type_hints_003.phpt
    │   ├── odbc-display.php
    │   ├── odbc-t1.php
    │   ├── odbc-t2.php
    │   ├── odbc-t3.php
    │   ├── odbc-t4.php
    │   ├── odbc-t5.php
    │   ├── quicktester.inc
    │   ├── recurse
    │   ├── run.html
    │   ├── run.php
    │   ├── run-test
    │   │   ├── test001.phpt
    │   │   ├── test002.phpt
    │   │   ├── test003.phpt
    │   │   ├── test004.phpt
    │   │   ├── test005.phpt
    │   │   ├── test006.phpt
    │   │   ├── test007.phpt
    │   │   ├── test008a.phpt
    │   │   ├── test008.phpt
    │   │   ├── test009.phpt
    │   │   └── test010.phpt
    │   ├── scan_cases
    │   ├── security
    │   │   ├── open_basedir_chdir.phpt
    │   │   ├── open_basedir_chmod.phpt
    │   │   ├── open_basedir_copy.phpt
    │   │   ├── open_basedir_copy_variation1.phpt
    │   │   ├── open_basedir_dir.phpt
    │   │   ├── open_basedir_disk_free_space.phpt
    │   │   ├── open_basedir_error_log.phpt
    │   │   ├── open_basedir_error_log_variation.phpt
    │   │   ├── open_basedir_fileatime.phpt
    │   │   ├── open_basedir_filectime.phpt
    │   │   ├── open_basedir_file_exists.phpt
    │   │   ├── open_basedir_file_get_contents.phpt
    │   │   ├── open_basedir_filegroup.phpt
    │   │   ├── open_basedir_fileinode.phpt
    │   │   ├── open_basedir_filemtime.phpt
    │   │   ├── open_basedir_fileowner.phpt
    │   │   ├── open_basedir_fileperms.phpt
    │   │   ├── open_basedir_file.phpt
    │   │   ├── open_basedir_file_put_contents.phpt
    │   │   ├── open_basedir_filesize.phpt
    │   │   ├── open_basedir_filetype.phpt
    │   │   ├── open_basedir_fopen.phpt
    │   │   ├── open_basedir_glob.phpt
    │   │   ├── open_basedir_glob-win32.phpt
    │   │   ├── open_basedir.inc
    │   │   ├── open_basedir_is_dir.phpt
    │   │   ├── open_basedir_is_executable.phpt
    │   │   ├── open_basedir_is_file.phpt
    │   │   ├── open_basedir_is_link.phpt
    │   │   ├── open_basedir_is_readable.phpt
    │   │   ├── open_basedir_is_writable.phpt
    │   │   ├── open_basedir_linkinfo.phpt
    │   │   ├── open_basedir_link.phpt
    │   │   ├── open_basedir_lstat.phpt
    │   │   ├── open_basedir_mkdir.phpt
    │   │   ├── open_basedir_opendir.phpt
    │   │   ├── open_basedir_parse_ini_file.phpt
    │   │   ├── open_basedir_readlink.phpt
    │   │   ├── open_basedir_realpath.phpt
    │   │   ├── open_basedir_rename.phpt
    │   │   ├── open_basedir_rmdir.phpt
    │   │   ├── open_basedir_scandir.phpt
    │   │   ├── open_basedir_stat.phpt
    │   │   ├── open_basedir_symlink.phpt
    │   │   ├── open_basedir_tempnam.phpt
    │   │   ├── open_basedir_touch.phpt
    │   │   └── open_basedir_unlink.phpt
    │   ├── strings
    │   │   ├── 001.phpt
    │   │   ├── 002.phpt
    │   │   ├── 004.phpt
    │   │   ├── bug22592.phpt
    │   │   └── bug26703.phpt
    │   ├── testarray
    │   ├── testarray2
    │   ├── testarray2.pl
    │   ├── testarray.pl
    │   ├── testclassfunc
    │   ├── test_class_inheritance
    │   ├── testcom
    │   ├── testcpdf
    │   ├── testcpdfclock
    │   ├── testdom
    │   ├── testfe
    │   ├── testfunc
    │   ├── testfunc2
    │   ├── testfunc2.pl
    │   ├── testfunc.pl
    │   ├── testfuncref
    │   ├── testhyperwave
    │   ├── testinclude
    │   ├── testobj
    │   ├── testpfpro.php
    │   ├── test.pl
    │   ├── testscanf.php
    │   ├── tests.dsp
    │   ├── tests.mak
    │   └── testswf
    ├── TODO
    ├── TODO-5.1
    ├── TODO-PHP5
    ├── TSRM
    │   ├── acconfig.h
    │   ├── acinclude.m4
    │   ├── buildconf
    │   ├── build.mk
    │   ├── configure.in
    │   ├── config.w32
    │   ├── LICENSE
    │   ├── Makefile.am
    │   ├── readdir.h
    │   ├── threads.m4
    │   ├── TODO
    │   ├── TSRM.c
    │   ├── tsrm_config_common.h
    │   ├── tsrm_config.w32.h
    │   ├── TSRM.dsp
    │   ├── TSRM.h
    │   ├── tsrm.m4
    │   ├── tsrm_nw.c
    │   ├── tsrm_nw.h
    │   ├── tsrm_strtok_r.c
    │   ├── tsrm_strtok_r.h
    │   ├── tsrm_virtual_cwd.c
    │   ├── tsrm_virtual_cwd.h
    │   ├── tsrm_win32.c
    │   └── tsrm_win32.h
    ├── UPGRADING
    ├── win32
    │   ├── build
    │   │   ├── buildconf.js
    │   │   ├── configure.tail
    │   │   ├── config.w32
    │   │   ├── config.w32.h.in
    │   │   ├── confutils.js
    │   │   ├── cvsclean.js
    │   │   ├── deplister.c
    │   │   ├── Makefile
    │   │   ├── mkdist.php
    │   │   ├── php.ico
    │   │   ├── registersyslog.php
    │   │   ├── template.rc
    │   │   └── wsyslog.mc
    │   ├── builddef.bat
    │   ├── crypt_win32.c
    │   ├── crypt_win32.h
    │   ├── EngineSelect.bat
    │   ├── EngineSelect.dsp
    │   ├── flock.c
    │   ├── flock.h
    │   ├── globals.c
    │   ├── glob.c
    │   ├── glob.h
    │   ├── grp.h
    │   ├── install.txt
    │   ├── md5crypt.c
    │   ├── md5crypt.h
    │   ├── param.h
    │   ├── php5dll.dsp
    │   ├── php5dllts.dsp
    │   ├── php5dllts.rc
    │   ├── php5dllts.rc2
    │   ├── php5.dsp
    │   ├── php5.dsw
    │   ├── php5ts_cli.dsp
    │   ├── php5ts_cli.rc
    │   ├── php5ts_cli.rc2
    │   ├── php5ts.dsp
    │   ├── php5ts.dsw
    │   ├── php5ts.rc
    │   ├── php5ts.rc2
    │   ├── php_modules.dsw
    │   ├── php_registry.h
    │   ├── php_win32_globals.h
    │   ├── pws-php5cgi.reg
    │   ├── pws-php5isapi.reg
    │   ├── readdir.c
    │   ├── readdir.h
    │   ├── registry.c
    │   ├── resource.h
    │   ├── select.c
    │   ├── select.h
    │   ├── sendmail.c
    │   ├── sendmail.h
    │   ├── signal.h
    │   ├── syslog.h
    │   ├── syslog.reg
    │   ├── testsuite.dsp
    │   ├── time.c
    │   ├── time.h
    │   ├── unistd.h
    │   ├── wfile.c
    │   ├── wfile.h
    │   ├── winutil.c
    │   ├── winutil.h
    │   └── wsyslog.c
    └── Zend
        ├── acconfig.h
        ├── acinclude.m4
        ├── bench.php
        ├── buildconf
        ├── build.mk
        ├── ChangeLog
        ├── configure.in
        ├── FlexLexer.h
        ├── flex.skl
        ├── header
        ├── LICENSE
        ├── Makefile.am
        ├── Makefile.frag
        ├── OBJECTS2_HOWTO
        ├── README.ZEND_MM
        ├── README.ZEND_VM
        ├── RFCs
        │   ├── 001.txt
        │   ├── 002.txt
        │   └── 003.txt
        ├── tests
        │   ├── 001.phpt
        │   ├── 002.phpt
        │   ├── 003.phpt
        │   ├── 004.phpt
        │   ├── 005.phpt
        │   ├── 006.phpt
        │   ├── 007.phpt
        │   ├── 008.phpt
        │   ├── 009.phpt
        │   ├── 010.phpt
        │   ├── 011.phpt
        │   ├── 012.phpt
        │   ├── 013.phpt
        │   ├── 014.inc
        │   ├── 014.phpt
        │   ├── 015.phpt
        │   ├── 016.phpt
        │   ├── 017.phpt
        │   ├── 018.phpt
        │   ├── 019.phpt
        │   ├── 020.phpt
        │   ├── abstract-static.phpt
        │   ├── add_001.phpt
        │   ├── add_002.phpt
        │   ├── add_003.phpt
        │   ├── add_004.phpt
        │   ├── add_005.phpt
        │   ├── add_006.phpt
        │   ├── add_007.phpt
        │   ├── and_001.phpt
        │   ├── array_append_COW.phpt
        │   ├── array_type_hint_001.phpt
        │   ├── array_unshift_COW.phpt
        │   ├── bug19859.phpt
        │   ├── bug20240.phpt
        │   ├── bug20242.phpt
        │   ├── bug21478.phpt
        │   ├── bug21888.phpt
        │   ├── bug22725.phpt
        │   ├── bug22836.phpt
        │   ├── bug23104.phpt
        │   ├── bug24436.phpt
        │   ├── bug24635.phpt
        │   ├── bug24699.phpt
        │   ├── bug24773.phpt
        │   ├── bug24884.phpt
        │   ├── bug26010.phpt
        │   ├── bug26077.phpt
        │   ├── bug26166.phpt
        │   ├── bug26229.phpt
        │   ├── bug26281.phpt
        │   ├── bug26696.phpt
        │   ├── bug26697.phpt
        │   ├── bug26698.phpt
        │   ├── bug26801.phpt
        │   ├── bug26802.phpt
        │   ├── bug27268.phpt
        │   ├── bug27304.phpt
        │   ├── bug27598.phpt
        │   ├── bug27669.phpt
        │   ├── bug27731.phpt
        │   ├── bug27798.phpt
        │   ├── bug28072.phpt
        │   ├── bug28377.phpt
        │   ├── bug28442.phpt
        │   ├── bug28444.phpt
        │   ├── bug29015.phpt
        │   ├── bug29104.phpt
        │   ├── bug29210.phpt
        │   ├── bug29368.phpt
        │   ├── bug29505.phpt
        │   ├── bug29674.phpt
        │   ├── bug29689.phpt
        │   ├── bug29883.phpt
        │   ├── bug29890.phpt
        │   ├── bug29896.phpt
        │   ├── bug29944.phpt
        │   ├── bug30080.phpt
        │   ├── bug30140.phpt
        │   ├── bug30161.phpt
        │   ├── bug30162.phpt
        │   ├── bug30332.phpt
        │   ├── bug30346.phpt
        │   ├── bug30394.phpt
        │   ├── bug30407.phpt
        │   ├── bug30451.phpt
        │   ├── bug30519.phpt
        │   ├── bug30702.phpt
        │   ├── bug30707.phpt
        │   ├── bug30725.phpt
        │   ├── bug30791.phpt
        │   ├── bug30820.phpt
        │   ├── bug30828.phpt
        │   ├── bug30889.phpt
        │   ├── bug30922.phpt
        │   ├── bug30998.phpt
        │   ├── bug31098.phpt
        │   ├── bug31102.phpt
        │   ├── bug31177-2.phpt
        │   ├── bug31177.phpt
        │   ├── bug31341.phpt
        │   ├── bug31525.phpt
        │   ├── bug31683.phpt
        │   ├── bug31720.phpt
        │   ├── bug31828.phpt
        │   ├── bug32080.phpt
        │   ├── bug32226.phpt
        │   ├── bug32252.phpt
        │   ├── bug32290.phpt
        │   ├── bug32296.phpt
        │   ├── bug32322.phpt
        │   ├── bug32427.phpt
        │   ├── bug32428.phpt
        │   ├── bug32429.phpt
        │   ├── bug32596.phpt
        │   ├── bug32660.phpt
        │   ├── bug32674.phpt
        │   ├── bug32799.phpt
        │   ├── bug32833.phpt
        │   ├── bug32852.phpt
        │   ├── bug32993.phpt
        │   ├── bug33116.phpt
        │   ├── bug33171.phpt
        │   ├── bug33243.phpt
        │   ├── bug33257.phpt
        │   ├── bug33277.phpt
        │   ├── bug33282.phpt
        │   ├── bug33318.phpt
        │   ├── bug33512.phpt
        │   ├── bug33558.phpt
        │   ├── bug33710.phpt
        │   ├── bug33732.phpt
        │   ├── bug33771.phpt
        │   ├── bug33802.phpt
        │   ├── bug33996.phpt
        │   ├── bug33999.phpt
        │   ├── bug34045.phpt
        │   ├── bug34062.phpt
        │   ├── bug34064.phpt
        │   ├── bug34065.phpt
        │   ├── bug34137.phpt
        │   ├── bug34199.phpt
        │   ├── bug34260.phpt
        │   ├── bug34310.phpt
        │   ├── bug34358.phpt
        │   ├── bug34467.phpt
        │   ├── bug34518.phpt
        │   ├── bug34617.phpt
        │   ├── bug34678.phpt
        │   ├── bug34712.phpt
        │   ├── bug34767.phpt
        │   ├── bug34786.phpt
        │   ├── bug34873.phpt
        │   ├── bug34879.phpt
        │   ├── bug34893.phpt
        │   ├── bug35017.phpt
        │   ├── bug35106.phpt
        │   ├── bug35239.phpt
        │   ├── bug35393.phpt
        │   ├── bug35411.phpt
        │   ├── bug35437.phpt
        │   ├── bug35470.phpt
        │   ├── bug35509.phpt
        │   ├── bug35634.phpt
        │   ├── bug35655.phpt
        │   ├── bug36006.phpt
        │   ├── bug36037.phpt
        │   ├── bug36071.phpt
        │   ├── bug36214.phpt
        │   ├── bug36268.phpt
        │   ├── bug36303.phpt
        │   ├── bug36513.phpt
        │   ├── bug36568.phpt
        │   ├── bug36759.phpt
        │   ├── bug37046.phpt
        │   ├── bug37138.phpt
        │   ├── bug37144.phpt
        │   ├── bug37212.phpt
        │   ├── bug37632.phpt
        │   ├── bug37667.phpt
        │   ├── bug37707.phpt
        │   ├── bug37715.phpt
        │   ├── bug37811.phpt
        │   ├── bug38047.phpt
        │   ├── bug38146.phpt
        │   ├── bug38211.phpt
        │   ├── bug38220.phpt
        │   ├── bug38234.phpt
        │   ├── bug38287.phpt
        │   ├── bug38461.phpt
        │   ├── bug38469.phpt
        │   ├── bug38623.phpt
        │   ├── bug38624.phpt
        │   ├── bug38772.phpt
        │   ├── bug38779_1.phpt
        │   ├── bug38779.phpt
        │   ├── bug38808.phpt
        │   ├── bug38942.phpt
        │   ├── bug39003.phpt
        │   ├── bug39017.phpt
        │   ├── bug39036.phpt
        │   ├── bug39297.phpt
        │   ├── bug39304.phpt
        │   ├── bug39438.phpt
        │   ├── bug39445.phpt
        │   ├── bug39449.phpt
        │   ├── bug39542
        │   │   └── bug39542.php
        │   ├── bug39542.phpt
        │   ├── bug39602.phpt
        │   ├── bug39721.phpt
        │   ├── bug39775.phpt
        │   ├── bug39825.phpt
        │   ├── bug39944.phpt
        │   ├── bug39990.phpt
        │   ├── bug40236.inc
        │   ├── bug40236.phpt
        │   ├── bug40261.phpt
        │   ├── bug40509.phpt
        │   ├── bug40621.phpt
        │   ├── bug40705.phpt
        │   ├── bug40757.phpt
        │   ├── bug40770.phpt
        │   ├── bug40784.phpt
        │   ├── bug40809.phpt
        │   ├── bug40815.phpt
        │   ├── bug40833.phpt
        │   ├── bug40899.phpt
        │   ├── bug41026.phpt
        │   ├── bug41075.phpt
        │   ├── bug41117_1.phpt
        │   ├── bug41209.phpt
        │   ├── bug41351_2.phpt
        │   ├── bug41351_3.phpt
        │   ├── bug41351.phpt
        │   ├── bug41372.phpt
        │   ├── bug41401.phpt
        │   ├── bug41421.phpt
        │   ├── bug41633_1.phpt
        │   ├── bug41633_2.phpt
        │   ├── bug41633_3.phpt
        │   ├── bug41633_4.phpt
        │   ├── bug41640.phpt
        │   ├── bug41813.phpt
        │   ├── bug41919.phpt
        │   ├── bug41929.phpt
        │   ├── bug41961.phpt
        │   ├── bug42119.phpt
        │   ├── bug42211.phpt
        │   ├── bug42767.phpt
        │   ├── bug42772.phpt
        │   ├── bug42817.phpt
        │   ├── bug42818.phpt
        │   ├── bug42937.phpt
        │   ├── bug43053.phpt
        │   ├── bug43128.phpt
        │   ├── bug43175.phpt
        │   ├── bug43201.phpt
        │   ├── bug43450.phpt
        │   ├── bug43483.phpt
        │   ├── bug43703.phpt
        │   ├── bug44069.phpt
        │   ├── bug44141.phpt
        │   ├── bug44184.phpt
        │   ├── bug44830.phpt
        │   ├── bug45178.phpt
        │   ├── bug45805.phpt
        │   ├── bug45862.phpt
        │   ├── bug46246.phpt
        │   ├── bug46308.phpt
        │   ├── bug46381.phpt
        │   ├── bug_debug_backtrace.phpt
        │   ├── cast_to_array.phpt
        │   ├── cast_to_bool.phpt
        │   ├── cast_to_double.phpt
        │   ├── cast_to_int.phpt
        │   ├── cast_to_object.phpt
        │   ├── cast_to_string.phpt
        │   ├── catch_002.phpt
        │   ├── catch_003.phpt
        │   ├── catch_004.phpt
        │   ├── catch.phpt
        │   ├── class_constants_001.phpt
        │   ├── class_constants_002.phpt
        │   ├── class_constants_003.phpt
        │   ├── clone_uncloneable.phpt
        │   ├── compare_001_64bit.phpt
        │   ├── compare_001.phpt
        │   ├── compare_002_64bit.phpt
        │   ├── compare_002.phpt
        │   ├── compare_003_64bit.phpt
        │   ├── compare_003.phpt
        │   ├── compare_004_64bit.phpt
        │   ├── compare_004.phpt
        │   ├── compare_005_64bit.phpt
        │   ├── compare_005.phpt
        │   ├── compare_006_64bit.phpt
        │   ├── compare_006.phpt
        │   ├── concat_001.phpt
        │   ├── declare_001.phpt
        │   ├── decrement_001_64bit.phpt
        │   ├── decrement_001.phpt
        │   ├── div_001.phpt
        │   ├── div_002.phpt
        │   ├── double_to_string_64bit.phpt
        │   ├── double_to_string.phpt
        │   ├── dtor_scope.phpt
        │   ├── errmsg_001.phpt
        │   ├── errmsg_002.phpt
        │   ├── errmsg_003.phpt
        │   ├── errmsg_004.phpt
        │   ├── errmsg_005.phpt
        │   ├── errmsg_006.phpt
        │   ├── errmsg_007.phpt
        │   ├── errmsg_008.phpt
        │   ├── errmsg_009.phpt
        │   ├── errmsg_010.phpt
        │   ├── errmsg_011.phpt
        │   ├── errmsg_012.phpt
        │   ├── errmsg_013.phpt
        │   ├── errmsg_014.phpt
        │   ├── errmsg_015.phpt
        │   ├── errmsg_016.phpt
        │   ├── errmsg_017.phpt
        │   ├── errmsg_018.phpt
        │   ├── errmsg_019.phpt
        │   ├── errmsg_020.phpt
        │   ├── errmsg_021.phpt
        │   ├── errmsg_022.phpt
        │   ├── errmsg_023.phpt
        │   ├── errmsg_024.phpt
        │   ├── errmsg_025.phpt
        │   ├── errmsg_026.phpt
        │   ├── errmsg_027.phpt
        │   ├── errmsg_028.phpt
        │   ├── errmsg_029.phpt
        │   ├── errmsg_030.phpt
        │   ├── errmsg_031.phpt
        │   ├── errmsg_032.phpt
        │   ├── errmsg_033.phpt
        │   ├── errmsg_034.phpt
        │   ├── errmsg_035.phpt
        │   ├── errmsg_036.phpt
        │   ├── errmsg_037.phpt
        │   ├── errmsg_038.phpt
        │   ├── errmsg_039.phpt
        │   ├── errmsg_040.phpt
        │   ├── errmsg_041.phpt
        │   ├── errmsg_042.phpt
        │   ├── errmsg_043.phpt
        │   ├── error_reporting01.phpt
        │   ├── error_reporting02.phpt
        │   ├── error_reporting03.phpt
        │   ├── error_reporting04.phpt
        │   ├── error_reporting05.phpt
        │   ├── error_reporting06.phpt
        │   ├── error_reporting07.phpt
        │   ├── error_reporting08.phpt
        │   ├── error_reporting09.phpt
        │   ├── error_reporting10.phpt
        │   ├── exception_009.phpt
        │   ├── exception_handler_001.phpt
        │   ├── exception_handler_002.phpt
        │   ├── exception_handler_003.phpt
        │   ├── exception_handler_004.phpt
        │   ├── exception_handler_005.phpt
        │   ├── exception_handler_006.phpt
        │   ├── foreach.phpt
        │   ├── foreach_undefined.phpt
        │   ├── get_class_methods_001.phpt
        │   ├── get_class_methods_002.phpt
        │   ├── get_class_methods_003.phpt
        │   ├── get_class_vars_001.phpt
        │   ├── get_class_vars_002.phpt
        │   ├── get_class_vars_003.phpt
        │   ├── get_class_vars_004.phpt
        │   ├── get_class_vars_005.phpt
        │   ├── get_class_vars_006.phpt
        │   ├── get_class_vars_007.phpt
        │   ├── get_defined_vars.phpt
        │   ├── globals_001.phpt
        │   ├── globals_002.phpt
        │   ├── globals_003.phpt
        │   ├── globals_004.phpt
        │   ├── globals.inc
        │   ├── halt01.phpt
        │   ├── halt02.phpt
        │   ├── halt03.phpt
        │   ├── halt_compiler1.phpt
        │   ├── halt_compiler2.phpt
        │   ├── halt_compiler3.phpt
        │   ├── halt_compiler4.phpt
        │   ├── hex_overflow_32bit.phpt
        │   ├── increment_001.phpt
        │   ├── indexing_001.phpt
        │   ├── instanceof.phpt
        │   ├── int_overflow_32bit.phpt
        │   ├── int_overflow_64bit.phpt
        │   ├── int_underflow_32bit.phpt
        │   ├── int_underflow_64bit.phpt
        │   ├── is_a.phpt
        │   ├── isset_001.phpt
        │   ├── isset_002.phpt
        │   ├── isset_003.phpt
        │   ├── magic_by_ref_001.phpt
        │   ├── magic_by_ref_002.phpt
        │   ├── magic_by_ref_003.phpt
        │   ├── magic_by_ref_004.phpt
        │   ├── magic_by_ref_005.phpt
        │   ├── magic_by_ref_006.phpt
        │   ├── magic_by_ref_007.phpt
        │   ├── magic_by_ref_010.phpt
        │   ├── method_exists_002.phpt
        │   ├── method_exists.phpt
        │   ├── mod_001.phpt
        │   ├── mul_001.phpt
        │   ├── multibyte
        │   │   ├── multibyte_encoding_001.phpt
        │   │   ├── multibyte_encoding_002.phpt
        │   │   └── multibyte_encoding_003.phpt
        │   ├── not_001.phpt
        │   ├── not_002.phpt
        │   ├── object_handlers.phpt
        │   ├── object-null.phpt
        │   ├── objects_001.phpt
        │   ├── objects_002.phpt
        │   ├── objects_003.phpt
        │   ├── objects_004.phpt
        │   ├── objects_005.phpt
        │   ├── objects_006.phpt
        │   ├── objects_007.phpt
        │   ├── objects_008.phpt
        │   ├── objects_009.phpt
        │   ├── objects_010.phpt
        │   ├── objects_011.phpt
        │   ├── objects_012.phpt
        │   ├── objects_013.phpt
        │   ├── objects_014.phpt
        │   ├── objects_015.phpt
        │   ├── oct_overflow_32bit.phpt
        │   ├── offset_array.phpt
        │   ├── offset_assign.phpt
        │   ├── offset_bool.phpt
        │   ├── offset_long.phpt
        │   ├── offset_null.phpt
        │   ├── offset_object.phpt
        │   ├── offset_string.phpt
        │   ├── or_001.phpt
        │   ├── selfParent_001.phpt
        │   ├── selfParent_002.phpt
        │   ├── settype_array.phpt
        │   ├── settype_bool.phpt
        │   ├── settype_double.phpt
        │   ├── settype_int.phpt
        │   ├── settype_null.phpt
        │   ├── settype_object.phpt
        │   ├── settype_resource.phpt
        │   ├── settype_string.phpt
        │   ├── shift_001.phpt
        │   ├── shift_002.phpt
        │   ├── strict_001.phpt
        │   ├── strict_002.phpt
        │   ├── sub_001.phpt
        │   ├── unset_cv01.phpt
        │   ├── unset_cv02.phpt
        │   ├── unset_cv03.phpt
        │   ├── unset_cv04.phpt
        │   ├── unset_cv05.phpt
        │   ├── unset_cv06.phpt
        │   ├── unset_cv07.phpt
        │   ├── unset_cv08.phpt
        │   ├── unset_cv09.phpt
        │   ├── unset_cv10.phpt
        │   ├── unset_cv11.phpt
        │   ├── unset_cv12.phpt
        │   ├── unset.inc
        │   ├── xor_001.phpt
        │   ├── xor_002.phpt
        │   ├── xor_003.phpt
        │   ├── zend2.php.txt
        │   ├── zend_operators.phpt
        │   └── zend_strtod.phpt
        ├── zend_alloc.c
        ├── zend_alloc.h
        ├── zend_API.c
        ├── zend_API.h
        ├── zend_arg_defs.c
        ├── zend_builtin_functions.c
        ├── zend_builtin_functions.h
        ├── zend.c
        ├── ZEND_CHANGES
        ├── zend_compile.c
        ├── zend_compile.h
        ├── zend_config.nw.h
        ├── zend_config.w32.h
        ├── zend_constants.c
        ├── zend_constants.h
        ├── ZendCore.dep
        ├── zend_default_classes.c
        ├── Zend.dsp
        ├── zend_dynamic_array.c
        ├── zend_dynamic_array.h
        ├── zend_errors.h
        ├── zend_exceptions.c
        ├── zend_exceptions.h
        ├── zend_execute_API.c
        ├── zend_execute.c
        ├── zend_execute.h
        ├── zend_extensions.c
        ├── zend_extensions.h
        ├── zend_fast_cache.h
        ├── zend_globals.h
        ├── zend_globals_macros.h
        ├── zend.h
        ├── zend_hash.c
        ├── zend_hash.h
        ├── zend_highlight.c
        ├── zend_highlight.h
        ├── zend.ico
        ├── zend_indent.c
        ├── zend_indent.h
        ├── zend_ini.c
        ├── zend_ini.h
        ├── zend_ini_parser.c
        ├── zend_ini_parser.h
        ├── zend_ini_parser.output
        ├── zend_ini_parser.y
        ├── zend_ini_scanner.c
        ├── zend_ini_scanner.h
        ├── zend_ini_scanner.l
        ├── zend_interfaces.c
        ├── zend_interfaces.h
        ├── zend_istdiostream.h
        ├── zend_iterators.c
        ├── zend_iterators.h
        ├── zend_language_parser.c
        ├── zend_language_parser.h
        ├── zend_language_parser.output
        ├── zend_language_parser.y
        ├── zend_language_scanner.c
        ├── zend_language_scanner.h
        ├── zend_language_scanner.l
        ├── zend_list.c
        ├── zend_list.h
        ├── zend_llist.c
        ├── zend_llist.h
        ├── Zend.m4
        ├── zend_modules.h
        ├── zend_multibyte.c
        ├── zend_multibyte.h
        ├── zend_multiply.h
        ├── zend_object_handlers.c
        ├── zend_object_handlers.h
        ├── zend_objects_API.c
        ├── zend_objects_API.h
        ├── zend_objects.c
        ├── zend_objects.h
        ├── zend_opcode.c
        ├── zend_operators.c
        ├── zend_operators.h
        ├── zend_ptr_stack.c
        ├── zend_ptr_stack.h
        ├── zend_qsort.c
        ├── zend_qsort.h
        ├── zend_sprintf.c
        ├── zend_stack.c
        ├── zend_stack.h
        ├── zend_static_allocator.c
        ├── zend_static_allocator.h
        ├── zend_stream.c
        ├── zend_stream.h
        ├── zend_strtod.c
        ├── zend_strtod.h
        ├── ZendTS.dsp
        ├── zend_ts_hash.c
        ├── zend_ts_hash.h
        ├── zend_types.h
        ├── zend_variables.c
        ├── zend_variables.h
        ├── zend_vm_def.h
        ├── zend_vm_execute.h
        ├── zend_vm_execute.skl
        ├── zend_vm_gen.php
        ├── zend_vm.h
        └── zend_vm_opcodes.h

277 directories, 9316 files

实例下载地址

php5.2.8.tar.gz(php安装包for linux)

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警