Skip to content

Commit 765d574

Browse files
committed
fix test json_encode_exceptions.phpt
1 parent f4f5e08 commit 765d574

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ext/json/tests/json_encode_exceptions.phpt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ object(JsonException)#1 (7) {
2626
["code":protected]=>
2727
int(5)
2828
["file":protected]=>
29-
string(67) "/home/usuario/dev/php-src/ext/json/tests/json_encode_exceptions.php"
29+
string(%d) "%s"
3030
["line":protected]=>
31-
int(4)
31+
int(%d)
3232
["trace":"Exception":private]=>
3333
array(1) {
3434
[0]=>
3535
array(4) {
3636
["file"]=>
37-
string(67) "/home/usuario/dev/php-src/ext/json/tests/json_encode_exceptions.php"
37+
string(%d) "%s"
3838
["line"]=>
39-
int(4)
39+
int(%d)
4040
["function"]=>
4141
string(11) "json_encode"
4242
["args"]=>

0 commit comments

Comments
 (0)