Home
last modified time | relevance | path

Searched refs:out (Results 251 – 275 of 489) sorted by path

1...<<11121314151617181920

/php-src/ext/opcache/tests/jit/
H A Dbug80447.phpt2 Bug #80447 (Strange out of memory error when running with JIT)
H A Dbug81249.phpt114 $out = null;
120 $out = $result;
125 assert($out === 728);
H A Dgh12382.phpt2 GH-12382: JIT Index invalid or out of range error
H A Dshift_right_003.phpt13 $out = "";
15 $out .= \chr(0x80 | (($int >> $i) & 0x7f));
17 return $out . \chr($int >> $i);
/php-src/ext/openssl/
H A Dopenssl.c1724 BIO *out = NULL; in PHP_FUNCTION() local
1754 if (out && PEM_write_bio_PUBKEY(out, pkey)) { in PHP_FUNCTION()
1769 BIO_free_all(out); in PHP_FUNCTION()
4978 BIO_free(out); in PHP_FUNCTION()
5212 BIO_free(out); in PHP_FUNCTION()
5957 if (out == NULL) { in PHP_FUNCTION()
5976 BIO_free(out); in PHP_FUNCTION()
6668 if (out == NULL) { in PHP_FUNCTION()
6702 BIO_free(out); in PHP_FUNCTION()
6802 out = zend_string_truncate(out, out_len, 0); in PHP_FUNCTION()
[all …]
H A Dxp_ssl.c130 #define PHP_X509_NAME_ENTRY_TO_UTF8(ne, i, out) \ argument
131 ASN1_STRING_to_UTF8(&out, X509_NAME_ENTRY_get_data(X509_NAME_get_entry(ne, i)))
1608 unsigned char *out; in php_openssl_alpn_protos_parse() local
1616 out = emalloc(strlen(in) + 1); in php_openssl_alpn_protos_parse()
1621 efree(out); in php_openssl_alpn_protos_parse()
1624 out[start] = i - start; in php_openssl_alpn_protos_parse()
1627 out[i + 1] = in[i]; in php_openssl_alpn_protos_parse()
1633 return out; in php_openssl_alpn_protos_parse()
1638 const unsigned char **out, unsigned char *outlen, in php_openssl_server_alpn_callback() argument
1643 …if (SSL_select_next_proto((unsigned char **)out, outlen, sslsock->alpn_ctx.data, sslsock->alpn_ctx… in php_openssl_server_alpn_callback()
/php-src/ext/openssl/tests/
H A Dbug50713.phpt8 $outFile = __DIR__ . '/bug50713-out.pem';
25 $outFile = __DIR__ . '/bug50713-out.pem';
H A Dbug81713.phpt22 $outfile = __DIR__ . '/bug81713.out';
55 ["openssl_pkey_export", $priv_key_file_null, &$out],
58 ["openssl_private_encrypt", "test", &$out, $priv_key_file_null],
59 ["openssl_private_decrypt", "test", &$out, $priv_key_file_null],
60 ["openssl_public_encrypt", "test", &$out, $priv_key_file_null],
61 ["openssl_public_decrypt", "test", &$out, $priv_key_file_null],
62 ["openssl_sign", "test", &$out, $priv_key_file_null],
72 ["openssl_x509_export", $crt_file_null, &$out],
119 ["openssl_pkcs12_export", $crt_file_null, &$out, $priv_key_file, "pwd"],
120 ["openssl_pkcs12_export", $crt_file, &$out, $priv_key_file_null, "pwd"],
[all …]
H A Dgh12489.phpt8 $outfile = __DIR__ . "/out.cms";;
25 $outfile = __DIR__ . "/out.cms";;
H A Dopenssl_cms_decrypt_basic.phpt12 $outfile = $encrypted . ".out";
H A Dopenssl_cms_encrypt_basic.phpt11 $outfile2 = $outfile . ".out";
H A Dopenssl_cms_encrypt_der.phpt12 $decryptfile = $tname . ".out";
H A Dopenssl_cms_verify_basic.phpt12 $contentfile = $outfile . ".out";
H A Dopenssl_error_string_basic.phpt111 @openssl_pkey_export($private_key_file_with_pass, $out, 'wrong pwd');
H A Dopenssl_error_string_basic_openssl3.phpt115 @openssl_pkey_export($private_key_file_with_pass, $out, 'wrong pwd', $options);
H A Dstream_server_reneg_limit.phpt8 exec('openssl help', $out, $code);
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_convert.c386 out->output_size++; in convert_glob_write()
388 if (out->output < out->output_end) in convert_glob_write()
389 *out->output++ = chr; in convert_glob_write()
417 out->output = output; in convert_glob_write_str()
765 out->out_str[2] = CHAR_C; in convert_glob_print_commit()
766 out->out_str[3] = CHAR_O; in convert_glob_print_commit()
767 out->out_str[4] = CHAR_M; in convert_glob_print_commit()
826 out.output = use_buffer; in convert_glob()
828 out.output_size = 0; in convert_glob()
832 out.out_str[2] = CHAR_s; in convert_glob()
[all …]
/php-src/ext/pdo/
H A Dpdo_dbh.c1386 goto out; in dbh_method_get()
1395 out: in dbh_method_get()
H A Dpdo_stmt.c1956 if (out == NULL) { in PHP_METHOD()
1963 php_stream_write(out, "\n", 1); in PHP_METHOD()
1971 php_stream_write(out, "\n", 1); in PHP_METHOD()
1974 php_stream_printf(out, "Params: %d\n", in PHP_METHOD()
1982 php_stream_printf(out, "Key: Name: [%zd] %.*s\n", in PHP_METHOD()
1988 php_stream_printf(out, in PHP_METHOD()
2001 php_stream_close(out); in PHP_METHOD()
2048 goto out; in dbstmt_method_get()
2056 goto out; in dbstmt_method_get()
2061 goto out; in dbstmt_method_get()
[all …]
/php-src/ext/pdo/tests/
H A Dpdo_022.phpt17 * TODO: filter out driver dependent components from this common core
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options.phpt80 … printf("[003] [TODO][CHANGEREQUEST] Please, lets not ignore invalid options and bail out!\n");
173 [003] [TODO][CHANGEREQUEST] Please, lets not ignore invalid options and bail out!
/php-src/ext/pdo_odbc/
H A Dodbc_driver.c237 goto out; in odbc_handle_doer()
242 goto out; in odbc_handle_doer()
248 goto out; in odbc_handle_doer()
253 out: in odbc_handle_doer()
/php-src/ext/pdo_odbc/tests/
H A Dlong_columns.phpt66 $out = "";
67 while (strlen($out) < $len) {
68 $out .= "abcdefghijklmnopqrstuvwxyz";
70 return substr($out, 0, $len);
/php-src/ext/pdo_pgsql/tests/
H A Dlarge_objects.phpt37 /* Pull it out */
/php-src/ext/pgsql/tests/
H A D00version.phpt10 // Execute run-test.php with --keep-all to get version string in 00version.log or 00version.out

Completed in 104 milliseconds

1...<<11121314151617181920