summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Titcumb <james@asgrim.com>2015-10-27 13:18:50 +0000
committerXinchen Hui <laruence@gmail.com>2015-11-07 22:58:56 -0800
commitbb55ac6279090c81f66a7ac3dfc25bc1001db51d (patch)
tree0582e7a6d36e8445add7f06f8393bdd2085550a5
parentbc3512c1d6857de2d3908c4865328e7947e13493 (diff)
downloadphp-git-bb55ac6279090c81f66a7ac3dfc25bc1001db51d.tar.gz
Fixed typo in reflection phpt
-rw-r--r--ext/reflection/tests/ReflectionClass_CannotClone_basic.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/ReflectionClass_CannotClone_basic.phpt b/ext/reflection/tests/ReflectionClass_CannotClone_basic.phpt
index 900ce21d45..bbe5fdbaec 100644
--- a/ext/reflection/tests/ReflectionClass_CannotClone_basic.phpt
+++ b/ext/reflection/tests/ReflectionClass_CannotClone_basic.phpt
@@ -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