Home
last modified time | relevance | path

Searched defs:num (Results 26 – 50 of 74) sorted by last modified time

123

/PHP-7.4/Zend/
H A Dzend_exceptions.c563 static void _build_trace_string(smart_str *str, HashTable *ht, uint32_t num) /* {{{ */ in _build_trace_string()
631 uint32_t num = 0; in ZEND_METHOD() local
H A Dzend_operators.h947 static zend_always_inline char *zend_print_ulong_to_buf(char *buf, zend_ulong num) { in zend_print_ulong_to_buf()
957 static zend_always_inline char *zend_print_long_to_buf(char *buf, zend_long num) { in zend_print_long_to_buf()
H A Dzend_opcode.c793 uint32_t num; in zend_calc_live_ranges() local
H A Dzend_types.h386 size_t num; member
H A Dzend_execute.h340 #define CACHE_ADDR(num) \ argument
343 #define CACHED_PTR(num) \ argument
346 #define CACHE_PTR(num, ptr) do { \ argument
350 #define CACHED_POLYMORPHIC_PTR(num, ce) \ argument
355 #define CACHE_POLYMORPHIC_PTR(num, ce, ptr) do { \ argument
381 #define ENCODE_SPECIAL_CACHE_NUM(num) \ argument
/PHP-7.4/ext/standard/
H A Dbasic_functions.c4555 zend_long num; local
4579 zend_long num; local
H A Dtype.c105 zval *num; in PHP_FUNCTION() local
165 zval *num; in PHP_FUNCTION() local
193 zval *num; in PHP_FUNCTION() local
H A Dmath.c408 double num; in PHP_FUNCTION() local
421 double num; in PHP_FUNCTION() local
434 double num; in PHP_FUNCTION() local
447 double num; in PHP_FUNCTION() local
460 double num; in PHP_FUNCTION() local
473 double num; in PHP_FUNCTION() local
500 double num; in PHP_FUNCTION() local
513 double num; in PHP_FUNCTION() local
526 double num; in PHP_FUNCTION() local
539 double num; in PHP_FUNCTION() local
[all …]
H A Dformatted_print.c322 register zend_ulong num; in php_sprintf_append2n() local
351 register zend_long num = ZEND_STRTOL(*buffer, &endptr, 10); in php_sprintf_getnumber() local
H A Dhtml.c502 static inline unsigned char unimap_bsearch(const uni_to_enc *table, unsigned code_key_a, size_t num) in unimap_bsearch()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_watch.c1151 zend_ulong num = zend_hash_num_elements(&hti->watches); local
H A Dphpdbg_utils.c594 static int phpdbg_xml_array_element_dump(zval *zv, zend_string *key, zend_ulong num) { in phpdbg_xml_array_element_dump()
617 static int phpdbg_xml_object_property_dump(zval *zv, zend_string *key, zend_ulong num) { in phpdbg_xml_object_property_dump()
657 zend_ulong num; in phpdbg_xml_var_dump() local
H A Dphpdbg.c703 zval *num = zend_hash_index_find(insert_ht, insert_idx); in PHP_FUNCTION() local
H A Dphpdbg_bp.c1197 PHPDBG_API void phpdbg_delete_breakpoint(zend_ulong num) /* {{{ */ in phpdbg_delete_breakpoint()
H A Dphpdbg_frame.c262 void phpdbg_dump_backtrace(size_t num) /* {{{ */ in phpdbg_dump_backtrace()
H A Dphpdbg_out.c77 #define STR_TO_DEC( str, num ) \ argument
H A Dphpdbg_cmd.h56 long num; member
116 int num; member
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_call_graph.c165 uint32_t num = opline->op2.num; in zend_analyze_calls() local
H A Dzend_call_graph.h49 int num; member
/PHP-7.4/ext/bcmath/libbcmath/src/
H A Dstr2num.c43 bc_str2num (bc_num *num, char *str, int scale) in bc_str2num()
/PHP-7.4/win32/
H A Dregistry.c118 zend_ulong num; in LoadDirectory() local
/PHP-7.4/main/
H A Dsnprintf.c316 PHPAPI char * ap_php_conv_10(register wide_int num, register bool_int is_unsigned, in ap_php_conv_10()
374 PHPAPI char * php_conv_fp(register char format, register double num, in php_conv_fp()
479 PHPAPI char * ap_php_conv_p2(register u_wide_int num, register int nbits, char format, char *buf_en… in ap_php_conv_p2()
540 #define STR_TO_DEC( str, num ) \ argument
H A Dspprintf.c154 #define STR_TO_DEC(str, num) do { \ argument
/PHP-7.4/ext/mbstring/
H A Dmb_gpc.c190 size_t n, num, *len_list = NULL; in _php_mb_encoding_handler_ex() local
/PHP-7.4/ext/intl/collator/
H A Dcollator_convert.c303 zval* num = collator_convert_string_to_number_if_possible( str, rv ); in collator_convert_string_to_number() local
327 zval* num = collator_convert_string_to_number( str, rv ); in collator_convert_string_to_double() local

Completed in 110 milliseconds

123