Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_smart_string.h95 char *result = zend_print_long_to_buf(buf + sizeof(buf) - 1, num); in smart_string_append_long_ex()
H A Dzend_smart_str.h137 char *result = zend_print_long_to_buf(buf + sizeof(buf) - 1, num); in smart_str_append_long_ex()
H A Dzend_operators.h957 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.c3014 char *res = zend_print_long_to_buf(buf + sizeof(buf) - 1, num);
/PHP-7.4/ext/standard/
H A Darray.c226 s1 = zend_print_long_to_buf(buf1 + sizeof(buf1) - 1, f->h); in php_array_key_compare_string_case()
233 s2 = zend_print_long_to_buf(buf2 + sizeof(buf2) - 1, s->h); in php_array_key_compare_string_case()
259 s1 = zend_print_long_to_buf(buf1 + sizeof(buf1) - 1, f->h); in php_array_key_compare_string()
266 s2 = zend_print_long_to_buf(buf2 + sizeof(buf2) - 1, s->h); in php_array_key_compare_string()
292 s1 = zend_print_long_to_buf(buf1 + sizeof(buf1) - 1, f->h); in php_array_key_compare_string_natural_general()
299 s2 = zend_print_long_to_buf(buf2 + sizeof(buf2) - 1, s->h); in php_array_key_compare_string_natural_general()
341 s1 = zend_print_long_to_buf(buf1 + sizeof(buf1) - 1, f->h); in php_array_key_compare_string_locale()
346 s2 = zend_print_long_to_buf(buf2 + sizeof(buf2) - 1, s->h); in php_array_key_compare_string_locale()
H A Dstring.c1252 cptr = zend_print_long_to_buf(cptr, ptr->lval); in php_implode()
/PHP-7.4/ext/soap/
H A Dphp_schema.c460 char *res = zend_print_long_to_buf(buf + sizeof(buf) - 1, zend_hash_num_elements(sdl->types)); in schema_list()
557 char *res = zend_print_long_to_buf(buf + sizeof(buf) - 1, zend_hash_num_elements(sdl->types)); in schema_union()
1928 char *res = zend_print_long_to_buf(buf + sizeof(buf) - 1, zend_hash_num_elements(sdl->types)); in schema_attribute()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c1179 …char *res = zend_print_long_to_buf(buf + sizeof(buf) - 1, STRTAB_STR_TO_POS(&ZCSG(interned_strings… in accel_make_persistent_key()
1222 …char *res = zend_print_long_to_buf(buf + sizeof(buf) - 1, STRTAB_STR_TO_POS(&ZCSG(interned_strings… in accel_make_persistent_key()
/PHP-7.4/ext/ffi/
H A Dffi.c1506 char *s = zend_print_long_to_buf(str + sizeof(str) - 1, type->array.length); in zend_ffi_ctype_name()

Completed in 93 milliseconds