Lines Matching refs:json
31 static PHP_MINFO_FUNCTION(json);
36 PHP_JSON_API ZEND_DECLARE_MODULE_GLOBALS(json) in ZEND_DECLARE_MODULE_GLOBALS() argument
45 static PHP_MINIT_FUNCTION(json) in PHP_MINIT_FUNCTION() argument
59 static PHP_GINIT_FUNCTION(json) in PHP_GINIT_FUNCTION() argument
70 static PHP_RINIT_FUNCTION(json) in PHP_RINIT_FUNCTION() argument
81 PHP_MINIT(json),
83 PHP_RINIT(json),
85 PHP_MINFO(json),
87 PHP_MODULE_GLOBALS(json),
88 PHP_GINIT(json),
99 ZEND_GET_MODULE(json) in ZEND_GET_MODULE() argument
103 static PHP_MINFO_FUNCTION(json) in ZEND_GET_MODULE()