Actions
Bug #6573
closedisMap, isArray and isFunction missing from PHP API
Start date:
2024-10-29
Due date:
% Done:
100%
Estimated time:
Applies to branch:
12, trunk
Fix Committed on Branch:
12, trunk
Fixed in Maintenance Release:
Found in version:
12.5
Fixed in version:
SaxonC Languages:
PHP
SaxonC Platforms:
All
SaxonC Architecture:
Description
The isMap, isArray and isFunction methods are missing from PHP API for XdmItem.
Also we need the getMap, getArray and getFunctionItem methods.
Updated by O'Neil Delpratt about 2 months ago
- SaxonC Languages PHP added
- SaxonC Languages deleted (
Python)
Updated by O'Neil Delpratt about 1 month ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
- Applies to branch 12, trunk added
Bug fixed on the saxon12
and the main
branches.
Add the methods isMap
, isArray
, isFunctionItem
, getArray
, getMap
and getFunctionItem
.
Please register to edit this issue
Actions