Skip to content

Commit bb55ac6

Browse files
asgrimlaruence
authored andcommitted
Fixed typo in reflection phpt
1 parent bc3512c commit bb55ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/reflection/tests/ReflectionClass_CannotClone_basic.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Stefan Koopmanschap <stefan@phpgg.nl>
55
TestFest PHP|Tek
66
--SKIPIF--
77
<?php
8-
if (!extension_loaded('reflection)) print 'skip';
8+
if (!extension_loaded('reflection')) print 'skip';
99
?>
1010
--FILE--
1111
<?php

0 commit comments

Comments
 (0)