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/bug01105-001.inc

<?php
function scope0() {
    $var = 'scope0';
    $break = null;
}

function scope1() {
    $var = 'scope1';
    scope0();
}

function scope2() {
    $var = 'scope2';
    scope1();
}

scope2();

?>

Copyright © 2019 by b0y-101