mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: fix test locality inconsitency
This commit is contained in:
commit
42fbb952d7
1 changed files with 2 additions and 2 deletions
|
@ -27,9 +27,9 @@ curl_exec($c);
|
|||
var_dump(curl_getinfo($c, CURLINFO_RESPONSE_CODE));
|
||||
?>
|
||||
===DONE===
|
||||
--EXPECT--
|
||||
--EXPECTF--
|
||||
TEST
|
||||
bool(true)
|
||||
bool(true)
|
||||
int(302)
|
||||
int(30%d)
|
||||
===DONE===
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue