mirror of
https://github.com/php/php-src.git
synced 2026-04-17 04:51:03 +02:00
16 lines
182 B
PHP
16 lines
182 B
PHP
--TEST--
|
|
phpinfo() Type Confusion Information Leak Vulnerability
|
|
--FILE--
|
|
<?php
|
|
$PHP_SELF = 1;
|
|
phpinfo(INFO_VARIABLES);
|
|
|
|
?>
|
|
==DONE==
|
|
--EXPECTF--
|
|
phpinfo()
|
|
|
|
PHP Variables
|
|
%A
|
|
==DONE==
|