Home
last modified time | relevance | path

Searched defs:num (Results 76 – 95 of 95) sorted by last modified time

1234

/php-src/ext/bcmath/libbcmath/src/
H A Dnearzero.c40 bool bc_is_near_zero(bc_num num, size_t scale) in bc_is_near_zero()
H A Dnum2long.c40 long bc_num2long(bc_num num) in bc_num2long()
H A Drmzero.c39 void _bc_rm_leading_zeros(bc_num num) in _bc_rm_leading_zeros()
H A Dneg.c36 bool bc_is_neg(bc_num num) in bc_is_neg()
/php-src/ext/random/
H A Drandom.stub.php151 public function pickArrayKeys(array $array, int $num): array {}
/php-src/ext/gmp/
H A Dphp_gmp_int.h20 mpz_t num; member
H A Dgmp.stub.php75 function gmp_intval(GMP|int|string $num): int {}
102 function gmp_neg(GMP|int|string $num): GMP {}
104 function gmp_abs(GMP|int|string $num): GMP {}
106 function gmp_fact(GMP|int|string $num): GMP {}
108 function gmp_sqrt(GMP|int|string $num): GMP {}
114 function gmp_sqrtrem(GMP|int|string $num): array {}
154 function gmp_sign(GMP|int|string $num): int {}
166 function gmp_com(GMP|int|string $num): GMP {}
172 function gmp_clrbit(GMP $num, int $index): void {}
180 function gmp_popcount(GMP|int|string $num): int {}
[all …]
/php-src/main/
H A Dsnprintf.c213 PHPAPI char * ap_php_conv_10(int64_t num, bool is_unsigned, in ap_php_conv_10()
271 PHPAPI char * php_conv_fp(char format, double num, in php_conv_fp()
376 PHPAPI char * ap_php_conv_p2(uint64_t num, int nbits, char format, char *buf_end, size_t *len) /* {… in ap_php_conv_p2()
437 #define STR_TO_DEC( str, num ) \ argument
/php-src/ext/intl/collator/
H A Dcollator_convert.c266 zval* num = collator_convert_string_to_number_if_possible( str, rv ); in collator_convert_string_to_number() local
290 zval* num = collator_convert_string_to_number( str, rv ); in collator_convert_string_to_double() local
/php-src/ext/dba/libflatfile/
H A Dflatfile.c106 size_t num; in flatfile_delete() local
155 size_t num; in flatfile_findkey() local
196 size_t num; in flatfile_firstkey() local
238 size_t num; in flatfile_nextkey() local
/php-src/sapi/phpdbg/
H A Dphpdbg_bp.c1190 PHPDBG_API void phpdbg_delete_breakpoint(zend_ulong num) /* {{{ */ in phpdbg_delete_breakpoint()
H A Dphpdbg_cmd.h54 zend_long num; member
110 int num; member
/php-src/ext/dba/libcdb/
H A Dcdb_make.h35 int num; member
/php-src/ext/standard/
H A Dformatted_print.c329 zend_ulong num; in php_sprintf_append2n() local
358 zend_long num = ZEND_STRTOL(*buffer, &endptr, 10); in php_sprintf_getnumber() local
/php-src/Zend/
H A Dzend_smart_str.h144 static zend_always_inline void smart_str_append_long_ex(smart_str *dest, zend_long num, bool persis… in smart_str_append_long_ex()
150 static zend_always_inline void smart_str_append_long(smart_str *dest, zend_long num) in smart_str_append_long()
155 static zend_always_inline void smart_str_append_unsigned_ex(smart_str *dest, zend_ulong num, bool p… in smart_str_append_unsigned_ex()
161 static zend_always_inline void smart_str_append_unsigned(smart_str *dest, zend_ulong num) in smart_str_append_unsigned()
H A Dzend_smart_string.h91 static zend_always_inline void smart_string_append_long_ex(smart_string *dest, zend_long num, bool … in smart_string_append_long_ex()
97 static zend_always_inline void smart_string_append_unsigned_ex(smart_string *dest, zend_ulong num, … in smart_string_append_unsigned_ex()
/php-src/win32/
H A Dregistry.c116 zend_ulong num; in LoadDirectory() local
/php-src/ext/filter/
H A Dlogical_filters.c346 char *num, *p; in php_filter_float() local
724 int num, m; in _php_filter_validate_ipv4() local
760 int num, n, i; in _php_filter_validate_ipv6() local
/php-src/Zend/Optimizer/
H A Dcompact_vars.c47 …uint32_t num = ((opline->extended_value * sizeof(zend_string*)) + (sizeof(zval) - 1)) / sizeof(zva… in zend_optimizer_compact_vars() local
H A Doptimize_temp_vars_5.c82 …int num = (((opline->extended_value + 1) * sizeof(zend_string*)) + (sizeof(zval) - 1)) / sizeof(zv… in zend_optimize_temporary_variables() local
163 …uint32_t num = ((opline->extended_value * sizeof(zend_string*)) + (sizeof(zval) - 1)) / sizeof(zva… in zend_optimize_temporary_variables() local

Completed in 57 milliseconds

1234