b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin - Copy/mainpay/src/xdebug/tests/base/
File Upload :
Current File : E:/www/b-group.old/spfin - Copy/mainpay/src/xdebug/tests/base/bug02020.phpt

--TEST--
Test for bug #2020: segfault if xdebug.dump.GET=* and integer key without value in URL
--INI--
xdebug.dump.GET=*
xdebug.mode=develop
--GET--
1
--FILE--
<?php
throw new Exception("OOPS");
?>
--EXPECTF--
Fatal error: Uncaught Exception: OOPS in %sbug02020.php on line 2

Exception: OOPS in %sbug02020.php on line 2

Call Stack:
%w%f %w%d   1. {main}() %sbug02020.php:0

Dump $_GET
   $_GET[1] = ''

Copyright © 2019 by b0y-101