Home
last modified time | relevance | path

Searched refs:pack (Results 26 – 50 of 70) sorted by relevance

123

/PHP-7.4/ext/phar/tests/tar/files/
H A Dcorrupt_tarmaker.php.inc87 $block = pack('a100a8a8a8a12A12',
96 $blockend = pack('a1a100a6a2a32a32a8a8a155a12',
116 $checksum = pack('a8', sprintf('%6s ', decoct($checksum)));
174 fwrite($this->tmp, pack('a1024', ''));
H A Dmake.dangerous.tar.php.inc81 $block = pack('a100a8a8a8a12A12',
90 $blockend = pack('a1a100a6a2a32a32a8a8a155a12',
109 $checksum = pack('a8', sprintf('%6s ', decoct($checksum)));
167 fwrite($this->tmp, pack('a1024', ''));
/PHP-7.4/ext/standard/tests/strings/
H A Dunpack_offset.phpt5 $data = "pad" . pack("ll", 0x01020304, 0x05060708);
H A Dbug38770.phpt11 print_r(unpack($v, pack($v, -30000)));
H A Dhtmlentities20.phpt7 $retval = pack('C', $k);
9 $retval = pack('C2',
13 $retval = pack('C3',
18 $retval = pack('C4',
H A Dbug61764.phpt10 print_r(unpack('I', pack('L', -30000)));
H A Dunpack_bug68225.phpt6 $data = pack('VV', 1, 2);
H A Dbug36148.phpt7 $a = pack("H*", $value);
H A Dhtmlentities_html4.phpt7 $retval = pack('C', $k);
9 $retval = pack('C2',
13 $retval = pack('C3',
18 $retval = pack('C4',
24 $retval = pack('C5',
31 $retval = pack('C6',
H A Dhtmlentities17.phpt19 var_dump(htmlentities(pack('H*', $test[2]), ENT_QUOTES, 'UTF-8'));
/PHP-7.4/ext/mbstring/tests/
H A Dbug28220.phpt16 if (mb_strwidth(pack('N1', $c), 'UCS-4BE') != 2) {
H A Dillformed_utf_sequences.phpt64 $s = chk_enc(pack('C3', 0xe0 | ($i >> 12), 0x80 | ($i >> 6) & 0x3f, 0x80 | $i & 0x3f), 3);
90 … $s = chk_enc(pack('C4', $i >> 24, ($i >> 16) & 0xff, ($i >> 8) & 0xff, $i & 0xff), 1, "UTF-32BE");
103 …$s = chk_enc(pack('C4', $i & 0xff, ($i >> 8) & 0xff, ($i >> 16) & 0xff, ($i >> 24) & 0xff), 1, "UT…
116 $s = chk_enc(pack('C4', $i >> 24, ($i >> 16) & 0xff, ($i >> 8) & 0xff, $i & 0xff), 1, "UTF-32");
131 …$s = chk_enc("\x00\x00\xfe\xff". pack('C4', $i >> 24, ($i >> 16) & 0xff, ($i >> 8) & 0xff, $i & 0x…
145 …$s = chk_enc("\xff\xfe\x00\x00". pack('C4', $i & 0xff, ($i >> 8) & 0xff, ($i >> 16) & 0xff, ($i >>…
H A Dbug30549.phpt15 $ustr = mb_convert_encoding(pack('C', $fromc), 'UCS-4BE', $enc);
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug68976.phpt12 $fakezval = pack(
/PHP-7.4/ext/ffi/tests/
H A D040.phpt6 if (pack('S', 0xABCD) !== pack('v', 0xABCD)) {
/PHP-7.4/ext/iconv/tests/
H A Diconv002.phpt23 $s = pack("NNNN", 97, 98, 99, 100);
/PHP-7.4/ext/phar/tests/
H A D008.phpt10 $file .= pack('V', 500) . 'notenough';
H A D015b.phpt15 $files['a'] = array('cont'=>'Hello World', 'comp'=>pack('H*', '425a6834314159265359065c89da00000097…
H A D009.phpt12 $file .= pack('VVnVVV', 500, 500, 0x1000, 0x00000000, 0, 0) . str_repeat('A', 500);
/PHP-7.4/ext/mysqli/tests/
H A Dbug54674.phpt22 $japanese_so = pack('H4', '835c');
/PHP-7.4/azure/
H A Dapt.yml16 language-pack-de \
/PHP-7.4/ext/pspell/tests/
H A D001.phpt20 $string .= "No, no, no, no. Tobacco... um... cigarettes (holds up a pack). ";
86 pack : true
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_skipif.inc5 …// be sure mail server is accessible... on PHP 5.3.13 release build, using test-pack PHP-5.3-r1af8…
/PHP-7.4/win32/build/
H A DMakefile47 DIST_ZIP_DEV_PACK=php-devel-pack-$(PHP_VERSION_STRING)$(PHP_ZTS_ARCHIVE_POSTFIX)-Win32-$(PHP_COMPIL…
48 DIST_ZIP_TEST_PACK=php-test-pack-$(PHP_VERSION_STRING)$(SIMD_SUFFIX)$(PKG_SUFFIX_PART).zip
49 DIST_ZIP_DEBUG_PACK=php-debug-pack-$(PHP_VERSION_STRING)$(PHP_ZTS_ARCHIVE_POSTFIX)-Win32-$(PHP_COMP…
181 -rd /s /q $(BUILD_DIR)\php-test-pack-$(PHP_VERSION_STRING)
219 cd $(BUILD_DIR)\php-test-pack-$(PHP_VERSION_STRING)
/PHP-7.4/azure/i386/
H A Dapt.yml17 language-pack-de \

Completed in 25 milliseconds

123