Home
last modified time | relevance | path

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

1234

/php-src/ext/standard/
H A Dconfig.m4426 microtime.c pack.c pageinfo.c quot_print.c \
H A Dbasic_functions.stub.php3304 function pack(string $format, mixed ...$values): string {}
H A Dbasic_functions_arginfo.h2801 ZEND_FUNCTION(pack);
H A Dbasic_functions.c309 BASIC_MINIT_SUBMODULE(pack) in PHP_MINIT_FUNCTION()
H A Dfilters.c496 unsigned int pack, pack_bcnt; in php_conv_base64_decode_convert() local
521 pack = 0; in php_conv_base64_decode_convert()
527 pack |= (urem << pack_bcnt); in php_conv_base64_decode_convert()
531 pack |= (urem >> urem_nbits); in php_conv_base64_decode_convert()
553 pack |= (i << pack_bcnt); in php_conv_base64_decode_convert()
557 pack |= (i >> urem_nbits); in php_conv_base64_decode_convert()
574 *(pd++) = pack; in php_conv_base64_decode_convert()
576 pack = 0; in php_conv_base64_decode_convert()
582 urem |= (pack << (urem_nbits - pack_bcnt)); in php_conv_base64_decode_convert()
585 urem |= (pack >> (pack_bcnt - urem_nbits)); in php_conv_base64_decode_convert()
/php-src/ext/standard/tests/url/
H A Dbase64_encode_basic_001.phpt12 $str = pack("c", $i);
/php-src/
H A D.travis.yml11 - language-pack-de
H A DCONTRIBUTING.md416 pack-objects: Fix compilation with NO_PTHREDS
418 It looks like commit 99fb6e04 (pack-objects: convert to use parse_options(),
/php-src/.github/actions/apt-x32/
H A Daction.yml19 language-pack-de \
/php-src/.github/actions/apt-x64/
H A Daction.yml30 language-pack-de \
/php-src/ext/phar/phar/
H A Dpharcommand.inc449 * Information pack
560 * This function will try to pack a new Phar archive.
/php-src/win32/build/
H A Dconfig.w3231 ARG_ENABLE('debug-pack', 'Release binaries with external debug symbols (--enable-debug must not be …
33 ERROR("Use of both --enable-debug and --enable-debug-pack not allowed.");
H A DMakefile45 DIST_ZIP_DEV_PACK=php-devel-pack-$(PHP_VERSION_STRING)$(PHP_ZTS_ARCHIVE_POSTFIX)-Win32-$(PHP_COMPIL…
46 DIST_ZIP_TEST_PACK=php-test-pack-$(PHP_VERSION_STRING)$(SIMD_SUFFIX)$(PKG_SUFFIX_PART).zip
47 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-src/ext/fileinfo/tests/
H A Dgh13344.phpt7 $data = pack('H*','fffe000000099999');
H A Dmagic私はガラスを食べられます84 # URL: https://www.kyzer.me.uk/pack/xad/#PackDir
3639 # ftp://ftp.sac.sk/pub/sac/pack/0index.txt
3647 # ftp://ftp.elf.stuba.sk/pub/pc/pack/
3651 # ftp://ftp.elf.stuba.sk/pub/pc/pack/xpa32.zip
16116 # and Git pack ./revision
33495 # Type: Git pack
33512 >>9 default x Git pack
33514 !:ext pack
33519 # Type: Git pack index
33521 0 string \377tOc Git pack index
[all …]
H A Dmagic84 # URL: https://www.kyzer.me.uk/pack/xad/#PackDir
3639 # ftp://ftp.sac.sk/pub/sac/pack/0index.txt
3647 # ftp://ftp.elf.stuba.sk/pub/pc/pack/
3651 # ftp://ftp.elf.stuba.sk/pub/pc/pack/xpa32.zip
16116 # and Git pack ./revision
33495 # Type: Git pack
33512 >>9 default x Git pack
33514 !:ext pack
33519 # Type: Git pack index
33521 0 string \377tOc Git pack index
[all …]
/php-src/ext/mbstring/tests/
H A Dgb18030_2022_encoding.phpt210 $codepoint = $utf32 ? pack('N', $codepoint) : pack('n', $codepoint);
226 $char = pack('n', $char);
228 $char = chr($char >> 16) . pack('n', $char & 0xFFFF);
230 $char = pack('N', $char);
H A Dencoding_tests.inc41 $codepoint = $utf32 ? pack('N', $codepoint) : pack('n', $codepoint);
57 $char = pack('n', $char);
59 $char = chr($char >> 16) . pack('n', $char & 0xFFFF);
61 $char = pack('N', $char);
H A Dmb_strcut.phpt19 $euc_jp = pack('H*', '30313233a4b3a4cecab8bbfacef3a4cfc6fccbdcb8eca4c7a4b9a1a34555432d4a50a4f2bbc8a…
20 $utf8 = pack('H*', 'e288ae2045e28b856461203d2051'); // has 2 multi-byte characters: [e288ae 20 45 e…
21 $utf16le = pack('H*', '1a043804400438043b043b04380446043004200069007300200043007900720069006c006c00…
H A Dutf_encodings.phpt718 $validCodepoints[pack('N', $cp)] = true;
/php-src/ext/phar/
H A DMakefile.frag49 …$(PHP_PHARCMD_EXECUTABLE) $(PHP_PHARCMD_SETTINGS) $(builddir)/phar.php pack -f $(builddir)/phar.ph…
/php-src/ext/standard/tests/serialize/
H A Dprecision.phpt5 if (pack('s', 1) != "\x01\x00")
28 $num = unpack("d", pack("H*", $ns)); $num = reset($num);
31 $repr = unpack("H*", pack("d", $num2)); $repr = reset($repr);
/php-src/ext/standard/tests/strings/
H A Dbug61764.phpt11 print_r(unpack('I', pack('L', -30000)));
/php-src/ext/random/tests/
H A Dengines.inc79 return pack('V', $result);
89 return pack('V', $this->count++);
102 return pack('V', $this->count++) . "\x00\x00\x00\x00";
/php-src/ext/mysqli/tests/
H A Dbug54674.phpt22 $japanese_so = pack('H4', '835c');

Completed in 332 milliseconds

1234