Home
last modified time | relevance | path

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

/php-src/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.h146 char *result = zend_print_long_to_buf(buf + sizeof(buf) - 1, num); in smart_str_append_long_ex()
H A Dzend_operators.h892 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.c3412 char *res = zend_print_long_to_buf(buf + sizeof(buf) - 1, num);
/php-src/ext/standard/
H A Dvar.c727 char *s = zend_print_long_to_buf(b + sizeof(b) - 1, val); in php_var_serialize_long()
739 char *s = zend_print_long_to_buf(b + sizeof(b) - 1, len); in php_var_serialize_string()
757 char *s = zend_print_long_to_buf(b + sizeof(b) - 1, class_name_len); in php_var_serialize_class_name()
1115 char *s1 = zend_print_long_to_buf(b1 + sizeof(b1) - 1, ZSTR_LEN(Z_OBJCE_P(struc)->name)); in php_var_serialize_intern()
1117 char *s2 = zend_print_long_to_buf(b2 + sizeof(b2) - 1, serialized_length); in php_var_serialize_intern()
H A Darray.c184 s1 = zend_print_long_to_buf(buf1 + sizeof(buf1) - 1, f->h); in php_array_key_compare_string_case_unstable_i()
191 s2 = zend_print_long_to_buf(buf2 + sizeof(buf2) - 1, s->h); in php_array_key_compare_string_case_unstable_i()
209 s1 = zend_print_long_to_buf(buf1 + sizeof(buf1) - 1, f->h); in php_array_key_compare_string_unstable_i()
216 s2 = zend_print_long_to_buf(buf2 + sizeof(buf2) - 1, s->h); in php_array_key_compare_string_unstable_i()
234 s1 = zend_print_long_to_buf(buf1 + sizeof(buf1) - 1, f->h); in php_array_key_compare_string_natural_general()
241 s2 = zend_print_long_to_buf(buf2 + sizeof(buf2) - 1, s->h); in php_array_key_compare_string_natural_general()
281 s1 = zend_print_long_to_buf(buf1 + sizeof(buf1) - 1, f->h); in php_array_key_compare_string_locale_unstable_i()
286 s2 = zend_print_long_to_buf(buf2 + sizeof(buf2) - 1, s->h); in php_array_key_compare_string_locale_unstable_i()
H A Dstring.c1034 cptr = zend_print_long_to_buf(cptr, ptr->lval); in php_implode()
/php-src/ext/soap/
H A Dphp_schema.c467 char *res = zend_print_long_to_buf(buf + sizeof(buf) - 1, zend_hash_num_elements(sdl->types)); in schema_list()
564 char *res = zend_print_long_to_buf(buf + sizeof(buf) - 1, zend_hash_num_elements(sdl->types)); in schema_union()
1938 char *res = zend_print_long_to_buf(buf + sizeof(buf) - 1, zend_hash_num_elements(sdl->types)); in schema_attribute()
/php-src/ext/opcache/
H A DZendAccelerator.c1244 …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-src/ext/ffi/
H A Dffi.c1606 char *s = zend_print_long_to_buf(str + sizeof(str) - 1, type->array.length); in zend_ffi_ctype_name()

Completed in 89 milliseconds