/php-src/Zend/ |
H A D | zend_long.h | 66 # define ZEND_STRTOL(s0, s1, base) _strtoi64((s0), (s1), (base)) argument 67 # define ZEND_STRTOUL(s0, s1, base) _strtoui64((s0), (s1), (base)) argument 78 # define ZEND_STRTOL(s0, s1, base) strtoll((s0), (s1), (base)) argument 79 # define ZEND_STRTOUL(s0, s1, base) strtoull((s0), (s1), (base)) argument 85 # define ZEND_STRTOL(s0, s1, base) strtol((s0), (s1), (base)) argument 86 # define ZEND_STRTOUL(s0, s1, base) strtoul((s0), (s1), (base)) argument
|
H A D | zend_call_stack.h | 31 void *base; /* high address of the stack */ member 56 static inline void* zend_call_stack_limit(void *base, size_t size, size_t reserved_size) in zend_call_stack_limit()
|
H A D | zend_sort.c | 84 ZEND_API void zend_insert_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_… in zend_insert_sort() 248 ZEND_API void zend_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_t swp) in zend_sort()
|
H A D | zend_call_stack.c | 90 void *base = EG(call_stack).base; in zend_call_stack_init() local 109 void *base = EG(call_stack).base; in zend_call_stack_init() local 452 void *base = pthread_get_stackaddr_np(pthread_self()); in zend_call_stack_get_macos() local
|
/php-src/ext/bcmath/libbcmath/src/ |
H A D | raise.c | 46 bool bc_raise(bc_num base, long exponent, bc_num *result, size_t scale) { in bc_raise() 111 void bc_raise_bc_exponent(bc_num base, bc_num expo, bc_num *result, size_t scale) { in bc_raise_bc_exponent()
|
H A D | raisemod.c | 37 raise_mod_status bc_raisemod(bc_num base, bc_num expo, bc_num mod, bc_num *result, size_t scale) in bc_raisemod()
|
H A D | convert.h | 37 BC_VECTOR base = 1; in bc_partial_convert_to_vector() local
|
H A D | div.c | 280 size_t base; in bc_do_div() local
|
/php-src/ext/pcre/pcre2lib/sljit/allocator_src/ |
H A D | sljitExecAllocatorCore.c | 109 #define AS_BLOCK_HEADER(base, offset) \ argument 111 #define AS_FREE_BLOCK(base, offset) \ argument 113 #define MEM_START(base) ((void*)((base) + 1)) argument
|
/php-src/ext/standard/ |
H A D | math.c | 650 double num, base = 0; in PHP_FUNCTION() local 752 PHPAPI zend_long _php_math_basetolong(zval *arg, int base) in _php_math_basetolong() 796 PHPAPI void _php_math_basetozval(zend_string *str, int base, zval *ret) in _php_math_basetozval() 875 PHPAPI zend_string * _php_math_longtobase(zend_long arg, int base) in _php_math_longtobase() 941 PHPAPI zend_string * _php_math_zvaltobase(zval *arg, int base) in _php_math_zvaltobase() 1429 double base, exponent; in PHP_FUNCTION() local
|
H A D | type.c | 145 zend_long base = 10; in PHP_FUNCTION() local
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_trace_mach.c | 83 vm_offset_t base = (uintptr_t) (addr) - offset; in fpm_trace_get_long() local
|
/php-src/ext/dom/lexbor/lexbor/css/syntax/ |
H A D | token.h | 117 lxb_css_syntax_token_base_t base; member 126 lxb_css_syntax_token_base_t base; member 140 lxb_css_syntax_token_base_t base; member 170 lxb_css_syntax_token_base_t base; member
|
/php-src/ext/gmp/ |
H A D | gmp.stub.php | 62 public function __construct(int|string $num = 0, int $base = 0) {} 69 function gmp_init(int|string $num, int $base = 0): GMP {} 77 function gmp_strval(GMP|int|string $num, int $base = 10): string {}
|
H A D | gmp.c | 645 static zend_result convert_zstr_to_gmp(mpz_t gmp_number, const zend_string *val, zend_long base, ui… in convert_zstr_to_gmp() 684 static zend_result convert_to_gmp(mpz_t gmpnumber, zval *val, zend_long base, uint32_t arg_pos) in convert_to_gmp() 720 static void gmp_strval(zval *result, mpz_t gmpnum, int base) /* {{{ */ in gmp_strval() 943 static bool gmp_verify_base(zend_long base, uint32_t arg_num) in gmp_verify_base() 953 …_initialize_number(mpz_ptr gmp_number, const zend_string *arg_str, zend_long arg_l, zend_long base) in gmp_initialize_number() 969 zend_long base = 0; in ZEND_FUNCTION() local 1124 zend_long base = 10; in ZEND_FUNCTION() local 2155 zend_long base = 0; in ZEND_METHOD() local
|
/php-src/ext/intl/collator/ |
H A D | collator_is_numeric.c | 113 static zend_long collator_u_strtol(const UChar *nptr, UChar **endptr, int base) in collator_u_strtol()
|
/php-src/ext/fileinfo/libmagic/ |
H A D | print.c | 353 file_fmtnum(char *buf, size_t blen, const char *us, int base) in file_fmtnum()
|
/php-src/ext/dom/ |
H A D | private_data.c | 73 static void php_dom_free_templated_content(php_dom_private_data *private_data, xmlNodePtr base) in php_dom_free_templated_content()
|
/php-src/ext/intl/uchar/ |
H A D | uchar.stub.php | 1416 public static function digit(int|string $codepoint, int $base = 10): int|false|null {} 1428 public static function forDigit(int $digit, int $base = 10): int {}
|
/php-src/ext/soap/ |
H A D | php_schema.c | 171 xmlChar *base = xmlNodeGetBase(attribute->doc, attribute->parent); in schema_location_construct_uri() local 661 xmlAttrPtr base; in schema_restriction_simpleContent() local 765 xmlAttrPtr base; in schema_restriction_complexContent() local 891 xmlAttrPtr base; in schema_extension_simpleContent() local 946 xmlAttrPtr base; in schema_extension_complexContent() local
|
/php-src/ext/ldap/ |
H A D | ldap.stub.php | 627 …function ldap_connect(?string $uri = null, int $port = 389, string $wallet = UNKNOWN, #[\Sensitive…
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_bp.h | 95 phpdbg_breakopline_t *base; member
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_auto_possess.c | 329 PCRE2_UCHAR base; in get_chr_property_list() local
|
/php-src/ext/xml/ |
H A D | xml.c | 867 const XML_Char *entityName, const XML_Char *base, const XML_Char *systemId, in xml_unparsedEntityDeclHandler() 897 const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId) in xml_notationDeclHandler() 924 const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId) in xml_externalEntityRefHandler()
|
/php-src/ext/date/lib/ |
H A D | tm2unixtime.c | 188 void timelib_do_rel_normalize(timelib_time *base, timelib_rel_time *rt) in timelib_do_rel_normalize()
|