Searched refs:zend_print_long_to_buf (Results 1 – 10 of 10) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_smart_string.h | 93 char *result = zend_print_long_to_buf(buf + sizeof(buf) - 1, num); in smart_string_append_long_ex()
|
H A D | zend_smart_str.h | 146 char *result = zend_print_long_to_buf(buf + sizeof(buf) - 1, num); in smart_str_append_long_ex()
|
H A D | zend_operators.h | 896 static zend_always_inline char *zend_print_long_to_buf(char *buf, zend_long num) { in zend_print_long_to_buf() function
|
H A D | zend_operators.c | 3412 char *res = zend_print_long_to_buf(buf + sizeof(buf) - 1, num);
|
/PHP-8.3/ext/standard/ |
H A D | var.c | 725 char *s = zend_print_long_to_buf(b + sizeof(b) - 1, val); in php_var_serialize_long() 738 char *s = zend_print_long_to_buf(b + sizeof(b) - 1, len); in php_var_serialize_string() 760 char *s = zend_print_long_to_buf(b + sizeof(b) - 1, class_name_len); in php_var_serialize_class_name() 1137 char *s1 = zend_print_long_to_buf(b1 + sizeof(b1) - 1, ZSTR_LEN(Z_OBJCE_P(struc)->name)); in php_var_serialize_intern() 1139 char *s2 = zend_print_long_to_buf(b2 + sizeof(b2) - 1, serialized_length); in php_var_serialize_intern()
|
H A D | array.c | 183 s1 = zend_print_long_to_buf(buf1 + sizeof(buf1) - 1, f->h); in php_array_key_compare_string_case_unstable_i() 190 s2 = zend_print_long_to_buf(buf2 + sizeof(buf2) - 1, s->h); in php_array_key_compare_string_case_unstable_i() 208 s1 = zend_print_long_to_buf(buf1 + sizeof(buf1) - 1, f->h); in php_array_key_compare_string_unstable_i() 215 s2 = zend_print_long_to_buf(buf2 + sizeof(buf2) - 1, s->h); in php_array_key_compare_string_unstable_i() 233 s1 = zend_print_long_to_buf(buf1 + sizeof(buf1) - 1, f->h); in php_array_key_compare_string_natural_general() 240 s2 = zend_print_long_to_buf(buf2 + sizeof(buf2) - 1, s->h); in php_array_key_compare_string_natural_general() 280 s1 = zend_print_long_to_buf(buf1 + sizeof(buf1) - 1, f->h); in php_array_key_compare_string_locale_unstable_i() 285 s2 = zend_print_long_to_buf(buf2 + sizeof(buf2) - 1, s->h); in php_array_key_compare_string_locale_unstable_i()
|
H A D | string.c | 1006 cptr = zend_print_long_to_buf(cptr, ptr->lval); in php_implode()
|
/PHP-8.3/ext/soap/ |
H A D | php_schema.c | 479 char *res = zend_print_long_to_buf(buf + sizeof(buf) - 1, zend_hash_num_elements(sdl->types)); in schema_list() 576 char *res = zend_print_long_to_buf(buf + sizeof(buf) - 1, zend_hash_num_elements(sdl->types)); in schema_union() 1947 char *res = zend_print_long_to_buf(buf + sizeof(buf) - 1, zend_hash_num_elements(sdl->types)); in schema_attribute()
|
/PHP-8.3/ext/opcache/ |
H A D | ZendAccelerator.c | 1244 …char *res = zend_print_long_to_buf(buf + sizeof(buf) - 1, STRTAB_STR_TO_POS(&ZCSG(interned_strings… in accel_make_persistent_key() 1288 …char *res = zend_print_long_to_buf(buf + sizeof(buf) - 1, STRTAB_STR_TO_POS(&ZCSG(interned_strings… in accel_make_persistent_key()
|
/PHP-8.3/ext/ffi/ |
H A D | ffi.c | 1607 char *s = zend_print_long_to_buf(str + sizeof(str) - 1, type->array.length); in zend_ffi_ctype_name()
|
Completed in 93 milliseconds