Searched refs:smart_str_append_long (Results 1 – 18 of 18) sorted by relevance
/PHP-8.1/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-8.1/ext/standard/ |
H A D | http.c | 175 smart_str_append_long(formstr, idx); in php_url_encode_hash_ex() 194 smart_str_append_long(formstr, Z_LVAL_P(zdata)); in php_url_encode_hash_ex()
|
H A D | var.c | 431 smart_str_append_long(buf, (zend_long) index); in php_array_element_export() 471 smart_str_append_long(buf, (zend_long) index); in php_object_element_export() 503 smart_str_append_long(buf, ZEND_LONG_MIN+1); in php_var_export_ex() 507 smart_str_append_long(buf, Z_LVAL_P(struc)); in php_var_export_ex() 1010 smart_str_append_long(buf, var_already); in php_var_serialize_intern() 1015 smart_str_append_long(buf, var_already); in php_var_serialize_intern()
|
H A D | head.c | 164 smart_str_append_long(&buf, (zend_long) diff); in php_setcookie()
|
/PHP-8.1/ext/json/ |
H A D | json_encoder.c | 266 smart_str_append_long(buf, (zend_long) index); in php_json_encode_array() 332 smart_str_append_long(buf, p); in php_json_escape_string() 617 smart_str_append_long(buf, Z_LVAL_P(val)); in php_json_encode_zval()
|
/PHP-8.1/Zend/ |
H A D | zend_smart_str.h | 40 #define smart_str_append_long(dest, val) \ macro
|
H A D | zend_exceptions.c | 509 smart_str_append_long(str, Z_RES_HANDLE_P(arg)); in _build_trace_args() 533 smart_str_append_long(str, num); in _build_trace_string() 553 smart_str_append_long(str, line); in _build_trace_string() 606 smart_str_append_long(&str, num); in zend_trace_to_string()
|
H A D | zend_smart_str.c | 212 smart_str_append_long(dest, Z_LVAL_P(value)); in smart_str_append_scalar()
|
H A D | zend.c | 349 smart_str_append_long(buf, num_key); in print_hash() 528 smart_str_append_long(buf, Z_LVAL_P(expr)); in zend_print_zval_r_to_buf()
|
H A D | zend_ast.c | 1402 smart_str_append_long(str, Z_LVAL_P(zv)); in zend_ast_export_zval() 1430 smart_str_append_long(str, idx); in zend_ast_export_zval()
|
/PHP-8.1/ext/soap/ |
H A D | php_encoding.c | 2301 smart_str_append_long(&array_size, dims[0]); in to_xml_array() 2304 smart_str_append_long(&array_size, dims[i]); in to_xml_array() 2329 smart_str_append_long(&array_size, dims[0]); in to_xml_array() 2332 smart_str_append_long(&array_size, dims[i]); in to_xml_array() 2337 smart_str_append_long(&array_size, i); in to_xml_array() 2349 smart_str_append_long(&array_size, dims[0]); in to_xml_array() 2352 smart_str_append_long(&array_size, dims[i]); in to_xml_array() 2376 smart_str_append_long(&array_size, i); in to_xml_array() 2383 smart_str_append_long(&array_size, i); in to_xml_array() 2663 smart_str_append_long(&tmp, int_val); in to_xml_map() [all …]
|
H A D | php_http.c | 650 smart_str_append_long(&soap_headers, request->len); in make_http_soap_request()
|
H A D | php_sdl.c | 3278 smart_str_append_long(&proxy,Z_LVAL_P(proxy_port)); in get_sdl()
|
/PHP-8.1/ext/zend_test/ |
H A D | observer.c | 103 smart_str_append_long(buf, Z_OBJ_HANDLE_P(retval)); in get_retval_info()
|
/PHP-8.1/ext/pgsql/ |
H A D | pgsql.c | 649 smart_str_append_long(&str, connect_type & ~PGSQL_CONNECT_FORCE_NEW); in php_pgsql_do_connect() 5374 smart_str_append_long(&querystr, Z_LVAL_P(val)); in php_pgsql_insert() 5546 smart_str_append_long(querystr, Z_LVAL_P(val)); in build_assignment_string()
|
/PHP-8.1/ext/session/ |
H A D | session.c | 1350 smart_str_append_long(&ncookie, PS(cookie_lifetime)); in php_session_send_cookie()
|
/PHP-8.1/ext/opcache/jit/ |
H A D | zend_jit_trace.c | 274 smart_str_append_long(&buf, (zend_long)ZEND_JIT_TRACE_NUM); in zend_jit_trace_name() 288 smart_str_append_long(&buf, (zend_long)lineno); in zend_jit_trace_name()
|
/PHP-8.1/ext/reflection/ |
H A D | php_reflection.c | 634 smart_str_append_long(str, num_key); in format_default_value()
|
Completed in 110 milliseconds