b0y-101 Mini Shell


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

--TEST--
Test for bug #787: Segmentation Fault with PHP header_remove()
--FILE--
<?php
class Utils
{
    public static function redirect( $url)
    {
        header_remove();
        exit( 'After header_remove()');
    }
}
Utils::redirect('');
--EXPECT--
After header_remove()

Copyright © 2019 by b0y-101