Home
last modified time | relevance | path

Searched refs:unpack (Results 26 – 50 of 67) sorted by relevance

123

/php-src/ext/phar/tests/
H A Dphar_createdefaultstub.phpt152 $L = unpack('V', $a = fread($fp, 4));
250 $info = unpack('V', substr($m, 0, 4));
251 $l = unpack('V', substr($m, 10, 4));
253 $s = unpack('V', substr($m, 0, 4));
446 $L = unpack('V', $a = fread($fp, 4));
544 $info = unpack('V', substr($m, 0, 4));
545 $l = unpack('V', substr($m, 10, 4));
547 $s = unpack('V', substr($m, 0, 4));
748 $L = unpack('V', $a = fread($fp, 4));
847 $l = unpack('V', substr($m, 10, 4));
[all …]
H A Dphar_setdefaultstub.phpt172 $L = unpack('V', $a = fread($fp, 4));
270 $info = unpack('V', substr($m, 0, 4));
271 $l = unpack('V', substr($m, 10, 4));
273 $s = unpack('V', substr($m, 0, 4));
467 $L = unpack('V', $a = fread($fp, 4));
565 $info = unpack('V', substr($m, 0, 4));
566 $l = unpack('V', substr($m, 10, 4));
568 $s = unpack('V', substr($m, 0, 4));
762 $L = unpack('V', $a = fread($fp, 4));
861 $l = unpack('V', substr($m, 10, 4));
[all …]
/php-src/ext/gd/tests/
H A Dbug73159.phpt19 $header = unpack('@12/nformat', $buffer);
H A Dbug73157.phpt20 $header = unpack('@10/nchunk_size', $buffer);
H A Dbug66590.phpt23 $length = unpack('V', $length)[1] + 8;
H A Dbug73155.phpt20 $header = unpack('@10/nchunk_size/nformat/nx_count/ny_count', $buffer);
H A Dimagegd_truecolor.phpt25 $header = unpack('nsignature/nwidth/nheight/Ctruecolor', $buffer);
/php-src/ext/standard/tests/strings/
H A Dbug61764.phpt11 print_r(unpack('I', pack('L', -30000)));
H A Dbug53021.phpt5 var_dump(unpack("H*",html_entity_decode("é", ENT_QUOTES, "ISO-8859-1")));
H A Dhtmlentities17.phpt23 list(,$result) = unpack('H6', html_entity_decode($test[1], ENT_QUOTES, 'UTF-8'));
/php-src/ext/phar/tests/files/
H A Dopenssl.phar117 $L = unpack('V', $a = 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 Dopenssl256.phar117 $L = unpack('V', $a = 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 Dopenssl512.phar117 $L = unpack('V', $a = 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 Dinclude_path2.phar117 $L = unpack('V', $a = 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 = 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-src/ext/phar/tests/cache_list/files/
H A Dnophar.phar117 $L = unpack('V', $a = 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 = 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-src/ext/openssl/tests/
H A Dbug74798.phpt77 var_dump(unpack('H*', $originalEnvelopeData)[1], unpack('H*', $envelopeData)[1]);
H A Dbug55646.phpt9 $unpacked = unpack("H*", $string);
/php-src/ext/iconv/tests/
H A Diconv002.phpt21 $s = unpack("V*", iconv("ascii","UCS-4LE", "abcd"));
/php-src/Zend/tests/arg_unpack/
H A Dtraversable_throwing_exception.phpt2 Traversables that throw exceptions are properly handled during argument unpack
/php-src/ext/dba/tests/
H A Dbug38698.phpt14 return 0x00FF === current(unpack('v', pack('S',0x00FF)));
/php-src/ext/mbstring/tests/
H A Dbug30549.phpt16 foreach (unpack('Nc', $ustr) as $unic);
H A Dmb_str_split_jp.phpt50 echo " " . unpack("H*", $split[$i])[1];
69 last array element: %s expected: %s\n", unpack("H*", end($array))[1],unpack("H*", $enc)[1]);
/php-src/Zend/tests/array_unpack/
H A Dalready_occupied.phpt2 Appending to an array via unpack may fail

Completed in 26 milliseconds

123