diff options
| author | Kalle Sommer Nielsen <kalle@php.net> | 2016-08-03 11:59:58 +0200 |
|---|---|---|
| committer | Kalle Sommer Nielsen <kalle@php.net> | 2016-08-03 11:59:58 +0200 |
| commit | de3be1770340bbf012d89dd614d920bf0ee1d3b1 (patch) | |
| tree | 535cb6000bb8a8a32f4486bf3693ac650bb0085f | |
| parent | fbb169019842996db693e021c46dac9b68698f15 (diff) | |
| parent | 0c94a93057b6bad495f6e919cdc365565d13dbf3 (diff) | |
| download | php-git-de3be1770340bbf012d89dd614d920bf0ee1d3b1.tar.gz | |
Merge branch 'master' of git.php.net:php-src
| -rw-r--r-- | ext/standard/tests/url/base64_decode_basic_003.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/tests/url/base64_decode_basic_003.phpt b/ext/standard/tests/url/base64_decode_basic_003.phpt index 43596757b1..0407926b02 100644 --- a/ext/standard/tests/url/base64_decode_basic_003.phpt +++ b/ext/standard/tests/url/base64_decode_basic_003.phpt @@ -1,5 +1,7 @@ --TEST-- Test base64_decode() function : basic functionality - padding and whitespace +--SKIPIF-- +<?php if (!extension_loaded("json")) print "skip"; ?> --FILE-- <?php /* Prototype : proto string base64_decode(string str[, bool strict]) |
