Home
last modified time | relevance | path

Searched refs:PHP_JSON_API (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/json/
H A Dphp_json.h31 #define PHP_JSON_API __declspec(dllexport) macro
33 #define PHP_JSON_API PHPAPI macro
52 PHP_JSON_API void php_json_encode(smart_str *buf, zval *val, int options TSRMLS_DC);
53 PHP_JSON_API void php_json_decode_ex(zval *return_value, char *str, int str_len, int options, long …
54 extern PHP_JSON_API zend_class_entry *php_json_serializable_ce;
H A Djson.c42 PHP_JSON_API zend_class_entry *php_json_serializable_ce;
601 PHP_JSON_API void php_json_encode(smart_str *buf, zval *val, int options TSRMLS_DC) /* {{{ */ in php_json_encode()
662 PHP_JSON_API void php_json_decode_ex(zval *return_value, char *str, int str_len, int options, long … in php_json_decode_ex()

Completed in 10 milliseconds