Skip to content

Commit 60bb15d

Browse files
committed
add skipif (needs json)
1 parent 6d1f473 commit 60bb15d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/standard/tests/url/base64_decode_basic_003.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Test base64_decode() function : basic functionality - padding and whitespace
3+
--SKIPIF--
4+
<?php if (!extension_loaded("json")) print "skip"; ?>
35
--FILE--
46
<?php
57
/* Prototype : proto string base64_decode(string str[, bool strict])

0 commit comments

Comments
 (0)