/PHP-7.3/Zend/ |
H A D | zend_ini.c | 642 char *base = (char *) mh_arg2; in ZEND_INI_MH() local 644 char *base; in ZEND_INI_MH() local 660 char *base = (char *) mh_arg2; in ZEND_INI_MH() local 662 char *base; in ZEND_INI_MH() local 678 char *base = (char *) mh_arg2; in ZEND_INI_MH() local 680 char *base; in ZEND_INI_MH() local 701 char *base = (char *) mh_arg2; in ZEND_INI_MH() local 703 char *base; in ZEND_INI_MH() local 719 char *base = (char *) mh_arg2; in ZEND_INI_MH() local 721 char *base; in ZEND_INI_MH() local [all …]
|
H A D | zend_long.h | 65 # define ZEND_STRTOL(s0, s1, base) _strtoi64((s0), (s1), (base)) argument 66 # define ZEND_STRTOUL(s0, s1, base) _strtoui64((s0), (s1), (base)) argument 77 # define ZEND_STRTOL(s0, s1, base) strtoll((s0), (s1), (base)) argument 78 # define ZEND_STRTOUL(s0, s1, base) strtoull((s0), (s1), (base)) argument 84 # define ZEND_STRTOL(s0, s1, base) strtol((s0), (s1), (base)) argument 85 # define ZEND_STRTOUL(s0, s1, base) strtoul((s0), (s1), (base)) argument
|
H A D | zend_sort.c | 26 ZEND_API void zend_qsort(void *base, size_t nmemb, size_t siz, compare_func_t compare, swap_func_t … in zend_qsort() 151 ZEND_API void zend_insert_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_… in zend_insert_sort() 315 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.3/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.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitExecAllocator.c | 199 #define AS_BLOCK_HEADER(base, offset) \ argument 201 #define AS_FREE_BLOCK(base, offset) \ argument 203 #define MEM_START(base) ((void*)(((sljit_u8*)base) + sizeof(struct block_header))) argument
|
H A D | sljitProtExecAllocator.c | 230 #define AS_BLOCK_HEADER(base, offset) \ argument 232 #define AS_FREE_BLOCK(base, offset) \ argument 234 #define MEM_START(base) ((void*)((base) + 1)) argument
|
H A D | sljitNativeMIPS_common.c | 596 sljit_ins base; in sljit_emit_enter() local 671 sljit_ins base; in sljit_emit_return() local 798 sljit_s32 tmp_ar, base, delay_slot; in getput_arg() local 886 sljit_s32 tmp_ar, base, delay_slot; in emit_op_mem() local
|
/PHP-7.3/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 | 174 function getEndpoints($base = 'base', $all = 0) { 190 function _getEndpoints($base = "", $all = 0) {
|
/PHP-7.3/ext/spl/examples/ |
H A D | class_tree.php | 37 function __construct($base, $check_interfaces = false)
|
/PHP-7.3/ext/bcmath/libbcmath/src/ |
H A D | raisemod.c | 64 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.3/ext/standard/ |
H A D | math.c | 690 double num, base = 0; in PHP_FUNCTION() local 805 PHPAPI zend_long _php_math_basetolong(zval *arg, int base) in _php_math_basetolong() 849 PHPAPI int _php_math_basetozval(zval *arg, int base, zval *ret) in _php_math_basetozval() 913 PHPAPI zend_string * _php_math_longtobase(zval *arg, int base) in _php_math_longtobase() 944 PHPAPI zend_string * _php_math_zvaltobase(zval *arg, int base) in _php_math_zvaltobase()
|
H A D | type.c | 91 zend_long base = 10; in PHP_FUNCTION() local
|
H A D | scanf.c | 587 int base = 0; in php_sscanf_internal() local
|
/PHP-7.3/ext/soap/ |
H A D | php_schema.c | 196 xmlChar *base = xmlNodeGetBase(trav->doc, trav); in load_schema() local 216 xmlChar *base = xmlNodeGetBase(trav->doc, trav); in load_schema() local 244 xmlChar *base = xmlNodeGetBase(trav->doc, trav); in load_schema() local 640 xmlAttrPtr base; in schema_restriction_simpleContent() local 744 xmlAttrPtr base; in schema_restriction_complexContent() local 870 xmlAttrPtr base; in schema_extension_simpleContent() local 925 xmlAttrPtr base; in schema_extension_complexContent() local
|
/PHP-7.3/sapi/fpm/fpm/ |
H A D | fpm_trace_mach.c | 84 vm_offset_t base = (uintptr_t) (addr) - offset; in fpm_trace_get_long() local
|
/PHP-7.3/main/ |
H A D | fopen_wrappers.c | 80 char *base = (char *) mh_arg2; in ZEND_INI_MH() local 82 char *base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_INI_MH() local
|
H A D | mergesort.c | 103 PHPAPI int php_mergesort(void *base, size_t nmemb, size_t size, int (*cmp)(const void *, const void… in php_mergesort() argument
|
/PHP-7.3/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.3/ext/pcre/pcre2lib/ |
H A D | pcre2_auto_possess.c | 311 PCRE2_UCHAR base; in get_chr_property_list() local
|
/PHP-7.3/sapi/phpdbg/ |
H A D | phpdbg_bp.h | 97 phpdbg_breakopline_t *base; member
|
/PHP-7.3/ext/xml/ |
H A D | xml.c | 972 const XML_Char *base, in _xml_unparsedEntityDeclHandler() 997 const XML_Char *base, in _xml_notationDeclHandler() 1020 const XML_Char *base, in _xml_externalEntityRefHandler()
|
/PHP-7.3/ext/zlib/ |
H A D | zlib.c | 1430 char *base = (char *) mh_arg2; in PHP_INI_MH() local 1432 char *base; in PHP_INI_MH() local
|
/PHP-7.3/ext/date/lib/ |
H A D | tm2unixtime.c | 183 void timelib_do_rel_normalize(timelib_time *base, timelib_rel_time *rt) in timelib_do_rel_normalize()
|