Skip to content

Commit bce50e6

Browse files
author
Your Name
committed
Adding blessed changes
1 parent 90f92c8 commit bce50e6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

ext/standard/tests/general_functions/gettype_classes.phpt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,11 @@ echo gettype(1.1) . "\n";
1818
echo gettype("foo") . "\n";
1919
echo gettype(Test::class) . "\n";
2020

21-
--EXPECTF--
21+
--EXPECT--
22+
object
23+
object
24+
Test
25+
integer
26+
double
27+
string
28+
string

0 commit comments

Comments
 (0)