diff options
| author | husman <husman85@gamersdig.com> | 2012-09-27 01:17:54 -0400 |
|---|---|---|
| committer | Stanislav Malyshev <stas@php.net> | 2012-09-30 19:20:51 -0700 |
| commit | ad570991cf4433f281215bd7b7caddd95e83c54b (patch) | |
| tree | 646e51af86a409f073a7beb78b08483e3a837c7b /tests | |
| parent | 6ec6b208e828ef675af9b332b19282ae0e83a2e2 (diff) | |
| download | php-git-ad570991cf4433f281215bd7b7caddd95e83c54b.tar.gz | |
synergy ftl. Removed duplicate fields.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/output/bug63162.phpt | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/tests/output/bug63162.phpt b/tests/output/bug63162.phpt index a003ceafb0..103a512fa4 100644 --- a/tests/output/bug63162.phpt +++ b/tests/output/bug63162.phpt @@ -11,45 +11,6 @@ var_dump(parse_url('http://user:pass@host')); var_dump(parse_url('//user:pass@host')); var_dump(parse_url('//user@host')); ?> ---EXPECTF-- -array(4) { - ["scheme"]=> - string(4) "http" - ["host"]=> - string(4) "host" - ["user"]=> - string(4) "user" - ["pass"]=> - string(4) "pass" -} - -array(3) { - ["host"]=> - string(4) "host" - ["user"]=> - string(4) "user" - ["pass"]=> - string(4) "pass" -} - -array(2) { - ["host"]=> - string(4) "host" - ["user"]=> - string(4) "user" -}--TEST-- -Test parse_url() for bug #63162 ---DESCRIPTION-- -This test covers tests the inputs: -[0]=> http://user:pass@host -[1]=> //user:pass@host -[2]=> //user@host ---FILE-- -<?php -var_dump(parse_url('http://user:pass@host')); -var_dump(parse_url('//user:pass@host')); -var_dump(parse_url('//user@host')); -?> --EXPECT-- array(4) { ["scheme"]=> |
