Searched refs:bin2hex (Results 1 – 8 of 8) sorted by relevance
29 use function bin2hex; alias169 …self::assertSame($utf8, $encoding->toUtf8($ansel), bin2hex($utf8) . ' ' . bin2hex($encoding->toUtf…
29 use function bin2hex; alias239 $glide_key = bin2hex(random_bytes(128));402 $glide_key = bin2hex(random_bytes(128));
14 $id = 'google-chart-' . bin2hex(random_bytes(8));15 $name = 'callback_' . bin2hex(random_bytes(12));
13 $id = 'google-chart-' . bin2hex(random_bytes(8));14 $name = 'callback_' . bin2hex(random_bytes(12));
16 $id = 'google-chart-' . bin2hex(random_bytes(8));17 $name = 'callback_' . bin2hex(random_bytes(12));
31 use function bin2hex; alias110 $password = bin2hex(string: random_bytes(length: 8));
31 use function bin2hex; alias