实例介绍
借款H5源码,php+mysql 完整可以运营的版本!TP框架内核,方便您后期二开!
【实例截图】
【核心代码】
127.0.0.10
├── application
│ ├── admin
│ │ ├── controller
│ │ │ ├── Api.php
│ │ │ ├── Base.php
│ │ │ ├── Goods.php
│ │ │ ├── Index.php
│ │ │ ├── Login.php
│ │ │ ├── Order.php
│ │ │ ├── Price.php
│ │ │ ├── Setup.php
│ │ │ ├── System.php
│ │ │ └── User.php
│ │ └── view
│ │ ├── demo.html
│ │ ├── foot.html
│ │ ├── goods
│ │ │ ├── huishou.html
│ │ │ ├── proadd.html
│ │ │ ├── proclass.html
│ │ │ ├── prolist.html
│ │ │ └── risk.html
│ │ ├── head.html
│ │ ├── index
│ │ │ ├── contentadd.html
│ │ │ ├── contentclass.html
│ │ │ ├── contentlist.html
│ │ │ └── index.html
│ │ ├── login
│ │ │ └── login.html
│ │ ├── menu.html
│ │ ├── order
│ │ │ ├── myallot.html
│ │ │ ├── orderinfo.html
│ │ │ ├── orderlist.html
│ │ │ └── orderlog.html
│ │ ├── price
│ │ │ ├── allot.html
│ │ │ ├── duizhang.html
│ │ │ ├── myprice.html
│ │ │ ├── pricelist.html
│ │ │ └── yongjin.html
│ │ ├── setup
│ │ │ ├── addsetup.html
│ │ │ ├── deploy.html
│ │ │ ├── index.html
│ │ │ └── proportion.html
│ │ ├── system
│ │ │ ├── addrech.html
│ │ │ ├── adminadd.html
│ │ │ ├── adminlist.html
│ │ │ ├── banks.html
│ │ │ ├── dbbase.html
│ │ │ ├── homepic.html
│ │ │ ├── recharge.html
│ │ │ ├── setbasic.html
│ │ │ ├── setbasicinfo.html
│ │ │ └── setwx.html
│ │ └── user
│ │ ├── adminadd.html
│ │ ├── adminlist.html
│ │ ├── cash.html
│ │ ├── chongzhi.html
│ │ ├── myteam.html
│ │ ├── useradd.html
│ │ ├── userbalance.html
│ │ ├── userbank.html
│ │ ├── usercode.html
│ │ ├── userinfo.html
│ │ ├── userlist.html
│ │ ├── userprice.html
│ │ ├── vipuseradd.html
│ │ ├── vipuserbalance.html
│ │ ├── vipuserlist.html
│ │ └── yeji.html
│ ├── command.php
│ ├── common
│ │ └── taglib
│ │ └── Wp.php
│ ├── common.php
│ ├── config.php
│ ├── database.php
│ ├── extra
│ │ └── queue.php
│ ├── function.php
│ ├── index
│ │ ├── controller
│ │ │ ├── Api.php
│ │ │ ├── bakApi.php
│ │ │ ├── Base.php
│ │ │ ├── Goods.php
│ │ │ ├── Index.php
│ │ │ ├── Login.php
│ │ │ ├── Msm.php
│ │ │ ├── Order.php
│ │ │ ├── Pay.php
│ │ │ └── User.php
│ │ ├── lang
│ │ │ └── zh-cn.php
│ │ └── view
│ │ ├── goods
│ │ │ ├── goods.html
│ │ │ └── goods - │Ε.html
│ │ ├── head.html
│ │ ├── index
│ │ │ ├── index.html
│ │ │ └── index - │Ε.html
│ │ ├── login
│ │ │ ├── addpwd.html
│ │ │ ├── login.html
│ │ │ ├── register.html
│ │ │ └── respass.html
│ │ ├── order
│ │ │ └── hold.html
│ │ └── user
│ │ ├── cashlist.html
│ │ ├── ercode.html
│ │ ├── index11.html
│ │ ├── index.html
│ │ ├── index-old.html
│ │ ├── index - │Ε.html
│ │ ├── mcpay.html
│ │ └── reglist.html
│ ├── lang
│ │ └── zh-cn.php
│ ├── route.php
│ ├── tags.php
│ └── wxpay.php
├── codepay
│ ├── codepay_config.php
│ ├── codepay.php
│ ├── codepay.sql
│ ├── css
│ │ ├── fonts
│ │ │ ├── fontawesome-webfont.woff
│ │ │ └── fontawesome-webfont.woff2
│ │ ├── main.css
│ │ ├── userPay.css
│ │ ├── vendor.css
│ │ └── wechat_pay.css
│ ├── demo.php
│ ├── fonts
│ │ ├── fontawesome-webfont.woff
│ │ └── fontawesome-webfont.woff2
│ ├── img
│ │ ├── alipay.jpg
│ │ ├── mainIcon.png
│ │ ├── member-icon.png
│ │ ├── mobile.png
│ │ ├── mqq_logo.png
│ │ ├── no.png
│ │ ├── qqpay_ico.png
│ │ ├── qqpay.jpg
│ │ ├── use_1.png
│ │ ├── use_2.png
│ │ ├── use_3.png
│ │ ├── wave.png
│ │ ├── wechat-pay.png
│ │ ├── weixin.jpg
│ │ └── weixin-qrcode.1xf1oN.jpg
│ ├── includes
│ │ ├── M.class.php
│ │ └── MysqliDb.class.php
│ ├── index.php
│ ├── install.lock
│ ├── install.php
│ ├── js
│ │ ├── codepay_util.js
│ │ ├── html5shiv.min.js
│ │ ├── jquery-1.10.2.min.js
│ │ ├── json3.min.js
│ │ ├── notify.js
│ │ └── respond.min.js
│ ├── lib
│ │ ├── email.class.php
│ │ └── email.php
│ ├── mode.php
│ ├── notify.php
│ ├── online.php
│ ├── pay.php
│ ├── qr
│ │ ├── 1
│ │ │ └── 秃┞Κ娄+__う___txt
│ │ ├── 2
│ │ │ └── QQ娄+__う___txt
│ │ ├── 3
│ │ │ └── +箴+娄+__う___txt
│ │ └── +箴+3秃┞Κ1.txt
│ ├── qrcode.php
│ ├── return.php
│ ├── user.php
│ └── Ζ桅-__txt
├── databak
│ ├── 20181017214806.sql
│ ├── 20181019120832.sql
│ └── 20181025023212.sql
├── extend
│ ├── alidayu
│ │ ├── aliyun
│ │ │ └── AliyunClient.php
│ │ ├── Autoloader.php
│ │ ├── fileTest.php
│ │ ├── top
│ │ │ ├── ApplicationVar.php
│ │ │ ├── ClusterTopClient.php
│ │ │ ├── domain
│ │ │ │ ├── Area.php
│ │ │ │ ├── BizResult.php
│ │ │ │ ├── FcPartnerSmsDetailDto.php
│ │ │ │ ├── KfcSearchResult.php
│ │ │ │ ├── Result.php
│ │ │ │ ├── Subtask.php
│ │ │ │ └── Task.php
│ │ │ ├── httpdns.conf
│ │ │ ├── HttpdnsGetRequest.php
│ │ │ ├── request
│ │ │ │ ├── AlibabaAliqinFcFlowChargeProvinceRequest.php
│ │ │ │ ├── AlibabaAliqinFcFlowChargeRequest.php
│ │ │ │ ├── AlibabaAliqinFcFlowGradeRequest.php
│ │ │ │ ├── AlibabaAliqinFcFlowQueryRequest.php
│ │ │ │ ├── AlibabaAliqinFcSmsNumQueryRequest.php
│ │ │ │ ├── AlibabaAliqinFcSmsNumSendRequest.php
│ │ │ │ ├── AlibabaAliqinFcTtsNumSinglecallRequest.php
│ │ │ │ ├── AlibabaAliqinFcVoiceNumDoublecallRequest.php
│ │ │ │ ├── AlibabaAliqinFcVoiceNumSinglecallRequest.php
│ │ │ │ ├── AppipGetRequest.php
│ │ │ │ ├── AreasGetRequest.php
│ │ │ │ ├── HttpdnsGetRequest.php
│ │ │ │ ├── KfcKeywordSearchRequest.php
│ │ │ │ ├── TimeGetRequest.php
│ │ │ │ ├── TopatsResultGetRequest.php
│ │ │ │ ├── TopatsTaskDeleteRequest.php
│ │ │ │ ├── TopAuthTokenCreateRequest.php
│ │ │ │ ├── TopAuthTokenRefreshRequest.php
│ │ │ │ ├── TopIpoutGetRequest.php
│ │ │ │ └── TopSecretGetRequest.php
│ │ │ ├── RequestCheckUtil.php
│ │ │ ├── ResultSet.php
│ │ │ ├── SpiUtils.php
│ │ │ ├── TopClient.php
│ │ │ └── TopLogger.php
│ │ └── TopSdk.php
│ ├── alipay
│ │ ├── aop
│ │ │ ├── AlipayMobilePublicMultiMediaClient.php
│ │ │ ├── AlipayMobilePublicMultiMediaExecute.php
│ │ │ ├── AopClient.php
│ │ │ ├── AopEncrypt.php
│ │ │ ├── EncryptParseItem.php
│ │ │ ├── EncryptResponseData.php
│ │ │ ├── request
│ │ │ │ ├── AlipayAccountExrateAdviceAcceptRequest.php
│ │ │ │ ├── AlipayAccountExrateAllclientrateQueryRequest.php
│ │ │ │ ├── AlipayAccountExrateRatequeryRequest.php
│ │ │ │ ├── AlipayAcquireCancelRequest.php
│ │ │ │ ├── AlipayAcquireCloseRequest.php
│ │ │ │ ├── AlipayAcquireCreateandpayRequest.php
│ │ │ │ ├── AlipayAcquirePrecreateRequest.php
│ │ │ │ ├── AlipayAcquireQueryRequest.php
│ │ │ │ ├── AlipayAcquireRefundRequest.php
│ │ │ │ ├── AlipayAppTokenGetRequest.php
│ │ │ │ ├── AlipayAssetAccountBindRequest.php
│ │ │ │ ├── AlipayAssetAccountGetRequest.php
│ │ │ │ ├── AlipayAssetAccountUnbindRequest.php
│ │ │ │ ├── AlipayAssetPointBalanceQueryRequest.php
│ │ │ │ ├── AlipayAssetPointBudgetQueryRequest.php
│ │ │ │ ├── AlipayAssetPointOrderCreateRequest.php
│ │ │ │ ├── AlipayAssetPointOrderQueryRequest.php
│ │ │ │ ├── AlipayBossCsChannelQueryRequest.php
│ │ │ │ ├── AlipayBossProdArrangementOfflineQueryRequest.php
│ │ │ │ ├── AlipayCommerceCityfacilitatorCityQueryRequest.php
│ │ │ │ ├── AlipayCommerceCityfacilitatorDepositCancelRequest.php
│ │ │ │ ├── AlipayCommerceCityfacilitatorDepositConfirmRequest.php
│ │ │ │ ├── AlipayCommerceCityfacilitatorDepositQueryRequest.php
│ │ │ │ ├── AlipayCommerceCityfacilitatorFunctionQueryRequest.php
│ │ │ │ ├── AlipayCommerceCityfacilitatorScriptQueryRequest.php
│ │ │ │ ├── AlipayCommerceCityfacilitatorStationQueryRequest.php
│ │ │ │ ├── AlipayCommerceCityfacilitatorVoucherBatchqueryRequest.php
│ │ │ │ ├── AlipayCommerceCityfacilitatorVoucherCancelRequest.php
│ │ │ │ ├── AlipayCommerceCityfacilitatorVoucherConfirmRequest.php
│ │ │ │ ├── AlipayCommerceCityfacilitatorVoucherGenerateRequest.php
│ │ │ │ ├── AlipayCommerceCityfacilitatorVoucherQueryRequest.php
│ │ │ │ ├── AlipayCommerceCityfacilitatorVoucherRefundRequest.php
│ │ │ │ ├── AlipayCommerceCityfacilitatorVoucherUploadRequest.php
│ │ │ │ ├── AlipayCommerceEducateStudentinfoShareRequest.php
│ │ │ │ ├── AlipayCommerceMedicalCardQueryRequest.php
│ │ │ │ ├── AlipayCommerceMedicalInstcardBindRequest.php
│ │ │ │ ├── AlipayCommerceMedicalInstcardCreateandpayRequest.php
│ │ │ │ ├── AlipayCommerceTransportOfflinepayKeyQueryRequest.php
│ │ │ │ ├── AlipayCommerceTransportOfflinepayRecordVerifyRequest.php
│ │ │ │ ├── AlipayCommerceTransportOfflinepayUserblacklistQueryRequest.php
│ │ │ │ ├── AlipayDataBillDownloadurlGetRequest.php
│ │ │ │ ├── AlipayDataDataexchangeSfasdfRequest.php
│ │ │ │ ├── AlipayDataDataserviceBillDownloadurlQueryRequest.php
│ │ │ │ ├── AlipayDataDataserviceChinaremodelQueryRequest.php
│ │ │ │ ├── AlipayDataDataserviceCodeRecoRequest.php
│ │ │ │ ├── AlipayDataDataserviceSdfsdfRequest.php
│ │ │ │ ├── AlipayDataDataserviceUserlevelZrankGetRequest.php
│ │ │ │ ├── AlipayEbppBillAddRequest.php
│ │ │ │ ├── AlipayEbppBillBatchPayurlGetRequest.php
│ │ │ │ ├── AlipayEbppBillGetRequest.php
│ │ │ │ ├── AlipayEbppBillPayRequest.php
│ │ │ │ ├── AlipayEbppBillPayurlGetRequest.php
│ │ │ │ ├── AlipayEbppBillSearchRequest.php
│ │ │ │ ├── AlipayEbppMerchantConfigGetRequest.php
│ │ │ │ ├── AlipayEbppPdeductBillPayStatusRequest.php
│ │ │ │ ├── AlipayEbppPdeductPayRequest.php
│ │ │ │ ├── AlipayEbppPdeductSignAddRequest.php
│ │ │ │ ├── AlipayEbppPdeductSignCancelRequest.php
│ │ │ │ ├── AlipayEbppPdeductSignQueryRequest.php
│ │ │ │ ├── AlipayEbppPdeductSignValidateRequest.php
│ │ │ │ ├── AlipayEcapiprodCreditGetRequest.php
│ │ │ │ ├── AlipayEcapiprodDataPutRequest.php
│ │ │ │ ├── AlipayEcapiprodDrawndnContractGetRequest.php
│ │ │ │ ├── AlipayEcapiprodDrawndnDrawndnlistQueryRequest.php
│ │ │ │ ├── AlipayEcapiprodDrawndnFeerecordQueryRequest.php
│ │ │ │ ├── AlipayEcapiprodDrawndnLendingrecordQueryRequest.php
│ │ │ │ ├── AlipayEcapiprodDrawndnPaymentscheduleGetRequest.php
│ │ │ │ ├── AlipayEcapiprodDrawndnRepaymentrecordQueryRequest.php
│ │ │ │ ├── AlipayEcardEduPublicBindRequest.php
│ │ │ │ ├── AlipayEcoCplifeBillBatchUploadRequest.php
│ │ │ │ ├── AlipayEcoCplifeBillSyncRequest.php
│ │ │ │ ├── AlipayEcoCplifeNoticeDeleteRequest.php
│ │ │ │ ├── AlipayEcoCplifeNoticePublishRequest.php
│ │ │ │ ├── AlipayEcoCplifeRepairStatusUpdateRequest.php
│ │ │ │ ├── AlipayEcoCplifeResidentinfoDeleteRequest.php
│ │ │ │ ├── AlipayEcoCplifeResidentinfoUploadRequest.php
│ │ │ │ ├── AlipayEcoCplifeRoominfoDeleteRequest.php
│ │ │ │ ├── AlipayEcoCplifeRoominfoUploadRequest.php
│ │ │ │ ├── AlipayEcoCplifeRooominfoQueryRequest.php
│ │ │ │ ├── AlipayEcoCplifeUseridentityStatusUpdateRequest.php
│ │ │ │ ├── AlipayEcoMycarCarlibInfoPushRequest.php
│ │ │ │ ├── AlipayEcoMycarDataExternalQueryRequest.php
│ │ │ │ ├── AlipayEcoMycarDataExternalSendRequest.php
│ │ │ │ ├── AlipayEcoMycarDataserviceMaintainvehicleShareRequest.php
│ │ │ │ ├── AlipayEcoMycarDataserviceViolationinfoShareRequest.php
│ │ │ │ ├── AlipayEcoMycarMaintainDataUpdateRequest.php
│ │ │ │ ├── AlipayEcoMycarMaintainOrderCreateRequest.php
│ │ │ │ ├── AlipayEcoMycarMaintainOrderstatusUpdateRequest.php
│ │ │ │ ├── AlipayEcoMycarOrderRefundRequest.php
│ │ │ │ ├── AlipayEcoMycarOrderStatusQueryRequest.php
│ │ │ │ ├── AlipayEcoMycarParkingCardbarcodeCreateRequest.php
│ │ │ │ ├── AlipayEcoMycarParkingLotbarcodeCreateRequest.php
│ │ │ │ ├── AlipayEcoMycarParkingOrderstatusQueryRequest.php
│ │ │ │ ├── AlipayEcoMycarPromoTicketPushRequest.php
│ │ │ │ ├── AlipayEcoMycarPromoTicketSyncRequest.php
│ │ │ │ ├── AlipayEcoMycarPromoVoucherVerifyRequest.php
│ │ │ │ ├── AlipayEcoMycarTradeRefundRequest.php
│ │ │ │ ├── AlipayEcoMycarViolationCityPushRequest.php
│ │ │ │ ├── AlipayEcoMycarViolationInfoPushRequest.php
│ │ │ │ ├── AlipayEcoWelfareCodeSyncRequest.php
│ │ │ │ ├── AlipayExscUserCurrentsignGetRequest.php
│ │ │ │ ├── AlipayExscUserFirstfundinpourGetRequest.php
│ │ │ │ ├── AlipayExscUserFirstsignGetRequest.php
│ │ │ │ ├── AlipayFlashsalesStockSyncUpdateRequest.php
│ │ │ │ ├── AlipayFundAuthOperationCancelRequest.php
│ │ │ │ ├── AlipayFundAuthOperationDetailQueryRequest.php
│ │ │ │ ├── AlipayFundAuthOrderFreezeRequest.php
│ │ │ │ ├── AlipayFundAuthOrderUnfreezeRequest.php
│ │ │ │ ├── AlipayInsAutoCarSaveRequest.php
│ │ │ │ ├── AlipayInsSceneApplicationQueryRequest.php
│ │ │ │ ├── AlipayMappprodAccountBindingSyncRequest.php
│ │ │ │ ├── AlipayMarketingCampaignActivityOfflineCreateRequest.php
│ │ │ │ ├── AlipayMarketingCampaignActivityOfflineTriggerRequest.php
│ │ │ │ ├── AlipayMarketingCampaignCertCreateRequest.php
│ │ │ │ ├── AlipayMarketingCampaignDiscountBudgetAppendRequest.php
│ │ │ │ ├── AlipayMarketingCampaignDiscountBudgetCreateRequest.php
│ │ │ │ ├── AlipayMarketingCampaignDiscountBudgetQueryRequest.php
│ │ │ │ ├── AlipayMarketingCampaignDiscountOperateRequest.php
│ │ │ │ ├── AlipayMarketingCampaignDiscountQueryRequest.php
│ │ │ │ ├── AlipayMarketingCampaignDiscountStatusUpdateRequest.php
│ │ │ │ ├── AlipayMarketingCampaignDiscountWhitelistQueryRequest.php
│ │ │ │ ├── AlipayMarketingCampaignDiscountWhitelistUpdateRequest.php
│ │ │ │ ├── AlipayMarketingCampaignDrawcampCreateRequest.php
│ │ │ │ ├── AlipayMarketingCampaignDrawcampQueryRequest.php
│ │ │ │ ├── AlipayMarketingCampaignDrawcampStatusUpdateRequest.php
│ │ │ │ ├── AlipayMarketingCampaignDrawcampTriggerRequest.php
│ │ │ │ ├── AlipayMarketingCampaignDrawcampUpdateRequest.php
│ │ │ │ ├── AlipayMarketingCampaignDrawcampWhitelistCreateRequest.php
│ │ │ │ ├── AlipayMarketingCampaignPrizeAmountQueryRequest.php
│ │ │ │ ├── AlipayMarketingCardConsumeSyncRequest.php
│ │ │ │ ├── AlipayMarketingCardDeleteRequest.php
│ │ │ │ ├── AlipayMarketingCardOpenRequest.php
│ │ │ │ ├── AlipayMarketingCardQueryRequest.php
│ │ │ │ ├── AlipayMarketingCardTemplateCreateRequest.php
│ │ │ │ ├── AlipayMarketingCardTemplateModifyRequest.php
│ │ │ │ ├── AlipayMarketingCardTemplateQueryRequest.php
│ │ │ │ ├── AlipayMarketingCardUpdateRequest.php
│ │ │ │ ├── AlipayMarketingCdpAdvertiseCreateRequest.php
│ │ │ │ ├── AlipayMarketingCdpAdvertiseModifyRequest.php
│ │ │ │ ├── AlipayMarketingCdpAdvertiseOperateRequest.php
│ │ │ │ ├── AlipayMarketingCdpAdvertiseQueryRequest.php
│ │ │ │ ├── AlipayMarketingCdpAdvertiseReportQueryRequest.php
│ │ │ │ ├── AlipayMarketingCdpRecommendQueryRequest.php
│ │ │ │ ├── AlipayMdataTagGetRequest.php
│ │ │ │ ├── AlipayMemberCardDeletecardRequest.php
│ │ │ │ ├── AlipayMemberCardOpenRequest.php
│ │ │ │ ├── AlipayMemberCardQueryRequest.php
│ │ │ │ ├── AlipayMemberConsumeNotifyRequest.php
│ │ │ │ ├── AlipayMemberCouponQuerylistRequest.php
│ │ │ │ ├── AlipayMicropayOrderConfirmpayurlGetRequest.php
│ │ │ │ ├── AlipayMicropayOrderDirectPayRequest.php
│ │ │ │ ├── AlipayMicropayOrderFreezepayurlGetRequest.php
│ │ │ │ ├── AlipayMicropayOrderFreezeRequest.php
│ │ │ │ ├── AlipayMicropayOrderGetRequest.php
│ │ │ │ ├── AlipayMicropayOrderUnfreezeRequest.php
│ │ │ │ ├── AlipayMobileBeaconDeviceAddRequest.php
│ │ │ │ ├── AlipayMobileBeaconDeviceDeleteRequest.php
│ │ │ │ ├── AlipayMobileBeaconDeviceModifyRequest.php
│ │ │ │ ├── AlipayMobileBeaconDeviceQueryRequest.php
│ │ │ │ ├── AlipayMobileBeaconMessageSendRequest.php
│ │ │ │ ├── AlipayMobileBksigntokenVerifyRequest.php
│ │ │ │ ├── AlipayMobileCodeCreateRequest.php
│ │ │ │ ├── AlipayMobileCodeQueryRequest.php
│ │ │ │ ├── AlipayMobileDeviceinfoDynamicinfoAddRequest.php
│ │ │ │ ├── AlipayMobilePublicAccountAddRequest.php
│ │ │ │ ├── AlipayMobilePublicAccountDeleteRequest.php
│ │ │ │ ├── AlipayMobilePublicAccountQueryRequest.php
│ │ │ │ ├── AlipayMobilePublicAccountResetRequest.php
│ │ │ │ ├── AlipayMobilePublicAppinfoUpdateRequest.php
│ │ │ │ ├── AlipayMobilePublicContactFollowListRequest.php
│ │ │ │ ├── AlipayMobilePublicFollowListRequest.php
│ │ │ │ ├── AlipayMobilePublicGisGetRequest.php
│ │ │ │ ├── AlipayMobilePublicInfoModifyRequest.php
│ │ │ │ ├── AlipayMobilePublicInfoQueryRequest.php
│ │ │ │ ├── AlipayMobilePublicLabelAddRequest.php
│ │ │ │ ├── AlipayMobilePublicLabelDeleteRequest.php
│ │ │ │ ├── AlipayMobilePublicLabelQueryRequest.php
│ │ │ │ ├── AlipayMobilePublicLabelUpdateRequest.php
│ │ │ │ ├── AlipayMobilePublicLabelUserAddRequest.php
│ │ │ │ ├── AlipayMobilePublicLabelUserDeleteRequest.php
│ │ │ │ ├── AlipayMobilePublicLabelUserQueryRequest.php
│ │ │ │ ├── AlipayMobilePublicMenuAddRequest.php
│ │ │ │ ├── AlipayMobilePublicMenuDeleteRequest.php
│ │ │ │ ├── AlipayMobilePublicMenuGetRequest.php
│ │ │ │ ├── AlipayMobilePublicMenuQueryRequest.php
│ │ │ │ ├── AlipayMobilePublicMenuUpdateRequest.php
│ │ │ │ ├── AlipayMobilePublicMenuUserQueryRequest.php
│ │ │ │ ├── AlipayMobilePublicMenuUserUpdateRequest.php
│ │ │ │ ├── AlipayMobilePublicMessagebatchPushRequest.php
│ │ │ │ ├── AlipayMobilePublicMessageCustomSendRequest.php
│ │ │ │ ├── AlipayMobilePublicMessageLabelSendRequest.php
│ │ │ │ ├── AlipayMobilePublicMessagePushRequest.php
│ │ │ │ ├── AlipayMobilePublicMessageSingleSendRequest.php
│ │ │ │ ├── AlipayMobilePublicMessagespecifyPushRequest.php
│ │ │ │ ├── AlipayMobilePublicMessageTotalSendRequest.php
│ │ │ │ ├── AlipayMobilePublicMockListsmlistApiRequest.php
│ │ │ │ ├── AlipayMobilePublicQrcodeCreateRequest.php
│ │ │ │ ├── AlipayMobilePublicShortlinkCreateRequest.php
│ │ │ │ ├── AlipayMobilePublicStdMockListsmlistApiRequest.php
│ │ │ │ ├── AlipayMobilePublicTemplateMessageDeleteRequest.php
│ │ │ │ ├── AlipayMobilePublicTemplateMessageGetRequest.php
│ │ │ │ ├── AlipayMobilePublicTemplateMessageModifyRequest.php
│ │ │ │ ├── AlipayMobilePublicTemplateMessageQueryRequest.php
│ │ │ │ ├── AlipayMobileRecommendGetRequest.php
│ │ │ │ ├── AlipayMobileShakeUserQueryRequest.php
│ │ │ │ ├── AlipayMobileStdPublicAccountQueryRequest.php
│ │ │ │ ├── AlipayMobileStdPublicExpressUserQueryRequest.php
│ │ │ │ ├── AlipayMobileStdPublicFollowListRequest.php
│ │ │ │ ├── AlipayMobileStdPublicMenuQueryRequest.php
│ │ │ │ ├── AlipayMobileStdPublicMessageCustomSendRequest.php
│ │ │ │ ├── AlipayMpointprodBenefitDetailGetRequest.php
│ │ │ │ ├── AlipayMsaasMediarecogVoiceMediaaudioUploadRequest.php
│ │ │ │ ├── AlipayMsaasPromotionCpainfoCreateRequest.php
│ │ │ │ ├── AlipayOfflineMarketApplyorderBatchqueryRequest.php
│ │ │ │ ├── AlipayOfflineMarketingVoucherCodeUploadRequest.php
│ │ │ │ ├── AlipayOfflineMarketingVoucherCreateRequest.php
│ │ │ │ ├── AlipayOfflineMarketingVoucherModifyRequest.php
│ │ │ │ ├── AlipayOfflineMarketingVoucherOfflineRequest.php
│ │ │ │ ├── AlipayOfflineMarketingVoucherStatusQueryRequest.php
│ │ │ │ ├── AlipayOfflineMarketingVoucherUseRequest.php
│ │ │ │ ├── AlipayOfflineMarketItemCreateRequest.php
│ │ │ │ ├── AlipayOfflineMarketItemModifyRequest.php
│ │ │ │ ├── AlipayOfflineMarketItemStateRequest.php
│ │ │ │ ├── AlipayOfflineMarketLeadsBatchqueryRequest.php
│ │ │ │ ├── AlipayOfflineMarketLeadsClaimRequest.php
│ │ │ │ ├── AlipayOfflineMarketLeadsCreateRequest.php
│ │ │ │ ├── AlipayOfflineMarketLeadsModifyRequest.php
│ │ │ │ ├── AlipayOfflineMarketLeadsQrcodeQueryRequest.php
│ │ │ │ ├── AlipayOfflineMarketLeadsReleaseRequest.php
│ │ │ │ ├── AlipayOfflineMarketMcommentQueryRequest.php
│ │ │ │ ├── AlipayOfflineMarketProductBatchqueryRequest.php
│ │ │ │ ├── AlipayOfflineMarketProductQuerydetailRequest.php
│ │ │ │ ├── AlipayOfflineMarketProductUsedetailRequest.php
│ │ │ │ ├── AlipayOfflineMarketReportGetRequest.php
│ │ │ │ ├── AlipayOfflineMarketShopAlbumBindRequest.php
│ │ │ │ ├── AlipayOfflineMarketShopAlbumCreateRequest.php
│ │ │ │ ├── AlipayOfflineMarketShopAlbumDeleteRequest.php
│ │ │ │ ├── AlipayOfflineMarketShopAlbumModifyRequest.php
│ │ │ │ ├── AlipayOfflineMarketShopAlbumQueryRequest.php
│ │ │ │ ├── AlipayOfflineMarketShopAlbumUnbindRequest.php
│ │ │ │ ├── AlipayOfflineMarketShopApplyorderCancelRequest.php
│ │ │ │ ├── AlipayOfflineMarketShopAssignstaffRequest.php
│ │ │ │ ├── AlipayOfflineMarketShopBatchqueryRequest.php
│ │ │ │ ├── AlipayOfflineMarketShopCategoryQueryRequest.php
│ │ │ │ ├── AlipayOfflineMarketShopCreateRequest.php
│ │ │ │ ├── AlipayOfflineMarketShopDiscountQueryRequest.php
│ │ │ │ ├── AlipayOfflineMarketShopModifyRequest.php
│ │ │ │ ├── AlipayOfflineMarketShopPublicBindRequest.php
│ │ │ │ ├── AlipayOfflineMarketShopPublicUnbindRequest.php
│ │ │ │ ├── AlipayOfflineMarketShopQuerydetailRequest.php
│ │ │ │ ├── AlipayOfflineMarketShopSummaryBatchqueryRequest.php
│ │ │ │ ├── AlipayOfflineMaterialImageDownloadRequest.php
│ │ │ │ ├── AlipayOfflineMaterialImageModifyRequest.php
│ │ │ │ ├── AlipayOfflineMaterialImageQueryRequest.php
│ │ │ │ ├── AlipayOfflineMaterialImageUploadRequest.php
│ │ │ │ ├── AlipayOfflineProviderDishQueryRequest.php
│ │ │ │ ├── AlipayOfflineProviderEquipmentAuthQuerybypageRequest.php
│ │ │ │ ├── AlipayOfflineProviderEquipmentAuthRemoveRequest.php
│ │ │ │ ├── AlipayOfflineProviderMonitorLogSyncRequest.php
│ │ │ │ ├── AlipayOfflineProviderQuerystaffRequest.php
│ │ │ │ ├── AlipayOfflineProviderShopactionRecordRequest.php
│ │ │ │ ├── AlipayOfflineProviderStaffUpdateRequest.php
│ │ │ │ ├── AlipayOfflineProviderUseractionRecordRequest.php
│ │ │ │ ├── AlipayOfflineSaleleadsClaimstatusRequest.php
│ │ │ │ ├── AlipayOfflineSaleleadsContractconfirmRequest.php
│ │ │ │ ├── AlipayOfflineSaleleadsInfoAddRequest.php
│ │ │ │ ├── AlipayOfflineSaleleadsInfoQuerybypageRequest.php
│ │ │ │ ├── AlipayOfflineSaleleadsMerchantEquipmentQueryRequest.php
│ │ │ │ ├── AlipayOfflineSaleleadsModifyRequest.php
│ │ │ │ ├── AlipayOfflineSaleleadsQuerybyidsRequest.php
│ │ │ │ ├── AlipayOpenAppCodetesttestRequest.php
│ │ │ │ ├── AlipayOpenAppPackagetestRequest.php
│ │ │ │ ├── AlipayOpenAuthIndustryPlatformCreateTokenRequest.php
│ │ │ │ ├── AlipayOpenAuthTokenAppQueryRequest.php
│ │ │ │ ├── AlipayOpenAuthTokenAppRequest.php
│ │ │ │ ├── AlipayOpenPublicAccountCreateRequest.php
│ │ │ │ ├── AlipayOpenPublicAccountDeleteRequest.php
│ │ │ │ ├── AlipayOpenPublicAccountQueryRequest.php
│ │ │ │ ├── AlipayOpenPublicAccountResetRequest.php
│ │ │ │ ├── AlipayOpenPublicContactFollowBatchqueryRequest.php
│ │ │ │ ├── AlipayOpenPublicFollowBatchqueryRequest.php
│ │ │ │ ├── AlipayOpenPublicGisQueryRequest.php
│ │ │ │ ├── AlipayOpenPublicInfoModifyRequest.php
│ │ │ │ ├── AlipayOpenPublicInfoQueryRequest.php
│ │ │ │ ├── AlipayOpenPublicLabelCreateRequest.php
│ │ │ │ ├── AlipayOpenPublicLabelDeleteRequest.php
│ │ │ │ ├── AlipayOpenPublicLabelModifyRequest.php
│ │ │ │ ├── AlipayOpenPublicLabelQueryRequest.php
│ │ │ │ ├── AlipayOpenPublicLabelUserCreateRequest.php
│ │ │ │ ├── AlipayOpenPublicLabelUserDeleteRequest.php
│ │ │ │ ├── AlipayOpenPublicLabelUserQueryRequest.php
│ │ │ │ ├── AlipayOpenPublicLifeAccountCreateRequest.php
│ │ │ │ ├── AlipayOpenPublicLifeMsgRecallRequest.php
│ │ │ │ ├── AlipayOpenPublicLifeMsgSendRequest.php
│ │ │ │ ├── AlipayOpenPublicMenuCreateRequest.php
│ │ │ │ ├── AlipayOpenPublicMenuModifyRequest.php
│ │ │ │ ├── AlipayOpenPublicMenuQueryRequest.php
│ │ │ │ ├── AlipayOpenPublicMessageCustomSendRequest.php
│ │ │ │ ├── AlipayOpenPublicMessageLabelSendRequest.php
│ │ │ │ ├── AlipayOpenPublicMessageSingleSendRequest.php
│ │ │ │ ├── AlipayOpenPublicMessageTotalSendRequest.php
│ │ │ │ ├── AlipayOpenPublicMultimediaDownloadProxyRequest.php
│ │ │ │ ├── AlipayOpenPublicPartnerMenuOperateRequest.php
│ │ │ │ ├── AlipayOpenPublicPartnerMenuQueryRequest.php
│ │ │ │ ├── AlipayOpenPublicPartnerSubscribeSyncRequest.php
│ │ │ │ ├── AlipayOpenPublicQrcodeCreateRequest.php
│ │ │ │ ├── AlipayOpenPublicShortlinkCreateRequest.php
│ │ │ │ ├── AlipayOpenPublicTemplateMessageGetRequest.php
│ │ │ │ ├── AlipayOpenPublicTemplateMessageIndustryModifyRequest.php
│ │ │ │ ├── AlipayOpenPublicThirdCustomerServiceRequest.php
│ │ │ │ ├── AlipayOpenServicemarketCommodityShopOfflineRequest.php
│ │ │ │ ├── AlipayOpenServicemarketCommodityShopOnlineRequest.php
│ │ │ │ ├── AlipayOpenServicemarketOrderAcceptRequest.php
│ │ │ │ ├── AlipayOpenServicemarketOrderItemCancelRequest.php
│ │ │ │ ├── AlipayOpenServicemarketOrderItemCompleteRequest.php
│ │ │ │ ├── AlipayOpenServicemarketOrderItemConfirmRequest.php
│ │ │ │ ├── AlipayOpenServicemarketOrderNotifyRequest.php
│ │ │ │ ├── AlipayOpenServicemarketOrderQueryRequest.php
│ │ │ │ ├── AlipayOpenServicemarketOrderRejectRequest.php
│ │ │ │ ├── AlipayOperatorMobileBindRequest.php
│ │ │ │ ├── AlipayPassCodeAddRequest.php
│ │ │ │ ├── AlipayPassCodeVerifyRequest.php
│ │ │ │ ├── AlipayPassFileAddRequest.php
│ │ │ │ ├── AlipayPassInstanceAddRequest.php
│ │ │ │ ├── AlipayPassInstanceUpdateRequest.php
│ │ │ │ ├── AlipayPassSyncAddRequest.php
│ │ │ │ ├── AlipayPassSyncUpdateRequest.php
│ │ │ │ ├── AlipayPassTemplateAddRequest.php
│ │ │ │ ├── AlipayPassTemplateUpdateRequest.php
│ │ │ │ ├── AlipayPassTplAddRequest.php
│ │ │ │ ├── AlipayPassTplContentAddRequest.php
│ │ │ │ ├── AlipayPassTplContentUpdateRequest.php
│ │ │ │ ├── AlipayPassTplUpdateRequest.php
│ │ │ │ ├── AlipayPassVerifyQueryRequest.php
│ │ │ │ ├── AlipayPcreditHuabeiPromoQueryRequest.php
│ │ │ │ ├── AlipayPcreditLoanApplyCreateRequest.php
│ │ │ │ ├── AlipayPcreditLoanRefundCreateRequest.php
│ │ │ │ ├── AlipayPlatformOpenidGetRequest.php
│ │ │ │ ├── AlipayPlatformUseridGetRequest.php
│ │ │ │ ├── AlipayPointBalanceGetRequest.php
│ │ │ │ ├── AlipayPointBudgetGetRequest.php
│ │ │ │ ├── AlipayPointOrderAddRequest.php
│ │ │ │ ├── AlipayPointOrderGetRequest.php
│ │ │ │ ├── AlipayPromorulecenterRuleAnalyzeRequest.php
│ │ │ │ ├── AlipaySecurityInfoAnalysisRequest.php
│ │ │ │ ├── AlipaySecurityProdAlipaySecurityProdTestRequest.php
│ │ │ │ ├── AlipaySecurityProdAmlriskQueryRequest.php
│ │ │ │ ├── AlipaySecurityProdFacerepoAddRequest.php
│ │ │ │ ├── AlipaySecurityProdFacerepoSearchRequest.php
│ │ │ │ ├── AlipaySecurityRiskDetectRequest.php
│ │ │ │ ├── AlipaySecurityRiskHideDeviceidQueryRequest.php
│ │ │ │ ├── AlipaySecurityRiskRainscoreQueryRequest.php
│ │ │ │ ├── AlipaySiteprobeDeviceInfoAddRequest.php
│ │ │ │ ├── AlipaySiteprobeDeviceInfoDeleteRequest.php
│ │ │ │ ├── AlipaySiteprobeDeviceInfoGetRequest.php
│ │ │ │ ├── AlipaySiteprobeDeviceInfoSearchRequest.php
│ │ │ │ ├── AlipaySiteprobeDeviceInfoUpdateRequest.php
│ │ │ │ ├── AlipaySiteprobeShopInfoAddRequest.php
│ │ │ │ ├── AlipaySiteprobeShopInfoDeleteRequest.php
│ │ │ │ ├── AlipaySiteprobeShopInfoGetRequest.php
│ │ │ │ ├── AlipaySiteprobeShopInfoUpdateRequest.php
│ │ │ │ ├── AlipaySiteprobeShopPublicBindRequest.php
│ │ │ │ ├── AlipaySiteprobeShopPublicUnbindRequest.php
│ │ │ │ ├── AlipaySiteprobeUserInfoGetRequest.php
│ │ │ │ ├── AlipaySystemOauthTokenRequest.php
│ │ │ │ ├── AlipayTradeAppPayRequest.php
│ │ │ │ ├── AlipayTradeCancelRequest.php
│ │ │ │ ├── AlipayTradeCloseRequest.php
│ │ │ │ ├── AlipayTradeCreateRequest.php
│ │ │ │ ├── AlipayTradeCustomsDeclareRequest.php
│ │ │ │ ├── AlipayTradeCustomsQueryRequest.php
│ │ │ │ ├── AlipayTradeFastpayRefundQueryRequest.php
│ │ │ │ ├── AlipayTradeOrderSettleRequest.php
│ │ │ │ ├── AlipayTradePagePayRequest.php
│ │ │ │ ├── AlipayTradePayRequest.php
│ │ │ │ ├── AlipayTradePrecreateRequest.php
│ │ │ │ ├── AlipayTradeQueryRequest.php
│ │ │ │ ├── AlipayTradeRefundRequest.php
│ │ │ │ ├── AlipayTradeVendorpayDevicedataUploadRequest.php
│ │ │ │ ├── AlipayTradeWapPayRequest.php
│ │ │ │ ├── AlipayTransferThirdpartyBillCreateRequest.php
│ │ │ │ ├── AlipayTrustUserAuthSendRequest.php
│ │ │ │ ├── AlipayTrustUserReportGetRequest.php
│ │ │ │ ├── AlipayTrustUserRiskidentifyGetRequest.php
│ │ │ │ ├── AlipayTrustUserRiskSummaryGetRequest.php
│ │ │ │ ├── AlipayTrustUserScoreGetRequest.php
│ │ │ │ ├── AlipayTrustUserStandardVerifyGetRequest.php
│ │ │ │ ├── AlipayTrustUserTokenGetRequest.php
│ │ │ │ ├── AlipayTrustUserZminfoPairGetRequest.php
│ │ │ │ ├── AlipayUserAccountFreezeGetRequest.php
│ │ │ │ ├── AlipayUserAccountGetRequest.php
│ │ │ │ ├── AlipayUserAccountSearchRequest.php
│ │ │ │ ├── AlipayUserAccountUseridBatchqueryRequest.php
│ │ │ │ ├── AlipayUserContractGetRequest.php
│ │ │ │ ├── AlipayUserFinanceinfoShareRequest.php
│ │ │ │ ├── AlipayUserGetRequest.php
│ │ │ │ ├── AlipayUserInfoAuthRequest.php
│ │ │ │ ├── AlipayUserInfoShareRequest.php
│ │ │ │ ├── AlipayUserMemberCardUpdateRequest.php
│ │ │ │ ├── AlipayUserTestRequest.php
│ │ │ │ ├── AlipayUserTradeSearchRequest.php
│ │ │ │ ├── AlipayUserUserinfoShareRequest.php
│ │ │ │ ├── AlipayZdataassetsEasyserviceRequest.php
│ │ │ │ ├── AlipayZdataassetsFcdatalabZdatamergetaskRequest.php
│ │ │ │ ├── AlipayZdataassetsMetadataRequest.php
│ │ │ │ ├── AlipayZdatafrontCommonQueryRequest.php
│ │ │ │ ├── AlipayZdatafrontDatatransferedFileuploadRequest.php
│ │ │ │ ├── AlipayZdatafrontDatatransferedSendRequest.php
│ │ │ │ ├── AlipayZdataserviceUnidataQueryRequest.php
│ │ │ │ ├── AlipayZmscoreZrankGetRequest.php
│ │ │ │ ├── AntMerchantExpandEnterpriseApplyRequest.php
│ │ │ │ ├── AntMerchantExpandImageUploadRequest.php
│ │ │ │ ├── AntMerchantExpandMapplyorderQueryRequest.php
│ │ │ │ ├── AntMerchantExpandPersonalApplyRequest.php
│ │ │ │ ├── KoubeiItemBatchqueryRequest.php
│ │ │ │ ├── KoubeiItemCreateRequest.php
│ │ │ │ ├── KoubeiItemExtitemBatchqueryRequest.php
│ │ │ │ ├── KoubeiItemExtitemBrandQueryRequest.php
│ │ │ │ ├── KoubeiItemExtitemCategoryQueryRequest.php
│ │ │ │ ├── KoubeiItemExtitemCreateRequest.php
│ │ │ │ ├── KoubeiItemExtitemExistedQueryRequest.php
│ │ │ │ ├── KoubeiItemExtitemQueryRequest.php
│ │ │ │ ├── KoubeiItemExtitemUpdateRequest.php
│ │ │ │ ├── KoubeiItemModifyRequest.php
│ │ │ │ ├── KoubeiItemStateRequest.php
│ │ │ │ ├── KoubeiMarketingCampaignActivityBatchqueryRequest.php
│ │ │ │ ├── KoubeiMarketingCampaignActivityCreateRequest.php
│ │ │ │ ├── KoubeiMarketingCampaignActivityModifyRequest.php
│ │ │ │ ├── KoubeiMarketingCampaignActivityOfflineRequest.php
│ │ │ │ ├── KoubeiMarketingCampaignActivityQueryRequest.php
│ │ │ │ ├── KoubeiMarketingCampaignCrowdBatchqueryRequest.php
│ │ │ │ ├── KoubeiMarketingCampaignCrowdCountRequest.php
│ │ │ │ ├── KoubeiMarketingCampaignCrowdCreateRequest.php
│ │ │ │ ├── KoubeiMarketingCampaignCrowdDeleteRequest.php
│ │ │ │ ├── KoubeiMarketingCampaignCrowdDetailQueryRequest.php
│ │ │ │ ├── KoubeiMarketingCampaignCrowdModifyRequest.php
│ │ │ │ ├── KoubeiMarketingCampaignRecruitApplyQueryRequest.php
│ │ │ │ ├── KoubeiMarketingCampaignRecruitShopQueryRequest.php
│ │ │ │ ├── KoubeiMarketingCampaignTagsQueryRequest.php
│ │ │ │ ├── KoubeiMarketingDataActivityBillDownloadRequest.php
│ │ │ │ ├── KoubeiMarketingDataActivityReportQueryRequest.php
│ │ │ │ ├── KoubeiMarketingDataAlisisReportBatchqueryRequest.php
│ │ │ │ ├── KoubeiMarketingDataAlisisReportQueryRequest.php
│ │ │ │ ├── KoubeiMarketingDataCustomreportBatchqueryRequest.php
│ │ │ │ ├── KoubeiMarketingDataCustomreportDeleteRequest.php
│ │ │ │ ├── KoubeiMarketingDataCustomreportDetailQueryRequest.php
│ │ │ │ ├── KoubeiMarketingDataCustomreportQueryRequest.php
│ │ │ │ ├── KoubeiMarketingDataCustomreportSaveRequest.php
│ │ │ │ ├── KoubeiMarketingDataCustomtagBatchqueryRequest.php
│ │ │ │ ├── KoubeiMarketingDataCustomtagDeleteRequest.php
│ │ │ │ ├── KoubeiMarketingDataCustomtagDetailQueryRequest.php
│ │ │ │ ├── KoubeiMarketingDataCustomtagSaveRequest.php
│ │ │ │ ├── KoubeiMarketingDataIndicatorQueryRequest.php
│ │ │ │ ├── KoubeiMarketingDataMemberReportQueryRequest.php
│ │ │ │ ├── KoubeiMarketingDataMessageDeliverRequest.php
│ │ │ │ ├── KoubeiMarketingDataSmartactivityConfigRequest.php
│ │ │ │ ├── KoubeiMarketingDataSmartactivityForecastRequest.php
│ │ │ │ ├── KoubeiMarketingDataSmartmanagementDiagnoseRequest.php
│ │ │ │ ├── KoubeiMarketingDataTradeHabbitQueryRequest.php
│ │ │ │ ├── KoubeiMarketingToolPointsQueryRequest.php
│ │ │ │ ├── KoubeiMarketingToolPointsUpdateRequest.php
│ │ │ │ ├── KoubeiMarketingToolPrizesendAuthRequest.php
│ │ │ │ ├── KoubeiMemberBrandownerNameQueryRequest.php
│ │ │ │ ├── KoubeiMemberRetailerQueryRequest.php
│ │ │ │ ├── KoubeiQualityTestCloudacptActivityQueryRequest.php
│ │ │ │ ├── KoubeiQualityTestCloudacptBatchQueryRequest.php
│ │ │ │ ├── KoubeiQualityTestCloudacptCheckresultSubmitRequest.php
│ │ │ │ ├── KoubeiQualityTestCloudacptItemQueryRequest.php
│ │ │ │ ├── KoubeiTradeItemBuyRequest.php
│ │ │ │ ├── KoubeiTradeOrderQueryRequest.php
│ │ │ │ ├── MonitorHeartbeatSynRequest.php
│ │ │ │ ├── MybankFinanceYulibaoAccountQueryRequest.php
│ │ │ │ ├── MybankFinanceYulibaoCapitalPurchaseRequest.php
│ │ │ │ ├── MybankFinanceYulibaoCapitalRansomRequest.php
│ │ │ │ ├── MybankFinanceYulibaoPriceQueryRequest.php
│ │ │ │ ├── MybankFinanceYulibaoTransHistoryQueryRequest.php
│ │ │ │ ├── ZhimaAuthInfoAuthqueryRequest.php
│ │ │ │ ├── ZhimaCreditAntifraudVerifyRequest.php
│ │ │ │ ├── ZhimaCreditScoreBriefGetRequest.php
│ │ │ │ ├── ZhimaCreditScoreGetRequest.php
│ │ │ │ ├── ZhimaCreditWatchlistBriefGetRequest.php
│ │ │ │ ├── ZhimaCreditWatchlistiiGetRequest.php
│ │ │ │ ├── ZhimaCustomerCertificationCertifyRequest.php
│ │ │ │ ├── ZhimaCustomerCertificationInitializeRequest.php
│ │ │ │ ├── ZhimaCustomerCertificationQueryRequest.php
│ │ │ │ ├── ZhimaDataBatchFeedbackRequest.php
│ │ │ │ ├── ZhimaDataFeedbackurlQueryRequest.php
│ │ │ │ └── ZhimaMerchantTestPracticeRequest.php
│ │ │ ├── SignData.php
│ │ │ └── test
│ │ │ └── TestImage.php
│ │ ├── AopSdk.php
│ │ ├── config.php
│ │ ├── f2fpay
│ │ │ ├── barpay_test.php
│ │ │ ├── config
│ │ │ │ └── config.php
│ │ │ ├── log
│ │ │ │ └── log.txt
│ │ │ ├── model
│ │ │ │ ├── builder
│ │ │ │ │ ├── AlipayTradeCancelContentBuilder.php
│ │ │ │ │ ├── AlipayTradePayContentBuilder.php
│ │ │ │ │ ├── AlipayTradePrecreateContentBuilder.php
│ │ │ │ │ ├── AlipayTradeQueryContentBuilder.php
│ │ │ │ │ ├── AlipayTradeRefundContentBuilder.php
│ │ │ │ │ ├── ContentBuilder.php
│ │ │ │ │ ├── ExtendParams.php
│ │ │ │ │ ├── GoodsDetail.php
│ │ │ │ │ └── RoyaltyDetailInfo.php
│ │ │ │ └── result
│ │ │ │ ├── AlipayF2FPayResult.php
│ │ │ │ ├── AlipayF2FPrecreateResult.php
│ │ │ │ ├── AlipayF2FQueryResult.php
│ │ │ │ └── AlipayF2FRefundResult.php
│ │ │ ├── qrpay_test.php
│ │ │ ├── query_test.php
│ │ │ ├── refund_test.php
│ │ │ └── service
│ │ │ └── AlipayTradeService.php
│ │ ├── img
│ │ │ ├── alipay.gif
│ │ │ └── new-btn-fixed.png
│ │ ├── index.php
│ │ ├── lib
│ │ │ └── alipay_notify.class.php
│ │ ├── log.txt
│ │ ├── lotusphp_runtime
│ │ │ ├── Autoloader
│ │ │ │ └── Autoloader.php
│ │ │ ├── Cache
│ │ │ │ ├── Adapter
│ │ │ │ │ ├── CacheAdapterApc.php
│ │ │ │ │ ├── CacheAdapterEAccelerator.php
│ │ │ │ │ ├── CacheAdapterFile.php
│ │ │ │ │ ├── CacheAdapterMemcached.php
│ │ │ │ │ ├── CacheAdapterMemcache.php
│ │ │ │ │ ├── CacheAdapter.php
│ │ │ │ │ ├── CacheAdapterPhps.php
│ │ │ │ │ └── CacheAdapterXcache.php
│ │ │ │ ├── CacheAdapterFactory.php
│ │ │ │ ├── CacheConfigBuilder.php
│ │ │ │ ├── CacheConnectionManager.php
│ │ │ │ ├── CacheHandle.php
│ │ │ │ ├── Cache.php
│ │ │ │ └── QueryEngine
│ │ │ │ └── TableDataGateway
│ │ │ │ └── CacheTableDataGateway.php
│ │ │ ├── Captcha
│ │ │ │ ├── CaptchaImageEngine.php
│ │ │ │ ├── Captcha.php
│ │ │ │ └── fonts
│ │ │ │ ├── AntykwaBold.ttf
│ │ │ │ ├── Candice.ttf
│ │ │ │ ├── Ding-DongDaddyO.ttf
│ │ │ │ ├── Duality.ttf
│ │ │ │ ├── Jura.ttf
│ │ │ │ ├── StayPuft.ttf
│ │ │ │ ├── TimesNewRomanBold.ttf
│ │ │ │ └── VeraSansBold.ttf
│ │ │ ├── ConfigExpression.php
│ │ │ ├── Config.php
│ │ │ ├── Cookie
│ │ │ │ └── Cookie.php
│ │ │ ├── DB
│ │ │ │ ├── Adapter
│ │ │ │ │ ├── ConnectionAdapter
│ │ │ │ │ │ ├── DbConnectionAdapterMysqli.php
│ │ │ │ │ │ ├── DbConnectionAdapterMysql.php
│ │ │ │ │ │ ├── DbConnectionAdapterPdo.php
│ │ │ │ │ │ ├── DbConnectionAdapterPgsql.php
│ │ │ │ │ │ ├── DbConnectionAdapter.php
│ │ │ │ │ │ └── DbConnectionAdapterSqlite.php
│ │ │ │ │ └── SqlAdapter
│ │ │ │ │ ├── DbSqlAdapterMysql.php
│ │ │ │ │ ├── DbSqlAdapterPgsql.php
│ │ │ │ │ ├── DbSqlAdapter.php
│ │ │ │ │ └── DbSqlAdapterSqlite.php
│ │ │ │ ├── DbAdapterFactory.php
│ │ │ │ ├── DbConfigBuilder.php
│ │ │ │ ├── DbConnectionManager.php
│ │ │ │ ├── DbHandle.php
│ │ │ │ ├── Db.php
│ │ │ │ ├── DbSqlExpression.php
│ │ │ │ └── QueryEngine
│ │ │ │ ├── SqlMap
│ │ │ │ │ ├── AbstractDbSqlMapFilterObject.php
│ │ │ │ │ ├── DbSqlMapClient.php
│ │ │ │ │ └── DbSqlMapResultFactory.php
│ │ │ │ └── TableDataGateway
│ │ │ │ ├── DbTableDataGateway.php
│ │ │ │ ├── DbTableRelation.php
│ │ │ │ └── DbWhereCondition.php
│ │ │ ├── Inflector
│ │ │ │ └── Inflector.php
│ │ │ ├── Logger
│ │ │ │ └── Logger.php
│ │ │ ├── Lotus.php
│ │ │ ├── MVC
│ │ │ │ ├── Action.php
│ │ │ │ ├── Component.php
│ │ │ │ ├── Context.php
│ │ │ │ ├── Dispatcher.php
│ │ │ │ ├── TemplateView.php
│ │ │ │ └── View.php
│ │ │ ├── ObjectUtil
│ │ │ │ └── ObjectUtil.php
│ │ │ ├── Pagination
│ │ │ │ └── Pagination.php
│ │ │ ├── RBAC
│ │ │ │ └── Rbac.php
│ │ │ ├── Router
│ │ │ │ └── Router.php
│ │ │ ├── Session
│ │ │ │ ├── Session.php
│ │ │ │ ├── SessionStore
│ │ │ │ └── Store
│ │ │ │ ├── SessionStoreFile.php
│ │ │ │ ├── SessionStoreMemcache.php
│ │ │ │ ├── SessionStoreMysql.php
│ │ │ │ └── SessionStoreSqlite.php
│ │ │ ├── shortcut.php
│ │ │ ├── StoreFile.php
│ │ │ ├── StoreMemory.php
│ │ │ ├── Store.php
│ │ │ ├── Url
│ │ │ │ └── Url.php
│ │ │ ├── Validator
│ │ │ │ ├── ValidatorDtd.php
│ │ │ │ └── Validator.php
│ │ │ └── XML
│ │ │ └── Xml.php
│ │ ├── notify_url.php
│ │ ├── readme.txt
│ │ ├── return_url.php
│ │ ├── wappay
│ │ │ ├── buildermodel
│ │ │ │ ├── AlipayDataDataserviceBillDownloadurlQueryContentBuilder.php
│ │ │ │ ├── AlipayTradeCloseContentBuilder.php
│ │ │ │ ├── AlipayTradeFastpayRefundQueryContentBuilder.php
│ │ │ │ ├── AlipayTradeQueryContentBuilder.php
│ │ │ │ ├── AlipayTradeRefundContentBuilder.php
│ │ │ │ ├── AlipayTradeWapPayContentBuilder.php
│ │ │ │ └── ContentBuilder.php
│ │ │ ├── close.php
│ │ │ ├── datadownioad.php
│ │ │ ├── pay.php
│ │ │ ├── query.php
│ │ │ ├── refund.php
│ │ │ ├── refundquery.php
│ │ │ └── service
│ │ │ └── AlipayTradeService.php
│ │ └── 力+旦_.0Φ+沪+-__-亮-PHPΦ.docx
│ ├── dayu2.0
│ │ ├── composer.json
│ │ ├── composer.lock
│ │ ├── lib
│ │ │ ├── Api
│ │ │ │ └── Sms
│ │ │ │ └── Request
│ │ │ │ └── V20170525
│ │ │ │ ├── QueryInterSmsIsoInfoRequest.php
│ │ │ │ ├── QuerySendDetailsRequest.php
│ │ │ │ ├── SendInterSmsRequest.php
│ │ │ │ └── SendSmsRequest.php
│ │ │ └── Core
│ │ │ ├── AcsRequest.php
│ │ │ ├── AcsResponse.php
│ │ │ ├── Auth
│ │ │ │ ├── Credential.php
│ │ │ │ ├── ISigner.php
│ │ │ │ ├── ShaHmac1Signer.php
│ │ │ │ └── ShaHmac256Signer.php
│ │ │ ├── Config.php
│ │ │ ├── DefaultAcsClient.php
│ │ │ ├── Exception
│ │ │ │ ├── ClientException.php
│ │ │ │ └── ServerException.php
│ │ │ ├── Http
│ │ │ │ ├── HttpHelper.php
│ │ │ │ └── HttpResponse.php
│ │ │ ├── IAcsClient.php
│ │ │ ├── Profile
│ │ │ │ ├── DefaultProfile.php
│ │ │ │ └── IClientProfile.php
│ │ │ ├── Regions
│ │ │ │ ├── EndpointConfig.php
│ │ │ │ ├── Endpoint.php
│ │ │ │ ├── EndpointProvider.php
│ │ │ │ ├── endpoints.xml
│ │ │ │ └── ProductDomain.php
│ │ │ ├── RoaAcsRequest.php
│ │ │ └── RpcAcsRequest.php
│ │ ├── LICENSE
│ │ ├── phpunit.integration.xml
│ │ ├── phpunit.xml
│ │ ├── tests
│ │ │ ├── bootstrap.php
│ │ │ └── Core
│ │ │ ├── Auth
│ │ │ │ ├── CredentialTest.php
│ │ │ │ ├── ShaHmac1SignerTest.php
│ │ │ │ ├── ShaHmac256SignerTest.php
│ │ │ │ └── User.php
│ │ │ ├── DefaultAcsClientTest.php
│ │ │ ├── Ecs
│ │ │ │ └── Request
│ │ │ │ └── DescribeRegionsRequest.php
│ │ │ ├── Http
│ │ │ │ └── HttpHelperTest.php
│ │ │ ├── Profile
│ │ │ │ └── DefaultProfileTest.php
│ │ │ └── Regions
│ │ │ └── EndpointProviderTest.php
│ │ └── vendor
│ │ ├── autoload.php
│ │ ├── bin
│ │ │ └── phpunit
│ │ ├── c
│ │ │ └── prophecy
│ │ │ ├── CHANGES.md
│ │ │ ├── composer.json
│ │ │ ├── CONTRIBUTING.md
│ │ │ ├── fixtures
│ │ │ │ ├── EmptyClass.php
│ │ │ │ ├── EmptyInterface.php
│ │ │ │ ├── FinalClass.php
│ │ │ │ ├── ModifierInterface.php
│ │ │ │ ├── Named.php
│ │ │ │ ├── OptionalDepsClass.php
│ │ │ │ ├── SpecialMethods.php
│ │ │ │ ├── WithArguments.php
│ │ │ │ ├── WithCallableArgument.php
│ │ │ │ ├── WithFinalMethod.php
│ │ │ │ ├── WithFinalVirtuallyPrivateMethod.php
│ │ │ │ ├── WithProtectedAbstractMethod.php
│ │ │ │ ├── WithReferences.php
│ │ │ │ ├── WithReturnTypehints.php
│ │ │ │ ├── WithStaticMethod.php
│ │ │ │ ├── WithTypehintedVariadicArgument.php
│ │ │ │ ├── WithVariadicArgument.php
│ │ │ │ └── WithVirtuallyPrivateMethod.php
│ │ │ ├── LICENSE
│ │ │ ├── phpunit.xml.dist
│ │ │ ├── README.md
│ │ │ ├── spec
│ │ │ │ └── Prophecy
│ │ │ │ ├── Argument
│ │ │ │ │ ├── ArgumentsWildcardSpec.php
│ │ │ │ │ └── Token
│ │ │ │ │ ├── AnyValuesTokenSpec.php
│ │ │ │ │ ├── AnyValueTokenSpec.php
│ │ │ │ │ ├── ApproximateValueTokenSpec.php
│ │ │ │ │ ├── ArrayCountTokenSpec.php
│ │ │ │ │ ├── ArrayEntryTokenSpec.php
│ │ │ │ │ ├── ArrayEveryEntryTokenSpec.php
│ │ │ │ │ ├── CallbackTokenSpec.php
│ │ │ │ │ ├── ExactValueTokenSpec.php
│ │ │ │ │ ├── IdenticalValueTokenSpec.php
│ │ │ │ │ ├── LogicalAndTokenSpec.php
│ │ │ │ │ ├── LogicalNotTokenSpec.php
│ │ │ │ │ ├── ObjectStateTokenSpec.php
│ │ │ │ │ ├── StringContainsTokenSpec.php
│ │ │ │ │ └── TypeTokenSpec.php
│ │ │ │ ├── ArgumentSpec.php
│ │ │ │ ├── Call
│ │ │ │ │ ├── CallCenterSpec.php
│ │ │ │ │ └── CallSpec.php
│ │ │ │ ├── Comparator
│ │ │ │ │ ├── ClosureComparatorSpec.php
│ │ │ │ │ ├── FactorySpec.php
│ │ │ │ │ └── ProphecyComparatorSpec.php
│ │ │ │ ├── Doubler
│ │ │ │ │ ├── ClassPatch
│ │ │ │ │ │ ├── DisableConstructorPatchSpec.php
│ │ │ │ │ │ ├── HhvmExceptionPatchSpec.php
│ │ │ │ │ │ ├── KeywordPatchSpec.php
│ │ │ │ │ │ ├── MagicCallPatchSpec.php
│ │ │ │ │ │ ├── ProphecySubjectPatchSpec.php
│ │ │ │ │ │ ├── ReflectionClassNewInstancePatchSpec.php
│ │ │ │ │ │ ├── SplFileInfoPatchSpec.php
│ │ │ │ │ │ └── TraversablePatchSpec.php
│ │ │ │ │ ├── DoublerSpec.php
│ │ │ │ │ ├── Generator
│ │ │ │ │ │ ├── ClassCodeGeneratorSpec.php
│ │ │ │ │ │ ├── ClassCreatorSpec.php
│ │ │ │ │ │ └── Node
│ │ │ │ │ │ ├── ArgumentNodeSpec.php
│ │ │ │ │ │ ├── ClassNodeSpec.php
│ │ │ │ │ │ └── MethodNodeSpec.php
│ │ │ │ │ ├── LazyDoubleSpec.php
│ │ │ │ │ └── NameGeneratorSpec.php
│ │ │ │ ├── Exception
│ │ │ │ │ ├── Call
│ │ │ │ │ │ └── UnexpectedCallExceptionSpec.php
│ │ │ │ │ ├── Doubler
│ │ │ │ │ │ ├── ClassCreatorExceptionSpec.php
│ │ │ │ │ │ ├── ClassMirrorExceptionSpec.php
│ │ │ │ │ │ ├── ClassNotFoundExceptionSpec.php
│ │ │ │ │ │ ├── DoubleExceptionSpec.php
│ │ │ │ │ │ ├── InterfaceNotFoundExceptionSpec.php
│ │ │ │ │ │ ├── MethodNotExtendableExceptionSpec.php
│ │ │ │ │ │ └── MethodNotFoundExceptionSpec.php
│ │ │ │ │ ├── Prediction
│ │ │ │ │ │ ├── AggregateExceptionSpec.php
│ │ │ │ │ │ ├── NoCallsExceptionSpec.php
│ │ │ │ │ │ ├── UnexpectedCallsCountExceptionSpec.php
│ │ │ │ │ │ └── UnexpectedCallsExceptionSpec.php
│ │ │ │ │ └── Prophecy
│ │ │ │ │ ├── MethodProphecyExceptionSpec.php
│ │ │ │ │ └── ObjectProphecyExceptionSpec.php
│ │ │ │ ├── Prediction
│ │ │ │ │ ├── CallbackPredictionSpec.php
│ │ │ │ │ ├── CallPredictionSpec.php
│ │ │ │ │ ├── CallTimesPredictionSpec.php
│ │ │ │ │ └── NoCallsPredictionSpec.php
│ │ │ │ ├── Promise
│ │ │ │ │ ├── CallbackPromiseSpec.php
│ │ │ │ │ ├── ReturnArgumentPromiseSpec.php
│ │ │ │ │ ├── ReturnPromiseSpec.php
│ │ │ │ │ └── ThrowPromiseSpec.php
│ │ │ │ ├── Prophecy
│ │ │ │ │ ├── MethodProphecySpec.php
│ │ │ │ │ ├── ObjectProphecySpec.php
│ │ │ │ │ └── RevealerSpec.php
│ │ │ │ ├── ProphetSpec.php
│ │ │ │ └── Util
│ │ │ │ └── StringUtilSpec.php
│ │ │ ├── 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
│ │ │ └── tests
│ │ │ └── Doubler
│ │ │ └── Generator
│ │ │ └── ClassMirrorTest.php
│ │ ├── composer
│ │ │ ├── autoload_classmap.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
│ │ ├── phpunit
│ │ │ ├── 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
│ │ │ │ │ │ ├── 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
│ │ ├── 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
│ │ │ └── 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
│ │ └── webmozart
│ │ └── assert
│ │ ├── appveyor.yml
│ │ ├── CHANGELOG.md
│ │ ├── composer.json
│ │ ├── LICENSE
│ │ ├── phpunit.xml.dist
│ │ ├── README.md
│ │ ├── src
│ │ │ └── Assert.php
│ │ └── tests
│ │ └── AssertTest.php
│ ├── fusms
│ │ └── Ucpaas.php
│ ├── org
│ │ ├── Baksql.php
│ │ ├── WeChat.php
│ │ └── Wxpay.class.php
│ ├── pinganpay
│ │ └── Webapp.php
│ ├── pufapay
│ │ ├── BytesUtils.php
│ │ ├── config
│ │ │ ├── config.ini
│ │ │ ├── seller_rsa_private_key.pem
│ │ │ └── wy_rsa_public_key.pem
│ │ ├── ConfigUtil.php
│ │ ├── DesUtils.php
│ │ ├── HttpUtils.php
│ │ ├── RSAUtils.php
│ │ ├── SignUtil.php
│ │ ├── TDESUtil.php
│ │ └── XMLUtil.php
│ ├── wxpay
│ │ ├── cert
│ │ │ ├── apiclient_cert.p12
│ │ │ ├── apiclient_cert.pem
│ │ │ ├── apiclient_key.pem
│ │ │ └── rootca.pem
│ │ ├── database
│ │ │ ├── WxPayBizPayUrl.php
│ │ │ ├── WxPayCloseOrder.php
│ │ │ ├── WxPayDataBase.php
│ │ │ ├── WxPayDownloadBill.php
│ │ │ ├── WxPayJsApiPay.php
│ │ │ ├── WxPayMicroPay.php
│ │ │ ├── WxPayNotify.php
│ │ │ ├── WxPayNotifyReply.php
│ │ │ ├── WxPayOrderQuery.php
│ │ │ ├── WxPayRefund.php
│ │ │ ├── WxPayRefundQuery.php
│ │ │ ├── WxPayReport.php
│ │ │ ├── WxPayResults.php
│ │ │ ├── WxPayReverse.php
│ │ │ ├── WxPayShortUrl.php
│ │ │ └── WxPayUnifiedOrder.php
│ │ ├── JsApiPay.php
│ │ ├── MicroPay.php
│ │ ├── NativePay.php
│ │ ├── PayNotifyCallBack.php
│ │ ├── WxPayApi.php
│ │ ├── WxPayConfig.php
│ │ └── WxPayException.php
│ └── yuntongxun
│ └── Rest.php
├── favicon.ico
├── hangqin.html
├── index.php
├── public
│ ├── shop
│ │ ├── css
│ │ │ ├── common.css
│ │ │ ├── dropload.css
│ │ │ ├── index.css
│ │ │ ├── layer.css
│ │ │ ├── personalCenter.css
│ │ │ └── swiper.min.css
│ │ ├── images
│ │ │ ├── activity.png
│ │ │ ├── add.png
│ │ │ ├── app1.png
│ │ │ ├── call_btn.png
│ │ │ ├── certification2.png
│ │ │ ├── CommonProblems.png
│ │ │ ├── ContactUs.png
│ │ │ ├── customer_service.png
│ │ │ ├── cz2.png
│ │ │ ├── ewma.png
│ │ │ ├── goods-1.png
│ │ │ ├── goods-2.png
│ │ │ ├── goods-3.png
│ │ │ ├── hasAccountbga.png
│ │ │ ├── home.png
│ │ │ ├── home_pressed.png
│ │ │ ├── iconcommon.png
│ │ │ ├── icon_contactus.png
│ │ │ ├── icon_ewm.png
│ │ │ ├── icon_login.png
│ │ │ ├── idcard_h.png
│ │ │ ├── idcard_n.png
│ │ │ ├── Integral.png
│ │ │ ├── invest.png
│ │ │ ├── invest_pressed.png
│ │ │ ├── invitingfriends_bg3.png
│ │ │ ├── jfdha.png
│ │ │ ├── jfsca.png
│ │ │ ├── login_back.png
│ │ │ ├── login_bg.png
│ │ │ ├── mbgs_h.png
│ │ │ ├── mbgs_n.png
│ │ │ ├── message.png
│ │ │ ├── mx2.png
│ │ │ ├── my_bg.png
│ │ │ ├── my_icon.png
│ │ │ ├── my_iconsetting1.png
│ │ │ ├── my.png
│ │ │ ├── my_pressed.png
│ │ │ ├── newsa.png
│ │ │ ├── notice_icon.png
│ │ │ ├── ptsja.png
│ │ │ ├── public_arrow.png
│ │ │ ├── rmtza.png
│ │ │ ├── shapea.png
│ │ │ ├── shoppingmallTaba.png
│ │ │ ├── shoppingmallvipa.png
│ │ │ ├── slogana.png
│ │ │ ├── tx2.png
│ │ │ ├── wdlbga.png
│ │ │ ├── xsgla.png
│ │ │ ├── xx.png
│ │ │ ├── yh.png
│ │ │ ├── zhankai_icon1.png
│ │ │ └── zhankai_icon.png
│ │ └── js
│ │ ├── activity.js
│ │ ├── dropload.js
│ │ ├── indexHeader.js
│ │ ├── index.js
│ │ ├── jquery-2.1.4.js
│ │ ├── jquery.base64.js
│ │ ├── jquery.featureCarousel.js
│ │ ├── layer.js
│ │ ├── ntkfstat.js
│ │ ├── RainbowBridge.js
│ │ ├── swiper.min.js
│ │ └── wapframwork.js
│ └── uploads
│ └── 20180916
│ └── 1f336bee987f14db87f144147e9c2fcc.jpg
├── runtime
│ ├── cache
│ │ ├── 3a
│ │ │ └── 8e4c06e471595f6eb262bb9b5582d9.php
│ │ └── a5
│ │ └── ceb95add54396ec72919b3b17a138e.php
│ ├── log
│ │ ├── 201810
│ │ │ ├── 1540456791-25.log
│ │ │ ├── 1540457019-25.log
│ │ │ ├── 1540457234-25.log
│ │ │ ├── 1540457442-25.log
│ │ │ ├── 1540457666-25.log
│ │ │ └── 25.log
│ │ └── 201811
│ │ ├── 10.log
│ │ ├── 1541830967-10.log
│ │ └── 1541831355-10.log
│ └── temp
│ ├── 01da0c29d023d365eea23895cb161346.php
│ ├── 043665bfeb505a0f96fce39045a1f1a8.php
│ ├── 07dc6015dda10b9ad2d2d74dbcb7b34d.php
│ ├── 108919d01dfd6bfc699d99420ee90479.php
│ ├── 10c0fa76c6ae4d5eb852bc05ba3387e1.php
│ ├── 216b647cf99042bdfc2d8cb542aab6bd.php
│ ├── 2c4383b25319d8831937cf796d7ad775.php
│ ├── 370988a81750d5b207d85c49e9c87afa.php
│ ├── 370f151442af426bde7b8ed1eb0012bb.php
│ ├── 47310ebc52deb0e6746c10ef8641d227.php
│ ├── 593ab4bcaa28213f7ffc8751a75bc445.php
│ ├── 5ac2e9d206d70a88ef185fc916af3ec8.php
│ ├── 5fd8f5d8de2ebe38533b389047b1e29b.php
│ ├── 61f97baa6879dab561e312077feee8ce.php
│ ├── 625ff212a571a136223dca3eacbcbba5.php
│ ├── 64aef5d72f18da4cd6603ffa8f0eee53.php
│ ├── 7578827d1397a2807f579cf664563536.php
│ ├── 78682ae6f68932c661f22e4f2c328adf.php
│ ├── 788b0213ff7e93fb69bbd22588b6f3ef.php
│ ├── 78bbf16fc94bf00614f84cb0da7209bd.php
│ ├── 8580194ca7a5f9c461ae3d01c180b75e.php
│ ├── 87dfc66cfbcc3b29a5c9e68c4724984b.php
│ ├── 8d76b6614169787845f916480608f406.php
│ ├── 95e8b8b42d369875bab407d28bfce73f.php
│ ├── aa6351bf572ad291fca05c29b342d7f7.php
│ ├── acd712509634bc09ebc01f55036f6bd3.php
│ ├── b23de1ead8951f88e1d1d49889877e0e.php
│ ├── b2758b33918ee4d27b2d15c98e1a2fcf.php
│ ├── bc69116fe8ef6f89e67a00ff1b3809db.php
│ ├── cac23a8a24d6a8afae389b16cc4035ae.php
│ ├── cb41020e41898b517e04ab3809cbf918.php
│ ├── cc60f17d5ccb648764ce648b0b248683.php
│ ├── d4b8bfa180d2de094a919836c2f0ca0a.php
│ ├── db03337eed14d953708a4a740917da3b.php
│ ├── e3b40cec289472c176839d20025eed91.php
│ ├── e95cebf1de8315b06b69e1432a2d54df.php
│ ├── e9aa0b2e1e632f9e71f1b0c143fa45f6.php
│ ├── eb57272edf4026b29e09d4e286ac85ca.php
│ ├── ee56c7bb13d71f03c185af3cabe86261.php
│ ├── f90bde68ebac8513708c3876e4440dc0.php
│ └── fe289cea665b82ef7888babf89abdb29.php
├── static
│ ├── admin
│ │ ├── assets
│ │ │ ├── bootstrap-colorpicker
│ │ │ │ ├── css
│ │ │ │ │ └── colorpicker.css
│ │ │ │ ├── img
│ │ │ │ │ ├── alpha.png
│ │ │ │ │ ├── hue.png
│ │ │ │ │ └── saturation.png
│ │ │ │ └── js
│ │ │ │ └── bootstrap-colorpicker.js
│ │ │ ├── bootstrap-datepicker
│ │ │ │ ├── css
│ │ │ │ │ └── datepicker.css
│ │ │ │ └── js
│ │ │ │ └── bootstrap-datepicker.js
│ │ │ ├── bootstrap-daterangepicker
│ │ │ │ ├── date.js
│ │ │ │ ├── daterangepicker.css
│ │ │ │ └── daterangepicker.js
│ │ │ ├── chart-master
│ │ │ │ └── Chart.js
│ │ │ ├── ckeditor
│ │ │ │ └── ckeditor.js
│ │ │ ├── data-tables
│ │ │ │ ├── DT_bootstrap.js
│ │ │ │ └── jquery.dataTables.js
│ │ │ ├── font-awesome
│ │ │ │ ├── css
│ │ │ │ │ └── font-awesome.css
│ │ │ │ └── font
│ │ │ │ ├── fontawesome-webfontd41d.eot
│ │ │ │ ├── fontawesome-webfontf77b.eot
│ │ │ │ ├── fontawesome-webfontf77b.ttf
│ │ │ │ ├── fontawesome-webfontf77b.woff
│ │ │ │ └── fontawesome-webfont.svg
│ │ │ ├── fullcalendar
│ │ │ │ └── fullcalendar
│ │ │ │ ├── bootstrap-fullcalendar.css
│ │ │ │ └── fullcalendar.min.js
│ │ │ ├── gritter
│ │ │ │ ├── css
│ │ │ │ │ └── jquery.gritter.css
│ │ │ │ ├── images
│ │ │ │ │ ├── gritter-light.png
│ │ │ │ │ ├── gritter.png
│ │ │ │ │ └── ie-spacer.gif
│ │ │ │ └── js
│ │ │ │ └── jquery.gritter.js
│ │ │ ├── jquery-easy-pie-chart
│ │ │ │ ├── jquery.easy-pie-chart.css
│ │ │ │ └── jquery.easy-pie-chart.js
│ │ │ ├── jquery-file-upload
│ │ │ │ ├── css
│ │ │ │ │ └── jquery.fileupload-ui.css
│ │ │ │ ├── img
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ └── progressbar.gif
│ │ │ │ └── js
│ │ │ │ ├── jquery.fileupload-fp.js
│ │ │ │ ├── jquery.fileupload.js
│ │ │ │ ├── jquery.fileupload-ui.js
│ │ │ │ ├── jquery.iframe-transport.js
│ │ │ │ └── vendor
│ │ │ │ ├── canvas-to-blob.min.js
│ │ │ │ ├── jquery.ui.widget.js
│ │ │ │ ├── load-image.min.js
│ │ │ │ └── tmpl.min.js
│ │ │ ├── jquery-knob
│ │ │ │ └── js
│ │ │ │ └── jquery.knob.js
│ │ │ ├── jquery-ui
│ │ │ │ ├── images
│ │ │ │ │ ├── animated-overlay.gif
│ │ │ │ │ ├── ui-bg_diagonals-thick_18_b81900_40x40.png
│ │ │ │ │ ├── ui-bg_diagonals-thick_20_666666_40x40.png
│ │ │ │ │ ├── ui-bg_flat_10_000000_40x100.png
│ │ │ │ │ ├── ui-bg_glass_100_f6f6f6_1x400.png
│ │ │ │ │ ├── ui-bg_glass_100_fdf5ce_1x400.png
│ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ │ ├── ui-bg_gloss-wave_35_f6a828_500x100.png
│ │ │ │ │ ├── ui-bg_highlight-soft_100_eeeeee_1x100.png
│ │ │ │ │ ├── ui-bg_highlight-soft_75_ffe45c_1x100.png
│ │ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ │ ├── ui-icons_228ef1_256x240.png
│ │ │ │ │ ├── ui-icons_ef8c08_256x240.png
│ │ │ │ │ ├── ui-icons_ffd27a_256x240.png
│ │ │ │ │ └── ui-icons_ffffff_256x240.png
│ │ │ │ ├── jquery-ui-1.10.1.custom.min.css
│ │ │ │ └── jquery-ui-1.10.1.custom.min.js
│ │ │ └── morris.js-0.4.3
│ │ │ ├── morris.css
│ │ │ ├── morris.min.js
│ │ │ └── raphael-min.js
│ │ ├── css
│ │ │ ├── addstyle.css
│ │ │ ├── bootstrap-datetimepicker.css
│ │ │ ├── bootstrap-datetimepicker.min.css
│ │ │ ├── bootstrap.min.css
│ │ │ ├── bootstrap-reset.css
│ │ │ ├── default.css
│ │ │ ├── jquery.datetimepicker.css
│ │ │ ├── owl.carousel.css
│ │ │ ├── style.css
│ │ │ └── style-responsive.css
│ │ ├── fonts
│ │ │ ├── Descr.WD3
│ │ │ ├── glyphicons-halflings-regulard41d.eot
│ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ ├── glyphicons-halflings-regular.eot@
│ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ └── glyphicons-halflings-regular.woff
│ │ ├── img
│ │ │ ├── 404_icon.png
│ │ │ ├── 500_icon.png
│ │ │ ├── admin_bg.jpg
│ │ │ ├── admin_logo.png
│ │ │ ├── arrow-up.png
│ │ │ ├── avatar1.jpg
│ │ │ ├── avatar1_small.jpg
│ │ │ ├── avatar-mini2.jpg
│ │ │ ├── avatar-mini3.jpg
│ │ │ ├── avatar-mini4.jpg
│ │ │ ├── avatar-mini.jpg
│ │ │ ├── chart-texture.jpg
│ │ │ ├── chat-avatar2.jpg
│ │ │ ├── chat-avatar.jpg
│ │ │ ├── checkbox
│ │ │ │ ├── check-off.png
│ │ │ │ ├── check-on.png
│ │ │ │ ├── Descr.WD3
│ │ │ │ ├── radio-off.png
│ │ │ │ └── radio-on.png
│ │ │ ├── customSelect-arrow.gif
│ │ │ ├── Descr.WD3
│ │ │ ├── favicon.html
│ │ │ ├── follower-avatar.jpg
│ │ │ ├── left-arrow.png
│ │ │ ├── mail-avatar.jpg
│ │ │ ├── mask.png
│ │ │ ├── pro-ac-1.png
│ │ │ ├── pro-ac-2.png
│ │ │ ├── product1.jpg
│ │ │ ├── product2.png
│ │ │ ├── product3.png
│ │ │ ├── profile-avatar.jpg
│ │ │ ├── right-arrow.png
│ │ │ ├── ring.jpg
│ │ │ ├── search-icon.jpg
│ │ │ ├── sm-img-1.jpg
│ │ │ ├── sm-img-2.jpg
│ │ │ ├── sm-img-3.jpg
│ │ │ └── vector-lab.jpg
│ │ └── js
│ │ ├── all-chartjs.js
│ │ ├── bootstrap.min.js
│ │ ├── bootstrap-switch.js
│ │ ├── common-scripts.js
│ │ ├── date
│ │ │ ├── jquery.datetimepicker.js
│ │ │ └── jquery.js
│ │ ├── dynamic-table.js
│ │ ├── easy-pie-chart.js
│ │ ├── external-dragging-calendar.js
│ │ ├── form-component.js
│ │ ├── form-validation-script.js
│ │ ├── ga.js
│ │ ├── gritter.js
│ │ ├── jquery-1.8.3.min.js
│ │ ├── jquery.customSelect.min.js
│ │ ├── jquery.js
│ │ ├── jquery.nicescroll.js
│ │ ├── jquery.scrollTo.min.js
│ │ ├── jquery.sparkline.js
│ │ ├── jquery.stepy.js
│ │ ├── jquery.tagsinput.js
│ │ ├── jquery-ui-1.9.2.custom.min.js
│ │ ├── jquery.validate.min.js
│ │ ├── morris-script.js
│ │ ├── owl.carousel.js
│ │ ├── sliders.js
│ │ └── sparkline-chart.js
│ ├── Chart
│ │ ├── echarts-all-3.js
│ │ ├── jquery.min.js
│ │ └── kchart.js
│ ├── index
│ │ ├── css
│ │ │ ├── iconfont.css
│ │ │ ├── ionic.css
│ │ │ ├── personal.css
│ │ │ ├── sign.css
│ │ │ ├── style.css
│ │ │ ├── trade.css
│ │ │ └── trade-history.css
│ │ ├── fonts
│ │ │ ├── iconfont.woff
│ │ │ ├── ionicons.eot
│ │ │ ├── ionicons.svg
│ │ │ ├── ionicons.ttf
│ │ │ └── ionicons.woff
│ │ ├── img
│ │ │ ├── 2ma.png
│ │ │ ├── buydown.png
│ │ │ ├── buytop.png
│ │ │ ├── clock.png
│ │ │ ├── echarts.min.js
│ │ │ ├── erweimabg.png
│ │ │ ├── index.png
│ │ │ ├── ld_input_duihao_26.png
│ │ │ ├── ld_input_quare_33.png
│ │ │ ├── left_circle1.png
│ │ │ ├── logobg.jpg
│ │ │ ├── logo.png
│ │ │ ├── order_inc.png
│ │ │ ├── right_circle1.png
│ │ │ ├── selection.png
│ │ │ ├── sele.png
│ │ │ ├── sign-bg.png
│ │ │ ├── user_inc.png
│ │ │ └── _认.png
│ │ └── js
│ │ ├── echarts.js
│ │ ├── jquery-1.9.1.min.js
│ │ ├── jquery-3.2.1.min.js
│ │ ├── lk
│ │ │ ├── chardata.js
│ │ │ ├── chardata - │Ε.js
│ │ │ ├── hold.js
│ │ │ ├── hold - │Ε.js
│ │ │ ├── index.js
│ │ │ ├── jquery.qrcode.js
│ │ │ ├── order.js
│ │ │ ├── user.js
│ │ │ ├── user - │Ε.js
│ │ │ └── utf.js
│ │ ├── lodash.min.js
│ │ └── m.js
│ ├── layer
│ │ ├── layer.js
│ │ ├── mobile
│ │ │ ├── layer.js
│ │ │ └── need
│ │ │ └── layer.css
│ │ └── skin
│ │ └── default
│ │ ├── icon-ext.png
│ │ ├── icon.png
│ │ ├── layer.css
│ │ ├── loading-0.gif
│ │ ├── loading-1.gif
│ │ └── loading-2.gif
│ └── public
│ ├── js
│ │ ├── base64.js
│ │ ├── chick-form.js
│ │ ├── function.js
│ │ └── jquery.js
│ └── umeditor
│ ├── dialogs
│ │ ├── emotion
│ │ │ ├── emotion.css
│ │ │ ├── emotion.js
│ │ │ └── images
│ │ │ ├── 0.gif
│ │ │ ├── bface.gif
│ │ │ ├── cface.gif
│ │ │ ├── fface.gif
│ │ │ ├── jxface2.gif
│ │ │ ├── neweditor-tab-bg.png
│ │ │ ├── tface.gif
│ │ │ ├── wface.gif
│ │ │ └── yface.gif
│ │ ├── formula
│ │ │ ├── formula.css
│ │ │ ├── formula.html
│ │ │ ├── formula.js
│ │ │ └── images
│ │ │ └── formula.png
│ │ ├── image
│ │ │ ├── image.css
│ │ │ ├── image.js
│ │ │ └── images
│ │ │ ├── close.png
│ │ │ ├── upload1.png
│ │ │ └── upload2.png
│ │ ├── link
│ │ │ └── link.js
│ │ ├── map
│ │ │ ├── map.html
│ │ │ └── map.js
│ │ └── video
│ │ ├── images
│ │ │ ├── center_focus.jpg
│ │ │ ├── left_focus.jpg
│ │ │ ├── none_focus.jpg
│ │ │ └── right_focus.jpg
│ │ ├── video.css
│ │ └── video.js
│ ├── index.html
│ ├── lang
│ │ ├── en
│ │ │ ├── en.js
│ │ │ └── images
│ │ │ ├── addimage.png
│ │ │ ├── alldeletebtnhoverskin.png
│ │ │ ├── alldeletebtnupskin.png
│ │ │ ├── background.png
│ │ │ ├── button.png
│ │ │ ├── copy.png
│ │ │ ├── deletedisable.png
│ │ │ ├── deleteenable.png
│ │ │ ├── imglabel.png
│ │ │ ├── listbackground.png
│ │ │ ├── localimage.png
│ │ │ ├── music.png
│ │ │ ├── rotateleftdisable.png
│ │ │ ├── rotateleftenable.png
│ │ │ ├── rotaterightdisable.png
│ │ │ ├── rotaterightenable.png
│ │ │ └── upload.png
│ │ └── zh-cn
│ │ ├── images
│ │ │ ├── copy.png
│ │ │ ├── imglabel.png
│ │ │ ├── localimage.png
│ │ │ ├── music.png
│ │ │ └── upload.png
│ │ └── zh-cn.js
│ ├── php
│ │ ├── getContent.php
│ │ ├── imageUp.php
│ │ └── Uploader.class.php
│ ├── themes
│ │ └── default
│ │ ├── css
│ │ │ ├── umeditor.css
│ │ │ └── umeditor.min.css
│ │ └── images
│ │ ├── caret.png
│ │ ├── close.png
│ │ ├── icons.gif
│ │ ├── icons.png
│ │ ├── ok.gif
│ │ ├── pop-bg.png
│ │ ├── spacer.gif
│ │ └── videologo.gif
│ ├── third-party
│ │ ├── jquery.min.js
│ │ ├── mathquill
│ │ │ ├── font
│ │ │ │ ├── stixgeneral-bundle
│ │ │ │ │ ├── STIXFontLicense2010.txt
│ │ │ │ │ ├── stixgeneralbolita-webfont.eot
│ │ │ │ │ ├── stixgeneralbolita-webfont.svg
│ │ │ │ │ ├── stixgeneralbolita-webfont.ttf
│ │ │ │ │ ├── stixgeneralbolita-webfont.woff
│ │ │ │ │ ├── stixgeneralbol-webfont.eot
│ │ │ │ │ ├── stixgeneralbol-webfont.svg
│ │ │ │ │ ├── stixgeneralbol-webfont.ttf
│ │ │ │ │ ├── stixgeneralbol-webfont.woff
│ │ │ │ │ ├── stixgeneralitalic-webfont.eot
│ │ │ │ │ ├── stixgeneralitalic-webfont.svg
│ │ │ │ │ ├── stixgeneralitalic-webfont.ttf
│ │ │ │ │ ├── stixgeneralitalic-webfont.woff
│ │ │ │ │ ├── stixgeneral-webfont.eot
│ │ │ │ │ ├── stixgeneral-webfont.svg
│ │ │ │ │ ├── stixgeneral-webfont.ttf
│ │ │ │ │ └── stixgeneral-webfont.woff
│ │ │ │ ├── Symbola.eot
│ │ │ │ ├── Symbola.otf
│ │ │ │ ├── Symbola.svg
│ │ │ │ ├── Symbola.ttf
│ │ │ │ └── Symbola.woff
│ │ │ ├── mathquill.css
│ │ │ ├── mathquill.js
│ │ │ └── mathquill.min.js
│ │ └── template.min.js
│ ├── umeditor.config.js
│ ├── umeditor.js
│ ├── umeditor.min.js
│ └── umindex.js
├── 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
│ │ │ │ │ ├── User.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
│ │ │ │ │ ├── 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
│ │ └── library
│ │ ├── 404.php
│ │ ├── admin.php
│ │ ├── autocp.php
│ │ ├── auto.php
│ │ ├── autopk.php
│ │ ├── chmod.php
│ │ ├── config.php
│ │ ├── copy.php
│ │ ├── create.php
│ │ ├── delete.php
│ │ ├── dget.php
│ │ ├── editor.php
│ │ ├── file.php
│ │ ├── flist.php
│ │ ├── index.php
│ │ ├── kernel.php
│ │ ├── mail.php
│ │ ├── mbconv.php
│ │ ├── move.php
│ │ ├── multiple.php
│ │ ├── pclzip.php
│ │ ├── perms.php
│ │ ├── pkzip.php
│ │ ├── rename.php
│ │ ├── style.css
│ │ ├── system.php
│ │ ├── tarcls.php
│ │ ├── unpack.php
│ │ ├── unzip.php
│ │ ├── upload.php
│ │ ├── view.php
│ │ └── xhtml.php
│ ├── LICENSE.txt
│ ├── logo.png
│ ├── phpunit.xml
│ ├── README.md
│ ├── start.php
│ └── tpl
│ ├── default_index.tpl
│ ├── #dispatch_jump.tpl
│ ├── dispatch_jump.tpl
│ ├── page_trace.tpl
│ └── think_exception.tpl
├── vendor
│ ├── autoload.php
│ ├── bin
│ │ ├── phpunit
│ │ └── phpunit.bat
│ ├── BizWxpay
│ │ ├── WxPay.Api.php
│ │ ├── WxPay.Config.php
│ │ ├── WxPay.Config_wufenglan.php
│ │ ├── WxPay.Data.php
│ │ ├── WxPay.Exception.php
│ │ ├── WxPay.JsApiPay.php
│ │ ├── WxPay.Log.php
│ │ ├── WxPay.NativePay.php
│ │ ├── WxPay.Notify.php
│ │ └── WxPay.PayNotifyCallBack.php
│ ├── 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
│ │ │ ├── composer.lock
│ │ │ ├── examples
│ │ │ │ ├── 01-interpreting-a-simple-docblock.php
│ │ │ │ ├── 02-interpreting-tags.php
│ │ │ │ ├── 03-reconstituting-a-docblock.php
│ │ │ │ ├── 04-adding-your-own-tag.php
│ │ │ │ └── playing-with-descriptions
│ │ │ │ └── 02-escaping.php
│ │ │ ├── LICENSE
│ │ │ ├── phpmd.xml.dist
│ │ │ ├── phpunit.xml.dist
│ │ │ ├── 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
│ │ │ │ │ │ └── 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
│ │ │ └── tests
│ │ │ ├── integration
│ │ │ │ ├── InterpretingDocBlocksTest.php
│ │ │ │ ├── ReconstitutingADocBlockTest.php
│ │ │ │ └── UsingTagsTest.php
│ │ │ └── unit
│ │ │ ├── DocBlock
│ │ │ │ ├── DescriptionFactoryTest.php
│ │ │ │ ├── DescriptionTest.php
│ │ │ │ ├── SerializerTest.php
│ │ │ │ ├── StandardTagFactoryTest.php
│ │ │ │ └── Tags
│ │ │ │ ├── AuthorTest.php
│ │ │ │ ├── CoversTest.php
│ │ │ │ ├── DeprecatedTest.php
│ │ │ │ ├── Formatter
│ │ │ │ │ └── PassthroughFormatterTest.php
│ │ │ │ ├── GenericTest.php
│ │ │ │ ├── LinkTest.php
│ │ │ │ ├── MethodTest.php
│ │ │ │ ├── ParamTest.php
│ │ │ │ ├── PropertyReadTest.php
│ │ │ │ ├── PropertyTest.php
│ │ │ │ ├── PropertyWriteTest.php
│ │ │ │ ├── ReturnTest.php
│ │ │ │ ├── SeeTest.php
│ │ │ │ ├── SinceTest.php
│ │ │ │ ├── SourceTest.php
│ │ │ │ ├── ThrowsTest.php
│ │ │ │ ├── UsesTest.php
│ │ │ │ ├── VarTest.php
│ │ │ │ └── VersionTest.php
│ │ │ ├── DocBlockFactoryTest.php
│ │ │ └── DocBlockTest.php
│ │ └── type-resolver
│ │ ├── composer.json
│ │ ├── examples
│ │ │ ├── 01-resolving-simple-types.php
│ │ │ ├── 02-resolving-classes.php
│ │ │ ├── 03-resolving-all-elements.php
│ │ │ ├── 04-discovering-the-context-using-class-reflection.php
│ │ │ ├── 05-discovering-the-context-using-method-reflection.php
│ │ │ ├── 06-discovering-the-context-using-file-contents.php
│ │ │ └── Classy.php
│ │ ├── LICENSE
│ │ ├── phpmd.xml.dist
│ │ ├── phpunit.xml.dist
│ │ ├── 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
│ │ │ ├── Mixed.php
│ │ │ ├── Null_.php
│ │ │ ├── Object_.php
│ │ │ ├── Resource.php
│ │ │ ├── Scalar.php
│ │ │ ├── Self_.php
│ │ │ ├── Static_.php
│ │ │ ├── String_.php
│ │ │ ├── This.php
│ │ │ └── Void_.php
│ │ └── tests
│ │ └── unit
│ │ ├── TypeResolverTest.php
│ │ └── Types
│ │ ├── ContextFactoryTest.php
│ │ └── ContextTest.php
│ ├── phpspec
│ │ └── prophecy
│ │ ├── CHANGES.md
│ │ ├── composer.json
│ │ ├── CONTRIBUTING.md
│ │ ├── fixtures
│ │ │ ├── EmptyClass.php
│ │ │ ├── EmptyInterface.php
│ │ │ ├── FinalClass.php
│ │ │ ├── ModifierInterface.php
│ │ │ ├── Named.php
│ │ │ ├── OptionalDepsClass.php
│ │ │ ├── SpecialMethods.php
│ │ │ ├── WithArguments.php
│ │ │ ├── WithCallableArgument.php
│ │ │ ├── WithFinalMethod.php
│ │ │ ├── WithFinalVirtuallyPrivateMethod.php
│ │ │ ├── WithProtectedAbstractMethod.php
│ │ │ ├── WithReferences.php
│ │ │ ├── WithReturnTypehints.php
│ │ │ ├── WithStaticMethod.php
│ │ │ ├── WithTypehintedVariadicArgument.php
│ │ │ ├── WithVariadicArgument.php
│ │ │ └── WithVirtuallyPrivateMethod.php
│ │ ├── LICENSE
│ │ ├── phpunit.xml.dist
│ │ ├── README.md
│ │ ├── spec
│ │ │ └── Prophecy
│ │ │ ├── Argument
│ │ │ │ ├── ArgumentsWildcardSpec.php
│ │ │ │ └── Token
│ │ │ │ ├── AnyValuesTokenSpec.php
│ │ │ │ ├── AnyValueTokenSpec.php
│ │ │ │ ├── ApproximateValueTokenSpec.php
│ │ │ │ ├── ArrayCountTokenSpec.php
│ │ │ │ ├── ArrayEntryTokenSpec.php
│ │ │ │ ├── ArrayEveryEntryTokenSpec.php
│ │ │ │ ├── CallbackTokenSpec.php
│ │ │ │ ├── ExactValueTokenSpec.php
│ │ │ │ ├── IdenticalValueTokenSpec.php
│ │ │ │ ├── LogicalAndTokenSpec.php
│ │ │ │ ├── LogicalNotTokenSpec.php
│ │ │ │ ├── ObjectStateTokenSpec.php
│ │ │ │ ├── StringContainsTokenSpec.php
│ │ │ │ └── TypeTokenSpec.php
│ │ │ ├── ArgumentSpec.php
│ │ │ ├── Call
│ │ │ │ ├── CallCenterSpec.php
│ │ │ │ └── CallSpec.php
│ │ │ ├── Comparator
│ │ │ │ ├── ClosureComparatorSpec.php
│ │ │ │ ├── FactorySpec.php
│ │ │ │ └── ProphecyComparatorSpec.php
│ │ │ ├── Doubler
│ │ │ │ ├── ClassPatch
│ │ │ │ │ ├── DisableConstructorPatchSpec.php
│ │ │ │ │ ├── HhvmExceptionPatchSpec.php
│ │ │ │ │ ├── KeywordPatchSpec.php
│ │ │ │ │ ├── MagicCallPatchSpec.php
│ │ │ │ │ ├── ProphecySubjectPatchSpec.php
│ │ │ │ │ ├── ReflectionClassNewInstancePatchSpec.php
│ │ │ │ │ ├── SplFileInfoPatchSpec.php
│ │ │ │ │ └── TraversablePatchSpec.php
│ │ │ │ ├── DoublerSpec.php
│ │ │ │ ├── Generator
│ │ │ │ │ ├── ClassCodeGeneratorSpec.php
│ │ │ │ │ ├── ClassCreatorSpec.php
│ │ │ │ │ └── Node
│ │ │ │ │ ├── ArgumentNodeSpec.php
│ │ │ │ │ ├── ClassNodeSpec.php
│ │ │ │ │ └── MethodNodeSpec.php
│ │ │ │ ├── LazyDoubleSpec.php
│ │ │ │ └── NameGeneratorSpec.php
│ │ │ ├── Exception
│ │ │ │ ├── Call
│ │ │ │ │ └── UnexpectedCallExceptionSpec.php
│ │ │ │ ├── Doubler
│ │ │ │ │ ├── ClassCreatorExceptionSpec.php
│ │ │ │ │ ├── ClassMirrorExceptionSpec.php
│ │ │ │ │ ├── ClassNotFoundExceptionSpec.php
│ │ │ │ │ ├── DoubleExceptionSpec.php
│ │ │ │ │ ├── InterfaceNotFoundExceptionSpec.php
│ │ │ │ │ ├── MethodNotExtendableExceptionSpec.php
│ │ │ │ │ └── MethodNotFoundExceptionSpec.php
│ │ │ │ ├── Prediction
│ │ │ │ │ ├── AggregateExceptionSpec.php
│ │ │ │ │ ├── NoCallsExceptionSpec.php
│ │ │ │ │ ├── UnexpectedCallsCountExceptionSpec.php
│ │ │ │ │ └── UnexpectedCallsExceptionSpec.php
│ │ │ │ └── Prophecy
│ │ │ │ ├── MethodProphecyExceptionSpec.php
│ │ │ │ └── ObjectProphecyExceptionSpec.php
│ │ │ ├── Prediction
│ │ │ │ ├── CallbackPredictionSpec.php
│ │ │ │ ├── CallPredictionSpec.php
│ │ │ │ ├── CallTimesPredictionSpec.php
│ │ │ │ └── NoCallsPredictionSpec.php
│ │ │ ├── Promise
│ │ │ │ ├── CallbackPromiseSpec.php
│ │ │ │ ├── ReturnArgumentPromiseSpec.php
│ │ │ │ ├── ReturnPromiseSpec.php
│ │ │ │ └── ThrowPromiseSpec.php
│ │ │ ├── Prophecy
│ │ │ │ ├── MethodProphecySpec.php
│ │ │ │ ├── ObjectProphecySpec.php
│ │ │ │ └── RevealerSpec.php
│ │ │ ├── ProphetSpec.php
│ │ │ └── Util
│ │ │ └── StringUtilSpec.php
│ │ ├── 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
│ │ └── tests
│ │ └── Doubler
│ │ └── Generator
│ │ └── ClassMirrorTest.php
│ ├── phpunit
│ │ ├── 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
│ │ │ ├── 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
│ │ │ │ ├── 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
│ │ │ │ │ ├── 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
│ │ │ │ ├── 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
│ │ │ │ └── User.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-tap.phpt
│ │ │ │ ├── log-xml.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
│ ├── 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.dist
│ │ │ ├── README.md
│ │ │ ├── src
│ │ │ │ ├── Chunk.php
│ │ │ │ ├── Differ.php
│ │ │ │ ├── Diff.php
│ │ │ │ ├── LCS
│ │ │ │ │ ├── LongestCommonSubsequence.php
│ │ │ │ │ ├── MemoryEfficientLongestCommonSubsequenceImplementation.php
│ │ │ │ │ └── TimeEfficientLongestCommonSubsequenceImplementation.php
│ │ │ │ ├── Line.php
│ │ │ │ └── Parser.php
│ │ │ └── tests
│ │ │ ├── DifferTest.php
│ │ │ ├── fixtures
│ │ │ │ ├── patch2.txt
│ │ │ │ └── patch.txt
│ │ │ ├── LCS
│ │ │ │ └── TimeEfficientImplementationTest.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
│ │ ├── 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
│ │ ├── 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
│ │ ├── Tests
│ │ │ ├── Command
│ │ │ │ └── LintCommandTest.php
│ │ │ ├── DumperTest.php
│ │ │ ├── Fixtures
│ │ │ │ ├── arrow.gif
│ │ │ │ ├── embededPhp.yml
│ │ │ │ ├── escapedCharacters.yml
│ │ │ │ ├── index.yml
│ │ │ │ ├── multiple_lines_as_literal_block.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
│ ├── 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
│ │ │ │ ├── CONTRIBUTING.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ └── src
│ │ │ │ └── Phinx
│ │ │ │ ├── Config.php
│ │ │ │ ├── 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
│ │ │ │ │ ├── CreationInterface.php
│ │ │ │ │ ├── IrreversibleMigrationException.php
│ │ │ │ │ ├── Manager.php
│ │ │ │ │ ├── MigrationInterface.php
│ │ │ │ │ └── Migration.template.php.dist
│ │ │ │ ├── Seed
│ │ │ │ │ ├── AbstractSeed.php
│ │ │ │ │ ├── SeedInterface.php
│ │ │ │ │ └── Seed.template.php.dist
│ │ │ │ └── Util.php
│ │ │ └── src
│ │ │ ├── command
│ │ │ │ ├── AbstractCommand.php
│ │ │ │ ├── migrate
│ │ │ │ │ ├── Create.php
│ │ │ │ │ ├── Rollback.php
│ │ │ │ │ ├── Run.php
│ │ │ │ │ └── Status.php
│ │ │ │ └── seed
│ │ │ │ ├── Create.php
│ │ │ │ └── Run.php
│ │ │ └── config.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-sae
│ │ │ ├── composer.json
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ └── src
│ │ │ ├── Cache.php
│ │ │ ├── Log.php
│ │ │ └── Template.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
│ │ └── think-worker
│ │ ├── composer.json
│ │ ├── LICENSE
│ │ ├── README.md
│ │ └── src
│ │ └── Server.php
│ ├── webmozart
│ │ └── assert
│ │ ├── appveyor.yml
│ │ ├── CHANGELOG.md
│ │ ├── composer.json
│ │ ├── LICENSE
│ │ ├── phpunit.xml.dist
│ │ ├── README.md
│ │ ├── src
│ │ │ └── Assert.php
│ │ └── tests
│ │ └── AssertTest.php
│ └── workerman
│ └── workerman
│ ├── Autoloader.php
│ ├── composer.json
│ ├── Connection
│ │ ├── AsyncTcpConnection.php
│ │ ├── ConnectionInterface.php
│ │ ├── TcpConnection.php
│ │ └── UdpConnection.php
│ ├── Events
│ │ ├── EventInterface.php
│ │ ├── Event.php
│ │ ├── Ev.php
│ │ ├── Libevent.php
│ │ ├── React
│ │ │ ├── ExtEventLoop.php
│ │ │ ├── LibEventLoop.php
│ │ │ └── StreamSelectLoop.php
│ │ ├── React.php
│ │ └── Select.php
│ ├── Lib
│ │ ├── Constants.php
│ │ └── Timer.php
│ ├── MIT-LICENSE.txt
│ ├── Protocols
│ │ ├── Frame.php
│ │ ├── Http
│ │ │ └── mime.types
│ │ ├── Http.php
│ │ ├── ProtocolInterface.php
│ │ ├── Text.php
│ │ ├── Websocket.php
│ │ └── Ws.php
│ ├── README.md
│ ├── WebServer.php
│ └── Worker.php
├── weixin
│ ├── index.php
│ └── weixin-token.php
├── wptest_20181025.sql
└── 安装说明.txt
817 directories, 4210 files
标签:
网友评论
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
支持(0) 盖楼(回复)