--TEST-- Bug #33853 (php:function call __autoload with lowercase param) --SKIPIF-- --FILE-- loadXML(b' '); $inputdom = new DomDocument(); $inputdom->loadXML(b' '); $proc = new XsltProcessor(); $proc->registerPhpFunctions(); $xsl = $proc->importStylesheet($xsl); $newdom = $proc->transformToDoc($inputdom); ?> ===DONE=== --EXPECT-- unicode(4) "TeSt"