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 9echo 'done'; 10 11?> 12--EXPECT-- 13done 14