Home
last modified time | relevance | path

Searched refs:out_str (Results 1 – 4 of 4) sorted by relevance

/PHP-7.2/ext/oci8/tests/
H A Dbug37581.phpt15 procedure array_bind(in_str in str_array, out_str out string);
19 procedure array_bind(in_str in str_array, out_str out string) is
22 out_str := in_str(i);
33 $stmt = oci_parse($c,'begin bug37581_pkg.array_bind(:in_arr, :out_str); end;');
37 oci_bind_by_name($stmt,':out_str',$result,10);
/PHP-7.2/ext/standard/
H A Durl.c554 zend_string *in_str, *out_str; in PHP_FUNCTION() local
560 out_str = zend_string_init(ZSTR_VAL(in_str), ZSTR_LEN(in_str), 0); in PHP_FUNCTION()
561 ZSTR_LEN(out_str) = php_url_decode(ZSTR_VAL(out_str), ZSTR_LEN(out_str)); in PHP_FUNCTION()
563 RETURN_NEW_STR(out_str); in PHP_FUNCTION()
649 zend_string *in_str, *out_str; local
655 out_str = zend_string_init(ZSTR_VAL(in_str), ZSTR_LEN(in_str), 0);
656 ZSTR_LEN(out_str) = php_raw_url_decode(ZSTR_VAL(out_str), ZSTR_LEN(out_str));
658 RETURN_NEW_STR(out_str);
/PHP-7.2/main/
H A Doutput.c1253 char *out_str = NULL; in php_output_handler_compat_func() local
1256 func(output_context->in.data, output_context->in.used, &out_str, &out_len, output_context->op); in php_output_handler_compat_func()
1258 if (out_str) { in php_output_handler_compat_func()
1259 output_context->out.data = out_str; in php_output_handler_compat_func()
/PHP-7.2/ext/pcre/
H A Dphp_pcre.c2419 zend_string *out_str; /* Output string with quoted characters */ in PHP_FUNCTION() local
2493 out_str = zend_string_safe_alloc(1, ZSTR_LEN(str), extra_len, 0); in PHP_FUNCTION()
2494 q = ZSTR_VAL(out_str); in PHP_FUNCTION()
2542 RETURN_NEW_STR(out_str); in PHP_FUNCTION()

Completed in 23 milliseconds