Home
last modified time | relevance | path

Searched refs:pack (Results 1 – 25 of 70) sorted by last modified time

123

/PHP-7.4/
H A DNEWS1309 . Fixed bug #78833 (Integer overflow in pack causes out-of-bound access).
H A D.travis.yml11 - language-pack-de
H A DCONTRIBUTING.md387 pack-objects: Fix compilation with NO_PTHREDS
389 It looks like commit 99fb6e04 (pack-objects: convert to use parse_options(),
/PHP-7.4/azure/i386/
H A Dapt.yml17 language-pack-de \
/PHP-7.4/azure/
H A Dapt.yml16 language-pack-de \
/PHP-7.4/ext/mysqli/tests/
H A Dbug54674.phpt22 $japanese_so = pack('H4', '835c');
/PHP-7.4/ext/standard/
H A Dconfig.w3232 net.c pack.c pageinfo.c quot_print.c rand.c mt_rand.c soundex.c \
H A Dconfig.m4489 microtime.c pack.c pageinfo.c quot_print.c rand.c mt_rand.c \
H A Dbasic_functions.c3227 PHP_FE(pack, arginfo_pack)
3672 BASIC_MINIT_SUBMODULE(pack) in PHP_MINIT_FUNCTION()
H A Dfilters.c632 unsigned int pack, pack_bcnt; in php_conv_base64_decode_convert() local
657 pack = 0; in php_conv_base64_decode_convert()
663 pack |= (urem << pack_bcnt); in php_conv_base64_decode_convert()
667 pack |= (urem >> urem_nbits); in php_conv_base64_decode_convert()
689 pack |= (i << pack_bcnt); in php_conv_base64_decode_convert()
693 pack |= (i >> urem_nbits); in php_conv_base64_decode_convert()
710 *(pd++) = pack; in php_conv_base64_decode_convert()
712 pack = 0; in php_conv_base64_decode_convert()
718 urem |= (pack << (urem_nbits - pack_bcnt)); in php_conv_base64_decode_convert()
721 urem |= (pack >> (pack_bcnt - urem_nbits)); in php_conv_base64_decode_convert()
H A Dpack.c228 PHP_FUNCTION(pack) in PHP_FUNCTION() argument
1217 PHP_MINIT_FUNCTION(pack) in PHP_MINIT_FUNCTION() argument
H A Dpack.h22 PHP_MINIT_FUNCTION(pack);
23 PHP_FUNCTION(pack);
/PHP-7.4/ext/openssl/tests/
H A Dcipher_tests.inc174 $test[$field_name] = pack("H*", $field_value);
/PHP-7.4/ext/phar/
H A DMakefile.frag40 …@$(PHP_PHARCMD_EXECUTABLE) $(PHP_PHARCMD_SETTINGS) $(builddir)/phar.php pack -f $(builddir)/phar.p…
/PHP-7.4/win32/build/
H A Dconfig.w3229 ARG_ENABLE('debug-pack', 'Release binaries with external debug symbols (--enable-debug must not be …
31 ERROR("Use of both --enable-debug and --enable-debug-pack not allowed.");
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/ext/ffi/tests/
H A Dbug79571.phpt6 if (pack('S', 0xABCD) !== pack('v', 0xABCD)) {
H A D040.phpt6 if (pack('S', 0xABCD) !== pack('v', 0xABCD)) {
/PHP-7.4/ext/mbstring/tests/
H A Dmb_str_split_utf8_utf16.phpt14 $utf8 = pack("H*", "313233f09280a9");
17 $utf8_bad = pack("H*", "313233f092");
20 $utf16_first_be = pack("H*", "d800dc00");
21 $utf16_first_le = pack("H*", "00d800dc");
23 $utf16_last_be = pack("H*", "dbffdfff");
24 $utf16_last_le = pack("H*", "ffdbffdf");
25 $utf16be_char_bad = pack("H*", "dc00dc00"); /* this char is illegal because it starts from low surr…
26 $utf16le_char_bad = pack("H*", "00dc00dc"); /* this char is illegal because it starts from low surr…
/PHP-7.4/ext/standard/tests/strings/
H A Dunpack_bug68225.phpt6 $data = pack('VV', 1, 2);
H A Dunpack_error.phpt8 * Source code: ext/standard/pack.c
18 var_dump(unpack("I", pack("I", 65534), 0, $extra_arg));
22 var_dump(unpack("B", pack("I", 65534)));
H A Dbug69522.phpt5 $a = pack("AAAAAAAAAAAA", 1,2,3,4,5,6,7,8,9,10,11,12);
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug68976.phpt12 $fakezval = pack(
/PHP-7.4/ext/gd/tests/
H A Dbug75111.phpt11 $str .= pack("V", -0x120000); // offset of image data
12 $str .= pack("V", 40); // length of header
13 $str .= pack("V", 256); // width
14 $str .= pack("V", 256); // height
/PHP-7.4/ext/dba/tests/
H A Dbug38698.phpt12 return 0x00FF === current(unpack('v', pack('S',0x00FF)));
19 dba_insert(pack('V',129), "Booo!", $db_make);
21 dba_insert(pack('i',129), "Booo!", $db_make);

Completed in 68 milliseconds

123