/PHP-7.1/Zend/ |
H A D | zend_ini.c | 623 char *base = (char *) mh_arg2; in ZEND_INI_MH() local 625 char *base; in ZEND_INI_MH() local 652 char *base = (char *) mh_arg2; in ZEND_INI_MH() local 654 char *base; in ZEND_INI_MH() local 670 char *base = (char *) mh_arg2; in ZEND_INI_MH() local 672 char *base; in ZEND_INI_MH() local 693 char *base = (char *) mh_arg2; in ZEND_INI_MH() local 695 char *base; in ZEND_INI_MH() local 711 char *base = (char *) mh_arg2; in ZEND_INI_MH() local 713 char *base; in ZEND_INI_MH() local [all …]
|
H A D | zend_long.h | 68 # define ZEND_STRTOL(s0, s1, base) _strtoi64((s0), (s1), (base)) argument 69 # define ZEND_STRTOUL(s0, s1, base) _strtoui64((s0), (s1), (base)) argument 80 # define ZEND_STRTOL(s0, s1, base) strtoll((s0), (s1), (base)) argument 81 # define ZEND_STRTOUL(s0, s1, base) strtoull((s0), (s1), (base)) argument 87 # define ZEND_STRTOL(s0, s1, base) strtol((s0), (s1), (base)) argument 88 # define ZEND_STRTOUL(s0, s1, base) strtoul((s0), (s1), (base)) argument
|
H A D | zend_sort.c | 28 ZEND_API void zend_qsort(void *base, size_t nmemb, size_t siz, compare_func_t compare, swap_func_t … in zend_qsort() 153 ZEND_API void zend_insert_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_… in zend_insert_sort() 317 ZEND_API void zend_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_t swp) in zend_sort()
|
/PHP-7.1/ext/opcache/ |
H A D | zend_accelerator_module.c | 106 char *base = (char *) mh_arg2; in ZEND_INI_MH() local 108 char *base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_INI_MH() local 146 char *base = (char *) mh_arg2; in ZEND_INI_MH() local 148 char *base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_INI_MH() local 190 char *base = (char *) mh_arg2; in ZEND_INI_MH() local 192 char *base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_INI_MH() local 229 char *base = (char *) mh_arg2; in ZEND_INI_MH() local 231 char *base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_INI_MH() local
|
/PHP-7.1/ext/pcre/pcrelib/sljit/ |
H A D | sljitExecAllocator.c | 139 #define AS_BLOCK_HEADER(base, offset) \ argument 141 #define AS_FREE_BLOCK(base, offset) \ argument 143 #define MEM_START(base) ((void*)(((sljit_ub*)base) + sizeof(struct block_header))) argument
|
H A D | sljitUtils.c | 209 } base; in sljit_allocate_stack() local
|
/PHP-7.1/ext/soap/interop/ |
H A D | index.php | 10 $base = (isset($_SERVER['HTTPS'])?"https://":"http://").$server.dirname($_SERVER['PHP_SELF'])."/int… variable
|
H A D | client_round2_interop.php | 176 function getEndpoints($base = 'base', $all = 0) { 192 function _getEndpoints($base = "", $all = 0) {
|
/PHP-7.1/ext/spl/examples/ |
H A D | class_tree.php | 37 function __construct($base, $check_interfaces = false)
|
/PHP-7.1/ext/mbstring/oniguruma/ |
H A D | regparse.h | 161 NodeBase base; member 170 NodeBase base; member 186 NodeBase base; member 214 NodeBase base; member 226 NodeBase base; member 235 NodeBase base; member 242 NodeBase base; member 248 NodeBase base; member 255 NodeBase base; member
|
/PHP-7.1/ext/bcmath/libbcmath/src/ |
H A D | raisemod.c | 46 bc_raisemod (bc_num base, bc_num expo, bc_num mod, bc_num *result, int scale) in bc_raisemod()
|
H A D | output.c | 98 bc_num int_part, frac_part, base, cur_dig, t_num, max_o_digit; in bc_out_num() local
|
/PHP-7.1/ext/standard/ |
H A D | math.c | 687 double num, base = 0; in PHP_FUNCTION() local 802 PHPAPI zend_long _php_math_basetolong(zval *arg, int base) in _php_math_basetolong() 846 PHPAPI int _php_math_basetozval(zval *arg, int base, zval *ret) in _php_math_basetozval() 910 PHPAPI zend_string * _php_math_longtobase(zval *arg, int base) in _php_math_longtobase() 940 PHPAPI zend_string * _php_math_zvaltobase(zval *arg, int base) in _php_math_zvaltobase()
|
H A D | type.c | 140 zend_long base = 10; in PHP_FUNCTION() local
|
H A D | scanf.c | 589 int base = 0; in php_sscanf_internal() local
|
/PHP-7.1/ext/soap/ |
H A D | php_schema.c | 197 xmlChar *base = xmlNodeGetBase(trav->doc, trav); in load_schema() local 217 xmlChar *base = xmlNodeGetBase(trav->doc, trav); in load_schema() local 245 xmlChar *base = xmlNodeGetBase(trav->doc, trav); in load_schema() local 641 xmlAttrPtr base; in schema_restriction_simpleContent() local 745 xmlAttrPtr base; in schema_restriction_complexContent() local 871 xmlAttrPtr base; in schema_extension_simpleContent() local 926 xmlAttrPtr base; in schema_extension_complexContent() local
|
/PHP-7.1/sapi/fpm/fpm/ |
H A D | fpm_trace_mach.c | 85 vm_offset_t base = (uintptr_t) (addr) - offset; in fpm_trace_get_long() local
|
/PHP-7.1/main/ |
H A D | fopen_wrappers.c | 84 char *base = (char *) mh_arg2; in ZEND_INI_MH() local 86 char *base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_INI_MH() local
|
H A D | mergesort.c | 105 PHPAPI int php_mergesort(void *base, size_t nmemb, size_t size, int (*cmp)(const void *, const void… in php_mergesort() argument
|
/PHP-7.1/ext/intl/collator/ |
H A D | collator_is_numeric.c | 117 static zend_long collator_u_strtol(nptr, endptr, base) in collator_u_strtol() argument
|
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg_bp.h | 97 phpdbg_breakopline_t *base; member
|
/PHP-7.1/ext/xml/ |
H A D | xml.c | 985 const XML_Char *base, in _xml_unparsedEntityDeclHandler() 1010 const XML_Char *base, in _xml_notationDeclHandler() 1033 const XML_Char *base, in _xml_externalEntityRefHandler()
|
/PHP-7.1/ext/zlib/ |
H A D | zlib.c | 1371 char *base = (char *) mh_arg2; in PHP_INI_MH() local 1373 char *base; in PHP_INI_MH() local
|
/PHP-7.1/ext/date/lib/ |
H A D | tm2unixtime.c | 194 void timelib_do_rel_normalize(timelib_time *base, timelib_rel_time *rt) in timelib_do_rel_normalize()
|
/PHP-7.1/ext/gmp/ |
H A D | gmp.c | 714 static int convert_to_gmp(mpz_t gmpnumber, zval *val, zend_long base) in convert_to_gmp() 755 static void gmp_strval(zval *result, mpz_t gmpnum, int base) /* {{{ */ in gmp_strval() 1034 zend_long base = 0; in ZEND_FUNCTION() local 1187 zend_long base = 10; in ZEND_FUNCTION() local
|