Annotation of embedaddon/php/ext/standard/tests/general_functions/bug55371.phpt, revision 1.1.1.1

1.1       misho       1: --TEST--
                      2: Bug #55371 (get_magic_quotes_gpc() and get_magic_quotes_runtime() throw deprecated warning)
                      3: --FILE--
                      4: <?php
                      5: 
                      6: get_magic_quotes_gpc();
                      7: get_magic_quotes_runtime();
                      8: 
                      9: ?>
                     10: --EXPECT--

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>