Skip to content

Commit dbba148

Browse files
authored
Update Example.php
1 parent e1f8b4b commit dbba148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
include "JsonParser.php";
2+
include "JPOPHP.php";
33
/* Version: 2.2+ */
44
print $json->encode([1,2,3,4])."\n";
55
print $json->encode([1,2,[94,15,34,67],3,4,["name"=>"max"]])."\n";

0 commit comments

Comments
 (0)