资源简介
码科物流小程序!
代码片段和文件信息
/*
* 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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-12-30 14:59 码科货运快狗搬家物流V1.0.11开源\
文件 6572835 2019-12-30 14:59 码科货运快狗搬家物流V1.0.11开源\make_freight.zip
目录 0 2019-09-08 08:29 码科货运快狗搬家物流V1.0.11开源\make_freight\
文件 23967 2019-03-14 12:14 码科货运快狗搬家物流V1.0.11开源\make_freight\icon-custm.png
文件 12270 2019-07-10 09:26 码科货运快狗搬家物流V1.0.11开源\make_freight\icon.jpg
文件 43547 2019-09-08 17:54 码科货运快狗搬家物流V1.0.11开源\make_freight\manifest.xm
文件 146222 2019-07-18 09:32 码科货运快狗搬家物流V1.0.11开源\make_freight\map.json
文件 1585 2019-07-10 09:26 码科货运快狗搬家物流V1.0.11开源\make_freight\module.php
文件 727 2019-07-10 09:26 码科货运快狗搬家物流V1.0.11开源\make_freight\site.php
文件 89262 2019-07-18 22:47 码科货运快狗搬家物流V1.0.11开源\make_freight\upgrade.php
文件 7797 2019-08-01 10:25 码科货运快狗搬家物流V1.0.11开源\make_freight\wxapp.php
目录 0 2019-08-09 19:14 码科货运快狗搬家物流V1.0.11开源\make_freight\common\
文件 12592 2019-08-01 11:05 码科货运快狗搬家物流V1.0.11开源\make_freight\common\common.php
目录 0 2019-08-01 09:34 码科货运快狗搬家物流V1.0.11开源\make_freight\common\lib\
目录 0 2019-08-01 09:34 码科货运快狗搬家物流V1.0.11开源\make_freight\common\lib\aliyun\
文件 3587 2019-07-10 09:42 码科货运快狗搬家物流V1.0.11开源\make_freight\common\lib\aliyun\SignatureHelper.php
目录 0 2019-08-01 09:34 码科货运快狗搬家物流V1.0.11开源\make_freight\core\
文件 144 2019-07-10 09:42 码科货运快狗搬家物流V1.0.11开源\make_freight\core\.bowerrc
文件 149 2019-07-10 09:42 码科货运快狗搬家物流V1.0.11开源\make_freight\core\.env.sample
文件 1097 2019-07-10 09:37 码科货运快狗搬家物流V1.0.11开源\make_freight\core\bower.json
文件 1076 2019-07-10 09:37 码科货运快狗搬家物流V1.0.11开源\make_freight\core\build.php
文件 10251 2019-07-10 09:42 码科货运快狗搬家物流V1.0.11开源\make_freight\core\LICENSE
文件 745 2019-07-10 09:29 码科货运快狗搬家物流V1.0.11开源\make_freight\core\think
目录 0 2019-08-01 09:34 码科货运快狗搬家物流V1.0.11开源\make_freight\core\addons\
目录 0 2019-08-01 09:34 码科货运快狗搬家物流V1.0.11开源\make_freight\core\addons\command\
文件 1449 2019-07-10 09:42 码科货运快狗搬家物流V1.0.11开源\make_freight\core\addons\command\Command.php
文件 19 2019-07-10 09:42 码科货运快狗搬家物流V1.0.11开源\make_freight\core\addons\command\config.php
文件 197 2019-07-10 09:41 码科货运快狗搬家物流V1.0.11开源\make_freight\core\addons\command\info.ini
文件 989 2019-07-10 09:41 码科货运快狗搬家物流V1.0.11开源\make_freight\core\addons\command\install.sql
目录 0 2019-08-01 09:34 码科货运快狗搬家物流V1.0.11开源\make_freight\core\addons\command\application\
目录 0 2019-08-01 09:34 码科货运快狗搬家物流V1.0.11开源\make_freight\core\addons\command\application\admin\
............此处省略2037个文件信息
评论
共有 条评论