Home
last modified time | relevance | path

Searched defs:base (Results 1 – 25 of 61) sorted by last modified time

123

/php-src/ext/bcmath/libbcmath/src/
H A Doutput.c82 bc_num int_part, base, cur_dig, t_num, max_o_digit; in bc_out_num() local
H A Draise.c105 void bc_raise_bc_exponent(bc_num base, bc_num expo, bc_num *result, size_t scale) in bc_raise_bc_exponent()
H A Draisemod.c36 raise_mod_status bc_raisemod(bc_num base, bc_num expo, bc_num mod, bc_num *result, size_t scale) in bc_raisemod()
/php-src/ext/dom/
H A Dphp_dom.c2446 xmlNodePtr base = src_node; in dom_clone_helper() local
H A Delement.c1019 xmlNodePtr base = node; in dom_remove_eliminated_ns() local
H A Dnamespace_compat.c438 xmlNodePtr base = node; in php_dom_libxml_reconcile_modern() local
/php-src/ext/reflection/
H A Dphp_reflection.c1168 …uint32_t offset, uint32_t target, zend_string *name, zend_class_entry *base, zend_string *filename… in read_attributes()
1226 zend_class_entry *base = NULL; in reflect_attributes() local
/php-src/Zend/
H A Dzend_compile.c5253 zend_loop_var *base; in zend_handle_loops_and_finally_ex() local
5308 zend_loop_var *base; in zend_has_finally_ex() local
H A Dzend_API.c2381 static void zend_sort_modules(void *base, size_t count, size_t siz, compare_func_t compare, swap_fu… in zend_sort_modules()
H A Dzend.c733 void *base = pemalloc(compiler_globals->map_ptr_size * sizeof(void*), 1); in compiler_globals_ctor() local
H A Dzend_fibers.c288 uintptr_t base = (uintptr_t) stack->pointer; in zend_fiber_stack_allocate() local
H A Dzend_call_stack.c84 void *base = EG(call_stack).base; in zend_call_stack_init() local
103 void *base = EG(call_stack).base; in zend_call_stack_init() local
435 void *base = pthread_get_stackaddr_np(pthread_self()); in zend_call_stack_get_macos() local
H A Dzend_compile.h683 #define ZEND_OFFSET_TO_OPLINE(base, offset) \ argument
686 #define ZEND_OFFSET_TO_OPLINE_NUM(op_array, base, offset) \ argument
H A Dzend_call_stack.h31 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()
/php-src/ext/ldap/
H A Dldap.stub.php627 …function ldap_connect(?string $uri = null, int $port = 389, string $wallet = UNKNOWN, #[\Sensitive…
/php-src/ext/gmp/
H A Dgmp.c581 static zend_result convert_zstr_to_gmp(mpz_t gmp_number, const zend_string *val, zend_long base, ui… in convert_zstr_to_gmp()
620 static zend_result convert_to_gmp(mpz_t gmpnumber, zval *val, zend_long base, uint32_t arg_pos) in convert_to_gmp()
649 static void gmp_strval(zval *result, mpz_t gmpnum, int base) /* {{{ */ in gmp_strval()
872 static bool gmp_verify_base(zend_long base, uint32_t arg_num) in gmp_verify_base()
882 …_initialize_number(mpz_ptr gmp_number, const zend_string *arg_str, zend_long arg_l, zend_long base) in gmp_initialize_number()
898 zend_long base = 0; in ZEND_FUNCTION() local
1047 zend_long base = 10; in ZEND_FUNCTION() local
2059 zend_long base = 0; in ZEND_METHOD() local
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.c671 lxb_dom_node_t *node, *base; in lxb_selectors_state_pseudo_class_function() local
1649 lxb_dom_node_t *base; in lxb_selectors_pseudo_class_function() local
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtokenizer.h93 lxb_html_tokenizer_t *base; member
/php-src/ext/standard/
H A Dbasic_functions.stub.php2124 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
H A Dmath.c616 double num, base = 0; in PHP_FUNCTION() local
718 PHPAPI zend_long _php_math_basetolong(zval *arg, int base) in _php_math_basetolong()
762 PHPAPI void _php_math_basetozval(zend_string *str, int base, zval *ret) in _php_math_basetozval()
841 PHPAPI zend_string * _php_math_longtobase(zend_long arg, int base) in _php_math_longtobase()
907 PHPAPI zend_string * _php_math_zvaltobase(zval *arg, int base) in _php_math_zvaltobase()
/php-src/ext/ffi/
H A Dffi.c7716 void zend_ffi_val_number(zend_ffi_val *val, int base, const char *str, size_t str_len) /* {{{ */
/php-src/ext/opcache/
H A DZendAccelerator.c3642 static void preload_sort_classes(void *base, size_t count, size_t siz, compare_func_t compare, swap…
/php-src/ext/spl/
H A Dspl_array.c771 zend_class_entry *base; in spl_array_get_debug_info() local
/php-src/ext/intl/uchar/
H A Duchar.stub.php1430 public static function digit(int|string $codepoint, int $base = 10): int|false|null {}
1442 public static function forDigit(int $digit, int $base = 10): int {}
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c913 sljit_gpr base; member
923 sljit_gpr base = r0; in make_addr_bxy() local
956 sljit_gpr base = r0; in make_addr_bx() local
1208 sljit_gpr base, index; in emit_rx() local
3896 sljit_ins ins, reg1, reg2, base, offs = 0; in sljit_emit_mem() local

Completed in 281 milliseconds

123