资源简介

飞飞影视导航商业系统最新版 赞片CMS 更新与2018.12.12,纯官方资源包,无修改,做在线影视站必备

资源截图

代码片段和文件信息


/*
 * This file is part of Pimple.
 *
 * Copyright (c) 2014 Fabien Potencier
 *
 * Permission is hereby granted free of charge to any person obtaining a copy
 * of this software and associated documentation files (the “Software“) to deal
 * in the Software without restriction including without limitation the rights
 * to use copy modify merge publish distribute sublicense and/or sell
 * copies of the Software and to permit persons to whom the Software is furnished
 * to do so subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED “AS IS“ WITHOUT WARRANTY OF ANY KIND EXPRESS OR
 * IMPLIED INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM DAMAGES OR OTHER
 * LIABILITY WHETHER IN AN ACTION OF CONTRACT TORT OR OTHERWISE ARISING FROM
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */

#ifdef HAVE_CONFIG_H
#include “config.h“
#endif

#include “php.h“
#include “php_ini.h“
#include “ext/standard/info.h“
#include “php_pimple.h“
#include “pimple_compat.h“
#include “zend_interfaces.h“
#include “zend.h“
#include “Zend/zend_closures.h“
#include “ext/spl/spl_exceptions.h“
#include “Zend/zend_exceptions.h“
#include “main/php_output.h“
#include “SAPI.h“

static zend_class_entry *pimple_ce_PsrContainerInterface;
static zend_class_entry *pimple_ce_PsrContainerExceptionInterface;
static zend_class_entry *pimple_ce_PsrNotFoundExceptionInterface;

static zend_class_entry *pimple_ce_ExpectedInvokableException;
static zend_class_entry *pimple_ce_FrozenServiceException;
static zend_class_entry *pimple_ce_InvalidServiceIdentifierException;
static zend_class_entry *pimple_ce_UnknownIdentifierException;

static zend_class_entry *pimple_ce;
static zend_object_handlers pimple_object_handlers;
static zend_class_entry *pimple_closure_ce;
static zend_class_entry *pimple_serviceprovider_ce;
static zend_object_handlers pimple_closure_object_handlers;
static zend_internal_function pimple_closure_invoker_function;

#define FETCH_DIM_HANDLERS_VARS  pimple_object *pimple_obj = NULL; \
ulong index; \
pimple_obj = (pimple_object *)zend_object_store_get_object(object TSRMLS_CC); \

#define PIMPLE_object_HANDLE_INHERITANCE_object_HANDLERS do { \
if (ce != pimple_ce) { \
zend_hash_find(&ce->function_table ZEND_STRS(“offsetget“) (void **)&function); \
if (function->common.scope != ce) { /* if the function is not defined in this actual class */ \
pimple_object_handlers.read_dimension = pimple_object_read_dimension; /* then overwrite the handler to use custom one */ \
} \
zend_hash_find(&ce->function_table ZEND_STRS(“offsetset“) (void **)&function); \
if (function->common.scope != ce) { \
pimp

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       8568  2018-04-28 22:26  ZanPianCms_v8.20181212\public\tpl\user\new\js\read.js

     文件      10370  2018-05-16 03:19  ZanPianCms_v8.20181212\public\tpl\static\js\read.js

     文件         17  2017-08-10 12:02  ZanPianCms_v8.20181212\public\tpl\admin\zanpiancms\libs\jquery-addtabs\README.md

     文件         19  2017-08-18 00:11  ZanPianCms_v8.20181212\thinkphp\vendor\overtrue\wechat\src\Message\README.md

     文件         20  2017-08-18 00:11  ZanPianCms_v8.20181212\thinkphp\vendor\overtrue\wechat\src\Card\README.md

     文件         23  2017-08-18 00:11  ZanPianCms_v8.20181212\thinkphp\vendor\overtrue\wechat\src\Payment\README.md

     文件         26  2017-08-18 00:11  ZanPianCms_v8.20181212\thinkphp\vendor\overtrue\wechat\src\Store\README.md

     文件         28  2017-08-18 00:11  ZanPianCms_v8.20181212\thinkphp\vendor\overtrue\wechat\src\Js\README.md

     文件         30  2017-08-18 00:11  ZanPianCms_v8.20181212\thinkphp\vendor\overtrue\wechat\src\POI\README.md

     文件         31  2017-08-18 00:11  ZanPianCms_v8.20181212\thinkphp\vendor\overtrue\wechat\src\Core\README.md

     文件         32  2017-08-18 00:11  ZanPianCms_v8.20181212\thinkphp\vendor\overtrue\wechat\src\Staff\README.md

     文件         32  2017-08-18 00:11  ZanPianCms_v8.20181212\thinkphp\vendor\overtrue\wechat\src\Support\README.md

     文件         33  2017-08-18 00:11  ZanPianCms_v8.20181212\thinkphp\vendor\overtrue\wechat\src\Notice\README.md

     文件         35  2017-08-18 00:11  ZanPianCms_v8.20181212\thinkphp\vendor\overtrue\wechat\src\QRCode\README.md

     文件         35  2017-08-18 00:11  ZanPianCms_v8.20181212\thinkphp\vendor\overtrue\wechat\src\Url\README.md

     文件         36  2017-08-18 00:11  ZanPianCms_v8.20181212\thinkphp\vendor\overtrue\wechat\src\Broadcast\README.md

     文件         38  2017-08-18 00:11  ZanPianCms_v8.20181212\thinkphp\vendor\overtrue\wechat\src\Reply\README.md

     文件         38  2017-08-18 00:11  ZanPianCms_v8.20181212\thinkphp\vendor\overtrue\wechat\src\Stats\README.md

     文件         39  2017-08-18 00:11  ZanPianCms_v8.20181212\thinkphp\vendor\overtrue\wechat\src\Device\README.md

     文件         39  2017-08-18 00:11  ZanPianCms_v8.20181212\thinkphp\vendor\overtrue\wechat\src\Server\README.md

     文件         40  2017-08-18 00:11  ZanPianCms_v8.20181212\thinkphp\vendor\overtrue\wechat\src\Menu\README.md

     文件         40  2017-08-18 00:11  ZanPianCms_v8.20181212\thinkphp\vendor\overtrue\wechat\src\Semantic\README.md

     文件         41  2017-08-18 00:11  ZanPianCms_v8.20181212\thinkphp\vendor\overtrue\wechat\src\Material\README.md

     文件         43  2017-08-18 00:11  ZanPianCms_v8.20181212\thinkphp\vendor\overtrue\wechat\src\User\README.md

     文件         46  2017-08-18 00:11  ZanPianCms_v8.20181212\thinkphp\vendor\overtrue\wechat\src\ShakeAround\README.md

     文件        114  2017-08-10 12:02  ZanPianCms_v8.20181212\public\tpl\admin\zanpiancms\libs\layer\src\README.md

     文件        166  2017-08-10 12:02  ZanPianCms_v8.20181212\thinkphp\vendor\addons\README.md

     文件        166  2017-08-18 00:11  ZanPianCms_v8.20181212\thinkphp\vendor\pimple\pimple\ext\pimple\README.md

     文件        216  2018-04-09 12:04  ZanPianCms_v8.20181212\thinkphp\library\think\console\bin\README.md

     文件        255  2017-08-18 00:11  ZanPianCms_v8.20181212\thinkphp\vendor\symfony\psr-http-message-bridge\README.md

............此处省略5466个文件信息

评论

共有 条评论