Home
last modified time | relevance | path

Searched refs:net (Results 1 – 25 of 595) sorted by relevance

12345678910>>...24

/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_net.c329 (void) net->data->m.set_stream(net, net_stream); in MYSQLND_METHOD()
730 net->cmd_buffer.buffer = mnd_pemalloc(net->cmd_buffer.length, net->persistent); in MYSQLND_METHOD()
732net->cmd_buffer.buffer = mnd_perealloc(net->cmd_buffer.buffer, net->cmd_buffer.length, net->persis… in MYSQLND_METHOD()
1067 if (net && (net_stream = net->data->m.get_stream(net))) { in MYSQLND_METHOD()
1083 (void) net->data->m.set_stream(net, NULL); in MYSQLND_METHOD()
1118 net->data->m.free_contents(net); in MYSQLND_METHOD()
1127 mnd_pefree(net->data, net->data->persistent); in MYSQLND_METHOD()
1128 mnd_pefree(net, net->persistent); in MYSQLND_METHOD()
1140 DBG_INF_FMT("%p", net? net->data->stream:NULL); in MYSQLND_METHOD()
1141 DBG_RETURN(net? net->data->stream:NULL); in MYSQLND_METHOD()
[all …]
H A Dmysqlnd_vio.c448 php_stream * net_stream = net->data->get_stream(net); in MYSQLND_METHOD()
473 net->last_command = cmd; in MYSQLND_METHOD()
491 php_stream * net_stream = net->data->m.get_stream(net); in MYSQLND_METHOD()
513 if (net->data->options.ssl_ca) { in MYSQLND_METHOD()
568 net->data->ssl = TRUE; in MYSQLND_METHOD()
645 if (net && (net_stream = net->data->m.get_stream(net))) { in MYSQLND_METHOD()
661 net->data->m.set_stream(net, NULL); in MYSQLND_METHOD()
677 net->data->m.set_client_option(net, MYSQLND_OPT_NET_READ_BUFFER_SIZE, (char *)&buf_size); in MYSQLND_METHOD()
680 net->data->m.set_client_option(net, MYSQL_OPT_READ_TIMEOUT, (char *)&buf_size); in MYSQLND_METHOD()
709 DBG_INF_FMT("%p", net? net->data->stream:NULL); in MYSQLND_METHOD()
[all …]
/PHP-7.2/ext/standard/tests/url/
H A Dparse_url_basic_003.phpt31 --> http://php.net : string(7) "php.net"
32 --> http://php.net/ : string(7) "php.net"
35 --> http://www.php.net : string(11) "www.php.net"
36 --> http://www.php.net/ : string(11) "www.php.net"
37 --> www.php.net:80 : string(11) "www.php.net"
38 --> http://www.php.net:80 : string(11) "www.php.net"
39 --> http://www.php.net:80/ : string(11) "www.php.net"
42 --> www.php.net:80/? : string(11) "www.php.net"
43 --> http://www.php.net/? : string(11) "www.php.net"
44 --> http://www.php.net:80/? : string(11) "www.php.net"
[all …]
H A Durls.inc9 'php.net',
10 'php.net/',
11 'http://php.net',
12 'http://php.net/',
13 'www.php.net',
14 'www.php.net/',
15 'http://www.php.net',
16 'http://www.php.net/',
17 'www.php.net:80',
21 'www.php.net/?',
[all …]
H A Dparse_url_basic_004.phpt29 --> php.net : NULL
30 --> php.net/ : NULL
31 --> http://php.net : NULL
32 --> http://php.net/ : NULL
33 --> www.php.net : NULL
34 --> www.php.net/ : NULL
35 --> http://www.php.net : NULL
36 --> http://www.php.net/ : NULL
37 --> www.php.net:80 : int(80)
41 --> www.php.net/? : NULL
[all …]
H A Dparse_url_basic_006.phpt29 --> php.net : NULL
30 --> php.net/ : NULL
31 --> http://php.net : NULL
32 --> http://php.net/ : NULL
33 --> www.php.net : NULL
34 --> www.php.net/ : NULL
35 --> http://www.php.net : NULL
36 --> http://www.php.net/ : NULL
37 --> www.php.net:80 : NULL
41 --> www.php.net/? : NULL
[all …]
H A Dparse_url_basic_009.phpt29 --> php.net : NULL
30 --> php.net/ : NULL
31 --> http://php.net : NULL
32 --> http://php.net/ : NULL
33 --> www.php.net : NULL
34 --> www.php.net/ : NULL
35 --> http://www.php.net : NULL
36 --> http://www.php.net/ : NULL
37 --> www.php.net:80 : NULL
41 --> www.php.net/? : NULL
[all …]
H A Dparse_url_basic_005.phpt29 --> php.net : NULL
30 --> php.net/ : NULL
31 --> http://php.net : NULL
32 --> http://php.net/ : NULL
33 --> www.php.net : NULL
34 --> www.php.net/ : NULL
35 --> http://www.php.net : NULL
36 --> http://www.php.net/ : NULL
37 --> www.php.net:80 : NULL
41 --> www.php.net/? : NULL
[all …]
H A Dparse_url_basic_007.phpt29 --> php.net : string(7) "php.net"
30 --> php.net/ : string(8) "php.net/"
31 --> http://php.net : NULL
32 --> http://php.net/ : string(1) "/"
33 --> www.php.net : string(11) "www.php.net"
34 --> www.php.net/ : string(12) "www.php.net/"
35 --> http://www.php.net : NULL
37 --> www.php.net:80 : NULL
38 --> http://www.php.net:80 : NULL
41 --> www.php.net/? : string(12) "www.php.net/"
[all …]
H A Dparse_url_basic_002.phpt30 --> php.net : NULL
31 --> php.net/ : NULL
32 --> http://php.net : string(4) "http"
33 --> http://php.net/ : string(4) "http"
34 --> www.php.net : NULL
35 --> www.php.net/ : NULL
36 --> http://www.php.net : string(4) "http"
37 --> http://www.php.net/ : string(4) "http"
38 --> www.php.net:80 : NULL
42 --> www.php.net/? : NULL
[all …]
H A Dparse_url_basic_008.phpt29 --> php.net : NULL
30 --> php.net/ : NULL
31 --> http://php.net : NULL
32 --> http://php.net/ : NULL
33 --> www.php.net : NULL
34 --> www.php.net/ : NULL
35 --> http://www.php.net : NULL
36 --> http://www.php.net/ : NULL
37 --> www.php.net:80 : NULL
41 --> www.php.net/? : NULL
[all …]
H A Dparse_url_basic_001.phpt59 --> php.net: array(1) {
61 string(7) "php.net"
64 --> php.net/: array(1) {
66 string(8) "php.net/"
73 string(7) "php.net"
80 string(7) "php.net"
87 string(11) "www.php.net"
99 string(11) "www.php.net"
106 string(11) "www.php.net"
113 string(11) "www.php.net"
[all …]
H A Dparse_url_unterminated.phpt61 --> php.net: array(1) {
63 string(7) "php.net"
66 --> php.net/: array(1) {
68 string(8) "php.net/"
75 string(7) "php.net"
82 string(7) "php.net"
89 string(11) "www.php.net"
101 string(11) "www.php.net"
108 string(11) "www.php.net"
115 string(11) "www.php.net"
[all …]
H A Dbug74780.phpt6 parse_url('//php.net/path?query=1:2'),
7 parse_url('//php.net/path.php?query=a:b'),
8 parse_url('//username@php.net/path?query=1:2')
15 string(7) "php.net"
23 string(7) "php.net"
31 string(7) "php.net"
/PHP-7.2/
H A DEXTENSIONS71 …Y MAINTAINER: Marcus Börger <helly@php.net>,Christopher Jones <sixd@php.net>, Pierre-Alain Joye <…
82 … Georg Richter <georg@php.net>, Andrey Hristov <andrey@php.net>, Johannes Schlüter <johannes@php.
88 …RY MAINTAINER: Andrey Hristov <andrey@php.net>, Johannes Schlüter <johannes@php.net>, Ulf Wendel …
123 …ia Alshanetsky <iliaa@php.net>, Johannes Schlüter <johannes@php.net>, Andrey Hristov <andrey@php.n…
171 …AINTAINER: Christian Stocker <chregu@php.net>, Rob Richards <rrichards@php.net>, Marcus Börger <h…
255 …TAINER: Sterling Hughes <sterling@php.net>, Ilia Alshanetsky <iliaa@php.net>, Pierrick Charron <p…
284 …MAINTAINER: Derick Rethans <derick@php.net>, Pierre-Alain Joye <pajoye@php.net>, Ilia Alshanetsky…
310 …RIMARY MAINTAINER: Sara Golemon <pollita@php.net>, Mike Wallner <mike@php.net>, Anatol Belski <ab…
338 …tig Venaas <venaas@php.net>, Douglas Goldstein <cardoe@php.net>, Pierre-Alain Joye <pajoye@php.net
370 PRIMARY MAINTAINER: Greg Beaver <cellog@php.net>, Marcus Börger <helly@php.net>, Steph Fox <sfox@p…
[all …]
/PHP-7.2/ext/standard/tests/strings/
H A Durl_t.phpt12 'php.net',
13 'php.net/',
14 'http://php.net',
15 'http://php.net/',
16 'www.php.net',
17 'www.php.net/',
18 'http://www.php.net',
19 'http://www.php.net/',
20 'www.php.net:80',
24 'www.php.net/?',
[all …]
/PHP-7.2/ext/session/tests/
H A Dsession_basic3.phpt44 <a href="http://php.net">test</a>
45 <a href="http://php.net/">test</a>
61 <a href="https://php.net">test</a>
75 <a href="//php.net">test</a>
76 <a href="//php.net/">test</a>
77 <a href="//php.net/#bar">test</a>
78 <a href="//php.net/?foo">test</a>
174 <a href="//php.net">test</a>
175 <a href="//php.net/">test</a>
301 <a href="//php.net">test</a>
[all …]
H A Dsession_basic5.phpt21 $_SERVER['HTTP_HOST'] = 'php.net';
72 <a href="http://php.net">test</a>
73 <a href="http://php.net/">test</a>
74 <a href="http://php.net/#bar">test</a>
75 <a href="http://php.net/?foo">test</a>
90 <a href="https://php.net">test</a>
91 <a href="https://php.net/">test</a>
105 <a href="//php.net">test</a>
106 <a href="//php.net/">test</a>
107 <a href="//php.net/#bar">test</a>
[all …]
/PHP-7.2/ext/standard/tests/general_functions/
H A Doutput_add_rewrite_var_basic3.phpt23 <a href="//php.net/foo.php"> </a>
24 <a href="http://php.net/foo.php"> </a>
25 <a href="bad://php.net/foo.php"> </a>
26 <a href="//www.php.net/foo.php"> </a>
43 <a href="//php.net/foo.php"> </a>
45 <a href="bad://php.net/foo.php"> </a>
46 <a href="//www.php.net/foo.php"> </a>
65 <a href="//php.net/foo.php"> </a>
80 <a href="//php.net/foo.php"> </a>
95 <a href="//php.net/foo.php"> </a>
[all …]
H A Doutput_add_rewrite_var_basic4.phpt23 <a href="//php.net/foo.php"> </a>
24 <a href="http://php.net/foo.php"> </a>
25 <a href="bad://php.net/foo.php"> </a>
26 <a href="//www.php.net/foo.php"> </a>
43 <a href="//php.net/foo.php"> </a>
45 <a href="bad://php.net/foo.php"> </a>
46 <a href="//www.php.net/foo.php"> </a>
65 <a href="//php.net/foo.php"> </a>
80 <a href="//php.net/foo.php"> </a>
95 <a href="//php.net/foo.php"> </a>
[all …]
H A Doutput_add_rewrite_var_basic1.phpt12 ini_set('url_rewriter.hosts', 'php.net,www.php.net');
13 ini_set('session.trans_sid_hosts', 'php.net,www.php.net');
24 <a href="//php.net/foo.php"> </a>
25 <a href="http://php.net/foo.php"> </a>
26 <a href="bad://php.net/foo.php"> </a>
27 <a href="//www.php.net/foo.php"> </a>
44 <a href="//php.net/foo.php"> </a>
45 <a href="http://php.net/foo.php"> </a>
46 <a href="bad://php.net/foo.php"> </a>
47 <a href="//www.php.net/foo.php"> </a>
[all …]
H A Doutput_add_rewrite_var_basic2.phpt12 ini_set('url_rewriter.hosts', 'php.net,www.php.net');
13 ini_set('session.trans_sid_hosts', 'php.net,www.php.net');
24 <a href="//php.net/foo.php"> </a>
25 <a href="http://php.net/foo.php"> </a>
26 <a href="bad://php.net/foo.php"> </a>
27 <a href="//www.php.net/foo.php"> </a>
44 <a href="//php.net/foo.php"> </a>
45 <a href="http://php.net/foo.php"> </a>
46 <a href="bad://php.net/foo.php"> </a>
47 <a href="//www.php.net/foo.php"> </a>
[all …]
/PHP-7.2/ext/iconv/tests/
H A Diconv_mime_decode_headers.phpt19 List-Help: <mailto:internals-help@lists.php.net>
21 List-Post: <mailto:internals@lists.php.net>
22 Delivered-To: mailing list internals@lists.php.net
24 Delivered-To: ezmlm-scan-internals@lists.php.net
25 Delivered-To: ezmlm-internals@lists.php.net
29 To: internals@lists.php.net
56 string(37) "<mailto:internals-help@lists.php.net>"
60 string(32) "<mailto:internals@lists.php.net>"
66 string(34) "ezmlm-scan-internals@lists.php.net"
68 string(29) "ezmlm-internals@lists.php.net"
[all …]
/PHP-7.2/ext/openssl/tests/
H A Dsni_server.phpt15 "cs.php.net" => __DIR__ . "/sni_server_cs.pem",
16 "uk.php.net" => __DIR__ . "/sni_server_uk.pem",
17 "us.php.net" => __DIR__ . "/sni_server_us.pem"
38 $ctxArr['peer_name'] = 'cs.php.net';
44 $ctxArr['peer_name'] = 'uk.php.net';
50 $ctxArr['peer_name'] = 'us.php.net';
61 string(%d) "cs.php.net"
62 string(%d) "uk.php.net"
63 string(%d) "us.php.net"
H A Dsni_server_key_cert.phpt15 "cs.php.net" => [
19 "uk.php.net" => [
23 "us.php.net" => [
47 $ctxArr['peer_name'] = 'cs.php.net';
53 $ctxArr['peer_name'] = 'uk.php.net';
59 $ctxArr['peer_name'] = 'us.php.net';
70 string(%d) "cs.php.net"
71 string(%d) "uk.php.net"
72 string(%d) "us.php.net"

Completed in 48 milliseconds

12345678910>>...24