diff options
author | foobar <sniper@php.net> | 2007-06-29 14:01:11 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2007-06-29 14:01:11 +0000 |
commit | a074d2d66b1bfc0bb497687adb4a12189c7cb1e0 (patch) | |
tree | 9e44a70f4dfe24557ab09d8388e606ebb4f46d96 /ext/json/tests | |
parent | 0f15eeda46cc6a673a0064775906ec7650d4d76a (diff) | |
download | php-git-a074d2d66b1bfc0bb497687adb4a12189c7cb1e0.tar.gz |
typo
Diffstat (limited to 'ext/json/tests')
-rw-r--r-- | ext/json/tests/bug41567.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/tests/bug41567.phpt b/ext/json/tests/bug41567.phpt index b25e67be4c..5553df397c 100644 --- a/ext/json/tests/bug41567.phpt +++ b/ext/json/tests/bug41567.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #41567 (json_encode() double conversion is inconsistent with PHP) --SKIPIF-- -<?php if (!extension_loaded('json')) prit 'skip'; ?> +<?php if (!extension_loaded('json')) print 'skip'; ?> --FILE-- <?php |