Home
last modified time | relevance | path

Searched defs:num (Results 51 – 75 of 94) sorted by relevance

1234

/php-src/Zend/
H A Dzend_API.c241 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameter_error(int error_code, uint32_t num, char… in zend_wrong_parameter_error()
282 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameter_type_error(uint32_t num, zend_expected_t… in zend_wrong_parameter_type_error()
303 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameter_class_error(uint32_t num, const char *na… in zend_wrong_parameter_class_error()
313 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameter_class_or_null_error(uint32_t num, const … in zend_wrong_parameter_class_or_null_error()
323 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameter_class_or_long_error(uint32_t num, const … in zend_wrong_parameter_class_or_long_error()
333 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameter_class_or_long_or_null_error(uint32_t num in zend_wrong_parameter_class_or_long_or_null_error()
343 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameter_class_or_string_error(uint32_t num, cons… in zend_wrong_parameter_class_or_string_error()
353 …void ZEND_FASTCALL zend_wrong_parameter_class_or_string_or_null_error(uint32_t num, const char *na… in zend_wrong_parameter_class_or_string_or_null_error()
363 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_callback_error(uint32_t num, char *error) /* {{{ */ in zend_wrong_callback_error()
372 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_callback_or_null_error(uint32_t num, char *error) … in zend_wrong_callback_or_null_error()
[all …]
H A Dzend_operators.c3406 ZEND_API zend_string* ZEND_FASTCALL zend_long_to_str(zend_long num) /* {{{ */
3420 ZEND_API zend_string* ZEND_FASTCALL zend_ulong_to_str(zend_ulong num)
3454 static zend_always_inline char *zend_print_i64_to_buf(char *buf, int64_t num) {
3464 ZEND_API zend_string* ZEND_FASTCALL zend_u64_to_str(uint64_t num)
3477 ZEND_API zend_string* ZEND_FASTCALL zend_i64_to_str(int64_t num)
3490 ZEND_API zend_string* ZEND_FASTCALL zend_double_to_str(double num)
H A Dzend_exceptions.c530 static void _build_trace_string(smart_str *str, HashTable *ht, uint32_t num) /* {{{ */ in _build_trace_string()
594 uint32_t num = 0; in zend_trace_to_string() local
H A Dzend_compile.h70 uint32_t num; member
126 zend_ulong num; member
412 #define OBJ_PROP_NUM(obj, num) \ argument
414 #define OBJ_PROP_TO_OFFSET(num) \ argument
732 # define CT_CONSTANT_EX(op_array, num) \ argument
H A Dzend_opcode.c943 uint32_t num; in zend_calc_live_ranges() local
H A Dzend_alloc.c286 uint32_t num; member
321 #define _BIN_DATA_SIZE(num, size, elements, pages, x, y) size, argument
326 #define _BIN_DATA_ELEMENTS(num, size, elements, pages, x, y) elements, argument
331 #define _BIN_DATA_PAGES(num, size, elements, pages, x, y) pages, argument
H A Dzend_fibers.c756 static HashTable *zend_fiber_object_gc(zend_object *object, zval **table, int *num) in zend_fiber_object_gc()
/php-src/ext/random/
H A Drandom.stub.php151 public function pickArrayKeys(array $array, int $num): array {}
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.h173 uint8_t num; member
H A Dir_x86.h217 uint8_t num; member
H A Dir_private.h110 IR_ALWAYS_INLINE uint32_t ir_ntz(uint32_t num) in ir_ntz()
138 IR_ALWAYS_INLINE uint32_t ir_ntzl(uint64_t num) in ir_ntzl()
167 IR_ALWAYS_INLINE int ir_nlz(uint32_t num) in ir_nlz()
194 IR_ALWAYS_INLINE int ir_nlzl(uint64_t num) in ir_nlzl()
/php-src/ext/standard/
H A Dvar.c94 zend_ulong num; in php_var_dump() local
170 zend_ulong num; in php_var_dump() local
H A Dcrypt_sha256.c351 const char *num = salt + sizeof(sha256_rounds_prefix) - 1; in php_sha256_crypt_r() local
H A Dcrypt_sha512.c388 const char *num = salt + sizeof(sha512_rounds_prefix) - 1; in php_sha512_crypt_r() local
H A Dbasic_functions.stub.php1884 function array_rand(array $array, int $num = 1): int|string|array {}
2124 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
H A Dbasic_functions.c1116 zend_long num; local
1134 zend_long num; local
H A Dhtml.c431 static inline unsigned char unimap_bsearch(const uni_to_enc *table, unsigned code_key_a, size_t num) in unimap_bsearch()
/php-src/ext/phar/
H A Dtar.c24 uint32_t num = 0; in phar_tar_number() local
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.c1881 double num; in lxb_selectors_anb_calc() local
/php-src/ext/session/
H A Dsession.c385 zend_long num = -1; in php_session_gc() local
2646 zend_long num; in PHP_FUNCTION() local
/php-src/Zend/Optimizer/
H A Dzend_optimizer.c259 static inline uint32_t alloc_cache_slots(zend_op_array *op_array, uint32_t num) { in alloc_cache_slots()
/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.c675 zval *num = zend_hash_index_find(insert_ht, insert_idx); in PHP_FUNCTION() local
H A Dphpdbg_watch.c1214 zend_ulong num = zend_hash_num_elements(&hti->watches); local
/php-src/ext/spl/
H A Dspl_fixedarray.c707 int num; in PHP_METHOD() local

Completed in 171 milliseconds

1234