Searched refs:zend_print_long_to_buf (Results 1 – 9 of 9) sorted by relevance
/PHP-8.0/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 | 135 char *result = zend_print_long_to_buf(buf + sizeof(buf) - 1, num); in smart_str_append_long_ex()
|
H A D | zend_operators.h | 919 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 | 2979 char *res = zend_print_long_to_buf(buf + sizeof(buf) - 1, num);
|
/PHP-8.0/ext/standard/ |
H A D | array.c | 238 s1 = zend_print_long_to_buf(buf1 + sizeof(buf1) - 1, f->h); in php_array_key_compare_string_case_unstable_i() 245 s2 = zend_print_long_to_buf(buf2 + sizeof(buf2) - 1, s->h); in php_array_key_compare_string_case_unstable_i() 263 s1 = zend_print_long_to_buf(buf1 + sizeof(buf1) - 1, f->h); in php_array_key_compare_string_unstable_i() 270 s2 = zend_print_long_to_buf(buf2 + sizeof(buf2) - 1, s->h); in php_array_key_compare_string_unstable_i() 288 s1 = zend_print_long_to_buf(buf1 + sizeof(buf1) - 1, f->h); in php_array_key_compare_string_natural_general() 295 s2 = zend_print_long_to_buf(buf2 + sizeof(buf2) - 1, s->h); in php_array_key_compare_string_natural_general() 335 s1 = zend_print_long_to_buf(buf1 + sizeof(buf1) - 1, f->h); in php_array_key_compare_string_locale_unstable_i() 340 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 | 1204 cptr = zend_print_long_to_buf(cptr, ptr->lval); in php_implode()
|
/PHP-8.0/ext/soap/ |
H A D | php_schema.c | 458 char *res = zend_print_long_to_buf(buf + sizeof(buf) - 1, zend_hash_num_elements(sdl->types)); in schema_list() 555 char *res = zend_print_long_to_buf(buf + sizeof(buf) - 1, zend_hash_num_elements(sdl->types)); in schema_union() 1926 char *res = zend_print_long_to_buf(buf + sizeof(buf) - 1, zend_hash_num_elements(sdl->types)); in schema_attribute()
|
/PHP-8.0/ext/opcache/ |
H A D | ZendAccelerator.c | 1176 …char *res = zend_print_long_to_buf(buf + sizeof(buf) - 1, STRTAB_STR_TO_POS(&ZCSG(interned_strings… in accel_make_persistent_key() 1219 …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.0/ext/ffi/ |
H A D | ffi.c | 1536 char *s = zend_print_long_to_buf(str + sizeof(str) - 1, type->array.length); in zend_ffi_ctype_name()
|
Completed in 95 milliseconds