Searched refs:PHP_JSON_API (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/ext/json/ |
H A D | php_json.h | 32 #define PHP_JSON_API __declspec(dllexport) macro 34 #define PHP_JSON_API PHPAPI macro 41 extern PHP_JSON_API zend_class_entry *php_json_serializable_ce; 88 PHP_JSON_API ZEND_EXTERN_MODULE_GLOBALS(json) 95 PHP_JSON_API void php_json_encode(smart_str *buf, zval *val, int options); 96 PHP_JSON_API void php_json_decode_ex(zval *return_value, char *str, size_t str_len, zend_long optio…
|
H A D | json.c | 50 PHP_JSON_API zend_class_entry *php_json_serializable_ce; 52 PHP_JSON_API ZEND_DECLARE_MODULE_GLOBALS(json) 194 PHP_JSON_API void php_json_encode(smart_str *buf, zval *val, int options) /* {{{ */ in php_json_encode() 200 PHP_JSON_API void php_json_decode_ex(zval *return_value, char *str, size_t str_len, zend_long optio… in php_json_decode_ex()
|
Completed in 5 milliseconds