summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/ReflectionClass_CannotClone_basic.phpt
diff options
context:
space:
mode:
authorJames Titcumb <james@asgrim.com>2015-10-27 13:18:50 +0000
committerJames Titcumb <james@asgrim.com>2015-10-27 13:18:50 +0000
commit2863f46d6897b58fdd0e562f732118b813523a36 (patch)
tree51891dc43427e37f530ac55ae3b109ff711b478d /ext/reflection/tests/ReflectionClass_CannotClone_basic.phpt
parentc484bf9439ce6aad671d6fdc8db76ca65dcc7924 (diff)
downloadphp-git-2863f46d6897b58fdd0e562f732118b813523a36.tar.gz
Fixed typo in reflection phpt
Diffstat (limited to 'ext/reflection/tests/ReflectionClass_CannotClone_basic.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