3v4l.org

run code in 300+ PHP versions simultaneously
<?php $instances_a = array( 'hello' => 'world' ); $instances_ao = new ArrayObject( $instances_a ); $instances_ai = new ArrayIterator( $instances_a ); foreach ( array( $instances_a, $instances_ao, $instances_ai ) as $instances ) { if ( ( is_array( $instances ) && array_key_exists( 'hello', $instances ) ) || isset( $instances[ 'hello' ] ) ) { echo "Exists\n"; } }

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
148.78 ms | 1864 KiB | 8 Q