Lines Matching refs:php

4 <?php
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
38 --> http://www.php.net:80 : NULL
39 --> http://www.php.net:80/ : NULL
40 --> http://www.php.net/index.php : NULL
41 --> www.php.net/? : NULL
42 --> www.php.net:80/? : NULL
43 --> http://www.php.net/? : NULL
44 --> http://www.php.net:80/? : NULL
45 --> http://www.php.net:80/index.php : NULL
46 --> http://www.php.net:80/foo/bar/index.php : NULL
47 --> http://www.php.net:80/this/is/a/very/deep/directory/structure/and/file.php : NULL
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/ : NULL
50 --> http://www.php.net:80/this/is/a/very/deep/directory/structure/and/file.php : NULL
51 --> http://www.php.net:80/this/../a/../deep/directory : NULL
52 --> http://www.php.net:80/this/../a/../deep/directory/ : NULL
53 --> http://www.php.net:80/this/is/a/very/deep/directory/../file.php : NULL
54 --> http://www.php.net:80/index.php : NULL
55 --> http://www.php.net:80/index.php? : NULL
56 --> http://www.php.net:80/#foo : NULL
57 --> http://www.php.net:80/?# : NULL
58 --> http://www.php.net:80/?test=1 : string(6) "test=1"
59 --> http://www.php.net/?test=1& : string(7) "test=1&"
60 --> http://www.php.net:80/?& : string(1) "&"
61 --> http://www.php.net:80/index.php?test=1& : string(7) "test=1&"
62 --> http://www.php.net/index.php?& : string(1) "&"
63 --> http://www.php.net:80/index.php?foo& : string(4) "foo&"
64 --> http://www.php.net/index.php?&foo : string(4) "&foo"
65 --> http://www.php.net:80/index.php?test=1&test2=char&test3=mixesCI : string(31) "test=1&test2=ch…
66 --> www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123 : string(31) "test=…
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 : NULL
80 --> /foo.php?a=b&c=d : string(7) "a=b&c=d"
81 --> foo.php?a=b&c=d : string(7) "a=b&c=d"