Lines Matching refs:net

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