/PHP-8.0/ext/standard/tests/url/ |
H A D | parse_url_basic_003.phpt | 25 --> http://php.net : string(7) "php.net" 26 --> http://php.net/ : string(7) "php.net" 29 --> http://www.php.net : string(11) "www.php.net" 30 --> http://www.php.net/ : string(11) "www.php.net" 31 --> www.php.net:80 : string(11) "www.php.net" 32 --> http://www.php.net:80 : string(11) "www.php.net" 33 --> http://www.php.net:80/ : string(11) "www.php.net" 36 --> www.php.net:80/? : string(11) "www.php.net" 37 --> http://www.php.net/? : string(11) "www.php.net" 38 --> 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 | 23 --> php.net : NULL 24 --> php.net/ : NULL 25 --> http://php.net : NULL 26 --> http://php.net/ : NULL 27 --> www.php.net : NULL 28 --> www.php.net/ : NULL 29 --> http://www.php.net : NULL 30 --> http://www.php.net/ : NULL 31 --> www.php.net:80 : int(80) 35 --> www.php.net/? : NULL [all …]
|
H A D | parse_url_basic_006.phpt | 23 --> php.net : NULL 24 --> php.net/ : NULL 25 --> http://php.net : NULL 26 --> http://php.net/ : NULL 27 --> www.php.net : NULL 28 --> www.php.net/ : NULL 29 --> http://www.php.net : NULL 30 --> http://www.php.net/ : NULL 31 --> www.php.net:80 : NULL 35 --> www.php.net/? : NULL [all …]
|
H A D | parse_url_basic_002.phpt | 24 --> php.net : NULL 25 --> php.net/ : NULL 26 --> http://php.net : string(4) "http" 27 --> http://php.net/ : string(4) "http" 28 --> www.php.net : NULL 29 --> www.php.net/ : NULL 30 --> http://www.php.net : string(4) "http" 31 --> http://www.php.net/ : string(4) "http" 32 --> www.php.net:80 : NULL 36 --> www.php.net/? : NULL [all …]
|
H A D | parse_url_basic_008.phpt | 23 --> php.net : NULL 24 --> php.net/ : NULL 25 --> http://php.net : NULL 26 --> http://php.net/ : NULL 27 --> www.php.net : NULL 28 --> www.php.net/ : NULL 29 --> http://www.php.net : NULL 30 --> http://www.php.net/ : NULL 31 --> www.php.net:80 : NULL 32 --> http://www.php.net:80 : NULL [all …]
|
H A D | parse_url_basic_009.phpt | 23 --> php.net : NULL 24 --> php.net/ : NULL 25 --> http://php.net : NULL 26 --> http://php.net/ : NULL 27 --> www.php.net : NULL 28 --> www.php.net/ : NULL 29 --> http://www.php.net : NULL 30 --> http://www.php.net/ : NULL 31 --> www.php.net:80 : NULL 35 --> www.php.net/? : NULL [all …]
|
H A D | parse_url_basic_005.phpt | 23 --> php.net : NULL 24 --> php.net/ : NULL 25 --> http://php.net : NULL 26 --> http://php.net/ : NULL 27 --> www.php.net : NULL 28 --> www.php.net/ : NULL 29 --> http://www.php.net : NULL 30 --> http://www.php.net/ : NULL 31 --> www.php.net:80 : NULL 35 --> www.php.net/? : NULL [all …]
|
H A D | parse_url_basic_007.phpt | 23 --> php.net : string(7) "php.net" 24 --> php.net/ : string(8) "php.net/" 25 --> http://php.net : NULL 26 --> http://php.net/ : string(1) "/" 27 --> www.php.net : string(11) "www.php.net" 28 --> www.php.net/ : string(12) "www.php.net/" 29 --> http://www.php.net : NULL 31 --> www.php.net:80 : NULL 32 --> http://www.php.net:80 : NULL 35 --> www.php.net/? : string(12) "www.php.net/" [all …]
|
H A D | parse_url_basic_001.phpt | 53 --> php.net: array(1) { 55 string(7) "php.net" 58 --> php.net/: array(1) { 60 string(8) "php.net/" 67 string(7) "php.net" 74 string(7) "php.net" 81 string(11) "www.php.net" 93 string(11) "www.php.net" 100 string(11) "www.php.net" 107 string(11) "www.php.net" [all …]
|
H A D | parse_url_unterminated.phpt | 61 --> 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 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-8.0/ |
H A D | EXTENSIONS | 30 PRIMARY MAINTAINER: Aaron Bannert <aaron@php.net>, Ilia Alshanetsky <iliaa@php.net> 39 PRIMARY MAINTAINER: Marcus Börger <helly@php.net>, Edin Kadribasic <edink@php.net> 45 PRIMARY MAINTAINER: Edin Kadribasic <edink@php.net> 50 PRIMARY MAINTAINER: Jakub Zelenka <bukka@php.net> 56 PRIMARY MAINTAINER: George Wang <gwang@php.net> 62 PRIMARY MAINTAINER: Joe Watkins <krakjoe@php.net>, Bob Weinand <bwoebi@php.net> 83 Ulf Wendel <uw@php.net> (2007 - 2013) 91 Ulf Wendel <uw@php.net> (2009 - 2011) 110 Wez Furlong <wez@php.net> (2004 - 2006) 131 Ulf Wendel <uw@php.net> (2008 - 2012) [all …]
|
/PHP-8.0/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-8.0/ext/session/tests/ |
H A D | session_basic3.phpt | 38 <a href="http://php.net">test</a> 39 <a href="http://php.net/">test</a> 55 <a href="https://php.net">test</a> 69 <a href="//php.net">test</a> 70 <a href="//php.net/">test</a> 71 <a href="//php.net/#bar">test</a> 72 <a href="//php.net/?foo">test</a> 168 <a href="//php.net">test</a> 169 <a href="//php.net/">test</a> 295 <a href="//php.net">test</a> [all …]
|
H A D | session_basic5.phpt | 21 $_SERVER['HTTP_HOST'] = 'php.net'; 66 <a href="http://php.net">test</a> 67 <a href="http://php.net/">test</a> 68 <a href="http://php.net/#bar">test</a> 69 <a href="http://php.net/?foo">test</a> 84 <a href="https://php.net">test</a> 85 <a href="https://php.net/">test</a> 99 <a href="//php.net">test</a> 100 <a href="//php.net/">test</a> 101 <a href="//php.net/#bar">test</a> [all …]
|
/PHP-8.0/ext/mysqlnd/ |
H A D | mysqlnd_vio.c | 447 php_stream * net_stream = net->data->get_stream(net); in MYSQLND_METHOD() 476 net->last_command = cmd; in MYSQLND_METHOD() 494 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() 663 net->data->m.set_stream(net, NULL); in MYSQLND_METHOD() 679 net->data->m.set_client_option(net, MYSQLND_OPT_NET_READ_BUFFER_SIZE, (char *)&buf_size); in MYSQLND_METHOD() 682 net->data->m.set_client_option(net, MYSQL_OPT_READ_TIMEOUT, (char *)&buf_size); in MYSQLND_METHOD() 710 DBG_INF_FMT("%p", net? net->data->stream:NULL); in MYSQLND_METHOD() [all …]
|
/PHP-8.0/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-8.0/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-8.0/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"
|
H A D | sni_server_key_cert.phpt | 15 "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"
|