Go to the source code of this file.
Classes | |
| class | Services_JSON |
Enumerations | |
| enum | SERVICES_JSON_SLICE |
| Marker constant for Services_JSON::decode(), used to flag stack state. More... | |
| enum | SERVICES_JSON_IN_STR |
| Marker constant for Services_JSON::decode(), used to flag stack state. More... | |
| enum | SERVICES_JSON_IN_ARR |
| Marker constant for Services_JSON::decode(), used to flag stack state. More... | |
| enum | SERVICES_JSON_IN_OBJ |
| Marker constant for Services_JSON::decode(), used to flag stack state. More... | |
| enum | SERVICES_JSON_IN_CMT |
| Marker constant for Services_JSON::decode(), used to flag stack state. More... | |
| enum | SERVICES_JSON_LOOSE_TYPE |
| Behavior switch for Services_JSON::decode(). More... | |
| enum | SERVICES_JSON_SUPPRESS_ERRORS |
| Behavior switch for Services_JSON::decode(). More... | |
|
|
Marker constant for Services_JSON::decode(), used to flag stack state.
Definition at line 15 of file json-lib.inc.php. |
|
|
Marker constant for Services_JSON::decode(), used to flag stack state.
Definition at line 25 of file json-lib.inc.php. |
|
|
Marker constant for Services_JSON::decode(), used to flag stack state.
Definition at line 20 of file json-lib.inc.php. |
|
|
Marker constant for Services_JSON::decode(), used to flag stack state.
Definition at line 10 of file json-lib.inc.php. |
|
|
Behavior switch for Services_JSON::decode().
Definition at line 30 of file json-lib.inc.php. |
|
|
Marker constant for Services_JSON::decode(), used to flag stack state.
Definition at line 5 of file json-lib.inc.php. |
|
|
Behavior switch for Services_JSON::decode().
Definition at line 35 of file json-lib.inc.php. |
1.3.9.1