91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 31.36MB
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發布日期: 2023-06-14
  • 語言: PHP
  • 標簽: v1.0.181112??

資源簡介

魚知凡考試管理系統是一個基于PHP+MySQL開發的考試管理系統, 前端框架使用的是Layui 2.2,后端框架使用的是Yii 2.0 主要功能有院系專業管理、班級管理、用戶管理、課程管理、題庫管理

資源截圖

代碼片段和文件信息

/*
?*?This?file?is?part?of?the?Symfony?package.
?*
?*?(c)?Fabien?Potencier?
?*
?*?For?the?full?copyright?and?license?information?please?view?the?LICENSE
?*?file?that?was?distributed?with?this?source?code.
?*/

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

#include?“php.h“
#ifdef?ZTS
#include?“TSRM.h“
#endif
#include?“php_ini.h“
#include?“ext/standard/info.h“
#include?“php_symfony_debug.h“
#include?“ext/standard/php_rand.h“
#include?“ext/standard/php_lcg.h“
#include?“ext/spl/php_spl.h“
#include?“Zend/zend_gc.h“
#include?“Zend/zend_builtin_functions.h“
#include?“Zend/zend_extensions.h“?/*?for?ZEND_EXTENSION_API_NO?*/
#include?“ext/standard/php_array.h“
#include?“Zend/zend_interfaces.h“
#include?“SAPI.h“

#define?IS_PHP_53?ZEND_EXTENSION_API_NO?==?220090626

ZEND_DECLARE_MODULE_GLOBALS(symfony_debug)

ZEND_BEGIN_ARG_INFO_EX(symfony_zval_arginfo?0?0?2)
ZEND_ARG_INFO(0?key)
ZEND_ARG_ARRAY_INFO(0?array?0)
ZEND_ARG_INFO(0?options)
ZEND_END_ARG_INFO()

const?zend_function_entry?symfony_debug_functions[]?=?{
PHP_FE(symfony_zval_info symfony_zval_arginfo)
PHP_FE(symfony_debug_backtrace?NULL)
PHP_FE_END
};

PHP_FUNCTION(symfony_debug_backtrace)
{
if?(zend_parse_parameters_none()?==?FAILURE)?{
return;
}
#if?IS_PHP_53
zend_fetch_debug_backtrace(return_value?1?0?TSRMLS_CC);
#else
zend_fetch_debug_backtrace(return_value?1?0?0?TSRMLS_CC);
#endif

if?(!SYMFONY_DEBUG_G(debug_bt))?{
return;
}

php_array_merge(Z_ARRVAL_P(return_value)?Z_ARRVAL_P(SYMFONY_DEBUG_G(debug_bt))?0?TSRMLS_CC);
}

PHP_FUNCTION(symfony_zval_info)
{
zval?*key?=?NULL?*arg?=?NULL;
zval?**data?=?NULL;
HashTable?*array?=?NULL;
long?options?=?0;

if?(zend_parse_parameters(ZEND_NUM_ARGS()?TSRMLS_CC?“zh|l“?&key?&array?&options)?==?FAILURE)?{
return;
}

switch?(Z_TYPE_P(key))?{
case?IS_STRING:
if?(zend_symtable_find(array?Z_STRVAL_P(key)?Z_STRLEN_P(key)?+?1?(void?**)&data)?==?FAILURE)?{
return;
}
break;
case?IS_LONG:
if?(zend_hash_index_find(array?Z_LVAL_P(key)?(void?**)&data))?{
return;
}
break;
}

arg?=?*data;

array_init(return_value);

add_assoc_string(return_value?“type“?(char?*)_symfony_debug_zval_type(arg)?1);
add_assoc_stringl(return_value?“zval_hash“?_symfony_debug_memory_address_hash((void?*)arg?TSRMLS_CC)?16?0);
add_assoc_long(return_value?“zval_refcount“?Z_REFCOUNT_P(arg));
add_assoc_bool(return_value?“zval_isref“?(zend_bool)Z_ISREF_P(arg));

if?(Z_TYPE_P(arg)?==?IS_object)?{
char?hash[33]?=?{0};

php_spl_object_hash(arg?(char?*)hash?TSRMLS_CC);
add_assoc_stringl(return_value?“object_class“?(char?*)Z_OBJCE_P(arg)->name?Z_OBJCE_P(arg)->name_length?1);
add_assoc_long(return_value?“object_refcount“?EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(arg)].bucket.obj.refcount);
add_assoc_string(return_value?“object_hash“?hash?1);
add_assoc_long(return_value?“object_handle“?Z_OBJ_HANDLE_P(arg));
}?else?if?(Z_TYPE_P(arg)?==?IS_ARRAY)?{
add_assoc_long(r

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????????211??2018-04-27?22:08??獲取授權.html

?????文件????????546??2017-02-02?00:55??assets\AppAsset.php

?????文件??????????0??2017-05-03?10:50??assets\index.html

?????文件????????715??2017-02-02?00:55??commands\HelloController.php

?????文件??????16905??2018-05-21?10:32??components\AccessControl.php

?????文件???????7097??2018-05-14?18:14??components\AuthcodeHelper.php

?????文件???????4789??2018-05-14?18:14??components\CurlHelper.php

?????文件???????8989??2018-05-14?18:14??components\ExamHelper.php

?????文件???????3433??2018-05-14?18:14??components\JsHelper.php

?????文件??????17629??2018-05-14?18:14??components\PinyinHelper.php

?????文件???????3173??2018-05-14?18:14??components\Questionhelper.php

?????文件???????2117??2018-05-14?18:14??components\ResourCourseHelper.php

?????文件???????2165??2018-05-14?18:14??components\ResourTreeHelper.php

?????文件???????2713??2018-05-14?18:14??components\SafetyHelper.php

?????文件???????2645??2018-05-14?18:14??components\SchoolclassHelper.php

?????文件???????2793??2018-05-14?18:14??components\SecretHelper.php

?????文件???????2117??2018-05-14?18:14??components\SpecialtyHelper.php

?????文件???????7545??2018-05-14?18:14??components\StringHelper.php

?????文件??????14281??2018-05-14?18:14??components\UserHelper.php

?????文件???????8029??2018-05-14?18:14??components\VisitorHelper.php

?????文件???????2101??2018-05-14?18:14??components\WarningHelper.php

?????文件????????990??2017-02-02?00:55??config\console.php

?????文件????????207??2018-06-02?09:49??config\db.php

?????文件????????951??2018-11-12?16:03??config\params.php

?????文件???????6220??2018-04-25?18:01??config\web.php

?????文件???????2173??2018-05-14?18:14??controllers\AboutController.php

?????文件???????6925??2018-05-14?18:14??controllers\LoginController.php

?????文件???????2069??2018-05-14?18:14??controllers\LogoutController.php

?????文件???????3269??2018-05-14?18:14??controllers\NoticeController.php

?????文件??????11513??2018-05-14?18:14??controllers\RegisterController.php

............此處省略7598個文件信息

評論

共有 條評論