]> granicus.if.org Git - php/commitdiff
Fixed typo in reflection phpt
authorJames Titcumb <james@asgrim.com>
Tue, 27 Oct 2015 13:18:50 +0000 (13:18 +0000)
committerJames Titcumb <james@asgrim.com>
Tue, 27 Oct 2015 13:18:50 +0000 (13:18 +0000)
ext/reflection/tests/ReflectionClass_CannotClone_basic.phpt

index 900ce21d4539f46874cd9e4f3d527ed35d3e9dee..bbe5fdbaec4231f1681fdcb5874d76e74e421cab 100644 (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