Lines Matching refs:php

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