Lines Matching refs:php

4 <?php
29 --> php.net : string(7) "php.net"
30 --> php.net/ : string(8) "php.net/"
31 --> http://php.net : NULL
32 --> http://php.net/ : string(1) "/"
33 --> www.php.net : string(11) "www.php.net"
34 --> www.php.net/ : string(12) "www.php.net/"
35 --> http://www.php.net : NULL
36 --> http://www.php.net/ : string(1) "/"
37 --> www.php.net:80 : NULL
38 --> http://www.php.net:80 : NULL
39 --> http://www.php.net:80/ : string(1) "/"
40 --> http://www.php.net/index.php : string(10) "/index.php"
41 --> www.php.net/? : string(12) "www.php.net/"
42 --> www.php.net:80/? : string(1) "/"
43 --> http://www.php.net/? : string(1) "/"
44 --> http://www.php.net:80/? : string(1) "/"
45 --> http://www.php.net:80/index.php : string(10) "/index.php"
46 --> http://www.php.net:80/foo/bar/index.php : string(18) "/foo/bar/index.php"
47 …ttp://www.php.net:80/this/is/a/very/deep/directory/structure/and/file.php : string(53) "/this/is…
48php.net:80/this/is/a/very/deep/directory/structure/and/file.php?lots=1&of=2&parameters=3&too=4&her…
49 --> http://www.php.net:80/this/is/a/very/deep/directory/structure/and/ : string(45) "/this/is/a/v…
50 …ttp://www.php.net:80/this/is/a/very/deep/directory/structure/and/file.php : string(53) "/this/is…
51 --> http://www.php.net:80/this/../a/../deep/directory : string(28) "/this/../a/../deep/directory"
52 --> http://www.php.net:80/this/../a/../deep/directory/ : string(29) "/this/../a/../deep/directory…
53 --> http://www.php.net:80/this/is/a/very/deep/directory/../file.php : string(42) "/this/is/a/very…
54 --> http://www.php.net:80/index.php : string(10) "/index.php"
55 --> http://www.php.net:80/index.php? : string(10) "/index.php"
56 --> http://www.php.net:80/#foo : string(1) "/"
57 --> http://www.php.net:80/?# : string(1) "/"
58 --> http://www.php.net:80/?test=1 : string(1) "/"
59 --> http://www.php.net/?test=1& : string(1) "/"
60 --> http://www.php.net:80/?& : string(1) "/"
61 --> http://www.php.net:80/index.php?test=1& : string(10) "/index.php"
62 --> http://www.php.net/index.php?& : string(10) "/index.php"
63 --> http://www.php.net:80/index.php?foo& : string(10) "/index.php"
64 --> http://www.php.net/index.php?&foo : string(10) "/index.php"
65 --> http://www.php.net:80/index.php?test=1&test2=char&test3=mixesCI : string(10) "/index.php"
66 --> www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123 : string(10) "/inde…
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(8) "/foo.php"
81 --> foo.php?a=b&c=d : string(7) "foo.php"