Lines Matching refs:php

4 <?php
12 'php.net',
13 'php.net/',
14 'http://php.net',
15 'http://php.net/',
16 'www.php.net',
17 'www.php.net/',
18 'http://www.php.net',
19 'http://www.php.net/',
20 'www.php.net:80',
21 'http://www.php.net:80',
22 'http://www.php.net:80/',
23 'http://www.php.net/index.php',
24 'www.php.net/?',
25 'www.php.net:80/?',
26 'http://www.php.net/?',
27 'http://www.php.net:80/?',
28 'http://www.php.net:80/index.php',
29 'http://www.php.net:80/foo/bar/index.php',
30 'http://www.php.net:80/this/is/a/very/deep/directory/structure/and/file.php',
31 'http://www.php.net:80/this/is/a/very/deep/directory/structure/and/file.php?lots=1&of=2&parameters=…
32 'http://www.php.net:80/this/is/a/very/deep/directory/structure/and/',
33 'http://www.php.net:80/this/is/a/very/deep/directory/structure/and/file.php',
34 'http://www.php.net:80/this/../a/../deep/directory',
35 'http://www.php.net:80/this/../a/../deep/directory/',
36 'http://www.php.net:80/this/is/a/very/deep/directory/../file.php',
37 'http://www.php.net:80/index.php',
38 'http://www.php.net:80/index.php?',
39 'http://www.php.net:80/#foo',
40 'http://www.php.net:80/?#',
41 'http://www.php.net:80/?test=1',
42 'http://www.php.net/?test=1&',
43 'http://www.php.net:80/?&',
44 'http://www.php.net:80/index.php?test=1&',
45 'http://www.php.net/index.php?&',
46 'http://www.php.net:80/index.php?foo&',
47 'http://www.php.net/index.php?&foo',
48 'http://www.php.net:80/index.php?test=1&test2=char&test3=mixesCI',
49 'www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123',
50 'http://secret@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123',
51 'http://secret:@www.php.net/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123',
52 'http://:hideout@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123',
53 'http://secret:hideout@www.php.net/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123',
54 'http://secret@hideout@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123',
55 'http://secret:hid:out@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123',
56 'nntp://news.php.net',
63 '/foo.php?a=b&c=d',
64 'foo.php?a=b&c=d',
82 …$url = 'http://secret:hideout@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_r…
128 --> php.net: array(1) {
130 string(7) "php.net"
133 --> php.net/: array(1) {
135 string(8) "php.net/"
138 --> http://php.net: array(2) {
142 string(7) "php.net"
145 --> http://php.net/: array(3) {
149 string(7) "php.net"
154 --> www.php.net: array(1) {
156 string(11) "www.php.net"
159 --> www.php.net/: array(1) {
161 string(12) "www.php.net/"
164 --> http://www.php.net: array(2) {
168 string(11) "www.php.net"
171 --> http://www.php.net/: array(3) {
175 string(11) "www.php.net"
180 --> www.php.net:80: array(2) {
182 string(11) "www.php.net"
187 --> http://www.php.net:80: array(3) {
191 string(11) "www.php.net"
196 --> http://www.php.net:80/: array(4) {
200 string(11) "www.php.net"
207 --> http://www.php.net/index.php: array(3) {
211 string(11) "www.php.net"
213 string(10) "/index.php"
216 --> www.php.net/?: array(1) {
218 string(12) "www.php.net/"
221 --> www.php.net:80/?: array(3) {
223 string(11) "www.php.net"
230 --> http://www.php.net/?: array(3) {
234 string(11) "www.php.net"
239 --> http://www.php.net:80/?: array(4) {
243 string(11) "www.php.net"
250 --> http://www.php.net:80/index.php: array(4) {
254 string(11) "www.php.net"
258 string(10) "/index.php"
261 --> http://www.php.net:80/foo/bar/index.php: array(4) {
265 string(11) "www.php.net"
269 string(18) "/foo/bar/index.php"
272 --> http://www.php.net:80/this/is/a/very/deep/directory/structure/and/file.php: array(4) {
276 string(11) "www.php.net"
280 string(53) "/this/is/a/very/deep/directory/structure/and/file.php"
283 --> http://www.php.net:80/this/is/a/very/deep/directory/structure/and/file.php?lots=1&of=2&paramete…
287 string(11) "www.php.net"
291 string(53) "/this/is/a/very/deep/directory/structure/and/file.php"
296 --> http://www.php.net:80/this/is/a/very/deep/directory/structure/and/: array(4) {
300 string(11) "www.php.net"
307 --> http://www.php.net:80/this/is/a/very/deep/directory/structure/and/file.php: array(4) {
311 string(11) "www.php.net"
315 string(53) "/this/is/a/very/deep/directory/structure/and/file.php"
318 --> http://www.php.net:80/this/../a/../deep/directory: array(4) {
322 string(11) "www.php.net"
329 --> http://www.php.net:80/this/../a/../deep/directory/: array(4) {
333 string(11) "www.php.net"
340 --> http://www.php.net:80/this/is/a/very/deep/directory/../file.php: array(4) {
344 string(11) "www.php.net"
348 string(42) "/this/is/a/very/deep/directory/../file.php"
351 --> http://www.php.net:80/index.php: array(4) {
355 string(11) "www.php.net"
359 string(10) "/index.php"
362 --> http://www.php.net:80/index.php?: array(4) {
366 string(11) "www.php.net"
370 string(10) "/index.php"
373 --> http://www.php.net:80/#foo: array(5) {
377 string(11) "www.php.net"
386 --> http://www.php.net:80/?#: array(4) {
390 string(11) "www.php.net"
397 --> http://www.php.net:80/?test=1: array(5) {
401 string(11) "www.php.net"
410 --> http://www.php.net/?test=1&: array(4) {
414 string(11) "www.php.net"
421 --> http://www.php.net:80/?&: array(5) {
425 string(11) "www.php.net"
434 --> http://www.php.net:80/index.php?test=1&: array(5) {
438 string(11) "www.php.net"
442 string(10) "/index.php"
447 --> http://www.php.net/index.php?&: array(4) {
451 string(11) "www.php.net"
453 string(10) "/index.php"
458 --> http://www.php.net:80/index.php?foo&: array(5) {
462 string(11) "www.php.net"
466 string(10) "/index.php"
471 --> http://www.php.net/index.php?&foo: array(4) {
475 string(11) "www.php.net"
477 string(10) "/index.php"
482 --> http://www.php.net:80/index.php?test=1&test2=char&test3=mixesCI: array(5) {
486 string(11) "www.php.net"
490 string(10) "/index.php"
495 --> www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123: array(5) {
497 string(11) "www.php.net"
501 string(10) "/index.php"
508 --> http://secret@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123: array(…
512 string(11) "www.php.net"
518 string(10) "/index.php"
525 --> http://secret:@www.php.net/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123: array(7)…
529 string(11) "www.php.net"
535 string(10) "/index.php"
542 --> http://:hideout@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123: arra…
546 string(11) "www.php.net"
554 string(10) "/index.php"
561 --> http://secret:hideout@www.php.net/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123: a…
565 string(11) "www.php.net"
571 string(10) "/index.php"
578 --> http://secret@hideout@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123…
582 string(11) "www.php.net"
588 string(10) "/index.php"
595 --> http://secret:hid:out@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123…
599 string(11) "www.php.net"
607 string(10) "/index.php"
614 --> nntp://news.php.net: array(2) {
618 string(12) "news.php.net"
667 --> /foo.php?a=b&c=d: array(2) {
669 string(8) "/foo.php"
674 --> foo.php?a=b&c=d: array(2) {
676 string(7) "foo.php"
779 string(11) "www.php.net"
783 string(10) "/index.php"