Home
last modified time | relevance | path

Searched refs:unpack (Results 51 – 66 of 66) sorted by relevance

123

/PHP-7.4/ext/mbstring/tests/
H A Dbug30549.phpt16 foreach (unpack('Nc', $ustr) as $unic);
/PHP-7.4/Zend/tests/array_unpack/
H A Dalready_occupied.phpt2 Appending to an array via unpack may fail
/PHP-7.4/ext/standard/tests/strings/
H A Dhtmlentities17.phpt23 list(,$result) = unpack('H6', html_entity_decode($test[1], ENT_QUOTES, 'UTF-8'));
H A Dhtml_entity_decode_win1252.phpt63 $d = unpack("H*", $res);
69 $res = unpack("H*", $res)[1];
H A Dhtml_entity_decode_iso8859-5.phpt107 $d = unpack("H*", $res);
113 $res = unpack("H*", $res)[1];
H A Dhtml_entity_decode_iso8859-15.phpt107 $d = unpack("H*", $res);
113 $res = unpack("H*", $res)[1];
H A Dhtml_entity_decode_win1251.phpt143 $d = unpack("H*", $res);
149 $res = unpack("H*", $res)[1];
H A Dhtml_entity_decode_macroman.phpt143 $d = unpack("H*", $res);
149 $res = unpack("H*", $res)[1];
H A Dhtml_entity_decode_cp866.phpt139 $d = unpack("H*", $res);
145 $res = unpack("H*", $res)[1];
H A Dhtml_entity_decode_koi8-r.phpt139 $d = unpack("H*", $res);
145 $res = unpack("H*", $res)[1];
/PHP-7.4/ext/openssl/tests/
H A Dbug55646.phpt9 $unpacked = unpack("H*", $string);
/PHP-7.4/win32/build/
H A Dmkdist.php194 …$hdr = unpack("a100filename/a8mode/a8uid/a8gid/a12size/a12mtime/a8checksum/a1typeflag/a100link/a6m…
/PHP-7.4/ext/standard/
H A Dpack.c723 PHP_FUNCTION(unpack) in PHP_FUNCTION() argument
H A Dbasic_functions.c3228 PHP_FE(unpack, arginfo_unpack)
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます18861 # length of total files when unpacked only used when pack and unpack on the fly
H A Dmagic18861 # length of total files when unpacked only used when pack and unpack on the fly

Completed in 169 milliseconds

123