实例介绍
【实例截图】
【核心代码】
.
├── 6 php
│ ├── php-5.3.0
│ │ ├── CODING_STANDARDS
│ │ ├── CREDITS
│ │ ├── EXTENSIONS
│ │ ├── INSTALL
│ │ ├── LICENSE
│ │ ├── Makefile.frag
│ │ ├── Makefile.gcov
│ │ ├── Makefile.global
│ │ ├── NEWS
│ │ ├── README.CVS-RULES
│ │ ├── README.EXTENSIONS
│ │ ├── README.EXT_SKEL
│ │ ├── README.MAILINGLIST_RULES
│ │ ├── README.PARAMETER_PARSING_API
│ │ ├── README.PHP4-TO-PHP5-THIN-CHANGES
│ │ ├── README.QNX
│ │ ├── README.REDIST.BINS
│ │ ├── README.RELEASE_PROCESS
│ │ ├── README.SELF-CONTAINED-EXTENSIONS
│ │ ├── README.STREAMS
│ │ ├── README.SUBMITTING_PATCH
│ │ ├── README.TESTING
│ │ ├── README.TESTING2
│ │ ├── README.UNIX-BUILD-SYSTEM
│ │ ├── README.WIN32-BUILD-SYSTEM
│ │ ├── README.Zeus
│ │ ├── README.input_filter
│ │ ├── README.namespaces
│ │ ├── TODO
│ │ ├── TODO-5.1
│ │ ├── TODO-PHP5
│ │ ├── TSRM
│ │ │ ├── LICENSE
│ │ │ ├── Makefile.am
│ │ │ ├── TODO
│ │ │ ├── TSRM.c
│ │ │ ├── TSRM.dsp
│ │ │ ├── TSRM.h
│ │ │ ├── acconfig.h
│ │ │ ├── acinclude.m4
│ │ │ ├── build.mk
│ │ │ ├── buildconf
│ │ │ ├── config.w32
│ │ │ ├── configure.in
│ │ │ ├── readdir.h
│ │ │ ├── threads.m4
│ │ │ ├── tsrm.m4
│ │ │ ├── tsrm_config.w32.h
│ │ │ ├── tsrm_config_common.h
│ │ │ ├── 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
│ │ ├── Zend
│ │ │ ├── ChangeLog
│ │ │ ├── LICENSE
│ │ │ ├── Makefile.am
│ │ │ ├── Makefile.frag
│ │ │ ├── OBJECTS2_HOWTO
│ │ │ ├── README.ZEND_MM
│ │ │ ├── README.ZEND_VM
│ │ │ ├── RFCs
│ │ │ │ ├── 001.txt
│ │ │ │ ├── 002.txt
│ │ │ │ └── 003.txt
│ │ │ ├── ZEND_CHANGES
│ │ │ ├── Zend.dsp
│ │ │ ├── Zend.m4
│ │ │ ├── ZendCore.dep
│ │ │ ├── ZendTS.dsp
│ │ │ ├── acconfig.h
│ │ │ ├── acinclude.m4
│ │ │ ├── bench.php
│ │ │ ├── build.mk
│ │ │ ├── buildconf
│ │ │ ├── configure.in
│ │ │ ├── header
│ │ │ ├── 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
│ │ │ │ ├── 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
│ │ │ │ ├── abstract-static.phpt
│ │ │ │ ├── access_modifiers_001.phpt
│ │ │ │ ├── access_modifiers_002.phpt
│ │ │ │ ├── access_modifiers_003.phpt
│ │ │ │ ├── access_modifiers_004.phpt
│ │ │ │ ├── access_modifiers_005.phpt
│ │ │ │ ├── access_modifiers_006.phpt
│ │ │ │ ├── access_modifiers_007.phpt
│ │ │ │ ├── access_modifiers_008.phpt
│ │ │ │ ├── access_modifiers_009.phpt
│ │ │ │ ├── access_modifiers_010.phpt
│ │ │ │ ├── access_modifiers_011.phpt
│ │ │ │ ├── access_modifiers_012.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
│ │ │ │ ├── anonymous_func_001.phpt
│ │ │ │ ├── anonymous_func_002.phpt
│ │ │ │ ├── anonymous_func_003.phpt
│ │ │ │ ├── array_append_COW.phpt
│ │ │ │ ├── array_type_hint_001.phpt
│ │ │ │ ├── array_unshift_COW.phpt
│ │ │ │ ├── assign_to_var_001.phpt
│ │ │ │ ├── assign_to_var_002.phpt
│ │ │ │ ├── assign_to_var_003.phpt
│ │ │ │ ├── assign_to_var_004.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
│ │ │ │ ├── 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
│ │ │ │ ├── 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
│ │ │ │ ├── bug32993.phpt
│ │ │ │ ├── bug33116.phpt
│ │ │ │ ├── bug33171.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
│ │ │ │ ├── bug34786.phpt
│ │ │ │ ├── bug34873.phpt
│ │ │ │ ├── bug34879.phpt
│ │ │ │ ├── bug34893.phpt
│ │ │ │ ├── bug35017.phpt
│ │ │ │ ├── bug35106.phpt
│ │ │ │ ├── bug35163.phpt
│ │ │ │ ├── bug35163_2.phpt
│ │ │ │ ├── bug35163_3.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
│ │ │ │ ├── bug37251.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.phpt
│ │ │ │ ├── bug38779_1.phpt
│ │ │ │ ├── bug38808.phpt
│ │ │ │ ├── bug38942.phpt
│ │ │ │ ├── bug39003.phpt
│ │ │ │ ├── bug39017.phpt
│ │ │ │ ├── bug39018.phpt
│ │ │ │ ├── bug39018_2.phpt
│ │ │ │ ├── bug39036.phpt
│ │ │ │ ├── bug39127.phpt
│ │ │ │ ├── bug39297.phpt
│ │ │ │ ├── bug39304.phpt
│ │ │ │ ├── bug39346.phpt
│ │ │ │ ├── bug39438.phpt
│ │ │ │ ├── bug39445.phpt
│ │ │ │ ├── bug39449.phpt
│ │ │ │ ├── bug39542
│ │ │ │ ├── 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.phpt
│ │ │ │ ├── bug41351_2.phpt
│ │ │ │ ├── bug41351_3.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
│ │ │ │ ├── bug42143.phpt
│ │ │ │ ├── bug42211.phpt
│ │ │ │ ├── bug42767.phpt
│ │ │ │ ├── bug42772.phpt
│ │ │ │ ├── bug42798.phpt
│ │ │ │ ├── bug42802.phpt
│ │ │ │ ├── bug42817.phpt
│ │ │ │ ├── bug42818.phpt
│ │ │ │ ├── bug42819.phpt
│ │ │ │ ├── bug42820.phpt
│ │ │ │ ├── bug42859.phpt
│ │ │ │ ├── bug42937.phpt
│ │ │ │ ├── bug43027.phpt
│ │ │ │ ├── bug43053.phpt
│ │ │ │ ├── bug43128.phpt
│ │ │ │ ├── bug43175.phpt
│ │ │ │ ├── bug43183.phpt
│ │ │ │ ├── bug43201.phpt
│ │ │ │ ├── bug43323.phpt
│ │ │ │ ├── bug43332_1.phpt
│ │ │ │ ├── bug43332_2.phpt
│ │ │ │ ├── bug43343.phpt
│ │ │ │ ├── bug43344_1.phpt
│ │ │ │ ├── bug43344_10.phpt
│ │ │ │ ├── bug43344_11.phpt
│ │ │ │ ├── bug43344_12.phpt
│ │ │ │ ├── bug43344_13.phpt
│ │ │ │ ├── bug43344_2.phpt
│ │ │ │ ├── bug43344_3.phpt
│ │ │ │ ├── bug43344_4.phpt
│ │ │ │ ├── bug43344_5.phpt
│ │ │ │ ├── bug43344_6.phpt
│ │ │ │ ├── bug43344_7.phpt
│ │ │ │ ├── bug43344_8.phpt
│ │ │ │ ├── bug43344_9.phpt
│ │ │ │ ├── bug43426.phpt
│ │ │ │ ├── bug43450.phpt
│ │ │ │ ├── bug43483.phpt
│ │ │ │ ├── bug43651.phpt
│ │ │ │ ├── bug43703.phpt
│ │ │ │ ├── bug43851.phpt
│ │ │ │ ├── bug43918.phpt
│ │ │ │ ├── bug44069.phpt
│ │ │ │ ├── bug44141.phpt
│ │ │ │ ├── bug44184.phpt
│ │ │ │ ├── bug44414.phpt
│ │ │ │ ├── bug44653.phpt
│ │ │ │ ├── bug44660.phpt
│ │ │ │ ├── bug44830.phpt
│ │ │ │ ├── bug44899.phpt
│ │ │ │ ├── bug44899_2.phpt
│ │ │ │ ├── bug44913.phpt
│ │ │ │ ├── bug45147.phpt
│ │ │ │ ├── bug45178.phpt
│ │ │ │ ├── bug45180.phpt
│ │ │ │ ├── bug45186.phpt
│ │ │ │ ├── bug45186_2.phpt
│ │ │ │ ├── bug45742.phpt
│ │ │ │ ├── bug45744.phpt
│ │ │ │ ├── bug45805.phpt
│ │ │ │ ├── bug45862.phpt
│ │ │ │ ├── bug45877.phpt
│ │ │ │ ├── bug45910.phpt
│ │ │ │ ├── bug45910_2.phpt
│ │ │ │ ├── bug46106.phpt
│ │ │ │ ├── bug46196.phpt
│ │ │ │ ├── bug46238.phpt
│ │ │ │ ├── bug46241.phpt
│ │ │ │ ├── bug46246.phpt
│ │ │ │ ├── bug46304.phpt
│ │ │ │ ├── bug46308.phpt
│ │ │ │ ├── bug46381.phpt
│ │ │ │ ├── bug46409.phpt
│ │ │ │ ├── bug46665.phpt
│ │ │ │ ├── bug46665_autoload.inc
│ │ │ │ ├── bug46701.phpt
│ │ │ │ ├── bug46811.phpt
│ │ │ │ ├── bug46813.phpt
│ │ │ │ ├── bug47054.phpt
│ │ │ │ ├── bug47109.phpt
│ │ │ │ ├── bug47165.phpt
│ │ │ │ ├── bug47320.phpt
│ │ │ │ ├── bug47343.phpt
│ │ │ │ ├── bug47353.phpt
│ │ │ │ ├── bug47516.phpt
│ │ │ │ ├── bug47572.phpt
│ │ │ │ ├── bug47593.phpt
│ │ │ │ ├── bug47596.phpt
│ │ │ │ ├── bug47699.phpt
│ │ │ │ ├── bug47704.phpt
│ │ │ │ ├── bug47714.phpt
│ │ │ │ ├── bug47771.phpt
│ │ │ │ ├── bug47801.phpt
│ │ │ │ ├── bug47836.phpt
│ │ │ │ ├── bug47880.phpt
│ │ │ │ ├── bug47981.phpt
│ │ │ │ ├── bug48004.phpt
│ │ │ │ ├── bug48215.phpt
│ │ │ │ ├── bug48215_2.phpt
│ │ │ │ ├── bug48228.phpt
│ │ │ │ ├── bug48248.phpt
│ │ │ │ ├── bug48408.phpt
│ │ │ │ ├── bug48409.phpt
│ │ │ │ ├── bug48428.phpt
│ │ │ │ ├── bug48533.phpt
│ │ │ │ ├── bug_debug_backtrace.phpt
│ │ │ │ ├── call_static.phpt
│ │ │ │ ├── call_static_002.phpt
│ │ │ │ ├── call_static_003.phpt
│ │ │ │ ├── call_static_004.phpt
│ │ │ │ ├── call_static_005.phpt
│ │ │ │ ├── call_static_006.phpt
│ │ │ │ ├── call_static_007.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.phpt
│ │ │ │ ├── catch_002.phpt
│ │ │ │ ├── catch_003.phpt
│ │ │ │ ├── catch_004.phpt
│ │ │ │ ├── class_alias_001.phpt
│ │ │ │ ├── class_alias_002.phpt
│ │ │ │ ├── class_alias_003.phpt
│ │ │ │ ├── class_alias_004.phpt
│ │ │ │ ├── class_alias_005.phpt
│ │ │ │ ├── class_alias_006.phpt
│ │ │ │ ├── class_alias_007.phpt
│ │ │ │ ├── class_alias_008.phpt
│ │ │ │ ├── class_alias_009.phpt
│ │ │ │ ├── class_alias_010.phpt
│ │ │ │ ├── class_alias_011.phpt
│ │ │ │ ├── class_alias_012.phpt
│ │ │ │ ├── class_alias_013.phpt
│ │ │ │ ├── class_alias_014.phpt
│ │ │ │ ├── class_alias_015.phpt
│ │ │ │ ├── class_alias_016.phpt
│ │ │ │ ├── class_alias_017.phpt
│ │ │ │ ├── class_alias_018.phpt
│ │ │ │ ├── class_alias_019.phpt
│ │ │ │ ├── class_alias_020.phpt
│ │ │ │ ├── class_alias_021.phpt
│ │ │ │ ├── class_constants_001.phpt
│ │ │ │ ├── class_constants_002.phpt
│ │ │ │ ├── class_constants_003.phpt
│ │ │ │ ├── class_constants_004.phpt
│ │ │ │ ├── class_exists_001.phpt
│ │ │ │ ├── class_exists_002.phpt
│ │ │ │ ├── class_exists_003.phpt
│ │ │ │ ├── clone_001.phpt
│ │ │ │ ├── clone_002.phpt
│ │ │ │ ├── clone_003.phpt
│ │ │ │ ├── clone_004.phpt
│ │ │ │ ├── closure_001.phpt
│ │ │ │ ├── closure_002.phpt
│ │ │ │ ├── closure_003.phpt
│ │ │ │ ├── closure_004.phpt
│ │ │ │ ├── closure_006.phpt
│ │ │ │ ├── closure_008.phpt
│ │ │ │ ├── closure_009.phpt
│ │ │ │ ├── closure_010.phpt
│ │ │ │ ├── closure_011.phpt
│ │ │ │ ├── closure_012.phpt
│ │ │ │ ├── closure_013.phpt
│ │ │ │ ├── closure_014.phpt
│ │ │ │ ├── closure_015.phpt
│ │ │ │ ├── closure_016.phpt
│ │ │ │ ├── closure_017.phpt
│ │ │ │ ├── closure_018.phpt
│ │ │ │ ├── closure_019.phpt
│ │ │ │ ├── closure_020.phpt
│ │ │ │ ├── closure_021.phpt
│ │ │ │ ├── closure_022.phpt
│ │ │ │ ├── closure_023.phpt
│ │ │ │ ├── closure_024.phpt
│ │ │ │ ├── closure_025.phpt
│ │ │ │ ├── closure_026.phpt
│ │ │ │ ├── closure_027.phpt
│ │ │ │ ├── closure_028.phpt
│ │ │ │ ├── closure_029.phpt
│ │ │ │ ├── closure_030.phpt
│ │ │ │ ├── closure_031.phpt
│ │ │ │ ├── closure_032.phpt
│ │ │ │ ├── closure_033.phpt
│ │ │ │ ├── compare_001.phpt
│ │ │ │ ├── compare_001_64bit.phpt
│ │ │ │ ├── compare_002.phpt
│ │ │ │ ├── compare_002_64bit.phpt
│ │ │ │ ├── compare_003.phpt
│ │ │ │ ├── compare_003_64bit.phpt
│ │ │ │ ├── compare_004.phpt
│ │ │ │ ├── compare_004_64bit.phpt
│ │ │ │ ├── compare_005.phpt
│ │ │ │ ├── compare_005_64bit.phpt
│ │ │ │ ├── compare_006.phpt
│ │ │ │ ├── compare_006_64bit.phpt
│ │ │ │ ├── concat_001.phpt
│ │ │ │ ├── constants
│ │ │ │ ├── constants_001.phpt
│ │ │ │ ├── constants_002.phpt
│ │ │ │ ├── constants_003.phpt
│ │ │ │ ├── constants_004.phpt
│ │ │ │ ├── constants_005.phpt
│ │ │ │ ├── constants_006.phpt
│ │ │ │ ├── constants_007.phpt
│ │ │ │ ├── constants_008.phpt
│ │ │ │ ├── constants_009.phpt
│ │ │ │ ├── constructor_args.phpt
│ │ │ │ ├── declare_001.phpt
│ │ │ │ ├── decrement_001.phpt
│ │ │ │ ├── decrement_001_64bit.phpt
│ │ │ │ ├── div_001.phpt
│ │ │ │ ├── div_002.phpt
│ │ │ │ ├── double_to_string.phpt
│ │ │ │ ├── double_to_string_64bit.phpt
│ │ │ │ ├── dtor_scope.phpt
│ │ │ │ ├── dynamic_call_001.phpt
│ │ │ │ ├── dynamic_call_002.phpt
│ │ │ │ ├── dynamic_call_003.phpt
│ │ │ │ ├── dynamic_call_004.phpt
│ │ │ │ ├── each_001.phpt
│ │ │ │ ├── each_002.phpt
│ │ │ │ ├── each_003.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
│ │ │ │ ├── errmsg_044.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_001.phpt
│ │ │ │ ├── exception_002.phpt
│ │ │ │ ├── exception_003.phpt
│ │ │ │ ├── exception_004.phpt
│ │ │ │ ├── exception_005.phpt
│ │ │ │ ├── exception_006.phpt
│ │ │ │ ├── exception_007.phpt
│ │ │ │ ├── exception_008.phpt
│ │ │ │ ├── exception_009.phpt
│ │ │ │ ├── exception_010.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
│ │ │ │ ├── float_prec_001.phpt
│ │ │ │ ├── foreach.phpt
│ │ │ │ ├── foreach_002.phpt
│ │ │ │ ├── foreach_undefined.phpt
│ │ │ │ ├── foreach_unset_globals.phpt
│ │ │ │ ├── function_exists_basic.phpt
│ │ │ │ ├── function_exists_error.phpt
│ │ │ │ ├── function_exists_variation1.phpt
│ │ │ │ ├── gc_001.phpt
│ │ │ │ ├── gc_002.phpt
│ │ │ │ ├── gc_003.phpt
│ │ │ │ ├── gc_004.phpt
│ │ │ │ ├── gc_005.phpt
│ │ │ │ ├── gc_006.phpt
│ │ │ │ ├── gc_007.phpt
│ │ │ │ ├── gc_008.phpt
│ │ │ │ ├── gc_009.phpt
│ │ │ │ ├── gc_010.phpt
│ │ │ │ ├── gc_011.phpt
│ │ │ │ ├── gc_012.phpt
│ │ │ │ ├── gc_013.phpt
│ │ │ │ ├── gc_014.phpt
│ │ │ │ ├── gc_015.phpt
│ │ │ │ ├── gc_016.phpt
│ │ │ │ ├── gc_017.phpt
│ │ │ │ ├── gc_018.phpt
│ │ │ │ ├── gc_019.phpt
│ │ │ │ ├── gc_020.phpt
│ │ │ │ ├── gc_021.phpt
│ │ │ │ ├── gc_022.phpt
│ │ │ │ ├── gc_023.phpt
│ │ │ │ ├── gc_024.phpt
│ │ │ │ ├── gc_025.phpt
│ │ │ │ ├── gc_026.phpt
│ │ │ │ ├── gc_027.phpt
│ │ │ │ ├── gc_028.phpt
│ │ │ │ ├── gc_029.phpt
│ │ │ │ ├── gc_030.phpt
│ │ │ │ ├── gc_031.phpt
│ │ │ │ ├── get_called_class_001.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_functions_basic.phpt
│ │ │ │ ├── get_defined_functions_error.phpt
│ │ │ │ ├── get_defined_vars.phpt
│ │ │ │ ├── get_parent_class_001.phpt
│ │ │ │ ├── globals.inc
│ │ │ │ ├── globals_001.phpt
│ │ │ │ ├── globals_002.phpt
│ │ │ │ ├── globals_003.phpt
│ │ │ │ ├── globals_004.phpt
│ │ │ │ ├── halt01.phpt
│ │ │ │ ├── halt02.phpt
│ │ │ │ ├── halt03.phpt
│ │ │ │ ├── halt_compiler1.phpt
│ │ │ │ ├── halt_compiler2.phpt
│ │ │ │ ├── halt_compiler3.phpt
│ │ │ │ ├── halt_compiler4.phpt
│ │ │ │ ├── heredoc_001.phpt
│ │ │ │ ├── heredoc_002.phpt
│ │ │ │ ├── heredoc_003.phpt
│ │ │ │ ├── heredoc_004.phpt
│ │ │ │ ├── heredoc_005.phpt
│ │ │ │ ├── heredoc_006.phpt
│ │ │ │ ├── heredoc_007.phpt
│ │ │ │ ├── heredoc_008.phpt
│ │ │ │ ├── heredoc_009.phpt
│ │ │ │ ├── heredoc_010.phpt
│ │ │ │ ├── heredoc_011.phpt
│ │ │ │ ├── heredoc_012.phpt
│ │ │ │ ├── heredoc_013.phpt
│ │ │ │ ├── heredoc_014.phpt
│ │ │ │ ├── heredoc_015.phpt
│ │ │ │ ├── heredoc_016.phpt
│ │ │ │ ├── heredoc_017.phpt
│ │ │ │ ├── heredoc_018.phpt
│ │ │ │ ├── hex_overflow_32bit.phpt
│ │ │ │ ├── increment_001.phpt
│ │ │ │ ├── indexing_001.phpt
│ │ │ │ ├── instanceof.phpt
│ │ │ │ ├── instanceof_001.phpt
│ │ │ │ ├── instanceof_002.phpt
│ │ │ │ ├── int_overflow_32bit.phpt
│ │ │ │ ├── int_overflow_64bit.phpt
│ │ │ │ ├── int_underflow_32bit.phpt
│ │ │ │ ├── int_underflow_64bit.phpt
│ │ │ │ ├── inter_007.phpt
│ │ │ │ ├── inter_01.phpt
│ │ │ │ ├── inter_02.phpt
│ │ │ │ ├── inter_03.phpt
│ │ │ │ ├── inter_04.phpt
│ │ │ │ ├── inter_05.phpt
│ │ │ │ ├── inter_06.phpt
│ │ │ │ ├── interface_exists_001.phpt
│ │ │ │ ├── interface_exists_002.phpt
│ │ │ │ ├── is_a.phpt
│ │ │ │ ├── isset_001.phpt
│ │ │ │ ├── isset_002.phpt
│ │ │ │ ├── isset_003.phpt
│ │ │ │ ├── jump01.phpt
│ │ │ │ ├── jump02.phpt
│ │ │ │ ├── jump03.phpt
│ │ │ │ ├── jump04.phpt
│ │ │ │ ├── jump05.phpt
│ │ │ │ ├── jump06.phpt
│ │ │ │ ├── jump07.phpt
│ │ │ │ ├── jump08.phpt
│ │ │ │ ├── jump09.phpt
│ │ │ │ ├── jump10.phpt
│ │ │ │ ├── jump11.phpt
│ │ │ │ ├── jump12.phpt
│ │ │ │ ├── jump13.phpt
│ │ │ │ ├── jump14.phpt
│ │ │ │ ├── list_001.phpt
│ │ │ │ ├── list_002.phpt
│ │ │ │ ├── list_003.phpt
│ │ │ │ ├── list_004.phpt
│ │ │ │ ├── list_005.phpt
│ │ │ │ ├── list_006.phpt
│ │ │ │ ├── list_007.phpt
│ │ │ │ ├── lsb_001.phpt
│ │ │ │ ├── lsb_002.phpt
│ │ │ │ ├── lsb_003.phpt
│ │ │ │ ├── lsb_004.phpt
│ │ │ │ ├── lsb_005.phpt
│ │ │ │ ├── lsb_006.phpt
│ │ │ │ ├── lsb_007.phpt
│ │ │ │ ├── lsb_008.phpt
│ │ │ │ ├── lsb_009.phpt
│ │ │ │ ├── lsb_010.phpt
│ │ │ │ ├── lsb_011.phpt
│ │ │ │ ├── lsb_012.phpt
│ │ │ │ ├── lsb_013.phpt
│ │ │ │ ├── lsb_014.phpt
│ │ │ │ ├── lsb_015.phpt
│ │ │ │ ├── lsb_016.phpt
│ │ │ │ ├── lsb_017.phpt
│ │ │ │ ├── lsb_018.phpt
│ │ │ │ ├── lsb_019.phpt
│ │ │ │ ├── lsb_020.phpt
│ │ │ │ ├── lsb_021.phpt
│ │ │ │ ├── lsb_022.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
│ │ │ │ ├── magic_methods_001.phpt
│ │ │ │ ├── magic_methods_002.phpt
│ │ │ │ ├── magic_methods_003.phpt
│ │ │ │ ├── magic_methods_004.phpt
│ │ │ │ ├── magic_methods_005.phpt
│ │ │ │ ├── magic_methods_006.phpt
│ │ │ │ ├── magic_methods_007.phpt
│ │ │ │ ├── magic_methods_008.phpt
│ │ │ │ ├── magic_methods_009.phpt
│ │ │ │ ├── magic_methods_010.phpt
│ │ │ │ ├── method_exists.phpt
│ │ │ │ ├── method_exists_002.phpt
│ │ │ │ ├── mod_001.phpt
│ │ │ │ ├── mul_001.phpt
│ │ │ │ ├── multibyte
│ │ │ │ ├── not_001.phpt
│ │ │ │ ├── not_002.phpt
│ │ │ │ ├── nowdoc.inc
│ │ │ │ ├── nowdoc_001.phpt
│ │ │ │ ├── nowdoc_002.phpt
│ │ │ │ ├── nowdoc_003.phpt
│ │ │ │ ├── nowdoc_004.phpt
│ │ │ │ ├── nowdoc_005.phpt
│ │ │ │ ├── nowdoc_006.phpt
│ │ │ │ ├── nowdoc_007.phpt
│ │ │ │ ├── nowdoc_008.phpt
│ │ │ │ ├── nowdoc_009.phpt
│ │ │ │ ├── nowdoc_010.phpt
│ │ │ │ ├── nowdoc_011.phpt
│ │ │ │ ├── nowdoc_012.phpt
│ │ │ │ ├── nowdoc_013.phpt
│ │ │ │ ├── nowdoc_014.phpt
│ │ │ │ ├── nowdoc_015.phpt
│ │ │ │ ├── nowdoc_016.phpt
│ │ │ │ ├── nowdoc_017.phpt
│ │ │ │ ├── ns_001.phpt
│ │ │ │ ├── ns_002.phpt
│ │ │ │ ├── ns_003.phpt
│ │ │ │ ├── ns_004.phpt
│ │ │ │ ├── ns_005.phpt
│ │ │ │ ├── ns_006.phpt
│ │ │ │ ├── ns_007.phpt
│ │ │ │ ├── ns_008.phpt
│ │ │ │ ├── ns_009.phpt
│ │ │ │ ├── ns_010.phpt
│ │ │ │ ├── ns_011.phpt
│ │ │ │ ├── ns_012.phpt
│ │ │ │ ├── ns_013.phpt
│ │ │ │ ├── ns_014.phpt
│ │ │ │ ├── ns_015.phpt
│ │ │ │ ├── ns_016.phpt
│ │ │ │ ├── ns_017.phpt
│ │ │ │ ├── ns_018.phpt
│ │ │ │ ├── ns_019.phpt
│ │ │ │ ├── ns_020.phpt
│ │ │ │ ├── ns_021.phpt
│ │ │ │ ├── ns_022.inc
│ │ │ │ ├── ns_022.phpt
│ │ │ │ ├── ns_023.phpt
│ │ │ │ ├── ns_024.phpt
│ │ │ │ ├── ns_025.phpt
│ │ │ │ ├── ns_026.phpt
│ │ │ │ ├── ns_027.inc
│ │ │ │ ├── ns_027.phpt
│ │ │ │ ├── ns_028.inc
│ │ │ │ ├── ns_028.phpt
│ │ │ │ ├── ns_029.phpt
│ │ │ │ ├── ns_030.phpt
│ │ │ │ ├── ns_031.phpt
│ │ │ │ ├── ns_032.phpt
│ │ │ │ ├── ns_033.phpt
│ │ │ │ ├── ns_034.phpt
│ │ │ │ ├── ns_035.phpt
│ │ │ │ ├── ns_036.phpt
│ │ │ │ ├── ns_037.phpt
│ │ │ │ ├── ns_038.phpt
│ │ │ │ ├── ns_039.phpt
│ │ │ │ ├── ns_040.phpt
│ │ │ │ ├── ns_041.phpt
│ │ │ │ ├── ns_042.phpt
│ │ │ │ ├── ns_043.phpt
│ │ │ │ ├── ns_044.phpt
│ │ │ │ ├── ns_045.phpt
│ │ │ │ ├── ns_046.phpt
│ │ │ │ ├── ns_047.phpt
│ │ │ │ ├── ns_048.phpt
│ │ │ │ ├── ns_049.phpt
│ │ │ │ ├── ns_050.phpt
│ │ │ │ ├── ns_051.phpt
│ │ │ │ ├── ns_052.phpt
│ │ │ │ ├── ns_053.phpt
│ │ │ │ ├── ns_054.phpt
│ │ │ │ ├── ns_055.phpt
│ │ │ │ ├── ns_056.phpt
│ │ │ │ ├── ns_057.phpt
│ │ │ │ ├── ns_058.phpt
│ │ │ │ ├── ns_059.phpt
│ │ │ │ ├── ns_060.phpt
│ │ │ │ ├── ns_061.phpt
│ │ │ │ ├── ns_062.phpt
│ │ │ │ ├── ns_063.phpt
│ │ │ │ ├── ns_064.phpt
│ │ │ │ ├── ns_065.inc
│ │ │ │ ├── ns_065.phpt
│ │ │ │ ├── ns_066.phpt
│ │ │ │ ├── ns_067.inc
│ │ │ │ ├── ns_067.phpt
│ │ │ │ ├── ns_068.phpt
│ │ │ │ ├── ns_069.inc
│ │ │ │ ├── ns_069.phpt
│ │ │ │ ├── ns_070.phpt
│ │ │ │ ├── ns_071.phpt
│ │ │ │ ├── ns_072.phpt
│ │ │ │ ├── ns_073.phpt
│ │ │ │ ├── ns_074.phpt
│ │ │ │ ├── ns_075.phpt
│ │ │ │ ├── ns_076.phpt
│ │ │ │ ├── ns_077_1.phpt
│ │ │ │ ├── ns_077_2.phpt
│ │ │ │ ├── ns_077_3.phpt
│ │ │ │ ├── ns_077_4.phpt
│ │ │ │ ├── ns_077_5.phpt
│ │ │ │ ├── ns_077_6.phpt
│ │ │ │ ├── ns_077_7.phpt
│ │ │ │ ├── ns_077_8.phpt
│ │ │ │ ├── ns_078.phpt
│ │ │ │ ├── ns_079.phpt
│ │ │ │ ├── ns_080.phpt
│ │ │ │ ├── ns_081.phpt
│ │ │ │ ├── ns_082.phpt
│ │ │ │ ├── ns_083.phpt
│ │ │ │ ├── ns_084.phpt
│ │ │ │ ├── ns_085.phpt
│ │ │ │ ├── ns_086.phpt
│ │ │ │ ├── ns_087.phpt
│ │ │ │ ├── object-null.phpt
│ │ │ │ ├── object_handlers.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
│ │ │ │ ├── objects_017.phpt
│ │ │ │ ├── objects_018.phpt
│ │ │ │ ├── objects_019.phpt
│ │ │ │ ├── objects_020.phpt
│ │ │ │ ├── objects_021.phpt
│ │ │ │ ├── objects_022.phpt
│ │ │ │ ├── objects_023.phpt
│ │ │ │ ├── objects_024.phpt
│ │ │ │ ├── objects_025.phpt
│ │ │ │ ├── objects_026.phpt
│ │ │ │ ├── objects_027.phpt
│ │ │ │ ├── objects_028.phpt
│ │ │ │ ├── objects_029.phpt
│ │ │ │ ├── objects_030.phpt
│ │ │ │ ├── objects_031.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
│ │ │ │ ├── property_exists.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.inc
│ │ │ │ ├── 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
│ │ │ │ ├── xor_001.phpt
│ │ │ │ ├── xor_002.phpt
│ │ │ │ ├── xor_003.phpt
│ │ │ │ ├── zend2.php.txt
│ │ │ │ ├── zend_operators.phpt
│ │ │ │ └── zend_strtod.phpt
│ │ │ ├── zend.c
│ │ │ ├── zend.h
│ │ │ ├── zend.ico
│ │ │ ├── zend_API.c
│ │ │ ├── zend_API.h
│ │ │ ├── zend_alloc.c
│ │ │ ├── zend_alloc.h
│ │ │ ├── zend_build.h
│ │ │ ├── zend_builtin_functions.c
│ │ │ ├── zend_builtin_functions.h
│ │ │ ├── zend_closures.c
│ │ │ ├── zend_closures.h
│ │ │ ├── zend_compile.c
│ │ │ ├── zend_compile.h
│ │ │ ├── zend_config.nw.h
│ │ │ ├── zend_config.w32.h
│ │ │ ├── zend_constants.c
│ │ │ ├── zend_constants.h
│ │ │ ├── zend_default_classes.c
│ │ │ ├── zend_dynamic_array.c
│ │ │ ├── zend_dynamic_array.h
│ │ │ ├── zend_errors.h
│ │ │ ├── zend_exceptions.c
│ │ │ ├── zend_exceptions.h
│ │ │ ├── zend_execute.c
│ │ │ ├── zend_execute.h
│ │ │ ├── zend_execute_API.c
│ │ │ ├── zend_extensions.c
│ │ │ ├── zend_extensions.h
│ │ │ ├── zend_fast_cache.h
│ │ │ ├── zend_float.c
│ │ │ ├── zend_float.h
│ │ │ ├── zend_gc.c
│ │ │ ├── zend_gc.h
│ │ │ ├── zend_globals.h
│ │ │ ├── zend_globals_macros.h
│ │ │ ├── zend_hash.c
│ │ │ ├── zend_hash.h
│ │ │ ├── zend_highlight.c
│ │ │ ├── zend_highlight.h
│ │ │ ├── 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_ini_scanner_defs.h
│ │ │ ├── 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_language_scanner_defs.h
│ │ │ ├── zend_list.c
│ │ │ ├── zend_list.h
│ │ │ ├── zend_llist.c
│ │ │ ├── zend_llist.h
│ │ │ ├── zend_modules.h
│ │ │ ├── zend_multibyte.c
│ │ │ ├── zend_multibyte.h
│ │ │ ├── zend_multiply.h
│ │ │ ├── zend_object_handlers.c
│ │ │ ├── zend_object_handlers.h
│ │ │ ├── zend_objects.c
│ │ │ ├── zend_objects.h
│ │ │ ├── zend_objects_API.c
│ │ │ ├── zend_objects_API.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
│ │ │ ├── zend_ts_hash.c
│ │ │ ├── zend_ts_hash.h
│ │ │ ├── zend_types.h
│ │ │ ├── zend_variables.c
│ │ │ ├── zend_variables.h
│ │ │ ├── zend_vm.h
│ │ │ ├── zend_vm_def.h
│ │ │ ├── zend_vm_execute.h
│ │ │ ├── zend_vm_execute.skl
│ │ │ ├── zend_vm_gen.php
│ │ │ └── zend_vm_opcodes.h
│ │ ├── acconfig.h
│ │ ├── acconfig.h.in
│ │ ├── acinclude.m4
│ │ ├── aclocal.m4
│ │ ├── build
│ │ │ ├── build.mk
│ │ │ ├── build2.mk
│ │ │ ├── buildcheck.sh
│ │ │ ├── config-stubs
│ │ │ ├── genif.sh
│ │ │ ├── libtool.m4
│ │ │ ├── mkdep.awk
│ │ │ ├── order_by_dep.awk
│ │ │ ├── print_include.awk
│ │ │ ├── scan_makefile_in.awk
│ │ │ └── shtool
│ │ ├── buildconf
│ │ ├── buildconf.bat
│ │ ├── config.guess
│ │ ├── config.sub
│ │ ├── configure
│ │ ├── configure.in
│ │ ├── cvsclean
│ │ ├── cvsclean.bat
│ │ ├── ext
│ │ │ ├── bcmath
│ │ │ │ ├── CREDITS
│ │ │ │ ├── bcmath.c
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── libbcmath
│ │ │ │ ├── package.xml
│ │ │ │ ├── php_bcmath.h
│ │ │ │ └── tests
│ │ │ ├── bz2
│ │ │ │ ├── CREDITS
│ │ │ │ ├── bz2.c
│ │ │ │ ├── bz2.dsp
│ │ │ │ ├── bz2_filter.c
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── package.xml
│ │ │ │ ├── php_bz2.def
│ │ │ │ ├── php_bz2.h
│ │ │ │ └── tests
│ │ │ ├── calendar
│ │ │ │ ├── CREDITS
│ │ │ │ ├── cal_unix.c
│ │ │ │ ├── calendar.c
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── dow.c
│ │ │ │ ├── easter.c
│ │ │ │ ├── french.c
│ │ │ │ ├── gregor.c
│ │ │ │ ├── jewish.c
│ │ │ │ ├── julian.c
│ │ │ │ ├── package.xml
│ │ │ │ ├── php_calendar.h
│ │ │ │ ├── sdncal.h
│ │ │ │ └── tests
│ │ │ ├── com_dotnet
│ │ │ │ ├── CREDITS
│ │ │ │ ├── README
│ │ │ │ ├── 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
│ │ │ │ ├── package.xml
│ │ │ │ ├── php_com_dotnet.h
│ │ │ │ ├── php_com_dotnet_internal.h
│ │ │ │ └── tests
│ │ │ ├── ctype
│ │ │ │ ├── CREDITS
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── ctype.c
│ │ │ │ ├── ctype.dsp
│ │ │ │ ├── ctype.xml
│ │ │ │ ├── package.xml
│ │ │ │ ├── php_ctype.h
│ │ │ │ └── tests
│ │ │ ├── curl
│ │ │ │ ├── CREDITS
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── curl.dsp
│ │ │ │ ├── interface.c
│ │ │ │ ├── multi.c
│ │ │ │ ├── package.xml
│ │ │ │ ├── php_curl.h
│ │ │ │ ├── streams.c
│ │ │ │ └── tests
│ │ │ ├── date
│ │ │ │ ├── CREDITS
│ │ │ │ ├── TODO
│ │ │ │ ├── config.w32
│ │ │ │ ├── config0.m4
│ │ │ │ ├── lib
│ │ │ │ ├── php_date.c
│ │ │ │ ├── php_date.h
│ │ │ │ └── tests
│ │ │ ├── dba
│ │ │ │ ├── CREDITS
│ │ │ │ ├── README
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── dba.c
│ │ │ │ ├── dba.dsp
│ │ │ │ ├── dba_cdb.c
│ │ │ │ ├── dba_db1.c
│ │ │ │ ├── dba_db2.c
│ │ │ │ ├── dba_db3.c
│ │ │ │ ├── dba_db4.c
│ │ │ │ ├── dba_dbm.c
│ │ │ │ ├── dba_flatfile.c
│ │ │ │ ├── dba_gdbm.c
│ │ │ │ ├── dba_inifile.c
│ │ │ │ ├── dba_ndbm.c
│ │ │ │ ├── dba_qdbm.c
│ │ │ │ ├── install_cdb.sh
│ │ │ │ ├── libcdb
│ │ │ │ ├── libflatfile
│ │ │ │ ├── libinifile
│ │ │ │ ├── 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
│ │ │ │ └── tests
│ │ │ ├── dom
│ │ │ │ ├── CREDITS
│ │ │ │ ├── TODO
│ │ │ │ ├── attr.c
│ │ │ │ ├── cdatasection.c
│ │ │ │ ├── characterdata.c
│ │ │ │ ├── comment.c
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── document.c
│ │ │ │ ├── documentfragment.c
│ │ │ │ ├── documenttype.c
│ │ │ │ ├── dom.dsp
│ │ │ │ ├── dom_ce.h
│ │ │ │ ├── dom_fe.h
│ │ │ │ ├── dom_iterators.c
│ │ │ │ ├── dom_properties.h
│ │ │ │ ├── domconfiguration.c
│ │ │ │ ├── domerror.c
│ │ │ │ ├── domerrorhandler.c
│ │ │ │ ├── domexception.c
│ │ │ │ ├── domimplementation.c
│ │ │ │ ├── domimplementationlist.c
│ │ │ │ ├── domimplementationsource.c
│ │ │ │ ├── domlocator.c
│ │ │ │ ├── domstringlist.c
│ │ │ │ ├── element.c
│ │ │ │ ├── entity.c
│ │ │ │ ├── entityreference.c
│ │ │ │ ├── examples
│ │ │ │ ├── namednodemap.c
│ │ │ │ ├── namelist.c
│ │ │ │ ├── node.c
│ │ │ │ ├── nodelist.c
│ │ │ │ ├── notation.c
│ │ │ │ ├── php_dom.c
│ │ │ │ ├── php_dom.h
│ │ │ │ ├── processinginstruction.c
│ │ │ │ ├── string_extend.c
│ │ │ │ ├── tests
│ │ │ │ ├── text.c
│ │ │ │ ├── typeinfo.c
│ │ │ │ ├── userdatahandler.c
│ │ │ │ ├── xml_common.h
│ │ │ │ └── xpath.c
│ │ │ ├── enchant
│ │ │ │ ├── CREDITS
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── docs
│ │ │ │ ├── enchant.c
│ │ │ │ ├── package.xml
│ │ │ │ ├── php_enchant.h
│ │ │ │ └── tests
│ │ │ ├── ereg
│ │ │ │ ├── CREDITS
│ │ │ │ ├── config.w32
│ │ │ │ ├── config0.m4
│ │ │ │ ├── ereg.c
│ │ │ │ ├── php_ereg.h
│ │ │ │ ├── php_regex.h
│ │ │ │ ├── regex
│ │ │ │ └── tests
│ │ │ ├── exif
│ │ │ │ ├── CREDITS
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── example.php
│ │ │ │ ├── exif.c
│ │ │ │ ├── exif.dsp
│ │ │ │ ├── package.xml
│ │ │ │ ├── php_exif.h
│ │ │ │ ├── test.php
│ │ │ │ ├── test.txt
│ │ │ │ └── tests
│ │ │ ├── ext_skel
│ │ │ ├── ext_skel_win32.php
│ │ │ ├── fileinfo
│ │ │ │ ├── CREDITS
│ │ │ │ ├── EXPERIMENTAL
│ │ │ │ ├── Makefile.frag
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── create_data_file.php
│ │ │ │ ├── data_file.c
│ │ │ │ ├── fileinfo.c
│ │ │ │ ├── fileinfo.php
│ │ │ │ ├── libmagic
│ │ │ │ ├── libmagic.patch
│ │ │ │ ├── package.xml
│ │ │ │ ├── php_fileinfo.h
│ │ │ │ └── tests
│ │ │ ├── filter
│ │ │ │ ├── CREDITS
│ │ │ │ ├── callback_filter.c
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── docs
│ │ │ │ ├── filter.c
│ │ │ │ ├── filter_private.h
│ │ │ │ ├── logical_filters.c
│ │ │ │ ├── php_filter.h
│ │ │ │ ├── sanitizing_filters.c
│ │ │ │ └── tests
│ │ │ ├── ftp
│ │ │ │ ├── CREDITS
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── ftp.c
│ │ │ │ ├── ftp.h
│ │ │ │ ├── package.xml
│ │ │ │ ├── php_ftp.c
│ │ │ │ ├── php_ftp.h
│ │ │ │ └── tests
│ │ │ ├── gd
│ │ │ │ ├── CREDITS
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── gd.c
│ │ │ │ ├── gd.dsp
│ │ │ │ ├── gd_ctx.c
│ │ │ │ ├── gdcache.c
│ │ │ │ ├── gdcache.h
│ │ │ │ ├── libgd
│ │ │ │ ├── php_gd.h
│ │ │ │ └── tests
│ │ │ ├── gettext
│ │ │ │ ├── CREDITS
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── gettext.c
│ │ │ │ ├── gettext.dsp
│ │ │ │ ├── php_gettext.h
│ │ │ │ └── tests
│ │ │ ├── gmp
│ │ │ │ ├── CREDITS
│ │ │ │ ├── README
│ │ │ │ ├── TODO
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── gmp.c
│ │ │ │ ├── php_gmp.h
│ │ │ │ └── tests
│ │ │ ├── hash
│ │ │ │ ├── CREDITS
│ │ │ │ ├── README
│ │ │ │ ├── bench.php
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── hash.c
│ │ │ │ ├── hash_adler32.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.h
│ │ │ │ ├── php_hash_adler32.h
│ │ │ │ ├── php_hash_crc32.h
│ │ │ │ ├── php_hash_crc32_tables.h
│ │ │ │ ├── php_hash_gost.h
│ │ │ │ ├── php_hash_gost_tables.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
│ │ │ │ └── tests
│ │ │ ├── iconv
│ │ │ │ ├── CREDITS
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── iconv.c
│ │ │ │ ├── iconv.dsp
│ │ │ │ ├── php_iconv.def
│ │ │ │ ├── php_iconv.h
│ │ │ │ └── tests
│ │ │ ├── imap
│ │ │ │ ├── CREDITS
│ │ │ │ ├── IMAP_Win32_HOWTO.txt
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── imap.dsp
│ │ │ │ ├── php_imap.c
│ │ │ │ ├── php_imap.h
│ │ │ │ └── tests
│ │ │ ├── interbase
│ │ │ │ ├── CREDITS
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── 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
│ │ │ ├── intl
│ │ │ │ ├── CREDITS
│ │ │ │ ├── TODO
│ │ │ │ ├── collator
│ │ │ │ ├── common
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── dateformat
│ │ │ │ ├── doc
│ │ │ │ ├── formatter
│ │ │ │ ├── grapheme
│ │ │ │ ├── idn
│ │ │ │ ├── intl_common.h
│ │ │ │ ├── intl_convert.c
│ │ │ │ ├── intl_convert.h
│ │ │ │ ├── intl_data.h
│ │ │ │ ├── intl_error.c
│ │ │ │ ├── intl_error.h
│ │ │ │ ├── locale
│ │ │ │ ├── msgformat
│ │ │ │ ├── normalizer
│ │ │ │ ├── php_intl.c
│ │ │ │ ├── php_intl.h
│ │ │ │ └── tests
│ │ │ ├── json
│ │ │ │ ├── CREDITS
│ │ │ │ ├── JSON_parser.c
│ │ │ │ ├── JSON_parser.h
│ │ │ │ ├── README
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── json.c
│ │ │ │ ├── json.dsp
│ │ │ │ ├── package.xml
│ │ │ │ ├── php_json.h
│ │ │ │ ├── tests
│ │ │ │ ├── utf8_decode.c
│ │ │ │ ├── utf8_decode.h
│ │ │ │ ├── utf8_to_utf16.c
│ │ │ │ └── utf8_to_utf16.h
│ │ │ ├── ldap
│ │ │ │ ├── CREDITS
│ │ │ │ ├── LDAP_Win32_HOWTO.txt
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── ldap.c
│ │ │ │ ├── ldap.dsp
│ │ │ │ ├── ldap.mak
│ │ │ │ ├── php_ldap.h
│ │ │ │ └── tests
│ │ │ ├── libxml
│ │ │ │ ├── CREDITS
│ │ │ │ ├── config.w32
│ │ │ │ ├── config0.m4
│ │ │ │ ├── libxml.c
│ │ │ │ ├── php_libxml.h
│ │ │ │ ├── php_libxml2.def
│ │ │ │ └── tests
│ │ │ ├── mbstring
│ │ │ │ ├── CREDITS
│ │ │ │ ├── README
│ │ │ │ ├── README.libmbfl
│ │ │ │ ├── README_PHP3-i18n-ja
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── libmbfl
│ │ │ │ ├── mb_gpc.c
│ │ │ │ ├── mb_gpc.h
│ │ │ │ ├── mbstring.c
│ │ │ │ ├── mbstring.dsp
│ │ │ │ ├── mbstring.h
│ │ │ │ ├── oniguruma
│ │ │ │ ├── php_mbregex.c
│ │ │ │ ├── php_mbregex.h
│ │ │ │ ├── php_onig_compat.h
│ │ │ │ ├── php_unicode.c
│ │ │ │ ├── php_unicode.h
│ │ │ │ ├── tests
│ │ │ │ └── unicode_data.h
│ │ │ ├── mcrypt
│ │ │ │ ├── CREDITS
│ │ │ │ ├── TODO
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── mcrypt.c
│ │ │ │ ├── mcrypt.dsp
│ │ │ │ ├── php_mcrypt.h
│ │ │ │ └── tests
│ │ │ ├── mssql
│ │ │ │ ├── CREDITS
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── mssql.dsp
│ │ │ │ ├── mssql_win32_howto.txt
│ │ │ │ ├── php_mssql.c
│ │ │ │ └── php_mssql.h
│ │ │ ├── mysql
│ │ │ │ ├── CREDITS
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── mysql.dsp
│ │ │ │ ├── mysql.mak
│ │ │ │ ├── mysql_mysqlnd.h
│ │ │ │ ├── package.xml
│ │ │ │ ├── php_mysql.c
│ │ │ │ ├── php_mysql.h
│ │ │ │ ├── php_mysql_structs.h
│ │ │ │ └── tests
│ │ │ ├── mysqli
│ │ │ │ ├── CREDITS
│ │ │ │ ├── TODO
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── mysqli.c
│ │ │ │ ├── mysqli.dsp
│ │ │ │ ├── mysqli_api.c
│ │ │ │ ├── mysqli_driver.c
│ │ │ │ ├── mysqli_embedded.c
│ │ │ │ ├── mysqli_exception.c
│ │ │ │ ├── mysqli_fe.c
│ │ │ │ ├── mysqli_libmysql.h
│ │ │ │ ├── mysqli_mysqlnd.h
│ │ │ │ ├── mysqli_nonapi.c
│ │ │ │ ├── mysqli_prop.c
│ │ │ │ ├── mysqli_report.c
│ │ │ │ ├── mysqli_report.h
│ │ │ │ ├── mysqli_warning.c
│ │ │ │ ├── package.xml
│ │ │ │ ├── php_mysqli.h
│ │ │ │ ├── php_mysqli_structs.h
│ │ │ │ └── tests
│ │ │ ├── mysqlnd
│ │ │ │ ├── CREDITS
│ │ │ │ ├── config-win.h
│ │ │ │ ├── config.w32
│ │ │ │ ├── config9.m4
│ │ │ │ ├── mysqlnd.c
│ │ │ │ ├── mysqlnd.h
│ │ │ │ ├── mysqlnd_alloc.c
│ │ │ │ ├── mysqlnd_block_alloc.c
│ │ │ │ ├── mysqlnd_block_alloc.h
│ │ │ │ ├── mysqlnd_charset.c
│ │ │ │ ├── mysqlnd_charset.h
│ │ │ │ ├── mysqlnd_debug.c
│ │ │ │ ├── mysqlnd_debug.h
│ │ │ │ ├── mysqlnd_enum_n_def.h
│ │ │ │ ├── mysqlnd_libmysql_compat.h
│ │ │ │ ├── mysqlnd_loaddata.c
│ │ │ │ ├── mysqlnd_palloc.c
│ │ │ │ ├── mysqlnd_palloc.h
│ │ │ │ ├── mysqlnd_portability.h
│ │ │ │ ├── mysqlnd_priv.h
│ │ │ │ ├── mysqlnd_ps.c
│ │ │ │ ├── mysqlnd_ps_codec.c
│ │ │ │ ├── mysqlnd_qcache.c
│ │ │ │ ├── mysqlnd_result.c
│ │ │ │ ├── mysqlnd_result.h
│ │ │ │ ├── mysqlnd_result_meta.c
│ │ │ │ ├── mysqlnd_result_meta.h
│ │ │ │ ├── mysqlnd_statistics.c
│ │ │ │ ├── mysqlnd_statistics.h
│ │ │ │ ├── mysqlnd_structs.h
│ │ │ │ ├── mysqlnd_wireprotocol.c
│ │ │ │ ├── mysqlnd_wireprotocol.h
│ │ │ │ ├── php_mysqlnd.c
│ │ │ │ └── php_mysqlnd.h
│ │ │ ├── oci8
│ │ │ │ ├── CREDITS
│ │ │ │ ├── README
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── oci8.c
│ │ │ │ ├── oci8.dsp
│ │ │ │ ├── oci8_collection.c
│ │ │ │ ├── oci8_interface.c
│ │ │ │ ├── oci8_lob.c
│ │ │ │ ├── oci8_statement.c
│ │ │ │ ├── package.xml
│ │ │ │ ├── php_oci8.h
│ │ │ │ ├── php_oci8_int.h
│ │ │ │ └── tests
│ │ │ ├── odbc
│ │ │ │ ├── CREDITS
│ │ │ │ ├── birdstep.c
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── php_birdstep.h
│ │ │ │ ├── php_odbc.c
│ │ │ │ ├── php_odbc.h
│ │ │ │ ├── php_odbc_includes.h
│ │ │ │ └── tests
│ │ │ ├── openssl
│ │ │ │ ├── CREDITS
│ │ │ │ ├── README
│ │ │ │ ├── config.w32
│ │ │ │ ├── config0.m4
│ │ │ │ ├── openssl.c
│ │ │ │ ├── openssl.dsp
│ │ │ │ ├── openssl.mak
│ │ │ │ ├── php_openssl.h
│ │ │ │ ├── tests
│ │ │ │ └── xp_ssl.c
│ │ │ ├── pcntl
│ │ │ │ ├── CREDITS
│ │ │ │ ├── README
│ │ │ │ ├── config.m4
│ │ │ │ ├── package.xml
│ │ │ │ ├── pcntl.c
│ │ │ │ ├── php_pcntl.h
│ │ │ │ ├── php_signal.c
│ │ │ │ ├── php_signal.h
│ │ │ │ ├── test-pcntl.php
│ │ │ │ └── tests
│ │ │ ├── pcre
│ │ │ │ ├── CREDITS
│ │ │ │ ├── config.w32
│ │ │ │ ├── config0.m4
│ │ │ │ ├── pcrelib
│ │ │ │ ├── php_pcre.c
│ │ │ │ ├── php_pcre.def
│ │ │ │ ├── php_pcre.h
│ │ │ │ ├── tests
│ │ │ │ └── upgrade-pcre.php
│ │ │ ├── pdo
│ │ │ │ ├── CREDITS
│ │ │ │ ├── Makefile.frag
│ │ │ │ ├── README
│ │ │ │ ├── TODO
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── package2.xml
│ │ │ │ ├── pdo.c
│ │ │ │ ├── pdo.php
│ │ │ │ ├── pdo_dbh.c
│ │ │ │ ├── pdo_sql_parser.c
│ │ │ │ ├── pdo_sql_parser.c.orig
│ │ │ │ ├── pdo_sql_parser.re
│ │ │ │ ├── pdo_sqlstate.c
│ │ │ │ ├── pdo_stmt.c
│ │ │ │ ├── php_pdo.h
│ │ │ │ ├── php_pdo_driver.h
│ │ │ │ ├── php_pdo_int.h
│ │ │ │ └── tests
│ │ │ ├── pdo_dblib
│ │ │ │ ├── CREDITS
│ │ │ │ ├── README
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── db.php
│ │ │ │ ├── dblib_driver.c
│ │ │ │ ├── dblib_stmt.c
│ │ │ │ ├── package2.xml
│ │ │ │ ├── pdo_dblib.c
│ │ │ │ ├── php_pdo_dblib.h
│ │ │ │ └── php_pdo_dblib_int.h
│ │ │ ├── pdo_firebird
│ │ │ │ ├── CREDITS
│ │ │ │ ├── EXPERIMENTAL
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── firebird_driver.c
│ │ │ │ ├── firebird_statement.c
│ │ │ │ ├── package2.xml
│ │ │ │ ├── pdo_firebird.c
│ │ │ │ ├── php_pdo_firebird.h
│ │ │ │ ├── php_pdo_firebird_int.h
│ │ │ │ └── tests
│ │ │ ├── pdo_mysql
│ │ │ │ ├── CREDITS
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── 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
│ │ │ ├── pdo_oci
│ │ │ │ ├── CREDITS
│ │ │ │ ├── EXPERIMENTAL
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── oci_driver.c
│ │ │ │ ├── oci_statement.c
│ │ │ │ ├── package2.xml
│ │ │ │ ├── pdo_oci.c
│ │ │ │ ├── php_pdo_oci.h
│ │ │ │ ├── php_pdo_oci_int.h
│ │ │ │ └── tests
│ │ │ ├── pdo_odbc
│ │ │ │ ├── CREDITS
│ │ │ │ ├── EXPERIMENTAL
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── odbc_driver.c
│ │ │ │ ├── odbc_stmt.c
│ │ │ │ ├── package2.xml
│ │ │ │ ├── pdo_odbc.c
│ │ │ │ ├── php_pdo_odbc.h
│ │ │ │ ├── php_pdo_odbc_int.h
│ │ │ │ └── tests
│ │ │ ├── pdo_pgsql
│ │ │ │ ├── CREDITS
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── package2.xml
│ │ │ │ ├── pdo_pgsql.c
│ │ │ │ ├── pgsql_driver.c
│ │ │ │ ├── pgsql_statement.c
│ │ │ │ ├── php_pdo_pgsql.h
│ │ │ │ ├── php_pdo_pgsql_int.h
│ │ │ │ └── tests
│ │ │ ├── pdo_sqlite
│ │ │ │ ├── CREDITS
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── package2.xml
│ │ │ │ ├── pdo_sqlite.c
│ │ │ │ ├── php_pdo_sqlite.h
│ │ │ │ ├── php_pdo_sqlite_int.h
│ │ │ │ ├── sqlite_driver.c
│ │ │ │ ├── sqlite_statement.c
│ │ │ │ └── tests
│ │ │ ├── pgsql
│ │ │ │ ├── CREDITS
│ │ │ │ ├── README
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── mysql_users.php
│ │ │ │ ├── pgsql.c
│ │ │ │ ├── pgsql.dsp
│ │ │ │ ├── pgsql.mak
│ │ │ │ ├── php_pgsql.h
│ │ │ │ └── tests
│ │ │ ├── phar
│ │ │ │ ├── CREDITS
│ │ │ │ ├── LICENSE
│ │ │ │ ├── Makefile.frag
│ │ │ │ ├── TODO
│ │ │ │ ├── build_precommand.php
│ │ │ │ ├── cgidebug
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── dirstream.c
│ │ │ │ ├── dirstream.h
│ │ │ │ ├── func_interceptors.c
│ │ │ │ ├── func_interceptors.h
│ │ │ │ ├── gdbhelp
│ │ │ │ ├── makestub.php
│ │ │ │ ├── package.php
│ │ │ │ ├── package.xml
│ │ │ │ ├── phar
│ │ │ │ ├── phar.c
│ │ │ │ ├── phar_internal.h
│ │ │ │ ├── phar_object.c
│ │ │ │ ├── phar_path_check.c
│ │ │ │ ├── phar_path_check.re
│ │ │ │ ├── pharzip.h
│ │ │ │ ├── php_phar.h
│ │ │ │ ├── shortarc.php
│ │ │ │ ├── stream.c
│ │ │ │ ├── stream.h
│ │ │ │ ├── stub.h
│ │ │ │ ├── tar.c
│ │ │ │ ├── tar.h
│ │ │ │ ├── tests
│ │ │ │ ├── util.c
│ │ │ │ └── zip.c
│ │ │ ├── posix
│ │ │ │ ├── CREDITS
│ │ │ │ ├── config.m4
│ │ │ │ ├── package.xml
│ │ │ │ ├── php_posix.h
│ │ │ │ ├── posix.c
│ │ │ │ └── tests
│ │ │ ├── pspell
│ │ │ │ ├── CREDITS
│ │ │ │ ├── README
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── php_pspell.h
│ │ │ │ ├── pspell.c
│ │ │ │ ├── pspell.dsp
│ │ │ │ └── tests
│ │ │ ├── readline
│ │ │ │ ├── CREDITS
│ │ │ │ ├── README.libedit
│ │ │ │ ├── config.m4
│ │ │ │ ├── php_readline.h
│ │ │ │ ├── readline.c
│ │ │ │ └── tests
│ │ │ ├── recode
│ │ │ │ ├── CREDITS
│ │ │ │ ├── config.m4
│ │ │ │ ├── config9.m4
│ │ │ │ ├── php_recode.h
│ │ │ │ └── recode.c
│ │ │ ├── reflection
│ │ │ │ ├── CREDITS
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── php_reflection.c
│ │ │ │ ├── php_reflection.h
│ │ │ │ └── tests
│ │ │ ├── session
│ │ │ │ ├── CREDITS
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── mod_files.bat
│ │ │ │ ├── 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
│ │ │ ├── shmop
│ │ │ │ ├── CREDITS
│ │ │ │ ├── README
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── package.xml
│ │ │ │ ├── package2.xml
│ │ │ │ ├── php_shmop.h
│ │ │ │ ├── shmop.c
│ │ │ │ ├── shmop.dsp
│ │ │ │ └── tests
│ │ │ ├── simplexml
│ │ │ │ ├── CREDITS
│ │ │ │ ├── README
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── examples
│ │ │ │ ├── php_simplexml.h
│ │ │ │ ├── php_simplexml_exports.h
│ │ │ │ ├── simplexml.c
│ │ │ │ ├── simplexml.dsp
│ │ │ │ ├── sxe.c
│ │ │ │ ├── sxe.h
│ │ │ │ └── tests
│ │ │ ├── skeleton
│ │ │ │ ├── CREDITS
│ │ │ │ ├── EXPERIMENTAL
│ │ │ │ ├── create_stubs
│ │ │ │ ├── php_skeleton.h
│ │ │ │ ├── skeleton.c
│ │ │ │ ├── skeleton.dsp
│ │ │ │ ├── skeleton.php
│ │ │ │ └── tests
│ │ │ ├── snmp
│ │ │ │ ├── CREDITS
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── php_snmp.h
│ │ │ │ ├── snmp.c
│ │ │ │ └── snmp.dsp
│ │ │ ├── soap
│ │ │ │ ├── CREDITS
│ │ │ │ ├── TODO
│ │ │ │ ├── TODO.old
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── interop
│ │ │ │ ├── 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
│ │ │ ├── sockets
│ │ │ │ ├── CREDITS
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── package.xml
│ │ │ │ ├── php_sockets.h
│ │ │ │ ├── sockets.c
│ │ │ │ ├── sockets.dsp
│ │ │ │ ├── tests
│ │ │ │ ├── unix_socket_constants.h
│ │ │ │ └── win32_socket_constants.h
│ │ │ ├── spl
│ │ │ │ ├── CREDITS
│ │ │ │ ├── README
│ │ │ │ ├── TODO
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── doxygen.cfg
│ │ │ │ ├── examples
│ │ │ │ ├── internal
│ │ │ │ ├── package.xml
│ │ │ │ ├── php_spl.c
│ │ │ │ ├── php_spl.h
│ │ │ │ ├── spl.php
│ │ │ │ ├── spl_array.c
│ │ │ │ ├── spl_array.h
│ │ │ │ ├── spl_directory.c
│ │ │ │ ├── spl_directory.h
│ │ │ │ ├── spl_dllist.c
│ │ │ │ ├── spl_dllist.h
│ │ │ │ ├── spl_engine.c
│ │ │ │ ├── spl_engine.h
│ │ │ │ ├── spl_exceptions.c
│ │ │ │ ├── spl_exceptions.h
│ │ │ │ ├── spl_fixedarray.c
│ │ │ │ ├── spl_fixedarray.h
│ │ │ │ ├── spl_functions.c
│ │ │ │ ├── spl_functions.h
│ │ │ │ ├── spl_heap.c
│ │ │ │ ├── spl_heap.h
│ │ │ │ ├── spl_iterators.c
│ │ │ │ ├── spl_iterators.h
│ │ │ │ ├── spl_observer.c
│ │ │ │ ├── spl_observer.h
│ │ │ │ └── tests
│ │ │ ├── sqlite
│ │ │ │ ├── CREDITS
│ │ │ │ ├── Makefile.frag
│ │ │ │ ├── README
│ │ │ │ ├── TODO
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── libsqlite
│ │ │ │ ├── package.xml
│ │ │ │ ├── pdo_sqlite2.c
│ │ │ │ ├── php_sqlite.def
│ │ │ │ ├── php_sqlite.h
│ │ │ │ ├── sess_sqlite.c
│ │ │ │ ├── sqlite.c
│ │ │ │ ├── sqlite.dsp
│ │ │ │ ├── sqlite.php
│ │ │ │ └── tests
│ │ │ ├── sqlite3
│ │ │ │ ├── CREDITS
│ │ │ │ ├── config.w32
│ │ │ │ ├── config0.m4
│ │ │ │ ├── libsqlite
│ │ │ │ ├── php_sqlite3.h
│ │ │ │ ├── php_sqlite3_structs.h
│ │ │ │ ├── sqlite3.c
│ │ │ │ └── tests
│ │ │ ├── standard
│ │ │ │ ├── Makefile.frag
│ │ │ │ ├── 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.c
│ │ │ │ ├── credits.h
│ │ │ │ ├── credits_ext.h
│ │ │ │ ├── credits_sapi.h
│ │ │ │ ├── crypt.c
│ │ │ │ ├── crypt_blowfish.c
│ │ │ │ ├── crypt_freesec.c
│ │ │ │ ├── crypt_freesec.h
│ │ │ │ ├── css.c
│ │ │ │ ├── css.h
│ │ │ │ ├── cyr_convert.c
│ │ │ │ ├── cyr_convert.h
│ │ │ │ ├── datetime.c
│ │ │ │ ├── datetime.h
│ │ │ │ ├── dir.c
│ │ │ │ ├── dl.c
│ │ │ │ ├── dl.h
│ │ │ │ ├── dns.c
│ │ │ │ ├── dns.h
│ │ │ │ ├── dns_win32.c
│ │ │ │ ├── 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
│ │ │ │ ├── link_win32.c
│ │ │ │ ├── mail.c
│ │ │ │ ├── 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_crypt_r.c
│ │ │ │ ├── php_crypt_r.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
│ │ │ │ ├── scanf.c
│ │ │ │ ├── scanf.h
│ │ │ │ ├── sha1.c
│ │ │ │ ├── sha1.h
│ │ │ │ ├── soundex.c
│ │ │ │ ├── streamsfuncs.c
│ │ │ │ ├── streamsfuncs.h
│ │ │ │ ├── string.c
│ │ │ │ ├── strnatcmp.c
│ │ │ │ ├── syslog.c
│ │ │ │ ├── tests
│ │ │ │ ├── type.c
│ │ │ │ ├── uniqid.c
│ │ │ │ ├── uniqid.h
│ │ │ │ ├── url.c
│ │ │ │ ├── url.h
│ │ │ │ ├── url_scanner.c
│ │ │ │ ├── url_scanner.h
│ │ │ │ ├── url_scanner_ex.c
│ │ │ │ ├── url_scanner_ex.c.orig
│ │ │ │ ├── url_scanner_ex.h
│ │ │ │ ├── url_scanner_ex.re
│ │ │ │ ├── user_filters.c
│ │ │ │ ├── uuencode.c
│ │ │ │ ├── var.c
│ │ │ │ ├── var_unserializer.c
│ │ │ │ ├── var_unserializer.c.orig
│ │ │ │ ├── var_unserializer.re
│ │ │ │ ├── versioning.c
│ │ │ │ └── winver.h
│ │ │ ├── sybase_ct
│ │ │ │ ├── CREDITS
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── php_sybase_ct.c
│ │ │ │ ├── php_sybase_ct.h
│ │ │ │ ├── sybase_ct.dsp
│ │ │ │ └── tests
│ │ │ ├── sysvmsg
│ │ │ │ ├── CREDITS
│ │ │ │ ├── config.m4
│ │ │ │ ├── package.xml
│ │ │ │ ├── php_sysvmsg.h
│ │ │ │ ├── sysvmsg.c
│ │ │ │ └── tests
│ │ │ ├── sysvsem
│ │ │ │ ├── CREDITS
│ │ │ │ ├── config.m4
│ │ │ │ ├── package.xml
│ │ │ │ ├── php_sysvsem.h
│ │ │ │ ├── sysvsem.c
│ │ │ │ └── tests
│ │ │ ├── sysvshm
│ │ │ │ ├── CREDITS
│ │ │ │ ├── config.m4
│ │ │ │ ├── package.xml
│ │ │ │ ├── php_sysvshm.h
│ │ │ │ ├── sysvshm.c
│ │ │ │ └── tests
│ │ │ ├── tidy
│ │ │ │ ├── CREDITS
│ │ │ │ ├── README
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── examples
│ │ │ │ ├── package.xml
│ │ │ │ ├── php_tidy.def
│ │ │ │ ├── php_tidy.h
│ │ │ │ ├── tests
│ │ │ │ ├── tidy.c
│ │ │ │ └── tidy.dsp
│ │ │ ├── tokenizer
│ │ │ │ ├── CREDITS
│ │ │ │ ├── Makefile.frag
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── package.xml
│ │ │ │ ├── php_tokenizer.h
│ │ │ │ ├── tests
│ │ │ │ ├── tokenizer.c
│ │ │ │ ├── tokenizer.dsp
│ │ │ │ ├── tokenizer.php
│ │ │ │ ├── tokenizer_data.c
│ │ │ │ └── tokenizer_data_gen.sh
│ │ │ ├── wddx
│ │ │ │ ├── CREDITS
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── package.xml
│ │ │ │ ├── php_wddx.h
│ │ │ │ ├── php_wddx_api.h
│ │ │ │ ├── tests
│ │ │ │ └── wddx.c
│ │ │ ├── xml
│ │ │ │ ├── CREDITS
│ │ │ │ ├── compat.c
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── expat_compat.h
│ │ │ │ ├── package.xml
│ │ │ │ ├── php_xml.h
│ │ │ │ ├── tests
│ │ │ │ ├── xml.c
│ │ │ │ └── xml.mak
│ │ │ ├── xmlreader
│ │ │ │ ├── CREDITS
│ │ │ │ ├── README
│ │ │ │ ├── TODO
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── examples
│ │ │ │ ├── package.xml
│ │ │ │ ├── php_xmlreader.c
│ │ │ │ ├── php_xmlreader.h
│ │ │ │ ├── tests
│ │ │ │ └── xmlreader.dsp
│ │ │ ├── xmlrpc
│ │ │ │ ├── CREDITS
│ │ │ │ ├── EXPERIMENTAL
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── libxmlrpc
│ │ │ │ ├── php_xmlrpc.h
│ │ │ │ ├── tests
│ │ │ │ ├── xmlrpc-epi-php.c
│ │ │ │ └── xmlrpc.dsp
│ │ │ ├── xmlwriter
│ │ │ │ ├── CREDITS
│ │ │ │ ├── TODO
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── examples
│ │ │ │ ├── package.xml
│ │ │ │ ├── package2.xml
│ │ │ │ ├── php_xmlwriter.c
│ │ │ │ ├── php_xmlwriter.h
│ │ │ │ ├── tests
│ │ │ │ └── xmlwriter.dsp
│ │ │ ├── xsl
│ │ │ │ ├── CREDITS
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── php_xsl.c
│ │ │ │ ├── php_xsl.h
│ │ │ │ ├── tests
│ │ │ │ ├── xsl.dsp
│ │ │ │ ├── xsl_fe.h
│ │ │ │ └── xsltprocessor.c
│ │ │ ├── zip
│ │ │ │ ├── CREDITS
│ │ │ │ ├── TODO
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── examples
│ │ │ │ ├── lib
│ │ │ │ ├── php_zip.c
│ │ │ │ ├── php_zip.h
│ │ │ │ ├── tests
│ │ │ │ └── zip_stream.c
│ │ │ └── zlib
│ │ │ ├── CREDITS
│ │ │ ├── config.w32
│ │ │ ├── config0.m4
│ │ │ ├── package.xml
│ │ │ ├── php_zlib.def
│ │ │ ├── php_zlib.h
│ │ │ ├── tests
│ │ │ ├── zlib.c
│ │ │ ├── zlib.dsp
│ │ │ ├── zlib_filter.c
│ │ │ ├── zlib_fopen_wrapper.c
│ │ │ └── zlib_win32_howto.txt
│ │ ├── footer
│ │ ├── generated_lists
│ │ ├── genfiles
│ │ ├── header
│ │ ├── install-sh
│ │ ├── ltmain.sh
│ │ ├── main
│ │ │ ├── SAPI.c
│ │ │ ├── SAPI.h
│ │ │ ├── alloca.c
│ │ │ ├── build-defs.h.in
│ │ │ ├── fopen_wrappers.c
│ │ │ ├── fopen_wrappers.h
│ │ │ ├── getopt.c
│ │ │ ├── internal_functions.c.in
│ │ │ ├── internal_functions_nw.c
│ │ │ ├── internal_functions_win32.c
│ │ │ ├── logos.h
│ │ │ ├── main.c
│ │ │ ├── mergesort.c
│ │ │ ├── network.c
│ │ │ ├── output.c
│ │ │ ├── php.h
│ │ │ ├── php3_compat.h
│ │ │ ├── php_compat.h
│ │ │ ├── php_config.h.in
│ │ │ ├── php_content_types.c
│ │ │ ├── php_content_types.h
│ │ │ ├── php_getopt.h
│ │ │ ├── php_globals.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_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
│ │ │ ├── snprintf.c
│ │ │ ├── snprintf.h
│ │ │ ├── spprintf.c
│ │ │ ├── spprintf.h
│ │ │ ├── streams
│ │ │ │ ├── cast.c
│ │ │ │ ├── filter.c
│ │ │ │ ├── glob_wrapper.c
│ │ │ │ ├── memory.c
│ │ │ │ ├── mmap.c
│ │ │ │ ├── php_stream_context.h
│ │ │ │ ├── php_stream_filter_api.h
│ │ │ │ ├── php_stream_glob_wrapper.h
│ │ │ │ ├── php_stream_mmap.h
│ │ │ │ ├── php_stream_plain_wrapper.h
│ │ │ │ ├── php_stream_transport.h
│ │ │ │ ├── php_stream_userspace.h
│ │ │ │ ├── php_streams_int.h
│ │ │ │ ├── plain_wrapper.c
│ │ │ │ ├── streams.c
│ │ │ │ ├── transports.c
│ │ │ │ ├── userspace.c
│ │ │ │ └── xp_socket.c
│ │ │ ├── strlcat.c
│ │ │ ├── strlcpy.c
│ │ │ ├── win32_internal_function_disabled.h
│ │ │ └── win95nt.h
│ │ ├── makedist
│ │ ├── makerpm
│ │ ├── missing
│ │ ├── mkinstalldirs
│ │ ├── netware
│ │ │ ├── sendmail_nw.h
│ │ │ └── start.c
│ │ ├── pear
│ │ │ ├── Makefile.frag
│ │ │ ├── fetch.php
│ │ │ ├── install-pear-nozlib.phar
│ │ │ └── install-pear.txt
│ │ ├── php.gif
│ │ ├── php.ini-development
│ │ ├── php.ini-production
│ │ ├── php5.spec.in
│ │ ├── run-tests.php
│ │ ├── sapi
│ │ │ ├── aolserver
│ │ │ │ ├── CREDITS
│ │ │ │ ├── README
│ │ │ │ ├── aolserver.c
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── php.sym
│ │ │ │ └── php5aolserver.dsp
│ │ │ ├── apache
│ │ │ │ ├── CREDITS
│ │ │ │ ├── apMakefile.libdir
│ │ │ │ ├── apMakefile.tmpl
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── libphp5.module.in
│ │ │ │ ├── libpre.c
│ │ │ │ ├── mod_php5.c
│ │ │ │ ├── mod_php5.exp
│ │ │ │ ├── mod_php5.h
│ │ │ │ ├── php.sym
│ │ │ │ ├── php5apache.dsp
│ │ │ │ ├── php_apache.c
│ │ │ │ ├── php_apache_http.h
│ │ │ │ └── sapi_apache.c
│ │ │ ├── apache2filter
│ │ │ │ ├── CREDITS
│ │ │ │ ├── EXPERIMENTAL
│ │ │ │ ├── README
│ │ │ │ ├── apache_config.c
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── php.sym
│ │ │ │ ├── php_apache.h
│ │ │ │ ├── php_functions.c
│ │ │ │ └── sapi_apache2.c
│ │ │ ├── apache2handler
│ │ │ │ ├── CREDITS
│ │ │ │ ├── README
│ │ │ │ ├── apache_config.c
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── mod_php5.c
│ │ │ │ ├── php.sym
│ │ │ │ ├── php5apache2.dsp
│ │ │ │ ├── php_apache.h
│ │ │ │ ├── php_functions.c
│ │ │ │ └── sapi_apache2.c
│ │ │ ├── apache_hooks
│ │ │ │ ├── CREDITS
│ │ │ │ ├── README
│ │ │ │ ├── apMakefile.libdir
│ │ │ │ ├── apMakefile.tmpl
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── libphp5.module.in
│ │ │ │ ├── mod_php5.c
│ │ │ │ ├── mod_php5.exp
│ │ │ │ ├── mod_php5.h
│ │ │ │ ├── php.sym
│ │ │ │ ├── php5apache_hooks.dsp
│ │ │ │ ├── php_apache.c
│ │ │ │ ├── php_apache_http.h
│ │ │ │ └── sapi_apache.c
│ │ │ ├── caudium
│ │ │ │ ├── CREDITS
│ │ │ │ ├── README
│ │ │ │ ├── TODO
│ │ │ │ ├── caudium.c
│ │ │ │ └── config.m4
│ │ │ ├── cgi
│ │ │ │ ├── CHANGES
│ │ │ │ ├── CREDITS
│ │ │ │ ├── Makefile.frag
│ │ │ │ ├── README.FastCGI
│ │ │ │ ├── cgi_main.c
│ │ │ │ ├── config.w32
│ │ │ │ ├── config9.m4
│ │ │ │ ├── fastcgi.c
│ │ │ │ ├── fastcgi.h
│ │ │ │ ├── php.sym
│ │ │ │ └── tests
│ │ │ ├── cli
│ │ │ │ ├── CREDITS
│ │ │ │ ├── Makefile.frag
│ │ │ │ ├── README
│ │ │ │ ├── TODO
│ │ │ │ ├── cli_win32.c
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── php.1.in
│ │ │ │ ├── php_cli.c
│ │ │ │ ├── php_cli_readline.c
│ │ │ │ ├── php_cli_readline.h
│ │ │ │ └── tests
│ │ │ ├── continuity
│ │ │ │ ├── CREDITS
│ │ │ │ ├── capi.c
│ │ │ │ └── config.m4
│ │ │ ├── embed
│ │ │ │ ├── CREDITS
│ │ │ │ ├── EXPERIMENTAL
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── php5embed.dsp
│ │ │ │ ├── php_embed.c
│ │ │ │ └── php_embed.h
│ │ │ ├── isapi
│ │ │ │ ├── CREDITS
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── php.sym
│ │ │ │ ├── php5isapi.c
│ │ │ │ ├── php5isapi.def
│ │ │ │ ├── php5isapi.dsp
│ │ │ │ └── stresstest
│ │ │ ├── litespeed
│ │ │ │ ├── CREDITS
│ │ │ │ ├── Makefile.frag
│ │ │ │ ├── README
│ │ │ │ ├── config.m4
│ │ │ │ ├── lsapi_main.c
│ │ │ │ ├── lsapidef.h
│ │ │ │ ├── lsapilib.c
│ │ │ │ └── lsapilib.h
│ │ │ ├── milter
│ │ │ │ ├── CREDITS
│ │ │ │ ├── EXPERIMENTAL
│ │ │ │ ├── Makefile.frag
│ │ │ │ ├── TODO
│ │ │ │ ├── config.m4
│ │ │ │ ├── getopt.c
│ │ │ │ ├── milter.php
│ │ │ │ ├── php_getopt.h
│ │ │ │ ├── php_milter.c
│ │ │ │ └── php_milter.h
│ │ │ ├── nsapi
│ │ │ │ ├── CREDITS
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── nsapi-readme.txt
│ │ │ │ ├── nsapi.c
│ │ │ │ └── php5nsapi.dsp
│ │ │ ├── phttpd
│ │ │ │ ├── CREDITS
│ │ │ │ ├── README
│ │ │ │ ├── config.m4
│ │ │ │ ├── php.sym
│ │ │ │ ├── php_phttpd.h
│ │ │ │ └── phttpd.c
│ │ │ ├── pi3web
│ │ │ │ ├── CREDITS
│ │ │ │ ├── README
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── php.sym
│ │ │ │ ├── php5pi3web.dsp
│ │ │ │ ├── pi3web_sapi.c
│ │ │ │ └── pi3web_sapi.h
│ │ │ ├── roxen
│ │ │ │ ├── README
│ │ │ │ ├── TODO
│ │ │ │ ├── config.m4
│ │ │ │ └── roxen.c
│ │ │ ├── tests
│ │ │ │ ├── test001.phpt
│ │ │ │ ├── test002.phpt
│ │ │ │ ├── test003.phpt
│ │ │ │ ├── test004.phpt
│ │ │ │ ├── test005.phpt
│ │ │ │ ├── test006.phpt
│ │ │ │ └── test007.phpt
│ │ │ ├── thttpd
│ │ │ │ ├── CREDITS
│ │ │ │ ├── README
│ │ │ │ ├── config.m4
│ │ │ │ ├── php.sym
│ │ │ │ ├── php_thttpd.h
│ │ │ │ ├── stub.c
│ │ │ │ ├── thttpd.c
│ │ │ │ └── thttpd_patch
│ │ │ ├── tux
│ │ │ │ ├── CREDITS
│ │ │ │ ├── README
│ │ │ │ ├── config.m4
│ │ │ │ ├── php.sym
│ │ │ │ └── php_tux.c
│ │ │ └── webjames
│ │ │ ├── CREDITS
│ │ │ ├── README
│ │ │ ├── config.m4
│ │ │ ├── php_webjames.h
│ │ │ └── webjames.c
│ │ ├── scripts
│ │ │ ├── Makefile.frag
│ │ │ ├── apache
│ │ │ │ ├── apconf-conv.sh
│ │ │ │ ├── aphtaccess-conv.sh
│ │ │ │ ├── conffix.awk
│ │ │ │ └── htaccessfix.awk
│ │ │ ├── dev
│ │ │ │ ├── check_parameters.php
│ │ │ │ ├── conv_proto
│ │ │ │ ├── conv_z_macros
│ │ │ │ ├── credits
│ │ │ │ ├── extern_c.php
│ │ │ │ ├── find_tested.php
│ │ │ │ ├── generate-phpt
│ │ │ │ ├── generate-phpt.phar
│ │ │ │ ├── phpextdist
│ │ │ │ └── search_underscores.php
│ │ │ ├── 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-win.phpt
│ │ │ │ ├── bug46313.phpt
│ │ │ │ ├── bug46759.phpt
│ │ │ │ ├── rfc1867_anonymous_upload.phpt
│ │ │ │ ├── rfc1867_array_upload.phpt
│ │ │ │ ├── rfc1867_boundary_1.phpt
│ │ │ │ ├── rfc1867_boundary_2.phpt
│ │ │ │ ├── rfc1867_empty_upload.phpt
│ │ │ │ ├── rfc1867_file_upload_disabled.phpt
│ │ │ │ ├── rfc1867_garbled_mime_headers.phpt
│ │ │ │ ├── rfc1867_invalid_boundary.phpt
│ │ │ │ ├── rfc1867_malicious_input.phpt
│ │ │ │ ├── rfc1867_max_file_size.phpt
│ │ │ │ ├── rfc1867_missing_boundary.phpt
│ │ │ │ ├── rfc1867_missing_boundary_2.phpt
│ │ │ │ ├── rfc1867_post_max_filesize.phpt
│ │ │ │ └── rfc1867_post_max_size.phpt
│ │ │ ├── classes
│ │ │ │ ├── __call_001.phpt
│ │ │ │ ├── __call_002.phpt
│ │ │ │ ├── __call_003.phpt
│ │ │ │ ├── __call_004.phpt
│ │ │ │ ├── __call_005.phpt
│ │ │ │ ├── __call_006.phpt
│ │ │ │ ├── __call_007.phpt
│ │ │ │ ├── __set__get_001.phpt
│ │ │ │ ├── __set__get_002.phpt
│ │ │ │ ├── __set__get_003.phpt
│ │ │ │ ├── __set__get_004.phpt
│ │ │ │ ├── __set__get_005.phpt
│ │ │ │ ├── __set_data_corrupt.phpt
│ │ │ │ ├── abstract.phpt
│ │ │ │ ├── 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_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
│ │ │ │ ├── arrayobject_001.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
│ │ │ │ ├── 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.phpt
│ │ │ │ ├── ctor_dtor_inheritance.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.phpt
│ │ │ │ ├── final_abstract.phpt
│ │ │ │ ├── final_ctor1.phpt
│ │ │ │ ├── final_ctor2.phpt
│ │ │ │ ├── final_ctor3.phpt
│ │ │ │ ├── final_redeclare.phpt
│ │ │ │ ├── implicit_instantiation_001.phpt
│ │ │ │ ├── incdec_property_001.phpt
│ │ │ │ ├── incdec_property_002.phpt
│ │ │ │ ├── incdec_property_003.phpt
│ │ │ │ ├── incdec_property_004.phpt
│ │ │ │ ├── inheritance.phpt
│ │ │ │ ├── inheritance_002.phpt
│ │ │ │ ├── inheritance_003.phpt
│ │ │ │ ├── inheritance_004.phpt
│ │ │ │ ├── inheritance_005.phpt
│ │ │ │ ├── inheritance_006.phpt
│ │ │ │ ├── inheritance_007.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.phpt
│ │ │ │ ├── interface_method_final.phpt
│ │ │ │ ├── interface_method_private.phpt
│ │ │ │ ├── interface_must_be_implemented.phpt
│ │ │ │ ├── interface_optional_arg.phpt
│ │ │ │ ├── interface_optional_arg_002.phpt
│ │ │ │ ├── interface_optional_arg_003.inc
│ │ │ │ ├── interface_optional_arg_003.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
│ │ │ │ ├── iterators_008.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_003.phpt
│ │ │ │ ├── private_003b.phpt
│ │ │ │ ├── private_004.phpt
│ │ │ │ ├── private_004b.phpt
│ │ │ │ ├── private_005.phpt
│ │ │ │ ├── private_005b.phpt
│ │ │ │ ├── private_006.phpt
│ │ │ │ ├── private_006b.phpt
│ │ │ │ ├── private_007.phpt
│ │ │ │ ├── private_007b.phpt
│ │ │ │ ├── private_members.phpt
│ │ │ │ ├── private_redeclare.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_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_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_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_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
│ │ │ │ ├── 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_recreate_private.phpt
│ │ │ │ ├── property_recreate_protected.phpt
│ │ │ │ ├── protected_001.phpt
│ │ │ │ ├── protected_001b.phpt
│ │ │ │ ├── protected_002.phpt
│ │ │ │ ├── serialize_001.phpt
│ │ │ │ ├── singleton_001.phpt
│ │ │ │ ├── static_mix_1.phpt
│ │ │ │ ├── static_mix_2.phpt
│ │ │ │ ├── static_properties_001.phpt
│ │ │ │ ├── static_properties_003.phpt
│ │ │ │ ├── static_properties_003_error1.phpt
│ │ │ │ ├── static_properties_003_error2.phpt
│ │ │ │ ├── static_properties_003_error3.phpt
│ │ │ │ ├── static_properties_003_error4.phpt
│ │ │ │ ├── static_properties_004.phpt
│ │ │ │ ├── static_properties_undeclared_assign.phpt
│ │ │ │ ├── static_properties_undeclared_assignInc.phpt
│ │ │ │ ├── static_properties_undeclared_assignRef.phpt
│ │ │ │ ├── static_properties_undeclared_inc.phpt
│ │ │ │ ├── static_properties_undeclared_isset.phpt
│ │ │ │ ├── static_properties_undeclared_read.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
│ │ │ │ ├── type_hinting_005a.phpt
│ │ │ │ ├── type_hinting_005b.phpt
│ │ │ │ ├── type_hinting_005c.phpt
│ │ │ │ ├── type_hinting_005d.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
│ │ │ ├── func
│ │ │ │ ├── 001.phpt
│ │ │ │ ├── 002.phpt
│ │ │ │ ├── 003.phpt
│ │ │ │ ├── 004.phpt
│ │ │ │ ├── 005.phpt
│ │ │ │ ├── 005a.phpt
│ │ │ │ ├── 006.phpt
│ │ │ │ ├── 007.phpt
│ │ │ │ ├── 008.phpt
│ │ │ │ ├── 009.phpt
│ │ │ │ ├── 010.phpt
│ │ │ │ └── ini_alter.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
│ │ │ │ ├── 041.phpt
│ │ │ │ ├── 042.phpt
│ │ │ │ ├── 043.phpt
│ │ │ │ ├── 044.phpt
│ │ │ │ ├── 045.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
│ │ │ │ ├── bug44654.phpt
│ │ │ │ ├── bug45392.phpt
│ │ │ │ ├── bug7515.phpt
│ │ │ │ ├── catchable_error_001.phpt
│ │ │ │ ├── catchable_error_002.phpt
│ │ │ │ ├── comments.phpt
│ │ │ │ ├── comments2.phpt
│ │ │ │ ├── compare_objects_basic1.phpt
│ │ │ │ ├── compare_objects_basic2.phpt
│ │ │ │ ├── each_binary_safety.phpt
│ │ │ │ ├── empty_variation.phpt
│ │ │ │ ├── engine_assignExecutionOrder_001.phpt
│ │ │ │ ├── engine_assignExecutionOrder_002.phpt
│ │ │ │ ├── engine_assignExecutionOrder_003.phpt
│ │ │ │ ├── engine_assignExecutionOrder_004.phpt
│ │ │ │ ├── engine_assignExecutionOrder_005.phpt
│ │ │ │ ├── engine_assignExecutionOrder_006.phpt
│ │ │ │ ├── engine_assignExecutionOrder_007.phpt
│ │ │ │ ├── engine_assignExecutionOrder_008.phpt
│ │ │ │ ├── engine_assignExecutionOrder_009.phpt
│ │ │ │ ├── error_2_exception_001.phpt
│ │ │ │ ├── execution_order.phpt
│ │ │ │ ├── foreachLoop.001.phpt
│ │ │ │ ├── foreachLoop.002.phpt
│ │ │ │ ├── foreachLoop.003.phpt
│ │ │ │ ├── foreachLoop.004.phpt
│ │ │ │ ├── foreachLoop.005.phpt
│ │ │ │ ├── foreachLoop.006.phpt
│ │ │ │ ├── foreachLoop.007.phpt
│ │ │ │ ├── foreachLoop.008.phpt
│ │ │ │ ├── foreachLoop.009.phpt
│ │ │ │ ├── foreachLoop.010.phpt
│ │ │ │ ├── foreachLoop.011.phpt
│ │ │ │ ├── foreachLoop.012.phpt
│ │ │ │ ├── foreachLoop.013.phpt
│ │ │ │ ├── foreachLoop.014.phpt
│ │ │ │ ├── foreachLoop.015.phpt
│ │ │ │ ├── foreachLoop.016.phpt
│ │ │ │ ├── foreachLoop.017.phpt
│ │ │ │ ├── foreachLoopIterator.001.phpt
│ │ │ │ ├── foreachLoopIterator.002.phpt
│ │ │ │ ├── foreachLoopIteratorAggregate.001.phpt
│ │ │ │ ├── foreachLoopIteratorAggregate.002.phpt
│ │ │ │ ├── foreachLoopIteratorAggregate.003.phpt
│ │ │ │ ├── foreachLoopIteratorAggregate.004.phpt
│ │ │ │ ├── foreachLoopObjects.001.phpt
│ │ │ │ ├── foreachLoopObjects.002.phpt
│ │ │ │ ├── foreachLoopObjects.003.phpt
│ │ │ │ ├── foreachLoopObjects.004.phpt
│ │ │ │ ├── foreachLoopObjects.005.phpt
│ │ │ │ ├── foreachLoopObjects.006.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_arg_variation.phpt
│ │ │ │ ├── func_get_args.001.phpt
│ │ │ │ ├── func_get_args.002.phpt
│ │ │ │ ├── func_get_args.003.phpt
│ │ │ │ ├── func_get_args.004.phpt
│ │ │ │ ├── func_num_args.001.phpt
│ │ │ │ ├── func_num_args.002.phpt
│ │ │ │ ├── func_num_args.003.phpt
│ │ │ │ ├── func_num_args.004.phpt
│ │ │ │ ├── inc.inc
│ │ │ │ ├── inc_throw.inc
│ │ │ │ ├── include_files
│ │ │ │ ├── include_variation1.phpt
│ │ │ │ ├── include_variation2.phpt
│ │ │ │ ├── include_variation3.phpt
│ │ │ │ ├── operators
│ │ │ │ ├── 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
│ │ │ │ ├── passByReference_012.phpt
│ │ │ │ ├── returnByReference.001.phpt
│ │ │ │ ├── returnByReference.002.phpt
│ │ │ │ ├── returnByReference.003.phpt
│ │ │ │ ├── returnByReference.004.phpt
│ │ │ │ ├── returnByReference.005.phpt
│ │ │ │ ├── returnByReference.006.phpt
│ │ │ │ ├── returnByReference.007.phpt
│ │ │ │ ├── returnByReference.008.phpt
│ │ │ │ ├── returnByReference.009.phpt
│ │ │ │ ├── script_tag.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
│ │ │ │ ├── string_decimals_001.phpt
│ │ │ │ ├── this_assignment.phpt
│ │ │ │ ├── throw_variation_001.phpt
│ │ │ │ ├── type_hints_001.phpt
│ │ │ │ ├── type_hints_002.phpt
│ │ │ │ └── type_hints_003.phpt
│ │ │ ├── output
│ │ │ │ ├── bug46897.phpt
│ │ │ │ ├── flush_basic_001.phpt
│ │ │ │ ├── flush_error_001.phpt
│ │ │ │ ├── ob_001.phpt
│ │ │ │ ├── ob_002.phpt
│ │ │ │ ├── ob_003.phpt
│ │ │ │ ├── ob_004.phpt
│ │ │ │ ├── ob_005.phpt
│ │ │ │ ├── ob_006.phpt
│ │ │ │ ├── ob_007.phpt
│ │ │ │ ├── ob_008.phpt
│ │ │ │ ├── ob_009.phpt
│ │ │ │ ├── ob_010.phpt
│ │ │ │ ├── ob_011.phpt
│ │ │ │ ├── ob_012.phpt
│ │ │ │ ├── ob_013.phpt
│ │ │ │ ├── ob_014.phpt
│ │ │ │ ├── ob_015.phpt
│ │ │ │ ├── ob_017.phpt
│ │ │ │ ├── ob_018.phpt
│ │ │ │ ├── ob_020.phpt
│ │ │ │ ├── ob_clean_basic_001.phpt
│ │ │ │ ├── ob_clean_error_001.phpt
│ │ │ │ ├── ob_end_clean_basic_001.phpt
│ │ │ │ ├── ob_end_clean_error_001.phpt
│ │ │ │ ├── ob_end_flush_basic_001.phpt
│ │ │ │ ├── ob_end_flush_error_001.phpt
│ │ │ │ ├── ob_flush_basic_001.phpt
│ │ │ │ ├── ob_flush_error_001.phpt
│ │ │ │ ├── ob_get_clean_basic_001.phpt
│ │ │ │ ├── ob_get_clean_basic_002.phpt
│ │ │ │ ├── ob_get_clean_error_001.phpt
│ │ │ │ ├── ob_get_contents_basic_001.phpt
│ │ │ │ ├── ob_get_contents_error_001.phpt
│ │ │ │ ├── ob_get_length_basic_001.phpt
│ │ │ │ ├── ob_get_length_error_001.phpt
│ │ │ │ ├── ob_get_level_basic_001.phpt
│ │ │ │ ├── ob_get_level_error_001.phpt
│ │ │ │ ├── ob_get_status.phpt
│ │ │ │ ├── ob_implicit_flush_basic_001.phpt
│ │ │ │ ├── ob_implicit_flush_basic_002.phpt
│ │ │ │ ├── ob_implicit_flush_error_001.phpt
│ │ │ │ ├── ob_implicit_flush_variation_001.phpt
│ │ │ │ ├── ob_start_basic_001.phpt
│ │ │ │ ├── ob_start_basic_002.phpt
│ │ │ │ ├── ob_start_basic_003.phpt
│ │ │ │ ├── ob_start_basic_004.phpt
│ │ │ │ ├── ob_start_basic_005.phpt
│ │ │ │ ├── ob_start_basic_006.phpt
│ │ │ │ ├── ob_start_basic_unerasable_001.phpt
│ │ │ │ ├── ob_start_basic_unerasable_002.phpt
│ │ │ │ ├── ob_start_basic_unerasable_003.phpt
│ │ │ │ ├── ob_start_basic_unerasable_004.phpt
│ │ │ │ ├── ob_start_basic_unerasable_005.phpt
│ │ │ │ ├── ob_start_error_001.phpt
│ │ │ │ ├── ob_start_error_002.phpt
│ │ │ │ ├── ob_start_error_003.phpt
│ │ │ │ ├── ob_start_error_004.phpt
│ │ │ │ └── ob_start_error_005.phpt
│ │ │ ├── quicktester.inc
│ │ │ ├── run-test
│ │ │ │ ├── test001.phpt
│ │ │ │ ├── test002.phpt
│ │ │ │ ├── test003.phpt
│ │ │ │ ├── test004.phpt
│ │ │ │ ├── test005.phpt
│ │ │ │ ├── test006.phpt
│ │ │ │ ├── test007.phpt
│ │ │ │ ├── test008.phpt
│ │ │ │ ├── test008a.phpt
│ │ │ │ ├── test009.phpt
│ │ │ │ └── test010.phpt
│ │ │ ├── security
│ │ │ │ ├── magic_quotes_gpc.phpt
│ │ │ │ ├── open_basedir.inc
│ │ │ │ ├── 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_file.phpt
│ │ │ │ ├── open_basedir_file_exists.phpt
│ │ │ │ ├── open_basedir_file_get_contents.phpt
│ │ │ │ ├── open_basedir_file_put_contents.phpt
│ │ │ │ ├── open_basedir_fileatime.phpt
│ │ │ │ ├── open_basedir_filectime.phpt
│ │ │ │ ├── open_basedir_filegroup.phpt
│ │ │ │ ├── open_basedir_fileinode.phpt
│ │ │ │ ├── open_basedir_filemtime.phpt
│ │ │ │ ├── open_basedir_fileowner.phpt
│ │ │ │ ├── open_basedir_fileperms.phpt
│ │ │ │ ├── open_basedir_filesize.phpt
│ │ │ │ ├── open_basedir_filetype.phpt
│ │ │ │ ├── open_basedir_fopen.phpt
│ │ │ │ ├── open_basedir_glob-win32.phpt
│ │ │ │ ├── open_basedir_glob.phpt
│ │ │ │ ├── open_basedir_glob_variation.phpt
│ │ │ │ ├── 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_link.phpt
│ │ │ │ ├── open_basedir_linkinfo.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
│ │ └── win32
│ │ ├── EngineSelect.bat
│ │ ├── EngineSelect.dsp
│ │ ├── build
│ │ │ ├── DSP.README
│ │ │ ├── Makefile
│ │ │ ├── block.template.dsw
│ │ │ ├── buildconf.js
│ │ │ ├── config.w32
│ │ │ ├── config.w32.h.in
│ │ │ ├── configure.bat
│ │ │ ├── configure.tail
│ │ │ ├── confutils.js
│ │ │ ├── cvsclean.js
│ │ │ ├── deplister.c
│ │ │ ├── mkdist.php
│ │ │ ├── php.ico
│ │ │ ├── projectgen.js
│ │ │ ├── registersyslog.php
│ │ │ ├── template.dsp
│ │ │ ├── template.dsw
│ │ │ ├── template.rc
│ │ │ └── wsyslog.mc
│ │ ├── builddef.bat
│ │ ├── flock.c
│ │ ├── flock.h
│ │ ├── fnmatch.c
│ │ ├── fnmatch.h
│ │ ├── glob.c
│ │ ├── glob.h
│ │ ├── globals.c
│ │ ├── grp.h
│ │ ├── inet.c
│ │ ├── inet.h
│ │ ├── install.txt
│ │ ├── param.h
│ │ ├── php5.dsp
│ │ ├── php5.dsw
│ │ ├── php5dll.dsp
│ │ ├── php5dllts.dsp
│ │ ├── php5dllts.rc
│ │ ├── php5dllts.rc2
│ │ ├── php5ts.dsp
│ │ ├── php5ts.dsw
│ │ ├── php5ts.rc
│ │ ├── php5ts.rc2
│ │ ├── php5ts_cli.dsp
│ │ ├── php5ts_cli.rc
│ │ ├── php5ts_cli.rc2
│ │ ├── php_modules.dsw
│ │ ├── php_registry.h
│ │ ├── php_stdint.h
│ │ ├── php_strtoi64.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
│ │ ├── sockets.c
│ │ ├── sockets.h
│ │ ├── strtoi64.c
│ │ ├── syslog.h
│ │ ├── syslog.reg
│ │ ├── testsuite.dsp
│ │ ├── time.c
│ │ ├── time.h
│ │ ├── unistd.h
│ │ ├── wfile.c
│ │ ├── wfile.h
│ │ ├── winutil.c
│ │ ├── winutil.h
│ │ └── wsyslog.c
│ └── php-5.3.0.tar.gz
└── php5.3安装包(LINUX)_6php.rar
244 directories, 3187 files
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论