assoc 392 ext/json/JSON_parser.c static void attach_zval(JSON_parser jp, int up, int cur, smart_str *key, int assoc TSRMLS_DC) assoc 404 ext/json/JSON_parser.c if (!assoc) assoc 445 ext/json/JSON_parser.c int assoc = options & PHP_JSON_OBJECT_AS_ARRAY; assoc 552 ext/json/JSON_parser.c if (!assoc) { assoc 608 ext/json/JSON_parser.c if (!assoc) { assoc 617 ext/json/JSON_parser.c attach_zval(jp, jp->top - 1, jp->top, &key, assoc TSRMLS_CC); assoc 645 ext/json/JSON_parser.c attach_zval(jp, jp->top - 1, jp->top, &key, assoc TSRMLS_CC); assoc 697 ext/json/JSON_parser.c if (!assoc) { assoc 38 ext/json/JSON_parser.h static inline int parse_JSON(JSON_parser jp, zval *z, unsigned short utf16_json[], int length, int assoc TSRMLS_DC) assoc 40 ext/json/JSON_parser.h return parse_JSON_ex(jp, z, utf16_json, length, assoc ? PHP_JSON_OBJECT_AS_ARRAY : 0 TSRMLS_CC); assoc 63 ext/json/json.c ZEND_ARG_INFO(0, assoc) assoc 827 ext/json/json.c zend_bool assoc = 0; /* return JS objects as PHP objects by default */ assoc 831 ext/json/json.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|bll", &str, &str_len, &assoc, &depth, &options) == FAILURE) { assoc 842 ext/json/json.c if (assoc) { assoc 78 ext/json/php_json.h static inline void php_json_decode(zval *return_value, char *str, int str_len, zend_bool assoc, long depth TSRMLS_DC) assoc 80 ext/json/php_json.h php_json_decode_ex(return_value, str, str_len, assoc ? PHP_JSON_OBJECT_AS_ARRAY : 0, depth TSRMLS_CC);