helly           Tue Aug 19 18:50:39 2003 EDT

  Added files:                 (Branch: PHP_4_3)
    /php-src/tests/lang bug25145.phpt 
  Log:
  MFH: Add test for #25145
  

Index: php-src/tests/lang/bug25145.phpt
+++ php-src/tests/lang/bug25145.phpt
--TEST--
Bug #25145 (SEGV on recpt of form input with name like "123[]")
--GET--
123[]=SEGV
--FILE--
<?php

print_r($_REQUEST);
echo "Done\n";

?>
--EXPECT--
Array
(
    [123] => Array
        (
            [0] => SEGV
        )

)
Done



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to