Lines Matching refs:php

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