/PHP-7.1/ext/mysqlnd/ |
H A D | mysqlnd_net.c | 329 (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() 732 …net->cmd_buffer.buffer = mnd_perealloc(net->cmd_buffer.buffer, net->cmd_buffer.length, net->persis… in MYSQLND_METHOD() 1070 if (net && (net_stream = net->data->m.get_stream(net))) { in MYSQLND_METHOD() 1086 (void) net->data->m.set_stream(net, NULL); in MYSQLND_METHOD() 1121 net->data->m.free_contents(net); in MYSQLND_METHOD() 1130 mnd_pefree(net->data, net->data->persistent); in MYSQLND_METHOD() 1131 mnd_pefree(net, net->persistent); in MYSQLND_METHOD() 1143 DBG_INF_FMT("%p", net? net->data->stream:NULL); in MYSQLND_METHOD() 1144 DBG_RETURN(net? net->data->stream:NULL); in MYSQLND_METHOD() [all …]
|
H A D | mysqlnd_vio.c | 448 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() 516 if (net->data->options.ssl_ca) { in MYSQLND_METHOD() 571 net->data->ssl = TRUE; in MYSQLND_METHOD() 648 if (net && (net_stream = net->data->m.get_stream(net))) { in MYSQLND_METHOD() 664 net->data->m.set_stream(net, NULL); in MYSQLND_METHOD() 680 net->data->m.set_client_option(net, MYSQLND_OPT_NET_READ_BUFFER_SIZE, (char *)&buf_size); in MYSQLND_METHOD() 683 net->data->m.set_client_option(net, MYSQL_OPT_READ_TIMEOUT, (char *)&buf_size); in MYSQLND_METHOD() 712 DBG_INF_FMT("%p", net? net->data->stream:NULL); in MYSQLND_METHOD() [all …]
|
/PHP-7.1/ext/standard/tests/url/ |
H A D | parse_url_basic_003.phpt | 31 --> 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 D | urls.inc | 9 '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 D | parse_url_basic_004.phpt | 29 --> 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 D | parse_url_basic_005.phpt | 29 --> 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 D | parse_url_basic_006.phpt | 29 --> 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 D | parse_url_basic_009.phpt | 29 --> 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 D | parse_url_basic_007.phpt | 29 --> 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 D | parse_url_basic_002.phpt | 30 --> 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 D | parse_url_basic_008.phpt | 29 --> 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 D | parse_url_basic_001.phpt | 59 --> 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 D | bug74780.phpt | 6 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.1/ |
H A D | EXTENSIONS | 71 …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 Boerger <… 255 …TAINER: Sterling Hughes <sterling@php.net>, Ilia Alshanetsky <iliaa@php.net>, Pierrick Charron <p… 278 …MAINTAINER: Derick Rethans <derick@php.net>, Pierre-Alain Joye <pajoye@php.net>, Ilia Alshanetsky… 304 …RIMARY MAINTAINER: Sara Golemon <pollita@php.net>, Mike Wallner <mike@php.net>, Anatol Belski <ab… 332 …tig Venaas <venaas@php.net>, Douglas Goldstein <cardoe@php.net>, Pierre-Alain Joye <pajoye@php.net… 369 PRIMARY MAINTAINER: Greg Beaver <cellog@php.net>, Marcus B�rger <helly@php.net>, Steph Fox <sfox@p… [all …]
|
/PHP-7.1/ext/standard/tests/strings/ |
H A D | url_t.phpt | 12 '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.1/ext/session/tests/ |
H A D | session_basic3.phpt | 44 <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 D | session_basic5.phpt | 21 $_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.1/ext/standard/tests/general_functions/ |
H A D | output_add_rewrite_var_basic3.phpt | 23 <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 D | output_add_rewrite_var_basic4.phpt | 23 <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 D | output_add_rewrite_var_basic1.phpt | 12 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 D | output_add_rewrite_var_basic2.phpt | 12 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.1/ext/iconv/tests/ |
H A D | iconv_mime_decode_headers.phpt | 19 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 …]
|
H A D | bug53304.phpt | 7 echo iconv_mime_decode('=?utf-8?Q?Nachricht_=c3=bcber_Kontaktformular_www.inexio.net?=', 0, 'UTF-8'… 8 echo iconv_mime_decode('=?utf-8?Q?Nachricht_=C3=BCber_Kontaktformular_www.inexio.net?=', 0, 'UTF-8'… 12 Nachricht über Kontaktformular www.inexio.net 13 Nachricht über Kontaktformular www.inexio.net
|
/PHP-7.1/ext/openssl/tests/ |
H A D | sni_server.phpt | 15 "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"
|
/PHP-7.1/ext/standard/tests/network/ |
H A D | news.rss | 10 <channel rdf:about="http://php.net/"> 12 <link>http://php.net/</link> 16 <rdf:li rdf:resource="http://php.net/index.php#id2015-01-22-3" /> 21 <item rdf:about="http://php.net/index.php#id2015-01-22-3"> 23 <link>http://php.net/index.php#id2015-01-22-3</link> 24 …ase visit our downloads page, Windows binaries can be found on windows.php.net/download/. The list…
|