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/bug00842.inc

<?php
function ret1(){
	return 1;
}
function ret2(){
	return 2;
}
function dummy1(){
	echo 'dummy1';
}
function dummy2(){
	echo 'dummy2';
}
if(false)
	dummy1();
else
	dummy2();
if(ret1()&&ret2())
	dummy1();
else
	dummy2();
?>

Copyright © 2019 by b0y-101