diff options
author | Robin Fernandes <robinf@php.net> | 2008-04-11 14:35:07 +0000 |
---|---|---|
committer | Robin Fernandes <robinf@php.net> | 2008-04-11 14:35:07 +0000 |
commit | 30fd5ba5173501af78a6bc1866381873e041c90a (patch) | |
tree | 578872ff282893524af48c1ffbfa065766bf8233 | |
parent | b0f281b1597cd6858642d4c4ea8334029c50d233 (diff) | |
download | php-git-30fd5ba5173501af78a6bc1866381873e041c90a.tar.gz |
Fix test parse_url_variation_002.phpt for 64bit platforms.
-rw-r--r-- | ext/standard/tests/url/parse_url_variation_002.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/url/parse_url_variation_002.phpt b/ext/standard/tests/url/parse_url_variation_002.phpt index 8c97113bcb..6a5d3e9f3a 100644 --- a/ext/standard/tests/url/parse_url_variation_002.phpt +++ b/ext/standard/tests/url/parse_url_variation_002.phpt @@ -106,7 +106,7 @@ array(8) { } Arg value 101234567000 -Error: 2 - parse_url(): Invalid URL component identifier 2147483647, %s(71) +Error: 2 - parse_url(): Invalid URL component identifier %d, %s(71) bool(false) Arg value 1.07654321E-9 @@ -215,7 +215,7 @@ array(8) { } Arg value 101234567000 -Error: 2 - parse_url(): Invalid URL component identifier 2147483647, %s(71) +Error: 2 - parse_url(): Invalid URL component identifier %d, %s(71) bool(false) Arg value 1.07654321E-9 |