Lines Matching refs:net

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
39 --> http://www.php.net:80 : string(4) "http"
40 --> http://www.php.net:80/ : string(4) "http"
41 --> http://www.php.net/index.php : string(4) "http"
42 --> www.php.net/? : NULL
43 --> www.php.net:80/? : NULL
44 --> http://www.php.net/? : string(4) "http"
45 --> http://www.php.net:80/? : string(4) "http"
46 --> http://www.php.net:80/index.php : string(4) "http"
47 --> http://www.php.net:80/foo/bar/index.php : string(4) "http"
48 --> http://www.php.net:80/this/is/a/very/deep/directory/structure/and/file.php : string(4) "http"
49 --> http://www.php.net:80/this/is/a/very/deep/directory/structure/and/file.php?lots=1&of=2&paramete…
50 --> http://www.php.net:80/this/is/a/very/deep/directory/structure/and/ : string(4) "http"
51 --> http://www.php.net:80/this/is/a/very/deep/directory/structure/and/file.php : string(4) "http"
52 --> http://www.php.net:80/this/../a/../deep/directory : string(4) "http"
53 --> http://www.php.net:80/this/../a/../deep/directory/ : string(4) "http"
54 --> http://www.php.net:80/this/is/a/very/deep/directory/../file.php : string(4) "http"
55 --> http://www.php.net:80/index.php : string(4) "http"
56 --> http://www.php.net:80/index.php? : string(4) "http"
57 --> http://www.php.net:80/#foo : string(4) "http"
58 --> http://www.php.net:80/?# : string(4) "http"
59 --> http://www.php.net:80/?test=1 : string(4) "http"
60 --> http://www.php.net/?test=1& : string(4) "http"
61 --> http://www.php.net:80/?& : string(4) "http"
62 --> http://www.php.net:80/index.php?test=1& : string(4) "http"
63 --> http://www.php.net/index.php?& : string(4) "http"
64 --> http://www.php.net:80/index.php?foo& : string(4) "http"
65 --> http://www.php.net/index.php?&foo : string(4) "http"
66 --> http://www.php.net:80/index.php?test=1&test2=char&test3=mixesCI : string(4) "http"
67 --> www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123 : NULL
68 --> http://secret@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123 : str…
69 --> http://secret:@www.php.net/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123 : strin…
70 --> http://:hideout@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123 : s…
71 --> http://secret:hideout@www.php.net/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123 …
72 --> http://secret@hideout@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123…
73 --> http://secret:hid:out@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123…
74 --> nntp://news.php.net : string(4) "nntp"