We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a387920 commit aed9a64Copy full SHA for aed9a64
ext/fileinfo/tests/finfo_file_002.phpt
@@ -29,6 +29,8 @@ array(%d) {
29
string(9) "image/gif"
30
["%s/resources/test.jpg"]=>
31
string(10) "image/jpeg"
32
+ ["%s/test.json"]=>
33
+ string(16) "application/json"
34
["%s/resources/test.mp3"]=>
35
string(10) "audio/mpeg"
36
["%s/resources/test.pdf"]=>
ext/fileinfo/tests/resources/test.json
@@ -0,0 +1,13 @@
1
+{
2
+ "abc": "edf",
3
+ "json": "crab",
4
+ "ololo": [
5
+ 1,
6
+ 2,
7
+ 3
8
+ ],
9
+ "subcrab": {
10
+ "name": "crab",
11
+ "surname": "subcrab"
12
+ }
13
+}
0 commit comments