3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = ['they "did" it', "some", "other", "elements"]; var_export( [ 'they "did" it' => stripos(json_encode($array), 'they "did" it') !== false, // should be true but isn't 'they \"did\" it' => stripos(json_encode($array), 'they \"did\" it') !== false // should be false but isn't ] );

preferences:
25.15 ms | 406 KiB | 5 Q