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