Searched refs:smart_str_append_long (Results 1 – 19 of 19) sorted by relevance
/php-src/ext/intl/ |
H A D | intl_error.c | 219 smart_str_append_long( &ret, (zend_long ) pe->line ); in intl_parse_error_to_string() 229 smart_str_append_long( &ret, (zend_long ) pe->offset ); in intl_parse_error_to_string()
|
/php-src/ext/json/ |
H A D | json_encoder.c | 322 smart_str_append_long(buf, (zend_long) index); in php_json_encode_array() 389 smart_str_append_long(buf, p); in php_json_escape_string() 677 smart_str_append_long(buf, Z_LVAL_P(val)); in php_json_encode_zval()
|
/php-src/ext/standard/ |
H A D | http.c | 53 smart_str_append_long(form_str, index_int); in php_url_encode_scalar() 74 smart_str_append_long(form_str, Z_LVAL_P(scalar)); in php_url_encode_scalar()
|
H A D | var.c | 457 smart_str_append_long(buf, (zend_long) index); in php_array_element_export() 499 smart_str_append_long(buf, (zend_long) index); in php_object_element_export() 533 smart_str_append_long(buf, ZEND_LONG_MIN+1); in php_var_export_ex() 537 smart_str_append_long(buf, Z_LVAL_P(struc)); in php_var_export_ex() 1067 smart_str_append_long(buf, var_already); in php_var_serialize_intern() 1072 smart_str_append_long(buf, var_already); in php_var_serialize_intern()
|
H A D | head.c | 163 smart_str_append_long(&buf, (zend_long) diff); in php_setcookie()
|
/php-src/Zend/ |
H A D | zend_exceptions.c | 513 smart_str_append_long(str, Z_RES_HANDLE_P(arg)); in _build_trace_args() 537 smart_str_append_long(str, num); in _build_trace_string() 557 smart_str_append_long(str, line); in _build_trace_string() 610 smart_str_append_long(&str, num); in zend_trace_to_string()
|
H A D | zend_smart_str.h | 151 static zend_always_inline void smart_str_append_long(smart_str *dest, zend_long num) in smart_str_append_long() function
|
H A D | zend_smart_str.c | 213 smart_str_append_long(dest, Z_LVAL_P(value)); in smart_str_append_scalar()
|
H A D | zend.c | 416 smart_str_append_long(buf, num_key); in print_hash() 597 smart_str_append_long(buf, Z_LVAL_P(expr)); in zend_print_zval_r_to_buf()
|
H A D | zend_ast.c | 1606 smart_str_append_long(str, Z_LVAL_P(zv)); in zend_ast_export_zval() 1634 smart_str_append_long(str, idx); in zend_ast_export_zval()
|
/php-src/ext/soap/ |
H A D | php_encoding.c | 2370 smart_str_append_long(&array_size, dims[0]); in to_xml_array() 2373 smart_str_append_long(&array_size, dims[i]); in to_xml_array() 2398 smart_str_append_long(&array_size, dims[0]); in to_xml_array() 2401 smart_str_append_long(&array_size, dims[i]); in to_xml_array() 2406 smart_str_append_long(&array_size, i); in to_xml_array() 2418 smart_str_append_long(&array_size, dims[0]); in to_xml_array() 2421 smart_str_append_long(&array_size, dims[i]); in to_xml_array() 2445 smart_str_append_long(&array_size, i); in to_xml_array() 2452 smart_str_append_long(&array_size, i); in to_xml_array() 2746 smart_str_append_long(&tmp, int_val); in to_xml_map() [all …]
|
H A D | php_http.c | 671 smart_str_append_long(&soap_headers, request->len); in make_http_soap_request()
|
H A D | php_sdl.c | 3248 smart_str_append_long(&proxy,Z_LVAL_P(proxy_port)); in get_sdl()
|
/php-src/ext/zend_test/ |
H A D | observer.c | 112 smart_str_append_long(buf, Z_OBJ_HANDLE_P(retval)); in get_retval_info()
|
/php-src/ext/pgsql/ |
H A D | pgsql.c | 678 smart_str_append_long(&str, connect_type & ~PGSQL_CONNECT_FORCE_NEW); in php_pgsql_do_connect() 5588 smart_str_append_long(&querystr, Z_LVAL_P(val)); in php_pgsql_insert() 5762 smart_str_append_long(querystr, Z_LVAL_P(val)); in build_assignment_string()
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_trace.c | 242 smart_str_append_long(&buf, (zend_long)ZEND_JIT_TRACE_NUM); in zend_jit_trace_name() 256 smart_str_append_long(&buf, (zend_long)lineno); in zend_jit_trace_name() 7400 smart_str_append_long(&buf, (zend_long)trace_num); in zend_jit_trace_escape_name() 7402 smart_str_append_long(&buf, (zend_long)exit_num); in zend_jit_trace_escape_name()
|
H A D | zend_jit.c | 780 smart_str_append_long(&buf, op_array->line_start); in zend_jit_func_name()
|
/php-src/ext/session/ |
H A D | session.c | 1457 smart_str_append_long(&ncookie, PS(cookie_lifetime)); in php_session_send_cookie()
|
/php-src/ext/reflection/ |
H A D | php_reflection.c | 678 smart_str_append_long(str, num_key); in format_default_value()
|
Completed in 226 milliseconds