在好例子网,分享、交流、成长!
您当前所在位置:首页PHP 开发实例PHP语言基础 → php-7.2.0.tar.gz

php-7.2.0.tar.gz

PHP语言基础

下载此实例
  • 开发语言:PHP
  • 实例大小:17.43M
  • 下载次数:3
  • 浏览次数:17
  • 发布时间:2023-10-26
  • 实例类别:PHP语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.gz
  • 所需积分:2
 相关标签: php gz AR hp

实例介绍

【实例简介】php-7.2.0.tar.gz
linux php-7.2.0源码包安装文件 php-7.2.0.tar.gz php-7.2.0.tar.gz

【实例截图】

from clipboard

【核心代码】

.
├── php-7.2.0
│   ├── CODING_STANDARDS
│   ├── CONTRIBUTING.md
│   ├── CREDITS
│   ├── EXTENSIONS
│   ├── INSTALL
│   ├── LICENSE
│   ├── Makefile.frag
│   ├── Makefile.gcov
│   ├── Makefile.global
│   ├── NEWS
│   ├── README.EXT_SKEL
│   ├── README.GIT-RULES
│   ├── README.MAILINGLIST_RULES
│   ├── README.NEW-OUTPUT-API
│   ├── README.PARAMETER_PARSING_API
│   ├── 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.input_filter
│   ├── README.md
│   ├── TSRM
│   │   ├── LICENSE
│   │   ├── Makefile.am
│   │   ├── TODO
│   │   ├── TSRM.c
│   │   ├── TSRM.h
│   │   ├── acinclude.m4
│   │   ├── build.mk
│   │   ├── buildconf
│   │   ├── config.w32
│   │   ├── configure.ac
│   │   ├── m4
│   │   │   └── gethostbyname.m4
│   │   ├── readdir.h
│   │   ├── threads.m4
│   │   ├── tsrm.m4
│   │   ├── tsrm_config.w32.h
│   │   ├── tsrm_config_common.h
│   │   ├── tsrm_strtok_r.c
│   │   ├── tsrm_strtok_r.h
│   │   ├── tsrm_win32.c
│   │   └── tsrm_win32.h
│   ├── UPGRADING
│   ├── UPGRADING.INTERNALS
│   ├── Zend
│   │   ├── LICENSE
│   │   ├── Makefile.am
│   │   ├── Makefile.frag
│   │   ├── OBJECTS2_HOWTO
│   │   ├── README.ZEND_MM
│   │   ├── README.ZEND_VM
│   │   ├── Zend.m4
│   │   ├── ZendCore.dep
│   │   ├── acinclude.m4
│   │   ├── bench.php
│   │   ├── build.mk
│   │   ├── buildconf
│   │   ├── configure.ac
│   │   ├── header
│   │   ├── micro_bench.php
│   │   ├── 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
│   │   │   ├── 67468.phpt
│   │   │   ├── ArrayAccess_indirect_append.phpt
│   │   │   ├── ErrorException_getSeverity.phpt
│   │   │   ├── abstract-static.phpt
│   │   │   ├── abstract_inheritance_001.phpt
│   │   │   ├── abstract_inheritance_002.phpt
│   │   │   ├── abstract_inheritance_003.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
│   │   │   ├── access_modifiers_013.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
│   │   │   ├── anon
│   │   │   ├── anonymous_func_001.phpt
│   │   │   ├── anonymous_func_002.phpt
│   │   │   ├── anonymous_func_003.phpt
│   │   │   ├── arg_unpack
│   │   │   ├── argument_restriction_001.phpt
│   │   │   ├── argument_restriction_002.phpt
│   │   │   ├── argument_restriction_003.phpt
│   │   │   ├── argument_restriction_004.phpt
│   │   │   ├── argument_restriction_005.phpt
│   │   │   ├── argument_restriction_006.phpt
│   │   │   ├── array_addition_not_commutative.phpt
│   │   │   ├── array_append_COW.phpt
│   │   │   ├── array_hash_zero.phpt
│   │   │   ├── array_literal_next_element_error.phpt
│   │   │   ├── array_offset.phpt
│   │   │   ├── array_unshift_COW.phpt
│   │   │   ├── array_with_refs_identical.phpt
│   │   │   ├── assert
│   │   │   ├── assign_dim_obj_null_return.phpt
│   │   │   ├── assign_to_obj_001.phpt
│   │   │   ├── assign_to_obj_002.phpt
│   │   │   ├── assign_to_var_001.phpt
│   │   │   ├── assign_to_var_002.phpt
│   │   │   ├── assign_to_var_003.phpt
│   │   │   ├── assign_to_var_004.phpt
│   │   │   ├── ast
│   │   │   ├── ast_serialize_backtick_literal.phpt
│   │   │   ├── binary-32bit.phpt
│   │   │   ├── binary.phpt
│   │   │   ├── break_error_001.phpt
│   │   │   ├── break_error_002.phpt
│   │   │   ├── break_error_003.phpt
│   │   │   ├── break_error_004.phpt
│   │   │   ├── bug18556.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
│   │   │   ├── bug29368_1.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
│   │   │   ├── bug43200.phpt
│   │   │   ├── bug43200_2.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
│   │   │   ├── bug44827.phpt
│   │   │   ├── bug44830.phpt
│   │   │   ├── bug44899.phpt
│   │   │   ├── bug44899_2.phpt
│   │   │   ├── bug44913.phpt
│   │   │   ├── bug45147.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
│   │   │   ├── bug48667_1.phpt
│   │   │   ├── bug48667_2.phpt
│   │   │   ├── bug48693.phpt
│   │   │   ├── bug48770.phpt
│   │   │   ├── bug48770_2.phpt
│   │   │   ├── bug48770_3.phpt
│   │   │   ├── bug48899.phpt
│   │   │   ├── bug48912.phpt
│   │   │   ├── bug48930.phpt
│   │   │   ├── bug49269.phpt
│   │   │   ├── bug49472.phpt
│   │   │   ├── bug49866.phpt
│   │   │   ├── bug49893.phpt
│   │   │   ├── bug49908.phpt
│   │   │   ├── bug50005.phpt
│   │   │   ├── bug50146.phpt
│   │   │   ├── bug50174.phpt
│   │   │   ├── bug50255.phpt
│   │   │   ├── bug50261.phpt
│   │   │   ├── bug50383.phpt
│   │   │   ├── bug50394.phpt
│   │   │   ├── bug50810.phpt
│   │   │   ├── bug50816.phpt
│   │   │   ├── bug51176.phpt
│   │   │   ├── bug51394.phpt
│   │   │   ├── bug51421.phpt
│   │   │   ├── bug51791.phpt
│   │   │   ├── bug51822.phpt
│   │   │   ├── bug51827.phpt
│   │   │   ├── bug52001.phpt
│   │   │   ├── bug52041.phpt
│   │   │   ├── bug52051.phpt
│   │   │   ├── bug52060.phpt
│   │   │   ├── bug52160.phpt
│   │   │   ├── bug52193.phpt
│   │   │   ├── bug52237.phpt
│   │   │   ├── bug52355.phpt
│   │   │   ├── bug52361.phpt
│   │   │   ├── bug52484.phpt
│   │   │   ├── bug52484_2.phpt
│   │   │   ├── bug52484_3.phpt
│   │   │   ├── bug52508.phpt
│   │   │   ├── bug52614.phpt
│   │   │   ├── bug52879.phpt
│   │   │   ├── bug52939.phpt
│   │   │   ├── bug52940.phpt
│   │   │   ├── bug53305.phpt
│   │   │   ├── bug53347.phpt
│   │   │   ├── bug53432.phpt
│   │   │   ├── bug53511.phpt
│   │   │   ├── bug53629.phpt
│   │   │   ├── bug53632.phpt
│   │   │   ├── bug53727.phpt
│   │   │   ├── bug53748.phpt
│   │   │   ├── bug53958.phpt
│   │   │   ├── bug53971.phpt
│   │   │   ├── bug54013.phpt
│   │   │   ├── bug54039.phpt
│   │   │   ├── bug54262.phpt
│   │   │   ├── bug54265.phpt
│   │   │   ├── bug54268.phpt
│   │   │   ├── bug54305.phpt
│   │   │   ├── bug54358.phpt
│   │   │   ├── bug54367.phpt
│   │   │   ├── bug54372.phpt
│   │   │   ├── bug54547.phpt
│   │   │   ├── bug54585.phpt
│   │   │   ├── bug54624.phpt
│   │   │   ├── bug54804.inc
│   │   │   ├── bug54804.phpt
│   │   │   ├── bug54910.phpt
│   │   │   ├── bug55007.phpt
│   │   │   ├── bug55086.phpt
│   │   │   ├── bug55135.phpt
│   │   │   ├── bug55137.phpt
│   │   │   ├── bug55156.phpt
│   │   │   ├── bug55247.phpt
│   │   │   ├── bug55305.phpt
│   │   │   ├── bug55445.phpt
│   │   │   ├── bug55509.phpt
│   │   │   ├── bug55578.phpt
│   │   │   ├── bug55705.phpt
│   │   │   ├── bug55825.phpt
│   │   │   ├── bug60099.phpt
│   │   │   ├── bug60138.phpt
│   │   │   ├── bug60139.phpt
│   │   │   ├── bug60169.phpt
│   │   │   ├── bug60350.phpt
│   │   │   ├── bug60362.phpt
│   │   │   ├── bug60444.phpt
│   │   │   ├── bug60536_001.phpt
│   │   │   ├── bug60536_002.phpt
│   │   │   ├── bug60536_003.phpt
│   │   │   ├── bug60536_004.phpt
│   │   │   ├── bug60536_005.phpt
│   │   │   ├── bug60569.phpt
│   │   │   ├── bug60573.phpt
│   │   │   ├── bug60598.phpt
│   │   │   ├── bug60611.phpt
│   │   │   ├── bug60613.phpt
│   │   │   ├── bug60738.phpt
│   │   │   ├── bug60738_variation.phpt
│   │   │   ├── bug60771.phpt
│   │   │   ├── bug60825.phpt
│   │   │   ├── bug60833.phpt
│   │   │   ├── bug60909_1.phpt
│   │   │   ├── bug60909_2.phpt
│   │   │   ├── bug60978.phpt
│   │   │   ├── bug61011.phpt
│   │   │   ├── bug61025.phpt
│   │   │   ├── bug61087.phpt
│   │   │   ├── bug61095.phpt
│   │   │   ├── bug61165.phpt
│   │   │   ├── bug61225.phpt
│   │   │   ├── bug61273.phpt
│   │   │   ├── bug61362.phpt
│   │   │   ├── bug61681.phpt
│   │   │   ├── bug61761.phpt
│   │   │   ├── bug61767.phpt
│   │   │   ├── bug61782.phpt
│   │   │   ├── bug61970.phpt
│   │   │   ├── bug61970_1.phpt
│   │   │   ├── bug61970_2.phpt
│   │   │   ├── bug62005.phpt
│   │   │   ├── bug62097.phpt
│   │   │   ├── bug62343.phpt
│   │   │   ├── bug62358.phpt
│   │   │   ├── bug62441.phpt
│   │   │   ├── bug62653.phpt
│   │   │   ├── bug62680.phpt
│   │   │   ├── bug62763.phpt
│   │   │   ├── bug62814.phpt
│   │   │   ├── bug62892.phpt
│   │   │   ├── bug62907.phpt
│   │   │   ├── bug62956.phpt
│   │   │   ├── bug62991.phpt
│   │   │   ├── bug63055.phpt
│   │   │   ├── bug63111.phpt
│   │   │   ├── bug63173.phpt
│   │   │   ├── bug63219.phpt
│   │   │   ├── bug63305.phpt
│   │   │   ├── bug63336.phpt
│   │   │   ├── bug63462.phpt
│   │   │   ├── bug63468.phpt
│   │   │   ├── bug63635.phpt
│   │   │   ├── bug63734.phpt
│   │   │   ├── bug63741.phpt
│   │   │   ├── bug63762.phpt
│   │   │   ├── bug63882.phpt
│   │   │   ├── bug63976.phpt
│   │   │   ├── bug63982.phpt
│   │   │   ├── bug64135.phpt
│   │   │   ├── bug64239_1.phpt
│   │   │   ├── bug64239_2.phpt
│   │   │   ├── bug64239_3.phpt
│   │   │   ├── bug64239_4.phpt
│   │   │   ├── bug64354.phpt
│   │   │   ├── bug64417.phpt
│   │   │   ├── bug64515.phpt
│   │   │   ├── bug64555.phpt
│   │   │   ├── bug64578.phpt
│   │   │   ├── bug64660.phpt
│   │   │   ├── bug64677.phpt
│   │   │   ├── bug64720.phpt
│   │   │   ├── bug64821.1.phpt
│   │   │   ├── bug64821.2.phpt
│   │   │   ├── bug64821.3.phpt
│   │   │   ├── bug64896.phpt
│   │   │   ├── bug64960.phpt
│   │   │   ├── bug64966.phpt
│   │   │   ├── bug64979.phpt
│   │   │   ├── bug64988.phpt
│   │   │   ├── bug65051.phpt
│   │   │   ├── bug65108.phpt
│   │   │   ├── bug65254.phpt
│   │   │   ├── bug65291.phpt
│   │   │   ├── bug65322.phpt
│   │   │   ├── bug65372.phpt
│   │   │   ├── bug65419.phpt
│   │   │   ├── bug65579.phpt
│   │   │   ├── bug65784.phpt
│   │   │   ├── bug65911.phpt
│   │   │   ├── bug65969.phpt
│   │   │   ├── bug66015.phpt
│   │   │   ├── bug66218.phpt
│   │   │   ├── bug66252.phpt
│   │   │   ├── bug66286.phpt
│   │   │   ├── bug66608.phpt
│   │   │   ├── bug66609.phpt
│   │   │   ├── bug66660.phpt
│   │   │   ├── bug66811.phpt
│   │   │   ├── bug67111.phpt
│   │   │   ├── bug67169.phpt
│   │   │   ├── bug67314.phpt
│   │   │   ├── bug67368.phpt
│   │   │   ├── bug67436
│   │   │   ├── bug67633.phpt
│   │   │   ├── bug67856.phpt
│   │   │   ├── bug67858.phpt
│   │   │   ├── bug67874.phpt
│   │   │   ├── bug67922.phpt
│   │   │   ├── bug67938.phpt
│   │   │   ├── bug67985.phpt
│   │   │   ├── bug68118.phpt
│   │   │   ├── bug68148.phpt
│   │   │   ├── bug68162.phpt
│   │   │   ├── bug68163.phpt
│   │   │   ├── bug68191.phpt
│   │   │   ├── bug68215.phpt
│   │   │   ├── bug68262.phpt
│   │   │   ├── bug68370.phpt
│   │   │   ├── bug68412.phpt
│   │   │   ├── bug68446.phpt
│   │   │   ├── bug68475.phpt
│   │   │   ├── bug68652.phpt
│   │   │   ├── bug68775.phpt
│   │   │   ├── bug68797.phpt
│   │   │   ├── bug68887.phpt
│   │   │   ├── bug68896.phpt
│   │   │   ├── bug69017.phpt
│   │   │   ├── bug69025.phpt
│   │   │   ├── bug69092.2.phpt
│   │   │   ├── bug69092.phpt
│   │   │   ├── bug69124.phpt
│   │   │   ├── bug69167.phpt
│   │   │   ├── bug69174.phpt
│   │   │   ├── bug69201.phpt
│   │   │   ├── bug69212.phpt
│   │   │   ├── bug69221.phpt
│   │   │   ├── bug69221_2.phpt
│   │   │   ├── bug69315.phpt
│   │   │   ├── bug69376.phpt
│   │   │   ├── bug69376_2.phpt
│   │   │   ├── bug69388.phpt
│   │   │   ├── bug69388_2.phpt
│   │   │   ├── bug69420.phpt
│   │   │   ├── bug69427.phpt
│   │   │   ├── bug69446.phpt
│   │   │   ├── bug69446_2.phpt
│   │   │   ├── bug69467.phpt
│   │   │   ├── bug69532.phpt
│   │   │   ├── bug69534.phpt
│   │   │   ├── bug69537.phpt
│   │   │   ├── bug69551.phpt
│   │   │   ├── bug69568.phpt
│   │   │   ├── bug69599.phpt
│   │   │   ├── bug69640.phpt
│   │   │   ├── bug69676.phpt
│   │   │   ├── bug69676_2.phpt
│   │   │   ├── bug69676_3.phpt
│   │   │   ├── bug69732.phpt
│   │   │   ├── bug69740.phpt
│   │   │   ├── bug69754.phpt
│   │   │   ├── bug69755.phpt
│   │   │   ├── bug69756.phpt
│   │   │   ├── bug69758.phpt
│   │   │   ├── bug69761.phpt
│   │   │   ├── bug69767.phpt
│   │   │   ├── bug69788.phpt
│   │   │   ├── bug69802_2.phpt
│   │   │   ├── bug69805.phpt
│   │   │   ├── bug69825.phpt
│   │   │   ├── bug69832.phpt
│   │   │   ├── bug69871.phpt
│   │   │   ├── bug69889.phpt
│   │   │   ├── bug69891.phpt
│   │   │   ├── bug69892.phpt
│   │   │   ├── bug69893.phpt
│   │   │   ├── bug69905.phpt
│   │   │   ├── bug69955.phpt
│   │   │   ├── bug69957.phpt
│   │   │   ├── bug69989_1.phpt
│   │   │   ├── bug69989_2.phpt
│   │   │   ├── bug69989_3.phpt
│   │   │   ├── bug69996.phpt
│   │   │   ├── bug70012.phpt
│   │   │   ├── bug70083.phpt
│   │   │   ├── bug70089.phpt
│   │   │   ├── bug70117.phpt
│   │   │   ├── bug70121.phpt
│   │   │   ├── bug70124.phpt
│   │   │   ├── bug70156.phpt
│   │   │   ├── bug70164.phpt
│   │   │   ├── bug70173.phpt
│   │   │   ├── bug70179.phpt
│   │   │   ├── bug70182.phpt
│   │   │   ├── bug70183.phpt
│   │   │   ├── bug70187.phpt
│   │   │   ├── bug70187_2.phpt
│   │   │   ├── bug70215.phpt
│   │   │   ├── bug70223.phpt
│   │   │   ├── bug70240.phpt
│   │   │   ├── bug70241.phpt
│   │   │   ├── bug70253.phpt
│   │   │   ├── bug70258.phpt
│   │   │   ├── bug70262.phpt
│   │   │   ├── bug70288.phpt
│   │   │   ├── bug70293.phpt
│   │   │   ├── bug70321.phpt
│   │   │   ├── bug70332.phpt
│   │   │   ├── bug70397.phpt
│   │   │   ├── bug70398.phpt
│   │   │   ├── bug70430.phpt
│   │   │   ├── bug70478.phpt
│   │   │   ├── bug70547.phpt
│   │   │   ├── bug70630.phpt
│   │   │   ├── bug70662.phpt
│   │   │   ├── bug70681.phpt
│   │   │   ├── bug70685.phpt
│   │   │   ├── bug70689.phpt
│   │   │   ├── bug70748.phpt
│   │   │   ├── bug70782.phpt
│   │   │   ├── bug70785.phpt
│   │   │   ├── bug70804.phpt
│   │   │   ├── bug70805.phpt
│   │   │   ├── bug70805_1.phpt
│   │   │   ├── bug70805_2.phpt
│   │   │   ├── bug70873.phpt
│   │   │   ├── bug70895.phpt
│   │   │   ├── bug70898.phpt
│   │   │   ├── bug70912.phpt
│   │   │   ├── bug70914.phpt
│   │   │   ├── bug70918.phpt
│   │   │   ├── bug70944.phpt
│   │   │   ├── bug70957.phpt
│   │   │   ├── bug70958.phpt
│   │   │   ├── bug70967.phpt
│   │   │   ├── bug70987.phpt
│   │   │   ├── bug70997.phpt
│   │   │   ├── bug71067.phpt
│   │   │   ├── bug71086.phpt
│   │   │   ├── bug71154.phpt
│   │   │   ├── bug71163.phpt
│   │   │   ├── bug71196.phpt
│   │   │   ├── bug71221.phpt
│   │   │   ├── bug71248.phpt
│   │   │   ├── bug71266.phpt
│   │   │   ├── bug71275.phpt
│   │   │   ├── bug71300.phpt
│   │   │   ├── bug71336.phpt
│   │   │   ├── bug71359.phpt
│   │   │   ├── bug71414.phpt
│   │   │   ├── bug71428.1.phpt
│   │   │   ├── bug71428.2.phpt
│   │   │   ├── bug71428.3.phpt
│   │   │   ├── bug71470.phpt
│   │   │   ├── bug71474.phpt
│   │   │   ├── bug71529.phpt
│   │   │   ├── bug71539.phpt
│   │   │   ├── bug71539_1.phpt
│   │   │   ├── bug71539_2.phpt
│   │   │   ├── bug71539_3.phpt
│   │   │   ├── bug71539_4.phpt
│   │   │   ├── bug71539_5.phpt
│   │   │   ├── bug71539_6.phpt
│   │   │   ├── bug71572.phpt
│   │   │   ├── bug71622.phpt
│   │   │   ├── bug71695.phpt
│   │   │   ├── bug71724.phpt
│   │   │   ├── bug71731.phpt
│   │   │   ├── bug71737.phpt
│   │   │   ├── bug71756.phpt
│   │   │   ├── bug71818.phpt
│   │   │   ├── bug71841.phpt
│   │   │   ├── bug71859.phpt
│   │   │   ├── bug71871.phpt
│   │   │   ├── bug71871_2.phpt
│   │   │   ├── bug71914.phpt
│   │   │   ├── bug71922.phpt
│   │   │   ├── bug71930.phpt
│   │   │   ├── bug71980.phpt
│   │   │   ├── bug72038.phpt
│   │   │   ├── bug72057.phpt
│   │   │   ├── bug72101.phpt
│   │   │   ├── bug72107.phpt
│   │   │   ├── bug72119.phpt
│   │   │   ├── bug72162.phpt
│   │   │   ├── bug72177.phpt
│   │   │   ├── bug72177_2.phpt
│   │   │   ├── bug72188.phpt
│   │   │   ├── bug72215.phpt
│   │   │   ├── bug72215_1.phpt
│   │   │   ├── bug72215_2.phpt
│   │   │   ├── bug72215_3.phpt
│   │   │   ├── bug72216.phpt
│   │   │   ├── bug72221.phpt
│   │   │   ├── bug72335.phpt
│   │   │   ├── bug72347.phpt
│   │   │   ├── bug72373.phpt
│   │   │   ├── bug72395.phpt
│   │   │   ├── bug72441.phpt
│   │   │   ├── bug72496.phpt
│   │   │   ├── bug72508.phpt
│   │   │   ├── bug72543.phpt
│   │   │   ├── bug72543_1.phpt
│   │   │   ├── bug72543_2.phpt
│   │   │   ├── bug72543_3.phpt
│   │   │   ├── bug72543_4.phpt
│   │   │   ├── bug72543_5.phpt
│   │   │   ├── bug72581.phpt
│   │   │   ├── bug72594.phpt
│   │   │   ├── bug72598.phpt
│   │   │   ├── bug72598_2.phpt
│   │   │   ├── bug72767.phpt
│   │   │   ├── bug72813.phpt
│   │   │   ├── bug72854.phpt
│   │   │   ├── bug72911.phpt
│   │   │   ├── bug72918.phpt
│   │   │   ├── bug72943.phpt
│   │   │   ├── bug72944.phpt
│   │   │   ├── bug73156.phpt
│   │   │   ├── bug73163.phpt
│   │   │   ├── bug73181.phpt
│   │   │   ├── bug73288.phpt
│   │   │   ├── bug73337.phpt
│   │   │   ├── bug73338.phpt
│   │   │   ├── bug73350.phpt
│   │   │   ├── bug73663.phpt
│   │   │   ├── bug73753.phpt
│   │   │   ├── bug73792.phpt
│   │   │   ├── bug73900.phpt
│   │   │   ├── bug73916.phpt
│   │   │   ├── bug73954.phpt
│   │   │   ├── bug73960.phpt
│   │   │   ├── bug73987.phpt
│   │   │   ├── bug73987_1.phpt
│   │   │   ├── bug73987_2.phpt
│   │   │   ├── bug73987_3.phpt
│   │   │   ├── bug73989.phpt
│   │   │   ├── bug73998.phpt
│   │   │   ├── bug74053.phpt
│   │   │   ├── bug74084.phpt
│   │   │   ├── bug74093.phpt
│   │   │   ├── bug74164.phpt
│   │   │   ├── bug74269.phpt
│   │   │   ├── bug74340.phpt
│   │   │   ├── bug74408.phpt
│   │   │   ├── bug74546.phpt
│   │   │   ├── bug74603.ini
│   │   │   ├── bug74603.phpt
│   │   │   ├── bug74657.phpt
│   │   │   ├── bug74810.phpt
│   │   │   ├── bug74836.phpt
│   │   │   ├── bug74840.phpt
│   │   │   ├── bug74947.phpt
│   │   │   ├── bug75241.phpt
│   │   │   ├── bug75252.phpt
│   │   │   ├── bug75290.phpt
│   │   │   ├── bug75420.1.phpt
│   │   │   ├── bug75420.10.phpt
│   │   │   ├── bug75420.11.phpt
│   │   │   ├── bug75420.12.phpt
│   │   │   ├── bug75420.13.phpt
│   │   │   ├── bug75420.14.phpt
│   │   │   ├── bug75420.15.phpt
│   │   │   ├── bug75420.16.phpt
│   │   │   ├── bug75420.2.phpt
│   │   │   ├── bug75420.3.phpt
│   │   │   ├── bug75420.4.phpt
│   │   │   ├── bug75420.5.phpt
│   │   │   ├── bug75420.6.phpt
│   │   │   ├── bug75420.7.phpt
│   │   │   ├── bug75420.8.phpt
│   │   │   ├── bug75420.9.phpt
│   │   │   ├── bug75420.phpt
│   │   │   ├── bug_debug_backtrace.phpt
│   │   │   ├── builtin_in_write_context_error1.phpt
│   │   │   ├── builtin_in_write_context_error2.phpt
│   │   │   ├── bw_or_assign_with_ref.phpt
│   │   │   ├── call_static.phpt
│   │   │   ├── call_static_002.phpt
│   │   │   ├── call_static_003.phpt
│   │   │   ├── call_static_004.phpt
│   │   │   ├── call_static_006.phpt
│   │   │   ├── call_static_007.phpt
│   │   │   ├── call_user_func_001.phpt
│   │   │   ├── call_user_func_002.phpt
│   │   │   ├── call_user_func_003.phpt
│   │   │   ├── call_user_func_004.phpt
│   │   │   ├── call_user_func_005.phpt
│   │   │   ├── call_user_func_006.phpt
│   │   │   ├── call_user_func_007.phpt
│   │   │   ├── call_user_func_008.phpt
│   │   │   ├── call_user_func_009.phpt
│   │   │   ├── call_user_func_array_prefer_ref.phpt
│   │   │   ├── call_user_func_closure_from_static_method.phpt
│   │   │   ├── call_with_refs.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
│   │   │   ├── class_alias_001.phpt
│   │   │   ├── class_alias_002.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_constant_to_reference_cached.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
│   │   │   ├── class_name_as_scalar.phpt
│   │   │   ├── class_name_as_scalar_error_001.phpt
│   │   │   ├── class_name_as_scalar_error_002.phpt
│   │   │   ├── class_name_as_scalar_error_003.phpt
│   │   │   ├── class_name_as_scalar_error_004.phpt
│   │   │   ├── class_name_as_scalar_error_005.phpt
│   │   │   ├── class_name_as_scalar_error_006.phpt
│   │   │   ├── class_name_as_scalar_error_007.phpt
│   │   │   ├── class_properties_const.phpt
│   │   │   ├── class_properties_dynamic.phpt
│   │   │   ├── class_properties_static.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_005.phpt
│   │   │   ├── closure_006.phpt
│   │   │   ├── closure_007.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
│   │   │   ├── closure_034.phpt
│   │   │   ├── closure_035.phpt
│   │   │   ├── closure_036.phpt
│   │   │   ├── closure_037.phpt
│   │   │   ├── closure_038.phpt
│   │   │   ├── closure_039.phpt
│   │   │   ├── closure_040.phpt
│   │   │   ├── closure_041.phpt
│   │   │   ├── closure_042.phpt
│   │   │   ├── closure_043.phpt
│   │   │   ├── closure_044.phpt
│   │   │   ├── closure_045.phpt
│   │   │   ├── closure_046.phpt
│   │   │   ├── closure_047.phpt
│   │   │   ├── closure_048.phpt
│   │   │   ├── closure_049.phpt
│   │   │   ├── closure_050.phpt
│   │   │   ├── closure_051.phpt
│   │   │   ├── closure_052.phpt
│   │   │   ├── closure_053.phpt
│   │   │   ├── closure_054.phpt
│   │   │   ├── closure_055.phpt
│   │   │   ├── closure_056.phpt
│   │   │   ├── closure_057.phpt
│   │   │   ├── closure_058.phpt
│   │   │   ├── closure_059.phpt
│   │   │   ├── closure_060.phpt
│   │   │   ├── closure_061.phpt
│   │   │   ├── closure_bug66622.phpt
│   │   │   ├── closure_call.phpt
│   │   │   ├── closure_call_leak_with_exception.phpt
│   │   │   ├── closure_invoke_case_insensitive.phpt
│   │   │   ├── closure_use_auto_global.phpt
│   │   │   ├── closure_use_parameter_name.phpt
│   │   │   ├── closure_use_variable_twice.phpt
│   │   │   ├── closures
│   │   │   ├── 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
│   │   │   ├── compound_assign_failure.phpt
│   │   │   ├── compound_assign_with_numeric_strings.phpt
│   │   │   ├── concat_001.phpt
│   │   │   ├── concat_002.phpt
│   │   │   ├── concat_003.phpt
│   │   │   ├── const_array_with_resource_key.phpt
│   │   │   ├── const_dereference_001.phpt
│   │   │   ├── const_dereference_002.phpt
│   │   │   ├── const_dereference_003.phpt
│   │   │   ├── constant_arrays.phpt
│   │   │   ├── constant_expressions.phpt
│   │   │   ├── constant_expressions_arrays.phpt
│   │   │   ├── constant_expressions_classes.phpt
│   │   │   ├── constant_expressions_coalesce.phpt
│   │   │   ├── constant_expressions_coalesce_empty_dim.phpt
│   │   │   ├── constant_expressions_dynamic.phpt
│   │   │   ├── constant_expressions_dynamic_class_name_error.phpt
│   │   │   ├── constant_expressions_exceptions.inc
│   │   │   ├── constant_expressions_exceptions_001.phpt
│   │   │   ├── constant_expressions_exceptions_002.phpt
│   │   │   ├── constant_expressions_invalid_offset_type_error.phpt
│   │   │   ├── constant_expressions_self_referencing_array.phpt
│   │   │   ├── constant_expressions_static_class_name_error.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
│   │   │   ├── debug_backtrace_limit.phpt
│   │   │   ├── debug_backtrace_options.phpt
│   │   │   ├── debug_backtrace_with_include_and_this.phpt
│   │   │   ├── debug_info-error-0.0.phpt
│   │   │   ├── debug_info-error-0.phpt
│   │   │   ├── debug_info-error-1.0.phpt
│   │   │   ├── debug_info-error-1.phpt
│   │   │   ├── debug_info-error-empty_str.phpt
│   │   │   ├── debug_info-error-false.phpt
│   │   │   ├── debug_info-error-object.phpt
│   │   │   ├── debug_info-error-resource.phpt
│   │   │   ├── debug_info-error-str.phpt
│   │   │   ├── debug_info-error-true.phpt
│   │   │   ├── debug_info.phpt
│   │   │   ├── debug_print_backtrace_limit.phpt
│   │   │   ├── declare_001.phpt
│   │   │   ├── declare_002.phpt
│   │   │   ├── declare_003.phpt
│   │   │   ├── declare_004.phpt
│   │   │   ├── declare_005.phpt
│   │   │   ├── declare_006.phpt
│   │   │   ├── decrement_001.phpt
│   │   │   ├── decrement_001_64bit.phpt
│   │   │   ├── dereference_001.phpt
│   │   │   ├── dereference_002.phpt
│   │   │   ├── dereference_003.phpt
│   │   │   ├── dereference_004.phpt
│   │   │   ├── dereference_005.phpt
│   │   │   ├── dereference_006.phpt
│   │   │   ├── dereference_007.phpt
│   │   │   ├── dereference_008.phpt
│   │   │   ├── dereference_009.phpt
│   │   │   ├── dereference_010.phpt
│   │   │   ├── dereference_011.phpt
│   │   │   ├── dereference_012.phpt
│   │   │   ├── dereference_013.phpt
│   │   │   ├── dereference_014.phpt
│   │   │   ├── div_001.phpt
│   │   │   ├── div_002.phpt
│   │   │   ├── double_array_cast.phpt
│   │   │   ├── double_to_string.phpt
│   │   │   ├── double_to_string_64bit.phpt
│   │   │   ├── dtor_scope.phpt
│   │   │   ├── duplicate_label_error.phpt
│   │   │   ├── dval_to_lval_32.phpt
│   │   │   ├── dval_to_lval_64.phpt
│   │   │   ├── dynamic_call_001.phpt
│   │   │   ├── dynamic_call_002.phpt
│   │   │   ├── dynamic_call_003.phpt
│   │   │   ├── dynamic_call_004.phpt
│   │   │   ├── dynamic_call_005.phpt
│   │   │   ├── dynamic_call_006.phpt
│   │   │   ├── dynamic_call_007.phpt
│   │   │   ├── dynamic_call_008.phpt
│   │   │   ├── dynamic_call_to_ref_returning_function.phpt
│   │   │   ├── dynamic_fully_qualified_call.phpt
│   │   │   ├── each_001.phpt
│   │   │   ├── each_002.phpt
│   │   │   ├── each_003.phpt
│   │   │   ├── empty_str_offset.phpt
│   │   │   ├── empty_with_expr.phpt
│   │   │   ├── entry_block_with_predecessors.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_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_044.phpt
│   │   │   ├── errmsg_045.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
│   │   │   ├── eval_parse_error_with_doc_comment.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_011.phpt
│   │   │   ├── exception_012.phpt
│   │   │   ├── exception_013.phpt
│   │   │   ├── exception_014.phpt
│   │   │   ├── exception_015.phpt
│   │   │   ├── exception_016.phpt
│   │   │   ├── exception_017.phpt
│   │   │   ├── exception_018.phpt
│   │   │   ├── exception_019.phpt
│   │   │   ├── exception_020.phpt
│   │   │   ├── exception_021.phpt
│   │   │   ├── exception_022.phpt
│   │   │   ├── exception_023.phpt
│   │   │   ├── exception_before_fatal.phpt
│   │   │   ├── exception_during_property_assign_op.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
│   │   │   ├── exception_in_nested_rope.phpt
│   │   │   ├── exception_in_rope_end.phpt
│   │   │   ├── exception_with_by_ref_message.phpt
│   │   │   ├── fe_fetch_dtor_exception.phpt
│   │   │   ├── float_prec_001.phpt
│   │   │   ├── foreach.phpt
│   │   │   ├── foreach_002.phpt
│   │   │   ├── foreach_003.phpt
│   │   │   ├── foreach_004.phpt
│   │   │   ├── foreach_005.phpt
│   │   │   ├── foreach_006.phpt
│   │   │   ├── foreach_007.phpt
│   │   │   ├── foreach_008.phpt
│   │   │   ├── foreach_009.phpt
│   │   │   ├── foreach_010.phpt
│   │   │   ├── foreach_011.phpt
│   │   │   ├── foreach_012.phpt
│   │   │   ├── foreach_013.phpt
│   │   │   ├── foreach_014.phpt
│   │   │   ├── foreach_015.phpt
│   │   │   ├── foreach_016.phpt
│   │   │   ├── foreach_017.phpt
│   │   │   ├── foreach_018.phpt
│   │   │   ├── foreach_empty_loop_leak.phpt
│   │   │   ├── foreach_list_001.phpt
│   │   │   ├── foreach_list_002.phpt
│   │   │   ├── foreach_list_003.phpt
│   │   │   ├── foreach_list_004.phpt
│   │   │   ├── foreach_list_keyed.phpt
│   │   │   ├── foreach_reference.phpt
│   │   │   ├── foreach_temp_array_expr_with_refs.phpt
│   │   │   ├── foreach_undefined.phpt
│   │   │   ├── foreach_unset_globals.phpt
│   │   │   ├── fr47160.phpt
│   │   │   ├── func_get_args.phpt
│   │   │   ├── function_arguments
│   │   │   ├── function_arguments_001.phpt
│   │   │   ├── function_arguments_002.phpt
│   │   │   ├── function_arguments_003.phpt
│   │   │   ├── function_exists_basic.phpt
│   │   │   ├── function_exists_error.phpt
│   │   │   ├── function_exists_variation1.phpt
│   │   │   ├── function_redecl.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_029_zts.phpt
│   │   │   ├── gc_030.phpt
│   │   │   ├── gc_031.phpt
│   │   │   ├── gc_032.phpt
│   │   │   ├── gc_033.phpt
│   │   │   ├── gc_034.phpt
│   │   │   ├── gc_035.phpt
│   │   │   ├── generators
│   │   │   ├── 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
│   │   │   ├── get_required_files.phpt
│   │   │   ├── global_with_side_effect_name.phpt
│   │   │   ├── globals.inc
│   │   │   ├── globals_001.phpt
│   │   │   ├── globals_002.phpt
│   │   │   ├── globals_003.phpt
│   │   │   ├── globals_004.phpt
│   │   │   ├── globals_005.phpt
│   │   │   ├── goto_in_foreach.phpt
│   │   │   ├── grammar
│   │   │   ├── 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
│   │   │   ├── incdec_ref_property.phpt
│   │   │   ├── incompat_ctx_user.phpt
│   │   │   ├── increment_001.phpt
│   │   │   ├── increment_function_return_error.phpt
│   │   │   ├── indexing_001.phpt
│   │   │   ├── indirect_call_array_001.phpt
│   │   │   ├── indirect_call_array_002.phpt
│   │   │   ├── indirect_call_array_003.phpt
│   │   │   ├── indirect_call_array_004.phpt
│   │   │   ├── indirect_call_array_005.phpt
│   │   │   ├── indirect_call_from_constant.phpt
│   │   │   ├── indirect_call_string_001.phpt
│   │   │   ├── indirect_call_string_002.phpt
│   │   │   ├── indirect_call_string_003.phpt
│   │   │   ├── indirect_method_call_001.phpt
│   │   │   ├── indirect_method_call_002.phpt
│   │   │   ├── indirect_method_call_003.phpt
│   │   │   ├── indirect_method_call_004.phpt
│   │   │   ├── indirect_method_call_005.phpt
│   │   │   ├── indirect_property_access.phpt
│   │   │   ├── indirect_reference_this.phpt
│   │   │   ├── inference_infinite_loop.phpt
│   │   │   ├── instanceof.phpt
│   │   │   ├── instanceof_001.phpt
│   │   │   ├── instanceof_002.phpt
│   │   │   ├── int_conversion_exponents.phpt
│   │   │   ├── int_overflow_32bit.phpt
│   │   │   ├── int_overflow_64bit.phpt
│   │   │   ├── int_special_values.phpt
│   │   │   ├── int_static_prop_name.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
│   │   │   ├── invalid_parent_const_ref_leak.phpt
│   │   │   ├── is_a.phpt
│   │   │   ├── isset_001.phpt
│   │   │   ├── isset_002.phpt
│   │   │   ├── isset_003.phpt
│   │   │   ├── isset_expr_error.phpt
│   │   │   ├── isset_func_error.phpt
│   │   │   ├── isset_str_offset.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
│   │   │   ├── jump15.phpt
│   │   │   ├── jump16.phpt
│   │   │   ├── jump17.phpt
│   │   │   ├── line_const_in_array.phpt
│   │   │   ├── list_001.phpt
│   │   │   ├── list_002.phpt
│   │   │   ├── list_003.phpt
│   │   │   ├── list_004.phpt
│   │   │   ├── list_005.phpt
│   │   │   ├── list_006.phpt
│   │   │   ├── list_007.phpt
│   │   │   ├── list_008.phpt
│   │   │   ├── list_009.phpt
│   │   │   ├── list_010.phpt
│   │   │   ├── list_011.phpt
│   │   │   ├── list_012.phpt
│   │   │   ├── list_013.phpt
│   │   │   ├── list_014.phpt
│   │   │   ├── list_destructuring_to_special_variables.phpt
│   │   │   ├── list_empty_error.phpt
│   │   │   ├── list_empty_error_keyed.phpt
│   │   │   ├── list_keyed.phpt
│   │   │   ├── list_keyed_ArrayAccess.phpt
│   │   │   ├── list_keyed_conversions.phpt
│   │   │   ├── list_keyed_evaluation_order.inc
│   │   │   ├── list_keyed_evaluation_order.phpt
│   │   │   ├── list_keyed_evaluation_order_2.phpt
│   │   │   ├── list_keyed_evaluation_order_3.phpt
│   │   │   ├── list_keyed_evaluation_order_nested.phpt
│   │   │   ├── list_keyed_non_literals.phpt
│   │   │   ├── list_keyed_trailing_comma.phpt
│   │   │   ├── list_keyed_undefined.phpt
│   │   │   ├── list_mixed_keyed_unkeyed.phpt
│   │   │   ├── list_mixed_nested_keyed_unkeyed.phpt
│   │   │   ├── list_self_assign.phpt
│   │   │   ├── loop_free_on_return.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_const_in_global_scope.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
│   │   │   ├── memory_get_peak_usage.phpt
│   │   │   ├── method_argument_binding.phpt
│   │   │   ├── method_exists.phpt
│   │   │   ├── method_exists_002.phpt
│   │   │   ├── method_static_var.phpt
│   │   │   ├── methods-on-non-objects-call-user-func.phpt
│   │   │   ├── methods-on-non-objects-catch.phpt
│   │   │   ├── methods-on-non-objects-nested.inc
│   │   │   ├── methods-on-non-objects-usort.phpt
│   │   │   ├── methods-on-non-objects.phpt
│   │   │   ├── mod_001.phpt
│   │   │   ├── modify_isref_value_return.phpt
│   │   │   ├── mul_001.phpt
│   │   │   ├── multibyte
│   │   │   ├── name_collision_01.phpt
│   │   │   ├── name_collision_02.phpt
│   │   │   ├── name_collision_03.phpt
│   │   │   ├── name_collision_04.phpt
│   │   │   ├── name_collision_05.phpt
│   │   │   ├── name_collision_06.phpt
│   │   │   ├── name_collision_07.phpt
│   │   │   ├── name_collision_08.phpt
│   │   │   ├── name_collision_09.phpt
│   │   │   ├── neg_num_string.phpt
│   │   │   ├── nested_method_and_function.phpt
│   │   │   ├── new_args_without_ctor.phpt
│   │   │   ├── no_class_const_propagation_in_closures.phpt
│   │   │   ├── 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
│   │   │   ├── ns_088.phpt
│   │   │   ├── ns_089.phpt
│   │   │   ├── ns_090.phpt
│   │   │   ├── ns_091.phpt
│   │   │   ├── ns_092.phpt
│   │   │   ├── ns_093.phpt
│   │   │   ├── ns_094.phpt
│   │   │   ├── ns_095.phpt
│   │   │   ├── ns_096.phpt
│   │   │   ├── ns_trailing_comma_01.phpt
│   │   │   ├── ns_trailing_comma_02.phpt
│   │   │   ├── ns_trailing_comma_error_01.phpt
│   │   │   ├── ns_trailing_comma_error_02.phpt
│   │   │   ├── ns_trailing_comma_error_03.phpt
│   │   │   ├── ns_trailing_comma_error_04.phpt
│   │   │   ├── ns_trailing_comma_error_05.phpt
│   │   │   ├── ns_trailing_comma_error_06.phpt
│   │   │   ├── ns_trailing_comma_error_07.phpt
│   │   │   ├── ns_trailing_comma_error_08.phpt
│   │   │   ├── nullable_types
│   │   │   ├── numeric_string_errors.phpt
│   │   │   ├── numeric_string_errors_assign.phpt
│   │   │   ├── object-null.phpt
│   │   │   ├── object_array_cast.phpt
│   │   │   ├── object_handlers.phpt
│   │   │   ├── object_property_ref_incdec.phpt
│   │   │   ├── object_types
│   │   │   ├── 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
│   │   │   ├── objects_032.phpt
│   │   │   ├── oct_overflow_32bit.phpt
│   │   │   ├── oct_overflow_char.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
│   │   │   ├── overloaded_func_001.phpt
│   │   │   ├── overloaded_func_002.phpt
│   │   │   ├── parent_class_name_without_parent.phpt
│   │   │   ├── parse_str_with_unpack.phpt
│   │   │   ├── php_errormsg_misoptimization.phpt
│   │   │   ├── pow_ref.phpt
│   │   │   ├── property_exists.phpt
│   │   │   ├── qm_assign_ref_unwrap_leak.phpt
│   │   │   ├── recursive_debug_info.phpt
│   │   │   ├── require_parse_exception.phpt
│   │   │   ├── result_unused.phpt
│   │   │   ├── return_types
│   │   │   ├── rope_with_exception.phpt
│   │   │   ├── selfParent_001.phpt
│   │   │   ├── selfParent_002.phpt
│   │   │   ├── self_and.phpt
│   │   │   ├── self_class_const_outside_class.phpt
│   │   │   ├── self_in_eval.phpt
│   │   │   ├── self_instanceof_outside_class.phpt
│   │   │   ├── self_method_or_prop_outside_class.phpt
│   │   │   ├── self_mod.phpt
│   │   │   ├── self_or.phpt
│   │   │   ├── self_xor.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
│   │   │   ├── special_name_error1.phpt
│   │   │   ├── special_name_error2.phpt
│   │   │   ├── special_name_error3.phpt
│   │   │   ├── static_variable.phpt
│   │   │   ├── str_offset_001.phpt
│   │   │   ├── str_offset_002.phpt
│   │   │   ├── str_offset_003.phpt
│   │   │   ├── str_offset_004.phpt
│   │   │   ├── strict_001.phpt
│   │   │   ├── strict_002.phpt
│   │   │   ├── string_offset_errors.phpt
│   │   │   ├── strlen.phpt
│   │   │   ├── sub_001.phpt
│   │   │   ├── switch_on_numeric_strings.phpt
│   │   │   ├── temporary_cleaning_001.phpt
│   │   │   ├── temporary_cleaning_002.phpt
│   │   │   ├── temporary_cleaning_003.phpt
│   │   │   ├── temporary_cleaning_004.phpt
│   │   │   ├── temporary_cleaning_005.phpt
│   │   │   ├── temporary_cleaning_006.phpt
│   │   │   ├── temporary_cleaning_007.phpt
│   │   │   ├── temporary_cleaning_008.phpt
│   │   │   ├── temporary_cleaning_009.phpt
│   │   │   ├── temporary_cleaning_010.phpt
│   │   │   ├── temporary_cleaning_011.phpt
│   │   │   ├── temporary_cleaning_012.phpt
│   │   │   ├── temporary_cleaning_013.phpt
│   │   │   ├── temporary_cleaning_014.phpt
│   │   │   ├── temporary_cleaning_015.phpt
│   │   │   ├── temporary_cleaning_016.phpt
│   │   │   ├── this_as_global.phpt
│   │   │   ├── this_as_lexical_var_error.phpt
│   │   │   ├── this_as_parameter.phpt
│   │   │   ├── this_as_static.phpt
│   │   │   ├── this_in_catch.phpt
│   │   │   ├── this_in_eval.phpt
│   │   │   ├── this_in_extract.phpt
│   │   │   ├── this_in_foreach_001.phpt
│   │   │   ├── this_in_foreach_002.phpt
│   │   │   ├── this_in_foreach_003.phpt
│   │   │   ├── this_in_foreach_004.phpt
│   │   │   ├── this_in_isset.phpt
│   │   │   ├── this_in_mb_parse_str.phpt
│   │   │   ├── this_in_parse_str.phpt
│   │   │   ├── this_in_unset.phpt
│   │   │   ├── this_reassign.phpt
│   │   │   ├── throw_reference.phpt
│   │   │   ├── throwable_001.phpt
│   │   │   ├── throwable_002.phpt
│   │   │   ├── throwable_003.phpt
│   │   │   ├── trait_exists_001.phpt
│   │   │   ├── trait_exists_002.phpt
│   │   │   ├── trait_exists_003.phpt
│   │   │   ├── traits
│   │   │   ├── try
│   │   │   ├── type_declarations
│   │   │   ├── typehints
│   │   │   ├── unexpected_ref_bug.phpt
│   │   │   ├── unset.inc
│   │   │   ├── unset_cast_deprecated.phpt
│   │   │   ├── unset_cv01.phpt
│   │   │   ├── unset_cv02.phpt
│   │   │   ├── unset_cv03.phpt
│   │   │   ├── unset_cv04.phpt
│   │   │   ├── unset_cv05.phpt
│   │   │   ├── unset_cv06.phpt
│   │   │   ├── unset_cv08.phpt
│   │   │   ├── unset_cv09.phpt
│   │   │   ├── unset_cv10.phpt
│   │   │   ├── unset_cv11.phpt
│   │   │   ├── unset_cv12.phpt
│   │   │   ├── unused_shared_static_variables.phpt
│   │   │   ├── use_const
│   │   │   ├── use_function
│   │   │   ├── use_late_binding_conflict.phpt
│   │   │   ├── use_no_eval_conflict.phpt
│   │   │   ├── use_no_file_conflict.phpt
│   │   │   ├── use_no_file_conflict_1.inc
│   │   │   ├── use_no_file_conflict_2.inc
│   │   │   ├── varSyntax
│   │   │   ├── variable_with_boolean_name.phpt
│   │   │   ├── variable_with_integer_name.phpt
│   │   │   ├── variadic
│   │   │   ├── varvars_by_ref.phpt
│   │   │   ├── vm_stack_with_arg_extend.phpt
│   │   │   ├── xor_001.phpt
│   │   │   ├── xor_002.phpt
│   │   │   ├── xor_003.phpt
│   │   │   ├── zend2.php.txt
│   │   │   ├── zend_operators.phpt
│   │   │   ├── zend_signed_multiply-32bit.phpt
│   │   │   ├── zend_signed_multiply-64bit-2.phpt
│   │   │   ├── zend_signed_multiply-64bit.phpt
│   │   │   └── zend_strtod.phpt
│   │   ├── zend.c
│   │   ├── zend.h
│   │   ├── zend.ico
│   │   ├── zend_API.c
│   │   ├── zend_API.h
│   │   ├── zend_alloc.c
│   │   ├── zend_alloc.h
│   │   ├── zend_alloc_sizes.h
│   │   ├── zend_arena.h
│   │   ├── zend_ast.c
│   │   ├── zend_ast.h
│   │   ├── zend_bitset.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_dtrace.c
│   │   ├── zend_dtrace.d
│   │   ├── zend_dtrace.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_float.c
│   │   ├── zend_float.h
│   │   ├── zend_gc.c
│   │   ├── zend_gc.h
│   │   ├── zend_generators.c
│   │   ├── zend_generators.h
│   │   ├── zend_globals.h
│   │   ├── zend_globals_macros.h
│   │   ├── zend_hash.c
│   │   ├── zend_hash.h
│   │   ├── zend_highlight.c
│   │   ├── zend_highlight.h
│   │   ├── zend_inheritance.c
│   │   ├── zend_inheritance.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_long.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_portability.h
│   │   ├── zend_ptr_stack.c
│   │   ├── zend_ptr_stack.h
│   │   ├── zend_range_check.h
│   │   ├── zend_signal.c
│   │   ├── zend_signal.h
│   │   ├── zend_smart_str.c
│   │   ├── zend_smart_str.h
│   │   ├── zend_smart_str_public.h
│   │   ├── zend_smart_string.h
│   │   ├── zend_smart_string_public.h
│   │   ├── zend_sort.c
│   │   ├── zend_sort.h
│   │   ├── zend_sprintf.c
│   │   ├── zend_stack.c
│   │   ├── zend_stack.h
│   │   ├── zend_stream.c
│   │   ├── zend_stream.h
│   │   ├── zend_string.c
│   │   ├── zend_string.h
│   │   ├── zend_strtod.c
│   │   ├── zend_strtod.h
│   │   ├── zend_strtod_int.h
│   │   ├── zend_ts_hash.c
│   │   ├── zend_ts_hash.h
│   │   ├── zend_type_info.h
│   │   ├── zend_types.h
│   │   ├── zend_variables.c
│   │   ├── zend_variables.h
│   │   ├── zend_virtual_cwd.c
│   │   ├── zend_virtual_cwd.h
│   │   ├── zend_vm.h
│   │   ├── zend_vm_def.h
│   │   ├── zend_vm_execute.h
│   │   ├── zend_vm_execute.skl
│   │   ├── zend_vm_gen.php
│   │   ├── zend_vm_opcodes.c
│   │   └── zend_vm_opcodes.h
│   ├── acinclude.m4
│   ├── appveyor
│   │   ├── build.bat
│   │   ├── build_task.bat
│   │   ├── test.bat
│   │   └── test_task.bat
│   ├── build
│   │   ├── ax_check_compile_flag.m4
│   │   ├── 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.ac
│   └── ext
│       ├── bcmath
│       │   ├── CREDITS
│       │   ├── bcmath.c
│       │   ├── config.m4
│       │   ├── config.w32
│       │   ├── libbcmath
│       │   ├── package.xml
│       │   ├── php_bcmath.h
│       │   └── tests
│       ├── bz2
│       │   ├── CREDITS
│       │   ├── bz2.c
│       │   ├── 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.xml
│       │   ├── package.xml
│       │   ├── php_ctype.h
│       │   └── tests
│       ├── curl
│       │   ├── CREDITS
│       │   ├── config.m4
│       │   ├── config.w32
│       │   ├── curl_file.c
│       │   ├── interface.c
│       │   ├── multi.c
│       │   ├── package.xml
│       │   ├── php_curl.h
│       │   ├── share.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_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_lmdb.c
│       │   ├── dba_ndbm.c
│       │   ├── dba_qdbm.c
│       │   ├── dba_tcadb.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_lmdb.h
│       │   ├── php_ndbm.h
│       │   ├── php_qdbm.h
│       │   ├── php_tcadb.h
│       │   └── tests
│       ├── dom
│       │   ├── CREDITS
│       │   ├── TODO
│       │   ├── attr.c
│       │   ├── cdatasection.c
│       │   ├── characterdata.c
│       │   ├── comment.c
│       │   ├── config.m4
│       │   ├── config.w32
│       │   ├── document.c
│       │   ├── documentfragment.c
│       │   ├── documenttype.c
│       │   ├── 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
│       ├── exif
│       │   ├── CREDITS
│       │   ├── config.m4
│       │   ├── config.w32
│       │   ├── example.php
│       │   ├── exif.c
│       │   ├── 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
│       │   ├── magicdata.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_compat.c
│       │   ├── gd_compat.h
│       │   ├── gd_ctx.c
│       │   ├── gdcache.c
│       │   ├── gdcache.h
│       │   ├── libgd
│       │   ├── php_gd.h
│       │   └── tests
│       ├── gettext
│       │   ├── CREDITS
│       │   ├── config.m4
│       │   ├── config.w32
│       │   ├── gettext.c
│       │   ├── php_gettext.h
│       │   └── tests
│       ├── gmp
│       │   ├── CREDITS
│       │   ├── README
│       │   ├── TODO
│       │   ├── bug67917.phpt
│       │   ├── 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_fnv.c
│       │   ├── hash_gost.c
│       │   ├── hash_haval.c
│       │   ├── hash_joaat.c
│       │   ├── hash_md.c
│       │   ├── hash_ripemd.c
│       │   ├── hash_sha.c
│       │   ├── hash_sha3.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_fnv.h
│       │   ├── php_hash_gost.h
│       │   ├── php_hash_gost_tables.h
│       │   ├── php_hash_haval.h
│       │   ├── php_hash_joaat.h
│       │   ├── php_hash_md.h
│       │   ├── php_hash_ripemd.h
│       │   ├── php_hash_sha.h
│       │   ├── php_hash_sha3.h
│       │   ├── php_hash_snefru.h
│       │   ├── php_hash_snefru_tables.h
│       │   ├── php_hash_tiger.h
│       │   ├── php_hash_tiger_tables.h
│       │   ├── php_hash_whirlpool.h
│       │   ├── php_hash_whirlpool_tables.h
│       │   ├── sha3
│       │   └── tests
│       ├── iconv
│       │   ├── CREDITS
│       │   ├── config.m4
│       │   ├── config.w32
│       │   ├── iconv.c
│       │   ├── php_iconv.def
│       │   ├── php_iconv.h
│       │   └── tests
│       ├── imap
│       │   ├── CREDITS
│       │   ├── IMAP_Win32_HOWTO.txt
│       │   ├── config.m4
│       │   ├── config.w32
│       │   ├── 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
│       │   ├── php_ibase_includes.h
│       │   ├── php_ibase_udf.c
│       │   ├── php_interbase.h
│       │   └── tests
│       ├── intl
│       │   ├── CREDITS
│       │   ├── ERROR.CONVENTIONS
│       │   ├── TODO
│       │   ├── breakiterator
│       │   ├── calendar
│       │   ├── collator
│       │   ├── common
│       │   ├── config.m4
│       │   ├── config.w32
│       │   ├── converter
│       │   ├── dateformat
│       │   ├── doc
│       │   ├── formatter
│       │   ├── grapheme
│       │   ├── idn
│       │   ├── intl_common.h
│       │   ├── intl_convert.c
│       │   ├── intl_convert.h
│       │   ├── intl_convertcpp.cpp
│       │   ├── intl_convertcpp.h
│       │   ├── intl_cppshims.h
│       │   ├── intl_data.h
│       │   ├── intl_error.c
│       │   ├── intl_error.h
│       │   ├── locale
│       │   ├── msgformat
│       │   ├── normalizer
│       │   ├── php_intl.c
│       │   ├── php_intl.h
│       │   ├── resourcebundle
│       │   ├── spoofchecker
│       │   ├── tests
│       │   ├── timezone
│       │   ├── transliterator
│       │   └── uchar
│       ├── json
│       │   ├── CREDITS
│       │   ├── Makefile.frag
│       │   ├── Makefile.frag.w32
│       │   ├── README
│       │   ├── config.m4
│       │   ├── config.w32
│       │   ├── json.c
│       │   ├── json_encoder.c
│       │   ├── json_parser.tab.c
│       │   ├── json_parser.tab.h
│       │   ├── json_parser.y
│       │   ├── json_scanner.c
│       │   ├── json_scanner.re
│       │   ├── php_json.h
│       │   ├── php_json_encoder.h
│       │   ├── php_json_parser.h
│       │   ├── php_json_scanner.h
│       │   ├── php_json_scanner_defs.h
│       │   └── tests
│       ├── ldap
│       │   ├── CREDITS
│       │   ├── LDAP_Win32_HOWTO.txt
│       │   ├── config.m4
│       │   ├── config.w32
│       │   ├── ldap.c
│       │   ├── 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.h
│       │   ├── oniguruma
│       │   ├── oniguruma.patch
│       │   ├── php_mbregex.c
│       │   ├── php_mbregex.h
│       │   ├── php_onig_compat.h
│       │   ├── php_unicode.c
│       │   ├── php_unicode.h
│       │   ├── tests
│       │   ├── ucgendat
│       │   └── unicode_data.h
│       ├── mysqli
│       │   ├── CREDITS
│       │   ├── TODO
│       │   ├── config.m4
│       │   ├── config.w32
│       │   ├── mysqli.c
│       │   ├── mysqli_api.c
│       │   ├── mysqli_driver.c
│       │   ├── mysqli_embedded.c
│       │   ├── mysqli_exception.c
│       │   ├── mysqli_fe.c
│       │   ├── mysqli_fe.h
│       │   ├── mysqli_libmysql.h
│       │   ├── mysqli_mysqlnd.h
│       │   ├── mysqli_nonapi.c
│       │   ├── mysqli_priv.h
│       │   ├── mysqli_prop.c
│       │   ├── mysqli_report.c
│       │   ├── mysqli_result_iterator.c
│       │   ├── mysqli_warning.c
│       │   ├── package.xml
│       │   ├── php_mysqli.h
│       │   ├── php_mysqli_structs.h
│       │   └── tests
│       ├── mysqlnd
│       │   ├── CREDITS
│       │   ├── config-win.h
│       │   ├── config.w32
│       │   ├── config9.m4
│       │   ├── mysql_float_to_double.h
│       │   ├── mysqlnd.h
│       │   ├── mysqlnd_alloc.c
│       │   ├── mysqlnd_alloc.h
│       │   ├── mysqlnd_auth.c
│       │   ├── mysqlnd_auth.h
│       │   ├── mysqlnd_block_alloc.c
│       │   ├── mysqlnd_block_alloc.h
│       │   ├── mysqlnd_charset.c
│       │   ├── mysqlnd_charset.h
│       │   ├── mysqlnd_commands.c
│       │   ├── mysqlnd_commands.h
│       │   ├── mysqlnd_connection.c
│       │   ├── mysqlnd_connection.h
│       │   ├── mysqlnd_debug.c
│       │   ├── mysqlnd_debug.h
│       │   ├── mysqlnd_driver.c
│       │   ├── mysqlnd_enum_n_def.h
│       │   ├── mysqlnd_ext_plugin.c
│       │   ├── mysqlnd_ext_plugin.h
│       │   ├── mysqlnd_libmysql_compat.h
│       │   ├── mysqlnd_loaddata.c
│       │   ├── mysqlnd_net.c
│       │   ├── mysqlnd_plugin.c
│       │   ├── mysqlnd_plugin.h
│       │   ├── mysqlnd_portability.h
│       │   ├── mysqlnd_priv.h
│       │   ├── mysqlnd_protocol_frame_codec.c
│       │   ├── mysqlnd_protocol_frame_codec.h
│       │   ├── mysqlnd_ps.c
│       │   ├── mysqlnd_ps.h
│       │   ├── mysqlnd_ps_codec.c
│       │   ├── mysqlnd_read_buffer.c
│       │   ├── mysqlnd_read_buffer.h
│       │   ├── mysqlnd_result.c
│       │   ├── mysqlnd_result.h
│       │   ├── mysqlnd_result_meta.c
│       │   ├── mysqlnd_result_meta.h
│       │   ├── mysqlnd_reverse_api.c
│       │   ├── mysqlnd_reverse_api.h
│       │   ├── mysqlnd_statistics.c
│       │   ├── mysqlnd_statistics.h
│       │   ├── mysqlnd_structs.h
│       │   ├── mysqlnd_vio.c
│       │   ├── mysqlnd_vio.h
│       │   ├── mysqlnd_wireprotocol.c
│       │   ├── mysqlnd_wireprotocol.h
│       │   ├── php_mysqlnd.c
│       │   └── php_mysqlnd.h
│       ├── oci8
│       │   ├── CREDITS
│       │   ├── LICENSE
│       │   ├── README
│       │   ├── config.m4
│       │   ├── config.w32
│       │   ├── oci8.c
│       │   ├── oci8_collection.c
│       │   ├── oci8_dtrace.d
│       │   ├── oci8_failover.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
│       ├── opcache
│       │   ├── CREDITS
│       │   ├── Optimizer
│       │   ├── README
│       │   ├── ZendAccelerator.c
│       │   ├── ZendAccelerator.h
│       │   ├── config.m4
│       │   ├── config.w32
│       │   ├── shared_alloc_mmap.c
│       │   ├── shared_alloc_posix.c
│       │   ├── shared_alloc_shm.c
│       │   ├── shared_alloc_win32.c
│       │   ├── tests
│       │   ├── zend_accelerator_blacklist.c
│       │   ├── zend_accelerator_blacklist.h
│       │   ├── zend_accelerator_debug.c
│       │   ├── zend_accelerator_debug.h
│       │   ├── zend_accelerator_hash.c
│       │   ├── zend_accelerator_hash.h
│       │   ├── zend_accelerator_module.c
│       │   ├── zend_accelerator_module.h
│       │   ├── zend_accelerator_util_funcs.c
│       │   ├── zend_accelerator_util_funcs.h
│       │   ├── zend_file_cache.c
│       │   ├── zend_file_cache.h
│       │   ├── zend_persist.c
│       │   ├── zend_persist.h
│       │   ├── zend_persist_calc.c
│       │   ├── zend_shared_alloc.c
│       │   └── zend_shared_alloc.h
│       ├── openssl
│       │   ├── CREDITS
│       │   ├── README
│       │   ├── config.w32
│       │   ├── config0.m4
│       │   ├── openssl.c
│       │   ├── 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
│       │   ├── Makefile.frag.w32
│       │   ├── README
│       │   ├── TODO
│       │   ├── config.m4
│       │   ├── config.w32
│       │   ├── package2.xml
│       │   ├── pdo.c
│       │   ├── pdo.php
│       │   ├── pdo_dbh.c
│       │   ├── pdo_sql_parser.c
│       │   ├── pdo_sql_parser.re
│       │   ├── pdo_sqlstate.c
│       │   ├── pdo_stmt.c
│       │   ├── php_pdo.h
│       │   ├── php_pdo_driver.h
│       │   ├── php_pdo_error.h
│       │   ├── php_pdo_int.h
│       │   └── tests
│       ├── pdo_dblib
│       │   ├── CREDITS
│       │   ├── README
│       │   ├── config.m4
│       │   ├── config.w32
│       │   ├── dblib_driver.c
│       │   ├── dblib_stmt.c
│       │   ├── package2.xml
│       │   ├── pdo_dblib.c
│       │   ├── php_pdo_dblib.h
│       │   ├── php_pdo_dblib_int.h
│       │   └── tests
│       ├── pdo_firebird
│       │   ├── CREDITS
│       │   ├── 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
│       │   ├── 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.mak
│       │   ├── php_pgsql.h
│       │   └── tests
│       ├── phar
│       │   ├── CREDITS
│       │   ├── LICENSE
│       │   ├── Makefile.frag
│       │   ├── Makefile.frag.w32
│       │   ├── TODO
│       │   ├── build_precommand.php
│       │   ├── config.m4
│       │   ├── config.w32
│       │   ├── dirstream.c
│       │   ├── dirstream.h
│       │   ├── func_interceptors.c
│       │   ├── func_interceptors.h
│       │   ├── gdbhelp
│       │   ├── makestub.php
│       │   ├── package.xml
│       │   ├── phar
│       │   ├── phar.1.in
│       │   ├── phar.c
│       │   ├── phar.phar.1.in
│       │   ├── 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
│       │   └── tests
│       ├── readline
│       │   ├── CREDITS
│       │   ├── README.libedit
│       │   ├── config.m4
│       │   ├── config.w32
│       │   ├── php_readline.h
│       │   ├── readline.c
│       │   ├── readline_cli.c
│       │   ├── readline_cli.h
│       │   └── tests
│       ├── recode
│       │   ├── CREDITS
│       │   ├── config.m4
│       │   ├── config9.m4
│       │   ├── php_recode.h
│       │   ├── recode.c
│       │   └── tests
│       ├── 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
│       │   ├── mod_user_class.c
│       │   ├── package.xml
│       │   ├── php_session.h
│       │   ├── session.c
│       │   └── tests
│       ├── shmop
│       │   ├── CREDITS
│       │   ├── README
│       │   ├── config.m4
│       │   ├── config.w32
│       │   ├── package.xml
│       │   ├── package2.xml
│       │   ├── php_shmop.h
│       │   ├── shmop.c
│       │   └── tests
│       ├── simplexml
│       │   ├── CREDITS
│       │   ├── README
│       │   ├── config.m4
│       │   ├── config.w32
│       │   ├── examples
│       │   ├── php_simplexml.h
│       │   ├── php_simplexml_exports.h
│       │   ├── simplexml.c
│       │   ├── sxe.c
│       │   ├── sxe.h
│       │   └── tests
│       ├── skeleton
│       │   ├── CREDITS
│       │   ├── EXPERIMENTAL
│       │   ├── create_stubs
│       │   ├── php_skeleton.h
│       │   ├── skeleton.c
│       │   ├── skeleton.php
│       │   └── tests
│       ├── snmp
│       │   ├── CREDITS
│       │   ├── config.m4
│       │   ├── config.w32
│       │   ├── php_snmp.h
│       │   ├── snmp.c
│       │   └── tests
│       ├── 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.h
│       │   ├── php_xml.c
│       │   ├── php_xml.h
│       │   ├── soap.c
│       │   └── tests
│       ├── sockets
│       │   ├── CREDITS
│       │   ├── config.m4
│       │   ├── config.w32
│       │   ├── conversions.c
│       │   ├── conversions.h
│       │   ├── multicast.c
│       │   ├── multicast.h
│       │   ├── package.xml
│       │   ├── php_sockets.h
│       │   ├── sendrecvmsg.c
│       │   ├── sendrecvmsg.h
│       │   ├── sockaddr_conv.c
│       │   ├── sockaddr_conv.h
│       │   ├── sockets.c
│       │   ├── tests
│       │   ├── unix_socket_constants.h
│       │   ├── win32_socket_constants.h
│       │   └── windows_common.h
│       ├── sodium
│       │   ├── CREDITS
│       │   ├── README.md
│       │   ├── config.m4
│       │   ├── config.w32
│       │   ├── libsodium.c
│       │   ├── libsodium.php
│       │   ├── php_libsodium.h
│       │   └── tests
│       ├── 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
│       ├── sqlite3
│       │   ├── CREDITS
│       │   ├── config.w32
│       │   ├── config0.m4
│       │   ├── libsqlite
│       │   ├── php_sqlite3.h
│       │   ├── php_sqlite3_structs.h
│       │   ├── sqlite3.c
│       │   └── tests
│       └── standard
│           ├── Makefile.frag
│           ├── Makefile.frag.w32
│           ├── 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_blowfish.h
│           ├── crypt_freesec.c
│           ├── crypt_freesec.h
│           ├── crypt_sha256.c
│           ├── crypt_sha512.c
│           ├── css.c
│           ├── css.h
│           ├── cyr_convert.c
│           ├── cyr_convert.h
│           ├── datetime.c
│           ├── datetime.h
│           ├── dir.c
│           ├── dl.c
│           ├── dl.h
│           ├── dns.c
│           ├── 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
│           ├── html_tables
│           ├── html_tables.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
│           ├── mt_rand.c
│           ├── pack.c
│           ├── pack.h
│           ├── pageinfo.c
│           ├── pageinfo.h
│           ├── password.c
│           ├── php_array.h
│           ├── php_assert.h
│           ├── php_browscap.h
│           ├── php_crypt.h
│           ├── php_crypt_r.c
│           ├── php_crypt_r.h
│           ├── php_dir.h
│           ├── php_dns.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_mt_rand.h
│           ├── php_password.h
│           ├── php_rand.h
│           ├── php_random.h
│           ├── php_smart_string.h
│           ├── php_smart_string_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
│           ├── random.c
│           ├── scanf.c
│           ├── scanf.h
│           ├── sha1.c
│           ├── sha1.h
│           ├── soundex.c
│           ├── streamsfuncs.c
│           ├── streamsfuncs.h
│           ├── string.c
│           ├── strnatcmp.c
│           ├── syslog.c
│           └── tests
└── 好例子网_php-7.2.0.tar.gz

191 directories, 2917 files



标签: php gz AR hp

实例下载地址

php-7.2.0.tar.gz

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警