b0y-101 Mini Shell


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

--TEST--
Test for bug #2009: xdebug_stop_code_coverage's argument has type mismatch
--INI--
xdebug.mode=coverage
--FILE--
<?php
declare(strict_types=1);
xdebug_start_code_coverage();
xdebug_stop_code_coverage(true);
echo "---DONE---\n";
?>
--EXPECTF--
---DONE---

Copyright © 2019 by b0y-101