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

  • 大小: 22.3MB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2023-08-02
  • 語言: PHP
  • 標(biāo)簽: php5.4.24??

資源簡介

網(wǎng)上基本很難找了。apache2.2以下可以支持 php5.4所以上傳了這個資源。

資源截圖

代碼片段和文件信息

/*
???+----------------------------------------------------------------------+
???|?PHP?Version?5????????????????????????????????????????????????????????|
???+----------------------------------------------------------------------+
???|?Copyright?(c)?1997-2013?The?PHP?Group????????????????????????????????|
???+----------------------------------------------------------------------+
???|?This?source?file?is?subject?to?version?3.01?of?the?PHP?license??????|
???|?that?is?bundled?with?this?package?in?the?file?LICENSE?and?is????????|
???|?available?through?the?world-wide-web?at?the?following?url:???????????|
???|?http://www.php.net/license/3_01.txt??????????????????????????????????|
???|?If?you?did?not?receive?a?copy?of?the?PHP?license?and?are?unable?to???|
???|?obtain?it?through?the?world-wide-web?please?send?a?note?to??????????|
???|?license@php.net?so?we?can?mail?you?a?copy?immediately.???????????????|
???+----------------------------------------------------------------------+
???|?Author:?Andi?Gutmans??????????????????????????????????|
???+----------------------------------------------------------------------+
*/

/*?$Id$?*/

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

#include?“php.h“

#if?HAVE_BCMATH

#include?“php_ini.h“
#include?“ext/standard/info.h“
#include?“php_bcmath.h“
#include?“l(fā)ibbcmath/src/bcmath.h“

ZEND_DECLARE_MODULE_GLOBALS(bcmath)
static?PHP_GINIT_FUNCTION(bcmath);
static?PHP_GSHUTDOWN_FUNCTION(bcmath);

/*?{{{?arginfo?*/
ZEND_BEGIN_ARG_INFO_EX(arginfo_bcadd?0?0?2)
ZEND_ARG_INFO(0?left_operand)
ZEND_ARG_INFO(0?right_operand)
ZEND_ARG_INFO(0?scale)
ZEND_END_ARG_INFO()

ZEND_BEGIN_ARG_INFO_EX(arginfo_bcsub?0?0?2)
ZEND_ARG_INFO(0?left_operand)
ZEND_ARG_INFO(0?right_operand)
ZEND_ARG_INFO(0?scale)
ZEND_END_ARG_INFO()

ZEND_BEGIN_ARG_INFO_EX(arginfo_bcmul?0?0?2)
ZEND_ARG_INFO(0?left_operand)
ZEND_ARG_INFO(0?right_operand)
ZEND_ARG_INFO(0?scale)
ZEND_END_ARG_INFO()

ZEND_BEGIN_ARG_INFO_EX(arginfo_bcdiv?0?0?2)
ZEND_ARG_INFO(0?left_operand)
ZEND_ARG_INFO(0?right_operand)
ZEND_ARG_INFO(0?scale)
ZEND_END_ARG_INFO()

ZEND_BEGIN_ARG_INFO(arginfo_bcmod?0)
ZEND_ARG_INFO(0?left_operand)
ZEND_ARG_INFO(0?right_operand)
ZEND_END_ARG_INFO()

ZEND_BEGIN_ARG_INFO_EX(arginfo_bcpowmod?0?0?3)
ZEND_ARG_INFO(0?x)
ZEND_ARG_INFO(0?y)
ZEND_ARG_INFO(0?mod)
ZEND_ARG_INFO(0?scale)
ZEND_END_ARG_INFO()

ZEND_BEGIN_ARG_INFO_EX(arginfo_bcpow?0?0?2)
ZEND_ARG_INFO(0?x)
ZEND_ARG_INFO(0?y)
ZEND_ARG_INFO(0?scale)
ZEND_END_ARG_INFO()

ZEND_BEGIN_ARG_INFO_EX(arginfo_bcsqrt?0?0?1)
ZEND_ARG_INFO(0?operand)
ZEND_ARG_INFO(0?scale)
ZEND_END_ARG_INFO()

ZEND_BEGIN_ARG_INFO_EX(arginfo_bccomp?0?0?2)
ZEND_ARG_INFO(0?left_operand)
ZEND_ARG_INFO(0?right_operand)
ZEND_ARG_INFO(0?scale)
ZEND_END_ARG_INFO()

ZEND_BEGIN_ARG_INFO(arginfo_bcscale?0)
ZEND_ARG_INFO(0?scale)
ZEND_END_ARG_INFO()

/*?}}}?*/

const?zend_function_entry?bcmath_functions[]?=?{
PHP_FE(bcadd arginfo_bcadd)

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-03-22?14:43??php-5.4.24\
?????文件???????13474??2014-01-08?10:57??php-5.4.24\.gdbinit
?????文件????????8822??2014-01-08?10:57??php-5.4.24\.gitattributes
?????文件????????4561??2014-01-08?10:57??php-5.4.24\.gitignore
?????文件?????????118??2014-01-08?10:57??php-5.4.24\.travis.yml
?????文件???????11159??2014-01-08?10:57??php-5.4.24\CODING_STANDARDS
?????文件??????????91??2014-01-08?10:57??php-5.4.24\CREDITS
?????文件???????24838??2014-01-08?10:57??php-5.4.24\EXTENSIONS
?????文件???????95750??2014-01-08?10:57??php-5.4.24\INSTALL
?????文件????????3218??2014-01-08?10:57??php-5.4.24\LICENSE
?????文件????????1073??2014-01-08?10:57??php-5.4.24\Makefile.frag
?????文件????????2263??2014-01-08?10:57??php-5.4.24\Makefile.gcov
?????文件????????5574??2014-01-08?10:57??php-5.4.24\Makefile.global
?????文件??????414657??2014-01-08?10:57??php-5.4.24\NEWS
?????文件????????1570??2014-01-08?10:57??php-5.4.24\README.EXTENSIONS
?????文件????????6491??2014-01-08?10:57??php-5.4.24\README.EXT_SKEL
?????文件????????4891??2014-01-08?10:57??php-5.4.24\README.GIT-RULES
?????文件????????3426??2014-01-08?10:57??php-5.4.24\README.MAILINGLIST_RULES
?????文件????????5585??2014-01-08?10:57??php-5.4.24\README.NEW-OUTPUT-API
?????文件????????6935??2014-01-08?10:57??php-5.4.24\README.PARAMETER_PARSING_API
?????文件????????4740??2014-01-08?10:57??php-5.4.24\README.PHP4-TO-PHP5-THIN-CHANGES
?????文件???????20918??2014-01-08?10:57??php-5.4.24\README.REDIST.BINS
?????文件???????11315??2014-01-08?10:57??php-5.4.24\README.RELEASE_PROCESS
?????文件????????5086??2014-01-08?10:57??php-5.4.24\README.SELF-CONTAINED-EXTENSIONS
?????文件???????15373??2014-01-08?10:57??php-5.4.24\README.STREAMS
?????文件????????7605??2014-01-08?10:57??php-5.4.24\README.SUBMITTING_PATCH
?????文件????????6678??2014-01-08?10:57??php-5.4.24\README.TESTING
?????文件????????4957??2014-01-08?10:57??php-5.4.24\README.TESTING2
?????文件????????4261??2014-01-08?10:57??php-5.4.24\README.UNIX-BUILD-SYSTEM
?????文件?????????109??2014-01-08?10:57??php-5.4.24\README.WIN32-BUILD-SYSTEM
?????文件????????5438??2014-01-08?10:57??php-5.4.24\README.input_filter
............此處省略16246個文件信息

評論

共有 條評論

相關(guān)資源