<?php $a = "stringwith"; $b = "stringwith\0nullbytes"; var_dump( $a, $b, hash_equals($a, $b) );
You have javascript disabled. You will not be able to edit any code.