Home
last modified time | relevance | path

Searched refs:smart_str_append_long (Results 1 – 16 of 16) sorted by relevance

/PHP-8.0/ext/intl/
H A Dintl_error.c230 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 Dhttp.c175 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 Dvar.c413 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 Dhead.c164 smart_str_append_long(&buf, (zend_long) diff); in php_setcookie()
/PHP-8.0/ext/json/
H A Djson_encoder.c210 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 Dzend_exceptions.c515 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 Dzend_smart_str.h40 #define smart_str_append_long(dest, val) \ macro
H A Dzend.c330 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 Dzend_ast.c1296 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 Dphp_encoding.c2301 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 Dphp_http.c656 smart_str_append_long(&soap_headers, request->len); in make_http_soap_request()
H A Dphp_sdl.c3266 smart_str_append_long(&proxy,Z_LVAL_P(proxy_port)); in get_sdl()
/PHP-8.0/ext/zend_test/
H A Dtest.c592 smart_str_append_long(buf, Z_OBJ_HANDLE_P(retval)); in get_retval_info()
/PHP-8.0/ext/pgsql/
H A Dpgsql.c540 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 Dsession.c1349 smart_str_append_long(&ncookie, PS(cookie_lifetime)); in php_session_send_cookie()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_trace.c247 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 89 milliseconds