Home
last modified time | relevance | path

Searched refs:bin2hex (Results 176 – 200 of 237) sorted by relevance

12345678910

/php-src/ext/zlib/tests/
H A Dgzseek_basic2.phpt23 var_dump(bin2hex(gzread($h, 20)));
H A Dgzseek_variation4.phpt23 var_dump(bin2hex(gzread($h, 20)));
H A Dgzseek_variation5.phpt23 var_dump(bin2hex(gzread($h, 20)));
H A Dzlib_scheme_copy_variation2.phpt37 if ($org_data == $copied_data && bin2hex($magic) === '1f8b') {
/php-src/ext/ldap/tests/
H A Dldap_parse_result_controls.phpt28 bin2hex($ctrls[LDAP_CONTROL_PAGEDRESULTS]['value']['cookie']),
/php-src/ext/intl/tests/
H A Dresourcebundle_arrayaccess.phpt18 printf( "testbin: %s\n", bin2hex($r['testbin']) );
H A Dresourcebundle_individual.phpt20 $str_res .= sprintf( "testbin: %s\n", bin2hex(ut_resourcebundle_get( $r,'testbin' )) );
H A Dcollator_get_sort_key.phpt23 "key: ".bin2hex($res_val)."\n";
H A Dcollator_get_sort_key_variant2.phpt23 "key: ".bin2hex($res_val)."\n";
H A Dcollator_get_sort_key_variant3.phpt23 "key: ".bin2hex($res_val)."\n";
H A Dcollator_get_sort_key_variant4.phpt23 "key: ".bin2hex($res_val)."\n";
H A Dcollator_get_sort_key_variant5.phpt23 "key: ".bin2hex($res_val)."\n";
H A Dcollator_get_sort_key_variant6.phpt23 "key: ".bin2hex($res_val)."\n";
H A Dcollator_get_sort_key_variant7.phpt22 "key: ".bin2hex($res_val)."\n";
H A Dgrapheme_str_split.phpt31 $returns[] = bin2hex($value);
/php-src/ext/standard/tests/strings/
H A Dsha1_file.phpt58 var_dump( bin2hex(sha1_file("EmptyFileSHA1.txt", true)));
64 var_dump ( bin2hex(sha1_file("DataFileSHA1.txt", true)));
H A Dexplode_variation6.phpt33 var_dump(bin2hex($v));
H A Dhtmlspecialchars_decode_variation6.phpt26 var_dump( bin2hex(htmlspecialchars_decode($value)));
H A Dchr_variation1.phpt43 var_dump( bin2hex(chr($input)) );
/php-src/ext/openssl/tests/
H A Dopenssl_x509_fingerprint_basic.phpt17 var_dump(bin2hex(openssl_x509_fingerprint($cert, 'md5', true)));
/php-src/ext/mbstring/tests/
H A Dgh15824.phpt21 var_dump(mb_detect_encoding(bin2hex('1b24422422242424262428242a1b2842'), 'CP50220, ANSI_X3.4-1968,'…
H A Dmb_convert_case_various_mode.phpt54 var_dump(bin2hex(mb_convert_case("\x01I\x01,", MB_CASE_TITLE, 'UCS-2BE')));
55 var_dump(bin2hex(mb_convert_case("\x01I\x01,", MB_CASE_TITLE_SIMPLE, 'UCS-2BE')));
H A Dmb_decode_mimeheader_variation2.phpt29 var_dump(bin2hex(mb_decode_mimeheader($word)));
/php-src/ext/standard/tests/file/
H A Dbug52335.phpt36 var_dump(bin2hex(stream_get_contents($fprw)));
/php-src/ext/xml/tests/
H A Dbug32001b.phpt34 $attrs = array_map('bin2hex', $attrs);
35 $this->tags[] = bin2hex($name).": ".implode(', ', $attrs);

Completed in 25 milliseconds

12345678910