Edit report at https://bugs.php.net/bug.php?id=60077&edit=1
ID: 60077 Comment by: encard at p5r dot ru Reported by: encard at p5r dot ru Summary: SoapServer ignores type hinting Status: Open Type: Bug Package: SOAP related Operating System: Ubuntu 11.04 PHP Version: 5.3.8 Block user comment: N Private report: N New Comment: It's equivalent to type of $a variable (line #33 of test script) which now is integer. Previous Comments: ------------------------------------------------------------------------ [2011-11-07 16:53:27] will dot fitch at gmail dot com What is the result of gettype($arr)? ------------------------------------------------------------------------ [2011-10-17 16:13:21] encard at p5r dot ru Description: ------------ Type hinting is totally ignored on every code executed by SoapServer object during SOAP request. Test script: --------------- http://textuploader.com/?p=6&id=T8LNv Expected result: ---------------- Fatal error. Actual result: -------------- Type hinting is ignored. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=60077&edit=1