Lines Matching refs:json
33 static PHP_MINFO_FUNCTION(json);
38 PHP_JSON_API ZEND_DECLARE_MODULE_GLOBALS(json) in ZEND_DECLARE_MODULE_GLOBALS() argument
45 static PHP_MINIT_FUNCTION(json)
96 static PHP_GINIT_FUNCTION(json) in PHP_GINIT_FUNCTION() argument
107 static PHP_RINIT_FUNCTION(json) in PHP_RINIT_FUNCTION() argument
118 PHP_MINIT(json),
120 PHP_RINIT(json),
122 PHP_MINFO(json),
124 PHP_MODULE_GLOBALS(json),
125 PHP_GINIT(json),
136 ZEND_GET_MODULE(json) in ZEND_GET_MODULE() argument
140 static PHP_MINFO_FUNCTION(json) in ZEND_GET_MODULE()