实例介绍
更新日志 1.修复模板配置文件保存BUG 2.修复黑名单系统 3.新增优惠券系统 4.新增代理访问系统 5.新增[幻兮支付]接口 APP挂机 6.新增邮箱发送内容自定义 7.新增手机短信发送卡密(自定义模板) 8.新增[微信UI]模板 9.新增[企业发卡]模板(5.2版热门模板) 程序功能介绍: 1.商品分类/上架下架/排序 2.商品上架下架/商品图片/介绍/排序 3.批量添加卡密(一行一个)/删除卡密 4.一键切换模板[5套+] 5.对接易支付/码支付/幻兮支付(支付接口一键开关/对接方便/及时到账/自动补单) | 点击注册码支付 | 点击注册幻兮支付 6.批量购买/自定义提取密码(后台可开关) 7.网站信息一键修改 8.邮箱自动发送卡密[自定义模板] 9.商品独立分享链接 10.黑名单系统(QQ/IP拉黑) 11.系统日志(详细记录网站运行日志) 12.优惠券系统 13.代理访问系统 14.手机短信发送[自定义模板] 15.一键更新(后台一键更新程序) ===================================
【实例截图】
【核心代码】
4744300845389737911.zip
├── root.sql
├── www
│ ├── admin.php
│ ├── application
│ │ ├── admin
│ │ │ ├── controller
│ │ │ │ ├── Common.php
│ │ │ │ ├── Index.php
│ │ │ │ ├── Login.php
│ │ │ │ └── Updata.php
│ │ │ ├── model
│ │ │ │ ├── Addcat.php
│ │ │ │ ├── Article.php
│ │ │ │ ├── Category.php
│ │ │ │ ├── Daili.php
│ │ │ │ ├── Goods.php
│ │ │ │ ├── Kami.php
│ │ │ │ ├── Links.php
│ │ │ │ ├── Login.php
│ │ │ │ ├── Option.php
│ │ │ │ ├── Order.php
│ │ │ │ ├── Recharge.php
│ │ │ │ └── Uploadimg.php
│ │ │ └── view
│ │ │ ├── index
│ │ │ │ ├── addart.html
│ │ │ │ ├── addcat.html
│ │ │ │ ├── adddaili.html
│ │ │ │ ├── addgood.html
│ │ │ │ ├── addkami.html
│ │ │ │ ├── addlink.html
│ │ │ │ ├── apipay.html
│ │ │ │ ├── article.html
│ │ │ │ ├── category.html
│ │ │ │ ├── clear.html
│ │ │ │ ├── daili.html
│ │ │ │ ├── editart.html
│ │ │ │ ├── editcat.html
│ │ │ │ ├── editdaili.html
│ │ │ │ ├── editgood.html
│ │ │ │ ├── editlink.html
│ │ │ │ ├── goods.html
│ │ │ │ ├── index.html
│ │ │ │ ├── kami.html
│ │ │ │ ├── links.html
│ │ │ │ ├── option.html
│ │ │ │ ├── order.html
│ │ │ │ ├── password.html
│ │ │ │ ├── recharge.html
│ │ │ │ └── welcome.html
│ │ │ ├── index.html
│ │ │ └── login
│ │ │ └── login.html
│ │ ├── command.php
│ │ ├── common.php
│ │ ├── config.php
│ │ ├── daili
│ │ │ ├── controller
│ │ │ │ ├── Chongzhi.php
│ │ │ │ ├── Common.php
│ │ │ │ ├── Index.php
│ │ │ │ └── Login.php
│ │ │ ├── model
│ │ │ │ ├── Alipaysubmit.php
│ │ │ │ ├── Category.php
│ │ │ │ ├── Daili.php
│ │ │ │ ├── Goods.php
│ │ │ │ ├── Kami.php
│ │ │ │ ├── Login.php
│ │ │ │ ├── Option.php
│ │ │ │ └── Order.php
│ │ │ └── view
│ │ │ ├── base.html
│ │ │ ├── index
│ │ │ │ ├── chongzhi.html
│ │ │ │ ├── index.html
│ │ │ │ ├── returninfo.html
│ │ │ │ ├── tkjl.html
│ │ │ │ └── xgmm.html
│ │ │ └── login
│ │ │ ├── login.html
│ │ │ └── reg.html
│ │ ├── database.php
│ │ ├── extra
│ │ │ └── queue.php
│ │ ├── index
│ │ │ ├── controller
│ │ │ │ ├── Common.php
│ │ │ │ ├── Index.php
│ │ │ │ ├── Index.php000
│ │ │ │ ├── Index.php1111
│ │ │ │ └── Index.php5555
│ │ │ ├── model
│ │ │ │ ├── Alipaysubmit.php
│ │ │ │ ├── Article.php
│ │ │ │ ├── Category.php
│ │ │ │ ├── Item.php
│ │ │ │ ├── Km.php
│ │ │ │ ├── Link.php
│ │ │ │ ├── Notify.php
│ │ │ │ ├── Option.php
│ │ │ │ ├── Order.php
│ │ │ │ └── Search.php
│ │ │ └── view
│ │ │ ├── base.html
│ │ │ └── index
│ │ │ ├── article.html
│ │ │ ├── fenge.html
│ │ │ ├── index.html
│ │ │ ├── item.html
│ │ │ ├── mzfreturn.html
│ │ │ ├── returninfo.html
│ │ │ ├── search.html
│ │ │ └── trade.html
│ │ ├── route.php
│ │ └── tags.php
│ ├── build.php
│ ├── composer.json
│ ├── composer.lock
│ ├── daili.php
│ ├── extend
│ ├── favicon.ico
│ ├── gg.png
│ ├── index.php
│ ├── LICENSE.txt
│ ├── phpMyAdmin
│ │ ├── browse_foreigners.php
│ │ ├── bs_disp_as_mime_type.php
│ │ ├── bs_play_media.php
│ │ ├── ChangeLog
│ │ ├── changelog.php
│ │ ├── chk_rel.php
│ │ ├── config.sample.inc.php
│ │ ├── db_create.php
│ │ ├── db_datadict.php
│ │ ├── db_events.php
│ │ ├── db_export.php
│ │ ├── db_import.php
│ │ ├── db_operations.php
│ │ ├── db_printview.php
│ │ ├── db_qbe.php
│ │ ├── db_routines.php
│ │ ├── db_search.php
│ │ ├── db_sql.php
│ │ ├── db_structure.php
│ │ ├── db_tracking.php
│ │ ├── db_triggers.php
│ │ ├── docs.css
│ │ ├── enum_editor.php
│ │ ├── examples
│ │ │ ├── config.manyhosts.inc.php
│ │ │ ├── create_tables_drizzle.sql
│ │ │ ├── create_tables.sql
│ │ │ ├── openid.php
│ │ │ ├── signon.php
│ │ │ ├── signon-script.php
│ │ │ ├── swekey.sample.conf
│ │ │ └── upgrade_tables_mysql_4_1_2+.sql
│ │ ├── export.php
│ │ ├── favicon.ico
│ │ ├── file_echo.php
│ │ ├── gis_data_editor.php
│ │ ├── import.php
│ │ ├── import_status.php
│ │ ├── index.php
│ │ ├── js
│ │ │ ├── canvg
│ │ │ │ ├── canvg.js
│ │ │ │ ├── flashcanvas.js
│ │ │ │ ├── flashcanvas.swf
│ │ │ │ └── MIT-LICENSE.txt
│ │ │ ├── codemirror
│ │ │ │ ├── lib
│ │ │ │ │ └── codemirror.js
│ │ │ │ ├── LICENSE
│ │ │ │ └── mode
│ │ │ │ └── mysql
│ │ │ │ └── mysql.js
│ │ │ ├── common.js
│ │ │ ├── config.js
│ │ │ ├── cross_framing_protection.js
│ │ │ ├── date.js
│ │ │ ├── db_operations.js
│ │ │ ├── db_search.js
│ │ │ ├── db_structure.js
│ │ │ ├── dom-drag.js
│ │ │ ├── export.js
│ │ │ ├── functions.js
│ │ │ ├── get_image.js.php
│ │ │ ├── gis_data_editor.js
│ │ │ ├── import.js
│ │ │ ├── indexes.js
│ │ │ ├── jqplot
│ │ │ │ ├── excanvas.js
│ │ │ │ ├── jquery.jqplot.js
│ │ │ │ └── plugins
│ │ │ │ ├── jqplot.barRenderer.js
│ │ │ │ ├── jqplot.canvasAxisLabelRenderer.js
│ │ │ │ ├── jqplot.canvasTextRenderer.js
│ │ │ │ ├── jqplot.categoryAxisRenderer.js
│ │ │ │ ├── jqplot.cursor.js
│ │ │ │ ├── jqplot.dateAxisRenderer.js
│ │ │ │ ├── jqplot.highlighter.js
│ │ │ │ ├── jqplot.pieRenderer.js
│ │ │ │ └── jqplot.pointLabels.js
│ │ │ ├── jquery
│ │ │ │ ├── jquery-1.6.2+fix-9521.js
│ │ │ │ ├── jquery.cookie.js
│ │ │ │ ├── jquery.event.drag-2.0.js
│ │ │ │ ├── jquery.json-2.2.js
│ │ │ │ ├── jquery.mousewheel.js
│ │ │ │ ├── jquery.qtip-1.0.0-rc3.js
│ │ │ │ ├── jquery.sortableTable.js
│ │ │ │ ├── jquery.sprintf.js
│ │ │ │ ├── jquery.svg.js
│ │ │ │ ├── jquery.tablesorter.js
│ │ │ │ ├── jquery-ui-1.8.16.custom.js
│ │ │ │ └── timepicker.js
│ │ │ ├── keyhandler.js
│ │ │ ├── makegrid.js
│ │ │ ├── messages.php
│ │ │ ├── navigation.js
│ │ │ ├── openlayers
│ │ │ │ ├── img
│ │ │ │ │ ├── blank.gif
│ │ │ │ │ ├── cloud-popup-relative.png
│ │ │ │ │ ├── drag-rectangle-off.png
│ │ │ │ │ ├── drag-rectangle-on.png
│ │ │ │ │ ├── east-mini.png
│ │ │ │ │ ├── layer-switcher-maximize.png
│ │ │ │ │ ├── layer-switcher-minimize.png
│ │ │ │ │ ├── marker-blue.png
│ │ │ │ │ ├── marker-gold.png
│ │ │ │ │ ├── marker-green.png
│ │ │ │ │ ├── marker.png
│ │ │ │ │ ├── measuring-stick-off.png
│ │ │ │ │ ├── measuring-stick-on.png
│ │ │ │ │ ├── north-mini.png
│ │ │ │ │ ├── panning-hand-off.png
│ │ │ │ │ ├── panning-hand-on.png
│ │ │ │ │ ├── slider.png
│ │ │ │ │ ├── south-mini.png
│ │ │ │ │ ├── west-mini.png
│ │ │ │ │ ├── zoombar.png
│ │ │ │ │ ├── zoom-minus-mini.png
│ │ │ │ │ ├── zoom-plus-mini.png
│ │ │ │ │ └── zoom-world-mini.png
│ │ │ │ ├── OpenLayers.js
│ │ │ │ └── theme
│ │ │ │ └── default
│ │ │ │ ├── framedCloud.css
│ │ │ │ ├── google.css
│ │ │ │ ├── ie6-style.css
│ │ │ │ ├── img
│ │ │ │ │ ├── add_point_off.png
│ │ │ │ │ ├── add_point_on.png
│ │ │ │ │ ├── blank.gif
│ │ │ │ │ ├── close.gif
│ │ │ │ │ ├── drag-rectangle-off.png
│ │ │ │ │ ├── drag-rectangle-on.png
│ │ │ │ │ ├── draw_line_off.png
│ │ │ │ │ ├── draw_line_on.png
│ │ │ │ │ ├── draw_point_off.png
│ │ │ │ │ ├── draw_point_on.png
│ │ │ │ │ ├── draw_polygon_off.png
│ │ │ │ │ ├── draw_polygon_on.png
│ │ │ │ │ ├── editing_tool_bar.png
│ │ │ │ │ ├── move_feature_off.png
│ │ │ │ │ ├── move_feature_on.png
│ │ │ │ │ ├── navigation_history.png
│ │ │ │ │ ├── overview_replacement.gif
│ │ │ │ │ ├── panning-hand-off.png
│ │ │ │ │ ├── panning-hand-on.png
│ │ │ │ │ ├── pan_off.png
│ │ │ │ │ ├── pan_on.png
│ │ │ │ │ ├── pan-panel-NOALPHA.png
│ │ │ │ │ ├── pan-panel.png
│ │ │ │ │ ├── remove_point_off.png
│ │ │ │ │ ├── remove_point_on.png
│ │ │ │ │ ├── ruler.png
│ │ │ │ │ ├── save_features_off.png
│ │ │ │ │ ├── save_features_on.png
│ │ │ │ │ ├── view_next_off.png
│ │ │ │ │ ├── view_next_on.png
│ │ │ │ │ ├── view_previous_off.png
│ │ │ │ │ ├── view_previous_on.png
│ │ │ │ │ ├── zoom-panel-NOALPHA.png
│ │ │ │ │ └── zoom-panel.png
│ │ │ │ └── style.css
│ │ │ ├── OpenStreetMap.js
│ │ │ ├── pmd
│ │ │ │ ├── ajax.js
│ │ │ │ ├── history.js
│ │ │ │ ├── iecanvas.js
│ │ │ │ └── move.js
│ │ │ ├── querywindow.js
│ │ │ ├── replication.js
│ │ │ ├── rte
│ │ │ │ ├── common.js
│ │ │ │ ├── events.js
│ │ │ │ ├── routines.js
│ │ │ │ └── triggers.js
│ │ │ ├── server_plugins.js
│ │ │ ├── server_privileges.js
│ │ │ ├── server_status.js
│ │ │ ├── server_status_monitor.js
│ │ │ ├── server_synchronize.js
│ │ │ ├── server_variables.js
│ │ │ ├── sql.js
│ │ │ ├── tbl_change.js
│ │ │ ├── tbl_chart.js
│ │ │ ├── tbl_gis_visualization.js
│ │ │ ├── tbl_relation.js
│ │ │ ├── tbl_select.js
│ │ │ ├── tbl_structure.js
│ │ │ ├── tbl_zoom_plot_jqplot.js
│ │ │ └── update-location.js
│ │ ├── libraries
│ │ │ ├── Advisor.class.php
│ │ │ ├── advisory_rules.txt
│ │ │ ├── auth
│ │ │ │ ├── config.auth.lib.php
│ │ │ │ ├── cookie.auth.lib.php
│ │ │ │ ├── http.auth.lib.php
│ │ │ │ ├── signon.auth.lib.php
│ │ │ │ └── swekey
│ │ │ │ ├── authentication.inc.php
│ │ │ │ ├── musbe-ca.crt
│ │ │ │ ├── swekey.auth.lib.php
│ │ │ │ └── swekey.php
│ │ │ ├── bfShapeFiles
│ │ │ │ └── ShapeFile.lib.php
│ │ │ ├── blobstreaming.lib.php
│ │ │ ├── blowfish.php
│ │ │ ├── bookmark.lib.php
│ │ │ ├── build_html_for_db.lib.php
│ │ │ ├── charset_conversion.lib.php
│ │ │ ├── check_user_privileges.lib.php
│ │ │ ├── cleanup.lib.php
│ │ │ ├── common.inc.php
│ │ │ ├── common.lib.php
│ │ │ ├── config
│ │ │ │ ├── ConfigFile.class.php
│ │ │ │ ├── config_functions.lib.php
│ │ │ │ ├── Form.class.php
│ │ │ │ ├── FormDisplay.class.php
│ │ │ │ ├── FormDisplay.tpl.php
│ │ │ │ ├── messages.inc.php
│ │ │ │ ├── setup.forms.php
│ │ │ │ ├── user_preferences.forms.php
│ │ │ │ └── validate.lib.php
│ │ │ ├── Config.class.php
│ │ │ ├── config.default.php
│ │ │ ├── config.values.php
│ │ │ ├── core.lib.php
│ │ │ ├── database_interface.lib.php
│ │ │ ├── data_dictionary_relations.lib.php
│ │ │ ├── data_drizzle.inc.php
│ │ │ ├── data_mysql.inc.php
│ │ │ ├── db_common.inc.php
│ │ │ ├── dbi
│ │ │ │ ├── drizzle.dbi.lib.php
│ │ │ │ ├── drizzle-wrappers.lib.php
│ │ │ │ ├── mysql.dbi.lib.php
│ │ │ │ └── mysqli.dbi.lib.php
│ │ │ ├── db_info.inc.php
│ │ │ ├── db_links.inc.php
│ │ │ ├── db_structure.lib.php
│ │ │ ├── db_table_exists.lib.php
│ │ │ ├── display_change_password.lib.php
│ │ │ ├── display_create_database.lib.php
│ │ │ ├── display_create_table.lib.php
│ │ │ ├── display_export.lib.php
│ │ │ ├── display_import_ajax.lib.php
│ │ │ ├── display_import.lib.php
│ │ │ ├── display_select_lang.lib.php
│ │ │ ├── display_tbl.lib.php
│ │ │ ├── engines
│ │ │ │ ├── bdb.lib.php
│ │ │ │ ├── berkeleydb.lib.php
│ │ │ │ ├── binlog.lib.php
│ │ │ │ ├── innobase.lib.php
│ │ │ │ ├── innodb.lib.php
│ │ │ │ ├── memory.lib.php
│ │ │ │ ├── merge.lib.php
│ │ │ │ ├── mrg_myisam.lib.php
│ │ │ │ ├── myisam.lib.php
│ │ │ │ ├── ndbcluster.lib.php
│ │ │ │ ├── pbms.lib.php
│ │ │ │ └── pbxt.lib.php
│ │ │ ├── Error.class.php
│ │ │ ├── Error_Handler.class.php
│ │ │ ├── error.inc.php
│ │ │ ├── export
│ │ │ │ ├── codegen.php
│ │ │ │ ├── csv.php
│ │ │ │ ├── excel.php
│ │ │ │ ├── htmlword.php
│ │ │ │ ├── json.php
│ │ │ │ ├── latex.php
│ │ │ │ ├── mediawiki.php
│ │ │ │ ├── ods.php
│ │ │ │ ├── odt.php
│ │ │ │ ├── pdf.php
│ │ │ │ ├── php_array.php
│ │ │ │ ├── sql.php
│ │ │ │ ├── texytext.php
│ │ │ │ ├── xml.php
│ │ │ │ └── yaml.php
│ │ │ ├── File.class.php
│ │ │ ├── file_listing.php
│ │ │ ├── footer.inc.php
│ │ │ ├── gis
│ │ │ │ ├── pma_gis_factory.php
│ │ │ │ ├── pma_gis_geometrycollection.php
│ │ │ │ ├── pma_gis_geometry.php
│ │ │ │ ├── pma_gis_linestring.php
│ │ │ │ ├── pma_gis_multilinestring.php
│ │ │ │ ├── pma_gis_multipoint.php
│ │ │ │ ├── pma_gis_multipolygon.php
│ │ │ │ ├── pma_gis_point.php
│ │ │ │ ├── pma_gis_polygon.php
│ │ │ │ └── pma_gis_visualization.php
│ │ │ ├── gis_visualization.lib.php
│ │ │ ├── grab_globals.lib.php
│ │ │ ├── header_http.inc.php
│ │ │ ├── header.inc.php
│ │ │ ├── header_meta_style.inc.php
│ │ │ ├── header_printview.inc.php
│ │ │ ├── header_scripts.inc.php
│ │ │ ├── iconv_wrapper.lib.php
│ │ │ ├── import
│ │ │ │ ├── csv.php
│ │ │ │ ├── docsql.php
│ │ │ │ ├── ldi.php
│ │ │ │ ├── ods.php
│ │ │ │ ├── README
│ │ │ │ ├── shp.php
│ │ │ │ ├── sql.php
│ │ │ │ ├── upload
│ │ │ │ │ ├── apc.php
│ │ │ │ │ ├── noplugin.php
│ │ │ │ │ └── uploadprogress.php
│ │ │ │ └── xml.php
│ │ │ ├── import.lib.php
│ │ │ ├── Index.class.php
│ │ │ ├── information_schema_relations.lib.php
│ │ │ ├── ip_allow_deny.lib.php
│ │ │ ├── js_escape.lib.php
│ │ │ ├── kanji-encoding.lib.php
│ │ │ ├── language_stats.inc.php
│ │ │ ├── List.class.php
│ │ │ ├── List_Database.class.php
│ │ │ ├── logging.lib.php
│ │ │ ├── Message.class.php
│ │ │ ├── mime.lib.php
│ │ │ ├── mult_submits.inc.php
│ │ │ ├── mysql_charsets.lib.php
│ │ │ ├── navigation_header.inc.php
│ │ │ ├── ob.lib.php
│ │ │ ├── opendocument.lib.php
│ │ │ ├── parse_analyze.lib.php
│ │ │ ├── Partition.class.php
│ │ │ ├── PDF.class.php
│ │ │ ├── php-gettext
│ │ │ │ ├── gettext.inc
│ │ │ │ ├── gettext.php
│ │ │ │ └── streams.php
│ │ │ ├── plugin_interface.lib.php
│ │ │ ├── PMA.php
│ │ │ ├── pmd_common.php
│ │ │ ├── RecentTable.class.php
│ │ │ ├── relation_cleanup.lib.php
│ │ │ ├── relation.lib.php
│ │ │ ├── replication_gui.lib.php
│ │ │ ├── replication.inc.php
│ │ │ ├── rte
│ │ │ │ ├── rte_events.lib.php
│ │ │ │ ├── rte_export.lib.php
│ │ │ │ ├── rte_footer.lib.php
│ │ │ │ ├── rte_list.lib.php
│ │ │ │ ├── rte_main.inc.php
│ │ │ │ ├── rte_routines.lib.php
│ │ │ │ ├── rte_triggers.lib.php
│ │ │ │ └── rte_words.lib.php
│ │ │ ├── sanitizing.lib.php
│ │ │ ├── schema
│ │ │ │ ├── Dia_Relation_Schema.class.php
│ │ │ │ ├── Eps_Relation_Schema.class.php
│ │ │ │ ├── Export_Relation_Schema.class.php
│ │ │ │ ├── Pdf_Relation_Schema.class.php
│ │ │ │ ├── Svg_Relation_Schema.class.php
│ │ │ │ ├── User_Schema.class.php
│ │ │ │ └── Visio_Relation_Schema.class.php
│ │ │ ├── select_lang.lib.php
│ │ │ ├── select_server.lib.php
│ │ │ ├── server_common.inc.php
│ │ │ ├── server_links.inc.php
│ │ │ ├── server_synchronize.lib.php
│ │ │ ├── server_variables_doc.php
│ │ │ ├── session.inc.php
│ │ │ ├── sqlparser.data.php
│ │ │ ├── sqlparser.lib.php
│ │ │ ├── sql_query_form.lib.php
│ │ │ ├── sqlvalidator.class.php
│ │ │ ├── sqlvalidator.lib.php
│ │ │ ├── StorageEngine.class.php
│ │ │ ├── string.lib.php
│ │ │ ├── string_mb.lib.php
│ │ │ ├── string_native.lib.php
│ │ │ ├── string_type_ctype.lib.php
│ │ │ ├── string_type_native.lib.php
│ │ │ ├── sysinfo.lib.php
│ │ │ ├── Table.class.php
│ │ │ ├── tbl_common.php
│ │ │ ├── tbl_info.inc.php
│ │ │ ├── tbl_links.inc.php
│ │ │ ├── tbl_properties.inc.php
│ │ │ ├── tbl_replace_fields.inc.php
│ │ │ ├── tbl_select.lib.php
│ │ │ ├── tcpdf
│ │ │ │ ├── config
│ │ │ │ │ └── tcpdf_config.php
│ │ │ │ ├── encodings_maps.php
│ │ │ │ ├── fonts
│ │ │ │ │ ├── dejavu-fonts-ttf-2.33
│ │ │ │ │ │ └── LICENSE
│ │ │ │ │ ├── dejavusansb.ctg.z
│ │ │ │ │ ├── dejavusansb.php
│ │ │ │ │ ├── dejavusansb.z
│ │ │ │ │ ├── dejavusans.ctg.z
│ │ │ │ │ ├── dejavusans.php
│ │ │ │ │ ├── dejavusans.z
│ │ │ │ │ └── helvetica.php
│ │ │ │ ├── htmlcolors.php
│ │ │ │ ├── LICENSE.TXT
│ │ │ │ ├── README.TXT
│ │ │ │ ├── tcpdf.php
│ │ │ │ └── unicode_data.php
│ │ │ ├── Theme.class.php
│ │ │ ├── Theme_Manager.class.php
│ │ │ ├── Tracker.class.php
│ │ │ ├── transformations
│ │ │ │ ├── application_octetstream__download.inc.php
│ │ │ │ ├── application_octetstream__hex.inc.php
│ │ │ │ ├── generator.sh
│ │ │ │ ├── global.inc.php
│ │ │ │ ├── image_jpeg__inline.inc.php
│ │ │ │ ├── image_jpeg__link.inc.php
│ │ │ │ ├── image_png__inline.inc.php
│ │ │ │ ├── README
│ │ │ │ ├── TEMPLATE
│ │ │ │ ├── template_generator_mimetype.sh
│ │ │ │ ├── template_generator.sh
│ │ │ │ ├── TEMPLATE_MIMETYPE
│ │ │ │ ├── text_plain__dateformat.inc.php
│ │ │ │ ├── text_plain__external.inc.php
│ │ │ │ ├── text_plain__formatted.inc.php
│ │ │ │ ├── text_plain__imagelink.inc.php
│ │ │ │ ├── text_plain__link.inc.php
│ │ │ │ ├── text_plain__longToIpv4.inc.php
│ │ │ │ ├── text_plain__sql.inc.php
│ │ │ │ └── text_plain__substr.inc.php
│ │ │ ├── transformations.lib.php
│ │ │ ├── url_generating.lib.php
│ │ │ ├── user_preferences.inc.php
│ │ │ ├── user_preferences.lib.php
│ │ │ ├── vendor_config.php
│ │ │ ├── zip_extension.lib.php
│ │ │ └── zip.lib.php
│ │ ├── LICENSE
│ │ ├── license.php
│ │ ├── locale
│ │ │ ├── en_GB
│ │ │ │ └── LC_MESSAGES
│ │ │ │ └── phpmyadmin.mo
│ │ │ ├── zh_CN
│ │ │ │ └── LC_MESSAGES
│ │ │ │ └── phpmyadmin.mo
│ │ │ └── zh_TW
│ │ │ └── LC_MESSAGES
│ │ │ └── phpmyadmin.mo
│ │ ├── main.php
│ │ ├── navigation.php
│ │ ├── phpinfo.php
│ │ ├── phpmyadmin.css.php
│ │ ├── phpunit.xml.nocoverage
│ │ ├── pmd_display_field.php
│ │ ├── pmd_general.php
│ │ ├── pmd_pdf.php
│ │ ├── pmd_relation_new.php
│ │ ├── pmd_relation_upd.php
│ │ ├── pmd_save_pos.php
│ │ ├── prefs_forms.php
│ │ ├── prefs_manage.php
│ │ ├── print.css
│ │ ├── querywindow.php
│ │ ├── README
│ │ ├── README.VENDOR
│ │ ├── RELEASE-DATE-3.5.8.2
│ │ ├── robots.txt
│ │ ├── schema_edit.php
│ │ ├── schema_export.php
│ │ ├── server_binlog.php
│ │ ├── server_collations.php
│ │ ├── server_databases.php
│ │ ├── server_engines.php
│ │ ├── server_export.php
│ │ ├── server_import.php
│ │ ├── server_plugins.php
│ │ ├── server_privileges.php
│ │ ├── server_replication.php
│ │ ├── server_sql.php
│ │ ├── server_status.php
│ │ ├── server_synchronize.php
│ │ ├── server_variables.php
│ │ ├── setup
│ │ │ ├── config.php
│ │ │ ├── frames
│ │ │ │ ├── config.inc.php
│ │ │ │ ├── form.inc.php
│ │ │ │ ├── index.inc.php
│ │ │ │ ├── menu.inc.php
│ │ │ │ └── servers.inc.php
│ │ │ ├── index.php
│ │ │ ├── lib
│ │ │ │ ├── common.inc.php
│ │ │ │ ├── ConfigGenerator.class.php
│ │ │ │ ├── form_processing.lib.php
│ │ │ │ └── index.lib.php
│ │ │ ├── scripts.js
│ │ │ ├── styles.css
│ │ │ └── validate.php
│ │ ├── show_config_errors.php
│ │ ├── sql.php
│ │ ├── tbl_addfield.php
│ │ ├── tbl_alter.php
│ │ ├── tbl_change.php
│ │ ├── tbl_chart.php
│ │ ├── tbl_create.php
│ │ ├── tbl_export.php
│ │ ├── tbl_get_field.php
│ │ ├── tbl_gis_visualization.php
│ │ ├── tbl_import.php
│ │ ├── tbl_indexes.php
│ │ ├── tbl_move_copy.php
│ │ ├── tbl_operations.php
│ │ ├── tbl_printview.php
│ │ ├── tbl_relation.php
│ │ ├── tbl_replace.php
│ │ ├── tbl_row_action.php
│ │ ├── tbl_select.php
│ │ ├── tbl_sql.php
│ │ ├── tbl_structure.php
│ │ ├── tbl_tracking.php
│ │ ├── tbl_triggers.php
│ │ ├── tbl_zoom_select.php
│ │ ├── themes
│ │ │ ├── dot.gif
│ │ │ ├── original
│ │ │ │ ├── css
│ │ │ │ │ ├── theme_left.css.php
│ │ │ │ │ ├── theme_print.css.php
│ │ │ │ │ └── theme_right.css.php
│ │ │ │ ├── img
│ │ │ │ │ ├── ajax_clock_small.gif
│ │ │ │ │ ├── arrow_ltr.png
│ │ │ │ │ ├── arrow_rtl.png
│ │ │ │ │ ├── b_bookmark.png
│ │ │ │ │ ├── b_browse.png
│ │ │ │ │ ├── b_calendar.png
│ │ │ │ │ ├── b_chart.png
│ │ │ │ │ ├── b_close.png
│ │ │ │ │ ├── b_comment.png
│ │ │ │ │ ├── bd_browse.png
│ │ │ │ │ ├── b_dbstatistics.png
│ │ │ │ │ ├── bd_deltbl.png
│ │ │ │ │ ├── bd_drop.png
│ │ │ │ │ ├── bd_edit.png
│ │ │ │ │ ├── b_deltbl.png
│ │ │ │ │ ├── bd_empty.png
│ │ │ │ │ ├── bd_export.png
│ │ │ │ │ ├── bd_ftext.png
│ │ │ │ │ ├── bd_index.png
│ │ │ │ │ ├── bd_insrow.png
│ │ │ │ │ ├── bd_nextpage.png
│ │ │ │ │ ├── b_docs.png
│ │ │ │ │ ├── bd_primary.png
│ │ │ │ │ ├── b_drop.png
│ │ │ │ │ ├── bd_sbrowse.png
│ │ │ │ │ ├── bd_select.png
│ │ │ │ │ ├── bd_spatial.png
│ │ │ │ │ ├── bd_unique.png
│ │ │ │ │ ├── b_edit.png
│ │ │ │ │ ├── b_empty.png
│ │ │ │ │ ├── b_engine.png
│ │ │ │ │ ├── b_event_add.png
│ │ │ │ │ ├── b_events.png
│ │ │ │ │ ├── b_export.png
│ │ │ │ │ ├── b_ftext.png
│ │ │ │ │ ├── b_globe.gif
│ │ │ │ │ ├── b_help.png
│ │ │ │ │ ├── b_home.png
│ │ │ │ │ ├── b_import.png
│ │ │ │ │ ├── b_index.png
│ │ │ │ │ ├── b_info.png
│ │ │ │ │ ├── b_inline_edit.png
│ │ │ │ │ ├── b_insrow.png
│ │ │ │ │ ├── b_minus.png
│ │ │ │ │ ├── b_more.png
│ │ │ │ │ ├── b_newdb.png
│ │ │ │ │ ├── b_newtbl.png
│ │ │ │ │ ├── b_nextpage.png
│ │ │ │ │ ├── b_plus.png
│ │ │ │ │ ├── b_primary.png
│ │ │ │ │ ├── b_print.png
│ │ │ │ │ ├── b_props.png
│ │ │ │ │ ├── b_relations.png
│ │ │ │ │ ├── b_routine_add.png
│ │ │ │ │ ├── b_routines.png
│ │ │ │ │ ├── b_save.png
│ │ │ │ │ ├── b_sbrowse.png
│ │ │ │ │ ├── b_search.png
│ │ │ │ │ ├── b_selboard.png
│ │ │ │ │ ├── b_select.png
│ │ │ │ │ ├── b_snewtbl.png
│ │ │ │ │ ├── b_spatial.png
│ │ │ │ │ ├── b_sqlhelp.png
│ │ │ │ │ ├── b_sql.png
│ │ │ │ │ ├── b_tblanalyse.png
│ │ │ │ │ ├── b_tblexport.png
│ │ │ │ │ ├── b_tblimport.png
│ │ │ │ │ ├── b_tblops.png
│ │ │ │ │ ├── b_tbloptimize.png
│ │ │ │ │ ├── b_tipp.png
│ │ │ │ │ ├── b_trigger_add.png
│ │ │ │ │ ├── b_triggers.png
│ │ │ │ │ ├── b_unique.png
│ │ │ │ │ ├── b_usradd.png
│ │ │ │ │ ├── b_usrcheck.png
│ │ │ │ │ ├── b_usrdrop.png
│ │ │ │ │ ├── b_usredit.png
│ │ │ │ │ ├── b_usrlist.png
│ │ │ │ │ ├── b_view.png
│ │ │ │ │ ├── b_views.png
│ │ │ │ │ ├── cleardot.gif
│ │ │ │ │ ├── col_drop.png
│ │ │ │ │ ├── col_pointer.png
│ │ │ │ │ ├── col_pointer_ver.png
│ │ │ │ │ ├── docs_menu_bg.png
│ │ │ │ │ ├── east-mini.png
│ │ │ │ │ ├── error.ico
│ │ │ │ │ ├── eye_grey.png
│ │ │ │ │ ├── eye.png
│ │ │ │ │ ├── item_ltr.png
│ │ │ │ │ ├── item_rtl.png
│ │ │ │ │ ├── logo_left.png
│ │ │ │ │ ├── logo_right.png
│ │ │ │ │ ├── more.png
│ │ │ │ │ ├── new_data_hovered.png
│ │ │ │ │ ├── new_data.png
│ │ │ │ │ ├── new_data_selected_hovered.png
│ │ │ │ │ ├── new_data_selected.png
│ │ │ │ │ ├── new_struct_hovered.png
│ │ │ │ │ ├── new_struct.png
│ │ │ │ │ ├── new_struct_selected_hovered.png
│ │ │ │ │ ├── new_struct_selected.png
│ │ │ │ │ ├── north-mini.png
│ │ │ │ │ ├── pause.png
│ │ │ │ │ ├── play.png
│ │ │ │ │ ├── pmd
│ │ │ │ │ │ ├── 1.png
│ │ │ │ │ │ ├── 2leftarrow_m.png
│ │ │ │ │ │ ├── 2leftarrow.png
│ │ │ │ │ │ ├── 2.png
│ │ │ │ │ │ ├── 2rightarrow_m.png
│ │ │ │ │ │ ├── 2rightarrow.png
│ │ │ │ │ │ ├── 3.png
│ │ │ │ │ │ ├── 4.png
│ │ │ │ │ │ ├── 5.png
│ │ │ │ │ │ ├── 6.png
│ │ │ │ │ │ ├── 7.png
│ │ │ │ │ │ ├── 8.png
│ │ │ │ │ │ ├── and_icon.png
│ │ │ │ │ │ ├── ang_direct.png
│ │ │ │ │ │ ├── bord.png
│ │ │ │ │ │ ├── bottom.png
│ │ │ │ │ │ ├── def.png
│ │ │ │ │ │ ├── display_field.png
│ │ │ │ │ │ ├── downarrow1.png
│ │ │ │ │ │ ├── downarrow2_m.png
│ │ │ │ │ │ ├── downarrow2.png
│ │ │ │ │ │ ├── exec.png
│ │ │ │ │ │ ├── exec_small.png
│ │ │ │ │ │ ├── favicon.ico
│ │ │ │ │ │ ├── FieldKey_small.png
│ │ │ │ │ │ ├── Field_small_char.png
│ │ │ │ │ │ ├── Field_small_date.png
│ │ │ │ │ │ ├── Field_small_int.png
│ │ │ │ │ │ ├── Field_small.png
│ │ │ │ │ │ ├── grid.png
│ │ │ │ │ │ ├── Header_Linked.png
│ │ │ │ │ │ ├── Header.png
│ │ │ │ │ │ ├── help.png
│ │ │ │ │ │ ├── help_relation.png
│ │ │ │ │ │ ├── left_panel_butt.png
│ │ │ │ │ │ ├── left_panel_tab.png
│ │ │ │ │ │ ├── minus.png
│ │ │ │ │ │ ├── or_icon.png
│ │ │ │ │ │ ├── pdf.png
│ │ │ │ │ │ ├── plus.png
│ │ │ │ │ │ ├── query_builder.png
│ │ │ │ │ │ ├── relation.png
│ │ │ │ │ │ ├── reload.png
│ │ │ │ │ │ ├── resize.png
│ │ │ │ │ │ ├── rightarrow1.png
│ │ │ │ │ │ ├── rightarrow2.png
│ │ │ │ │ │ ├── save.png
│ │ │ │ │ │ ├── small_tab.png
│ │ │ │ │ │ ├── table.png
│ │ │ │ │ │ ├── toggle_lines.png
│ │ │ │ │ │ ├── top_panel.png
│ │ │ │ │ │ └── uparrow2_m.png
│ │ │ │ │ ├── s_asci.png
│ │ │ │ │ ├── s_asc.png
│ │ │ │ │ ├── s_attention.png
│ │ │ │ │ ├── s_cancel.png
│ │ │ │ │ ├── s_cog.png
│ │ │ │ │ ├── s_db.png
│ │ │ │ │ ├── s_desc.png
│ │ │ │ │ ├── s_error2.png
│ │ │ │ │ ├── s_error.png
│ │ │ │ │ ├── s_fulltext.png
│ │ │ │ │ ├── s_host.png
│ │ │ │ │ ├── s_info.png
│ │ │ │ │ ├── s_lang.png
│ │ │ │ │ ├── s_loggoff.png
│ │ │ │ │ ├── s_notice.png
│ │ │ │ │ ├── s_okay.png
│ │ │ │ │ ├── south-mini.png
│ │ │ │ │ ├── spacer.png
│ │ │ │ │ ├── s_partialtext.png
│ │ │ │ │ ├── s_passwd.png
│ │ │ │ │ ├── sprites.png
│ │ │ │ │ ├── s_process.png
│ │ │ │ │ ├── s_really.png
│ │ │ │ │ ├── s_reload.png
│ │ │ │ │ ├── s_replication.png
│ │ │ │ │ ├── s_rights.png
│ │ │ │ │ ├── s_sortable.png
│ │ │ │ │ ├── s_status.png
│ │ │ │ │ ├── s_success.png
│ │ │ │ │ ├── s_sync.png
│ │ │ │ │ ├── s_tbl.png
│ │ │ │ │ ├── s_theme.png
│ │ │ │ │ ├── s_vars.png
│ │ │ │ │ ├── s_views.png
│ │ │ │ │ ├── toggle-ltr.png
│ │ │ │ │ ├── toggle-rtl.png
│ │ │ │ │ ├── vertical_line.png
│ │ │ │ │ ├── west-mini.png
│ │ │ │ │ ├── window-new.png
│ │ │ │ │ ├── zoom-minus-mini.png
│ │ │ │ │ ├── zoom-plus-mini.png
│ │ │ │ │ └── zoom-world-mini.png
│ │ │ │ ├── info.inc.php
│ │ │ │ ├── jquery
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ │ │ ├── ui-icons_454545_256x240.png
│ │ │ │ │ │ ├── ui-icons_888888_256x240.png
│ │ │ │ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ │ │ │ └── jquery-ui-1.8.16.custom.css
│ │ │ │ ├── layout.inc.php
│ │ │ │ ├── screen.png
│ │ │ │ └── sprites.lib.php
│ │ │ ├── pmahomme
│ │ │ │ ├── css
│ │ │ │ │ ├── theme_left.css.php
│ │ │ │ │ ├── theme_print.css.php
│ │ │ │ │ └── theme_right.css.php
│ │ │ │ ├── img
│ │ │ │ │ ├── ajax_clock_small.gif
│ │ │ │ │ ├── arrow_ltr.png
│ │ │ │ │ ├── arrow_rtl.png
│ │ │ │ │ ├── asc_order.png
│ │ │ │ │ ├── b_bookmark.png
│ │ │ │ │ ├── b_browse.png
│ │ │ │ │ ├── b_calendar.png
│ │ │ │ │ ├── b_chart.png
│ │ │ │ │ ├── b_close.png
│ │ │ │ │ ├── b_comment.png
│ │ │ │ │ ├── bd_browse.png
│ │ │ │ │ ├── b_dbstatistics.png
│ │ │ │ │ ├── bd_deltbl.png
│ │ │ │ │ ├── bd_drop.png
│ │ │ │ │ ├── bd_edit.png
│ │ │ │ │ ├── b_deltbl.png
│ │ │ │ │ ├── bd_empty.png
│ │ │ │ │ ├── bd_export.png
│ │ │ │ │ ├── bd_firstpage.png
│ │ │ │ │ ├── bd_ftext.png
│ │ │ │ │ ├── bd_index.png
│ │ │ │ │ ├── bd_insrow.png
│ │ │ │ │ ├── bd_lastpage.png
│ │ │ │ │ ├── bd_nextpage.png
│ │ │ │ │ ├── b_docs.png
│ │ │ │ │ ├── b_docsql.png
│ │ │ │ │ ├── bd_prevpage.png
│ │ │ │ │ ├── bd_primary.png
│ │ │ │ │ ├── b_drop.png
│ │ │ │ │ ├── bd_sbrowse.png
│ │ │ │ │ ├── bd_select.png
│ │ │ │ │ ├── bd_spatial.png
│ │ │ │ │ ├── bd_unique.png
│ │ │ │ │ ├── b_edit.png
│ │ │ │ │ ├── b_empty.png
│ │ │ │ │ ├── b_engine.png
│ │ │ │ │ ├── b_event_add.png
│ │ │ │ │ ├── b_events.png
│ │ │ │ │ ├── b_export.png
│ │ │ │ │ ├── b_firstpage.png
│ │ │ │ │ ├── b_ftext.png
│ │ │ │ │ ├── b_globe.gif
│ │ │ │ │ ├── b_help.png
│ │ │ │ │ ├── b_home.png
│ │ │ │ │ ├── b_import.png
│ │ │ │ │ ├── b_index.png
│ │ │ │ │ ├── b_info.png
│ │ │ │ │ ├── b_inline_edit.png
│ │ │ │ │ ├── b_insrow.png
│ │ │ │ │ ├── b_lastpage.png
│ │ │ │ │ ├── b_minus.png
│ │ │ │ │ ├── b_more.png
│ │ │ │ │ ├── b_newdb.png
│ │ │ │ │ ├── b_newtbl.png
│ │ │ │ │ ├── b_nextpage.png
│ │ │ │ │ ├── body_bg.png
│ │ │ │ │ ├── b_pdfdoc.png
│ │ │ │ │ ├── b_plus.png
│ │ │ │ │ ├── b_prevpage.png
│ │ │ │ │ ├── b_primary.png
│ │ │ │ │ ├── b_print.png
│ │ │ │ │ ├── b_props.png
│ │ │ │ │ ├── b_relations.png
│ │ │ │ │ ├── b_routine_add.png
│ │ │ │ │ ├── b_routines.png
│ │ │ │ │ ├── b_save.png
│ │ │ │ │ ├── b_sbrowse.png
│ │ │ │ │ ├── b_sdb.png
│ │ │ │ │ ├── b_search.png
│ │ │ │ │ ├── b_selboard.png
│ │ │ │ │ ├── b_select.png
│ │ │ │ │ ├── b_snewtbl.png
│ │ │ │ │ ├── b_spatial.png
│ │ │ │ │ ├── b_sqldoc.png
│ │ │ │ │ ├── b_sqlhelp.png
│ │ │ │ │ ├── b_sql.png
│ │ │ │ │ ├── b_tblanalyse.png
│ │ │ │ │ ├── b_tblexport.png
│ │ │ │ │ ├── b_tblimport.png
│ │ │ │ │ ├── b_tblops.png
│ │ │ │ │ ├── b_tbloptimize.png
│ │ │ │ │ ├── b_tipp.png
│ │ │ │ │ ├── b_trigger_add.png
│ │ │ │ │ ├── b_triggers.png
│ │ │ │ │ ├── b_unique.png
│ │ │ │ │ ├── b_usradd.png
│ │ │ │ │ ├── b_usrcheck.png
│ │ │ │ │ ├── b_usrdrop.png
│ │ │ │ │ ├── b_usredit.png
│ │ │ │ │ ├── b_usrlist.png
│ │ │ │ │ ├── b_view.png
│ │ │ │ │ ├── b_views.png
│ │ │ │ │ ├── col_drop.png
│ │ │ │ │ ├── col_pointer.png
│ │ │ │ │ ├── col_pointer_ver.png
│ │ │ │ │ ├── database_list_li_hover.png
│ │ │ │ │ ├── database.png
│ │ │ │ │ ├── docs_menu_bg.png
│ │ │ │ │ ├── east-mini.png
│ │ │ │ │ ├── error.ico
│ │ │ │ │ ├── eye_grey.png
│ │ │ │ │ ├── eye.png
│ │ │ │ │ ├── input_bg.gif
│ │ │ │ │ ├── item_ltr.png
│ │ │ │ │ ├── item.png
│ │ │ │ │ ├── item_rtl.png
│ │ │ │ │ ├── left_nav_bg.png
│ │ │ │ │ ├── logo_left.png
│ │ │ │ │ ├── logo_right.png
│ │ │ │ │ ├── marked_bg.png
│ │ │ │ │ ├── more.png
│ │ │ │ │ ├── new_data_hovered.png
│ │ │ │ │ ├── new_data.png
│ │ │ │ │ ├── new_data_selected_hovered.png
│ │ │ │ │ ├── new_data_selected.png
│ │ │ │ │ ├── new_struct_hovered.png
│ │ │ │ │ ├── new_struct.png
│ │ │ │ │ ├── new_struct_selected_hovered.png
│ │ │ │ │ ├── new_struct_selected.png
│ │ │ │ │ ├── north-mini.png
│ │ │ │ │ ├── pause.png
│ │ │ │ │ ├── php_sym.png
│ │ │ │ │ ├── play.png
│ │ │ │ │ ├── pma_logo2.png
│ │ │ │ │ ├── pmd
│ │ │ │ │ │ ├── 1.png
│ │ │ │ │ │ ├── 2leftarrow_m.png
│ │ │ │ │ │ ├── 2leftarrow.png
│ │ │ │ │ │ ├── 2.png
│ │ │ │ │ │ ├── 2rightarrow_m.png
│ │ │ │ │ │ ├── 2rightarrow.png
│ │ │ │ │ │ ├── 3.png
│ │ │ │ │ │ ├── 4.png
│ │ │ │ │ │ ├── 5.png
│ │ │ │ │ │ ├── 6.png
│ │ │ │ │ │ ├── 7.png
│ │ │ │ │ │ ├── 8.png
│ │ │ │ │ │ ├── and_icon.png
│ │ │ │ │ │ ├── ang_direct.png
│ │ │ │ │ │ ├── bord.png
│ │ │ │ │ │ ├── bottom.png
│ │ │ │ │ │ ├── def.png
│ │ │ │ │ │ ├── display_field.png
│ │ │ │ │ │ ├── downarrow1.png
│ │ │ │ │ │ ├── downarrow2_m.png
│ │ │ │ │ │ ├── downarrow2.png
│ │ │ │ │ │ ├── exec.png
│ │ │ │ │ │ ├── exec_small.png
│ │ │ │ │ │ ├── favicon.ico
│ │ │ │ │ │ ├── FieldKey_small.png
│ │ │ │ │ │ ├── Field_small_char.png
│ │ │ │ │ │ ├── Field_small_date.png
│ │ │ │ │ │ ├── Field_small_int.png
│ │ │ │ │ │ ├── Field_small.png
│ │ │ │ │ │ ├── grid.png
│ │ │ │ │ │ ├── Header_Linked.png
│ │ │ │ │ │ ├── Header.png
│ │ │ │ │ │ ├── help.png
│ │ │ │ │ │ ├── help_relation.png
│ │ │ │ │ │ ├── left_panel_butt.png
│ │ │ │ │ │ ├── left_panel_tab.png
│ │ │ │ │ │ ├── minus.png
│ │ │ │ │ │ ├── or_icon.png
│ │ │ │ │ │ ├── pdf.png
│ │ │ │ │ │ ├── plus.png
│ │ │ │ │ │ ├── query_builder.png
│ │ │ │ │ │ ├── relation.png
│ │ │ │ │ │ ├── reload.png
│ │ │ │ │ │ ├── resize.png
│ │ │ │ │ │ ├── rightarrow1.png
│ │ │ │ │ │ ├── rightarrow2.png
│ │ │ │ │ │ ├── save.png
│ │ │ │ │ │ ├── small_tab.png
│ │ │ │ │ │ ├── table.png
│ │ │ │ │ │ ├── toggle_lines.png
│ │ │ │ │ │ ├── top_panel.png
│ │ │ │ │ │ └── uparrow2_m.png
│ │ │ │ │ ├── s_asci.png
│ │ │ │ │ ├── s_asc.png
│ │ │ │ │ ├── s_attention.png
│ │ │ │ │ ├── s_cancel2.png
│ │ │ │ │ ├── s_cancel.png
│ │ │ │ │ ├── s_cog.png
│ │ │ │ │ ├── s_db.png
│ │ │ │ │ ├── s_desc.png
│ │ │ │ │ ├── s_error2.png
│ │ │ │ │ ├── s_error.png
│ │ │ │ │ ├── s_fulltext.png
│ │ │ │ │ ├── s_host.png
│ │ │ │ │ ├── s_info.png
│ │ │ │ │ ├── s_lang.png
│ │ │ │ │ ├── s_loggoff.png
│ │ │ │ │ ├── s_notice.png
│ │ │ │ │ ├── s_okay.png
│ │ │ │ │ ├── south-mini.png
│ │ │ │ │ ├── spacer.png
│ │ │ │ │ ├── s_partialtext.png
│ │ │ │ │ ├── s_passwd.png
│ │ │ │ │ ├── sprites.png
│ │ │ │ │ ├── s_process.png
│ │ │ │ │ ├── s_really.png
│ │ │ │ │ ├── s_reload.png
│ │ │ │ │ ├── s_replication.png
│ │ │ │ │ ├── s_rights.png
│ │ │ │ │ ├── s_sortable.png
│ │ │ │ │ ├── s_status.png
│ │ │ │ │ ├── s_success.png
│ │ │ │ │ ├── s_sync.png
│ │ │ │ │ ├── s_tbl.png
│ │ │ │ │ ├── s_theme.png
│ │ │ │ │ ├── s_vars.png
│ │ │ │ │ ├── s_views.png
│ │ │ │ │ ├── tabactive_bg.png
│ │ │ │ │ ├── tab_bg.png
│ │ │ │ │ ├── tab_hover_bg.png
│ │ │ │ │ ├── toggle-ltr.png
│ │ │ │ │ ├── toggle-rtl.png
│ │ │ │ │ ├── vertical_line.png
│ │ │ │ │ ├── west-mini.png
│ │ │ │ │ ├── window-new.png
│ │ │ │ │ ├── zoom-minus-mini.png
│ │ │ │ │ ├── zoom-plus-mini.png
│ │ │ │ │ └── zoom-world-mini.png
│ │ │ │ ├── info.inc.php
│ │ │ │ ├── jquery
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ │ │ ├── ui-icons_454545_256x240.png
│ │ │ │ │ │ ├── ui-icons_888888_256x240.png
│ │ │ │ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ │ │ │ └── jquery-ui-1.8.16.custom.css
│ │ │ │ ├── layout.inc.php
│ │ │ │ ├── screen.png
│ │ │ │ └── sprites.lib.php
│ │ │ ├── sprites.css.php
│ │ │ └── svg_gradient.php
│ │ ├── themes.php
│ │ ├── transformation_overview.php
│ │ ├── transformation_wrapper.php
│ │ ├── url.php
│ │ ├── user_password.php
│ │ ├── version_check.php
│ │ ├── view_create.php
│ │ ├── view_operations.php
│ │ └── webapp.php
│ ├── phpunit.xml
│ ├── public
│ │ ├── robots.txt
│ │ ├── router.php
│ │ └── static
│ │ ├── css
│ │ │ ├── font.css
│ │ │ ├── style.css
│ │ │ └── xadmin.css
│ │ ├── editor
│ │ │ ├── attached
│ │ │ │ └── image
│ │ │ │ ├── 20180410
│ │ │ │ │ ├── 20180410041639_76266.jpg
│ │ │ │ │ ├── 20180410043022_27534.jpg
│ │ │ │ │ ├── 20180410052722_55911.jpg
│ │ │ │ │ ├── 20180410053322_36424.jpg
│ │ │ │ │ ├── 20180410054058_35389.jpg
│ │ │ │ │ ├── 20180410055538_26976.jpg
│ │ │ │ │ ├── 20180410061139_11867.jpg
│ │ │ │ │ ├── 20180410065418_61943.png
│ │ │ │ │ └── 20180410065437_80732.png
│ │ │ │ ├── 20180413
│ │ │ │ │ ├── 20180413093530_73152.png
│ │ │ │ │ ├── 20180413095707_22518.png
│ │ │ │ │ ├── 20180413101215_50921.png
│ │ │ │ │ ├── 20180413101255_76351.png
│ │ │ │ │ ├── 20180413105322_33686.png
│ │ │ │ │ ├── 20180413105438_55922.jpg
│ │ │ │ │ ├── 20180413105458_27383.png
│ │ │ │ │ ├── 20180413110303_55818.png
│ │ │ │ │ ├── 20180413155805_30632.png
│ │ │ │ │ ├── 20180413161420_64802.png
│ │ │ │ │ ├── 20180413161748_42170.png
│ │ │ │ │ ├── 20180413161913_18610.png
│ │ │ │ │ ├── 20180413162119_41223.gif
│ │ │ │ │ ├── 20180413162202_49858.png
│ │ │ │ │ └── 20180413162225_42687.png
│ │ │ │ ├── 20180414
│ │ │ │ │ ├── 20180414110347_28292.png
│ │ │ │ │ ├── 20180414110511_94440.png
│ │ │ │ │ └── 20180414110547_19857.png
│ │ │ │ ├── 20180417
│ │ │ │ │ └── 20180417120813_49405.jpg
│ │ │ │ ├── 20180418
│ │ │ │ │ ├── 20180418134021_43104.png
│ │ │ │ │ ├── 20180418134102_32008.png
│ │ │ │ │ ├── 20180418134133_46691.png
│ │ │ │ │ └── 20180418134150_18676.png
│ │ │ │ ├── 20180424
│ │ │ │ │ └── 20180424122110_21859.jpg
│ │ │ │ └── 20180727
│ │ │ │ └── 20180727043339_80274.jpg
│ │ │ ├── images
│ │ │ ├── kindeditor-all.js
│ │ │ ├── kindeditor-all-min.js
│ │ │ ├── lang
│ │ │ │ ├── ar.js
│ │ │ │ ├── en.js
│ │ │ │ ├── ko.js
│ │ │ │ ├── ru.js
│ │ │ │ ├── zh-CN.js
│ │ │ │ └── zh-TW.js
│ │ │ ├── license.txt
│ │ │ ├── php
│ │ │ │ ├── demo.php
│ │ │ │ ├── file_manager_json.php
│ │ │ │ ├── JSON.php
│ │ │ │ └── upload_json.php
│ │ │ ├── plugins
│ │ │ │ ├── anchor
│ │ │ │ │ └── anchor.js
│ │ │ │ ├── autoheight
│ │ │ │ │ └── autoheight.js
│ │ │ │ ├── baidumap
│ │ │ │ │ ├── baidumap.js
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── map.html
│ │ │ │ ├── clearhtml
│ │ │ │ │ └── clearhtml.js
│ │ │ │ ├── code
│ │ │ │ │ ├── code.js
│ │ │ │ │ ├── prettify.css
│ │ │ │ │ └── prettify.js
│ │ │ │ ├── emoticons
│ │ │ │ │ ├── emoticons.js
│ │ │ │ │ └── images
│ │ │ │ │ ├── 0.gif
│ │ │ │ │ ├── 100.gif
│ │ │ │ │ ├── 101.gif
│ │ │ │ │ ├── 102.gif
│ │ │ │ │ ├── 103.gif
│ │ │ │ │ ├── 104.gif
│ │ │ │ │ ├── 105.gif
│ │ │ │ │ ├── 106.gif
│ │ │ │ │ ├── 107.gif
│ │ │ │ │ ├── 108.gif
│ │ │ │ │ ├── 109.gif
│ │ │ │ │ ├── 10.gif
│ │ │ │ │ ├── 110.gif
│ │ │ │ │ ├── 111.gif
│ │ │ │ │ ├── 112.gif
│ │ │ │ │ ├── 113.gif
│ │ │ │ │ ├── 114.gif
│ │ │ │ │ ├── 115.gif
│ │ │ │ │ ├── 116.gif
│ │ │ │ │ ├── 117.gif
│ │ │ │ │ ├── 118.gif
│ │ │ │ │ ├── 119.gif
│ │ │ │ │ ├── 11.gif
│ │ │ │ │ ├── 120.gif
│ │ │ │ │ ├── 121.gif
│ │ │ │ │ ├── 122.gif
│ │ │ │ │ ├── 123.gif
│ │ │ │ │ ├── 124.gif
│ │ │ │ │ ├── 125.gif
│ │ │ │ │ ├── 126.gif
│ │ │ │ │ ├── 127.gif
│ │ │ │ │ ├── 128.gif
│ │ │ │ │ ├── 129.gif
│ │ │ │ │ ├── 12.gif
│ │ │ │ │ ├── 130.gif
│ │ │ │ │ ├── 131.gif
│ │ │ │ │ ├── 132.gif
│ │ │ │ │ ├── 133.gif
│ │ │ │ │ ├── 134.gif
│ │ │ │ │ ├── 13.gif
│ │ │ │ │ ├── 14.gif
│ │ │ │ │ ├── 15.gif
│ │ │ │ │ ├── 16.gif
│ │ │ │ │ ├── 17.gif
│ │ │ │ │ ├── 18.gif
│ │ │ │ │ ├── 19.gif
│ │ │ │ │ ├── 1.gif
│ │ │ │ │ ├── 20.gif
│ │ │ │ │ ├── 21.gif
│ │ │ │ │ ├── 22.gif
│ │ │ │ │ ├── 23.gif
│ │ │ │ │ ├── 24.gif
│ │ │ │ │ ├── 25.gif
│ │ │ │ │ ├── 26.gif
│ │ │ │ │ ├── 27.gif
│ │ │ │ │ ├── 28.gif
│ │ │ │ │ ├── 29.gif
│ │ │ │ │ ├── 2.gif
│ │ │ │ │ ├── 30.gif
│ │ │ │ │ ├── 31.gif
│ │ │ │ │ ├── 32.gif
│ │ │ │ │ ├── 33.gif
│ │ │ │ │ ├── 34.gif
│ │ │ │ │ ├── 35.gif
│ │ │ │ │ ├── 36.gif
│ │ │ │ │ ├── 37.gif
│ │ │ │ │ ├── 38.gif
│ │ │ │ │ ├── 39.gif
│ │ │ │ │ ├── 3.gif
│ │ │ │ │ ├── 40.gif
│ │ │ │ │ ├── 41.gif
│ │ │ │ │ ├── 42.gif
│ │ │ │ │ ├── 43.gif
│ │ │ │ │ ├── 44.gif
│ │ │ │ │ ├── 45.gif
│ │ │ │ │ ├── 46.gif
│ │ │ │ │ ├── 47.gif
│ │ │ │ │ ├── 48.gif
│ │ │ │ │ ├── 49.gif
│ │ │ │ │ ├── 4.gif
│ │ │ │ │ ├── 50.gif
│ │ │ │ │ ├── 51.gif
│ │ │ │ │ ├── 52.gif
│ │ │ │ │ ├── 53.gif
│ │ │ │ │ ├── 54.gif
│ │ │ │ │ ├── 55.gif
│ │ │ │ │ ├── 56.gif
│ │ │ │ │ ├── 57.gif
│ │ │ │ │ ├── 58.gif
│ │ │ │ │ ├── 59.gif
│ │ │ │ │ ├── 5.gif
│ │ │ │ │ ├── 60.gif
│ │ │ │ │ ├── 61.gif
│ │ │ │ │ ├── 62.gif
│ │ │ │ │ ├── 63.gif
│ │ │ │ │ ├── 64.gif
│ │ │ │ │ ├── 65.gif
│ │ │ │ │ ├── 66.gif
│ │ │ │ │ ├── 67.gif
│ │ │ │ │ ├── 68.gif
│ │ │ │ │ ├── 69.gif
│ │ │ │ │ ├── 6.gif
│ │ │ │ │ ├── 70.gif
│ │ │ │ │ ├── 71.gif
│ │ │ │ │ ├── 72.gif
│ │ │ │ │ ├── 73.gif
│ │ │ │ │ ├── 74.gif
│ │ │ │ │ ├── 75.gif
│ │ │ │ │ ├── 76.gif
│ │ │ │ │ ├── 77.gif
│ │ │ │ │ ├── 78.gif
│ │ │ │ │ ├── 79.gif
│ │ │ │ │ ├── 7.gif
│ │ │ │ │ ├── 80.gif
│ │ │ │ │ ├── 81.gif
│ │ │ │ │ ├── 82.gif
│ │ │ │ │ ├── 83.gif
│ │ │ │ │ ├── 84.gif
│ │ │ │ │ ├── 85.gif
│ │ │ │ │ ├── 86.gif
│ │ │ │ │ ├── 87.gif
│ │ │ │ │ ├── 88.gif
│ │ │ │ │ ├── 89.gif
│ │ │ │ │ ├── 8.gif
│ │ │ │ │ ├── 90.gif
│ │ │ │ │ ├── 91.gif
│ │ │ │ │ ├── 92.gif
│ │ │ │ │ ├── 93.gif
│ │ │ │ │ ├── 94.gif
│ │ │ │ │ ├── 95.gif
│ │ │ │ │ ├── 96.gif
│ │ │ │ │ ├── 97.gif
│ │ │ │ │ ├── 98.gif
│ │ │ │ │ ├── 99.gif
│ │ │ │ │ ├── 9.gif
│ │ │ │ │ └── static.gif
│ │ │ │ ├── filemanager
│ │ │ │ │ ├── filemanager.js
│ │ │ │ │ └── images
│ │ │ │ │ ├── file-16.gif
│ │ │ │ │ ├── file-64.gif
│ │ │ │ │ ├── folder-16.gif
│ │ │ │ │ ├── folder-64.gif
│ │ │ │ │ └── go-up.gif
│ │ │ │ ├── fixtoolbar
│ │ │ │ │ └── fixtoolbar.js
│ │ │ │ ├── flash
│ │ │ │ │ └── flash.js
│ │ │ │ ├── image
│ │ │ │ │ ├── image.js
│ │ │ │ │ └── images
│ │ │ │ │ ├── align_left.gif
│ │ │ │ │ ├── align_right.gif
│ │ │ │ │ ├── align_top.gif
│ │ │ │ │ └── refresh.png
│ │ │ │ ├── insertfile
│ │ │ │ │ └── insertfile.js
│ │ │ │ ├── lineheight
│ │ │ │ │ └── lineheight.js
│ │ │ │ ├── link
│ │ │ │ │ └── link.js
│ │ │ │ ├── map
│ │ │ │ │ ├── map.html
│ │ │ │ │ └── map.js
│ │ │ │ ├── media
│ │ │ │ │ └── media.js
│ │ │ │ ├── multiimage
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── image.png
│ │ │ │ │ │ ├── select-files-en.png
│ │ │ │ │ │ ├── select-files-zh-CN.png
│ │ │ │ │ │ └── swfupload.swf
│ │ │ │ │ └── multiimage.js
│ │ │ │ ├── pagebreak
│ │ │ │ │ └── pagebreak.js
│ │ │ │ ├── plainpaste
│ │ │ │ │ └── plainpaste.js
│ │ │ │ ├── preview
│ │ │ │ │ └── preview.js
│ │ │ │ ├── quickformat
│ │ │ │ │ └── quickformat.js
│ │ │ │ ├── table
│ │ │ │ │ └── table.js
│ │ │ │ ├── template
│ │ │ │ │ ├── html
│ │ │ │ │ │ ├── 1.html
│ │ │ │ │ │ ├── 2.html
│ │ │ │ │ │ └── 3.html
│ │ │ │ │ └── template.js
│ │ │ │ └── wordpaste
│ │ │ │ └── wordpaste.js
│ │ │ └── themes
│ │ │ ├── common
│ │ │ │ ├── anchor.gif
│ │ │ │ ├── blank.gif
│ │ │ │ ├── flash.gif
│ │ │ │ ├── loading.gif
│ │ │ │ ├── media.gif
│ │ │ │ └── rm.gif
│ │ │ ├── default
│ │ │ │ ├── background.png
│ │ │ │ ├── default.css
│ │ │ │ └── default.png
│ │ │ │ ├── editor.gif
│ │ │ │ └── qq.css
│ │ │ └── simple
│ │ │ └── simple.css
│ │ ├── fonts
│ │ │ ├── iconfont.eot
│ │ │ ├── iconfont.svg
│ │ │ ├── iconfont.ttf
│ │ │ └── iconfont.woff
│ │ ├── images
│ │ │ ├── 1523343041.png
│ │ │ ├── 1523582910.png
│ │ │ ├── 1523674832.png
│ │ │ ├── 1523937832.jpg
│ │ │ ├── 1524029783.png
│ │ │ ├── 1524543319.png
│ │ │ ├── 1526535969.jpg
│ │ │ ├── 1532637802.png
│ │ │ ├── 1532678195.png
│ │ │ ├── 1532678300.png
│ │ │ ├── 1532682794.png
│ │ │ ├── 1532683003.png
│ │ │ ├── aiwrap.png
│ │ │ ├── alipay.jpg
│ │ │ ├── bg.png
│ │ │ ├── gg.png
│ │ │ ├── k1_wx.png
│ │ │ ├── k1_zfb.png
│ │ │ ├── live_weixin.png
│ │ │ ├── logo.png
│ │ │ ├── noimg.jpg
│ │ │ ├── qqpay.jpg
│ │ │ ├── qqpay.png
│ │ │ └── weixin.jpg
│ │ ├── js
│ │ │ └── xadmin.js
│ │ └── layui
│ │ ├── css
│ │ │ ├── layui.css
│ │ │ ├── layui.mobile.css
│ │ │ └── modules
│ │ │ ├── code.css
│ │ │ ├── laydate
│ │ │ │ └── default
│ │ │ │ └── laydate.css
│ │ │ └── layer
│ │ │ └── default
│ │ │ ├── icon-ext.png
│ │ │ ├── icon.png
│ │ │ ├── layer.css
│ │ │ ├── loading-0.gif
│ │ │ ├── loading-1.gif
│ │ │ └── loading-2.gif
│ │ ├── font
│ │ │ ├── iconfont.eot
│ │ │ ├── iconfont.svg
│ │ │ ├── iconfont.ttf
│ │ │ └── iconfont.woff
│ │ ├── images
│ │ │ └── face
│ │ │ ├── 0.gif
│ │ │ ├── 10.gif
│ │ │ ├── 11.gif
│ │ │ ├── 12.gif
│ │ │ ├── 13.gif
│ │ │ ├── 14.gif
│ │ │ ├── 15.gif
│ │ │ ├── 16.gif
│ │ │ ├── 17.gif
│ │ │ ├── 18.gif
│ │ │ ├── 19.gif
│ │ │ ├── 1.gif
│ │ │ ├── 20.gif
│ │ │ ├── 21.gif
│ │ │ ├── 22.gif
│ │ │ ├── 23.gif
│ │ │ ├── 24.gif
│ │ │ ├── 25.gif
│ │ │ ├── 26.gif
│ │ │ ├── 27.gif
│ │ │ ├── 28.gif
│ │ │ ├── 29.gif
│ │ │ ├── 2.gif
│ │ │ ├── 30.gif
│ │ │ ├── 31.gif
│ │ │ ├── 32.gif
│ │ │ ├── 33.gif
│ │ │ ├── 34.gif
│ │ │ ├── 35.gif
│ │ │ ├── 36.gif
│ │ │ ├── 37.gif
│ │ │ ├── 38.gif
│ │ │ ├── 39.gif
│ │ │ ├── 3.gif
│ │ │ ├── 40.gif
│ │ │ ├── 41.gif
│ │ │ ├── 42.gif
│ │ │ ├── 43.gif
│ │ │ ├── 44.gif
│ │ │ ├── 45.gif
│ │ │ ├── 46.gif
│ │ │ ├── 47.gif
│ │ │ ├── 48.gif
│ │ │ ├── 49.gif
│ │ │ ├── 4.gif
│ │ │ ├── 50.gif
│ │ │ ├── 51.gif
│ │ │ ├── 52.gif
│ │ │ ├── 53.gif
│ │ │ ├── 54.gif
│ │ │ ├── 55.gif
│ │ │ ├── 56.gif
│ │ │ ├── 57.gif
│ │ │ ├── 58.gif
│ │ │ ├── 59.gif
│ │ │ ├── 5.gif
│ │ │ ├── 60.gif
│ │ │ ├── 61.gif
│ │ │ ├── 62.gif
│ │ │ ├── 63.gif
│ │ │ ├── 64.gif
│ │ │ ├── 65.gif
│ │ │ ├── 66.gif
│ │ │ ├── 67.gif
│ │ │ ├── 68.gif
│ │ │ ├── 69.gif
│ │ │ ├── 6.gif
│ │ │ ├── 70.gif
│ │ │ ├── 71.gif
│ │ │ ├── 7.gif
│ │ │ ├── 8.gif
│ │ │ └── 9.gif
│ │ ├── lay
│ │ │ └── modules
│ │ │ ├── carousel.js
│ │ │ ├── code.js
│ │ │ ├── element.js
│ │ │ ├── flow.js
│ │ │ ├── form.js
│ │ │ ├── jquery.js
│ │ │ ├── laydate.js
│ │ │ ├── layedit.js
│ │ │ ├── layer.js
│ │ │ ├── laypage.js
│ │ │ ├── laytpl.js
│ │ │ ├── mobile.js
│ │ │ ├── table.js
│ │ │ ├── tree.js
│ │ │ ├── upload.js
│ │ │ └── util.js
│ │ ├── layui.all.js
│ │ └── layui.js
│ ├── README.md
│ ├── runtime
│ │ ├── cache
│ │ │ ├── 01
│ │ │ ├── 07
│ │ │ ├── 08
│ │ │ ├── 0b
│ │ │ ├── 17
│ │ │ ├── 1f
│ │ │ ├── 26
│ │ │ ├── 2a
│ │ │ ├── 2c
│ │ │ ├── 2f
│ │ │ ├── 31
│ │ │ ├── 36
│ │ │ ├── 49
│ │ │ ├── 4a
│ │ │ ├── 52
│ │ │ ├── 5c
│ │ │ ├── 63
│ │ │ ├── 64
│ │ │ ├── 69
│ │ │ ├── 6e
│ │ │ ├── 7a
│ │ │ ├── 8f
│ │ │ ├── 93
│ │ │ ├── 9b
│ │ │ ├── a3
│ │ │ ├── a8
│ │ │ ├── ac
│ │ │ ├── ae
│ │ │ ├── b3
│ │ │ ├── b5
│ │ │ ├── bc
│ │ │ ├── c0
│ │ │ ├── c7
│ │ │ ├── d1
│ │ │ ├── de
│ │ │ ├── ee
│ │ │ ├── f0
│ │ │ ├── f2
│ │ │ ├── f3
│ │ │ ├── f4
│ │ │ ├── f6
│ │ │ ├── fb
│ │ │ └── fd
│ │ ├── log
│ │ │ ├── 201805
│ │ │ │ ├── 1526530329-17.log
│ │ │ │ ├── 1526530419-17.log
│ │ │ │ ├── 1526531334-17.log
│ │ │ │ ├── 1526532019-17.log
│ │ │ │ ├── 1526535574-17.log
│ │ │ │ ├── 1526535972-17.log
│ │ │ │ ├── 1526536059-17.log
│ │ │ │ ├── 1526536147-17.log
│ │ │ │ ├── 1526536185-17.log
│ │ │ │ ├── 1526536298-17.log
│ │ │ │ ├── 1526536466-17.log
│ │ │ │ ├── 1526536967-17.log
│ │ │ │ ├── 1526538175-17.log
│ │ │ │ ├── 1526540376-17.log
│ │ │ │ ├── 1526541732-17.log
│ │ │ │ ├── 1526553664-17.log
│ │ │ │ ├── 1526553723-17.log
│ │ │ │ ├── 1526553844-17.log
│ │ │ │ ├── 1526554124-17.log
│ │ │ │ ├── 1526620728-18.log
│ │ │ │ ├── 1526620827-18.log
│ │ │ │ ├── 1526621025-18.log
│ │ │ │ ├── 1526622998-18.log
│ │ │ │ ├── 1526626519-18.log
│ │ │ │ ├── 1526638709-18.log
│ │ │ │ ├── 1526642700-18.log
│ │ │ │ ├── 1526699814-19.log
│ │ │ │ ├── 1526700001-19.log
│ │ │ │ ├── 1526700109-19.log
│ │ │ │ ├── 1526700202-19.log
│ │ │ │ ├── 1526700394-19.log
│ │ │ │ ├── 1526702121-19.log
│ │ │ │ ├── 1526709874-19.log
│ │ │ │ ├── 1527322419-26.log
│ │ │ │ ├── 1527597544-29.log
│ │ │ │ ├── 1527643170-30.log
│ │ │ │ ├── 1527655505-30.log
│ │ │ │ ├── 1527661811-30.log
│ │ │ │ ├── 1527661923-30.log
│ │ │ │ ├── 1527672034-30.log
│ │ │ │ ├── 1527673450-30.log
│ │ │ │ ├── 1527695892-30.log
│ │ │ │ ├── 1527767090-31.log
│ │ │ │ ├── 17.log
│ │ │ │ ├── 18.log
│ │ │ │ ├── 19.log
│ │ │ │ ├── 21.log
│ │ │ │ ├── 22.log
│ │ │ │ ├── 23.log
│ │ │ │ ├── 24.log
│ │ │ │ ├── 26.log
│ │ │ │ ├── 27.log
│ │ │ │ ├── 28.log
│ │ │ │ ├── 29.log
│ │ │ │ ├── 30.log
│ │ │ │ └── 31.log
│ │ │ ├── 201806
│ │ │ │ ├── 01.log
│ │ │ │ ├── 03.log
│ │ │ │ ├── 04.log
│ │ │ │ ├── 05.log
│ │ │ │ ├── 06.log
│ │ │ │ ├── 07.log
│ │ │ │ ├── 1527817015-01.log
│ │ │ │ ├── 1527817215-01.log
│ │ │ │ ├── 1527847325-01.log
│ │ │ │ ├── 1528001305-03.log
│ │ │ │ ├── 1528012705-03.log
│ │ │ │ ├── 1528177119-05.log
│ │ │ │ └── 1528178430-05.log
│ │ │ ├── 201807
│ │ │ │ ├── 1532622487-27.log
│ │ │ │ ├── 1532631758-27.log
│ │ │ │ ├── 1532632083-27.log
│ │ │ │ ├── 1532632222-27.log
│ │ │ │ ├── 1532632831-27.log
│ │ │ │ ├── 1532632959-27.log
│ │ │ │ ├── 1532633147-27.log
│ │ │ │ ├── 1532633727-27.log
│ │ │ │ ├── 1532633981-27.log
│ │ │ │ ├── 1532634054-27.log
│ │ │ │ ├── 1532634246-27.log
│ │ │ │ ├── 1532634356-27.log
│ │ │ │ ├── 1532634458-27.log
│ │ │ │ ├── 1532634557-27.log
│ │ │ │ ├── 1532634694-27.log
│ │ │ │ ├── 1532635028-27.log
│ │ │ │ ├── 1532635204-27.log
│ │ │ │ ├── 1532635399-27.log
│ │ │ │ ├── 1532635609-27.log
│ │ │ │ ├── 1532636171-27.log
│ │ │ │ ├── 1532636707-27.log
│ │ │ │ ├── 1532637067-27.log
│ │ │ │ ├── 1532637182-27.log
│ │ │ │ ├── 1532637556-27.log
│ │ │ │ ├── 1532637728-27.log
│ │ │ │ ├── 1532637902-27.log
│ │ │ │ ├── 1532638291-27.log
│ │ │ │ ├── 1532639113-27.log
│ │ │ │ ├── 1532639194-27.log
│ │ │ │ ├── 1532639765-27.log
│ │ │ │ ├── 1532640826-27.log
│ │ │ │ ├── 1532674626-27.log
│ │ │ │ ├── 1532674716-27.log
│ │ │ │ ├── 1532675513-27.log
│ │ │ │ ├── 1532676206-27.log
│ │ │ │ ├── 1532676366-27.log
│ │ │ │ ├── 1532676945-27.log
│ │ │ │ ├── 1532677063-27.log
│ │ │ │ ├── 1532677249-27.log
│ │ │ │ ├── 1532677853-27.log
│ │ │ │ ├── 1532678015-27.log
│ │ │ │ ├── 1532678350-27.log
│ │ │ │ ├── 1532678666-27.log
│ │ │ │ ├── 1532678910-27.log
│ │ │ │ ├── 1532678987-27.log
│ │ │ │ ├── 1532679107-27.log
│ │ │ │ ├── 1532680548-27.log
│ │ │ │ ├── 1532681061-27.log
│ │ │ │ ├── 1532681808-27.log
│ │ │ │ ├── 1532681997-27.log
│ │ │ │ ├── 1532682237-27.log
│ │ │ │ ├── 1532682398-27.log
│ │ │ │ ├── 1532682834-27.log
│ │ │ │ ├── 1532683080-27.log
│ │ │ │ ├── 1532684365-27.log
│ │ │ │ ├── 1532686184-27.log
│ │ │ │ ├── 1532686423-27.log
│ │ │ │ ├── 1532686579-27.log
│ │ │ │ ├── 1532687090-27.log
│ │ │ │ ├── 1532687249-27.log
│ │ │ │ ├── 1532687424-27.log
│ │ │ │ └── 27.log
│ │ │ ├── 201808
│ │ │ │ ├── 1535717519-31.log
│ │ │ │ ├── 1535717687-31.log
│ │ │ │ └── 31.log
│ │ │ └── 201809
│ │ │ ├── 01.log
│ │ │ ├── 02.log
│ │ │ ├── 03.log
│ │ │ ├── 04.log
│ │ │ ├── 05.log
│ │ │ ├── 06.log
│ │ │ ├── 07.log
│ │ │ ├── 1535770269-01.log
│ │ │ ├── 1535770355-01.log
│ │ │ ├── 1535771558-01.log
│ │ │ ├── 1535784584-01.log
│ │ │ ├── 1535785313-01.log
│ │ │ ├── 1535785412-01.log
│ │ │ ├── 1535785519-01.log
│ │ │ ├── 1535785719-01.log
│ │ │ ├── 1535789028-01.log
│ │ │ ├── 1535789099-01.log
│ │ │ ├── 1535789253-01.log
│ │ │ ├── 1535789339-01.log
│ │ │ ├── 1535789572-01.log
│ │ │ ├── 1535789832-01.log
│ │ │ ├── 1535789978-01.log
│ │ │ ├── 1535790180-01.log
│ │ │ ├── 1535790740-01.log
│ │ │ ├── 1535790810-01.log
│ │ │ ├── 1535790895-01.log
│ │ │ ├── 1535790926-01.log
│ │ │ ├── 1535790991-01.log
│ │ │ ├── 1535791091-01.log
│ │ │ ├── 1535791145-01.log
│ │ │ ├── 1535791167-01.log
│ │ │ ├── 1535791195-01.log
│ │ │ ├── 1535791241-01.log
│ │ │ ├── 1536111804-05.log
│ │ │ ├── 1536244809-06.log
│ │ │ ├── 1536244947-06.log
│ │ │ ├── 1536245559-06.log
│ │ │ ├── 1536245662-06.log
│ │ │ ├── 1536245811-06.log
│ │ │ ├── 1536245898-06.log
│ │ │ ├── 1536246855-06.log
│ │ │ ├── 1536246870-06.log
│ │ │ ├── 1536247099-06.log
│ │ │ ├── 1536247239-06.log
│ │ │ ├── 1536247752-06.log
│ │ │ ├── 1536248079-06.log
│ │ │ ├── 1536248178-06.log
│ │ │ ├── 1536248215-06.log
│ │ │ ├── 1536248286-06.log
│ │ │ ├── 1536249002-06.log
│ │ │ ├── 1536283819-07.log
│ │ │ ├── 1536283861-07.log
│ │ │ ├── 1536283930-07.log
│ │ │ ├── 1536283993-07.log
│ │ │ ├── 1536284241-07.log
│ │ │ ├── 1536284326-07.log
│ │ │ ├── 1536285169-07.log
│ │ │ ├── 1536285234-07.log
│ │ │ └── 1536285274-07.log
│ │ └── temp
│ │ ├── 021ae9dfbbf853403a0a7c2dcbdcbefa.php
│ │ ├── 0375204b97db847db98882df71ae98ae.php
│ │ ├── 08353cba8e2c930f3bd714cb615fef3e.php
│ │ ├── 0ae26716197e9cfad09eaa4c17eebe6c.php
│ │ ├── 0cccdd45f9779472f7ce08d059f075a0.php
│ │ ├── 11ab2379082027f64250e283d100677d.php
│ │ ├── 151f8637e2b34313baa7b63bff3bd074.php
│ │ ├── 15c683c20eed83003f9148f300e4f935.php
│ │ ├── 166354214a7f6398947e1b349a5f0800.php
│ │ ├── 1878141130a40741a5ffecba47ef2dc7.php
│ │ ├── 1b0ee88c7db3c4095aa13b79b744ced5.php
│ │ ├── 1c8a7e6e4e8752e099292e4ac7a862a7.php
│ │ ├── 1f44c426add05ce268a15ab3dbb848e3.php
│ │ ├── 21f0fcc2fb1740a684f7893cffe7d21e.php
│ │ ├── 22c568ff96af353c0f967fed464964a2.php
│ │ ├── 231e7c3929e3efd1d175977a3222f8c3.php
│ │ ├── 28b6635690013a8b04120b919923c6b2.php
│ │ ├── 2b01d57eb5856f689fcde9ed947ccace.php
│ │ ├── 2ff40c297ed973d2221a37f10cd9429b.php
│ │ ├── 35e9e94d3e434b4142b7baedc84a4782.php
│ │ ├── 36ce9e8732eb7cd1fb5d2f98f722e9d7.php
│ │ ├── 3829f1124e0a14994f35634a3f666160.php
│ │ ├── 38f18069636fe97df39195f536ce2710.php
│ │ ├── 3d4dbd455ba4b993b603e469392c05d2.php
│ │ ├── 3ee40463c07c4f0517b3d2036fc116e4.php
│ │ ├── 3f51e7e26e63b83f03a4c57c9980b1e0.php
│ │ ├── 42fe26ea27e0121c40a6f5831265834d.php
│ │ ├── 43c3abf5b28c1b93615b495a00c91854.php
│ │ ├── 459626966b40d03eb00c8d5b396ac8a8.php
│ │ ├── 45d3e59336cc8ad4c7e0d32457c83942.php
│ │ ├── 4633c626bd396075971e362dd5b0eafd.php
│ │ ├── 48f52ee2ed3d9bf81d8b73291ec438f3.php
│ │ ├── 4999b4847cadccca908ed7569357dfde.php
│ │ ├── 4ac8ace69109834dddf38d2bbe3645f5.php
│ │ ├── 4da7845fc2530b1f8944bc4973c62062.php
│ │ ├── 5010ad526ad3a57f648c23c663235ec2.php
│ │ ├── 5025aa000465c55f29ac99fbe068dc9c.php
│ │ ├── 5220d3a0aa69d3e57027e093adf981de.php
│ │ ├── 52722ac3e96f163e0f84795bee2eb940.php
│ │ ├── 52ceed2814ac3f6dc989f0bc79346855.php
│ │ ├── 55dd81094f3462c012214deb090c2f81.php
│ │ ├── 57d5ce248e5245640339489acb2c6a09.php
│ │ ├── 5d31010f2bc98406f2c3f9c5c4712185.php
│ │ ├── 5d5d5e5ca8cc5ea013bd0eab27d82704.php
│ │ ├── 608844a14d1d36570948def279deb613.php
│ │ ├── 6151d1617095e302ccfeada9bc2f178f.php
│ │ ├── 63acde6deaa7b3bdf9a2b954a417511b.php
│ │ ├── 66b4094ace65a68b19ecdad368bd350c.php
│ │ ├── 684e1821a0616e67ef8b3cc9b74b9a7f.php
│ │ ├── 6951085ea4adc76179a63de562774d3b.php
│ │ ├── 6b66dbb997e486afec2977c3730f75a1.php
│ │ ├── 6bc591b054e46e3efbc1ad0955ea93c2.php
│ │ ├── 6c32caa4afe965b44db1fc05b8b9f6c0.php
│ │ ├── 6dd00c372c02eefeeaa3d78726433397.php
│ │ ├── 6e8afa9d2a12ff0ef641156a4e0fc96f.php
│ │ ├── 712fd288c8f6fa4b1f5842a8a70ddd19.php
│ │ ├── 76bb6adec6666bec0be807ee0c3b2171.php
│ │ ├── 7d198866744839ed20640a80fdf3d455.php
│ │ ├── 7f141716524f8f9526765d514860f3ff.php
│ │ ├── 7f9d0de05e1de1c3c6f5a06dece6880d.php
│ │ ├── 8308abb2be2ca40b4e6cbaa217286aea.php
│ │ ├── 84e0707c78c0e15fac507800d6895919.php
│ │ ├── 84e5f4fde4f904ddf26c058407b137ec.php
│ │ ├── 86fc0da97baa27dc9b499b46307b0ed0.php
│ │ ├── 89252b525bbb7968dc9edea3113f6df0.php
│ │ ├── 8aacf72f158f9fa78fa8a50b99978e92.php
│ │ ├── 8be3ec318d9504e8dfa9952dbd58c84c.php
│ │ ├── 8d4f4483a3b403e5647069e04e5a5efd.php
│ │ ├── 8da119709d2b5de21bc2565877874efe.php
│ │ ├── 8ef711b7cee50d88b4f9ce069e707676.php
│ │ ├── 8f0aa3ca557ec044d85ecf5011e5712d.php
│ │ ├── 92a96ced4cac91a5e06956d03f4316bd.php
│ │ ├── 9490d08b7fd5fbf00eb3c4cdf1d6c120.php
│ │ ├── 99b21aae48acc9a39ec27e9416a603a1.php
│ │ ├── 9b1671bc18e8791811d9705ea57a283e.php
│ │ ├── 9b68c9be0af67aade017b4af758f0220.php
│ │ ├── a1aec9c37930e07bb518017985c3992d.php
│ │ ├── a45927219a540311ebed52d2c13d4a2c.php
│ │ ├── a979064dc0387d0b302d21b2d78929cb.php
│ │ ├── a9ee7fbababa362b41acbdd32a817676.php
│ │ ├── ab64c423ec2c9793eeaba998bdb666ce.php
│ │ ├── acff1d2caaffca0299ddd145c673cf43.php
│ │ ├── ae42c1c60755d19f54b5523a99c943e2.php
│ │ ├── aee6378398ef4591117c4371690d77a8.php
│ │ ├── b05d14441d0562f22400f77c8dc159e1.php
│ │ ├── b261f359ab76feeb919cab94f8fe0e63.php
│ │ ├── b341ebe56cf9b1d8a2d5f54676e0352e.php
│ │ ├── b4559c03174b79f330b1b60abe6d04d6.php
│ │ ├── b94d173b5a8730914c470da70a8ef190.php
│ │ ├── ba6da11524bd67f7790c53d855ccc72a.php
│ │ ├── c1a7c03d59c493a27eb14ca61067c2f3.php
│ │ ├── c4ae2100dc1b9bf484ab85fb3cb945bd.php
│ │ ├── c6181192cbb99a8a141dde285dc2f67e.php
│ │ ├── ca08cb0c771d2d5a475e8b572f485d69.php
│ │ ├── cc2f194c83bd6b37108bc822dc590593.php
│ │ ├── cf57644d86fd037075b9197204c9e0f1.php
│ │ ├── d0348dd84090f839be05919432036319.php
│ │ ├── d64295dba44afc905d49686bf60f3f30.php
│ │ ├── d7e08b0eb07e4cbcd444cb4cffe7b8d5.php
│ │ ├── d812a820b39292146f573219b945dbbd.php
│ │ ├── d8242af071bc086b4f38f108dc43330d.php
│ │ ├── de12ba44c9c3549addc797019f840dec.php
│ │ ├── e09d9db43d73f3b0263d856a6ed994d7.php
│ │ ├── e2ee0c95e9b590a1516266a207226301.php
│ │ ├── e56579daf1c986d1f0f2b2fd53c0dc8e.php
│ │ ├── e629c82b9915d327a87299802fc9a179.php
│ │ ├── e854dfce70c9383c81fb87d2b014f41c.php
│ │ ├── ecccf625d7538e091c29a58a17c4de77.php
│ │ ├── f0e9a2e48e127c804093506b04c544be.php
│ │ ├── f243f5c082c73756245f2c490a20c23e.php
│ │ ├── f3b9da87b9171da28a39ca059c9c54e8.php
│ │ ├── f3c1ea4b8dc4c5dbd987a3eb3431fe35.php
│ │ ├── f49c1a4df71824bbf31d17d37bb543d2.php
│ │ ├── f59ff88b3bd70b825e995e0af870c471.php
│ │ ├── f6e1072c73830f5138841a34b31576f6.php
│ │ ├── f83909f2c9a12c5203e7827ff0c307bc.php
│ │ ├── f96253b38552c52b8c50fcb400df71f3.php
│ │ ├── f96bb21e9affce7e8a5efa0088485474.php
│ │ ├── fcd272458b64c1b29dcf0a9f571acda0.php
│ │ ├── fcea2ebc6f7b8a98734bd13d9b9c9958.php
│ │ ├── ff2820f70a916914d0db1fecf3ac289f.php
│ │ └── ff5672f3c1284f3274692840c03afede.php
│ ├── tests
│ │ ├── ExampleTest.php
│ │ └── TestCase.php
│ ├── think
│ ├── thinkphp
│ │ ├── base.php
│ │ ├── codecov.yml
│ │ ├── composer.json
│ │ ├── console.php
│ │ ├── CONTRIBUTING.md
│ │ ├── convention.php
│ │ ├── helper.php
│ │ ├── lang
│ │ │ └── zh-cn.php
│ │ ├── library
│ │ │ ├── think
│ │ │ │ ├── App.php
│ │ │ │ ├── Build.php
│ │ │ │ ├── cache
│ │ │ │ │ ├── driver
│ │ │ │ │ │ ├── File.php
│ │ │ │ │ │ ├── Lite.php
│ │ │ │ │ │ ├── Memcached.php
│ │ │ │ │ │ ├── Memcache.php
│ │ │ │ │ │ ├── Redis.php
│ │ │ │ │ │ ├── Sqlite.php
│ │ │ │ │ │ ├── Wincache.php
│ │ │ │ │ │ └── Xcache.php
│ │ │ │ │ └── Driver.php
│ │ │ │ ├── Cache.php
│ │ │ │ ├── Collection.php
│ │ │ │ ├── config
│ │ │ │ │ └── driver
│ │ │ │ │ ├── Ini.php
│ │ │ │ │ ├── Json.php
│ │ │ │ │ └── Xml.php
│ │ │ │ ├── Config.php
│ │ │ │ ├── console
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── hiddeninput.exe
│ │ │ │ │ │ └── README.md
│ │ │ │ │ ├── command
│ │ │ │ │ │ ├── Build.php
│ │ │ │ │ │ ├── Clear.php
│ │ │ │ │ │ ├── Help.php
│ │ │ │ │ │ ├── Lists.php
│ │ │ │ │ │ ├── make
│ │ │ │ │ │ │ ├── Controller.php
│ │ │ │ │ │ │ ├── Model.php
│ │ │ │ │ │ │ └── stubs
│ │ │ │ │ │ │ ├── controller.plain.stub
│ │ │ │ │ │ │ ├── controller.stub
│ │ │ │ │ │ │ └── model.stub
│ │ │ │ │ │ ├── Make.php
│ │ │ │ │ │ └── optimize
│ │ │ │ │ │ ├── Autoload.php
│ │ │ │ │ │ ├── Config.php
│ │ │ │ │ │ ├── Route.php
│ │ │ │ │ │ └── Schema.php
│ │ │ │ │ ├── Command.php
│ │ │ │ │ ├── input
│ │ │ │ │ │ ├── Argument.php
│ │ │ │ │ │ ├── Definition.php
│ │ │ │ │ │ └── Option.php
│ │ │ │ │ ├── Input.php
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── output
│ │ │ │ │ │ ├── Ask.php
│ │ │ │ │ │ ├── descriptor
│ │ │ │ │ │ │ └── Console.php
│ │ │ │ │ │ ├── Descriptor.php
│ │ │ │ │ │ ├── driver
│ │ │ │ │ │ │ ├── Buffer.php
│ │ │ │ │ │ │ ├── Console.php
│ │ │ │ │ │ │ └── Nothing.php
│ │ │ │ │ │ ├── formatter
│ │ │ │ │ │ │ ├── Stack.php
│ │ │ │ │ │ │ └── Style.php
│ │ │ │ │ │ ├── Formatter.php
│ │ │ │ │ │ ├── question
│ │ │ │ │ │ │ ├── Choice.php
│ │ │ │ │ │ │ └── Confirmation.php
│ │ │ │ │ │ └── Question.php
│ │ │ │ │ └── Output.php
│ │ │ │ ├── Console.php
│ │ │ │ ├── controller
│ │ │ │ │ ├── Rest.php
│ │ │ │ │ └── Yar.php
│ │ │ │ ├── Controller.php
│ │ │ │ ├── Cookie.php
│ │ │ │ ├── db
│ │ │ │ │ ├── builder
│ │ │ │ │ │ ├── Mysql.php
│ │ │ │ │ │ ├── Pgsql.php
│ │ │ │ │ │ ├── Sqlite.php
│ │ │ │ │ │ └── Sqlsrv.php
│ │ │ │ │ ├── Builder.php
│ │ │ │ │ ├── Connection.php
│ │ │ │ │ ├── connector
│ │ │ │ │ │ ├── Mysql.php
│ │ │ │ │ │ ├── Pgsql.php
│ │ │ │ │ │ ├── pgsql.sql
│ │ │ │ │ │ ├── Sqlite.php
│ │ │ │ │ │ └── Sqlsrv.php
│ │ │ │ │ ├── exception
│ │ │ │ │ │ ├── BindParamException.php
│ │ │ │ │ │ ├── DataNotFoundException.php
│ │ │ │ │ │ └── ModelNotFoundException.php
│ │ │ │ │ └── Query.php
│ │ │ │ ├── Db.php
│ │ │ │ ├── debug
│ │ │ │ │ ├── Console.php
│ │ │ │ │ └── Html.php
│ │ │ │ ├── Debug.php
│ │ │ │ ├── Env.php
│ │ │ │ ├── Error.php
│ │ │ │ ├── exception
│ │ │ │ │ ├── ClassNotFoundException.php
│ │ │ │ │ ├── DbException.php
│ │ │ │ │ ├── ErrorException.php
│ │ │ │ │ ├── Handle.php
│ │ │ │ │ ├── HttpException.php
│ │ │ │ │ ├── HttpResponseException.php
│ │ │ │ │ ├── PDOException.php
│ │ │ │ │ ├── RouteNotFoundException.php
│ │ │ │ │ ├── TemplateNotFoundException.php
│ │ │ │ │ ├── ThrowableError.php
│ │ │ │ │ └── ValidateException.php
│ │ │ │ ├── Exception.php
│ │ │ │ ├── File.php
│ │ │ │ ├── Hook.php
│ │ │ │ ├── Lang.php
│ │ │ │ ├── Loader.php
│ │ │ │ ├── log
│ │ │ │ │ └── driver
│ │ │ │ │ ├── File.php
│ │ │ │ │ ├── Socket.php
│ │ │ │ │ └── Test.php
│ │ │ │ ├── Log.php
│ │ │ │ ├── model
│ │ │ │ │ ├── Collection.php
│ │ │ │ │ ├── Merge.php
│ │ │ │ │ ├── Pivot.php
│ │ │ │ │ ├── relation
│ │ │ │ │ │ ├── BelongsToMany.php
│ │ │ │ │ │ ├── BelongsTo.php
│ │ │ │ │ │ ├── HasMany.php
│ │ │ │ │ │ ├── HasManyThrough.php
│ │ │ │ │ │ ├── HasOne.php
│ │ │ │ │ │ ├── MorphMany.php
│ │ │ │ │ │ ├── MorphOne.php
│ │ │ │ │ │ ├── MorphTo.php
│ │ │ │ │ │ └── OneToOne.php
│ │ │ │ │ └── Relation.php
│ │ │ │ ├── Model.php
│ │ │ │ ├── paginator
│ │ │ │ │ └── driver
│ │ │ │ │ └── Bootstrap.php
│ │ │ │ ├── Paginator.php
│ │ │ │ ├── process
│ │ │ │ │ ├── Builder.php
│ │ │ │ │ ├── exception
│ │ │ │ │ │ ├── Failed.php
│ │ │ │ │ │ └── Timeout.php
│ │ │ │ │ ├── pipes
│ │ │ │ │ │ ├── Pipes.php
│ │ │ │ │ │ ├── Unix.php
│ │ │ │ │ │ └── Windows.php
│ │ │ │ │ └── Utils.php
│ │ │ │ ├── Process.php
│ │ │ │ ├── Request.php
│ │ │ │ ├── response
│ │ │ │ │ ├── Json.php
│ │ │ │ │ ├── Jsonp.php
│ │ │ │ │ ├── Redirect.php
│ │ │ │ │ ├── View.php
│ │ │ │ │ └── Xml.php
│ │ │ │ ├── Response.php
│ │ │ │ ├── Route.php
│ │ │ │ ├── session
│ │ │ │ │ └── driver
│ │ │ │ │ ├── Memcached.php
│ │ │ │ │ ├── Memcache.php
│ │ │ │ │ └── Redis.php
│ │ │ │ ├── Session.php
│ │ │ │ ├── template
│ │ │ │ │ ├── driver
│ │ │ │ │ │ └── File.php
│ │ │ │ │ ├── taglib
│ │ │ │ │ │ └── Cx.php
│ │ │ │ │ └── TagLib.php
│ │ │ │ ├── Template.php
│ │ │ │ ├── Url.php
│ │ │ │ ├── Validate.php
│ │ │ │ ├── view
│ │ │ │ │ └── driver
│ │ │ │ │ ├── Php.php
│ │ │ │ │ └── Think.php
│ │ │ │ └── View.php
│ │ │ └── traits
│ │ │ ├── controller
│ │ │ │ └── Jump.php
│ │ │ ├── model
│ │ │ │ └── SoftDelete.php
│ │ │ └── think
│ │ │ └── Instance.php
│ │ ├── LICENSE.txt
│ │ ├── phpunit.xml
│ │ ├── README.md
│ │ ├── start.php
│ │ └── tpl
│ │ ├── default_index.tpl
│ │ ├── dispatch_jump.tpl
│ │ ├── page_trace.tpl
│ │ └── think_exception.tpl
│ ├── vendor
│ │ ├── autoload.php
│ │ ├── bin
│ │ │ ├── phpunit
│ │ │ └── phpunit.bat
│ │ ├── composer
│ │ │ ├── autoload_classmap.php
│ │ │ ├── autoload_files.php
│ │ │ ├── autoload_namespaces.php
│ │ │ ├── autoload_psr4.php
│ │ │ ├── autoload_real.php
│ │ │ ├── autoload_static.php
│ │ │ ├── ClassLoader.php
│ │ │ ├── installed.json
│ │ │ └── LICENSE
│ │ ├── doctrine
│ │ │ └── instantiator
│ │ │ ├── composer.json
│ │ │ ├── CONTRIBUTING.md
│ │ │ ├── LICENSE
│ │ │ ├── phpmd.xml.dist
│ │ │ ├── phpunit.xml.dist
│ │ │ ├── README.md
│ │ │ ├── src
│ │ │ │ └── Doctrine
│ │ │ │ └── Instantiator
│ │ │ │ ├── Exception
│ │ │ │ │ ├── ExceptionInterface.php
│ │ │ │ │ ├── InvalidArgumentException.php
│ │ │ │ │ └── UnexpectedValueException.php
│ │ │ │ ├── InstantiatorInterface.php
│ │ │ │ └── Instantiator.php
│ │ │ └── tests
│ │ │ └── DoctrineTest
│ │ │ ├── InstantiatorPerformance
│ │ │ │ └── InstantiatorPerformanceEvent.php
│ │ │ ├── InstantiatorTest
│ │ │ │ ├── Exception
│ │ │ │ │ ├── InvalidArgumentExceptionTest.php
│ │ │ │ │ └── UnexpectedValueExceptionTest.php
│ │ │ │ └── InstantiatorTest.php
│ │ │ └── InstantiatorTestAsset
│ │ │ ├── AbstractClassAsset.php
│ │ │ ├── ArrayObjectAsset.php
│ │ │ ├── ExceptionAsset.php
│ │ │ ├── FinalExceptionAsset.php
│ │ │ ├── PharAsset.php
│ │ │ ├── PharExceptionAsset.php
│ │ │ ├── SerializableArrayObjectAsset.php
│ │ │ ├── SimpleSerializableAsset.php
│ │ │ ├── SimpleTraitAsset.php
│ │ │ ├── UnCloneableAsset.php
│ │ │ ├── UnserializeExceptionArrayObjectAsset.php
│ │ │ ├── WakeUpNoticesAsset.php
│ │ │ └── XMLReaderAsset.php
│ │ ├── phpdocumentor
│ │ │ ├── reflection-common
│ │ │ │ ├── composer.json
│ │ │ │ ├── composer.lock
│ │ │ │ ├── LICENSE
│ │ │ │ ├── phpunit.xml.dist
│ │ │ │ ├── README.md
│ │ │ │ ├── src
│ │ │ │ │ ├── Element.php
│ │ │ │ │ ├── File.php
│ │ │ │ │ ├── Fqsen.php
│ │ │ │ │ ├── Location.php
│ │ │ │ │ ├── ProjectFactory.php
│ │ │ │ │ └── Project.php
│ │ │ │ └── tests
│ │ │ │ ├── common
│ │ │ │ │ └── bootstrap.php
│ │ │ │ └── unit
│ │ │ │ └── FqsenTest.php
│ │ │ ├── reflection-docblock
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ └── src
│ │ │ │ ├── DocBlock
│ │ │ │ │ ├── DescriptionFactory.php
│ │ │ │ │ ├── Description.php
│ │ │ │ │ ├── ExampleFinder.php
│ │ │ │ │ ├── Serializer.php
│ │ │ │ │ ├── StandardTagFactory.php
│ │ │ │ │ ├── TagFactory.php
│ │ │ │ │ ├── Tag.php
│ │ │ │ │ └── Tags
│ │ │ │ │ ├── Author.php
│ │ │ │ │ ├── BaseTag.php
│ │ │ │ │ ├── Covers.php
│ │ │ │ │ ├── Deprecated.php
│ │ │ │ │ ├── Example.php
│ │ │ │ │ ├── Factory
│ │ │ │ │ │ ├── StaticMethod.php
│ │ │ │ │ │ └── Strategy.php
│ │ │ │ │ ├── Formatter
│ │ │ │ │ │ ├── AlignFormatter.php
│ │ │ │ │ │ └── PassthroughFormatter.php
│ │ │ │ │ ├── Formatter.php
│ │ │ │ │ ├── Generic.php
│ │ │ │ │ ├── Link.php
│ │ │ │ │ ├── Method.php
│ │ │ │ │ ├── Param.php
│ │ │ │ │ ├── Property.php
│ │ │ │ │ ├── PropertyRead.php
│ │ │ │ │ ├── PropertyWrite.php
│ │ │ │ │ ├── Return_.php
│ │ │ │ │ ├── See.php
│ │ │ │ │ ├── Since.php
│ │ │ │ │ ├── Source.php
│ │ │ │ │ ├── Throws.php
│ │ │ │ │ ├── Uses.php
│ │ │ │ │ ├── Var_.php
│ │ │ │ │ └── Version.php
│ │ │ │ ├── DocBlockFactoryInterface.php
│ │ │ │ ├── DocBlockFactory.php
│ │ │ │ └── DocBlock.php
│ │ │ └── type-resolver
│ │ │ ├── composer.json
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ └── src
│ │ │ ├── FqsenResolver.php
│ │ │ ├── Type.php
│ │ │ ├── TypeResolver.php
│ │ │ └── Types
│ │ │ ├── Array_.php
│ │ │ ├── Boolean.php
│ │ │ ├── Callable_.php
│ │ │ ├── Compound.php
│ │ │ ├── ContextFactory.php
│ │ │ ├── Context.php
│ │ │ ├── Float_.php
│ │ │ ├── Integer.php
│ │ │ ├── Iterable_.php
│ │ │ ├── Mixed.php
│ │ │ ├── Nullable.php
│ │ │ ├── Null_.php
│ │ │ ├── Object_.php
│ │ │ ├── Parent_.php
│ │ │ ├── Resource.php
│ │ │ ├── Scalar.php
│ │ │ ├── Self_.php
│ │ │ ├── Static_.php
│ │ │ ├── String_.php
│ │ │ ├── This.php
│ │ │ └── Void_.php
│ │ ├── phpmailer
│ │ │ ├── class.smtp.php
│ │ │ └── phpmailer.php
│ │ ├── phpspec
│ │ │ └── prophecy
│ │ │ ├── CHANGES.md
│ │ │ ├── composer.json
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ └── src
│ │ │ └── Prophecy
│ │ │ ├── Argument
│ │ │ │ ├── ArgumentsWildcard.php
│ │ │ │ └── Token
│ │ │ │ ├── AnyValuesToken.php
│ │ │ │ ├── AnyValueToken.php
│ │ │ │ ├── ApproximateValueToken.php
│ │ │ │ ├── ArrayCountToken.php
│ │ │ │ ├── ArrayEntryToken.php
│ │ │ │ ├── ArrayEveryEntryToken.php
│ │ │ │ ├── CallbackToken.php
│ │ │ │ ├── ExactValueToken.php
│ │ │ │ ├── IdenticalValueToken.php
│ │ │ │ ├── LogicalAndToken.php
│ │ │ │ ├── LogicalNotToken.php
│ │ │ │ ├── ObjectStateToken.php
│ │ │ │ ├── StringContainsToken.php
│ │ │ │ ├── TokenInterface.php
│ │ │ │ └── TypeToken.php
│ │ │ ├── Argument.php
│ │ │ ├── Call
│ │ │ │ ├── CallCenter.php
│ │ │ │ └── Call.php
│ │ │ ├── Comparator
│ │ │ │ ├── ClosureComparator.php
│ │ │ │ ├── Factory.php
│ │ │ │ └── ProphecyComparator.php
│ │ │ ├── Doubler
│ │ │ │ ├── CachedDoubler.php
│ │ │ │ ├── ClassPatch
│ │ │ │ │ ├── ClassPatchInterface.php
│ │ │ │ │ ├── DisableConstructorPatch.php
│ │ │ │ │ ├── HhvmExceptionPatch.php
│ │ │ │ │ ├── KeywordPatch.php
│ │ │ │ │ ├── MagicCallPatch.php
│ │ │ │ │ ├── ProphecySubjectPatch.php
│ │ │ │ │ ├── ReflectionClassNewInstancePatch.php
│ │ │ │ │ ├── SplFileInfoPatch.php
│ │ │ │ │ └── TraversablePatch.php
│ │ │ │ ├── DoubleInterface.php
│ │ │ │ ├── Doubler.php
│ │ │ │ ├── Generator
│ │ │ │ │ ├── ClassCodeGenerator.php
│ │ │ │ │ ├── ClassCreator.php
│ │ │ │ │ ├── ClassMirror.php
│ │ │ │ │ ├── Node
│ │ │ │ │ │ ├── ArgumentNode.php
│ │ │ │ │ │ ├── ClassNode.php
│ │ │ │ │ │ └── MethodNode.php
│ │ │ │ │ └── ReflectionInterface.php
│ │ │ │ ├── LazyDouble.php
│ │ │ │ └── NameGenerator.php
│ │ │ ├── Exception
│ │ │ │ ├── Call
│ │ │ │ │ └── UnexpectedCallException.php
│ │ │ │ ├── Doubler
│ │ │ │ │ ├── ClassCreatorException.php
│ │ │ │ │ ├── ClassMirrorException.php
│ │ │ │ │ ├── ClassNotFoundException.php
│ │ │ │ │ ├── DoubleException.php
│ │ │ │ │ ├── DoublerException.php
│ │ │ │ │ ├── InterfaceNotFoundException.php
│ │ │ │ │ ├── MethodNotExtendableException.php
│ │ │ │ │ ├── MethodNotFoundException.php
│ │ │ │ │ └── ReturnByReferenceException.php
│ │ │ │ ├── Exception.php
│ │ │ │ ├── InvalidArgumentException.php
│ │ │ │ ├── Prediction
│ │ │ │ │ ├── AggregateException.php
│ │ │ │ │ ├── FailedPredictionException.php
│ │ │ │ │ ├── NoCallsException.php
│ │ │ │ │ ├── PredictionException.php
│ │ │ │ │ ├── UnexpectedCallsCountException.php
│ │ │ │ │ └── UnexpectedCallsException.php
│ │ │ │ └── Prophecy
│ │ │ │ ├── MethodProphecyException.php
│ │ │ │ ├── ObjectProphecyException.php
│ │ │ │ └── ProphecyException.php
│ │ │ ├── PhpDocumentor
│ │ │ │ ├── ClassAndInterfaceTagRetriever.php
│ │ │ │ ├── ClassTagRetriever.php
│ │ │ │ ├── LegacyClassTagRetriever.php
│ │ │ │ └── MethodTagRetrieverInterface.php
│ │ │ ├── Prediction
│ │ │ │ ├── CallbackPrediction.php
│ │ │ │ ├── CallPrediction.php
│ │ │ │ ├── CallTimesPrediction.php
│ │ │ │ ├── NoCallsPrediction.php
│ │ │ │ └── PredictionInterface.php
│ │ │ ├── Promise
│ │ │ │ ├── CallbackPromise.php
│ │ │ │ ├── PromiseInterface.php
│ │ │ │ ├── ReturnArgumentPromise.php
│ │ │ │ ├── ReturnPromise.php
│ │ │ │ └── ThrowPromise.php
│ │ │ ├── Prophecy
│ │ │ │ ├── MethodProphecy.php
│ │ │ │ ├── ObjectProphecy.php
│ │ │ │ ├── ProphecyInterface.php
│ │ │ │ ├── ProphecySubjectInterface.php
│ │ │ │ ├── RevealerInterface.php
│ │ │ │ └── Revealer.php
│ │ │ ├── Prophet.php
│ │ │ └── Util
│ │ │ ├── ExportUtil.php
│ │ │ └── StringUtil.php
│ │ ├── phpunit
│ │ │ ├── 12358.png
│ │ │ ├── logo2.png
│ │ │ ├── php-code-coverage
│ │ │ │ ├── build
│ │ │ │ │ └── travis-ci.xml
│ │ │ │ ├── build.xml
│ │ │ │ ├── ChangeLog-2.2.md
│ │ │ │ ├── composer.json
│ │ │ │ ├── CONTRIBUTING.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── phpunit.xml.dist
│ │ │ │ ├── README.md
│ │ │ │ ├── scripts
│ │ │ │ │ ├── auto_append.php
│ │ │ │ │ └── auto_prepend.php
│ │ │ │ ├── src
│ │ │ │ │ ├── CodeCoverage
│ │ │ │ │ │ ├── Driver
│ │ │ │ │ │ │ ├── HHVM.php
│ │ │ │ │ │ │ ├── PHPDBG.php
│ │ │ │ │ │ │ └── Xdebug.php
│ │ │ │ │ │ ├── Driver.php
│ │ │ │ │ │ ├── Exception
│ │ │ │ │ │ │ └── UnintentionallyCoveredCode.php
│ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ ├── Filter.php
│ │ │ │ │ │ ├── Report
│ │ │ │ │ │ │ ├── Clover.php
│ │ │ │ │ │ │ ├── Crap4j.php
│ │ │ │ │ │ │ ├── Factory.php
│ │ │ │ │ │ │ ├── HTML
│ │ │ │ │ │ │ │ ├── Renderer
│ │ │ │ │ │ │ │ │ ├── Dashboard.php
│ │ │ │ │ │ │ │ │ ├── Directory.php
│ │ │ │ │ │ │ │ │ ├── File.php
│ │ │ │ │ │ │ │ │ └── Template
│ │ │ │ │ │ │ │ │ ├── coverage_bar.html.dist
│ │ │ │ │ │ │ │ │ ├── css
│ │ │ │ │ │ │ │ │ │ ├── bootstrap.min.css
│ │ │ │ │ │ │ │ │ │ ├── nv.d3.min.css
│ │ │ │ │ │ │ │ │ │ └── style.css
│ │ │ │ │ │ │ │ │ ├── dashboard.html.dist
│ │ │ │ │ │ │ │ │ ├── directory.html.dist
│ │ │ │ │ │ │ │ │ ├── directory_item.html.dist
│ │ │ │ │ │ │ │ │ ├── file.html.dist
│ │ │ │ │ │ │ │ │ ├── file_item.html.dist
│ │ │ │ │ │ │ │ │ ├── fonts
│ │ │ │ │ │ │ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ │ │ │ │ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ │ │ │ │ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ │ │ │ │ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ │ │ │ │ │ │ │ └── glyphicons-halflings-regular.woff2
│ │ │ │ │ │ │ │ │ ├── js
│ │ │ │ │ │ │ │ │ │ ├── bootstrap.min.js
│ │ │ │ │ │ │ │ │ │ ├── d3.min.js
│ │ │ │ │ │ │ │ │ │ ├── holder.min.js
│ │ │ │ │ │ │ │ │ │ ├── html5shiv.min.js
│ │ │ │ │ │ │ │ │ │ ├── jquery.min.js
│ │ │ │ │ │ │ │ │ │ ├── nv.d3.min.js
│ │ │ │ │ │ │ │ │ │ └── respond.min.js
│ │ │ │ │ │ │ │ │ └── method_item.html.dist
│ │ │ │ │ │ │ │ └── Renderer.php
│ │ │ │ │ │ │ ├── HTML.php
│ │ │ │ │ │ │ ├── Node
│ │ │ │ │ │ │ │ ├── Directory.php
│ │ │ │ │ │ │ │ ├── File.php
│ │ │ │ │ │ │ │ └── Iterator.php
│ │ │ │ │ │ │ ├── Node.php
│ │ │ │ │ │ │ ├── PHP.php
│ │ │ │ │ │ │ ├── Text.php
│ │ │ │ │ │ │ ├── XML
│ │ │ │ │ │ │ │ ├── Directory.php
│ │ │ │ │ │ │ │ ├── File
│ │ │ │ │ │ │ │ │ ├── Coverage.php
│ │ │ │ │ │ │ │ │ ├── Method.php
│ │ │ │ │ │ │ │ │ ├── Report.php
│ │ │ │ │ │ │ │ │ └── Unit.php
│ │ │ │ │ │ │ │ ├── File.php
│ │ │ │ │ │ │ │ ├── Node.php
│ │ │ │ │ │ │ │ ├── Project.php
│ │ │ │ │ │ │ │ ├── Tests.php
│ │ │ │ │ │ │ │ └── Totals.php
│ │ │ │ │ │ │ └── XML.php
│ │ │ │ │ │ ├── Util
│ │ │ │ │ │ │ └── InvalidArgumentHelper.php
│ │ │ │ │ │ └── Util.php
│ │ │ │ │ └── CodeCoverage.php
│ │ │ │ └── tests
│ │ │ │ ├── _files
│ │ │ │ │ ├── BankAccount-clover.xml
│ │ │ │ │ ├── BankAccount.php
│ │ │ │ │ ├── BankAccountTest.php
│ │ │ │ │ ├── class-with-anonymous-function-clover.xml
│ │ │ │ │ ├── CoverageClassExtendedTest.php
│ │ │ │ │ ├── CoverageClassTest.php
│ │ │ │ │ ├── CoverageFunctionParenthesesTest.php
│ │ │ │ │ ├── CoverageFunctionParenthesesWhitespaceTest.php
│ │ │ │ │ ├── CoverageFunctionTest.php
│ │ │ │ │ ├── CoverageMethodOneLineAnnotationTest.php
│ │ │ │ │ ├── CoverageMethodParenthesesTest.php
│ │ │ │ │ ├── CoverageMethodParenthesesWhitespaceTest.php
│ │ │ │ │ ├── CoverageMethodTest.php
│ │ │ │ │ ├── CoverageNoneTest.php
│ │ │ │ │ ├── CoverageNothingTest.php
│ │ │ │ │ ├── CoverageNotPrivateTest.php
│ │ │ │ │ ├── CoverageNotProtectedTest.php
│ │ │ │ │ ├── CoverageNotPublicTest.php
│ │ │ │ │ ├── CoveragePrivateTest.php
│ │ │ │ │ ├── CoverageProtectedTest.php
│ │ │ │ │ ├── CoveragePublicTest.php
│ │ │ │ │ ├── CoverageTwoDefaultClassAnnotations.php
│ │ │ │ │ ├── CoveredClass.php
│ │ │ │ │ ├── CoveredFunction.php
│ │ │ │ │ ├── ignored-lines-clover.xml
│ │ │ │ │ ├── NamespaceCoverageClassExtendedTest.php
│ │ │ │ │ ├── NamespaceCoverageClassTest.php
│ │ │ │ │ ├── NamespaceCoverageCoversClassPublicTest.php
│ │ │ │ │ ├── NamespaceCoverageCoversClassTest.php
│ │ │ │ │ ├── NamespaceCoverageMethodTest.php
│ │ │ │ │ ├── NamespaceCoverageNotPrivateTest.php
│ │ │ │ │ ├── NamespaceCoverageNotProtectedTest.php
│ │ │ │ │ ├── NamespaceCoverageNotPublicTest.php
│ │ │ │ │ ├── NamespaceCoveragePrivateTest.php
│ │ │ │ │ ├── NamespaceCoverageProtectedTest.php
│ │ │ │ │ ├── NamespaceCoveragePublicTest.php
│ │ │ │ │ ├── NamespaceCoveredClass.php
│ │ │ │ │ ├── NotExistingCoveredElementTest.php
│ │ │ │ │ ├── source_with_class_and_anonymous_function.php
│ │ │ │ │ ├── source_with_ignore.php
│ │ │ │ │ ├── source_with_namespace.php
│ │ │ │ │ ├── source_with_oneline_annotations.php
│ │ │ │ │ ├── source_without_ignore.php
│ │ │ │ │ └── source_without_namespace.php
│ │ │ │ ├── PHP
│ │ │ │ │ ├── CodeCoverage
│ │ │ │ │ │ ├── FilterTest.php
│ │ │ │ │ │ ├── Report
│ │ │ │ │ │ │ ├── CloverTest.php
│ │ │ │ │ │ │ └── FactoryTest.php
│ │ │ │ │ │ └── UtilTest.php
│ │ │ │ │ └── CodeCoverageTest.php
│ │ │ │ └── TestCase.php
│ │ │ ├── php-file-iterator
│ │ │ │ ├── ChangeLog.md
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ └── src
│ │ │ │ ├── Facade.php
│ │ │ │ ├── Factory.php
│ │ │ │ └── Iterator.php
│ │ │ ├── php-text-template
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ └── src
│ │ │ │ └── Template.php
│ │ │ ├── php-timer
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE
│ │ │ │ ├── phpunit.xml
│ │ │ │ ├── README.md
│ │ │ │ ├── src
│ │ │ │ │ └── Timer.php
│ │ │ │ └── tests
│ │ │ │ └── TimerTest.php
│ │ │ ├── php-token-stream
│ │ │ │ ├── build
│ │ │ │ │ └── phpunit.xml
│ │ │ │ ├── build.xml
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── src
│ │ │ │ │ ├── Token
│ │ │ │ │ │ ├── Stream
│ │ │ │ │ │ │ └── CachingFactory.php
│ │ │ │ │ │ └── Stream.php
│ │ │ │ │ └── Token.php
│ │ │ │ └── tests
│ │ │ │ ├── bootstrap.php
│ │ │ │ ├── _fixture
│ │ │ │ │ ├── classExtendsNamespacedClass.php
│ │ │ │ │ ├── classInNamespace.php
│ │ │ │ │ ├── classInScopedNamespace.php
│ │ │ │ │ ├── classUsesNamespacedFunction.php
│ │ │ │ │ ├── class_with_method_that_declares_anonymous_class2.php
│ │ │ │ │ ├── class_with_method_that_declares_anonymous_class.php
│ │ │ │ │ ├── closure.php
│ │ │ │ │ ├── issue19.php
│ │ │ │ │ ├── issue30.php
│ │ │ │ │ ├── multipleNamespacesWithOneClassUsingBraces.php
│ │ │ │ │ ├── multipleNamespacesWithOneClassUsingNonBraceSyntax.php
│ │ │ │ │ ├── source2.php
│ │ │ │ │ ├── source3.php
│ │ │ │ │ ├── source4.php
│ │ │ │ │ ├── source5.php
│ │ │ │ │ └── source.php
│ │ │ │ ├── Token
│ │ │ │ │ ├── ClassTest.php
│ │ │ │ │ ├── ClosureTest.php
│ │ │ │ │ ├── FunctionTest.php
│ │ │ │ │ ├── IncludeTest.php
│ │ │ │ │ ├── InterfaceTest.php
│ │ │ │ │ └── NamespaceTest.php
│ │ │ │ └── TokenTest.php
│ │ │ ├── phpunit
│ │ │ │ ├── build.xml
│ │ │ │ ├── ChangeLog-4.0.md
│ │ │ │ ├── ChangeLog-4.1.md
│ │ │ │ ├── ChangeLog-4.2.md
│ │ │ │ ├── ChangeLog-4.3.md
│ │ │ │ ├── ChangeLog-4.4.md
│ │ │ │ ├── ChangeLog-4.5.md
│ │ │ │ ├── ChangeLog-4.6.md
│ │ │ │ ├── ChangeLog-4.7.md
│ │ │ │ ├── ChangeLog-4.8.md
│ │ │ │ ├── CODE_OF_CONDUCT.md
│ │ │ │ ├── composer.json
│ │ │ │ ├── CONTRIBUTING.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── phpunit
│ │ │ │ ├── phpunit.xml
│ │ │ │ ├── phpunit.xsd
│ │ │ │ ├── README.md
│ │ │ │ ├── src
│ │ │ │ │ ├── Exception.php
│ │ │ │ │ ├── Extensions
│ │ │ │ │ │ ├── GroupTestSuite.php
│ │ │ │ │ │ ├── PhptTestCase.php
│ │ │ │ │ │ ├── PhptTestSuite.php
│ │ │ │ │ │ ├── RepeatedTest.php
│ │ │ │ │ │ ├── TestDecorator.php
│ │ │ │ │ │ └── TicketListener.php
│ │ │ │ │ ├── ForwardCompatibility
│ │ │ │ │ │ ├── AssertionFailedError.php
│ │ │ │ │ │ ├── Assert.php
│ │ │ │ │ │ ├── BaseTestListener.php
│ │ │ │ │ │ ├── TestCase.php
│ │ │ │ │ │ ├── TestListener.php
│ │ │ │ │ │ ├── Test.php
│ │ │ │ │ │ └── TestSuite.php
│ │ │ │ │ ├── Framework
│ │ │ │ │ │ ├── Assert
│ │ │ │ │ │ │ └── Functions.php
│ │ │ │ │ │ ├── AssertionFailedError.php
│ │ │ │ │ │ ├── Assert.php
│ │ │ │ │ │ ├── BaseTestListener.php
│ │ │ │ │ │ ├── CodeCoverageException.php
│ │ │ │ │ │ ├── Constraint
│ │ │ │ │ │ │ ├── And.php
│ │ │ │ │ │ │ ├── ArrayHasKey.php
│ │ │ │ │ │ │ ├── ArraySubset.php
│ │ │ │ │ │ │ ├── Attribute.php
│ │ │ │ │ │ │ ├── Callback.php
│ │ │ │ │ │ │ ├── ClassHasAttribute.php
│ │ │ │ │ │ │ ├── ClassHasStaticAttribute.php
│ │ │ │ │ │ │ ├── Composite.php
│ │ │ │ │ │ │ ├── Count.php
│ │ │ │ │ │ │ ├── ExceptionCode.php
│ │ │ │ │ │ │ ├── ExceptionMessage.php
│ │ │ │ │ │ │ ├── ExceptionMessageRegExp.php
│ │ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ │ ├── FileExists.php
│ │ │ │ │ │ │ ├── GreaterThan.php
│ │ │ │ │ │ │ ├── IsAnything.php
│ │ │ │ │ │ │ ├── IsEmpty.php
│ │ │ │ │ │ │ ├── IsEqual.php
│ │ │ │ │ │ │ ├── IsFalse.php
│ │ │ │ │ │ │ ├── IsIdentical.php
│ │ │ │ │ │ │ ├── IsInstanceOf.php
│ │ │ │ │ │ │ ├── IsJson.php
│ │ │ │ │ │ │ ├── IsNull.php
│ │ │ │ │ │ │ ├── IsTrue.php
│ │ │ │ │ │ │ ├── IsType.php
│ │ │ │ │ │ │ ├── JsonMatches
│ │ │ │ │ │ │ │ └── ErrorMessageProvider.php
│ │ │ │ │ │ │ ├── JsonMatches.php
│ │ │ │ │ │ │ ├── LessThan.php
│ │ │ │ │ │ │ ├── Not.php
│ │ │ │ │ │ │ ├── ObjectHasAttribute.php
│ │ │ │ │ │ │ ├── Or.php
│ │ │ │ │ │ │ ├── PCREMatch.php
│ │ │ │ │ │ │ ├── SameSize.php
│ │ │ │ │ │ │ ├── StringContains.php
│ │ │ │ │ │ │ ├── StringEndsWith.php
│ │ │ │ │ │ │ ├── StringMatches.php
│ │ │ │ │ │ │ ├── StringStartsWith.php
│ │ │ │ │ │ │ ├── TraversableContainsOnly.php
│ │ │ │ │ │ │ ├── TraversableContains.php
│ │ │ │ │ │ │ └── Xor.php
│ │ │ │ │ │ ├── Constraint.php
│ │ │ │ │ │ ├── Error
│ │ │ │ │ │ │ ├── Deprecated.php
│ │ │ │ │ │ │ ├── Notice.php
│ │ │ │ │ │ │ └── Warning.php
│ │ │ │ │ │ ├── Error.php
│ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ ├── ExceptionWrapper.php
│ │ │ │ │ │ ├── ExpectationFailedException.php
│ │ │ │ │ │ ├── IncompleteTestCase.php
│ │ │ │ │ │ ├── IncompleteTestError.php
│ │ │ │ │ │ ├── IncompleteTest.php
│ │ │ │ │ │ ├── InvalidCoversTargetError.php
│ │ │ │ │ │ ├── InvalidCoversTargetException.php
│ │ │ │ │ │ ├── OutputError.php
│ │ │ │ │ │ ├── RiskyTestError.php
│ │ │ │ │ │ ├── RiskyTest.php
│ │ │ │ │ │ ├── SelfDescribing.php
│ │ │ │ │ │ ├── SkippedTestCase.php
│ │ │ │ │ │ ├── SkippedTestError.php
│ │ │ │ │ │ ├── SkippedTest.php
│ │ │ │ │ │ ├── SkippedTestSuiteError.php
│ │ │ │ │ │ ├── SyntheticError.php
│ │ │ │ │ │ ├── TestCase.php
│ │ │ │ │ │ ├── TestFailure.php
│ │ │ │ │ │ ├── TestListener.php
│ │ │ │ │ │ ├── Test.php
│ │ │ │ │ │ ├── TestResult.php
│ │ │ │ │ │ ├── TestSuite
│ │ │ │ │ │ │ └── DataProvider.php
│ │ │ │ │ │ ├── TestSuite.php
│ │ │ │ │ │ ├── UnintentionallyCoveredCodeError.php
│ │ │ │ │ │ └── Warning.php
│ │ │ │ │ ├── Runner
│ │ │ │ │ │ ├── BaseTestRunner.php
│ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ ├── Filter
│ │ │ │ │ │ │ ├── Factory.php
│ │ │ │ │ │ │ ├── Group
│ │ │ │ │ │ │ │ ├── Exclude.php
│ │ │ │ │ │ │ │ └── Include.php
│ │ │ │ │ │ │ ├── Group.php
│ │ │ │ │ │ │ └── Test.php
│ │ │ │ │ │ ├── StandardTestSuiteLoader.php
│ │ │ │ │ │ ├── TestSuiteLoader.php
│ │ │ │ │ │ └── Version.php
│ │ │ │ │ ├── TextUI
│ │ │ │ │ │ ├── Command.php
│ │ │ │ │ │ ├── ResultPrinter.php
│ │ │ │ │ │ └── TestRunner.php
│ │ │ │ │ └── Util
│ │ │ │ │ ├── Blacklist.php
│ │ │ │ │ ├── Configuration.php
│ │ │ │ │ ├── ErrorHandler.php
│ │ │ │ │ ├── Fileloader.php
│ │ │ │ │ ├── Filesystem.php
│ │ │ │ │ ├── Filter.php
│ │ │ │ │ ├── Getopt.php
│ │ │ │ │ ├── GlobalState.php
│ │ │ │ │ ├── InvalidArgumentHelper.php
│ │ │ │ │ ├── Log
│ │ │ │ │ │ ├── JSON.php
│ │ │ │ │ │ ├── JUnit.php
│ │ │ │ │ │ └── TAP.php
│ │ │ │ │ ├── PHP
│ │ │ │ │ │ ├── Default.php
│ │ │ │ │ │ ├── eval-stdin.php
│ │ │ │ │ │ ├── Template
│ │ │ │ │ │ │ └── TestCaseMethod.tpl.dist
│ │ │ │ │ │ └── Windows.php
│ │ │ │ │ ├── PHP.php
│ │ │ │ │ ├── Printer.php
│ │ │ │ │ ├── Regex.php
│ │ │ │ │ ├── String.php
│ │ │ │ │ ├── TestDox
│ │ │ │ │ │ ├── NamePrettifier.php
│ │ │ │ │ │ ├── ResultPrinter
│ │ │ │ │ │ │ ├── HTML.php
│ │ │ │ │ │ │ └── Text.php
│ │ │ │ │ │ └── ResultPrinter.php
│ │ │ │ │ ├── Test.php
│ │ │ │ │ ├── TestSuiteIterator.php
│ │ │ │ │ ├── Type.php
│ │ │ │ │ └── XML.php
│ │ │ │ └── tests
│ │ │ │ ├── bootstrap.php
│ │ │ │ ├── Extensions
│ │ │ │ │ ├── PhptTestCaseTest.php
│ │ │ │ │ └── RepeatedTestTest.php
│ │ │ │ ├── Fail
│ │ │ │ │ └── fail.phpt
│ │ │ │ ├── _files
│ │ │ │ │ ├── AbstractTest.php
│ │ │ │ │ ├── Author.php
│ │ │ │ │ ├── BankAccount.php
│ │ │ │ │ ├── BankAccountTest.php
│ │ │ │ │ ├── BankAccountTest.test.php
│ │ │ │ │ ├── bar.xml
│ │ │ │ │ ├── BaseTestListenerSample.php
│ │ │ │ │ ├── BeforeAndAfterTest.php
│ │ │ │ │ ├── BeforeClassAndAfterClassTest.php
│ │ │ │ │ ├── Book.php
│ │ │ │ │ ├── Calculator.php
│ │ │ │ │ ├── ChangeCurrentWorkingDirectoryTest.php
│ │ │ │ │ ├── ClassWithNonPublicAttributes.php
│ │ │ │ │ ├── ClassWithScalarTypeDeclarations.php
│ │ │ │ │ ├── ClassWithToString.php
│ │ │ │ │ ├── ConcreteTest.my.php
│ │ │ │ │ ├── ConcreteTest.php
│ │ │ │ │ ├── configuration.colors.empty.xml
│ │ │ │ │ ├── configuration.colors.false.xml
│ │ │ │ │ ├── configuration.colors.invalid.xml
│ │ │ │ │ ├── configuration.colors.true.xml
│ │ │ │ │ ├── configuration.custom-printer.xml
│ │ │ │ │ ├── configuration_empty.xml
│ │ │ │ │ ├── configuration_xinclude.xml
│ │ │ │ │ ├── configuration.xml
│ │ │ │ │ ├── CoverageClassExtendedTest.php
│ │ │ │ │ ├── CoverageClassTest.php
│ │ │ │ │ ├── CoverageFunctionParenthesesTest.php
│ │ │ │ │ ├── CoverageFunctionParenthesesWhitespaceTest.php
│ │ │ │ │ ├── CoverageFunctionTest.php
│ │ │ │ │ ├── CoverageMethodOneLineAnnotationTest.php
│ │ │ │ │ ├── CoverageMethodParenthesesTest.php
│ │ │ │ │ ├── CoverageMethodParenthesesWhitespaceTest.php
│ │ │ │ │ ├── CoverageMethodTest.php
│ │ │ │ │ ├── CoverageNamespacedFunctionTest.php
│ │ │ │ │ ├── CoverageNoneTest.php
│ │ │ │ │ ├── CoverageNothingTest.php
│ │ │ │ │ ├── CoverageNotPrivateTest.php
│ │ │ │ │ ├── CoverageNotProtectedTest.php
│ │ │ │ │ ├── CoverageNotPublicTest.php
│ │ │ │ │ ├── CoveragePrivateTest.php
│ │ │ │ │ ├── CoverageProtectedTest.php
│ │ │ │ │ ├── CoveragePublicTest.php
│ │ │ │ │ ├── CoverageTwoDefaultClassAnnotations.php
│ │ │ │ │ ├── CoveredClass.php
│ │ │ │ │ ├── CoveredFunction.php
│ │ │ │ │ ├── CustomPrinter.php
│ │ │ │ │ ├── DataProviderDebugTest.php
│ │ │ │ │ ├── DataProviderFilterTest.php
│ │ │ │ │ ├── DataProviderIncompleteTest.php
│ │ │ │ │ ├── DataProviderSkippedTest.php
│ │ │ │ │ ├── DataProviderTest.php
│ │ │ │ │ ├── DependencyFailureTest.php
│ │ │ │ │ ├── DependencySuccessTest.php
│ │ │ │ │ ├── DependencyTestSuite.php
│ │ │ │ │ ├── DoubleTestCase.php
│ │ │ │ │ ├── DummyException.php
│ │ │ │ │ ├── EmptyTestCaseTest.php
│ │ │ │ │ ├── ExceptionInAssertPostConditionsTest.php
│ │ │ │ │ ├── ExceptionInAssertPreConditionsTest.php
│ │ │ │ │ ├── ExceptionInSetUpTest.php
│ │ │ │ │ ├── ExceptionInTearDownTest.php
│ │ │ │ │ ├── ExceptionInTest.php
│ │ │ │ │ ├── ExceptionNamespaceTest.php
│ │ │ │ │ ├── ExceptionStackTest.php
│ │ │ │ │ ├── ExceptionTest.php
│ │ │ │ │ ├── expectedFileFormat.txt
│ │ │ │ │ ├── Failure.php
│ │ │ │ │ ├── FailureTest.php
│ │ │ │ │ ├── FatalTest.php
│ │ │ │ │ ├── foo.xml
│ │ │ │ │ ├── IncompleteTest.php
│ │ │ │ │ ├── Inheritance
│ │ │ │ │ │ ├── InheritanceA.php
│ │ │ │ │ │ └── InheritanceB.php
│ │ │ │ │ ├── InheritedTestCase.php
│ │ │ │ │ ├── IniTest.php
│ │ │ │ │ ├── IsolationTest.php
│ │ │ │ │ ├── JsonData
│ │ │ │ │ │ ├── arrayObject.json
│ │ │ │ │ │ └── simpleObject.json
│ │ │ │ │ ├── MockRunner.php
│ │ │ │ │ ├── MultiDependencyTest.php
│ │ │ │ │ ├── NamespaceCoverageClassExtendedTest.php
│ │ │ │ │ ├── NamespaceCoverageClassTest.php
│ │ │ │ │ ├── NamespaceCoverageCoversClassPublicTest.php
│ │ │ │ │ ├── NamespaceCoverageCoversClassTest.php
│ │ │ │ │ ├── NamespaceCoverageMethodTest.php
│ │ │ │ │ ├── NamespaceCoverageNotPrivateTest.php
│ │ │ │ │ ├── NamespaceCoverageNotProtectedTest.php
│ │ │ │ │ ├── NamespaceCoverageNotPublicTest.php
│ │ │ │ │ ├── NamespaceCoveragePrivateTest.php
│ │ │ │ │ ├── NamespaceCoverageProtectedTest.php
│ │ │ │ │ ├── NamespaceCoveragePublicTest.php
│ │ │ │ │ ├── NamespaceCoveredClass.php
│ │ │ │ │ ├── NamespaceCoveredFunction.php
│ │ │ │ │ ├── NoArgTestCaseTest.php
│ │ │ │ │ ├── NonStatic.php
│ │ │ │ │ ├── NoTestCaseClass.php
│ │ │ │ │ ├── NoTestCases.php
│ │ │ │ │ ├── NotExistingCoveredElementTest.php
│ │ │ │ │ ├── NothingTest.php
│ │ │ │ │ ├── NotPublicTestCase.php
│ │ │ │ │ ├── NotVoidTestCase.php
│ │ │ │ │ ├── OneTestCase.php
│ │ │ │ │ ├── OutputTestCase.php
│ │ │ │ │ ├── OverrideTestCase.php
│ │ │ │ │ ├── RequirementsClassBeforeClassHookTest.php
│ │ │ │ │ ├── RequirementsClassDocBlockTest.php
│ │ │ │ │ ├── RequirementsTest.php
│ │ │ │ │ ├── SampleArrayAccess.php
│ │ │ │ │ ├── SampleClass.php
│ │ │ │ │ ├── Singleton.php
│ │ │ │ │ ├── StackTest.php
│ │ │ │ │ ├── StatusTest.php
│ │ │ │ │ ├── Struct.php
│ │ │ │ │ ├── structureAttributesAreSameButValuesAreNot.xml
│ │ │ │ │ ├── structureExpected.xml
│ │ │ │ │ ├── structureIgnoreTextNodes.xml
│ │ │ │ │ ├── structureIsSameButDataIsNot.xml
│ │ │ │ │ ├── structureWrongNumberOfAttributes.xml
│ │ │ │ │ ├── structureWrongNumberOfNodes.xml
│ │ │ │ │ ├── Success.php
│ │ │ │ │ ├── TemplateMethodsTest.php
│ │ │ │ │ ├── TestIncomplete.php
│ │ │ │ │ ├── TestIterator2.php
│ │ │ │ │ ├── TestIterator.php
│ │ │ │ │ ├── TestSkipped.php
│ │ │ │ │ ├── TestTestError.php
│ │ │ │ │ ├── TestWithTest.php
│ │ │ │ │ ├── ThrowExceptionTestCase.php
│ │ │ │ │ ├── ThrowNoExceptionTestCase.php
│ │ │ │ │ └── WasRun.php
│ │ │ │ ├── Framework
│ │ │ │ │ ├── AssertTest.php
│ │ │ │ │ ├── BaseTestListenerTest.php
│ │ │ │ │ ├── Constraint
│ │ │ │ │ │ ├── CountTest.php
│ │ │ │ │ │ ├── ExceptionMessageRegExpTest.php
│ │ │ │ │ │ ├── ExceptionMessageTest.php
│ │ │ │ │ │ ├── JsonMatches
│ │ │ │ │ │ │ └── ErrorMessageProviderTest.php
│ │ │ │ │ │ └── JsonMatchesTest.php
│ │ │ │ │ ├── ConstraintTest.php
│ │ │ │ │ ├── SuiteTest.php
│ │ │ │ │ ├── TestCaseTest.php
│ │ │ │ │ ├── TestFailureTest.php
│ │ │ │ │ ├── TestImplementorTest.php
│ │ │ │ │ └── TestListenerTest.php
│ │ │ │ ├── Regression
│ │ │ │ │ ├── GitHub
│ │ │ │ │ │ ├── 1149
│ │ │ │ │ │ │ └── Issue1149Test.php
│ │ │ │ │ │ ├── 1149.phpt
│ │ │ │ │ │ ├── 1216
│ │ │ │ │ │ │ ├── bootstrap1216.php
│ │ │ │ │ │ │ ├── Issue1216Test.php
│ │ │ │ │ │ │ └── phpunit1216.xml
│ │ │ │ │ │ ├── 1216.phpt
│ │ │ │ │ │ ├── 1265
│ │ │ │ │ │ │ ├── Issue1265Test.php
│ │ │ │ │ │ │ └── phpunit1265.xml
│ │ │ │ │ │ ├── 1265.phpt
│ │ │ │ │ │ ├── 1330
│ │ │ │ │ │ │ ├── Issue1330Test.php
│ │ │ │ │ │ │ └── phpunit1330.xml
│ │ │ │ │ │ ├── 1330.phpt
│ │ │ │ │ │ ├── 1335
│ │ │ │ │ │ │ ├── bootstrap1335.php
│ │ │ │ │ │ │ └── Issue1335Test.php
│ │ │ │ │ │ ├── 1335.phpt
│ │ │ │ │ │ ├── 1337
│ │ │ │ │ │ │ └── Issue1337Test.php
│ │ │ │ │ │ ├── 1337.phpt
│ │ │ │ │ │ ├── 1348
│ │ │ │ │ │ │ └── Issue1348Test.php
│ │ │ │ │ │ ├── 1348.phpt
│ │ │ │ │ │ ├── 1351
│ │ │ │ │ │ │ ├── ChildProcessClass1351.php
│ │ │ │ │ │ │ └── Issue1351Test.php
│ │ │ │ │ │ ├── 1351.phpt
│ │ │ │ │ │ ├── 1374
│ │ │ │ │ │ │ └── Issue1374Test.php
│ │ │ │ │ │ ├── 1374.phpt
│ │ │ │ │ │ ├── 1437
│ │ │ │ │ │ │ └── Issue1437Test.php
│ │ │ │ │ │ ├── 1437.phpt
│ │ │ │ │ │ ├── 1468
│ │ │ │ │ │ │ └── Issue1468Test.php
│ │ │ │ │ │ ├── 1468.phpt
│ │ │ │ │ │ ├── 1471
│ │ │ │ │ │ │ └── Issue1471Test.php
│ │ │ │ │ │ ├── 1471.phpt
│ │ │ │ │ │ ├── 1472
│ │ │ │ │ │ │ └── Issue1472Test.php
│ │ │ │ │ │ ├── 1472.phpt
│ │ │ │ │ │ ├── 1570
│ │ │ │ │ │ │ └── Issue1570Test.php
│ │ │ │ │ │ ├── 1570.phpt
│ │ │ │ │ │ ├── 2158
│ │ │ │ │ │ │ ├── constant.inc
│ │ │ │ │ │ │ └── Issue2158Test.php
│ │ │ │ │ │ ├── 2158.phpt
│ │ │ │ │ │ ├── 244
│ │ │ │ │ │ │ └── Issue244Test.php
│ │ │ │ │ │ ├── 244.phpt
│ │ │ │ │ │ ├── 322
│ │ │ │ │ │ │ ├── Issue322Test.php
│ │ │ │ │ │ │ └── phpunit322.xml
│ │ │ │ │ │ ├── 322.phpt
│ │ │ │ │ │ ├── 433
│ │ │ │ │ │ │ └── Issue433Test.php
│ │ │ │ │ │ ├── 433.phpt
│ │ │ │ │ │ ├── 445
│ │ │ │ │ │ │ └── Issue445Test.php
│ │ │ │ │ │ ├── 445.phpt
│ │ │ │ │ │ ├── 498
│ │ │ │ │ │ │ └── Issue498Test.php
│ │ │ │ │ │ ├── 498.phpt
│ │ │ │ │ │ ├── 503
│ │ │ │ │ │ │ └── Issue503Test.php
│ │ │ │ │ │ ├── 503.phpt
│ │ │ │ │ │ ├── 581
│ │ │ │ │ │ │ └── Issue581Test.php
│ │ │ │ │ │ ├── 581.phpt
│ │ │ │ │ │ ├── 74
│ │ │ │ │ │ │ ├── Issue74Test.php
│ │ │ │ │ │ │ └── NewException.php
│ │ │ │ │ │ ├── 74.phpt
│ │ │ │ │ │ ├── 765
│ │ │ │ │ │ │ └── Issue765Test.php
│ │ │ │ │ │ ├── 765.phpt
│ │ │ │ │ │ ├── 797
│ │ │ │ │ │ │ ├── bootstrap797.php
│ │ │ │ │ │ │ └── Issue797Test.php
│ │ │ │ │ │ ├── 797.phpt
│ │ │ │ │ │ ├── 863.phpt
│ │ │ │ │ │ ├── 873
│ │ │ │ │ │ │ └── Issue873Test.php
│ │ │ │ │ │ ├── 873-php5.phpt
│ │ │ │ │ │ └── 873-php7.phpt
│ │ │ │ │ └── Trac
│ │ │ │ │ ├── 1021
│ │ │ │ │ │ └── Issue1021Test.php
│ │ │ │ │ ├── 1021.phpt
│ │ │ │ │ ├── 523
│ │ │ │ │ │ └── Issue523Test.php
│ │ │ │ │ ├── 523.phpt
│ │ │ │ │ ├── 578
│ │ │ │ │ │ └── Issue578Test.php
│ │ │ │ │ ├── 578.phpt
│ │ │ │ │ ├── 684
│ │ │ │ │ │ └── Issue684Test.php
│ │ │ │ │ ├── 684.phpt
│ │ │ │ │ ├── 783
│ │ │ │ │ │ ├── ChildSuite.php
│ │ │ │ │ │ ├── OneTest.php
│ │ │ │ │ │ ├── ParentSuite.php
│ │ │ │ │ │ └── TwoTest.php
│ │ │ │ │ └── 783.phpt
│ │ │ │ ├── Runner
│ │ │ │ │ └── BaseTestRunnerTest.php
│ │ │ │ ├── TextUI
│ │ │ │ │ ├── abstract-test-class.phpt
│ │ │ │ │ ├── colors-always.phpt
│ │ │ │ │ ├── concrete-test-class.phpt
│ │ │ │ │ ├── custom-printer-debug.phpt
│ │ │ │ │ ├── custom-printer-verbose.phpt
│ │ │ │ │ ├── dataprovider-debug.phpt
│ │ │ │ │ ├── dataprovider-log-xml-isolation.phpt
│ │ │ │ │ ├── dataprovider-log-xml.phpt
│ │ │ │ │ ├── dataprovider-testdox.phpt
│ │ │ │ │ ├── debug.phpt
│ │ │ │ │ ├── default-isolation.phpt
│ │ │ │ │ ├── default.phpt
│ │ │ │ │ ├── dependencies2-isolation.phpt
│ │ │ │ │ ├── dependencies2.phpt
│ │ │ │ │ ├── dependencies3-isolation.phpt
│ │ │ │ │ ├── dependencies3.phpt
│ │ │ │ │ ├── dependencies-isolation.phpt
│ │ │ │ │ ├── dependencies.phpt
│ │ │ │ │ ├── empty-testcase.phpt
│ │ │ │ │ ├── exception-stack.phpt
│ │ │ │ │ ├── exclude-group-isolation.phpt
│ │ │ │ │ ├── exclude-group.phpt
│ │ │ │ │ ├── failure-isolation.phpt
│ │ │ │ │ ├── failure.phpt
│ │ │ │ │ ├── fatal-isolation.phpt
│ │ │ │ │ ├── filter-class-isolation.phpt
│ │ │ │ │ ├── filter-class.phpt
│ │ │ │ │ ├── filter-dataprovider-by-classname-and-range-isolation.phpt
│ │ │ │ │ ├── filter-dataprovider-by-classname-and-range.phpt
│ │ │ │ │ ├── filter-dataprovider-by-number-isolation.phpt
│ │ │ │ │ ├── filter-dataprovider-by-number.phpt
│ │ │ │ │ ├── filter-dataprovider-by-only-range-isolation.phpt
│ │ │ │ │ ├── filter-dataprovider-by-only-range.phpt
│ │ │ │ │ ├── filter-dataprovider-by-only-regexp-isolation.phpt
│ │ │ │ │ ├── filter-dataprovider-by-only-regexp.phpt
│ │ │ │ │ ├── filter-dataprovider-by-only-string-isolation.phpt
│ │ │ │ │ ├── filter-dataprovider-by-only-string.phpt
│ │ │ │ │ ├── filter-dataprovider-by-range-isolation.phpt
│ │ │ │ │ ├── filter-dataprovider-by-range.phpt
│ │ │ │ │ ├── filter-dataprovider-by-regexp-isolation.phpt
│ │ │ │ │ ├── filter-dataprovider-by-regexp.phpt
│ │ │ │ │ ├── filter-dataprovider-by-string-isolation.phpt
│ │ │ │ │ ├── filter-dataprovider-by-string.phpt
│ │ │ │ │ ├── filter-method-case-insensitive.phpt
│ │ │ │ │ ├── filter-method-case-sensitive-no-result.phpt
│ │ │ │ │ ├── filter-method-isolation.phpt
│ │ │ │ │ ├── filter-method.phpt
│ │ │ │ │ ├── filter-no-results.phpt
│ │ │ │ │ ├── group-isolation.phpt
│ │ │ │ │ ├── group.phpt
│ │ │ │ │ ├── help2.phpt
│ │ │ │ │ ├── help.phpt
│ │ │ │ │ ├── ini-isolation.phpt
│ │ │ │ │ ├── list-groups.phpt
│ │ │ │ │ ├── log-json-no-pretty-print.phpt
│ │ │ │ │ ├── log-json-post-66021.phpt
│ │ │ │ │ ├── log-json-pre-66021.phpt
│ │ │ │ │ ├── log-junit.phpt
│ │ │ │ │ ├── log-tap.phpt
│ │ │ │ │ ├── options-after-arguments.phpt
│ │ │ │ │ ├── output-isolation.phpt
│ │ │ │ │ ├── repeat.phpt
│ │ │ │ │ ├── report-useless-tests-incomplete.phpt
│ │ │ │ │ ├── report-useless-tests-isolation.phpt
│ │ │ │ │ ├── report-useless-tests.phpt
│ │ │ │ │ ├── tap.phpt
│ │ │ │ │ ├── testdox-html.phpt
│ │ │ │ │ ├── testdox.phpt
│ │ │ │ │ ├── testdox-text.phpt
│ │ │ │ │ ├── test-suffix-multiple.phpt
│ │ │ │ │ └── test-suffix-single.phpt
│ │ │ │ └── Util
│ │ │ │ ├── ConfigurationTest.php
│ │ │ │ ├── GetoptTest.php
│ │ │ │ ├── GlobalStateTest.php
│ │ │ │ ├── RegexTest.php
│ │ │ │ ├── TestDox
│ │ │ │ │ └── NamePrettifierTest.php
│ │ │ │ ├── TestTest.php
│ │ │ │ └── XMLTest.php
│ │ │ ├── phpunit-mock-objects
│ │ │ │ ├── build
│ │ │ │ │ └── travis-ci.xml
│ │ │ │ ├── build.xml
│ │ │ │ ├── composer.json
│ │ │ │ ├── CONTRIBUTING.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── phpunit.xml.dist
│ │ │ │ ├── README.md
│ │ │ │ ├── src
│ │ │ │ │ └── Framework
│ │ │ │ │ └── MockObject
│ │ │ │ │ ├── Builder
│ │ │ │ │ │ ├── Identity.php
│ │ │ │ │ │ ├── InvocationMocker.php
│ │ │ │ │ │ ├── Match.php
│ │ │ │ │ │ ├── MethodNameMatch.php
│ │ │ │ │ │ ├── Namespace.php
│ │ │ │ │ │ ├── ParametersMatch.php
│ │ │ │ │ │ └── Stub.php
│ │ │ │ │ ├── Exception
│ │ │ │ │ │ ├── BadMethodCallException.php
│ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ └── RuntimeException.php
│ │ │ │ │ ├── Generator
│ │ │ │ │ │ ├── mocked_class_method.tpl.dist
│ │ │ │ │ │ ├── mocked_class.tpl.dist
│ │ │ │ │ │ ├── mocked_clone.tpl.dist
│ │ │ │ │ │ ├── mocked_method.tpl.dist
│ │ │ │ │ │ ├── mocked_static_method.tpl.dist
│ │ │ │ │ │ ├── proxied_method.tpl.dist
│ │ │ │ │ │ ├── trait_class.tpl.dist
│ │ │ │ │ │ ├── unmocked_clone.tpl.dist
│ │ │ │ │ │ ├── wsdl_class.tpl.dist
│ │ │ │ │ │ └── wsdl_method.tpl.dist
│ │ │ │ │ ├── Generator.php
│ │ │ │ │ ├── Invocation
│ │ │ │ │ │ ├── Object.php
│ │ │ │ │ │ └── Static.php
│ │ │ │ │ ├── InvocationMocker.php
│ │ │ │ │ ├── Invocation.php
│ │ │ │ │ ├── Invokable.php
│ │ │ │ │ ├── Matcher
│ │ │ │ │ │ ├── AnyInvokedCount.php
│ │ │ │ │ │ ├── AnyParameters.php
│ │ │ │ │ │ ├── ConsecutiveParameters.php
│ │ │ │ │ │ ├── Invocation.php
│ │ │ │ │ │ ├── InvokedAtIndex.php
│ │ │ │ │ │ ├── InvokedAtLeastCount.php
│ │ │ │ │ │ ├── InvokedAtLeastOnce.php
│ │ │ │ │ │ ├── InvokedAtMostCount.php
│ │ │ │ │ │ ├── InvokedCount.php
│ │ │ │ │ │ ├── InvokedRecorder.php
│ │ │ │ │ │ ├── MethodName.php
│ │ │ │ │ │ ├── Parameters.php
│ │ │ │ │ │ └── StatelessInvocation.php
│ │ │ │ │ ├── Matcher.php
│ │ │ │ │ ├── MockBuilder.php
│ │ │ │ │ ├── MockObject.php
│ │ │ │ │ ├── Stub
│ │ │ │ │ │ ├── ConsecutiveCalls.php
│ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ ├── MatcherCollection.php
│ │ │ │ │ │ ├── ReturnArgument.php
│ │ │ │ │ │ ├── ReturnCallback.php
│ │ │ │ │ │ ├── Return.php
│ │ │ │ │ │ ├── ReturnSelf.php
│ │ │ │ │ │ └── ReturnValueMap.php
│ │ │ │ │ ├── Stub.php
│ │ │ │ │ └── Verifiable.php
│ │ │ │ └── tests
│ │ │ │ ├── bootstrap.php
│ │ │ │ ├── _fixture
│ │ │ │ │ ├── AbstractMockTestClass.php
│ │ │ │ │ ├── AbstractTrait.php
│ │ │ │ │ ├── AnInterface.php
│ │ │ │ │ ├── AnotherInterface.php
│ │ │ │ │ ├── Bar.php
│ │ │ │ │ ├── ClassThatImplementsSerializable.php
│ │ │ │ │ ├── ClassWithStaticMethod.php
│ │ │ │ │ ├── Foo.php
│ │ │ │ │ ├── FunctionCallback.php
│ │ │ │ │ ├── GoogleSearch.wsdl
│ │ │ │ │ ├── InterfaceWithStaticMethod.php
│ │ │ │ │ ├── MethodCallbackByReference.php
│ │ │ │ │ ├── MethodCallback.php
│ │ │ │ │ ├── Mockable.php
│ │ │ │ │ ├── MockTestInterface.php
│ │ │ │ │ ├── PartialMockTestClass.php
│ │ │ │ │ ├── SingletonClass.php
│ │ │ │ │ ├── SomeClass.php
│ │ │ │ │ ├── StaticMockTestClass.php
│ │ │ │ │ └── TraversableMockTestInterface.php
│ │ │ │ ├── GeneratorTest.php
│ │ │ │ ├── MockBuilderTest.php
│ │ │ │ ├── MockObject
│ │ │ │ │ ├── 232.phpt
│ │ │ │ │ ├── abstract_class.phpt
│ │ │ │ │ ├── class_call_parent_clone.phpt
│ │ │ │ │ ├── class_call_parent_constructor.phpt
│ │ │ │ │ ├── class_dont_call_parent_clone.phpt
│ │ │ │ │ ├── class_dont_call_parent_constructor.phpt
│ │ │ │ │ ├── class_implementing_interface_call_parent_constructor.phpt
│ │ │ │ │ ├── class_implementing_interface_dont_call_parent_constructor.phpt
│ │ │ │ │ ├── class_partial.phpt
│ │ │ │ │ ├── class.phpt
│ │ │ │ │ ├── class_with_method_named_method.phpt
│ │ │ │ │ ├── class_with_method_with_variadic_arguments.phpt
│ │ │ │ │ ├── interface.phpt
│ │ │ │ │ ├── Invocation
│ │ │ │ │ │ ├── ObjectTest.php
│ │ │ │ │ │ └── StaticTest.php
│ │ │ │ │ ├── invocation_object_clone_object.phpt
│ │ │ │ │ ├── Matcher
│ │ │ │ │ │ └── ConsecutiveParametersTest.php
│ │ │ │ │ ├── namespaced_class_call_parent_clone.phpt
│ │ │ │ │ ├── namespaced_class_call_parent_constructor.phpt
│ │ │ │ │ ├── namespaced_class_dont_call_parent_clone.phpt
│ │ │ │ │ ├── namespaced_class_dont_call_parent_constructor.phpt
│ │ │ │ │ ├── namespaced_class_implementing_interface_call_parent_constructor.phpt
│ │ │ │ │ ├── namespaced_class_implementing_interface_dont_call_parent_constructor.phpt
│ │ │ │ │ ├── namespaced_class_partial.phpt
│ │ │ │ │ ├── namespaced_class.phpt
│ │ │ │ │ ├── namespaced_interface.phpt
│ │ │ │ │ ├── nonexistent_class.phpt
│ │ │ │ │ ├── nonexistent_class_with_namespace.phpt
│ │ │ │ │ ├── nonexistent_class_with_namespace_starting_with_separator.phpt
│ │ │ │ │ ├── proxy.phpt
│ │ │ │ │ ├── scalar_type_declarations.phpt
│ │ │ │ │ ├── wsdl_class_namespace.phpt
│ │ │ │ │ ├── wsdl_class_partial.phpt
│ │ │ │ │ └── wsdl_class.phpt
│ │ │ │ ├── MockObjectTest.php
│ │ │ │ └── ProxyObjectTest.php
│ │ │ ├── 不会安装或安装不好支持有偿服务.url
│ │ │ ├── 分享源码赚金币,金币任意下载全站资源.url
│ │ │ ├── 商业源码、网站源码、棋牌源码、时时彩源码下载.url
│ │ │ ├── 开源之家、源码安装寄语、务必观看.url
│ │ │ ├── 源码说明_.txt
│ │ │ └── 购买VPS,云主机到站长云,秒开通,无需联系客服.url
│ │ ├── sebastian
│ │ │ ├── comparator
│ │ │ │ ├── build
│ │ │ │ │ └── travis-ci.xml
│ │ │ │ ├── build.xml
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE
│ │ │ │ ├── phpunit.xml.dist
│ │ │ │ ├── README.md
│ │ │ │ ├── src
│ │ │ │ │ ├── ArrayComparator.php
│ │ │ │ │ ├── Comparator.php
│ │ │ │ │ ├── ComparisonFailure.php
│ │ │ │ │ ├── DateTimeComparator.php
│ │ │ │ │ ├── DOMNodeComparator.php
│ │ │ │ │ ├── DoubleComparator.php
│ │ │ │ │ ├── ExceptionComparator.php
│ │ │ │ │ ├── Factory.php
│ │ │ │ │ ├── MockObjectComparator.php
│ │ │ │ │ ├── NumericComparator.php
│ │ │ │ │ ├── ObjectComparator.php
│ │ │ │ │ ├── ResourceComparator.php
│ │ │ │ │ ├── ScalarComparator.php
│ │ │ │ │ ├── SplObjectStorageComparator.php
│ │ │ │ │ └── TypeComparator.php
│ │ │ │ └── tests
│ │ │ │ ├── ArrayComparatorTest.php
│ │ │ │ ├── autoload.php
│ │ │ │ ├── bootstrap.php
│ │ │ │ ├── DateTimeComparatorTest.php
│ │ │ │ ├── DOMNodeComparatorTest.php
│ │ │ │ ├── DoubleComparatorTest.php
│ │ │ │ ├── ExceptionComparatorTest.php
│ │ │ │ ├── FactoryTest.php
│ │ │ │ ├── _files
│ │ │ │ │ ├── Author.php
│ │ │ │ │ ├── Book.php
│ │ │ │ │ ├── ClassWithToString.php
│ │ │ │ │ ├── SampleClass.php
│ │ │ │ │ ├── Struct.php
│ │ │ │ │ ├── TestClassComparator.php
│ │ │ │ │ └── TestClass.php
│ │ │ │ ├── MockObjectComparatorTest.php
│ │ │ │ ├── NumericComparatorTest.php
│ │ │ │ ├── ObjectComparatorTest.php
│ │ │ │ ├── ResourceComparatorTest.php
│ │ │ │ ├── ScalarComparatorTest.php
│ │ │ │ ├── SplObjectStorageComparatorTest.php
│ │ │ │ └── TypeComparatorTest.php
│ │ │ ├── diff
│ │ │ │ ├── build.xml
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE
│ │ │ │ ├── phpunit.xml
│ │ │ │ ├── README.md
│ │ │ │ ├── src
│ │ │ │ │ ├── Chunk.php
│ │ │ │ │ ├── Differ.php
│ │ │ │ │ ├── Diff.php
│ │ │ │ │ ├── LCS
│ │ │ │ │ │ ├── LongestCommonSubsequence.php
│ │ │ │ │ │ ├── MemoryEfficientLongestCommonSubsequenceImplementation.php
│ │ │ │ │ │ └── TimeEfficientLongestCommonSubsequenceImplementation.php
│ │ │ │ │ ├── Line.php
│ │ │ │ │ └── Parser.php
│ │ │ │ └── tests
│ │ │ │ ├── ChunkTest.php
│ │ │ │ ├── DifferTest.php
│ │ │ │ ├── DiffTest.php
│ │ │ │ ├── fixtures
│ │ │ │ │ ├── patch2.txt
│ │ │ │ │ └── patch.txt
│ │ │ │ ├── LCS
│ │ │ │ │ ├── LongestCommonSubsequenceTest.php
│ │ │ │ │ ├── MemoryEfficientImplementationTest.php
│ │ │ │ │ └── TimeEfficientImplementationTest.php
│ │ │ │ ├── LineTest.php
│ │ │ │ └── ParserTest.php
│ │ │ ├── environment
│ │ │ │ ├── build.xml
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE
│ │ │ │ ├── phpunit.xml
│ │ │ │ ├── README.md
│ │ │ │ ├── src
│ │ │ │ │ ├── Console.php
│ │ │ │ │ └── Runtime.php
│ │ │ │ └── tests
│ │ │ │ ├── ConsoleTest.php
│ │ │ │ └── RuntimeTest.php
│ │ │ ├── exporter
│ │ │ │ ├── build.xml
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE
│ │ │ │ ├── phpunit.xml.dist
│ │ │ │ ├── README.md
│ │ │ │ ├── src
│ │ │ │ │ └── Exporter.php
│ │ │ │ └── tests
│ │ │ │ └── ExporterTest.php
│ │ │ ├── global-state
│ │ │ │ ├── build.xml
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE
│ │ │ │ ├── phpunit.xml.dist
│ │ │ │ ├── README.md
│ │ │ │ ├── src
│ │ │ │ │ ├── Blacklist.php
│ │ │ │ │ ├── CodeExporter.php
│ │ │ │ │ ├── Exception.php
│ │ │ │ │ ├── Restorer.php
│ │ │ │ │ ├── RuntimeException.php
│ │ │ │ │ └── Snapshot.php
│ │ │ │ └── tests
│ │ │ │ ├── BlacklistTest.php
│ │ │ │ ├── _fixture
│ │ │ │ │ ├── BlacklistedChildClass.php
│ │ │ │ │ ├── BlacklistedClass.php
│ │ │ │ │ ├── BlacklistedImplementor.php
│ │ │ │ │ ├── BlacklistedInterface.php
│ │ │ │ │ ├── SnapshotClass.php
│ │ │ │ │ ├── SnapshotDomDocument.php
│ │ │ │ │ ├── SnapshotFunctions.php
│ │ │ │ │ └── SnapshotTrait.php
│ │ │ │ └── SnapshotTest.php
│ │ │ ├── recursion-context
│ │ │ │ ├── build.xml
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE
│ │ │ │ ├── phpunit.xml.dist
│ │ │ │ ├── README.md
│ │ │ │ ├── src
│ │ │ │ │ ├── Context.php
│ │ │ │ │ ├── Exception.php
│ │ │ │ │ └── InvalidArgumentException.php
│ │ │ │ └── tests
│ │ │ │ └── ContextTest.php
│ │ │ └── version
│ │ │ ├── composer.json
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ └── src
│ │ │ └── Version.php
│ │ ├── symfony
│ │ │ ├── 12358.png
│ │ │ ├── dom-crawler
│ │ │ │ ├── CHANGELOG.md
│ │ │ │ ├── composer.json
│ │ │ │ ├── Crawler.php
│ │ │ │ ├── Field
│ │ │ │ │ ├── ChoiceFormField.php
│ │ │ │ │ ├── FileFormField.php
│ │ │ │ │ ├── FormField.php
│ │ │ │ │ ├── InputFormField.php
│ │ │ │ │ └── TextareaFormField.php
│ │ │ │ ├── FormFieldRegistry.php
│ │ │ │ ├── Form.php
│ │ │ │ ├── LICENSE
│ │ │ │ ├── Link.php
│ │ │ │ ├── phpunit.xml.dist
│ │ │ │ ├── README.md
│ │ │ │ └── Tests
│ │ │ │ ├── CrawlerTest.php
│ │ │ │ ├── Field
│ │ │ │ │ ├── ChoiceFormFieldTest.php
│ │ │ │ │ ├── FileFormFieldTest.php
│ │ │ │ │ ├── FormFieldTestCase.php
│ │ │ │ │ ├── FormFieldTest.php
│ │ │ │ │ ├── InputFormFieldTest.php
│ │ │ │ │ └── TextareaFormFieldTest.php
│ │ │ │ ├── Fixtures
│ │ │ │ │ ├── no-extension
│ │ │ │ │ └── windows-1250.html
│ │ │ │ ├── FormTest.php
│ │ │ │ └── LinkTest.php
│ │ │ ├── logo2.png
│ │ │ ├── polyfill-mbstring
│ │ │ │ ├── bootstrap.php
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE
│ │ │ │ ├── Mbstring.php
│ │ │ │ ├── README.md
│ │ │ │ └── Resources
│ │ │ │ └── unidata
│ │ │ │ ├── lowerCase.php
│ │ │ │ └── upperCase.php
│ │ │ ├── yaml
│ │ │ │ ├── CHANGELOG.md
│ │ │ │ ├── Command
│ │ │ │ │ └── LintCommand.php
│ │ │ │ ├── composer.json
│ │ │ │ ├── Dumper.php
│ │ │ │ ├── Escaper.php
│ │ │ │ ├── Exception
│ │ │ │ │ ├── DumpException.php
│ │ │ │ │ ├── ExceptionInterface.php
│ │ │ │ │ ├── ParseException.php
│ │ │ │ │ └── RuntimeException.php
│ │ │ │ ├── Inline.php
│ │ │ │ ├── LICENSE
│ │ │ │ ├── Parser.php
│ │ │ │ ├── phpunit.xml.dist
│ │ │ │ ├── README.md
│ │ │ │ ├── Tag
│ │ │ │ │ └── TaggedValue.php
│ │ │ │ ├── Tests
│ │ │ │ │ ├── Command
│ │ │ │ │ │ └── LintCommandTest.php
│ │ │ │ │ ├── DumperTest.php
│ │ │ │ │ ├── Fixtures
│ │ │ │ │ │ ├── arrow.gif
│ │ │ │ │ │ ├── booleanMappingKeys.yml
│ │ │ │ │ │ ├── embededPhp.yml
│ │ │ │ │ │ ├── escapedCharacters.yml
│ │ │ │ │ │ ├── index.yml
│ │ │ │ │ │ ├── legacyBooleanMappingKeys.yml
│ │ │ │ │ │ ├── legacyNonStringKeys.yml
│ │ │ │ │ │ ├── legacyNullMappingKey.yml
│ │ │ │ │ │ ├── multiple_lines_as_literal_block.yml
│ │ │ │ │ │ ├── nonStringKeys.yml
│ │ │ │ │ │ ├── nullMappingKey.yml
│ │ │ │ │ │ ├── numericMappingKeys.yml
│ │ │ │ │ │ ├── sfComments.yml
│ │ │ │ │ │ ├── sfCompact.yml
│ │ │ │ │ │ ├── sfMergeKey.yml
│ │ │ │ │ │ ├── sfObjects.yml
│ │ │ │ │ │ ├── sfQuotes.yml
│ │ │ │ │ │ ├── sfTests.yml
│ │ │ │ │ │ ├── unindentedCollections.yml
│ │ │ │ │ │ ├── YtsAnchorAlias.yml
│ │ │ │ │ │ ├── YtsBasicTests.yml
│ │ │ │ │ │ ├── YtsBlockMapping.yml
│ │ │ │ │ │ ├── YtsDocumentSeparator.yml
│ │ │ │ │ │ ├── YtsErrorTests.yml
│ │ │ │ │ │ ├── YtsFlowCollections.yml
│ │ │ │ │ │ ├── YtsFoldedScalars.yml
│ │ │ │ │ │ ├── YtsNullsAndEmpties.yml
│ │ │ │ │ │ ├── YtsSpecificationExamples.yml
│ │ │ │ │ │ └── YtsTypeTransfers.yml
│ │ │ │ │ ├── InlineTest.php
│ │ │ │ │ ├── ParseExceptionTest.php
│ │ │ │ │ ├── ParserTest.php
│ │ │ │ │ └── YamlTest.php
│ │ │ │ ├── Unescaper.php
│ │ │ │ └── Yaml.php
│ │ │ ├── 不会安装或安装不好支持有偿服务.url
│ │ │ ├── 分享源码赚金币,金币任意下载全站资源.url
│ │ │ ├── 商业源码、网站源码、棋牌源码、时时彩源码下载.url
│ │ │ ├── 开源之家、源码安装寄语、务必观看.url
│ │ │ ├── 源码说明_.txt
│ │ │ └── 购买VPS,云主机到站长云,秒开通,无需联系客服.url
│ │ ├── topthink
│ │ │ ├── think-angular
│ │ │ │ ├── composer.json
│ │ │ │ ├── drivers
│ │ │ │ │ └── thinkphp5
│ │ │ │ │ └── Angular.php
│ │ │ │ ├── README.md
│ │ │ │ ├── src
│ │ │ │ │ └── Angular.php
│ │ │ │ └── test
│ │ │ │ ├── blog.php
│ │ │ │ ├── cache
│ │ │ │ │ ├── 126ac9f6149081eb0e97c2e939eaad52.php
│ │ │ │ │ ├── 6a992d5529f459a44fee58c733255e86.php
│ │ │ │ │ ├── 6e2baaf3b97dbeef01c0043275f9a0e7.php
│ │ │ │ │ └── ed09636a6ea24a292460866afdd7a89a.php
│ │ │ │ ├── common.php
│ │ │ │ ├── data
│ │ │ │ │ ├── blog_category.php
│ │ │ │ │ ├── blog_list.php
│ │ │ │ │ ├── navs.php
│ │ │ │ │ ├── pic_category.php
│ │ │ │ │ └── pic_list.php
│ │ │ │ ├── index.php
│ │ │ │ ├── msg.php
│ │ │ │ ├── pic.php
│ │ │ │ └── view
│ │ │ │ ├── base.html
│ │ │ │ ├── blog.html
│ │ │ │ ├── index.html
│ │ │ │ ├── msg.html
│ │ │ │ ├── page.html
│ │ │ │ └── pic.html
│ │ │ ├── think-captcha
│ │ │ │ ├── assets
│ │ │ │ │ ├── bgs
│ │ │ │ │ │ ├── 1.jpg
│ │ │ │ │ │ ├── 2.jpg
│ │ │ │ │ │ ├── 3.jpg
│ │ │ │ │ │ ├── 4.jpg
│ │ │ │ │ │ ├── 5.jpg
│ │ │ │ │ │ ├── 6.jpg
│ │ │ │ │ │ ├── 7.jpg
│ │ │ │ │ │ └── 8.jpg
│ │ │ │ │ ├── ttfs
│ │ │ │ │ │ ├── 1.ttf
│ │ │ │ │ │ ├── 2.ttf
│ │ │ │ │ │ ├── 3.ttf
│ │ │ │ │ │ ├── 4.ttf
│ │ │ │ │ │ ├── 5.ttf
│ │ │ │ │ │ └── 6.ttf
│ │ │ │ │ └── zhttfs
│ │ │ │ │ └── 1.ttf
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ └── src
│ │ │ │ ├── CaptchaController.php
│ │ │ │ ├── Captcha.php
│ │ │ │ └── helper.php
│ │ │ ├── think-helper
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ └── src
│ │ │ │ ├── Arr.php
│ │ │ │ ├── hash
│ │ │ │ │ ├── Bcrypt.php
│ │ │ │ │ └── Md5.php
│ │ │ │ ├── Hash.php
│ │ │ │ ├── helper.php
│ │ │ │ ├── Str.php
│ │ │ │ └── Time.php
│ │ │ ├── think-image
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE
│ │ │ │ ├── phpunit.xml
│ │ │ │ ├── README.md
│ │ │ │ ├── src
│ │ │ │ │ ├── image
│ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ └── gif
│ │ │ │ │ │ ├── Decoder.php
│ │ │ │ │ │ ├── Encoder.php
│ │ │ │ │ │ └── Gif.php
│ │ │ │ │ └── Image.php
│ │ │ │ └── tests
│ │ │ │ ├── autoload.php
│ │ │ │ ├── CropTest.php
│ │ │ │ ├── FlipTest.php
│ │ │ │ ├── images
│ │ │ │ │ ├── test.bmp
│ │ │ │ │ ├── test.gif
│ │ │ │ │ ├── test.jpg
│ │ │ │ │ ├── test.png
│ │ │ │ │ └── test.ttf
│ │ │ │ ├── InfoTest.php
│ │ │ │ ├── RotateTest.php
│ │ │ │ ├── TestCase.php
│ │ │ │ ├── TextTest.php
│ │ │ │ ├── ThumbTest.php
│ │ │ │ ├── tmp
│ │ │ │ └── WaterTest.php
│ │ │ ├── think-installer
│ │ │ │ ├── composer.json
│ │ │ │ └── src
│ │ │ │ ├── Plugin.php
│ │ │ │ ├── ThinkExtend.php
│ │ │ │ ├── ThinkFramework.php
│ │ │ │ └── ThinkTesting.php
│ │ │ ├── think-migration
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE
│ │ │ │ ├── phinx
│ │ │ │ │ ├── CHANGELOG.md
│ │ │ │ │ ├── CONTRIBUTING.md
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── src
│ │ │ │ │ └── Phinx
│ │ │ │ │ ├── Db
│ │ │ │ │ │ ├── Adapter
│ │ │ │ │ │ │ ├── AdapterFactory.php
│ │ │ │ │ │ │ ├── AdapterInterface.php
│ │ │ │ │ │ │ ├── AdapterWrapper.php
│ │ │ │ │ │ │ ├── MysqlAdapter.php
│ │ │ │ │ │ │ ├── PdoAdapter.php
│ │ │ │ │ │ │ ├── PostgresAdapter.php
│ │ │ │ │ │ │ ├── ProxyAdapter.php
│ │ │ │ │ │ │ ├── SQLiteAdapter.php
│ │ │ │ │ │ │ ├── SqlServerAdapter.php
│ │ │ │ │ │ │ ├── TablePrefixAdapter.php
│ │ │ │ │ │ │ └── WrapperInterface.php
│ │ │ │ │ │ ├── Table
│ │ │ │ │ │ │ ├── Column.php
│ │ │ │ │ │ │ ├── ForeignKey.php
│ │ │ │ │ │ │ └── Index.php
│ │ │ │ │ │ └── Table.php
│ │ │ │ │ ├── Migration
│ │ │ │ │ │ ├── AbstractMigration.php
│ │ │ │ │ │ ├── AbstractTemplateCreation.php
│ │ │ │ │ │ ├── CreationInterface.php
│ │ │ │ │ │ ├── IrreversibleMigrationException.php
│ │ │ │ │ │ ├── MigrationInterface.php
│ │ │ │ │ │ └── Migration.template.php.dist
│ │ │ │ │ ├── Seed
│ │ │ │ │ │ ├── AbstractSeed.php
│ │ │ │ │ │ ├── SeedInterface.php
│ │ │ │ │ │ └── Seed.template.php.dist
│ │ │ │ │ └── Util
│ │ │ │ │ └── Util.php
│ │ │ │ ├── README.md
│ │ │ │ └── src
│ │ │ │ ├── command
│ │ │ │ │ ├── migrate
│ │ │ │ │ │ ├── Breakpoint.php
│ │ │ │ │ │ ├── Create.php
│ │ │ │ │ │ ├── Rollback.php
│ │ │ │ │ │ ├── Run.php
│ │ │ │ │ │ └── Status.php
│ │ │ │ │ ├── Migrate.php
│ │ │ │ │ ├── seed
│ │ │ │ │ │ ├── Create.php
│ │ │ │ │ │ └── Run.php
│ │ │ │ │ ├── Seed.php
│ │ │ │ │ └── stubs
│ │ │ │ │ ├── migrate.stub
│ │ │ │ │ └── seed.stub
│ │ │ │ ├── Command.php
│ │ │ │ ├── config.php
│ │ │ │ ├── db
│ │ │ │ │ ├── Column.php
│ │ │ │ │ └── Table.php
│ │ │ │ ├── Migrator.php
│ │ │ │ └── Seeder.php
│ │ │ ├── think-mongo
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ └── src
│ │ │ │ ├── Builder.php
│ │ │ │ ├── Connection.php
│ │ │ │ └── Query.php
│ │ │ ├── think-queue
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ └── src
│ │ │ │ ├── common.php
│ │ │ │ ├── config.php
│ │ │ │ ├── queue
│ │ │ │ │ ├── CallQueuedHandler.php
│ │ │ │ │ ├── command
│ │ │ │ │ │ ├── Listen.php
│ │ │ │ │ │ ├── Restart.php
│ │ │ │ │ │ ├── Subscribe.php
│ │ │ │ │ │ └── Work.php
│ │ │ │ │ ├── connector
│ │ │ │ │ │ ├── Database.php
│ │ │ │ │ │ ├── Redis.php
│ │ │ │ │ │ ├── Sync.php
│ │ │ │ │ │ └── Topthink.php
│ │ │ │ │ ├── Connector.php
│ │ │ │ │ ├── job
│ │ │ │ │ │ ├── Database.php
│ │ │ │ │ │ ├── Redis.php
│ │ │ │ │ │ ├── Sync.php
│ │ │ │ │ │ └── Topthink.php
│ │ │ │ │ ├── Job.php
│ │ │ │ │ ├── Listener.php
│ │ │ │ │ ├── Queueable.php
│ │ │ │ │ ├── ShouldQueue.php
│ │ │ │ │ └── Worker.php
│ │ │ │ └── Queue.php
│ │ │ └── think-testing
│ │ │ ├── composer.json
│ │ │ ├── README.md
│ │ │ └── src
│ │ │ ├── ApplicationTrait.php
│ │ │ ├── AssertionsTrait.php
│ │ │ ├── command
│ │ │ │ └── Test.php
│ │ │ ├── config.php
│ │ │ ├── CrawlerTrait.php
│ │ │ ├── HttpException.php
│ │ │ ├── InteractsWithPages.php
│ │ │ └── TestCase.php
│ │ └── webmozart
│ │ └── assert
│ │ ├── appveyor.yml
│ │ ├── CHANGELOG.md
│ │ ├── composer.json
│ │ ├── LICENSE
│ │ ├── phpunit.xml.dist
│ │ ├── README.md
│ │ ├── src
│ │ │ └── Assert.php
│ │ └── tests
│ │ └── AssertTest.php
│ ├── web.config
│ └── www.zip
└── 安装说明.txt
524 directories, 3271 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论