Project

Profile

Help

Feature #3854

Updated by O'Neil Delpratt about 5 years ago

A user of Saxon/C in PHP tried to use an `XdmAtomicValue` directly in a string concatenation. 

 This failed with the error: 

 ~~~ 
 PHP Recoverable fatal error:    Object of class Saxon\\XdmAtomicValue could not be converted to string in /var/www/html/web/php/make-course-catalog.php on line 32, referer: http://localhost/web/index.html 
 ~~~ 
 It I would be good in the next release of Saxon/C to add PHP magic methods for the Xdm APIs

Back