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/bug01388-17.inc

<?php
class FooException extends Exception
{
}

class FooBarException extends FooException
{
}

class FooBarBazException extends FooBarException
{
}

class FlubberException extends FooBarBazException
{
}

echo strlen("Hello there!"), "\n";

/* Set -x FooException */
try {throw new FlubberException("this should break", 39); } catch (Exception $e) {}

echo strrev("Hello again!"), "\n";

?>

Copyright © 2019 by b0y-101