Searched refs:smart_str_append_long (Results 1 – 16 of 16) sorted by relevance
/PHP-8.0/ext/intl/ |
H A D | intl_error.c | 230 smart_str_append_long( &ret, (zend_long ) pe->line ); in intl_parse_error_to_string() 240 smart_str_append_long( &ret, (zend_long ) pe->offset ); in intl_parse_error_to_string()
|
/PHP-8.0/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 | 413 smart_str_append_long(buf, (zend_long) index); in php_array_element_export() 453 smart_str_append_long(buf, (zend_long) index); in php_object_element_export() 486 smart_str_append_long(buf, ZEND_LONG_MIN+1); in php_var_export_ex() 490 smart_str_append_long(buf, Z_LVAL_P(struc)); in php_var_export_ex() 686 smart_str_append_long(buf, val); in php_var_serialize_long() 948 smart_str_append_long(buf, var_already); in php_var_serialize_intern() 953 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.0/ext/json/ |
H A D | json_encoder.c | 210 smart_str_append_long(buf, (zend_long) index); in php_json_encode_array() 276 smart_str_append_long(buf, p); in php_json_escape_string() 548 smart_str_append_long(buf, Z_LVAL_P(val)); in php_json_encode_zval()
|
/PHP-8.0/Zend/ |
H A D | zend_exceptions.c | 515 smart_str_append_long(str, Z_RES_HANDLE_P(arg)); in _build_trace_args() 519 smart_str_append_long(str, Z_LVAL_P(arg)); in _build_trace_args() 547 smart_str_append_long(str, num); in _build_trace_string() 567 smart_str_append_long(str, line); in _build_trace_string() 635 smart_str_append_long(&str, num); in ZEND_METHOD()
|
H A D | zend_smart_str.h | 40 #define smart_str_append_long(dest, val) \ macro
|
H A D | zend.c | 330 smart_str_append_long(buf, num_key); in print_hash() 481 smart_str_append_long(buf, Z_LVAL_P(expr)); in zend_print_zval_r_to_buf()
|
H A D | zend_ast.c | 1296 smart_str_append_long(str, Z_LVAL_P(zv)); in zend_ast_export_zval() 1322 smart_str_append_long(str, idx); in zend_ast_export_zval()
|
/PHP-8.0/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 | 656 smart_str_append_long(&soap_headers, request->len); in make_http_soap_request()
|
H A D | php_sdl.c | 3266 smart_str_append_long(&proxy,Z_LVAL_P(proxy_port)); in get_sdl()
|
/PHP-8.0/ext/zend_test/ |
H A D | test.c | 592 smart_str_append_long(buf, Z_OBJ_HANDLE_P(retval)); in get_retval_info()
|
/PHP-8.0/ext/pgsql/ |
H A D | pgsql.c | 540 smart_str_append_long(&str, connect_type & ~PGSQL_CONNECT_FORCE_NEW); in php_pgsql_do_connect() 5396 smart_str_append_long(&querystr, Z_LVAL_P(val)); in php_pgsql_insert() 5565 smart_str_append_long(querystr, Z_LVAL_P(val)); in build_assignment_string()
|
/PHP-8.0/ext/session/ |
H A D | session.c | 1349 smart_str_append_long(&ncookie, PS(cookie_lifetime)); in php_session_send_cookie()
|
/PHP-8.0/ext/opcache/jit/ |
H A D | zend_jit_trace.c | 247 smart_str_append_long(&buf, (zend_long)ZEND_JIT_TRACE_NUM); in zend_jit_trace_name() 261 smart_str_append_long(&buf, (zend_long)lineno); in zend_jit_trace_name()
|
Completed in 97 milliseconds