Home
last modified time | relevance | path

Searched refs:zend_print_long_to_buf (Results 1 – 9 of 9) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_smart_string.h93 char *result = zend_print_long_to_buf(buf + sizeof(buf) - 1, num); in smart_string_append_long_ex()
H A Dzend_smart_str.h135 char *result = zend_print_long_to_buf(buf + sizeof(buf) - 1, num); in smart_str_append_long_ex()
H A Dzend_operators.h919 static zend_always_inline char *zend_print_long_to_buf(char *buf, zend_long num) { in zend_print_long_to_buf() function
H A Dzend_operators.c2979 char *res = zend_print_long_to_buf(buf + sizeof(buf) - 1, num);
/PHP-8.0/ext/standard/
H A Darray.c238 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 Dstring.c1204 cptr = zend_print_long_to_buf(cptr, ptr->lval); in php_implode()
/PHP-8.0/ext/soap/
H A Dphp_schema.c458 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 DZendAccelerator.c1176 …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 Dffi.c1536 char *s = zend_print_long_to_buf(str + sizeof(str) - 1, type->array.length); in zend_ffi_ctype_name()

Completed in 92 milliseconds