b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin - Copy/testpayment/src/xdebug/tests/debugger/
File Upload :
Current File : E:/www/b-group.old/spfin - Copy/testpayment/src/xdebug/tests/debugger/bug01048.inc

<?php

function foo() {
    $GLOBALS['cache'] = "cache";
    xdebug_break(); // 1
    echo 1;
}

foo();
xdebug_break(); // 2
echo 1;
?>

Copyright © 2019 by b0y-101