diff options
author | SVN Migration <svn@php.net> | 2006-05-05 15:49:42 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2006-05-05 15:49:42 +0000 |
commit | 608baa409a04649e96691a93810130361fe3dff5 (patch) | |
tree | ef8a236ac0acc846eb4f781c055258eaa5b510a0 /ext/json/JSON_parser.h | |
parent | 55f0daf65d4ce45837d91de36aea85669b6bc782 (diff) | |
download | php-git-608baa409a04649e96691a93810130361fe3dff5.tar.gz |
This commit was manufactured by cvs2svn to create branch 'PHP_5_2'.
Diffstat (limited to 'ext/json/JSON_parser.h')
-rw-r--r-- | ext/json/JSON_parser.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/json/JSON_parser.h b/ext/json/JSON_parser.h new file mode 100644 index 0000000000..085e776982 --- /dev/null +++ b/ext/json/JSON_parser.h @@ -0,0 +1,8 @@ +/* JSON_checker.h */ + +#include "php.h" +#include "ext/standard/php_smart_str.h" + +static char digits[] = "0123456789abcdef"; + +extern int JSON_parser(zval *z, unsigned short p[], int length, int assoc TSRMLS_DC); |