b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin - Copy/testpayment/src/xdebug/tests/develop/
File Upload :
Current File : E:/www/b-group.old/spfin - Copy/testpayment/src/xdebug/tests/develop/bug00625-001.phpt

--TEST--
Test for bug #625: xdebug_get_headers() resets header list (1)
--ENV--
XDEBUG_CONFIG=
--INI--
xdebug.mode=develop
xdebug.filename_format=
--FILE--
<?php
header( 'Location: bar');
header( 'HTTP/1.0 404 Not Found' );
var_dump( xdebug_get_headers( ) );
?>
--EXPECTF--
%sbug00625-001.php:4:
array(1) {
  [0] =>
  string(13) "Location: bar"
}

Copyright © 2019 by b0y-101