Home
last modified time | relevance | path

Searched defs:num (Results 1 – 25 of 78) sorted by path

1234

/PHP-7.2/Zend/
H A Dzend_API.c253 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameter_type_error(zend_bool throw_, int num, ze… in zend_wrong_parameter_type_error()
267 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameter_class_error(zend_bool throw_, int num, c… in zend_wrong_parameter_class_error()
277 … ZEND_FASTCALL zend_wrong_callback_error(zend_bool throw_, int severity, int num, char *error) /* … in zend_wrong_callback_error()
296 ZEND_API int ZEND_FASTCALL zend_parse_arg_class(zval *arg, zend_class_entry **pce, int num, int che… in zend_parse_arg_class()
H A Dzend_alloc.c285 uint32_t num; member
320 #define _BIN_DATA_SIZE(num, size, elements, pages, x, y) size, argument
325 #define _BIN_DATA_ELEMENTS(num, size, elements, pages, x, y) elements, argument
330 #define _BIN_DATA_PAGES(num, size, elements, pages, x, y) pages, argument
H A Dzend_bitset.h43 static zend_always_inline int zend_ulong_ntz(zend_ulong num)
H A Dzend_compile.c6727 uint32_t num = CG(active_op_array)->last; in zend_compile_namespace() local
7807 static zend_op *zend_compile_rope_add(znode *result, uint32_t num, znode *elem_node) /* {{{ */ in zend_compile_rope_add()
H A Dzend_compile.h74 uint32_t num; member
131 zend_ulong num; member
322 #define OBJ_PROP_NUM(obj, num) \ argument
324 #define OBJ_PROP_TO_OFFSET(num) \ argument
610 # define CT_CONSTANT_EX(op_array, num) \ argument
H A Dzend_exceptions.c554 static void _build_trace_string(smart_str *str, HashTable *ht, uint32_t num) /* {{{ */ in _build_trace_string()
622 uint32_t num = 0; in ZEND_METHOD() local
H A Dzend_execute.h329 #define CACHE_ADDR(num) \ argument
332 #define CACHED_PTR(num) \ argument
335 #define CACHE_PTR(num, ptr) do { \ argument
339 #define CACHED_POLYMORPHIC_PTR(num, ce) \ argument
344 #define CACHE_POLYMORPHIC_PTR(num, ce, ptr) do { \ argument
H A Dzend_hash.c281 uint32_t num = ht->nNumOfElements; in zend_array_recalc_elements() local
296 uint32_t num; in zend_array_count() local
H A Dzend_operators.c2868 ZEND_API zend_string* ZEND_FASTCALL zend_long_to_str(zend_long num) /* {{{ */
H A Dzend_operators.h865 static zend_always_inline char *zend_print_ulong_to_buf(char *buf, zend_ulong num) { in zend_print_ulong_to_buf()
875 static zend_always_inline char *zend_print_long_to_buf(char *buf, zend_long num) { in zend_print_long_to_buf()
H A Dzend_smart_str.h124 static zend_always_inline void smart_str_append_long_ex(smart_str *dest, zend_long num, zend_bool p… in smart_str_append_long_ex()
130 static zend_always_inline void smart_str_append_unsigned_ex(smart_str *dest, zend_ulong num, zend_b… in smart_str_append_unsigned_ex()
H A Dzend_smart_string.h121 static zend_always_inline void smart_string_append_long_ex(smart_string *dest, zend_long num, zend_… in smart_string_append_long_ex()
127 static zend_always_inline void smart_string_append_unsigned_ex(smart_string *dest, zend_ulong num, … in smart_string_append_unsigned_ex()
/PHP-7.2/ext/bcmath/
H A Dbcmath.c198 static void php_str2num(bc_num *num, char *str) in php_str2num()
213 static bc_num split_bc_num(bc_num num) { in split_bc_num()
/PHP-7.2/ext/bcmath/libbcmath/src/
H A Dbcmath.h160 #define bc_free_num(num) _bc_free_num_ex((num), 0) argument
H A Ddebug.c51 pn (bc_num num) in pn()
60 pv (name, num, len) in pv() argument
H A Ddiv.c48 _one_mult (num, size, digit, result) in _one_mult() argument
H A Dinit.c78 _bc_free_num_ex (num, persistent) in _bc_free_num_ex() argument
114 bc_copy_num (bc_num num) in bc_copy_num()
124 bc_init_num (bc_num *num) in bc_init_num()
H A Dint2num.c45 bc_int2num (num, val) in bc_int2num() argument
H A Dnearzero.c46 bc_is_near_zero (num, scale) in bc_is_near_zero() argument
H A Dneg.c44 bc_is_neg (num) in bc_is_neg() argument
H A Dnum2long.c47 bc_num2long (num) in bc_num2long() argument
H A Dnum2str.c44 *bc_num2str (num) in bc_num2str() argument
H A Doutput.c90 bc_out_num (bc_num num, int o_base, void (*out_char)(int), int leading_zero) in bc_out_num()
H A Drmzero.c46 _bc_rm_leading_zeros (num) in _bc_rm_leading_zeros() argument
H A Dsqrt.c45 bc_sqrt (bc_num *num, int scale) in bc_sqrt()

Completed in 143 milliseconds

1234