Home
last modified time | relevance | path

Searched refs:PHP_JSON_OUTPUT_ARRAY (Results 1 – 22 of 22) sorted by relevance

/dports/lang/php73/php-7.3.33/ext/json/
H A Djson_encoder.c50 return PHP_JSON_OUTPUT_ARRAY; in php_json_determine_array_type()
66 return PHP_JSON_OUTPUT_ARRAY; in php_json_determine_array_type()
151 if (r == PHP_JSON_OUTPUT_ARRAY) { in php_json_encode_array()
167 if (r == PHP_JSON_OUTPUT_ARRAY) { in php_json_encode_array()
242 if (r == PHP_JSON_OUTPUT_ARRAY) { in php_json_encode_array()
H A Dphp_json.h80 #define PHP_JSON_OUTPUT_ARRAY 0 macro
/dports/lang/php74/php-7.4.27/ext/json/
H A Djson_encoder.c50 return PHP_JSON_OUTPUT_ARRAY; in php_json_determine_array_type()
66 return PHP_JSON_OUTPUT_ARRAY; in php_json_determine_array_type()
153 if (r == PHP_JSON_OUTPUT_ARRAY) { in php_json_encode_array()
169 if (r == PHP_JSON_OUTPUT_ARRAY) { in php_json_encode_array()
246 if (r == PHP_JSON_OUTPUT_ARRAY) { in php_json_encode_array()
H A Dphp_json.h82 #define PHP_JSON_OUTPUT_ARRAY 0 macro
/dports/lang/php80/php-8.0.15/ext/json/
H A Djson_encoder.c48 return PHP_JSON_OUTPUT_ARRAY; in php_json_determine_array_type()
64 return PHP_JSON_OUTPUT_ARRAY; in php_json_determine_array_type()
151 if (r == PHP_JSON_OUTPUT_ARRAY) { in php_json_encode_array()
167 if (r == PHP_JSON_OUTPUT_ARRAY) { in php_json_encode_array()
244 if (r == PHP_JSON_OUTPUT_ARRAY) { in php_json_encode_array()
H A Dphp_json.h80 #define PHP_JSON_OUTPUT_ARRAY 0 macro
/dports/devel/php73-json/php-7.3.33/ext/json/
H A Djson_encoder.c50 return PHP_JSON_OUTPUT_ARRAY; in php_json_determine_array_type()
66 return PHP_JSON_OUTPUT_ARRAY; in php_json_determine_array_type()
151 if (r == PHP_JSON_OUTPUT_ARRAY) { in php_json_encode_array()
167 if (r == PHP_JSON_OUTPUT_ARRAY) { in php_json_encode_array()
242 if (r == PHP_JSON_OUTPUT_ARRAY) { in php_json_encode_array()
H A Dphp_json.h80 #define PHP_JSON_OUTPUT_ARRAY 0 macro
/dports/devel/php74-json/php-7.4.27/ext/json/
H A Djson_encoder.c50 return PHP_JSON_OUTPUT_ARRAY; in php_json_determine_array_type()
66 return PHP_JSON_OUTPUT_ARRAY; in php_json_determine_array_type()
153 if (r == PHP_JSON_OUTPUT_ARRAY) { in php_json_encode_array()
169 if (r == PHP_JSON_OUTPUT_ARRAY) { in php_json_encode_array()
246 if (r == PHP_JSON_OUTPUT_ARRAY) { in php_json_encode_array()
H A Dphp_json.h82 #define PHP_JSON_OUTPUT_ARRAY 0 macro
/dports/www/mod_php73/php-7.3.33/ext/json/
H A Djson_encoder.c50 return PHP_JSON_OUTPUT_ARRAY; in php_json_determine_array_type()
66 return PHP_JSON_OUTPUT_ARRAY; in php_json_determine_array_type()
151 if (r == PHP_JSON_OUTPUT_ARRAY) { in php_json_encode_array()
167 if (r == PHP_JSON_OUTPUT_ARRAY) { in php_json_encode_array()
242 if (r == PHP_JSON_OUTPUT_ARRAY) { in php_json_encode_array()
H A Dphp_json.h80 #define PHP_JSON_OUTPUT_ARRAY 0 macro
/dports/www/mod_php74/php-7.4.27/ext/json/
H A Djson_encoder.c50 return PHP_JSON_OUTPUT_ARRAY; in php_json_determine_array_type()
66 return PHP_JSON_OUTPUT_ARRAY; in php_json_determine_array_type()
153 if (r == PHP_JSON_OUTPUT_ARRAY) { in php_json_encode_array()
169 if (r == PHP_JSON_OUTPUT_ARRAY) { in php_json_encode_array()
246 if (r == PHP_JSON_OUTPUT_ARRAY) { in php_json_encode_array()
H A Dphp_json.h82 #define PHP_JSON_OUTPUT_ARRAY 0 macro
/dports/www/mod_php80/php-8.0.15/ext/json/
H A Djson_encoder.c48 return PHP_JSON_OUTPUT_ARRAY; in php_json_determine_array_type()
64 return PHP_JSON_OUTPUT_ARRAY; in php_json_determine_array_type()
151 if (r == PHP_JSON_OUTPUT_ARRAY) { in php_json_encode_array()
167 if (r == PHP_JSON_OUTPUT_ARRAY) { in php_json_encode_array()
244 if (r == PHP_JSON_OUTPUT_ARRAY) { in php_json_encode_array()
H A Dphp_json.h80 #define PHP_JSON_OUTPUT_ARRAY 0 macro
/dports/www/mod_php81/php-8.1.1/ext/json/
H A Djson_encoder.c43 return zend_array_is_list(myht) ? PHP_JSON_OUTPUT_ARRAY : PHP_JSON_OUTPUT_OBJECT; in php_json_determine_array_type()
46 return PHP_JSON_OUTPUT_ARRAY; in php_json_determine_array_type()
211 if (r == PHP_JSON_OUTPUT_ARRAY) { in php_json_encode_array()
227 if (r == PHP_JSON_OUTPUT_ARRAY) { in php_json_encode_array()
304 if (r == PHP_JSON_OUTPUT_ARRAY) { in php_json_encode_array()
H A Dphp_json.h81 #define PHP_JSON_OUTPUT_ARRAY 0 macro
/dports/lang/php81/php-8.1.1/ext/json/
H A Djson_encoder.c43 return zend_array_is_list(myht) ? PHP_JSON_OUTPUT_ARRAY : PHP_JSON_OUTPUT_OBJECT; in php_json_determine_array_type()
46 return PHP_JSON_OUTPUT_ARRAY; in php_json_determine_array_type()
211 if (r == PHP_JSON_OUTPUT_ARRAY) { in php_json_encode_array()
227 if (r == PHP_JSON_OUTPUT_ARRAY) { in php_json_encode_array()
304 if (r == PHP_JSON_OUTPUT_ARRAY) { in php_json_encode_array()
H A Dphp_json.h81 #define PHP_JSON_OUTPUT_ARRAY 0 macro
/dports/devel/pecl-jsond/jsond-1.4.0/
H A Djsond_encoder.c65 return PHP_JSON_OUTPUT_ARRAY;
301 if (r == PHP_JSON_OUTPUT_ARRAY) {
324 if (r == PHP_JSON_OUTPUT_ARRAY) {
395 if (r == PHP_JSON_OUTPUT_ARRAY) {
H A Dphp_jsond.h133 #define PHP_JSON_OUTPUT_ARRAY 0 macro