Home
last modified time | relevance | path

Searched refs:unpack (Results 1 – 25 of 45) sorted by path

12

/PHP-5.5/
H A D.gitattributes120 /ext/standard/tests/strings/unpack.phpt -crlf
H A DINSTALL397 unpack it:
401 2. Likewise, obtain and unpack the PHP source:
H A DNEWS402 . Fixed bug #69522 (heap buffer overflow in unpack()). (Stas)
1382 . Fixed bug #66041 (list() fails to unpack yielded ArrayAccess object).
1807 . Added "Z" option to pack/unpack. (Gustavo)
1894 . Fixed bug #61038 (unpack("a5", "str\0\0") does not work as expected).
7191 - Added missing format validator to unpack() function. (Ilia)
8042 - Fixed bug #38770 (unpack() broken with longs on 64 bit machines).
8822 - Fixed bug #36148 (unpack("H*hex", $data) is adding an extra character to
8911 - Fixed bug #35817 (unpack() does not decode odd number of hexadecimal values).
9672 - Fixed bug #31465 (False warning in unpack() when working with *). (Ilia)
H A DUPGRADING118 - pack()/unpack() had the following changes, which bring it more in
/PHP-5.5/Zend/tests/generators/
H A Dbug66041.phpt2 Bug #66041: list() fails to unpack yielded ArrayAccess object
/PHP-5.5/ext/dba/tests/
H A Dbug38698.phpt12 return 0x00FF === current(unpack('v', pack('S',0x00FF)));
/PHP-5.5/ext/iconv/tests/
H A Diconv002.phpt21 $s = unpack("V*", iconv("ascii","UCS-4LE", "abcd"));
/PHP-5.5/ext/intl/tests/
H A Dbug72241.phpt10 echo unpack('H*', $out)[1] . PHP_EOL;
/PHP-5.5/ext/mbstring/tests/
H A Dbug30549.phpt16 foreach (unpack('Nc', $ustr) as $unic);
H A Dbug54494.phpt25 $t = unpack("H*",mb_substr($string, $i, 1, $mode));
41 $t = unpack("H*",mb_substr($string, $i, 1, $mode));
/PHP-5.5/ext/openssl/tests/
H A Dbug55646.phpt9 function stringAsHex($string){$unpacked = unpack("H*", $string);return implode(" ", str_split($unpa…
/PHP-5.5/ext/phar/
H A Dshortarc.php117 $L = unpack('V', $a = (binary)fread($fp, 4));
215 $info = unpack('V', substr($m, 0, 4));
217 $l = unpack('V', substr($m, 10, 4));
219 $s = unpack('V', substr($m, 0, 4));
226 $len = unpack('V', substr($m, $start, 4));
234 … $ret['m'][$savepath] = array_values(unpack('Va/Vb/Vc/Vd/Ve/Vf', substr($m, $start, 24)));
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dnophar.phar117 $L = unpack('V', $a = (binary)fread($fp, 4));
215 $info = unpack('V', substr($m, 0, 4));
216 $l = unpack('V', substr($m, 10, 4));
218 $s = unpack('V', substr($m, 0, 4));
224 $len = unpack('V', substr($m, $start, 4));
228 $ret['m'][$savepath] = array_values(unpack('Va/Vb/Vc/Vd/Ve/Vf', substr($m, $start, 24)));
H A Dopenssl.phar117 $L = unpack('V', $a = (binary)fread($fp, 4));
215 $info = unpack('V', substr($m, 0, 4));
216 $l = unpack('V', substr($m, 10, 4));
218 $s = unpack('V', substr($m, 0, 4));
224 $len = unpack('V', substr($m, $start, 4));
228 $ret['m'][$savepath] = array_values(unpack('Va/Vb/Vc/Vd/Ve/Vf', substr($m, $start, 24)));
/PHP-5.5/ext/phar/tests/files/
H A Dinclude_path2.phar117 $L = unpack('V', $a = (binary)fread($fp, 4));
215 $info = unpack('V', substr($m, 0, 4));
216 $l = unpack('V', substr($m, 10, 4));
218 $s = unpack('V', substr($m, 0, 4));
224 $len = unpack('V', substr($m, $start, 4));
228 $ret['m'][$savepath] = array_values(unpack('Va/Vb/Vc/Vd/Ve/Vf', substr($m, $start, 24)));
H A Dnophar.phar117 $L = unpack('V', $a = (binary)fread($fp, 4));
215 $info = unpack('V', substr($m, 0, 4));
216 $l = unpack('V', substr($m, 10, 4));
218 $s = unpack('V', substr($m, 0, 4));
224 $len = unpack('V', substr($m, $start, 4));
228 $ret['m'][$savepath] = array_values(unpack('Va/Vb/Vc/Vd/Ve/Vf', substr($m, $start, 24)));
H A Dopenssl.phar117 $L = unpack('V', $a = (binary)fread($fp, 4));
215 $info = unpack('V', substr($m, 0, 4));
216 $l = unpack('V', substr($m, 10, 4));
218 $s = unpack('V', substr($m, 0, 4));
224 $len = unpack('V', substr($m, $start, 4));
228 $ret['m'][$savepath] = array_values(unpack('Va/Vb/Vc/Vd/Ve/Vf', substr($m, $start, 24)));
/PHP-5.5/ext/phar/tests/
H A Dphar_createdefaultstub.phpt153 $L = unpack('V', $a = (binary)fread($fp, 4));
251 $info = unpack('V', substr($m, 0, 4));
252 $l = unpack('V', substr($m, 10, 4));
254 $s = unpack('V', substr($m, 0, 4));
260 $len = unpack('V', substr($m, $start, 4));
545 $info = unpack('V', substr($m, 0, 4));
546 $l = unpack('V', substr($m, 10, 4));
548 $s = unpack('V', substr($m, 0, 4));
847 $info = unpack('V', substr($m, 0, 4));
848 $l = unpack('V', substr($m, 10, 4));
[all …]
H A Dphar_setdefaultstub.phpt173 $L = unpack('V', $a = (binary)fread($fp, 4));
271 $info = unpack('V', substr($m, 0, 4));
272 $l = unpack('V', substr($m, 10, 4));
274 $s = unpack('V', substr($m, 0, 4));
280 $len = unpack('V', substr($m, $start, 4));
566 $info = unpack('V', substr($m, 0, 4));
567 $l = unpack('V', substr($m, 10, 4));
569 $s = unpack('V', substr($m, 0, 4));
861 $info = unpack('V', substr($m, 0, 4));
862 $l = unpack('V', substr($m, 10, 4));
[all …]
/PHP-5.5/ext/standard/
H A Dbasic_functions.c3187 PHP_FE(unpack, arginfo_unpack)
H A Dpack.c529 PHP_FUNCTION(unpack) in PHP_FUNCTION() argument
H A Dpack.h26 PHP_FUNCTION(unpack);
/PHP-5.5/ext/standard/tests/array/
H A Dbug24766.phpt2 Bug #24766 (strange result array from unpack)
8 $a = unpack('C2', "\0224V");
/PHP-5.5/ext/standard/tests/serialize/
H A Dprecision.phpt27 $num = unpack("d", pack("H*", $ns)); $num = reset($num);
30 $repr = unpack("H*", pack("d", $num2)); $repr = reset($repr);
/PHP-5.5/ext/standard/tests/strings/
H A Dbug35817.phpt2 Bug #35817 (unpack() does not decode odd number of hexadecimal values)
6 $b = unpack("H3", $a);
10 $b = unpack("H2", $a);
14 $b = unpack("H", $a);

Completed in 121 milliseconds

12