<?php
$sx1 = new SimpleXMLElement("<root />");
$fusion = $sx1;
$test = new RecursiveIteratorIterator($fusion);
var_dump($test->current());
/php-src/main/spprintf.c:376:14: runtime error: member access within null pointer of type 'zend_string' (aka 'struct _zend_string')
Description
The following code:
Resulted in this output:
To reproduce: JIT 1015
PHP Version
nightly
Operating System
ubuntu 22.04