<?php $cost = 12; while ( --$cost ) { password_hash( 'password', PASSWORD_BCRYPT, [ 'cost' => $cost ]); var_dump($cost); }
You have javascript disabled. You will not be able to edit any code.