Fixed typo in reflection phpt

This commit is contained in:
James Titcumb 2015-10-27 13:18:50 +00:00
parent c484bf9439
commit 2863f46d68

View File

@ -5,7 +5,7 @@ Stefan Koopmanschap <stefan@phpgg.nl>
TestFest PHP|Tek
--SKIPIF--
<?php
if (!extension_loaded('reflection)) print 'skip';
if (!extension_loaded('reflection')) print 'skip';
?>
--FILE--
<?php