Browse Source

Fix tests. Add missing SKIPIF. Tested on Windows, Linux and Linux 64

experimental/first_unicode_implementation
andy wharmby 18 years ago
parent
commit
bd1fbf5127
  1. 6
      ext/json/tests/bug46215.phpt

6
ext/json/tests/bug46215.phpt

@ -1,5 +1,11 @@
--TEST--
Bug #46215 (json_encode mutates its parameter and has some class-specific state)
--SKIPIF--
<?php
if (!extension_loaded("json")) {
die('skip JSON extension not available in this build');
}
?>
--FILE--
<?php

Loading…
Cancel
Save