3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = array( array('a' => 'testA', 'b' => 'testB'), array('a' =>'testC', 'b' => 'testD') ); print_r((int) array_keys($test, array('a' => 'testA', 'b' => 'testB')));

preferences:
49.46 ms | 402 KiB | 5 Q