Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_convert.c404 uint8_t *out_str = out->out_str; in convert_glob_write_str() local
414 *output++ = *out_str++; in convert_glob_write_str()
758 out->out_str[2] = CHAR_C; in convert_glob_print_commit()
759 out->out_str[3] = CHAR_O; in convert_glob_print_commit()
760 out->out_str[4] = CHAR_M; in convert_glob_print_commit()
761 out->out_str[5] = CHAR_M; in convert_glob_print_commit()
762 out->out_str[6] = CHAR_I; in convert_glob_print_commit()
763 out->out_str[7] = CHAR_T; in convert_glob_print_commit()
825 out.out_str[2] = CHAR_s; in convert_glob()
843 out.out_str[1] = CHAR_A; in convert_glob()
[all …]
/PHP-7.4/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.4/ext/standard/
H A Durl.c532 zend_string *in_str, *out_str; in PHP_FUNCTION() local
538 out_str = zend_string_init(ZSTR_VAL(in_str), ZSTR_LEN(in_str), 0); in PHP_FUNCTION()
539 ZSTR_LEN(out_str) = php_url_decode(ZSTR_VAL(out_str), ZSTR_LEN(out_str)); in PHP_FUNCTION()
541 RETURN_NEW_STR(out_str); in PHP_FUNCTION()
631 zend_string *in_str, *out_str; local
637 out_str = zend_string_init(ZSTR_VAL(in_str), ZSTR_LEN(in_str), 0);
638 ZSTR_LEN(out_str) = php_raw_url_decode(ZSTR_VAL(out_str), ZSTR_LEN(out_str));
640 RETURN_NEW_STR(out_str);
/PHP-7.4/main/
H A Doutput.c1255 char *out_str = NULL; in php_output_handler_compat_func() local
1258 func(output_context->in.data, output_context->in.used, &out_str, &out_len, output_context->op); in php_output_handler_compat_func()
1260 if (out_str) { in php_output_handler_compat_func()
1261 output_context->out.data = out_str; in php_output_handler_compat_func()
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c2735 zend_string *out_str; /* Output string with quoted characters */ in PHP_FUNCTION() local
2810 out_str = zend_string_safe_alloc(1, ZSTR_LEN(str), extra_len, 0); in PHP_FUNCTION()
2811 q = ZSTR_VAL(out_str); in PHP_FUNCTION()
2860 RETURN_NEW_STR(out_str); in PHP_FUNCTION()

Completed in 23 milliseconds