Home
last modified time | relevance | path

Searched refs:byte (Results 1 – 25 of 126) sorted by last modified time

123456

/PHP-7.4/
H A DNEWS243 . Fixed bug #81223 (flock() only locks first byte of file). (cmb)
386 . Fixed bug #80783 (PDO ODBC truncates BLOB records at every 256th byte).
770 byte) (cmb)
989 . Fixed bug #79330 (shell_exec() silently truncates after a null byte). (stas)
1078 . Fixed bug #79329 (get_headers() silently truncates after a null byte).
1344 . Fixed bug #78066 (PHP eats the first byte of a program that comes from
2240 . Fixed bug #77514 (mb_ereg_replace() with trailing backslash adds null byte).
2267 . Fixed bug #77431 (openFile() silently truncates after a null byte). (cmb)
2320 . Fixed bug #77454 (mb_scrub() silently truncates after a null byte).
H A Dconfigure.ac375 dnl Check whether the system byte ordering is bigendian.
H A Dphp.ini-development1667 ; overload(replace) single byte functions by mbstring functions.
1709 ; intel byte order. A decode setting cannot be empty.
H A Dphp.ini-production1667 ; overload(replace) single byte functions by mbstring functions.
1709 ; intel byte order. A decode setting cannot be empty.
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c5648 byte = *bytes++; in scan_prefix()
5650 if (byte == 0) in scan_prefix()
5658 byte >>= 1; in scan_prefix()
6634 int i, byte, length = 0; in optimize_class_ranges() local
6642 byte = i >> 3; in optimize_class_ranges()
6785 uint8_t byte; in optimize_class_chars() local
6796 byte = bits[i]; in optimize_class_chars()
6799 byte = ~byte; in optimize_class_chars()
6802 while (byte != 0) in optimize_class_chars()
6804 if (byte & 0x1) in optimize_class_chars()
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dbug81223.phpt2 Bug #81223 (flock() only locks first byte of file)
/PHP-7.4/Zend/tests/
H A Dbug80972.phpt26 /* This same bug also permits to modify the first byte of a string even if
/PHP-7.4/ext/pdo_odbc/tests/
H A Dbug80783.phpt2 Bug #80783 (PDO ODBC truncates BLOB records at every 256th byte)
H A Dbug80783a.phpt2 Bug #80783 (PDO ODBC truncates BLOB records at every 256th byte)
/PHP-7.4/build/
H A Dphp.m41703 [AC_CACHE_CHECK([whether byte ordering is bigendian], ac_cv_c_bigendian_php,
H A Dphp_cxx_compile_stdcxx.m4744 enum class byte : unsigned char
747 byte foo {42};
/PHP-7.4/ext/mysqli/tests/
H A Dbug67839.phpt2 mysqli_float_handling - ensure 4 byte float is handled correctly
H A Dbug70384.phpt2 mysqli_float_handling - ensure 4 byte float is handled correctly
/PHP-7.4/ext/fileinfo/tests/
H A Dbug77961.magic15 >5 byte x version %d.
16 >4 byte x \b%d
50 0 short 017001 byte-swapped Berkeley vfont data
/PHP-7.4/ext/tidy/
H A Dtidy.c649 tidyBufAttach(&buf, (byte *) ZSTR_VAL(data), (uint32_t)ZSTR_LEN(data)); in php_tidy_quick_repair()
1064 tidyBufAttach(&buf, (byte *) string, len); in php_tidy_parse_string()
1226 tidyBufAttach(&inbuf, (byte *) output_context->in.data, (uint32_t)output_context->in.used); in php_tidy_output_handler()
/PHP-7.4/ext/standard/tests/image/
H A Dbug79877.phpt2 Bug #79877 (getimagesize function silently truncates after a null byte)
/PHP-7.4/ext/fileinfo/
H A Dmagicdata.patch53 +>2 byte&0xF0 !0
57 +>2 byte&0xF0 0x10 \b, 32 kbps
58 +>2 byte&0xF0 0x20 \b, 40 kbps
59 +>2 byte&0xF0 0x30 \b, 48 kbps
60 +>2 byte&0xF0 0x40 \b, 56 kbps
61 +>2 byte&0xF0 0x50 \b, 64 kbps
62 +>2 byte&0xF0 0x60 \b, 80 kbps
63 +>2 byte&0xF0 0x70 \b, 96 kbps
64 +>2 byte&0xF0 0x80 \b, 112 kbps
65 +>2 byte&0xF0 0x90 \b, 128 kbps
[all …]
/PHP-7.4/ext/standard/tests/filters/
H A Dbug74267.phpt23 Warning: fwrite(): stream filter (convert.quoted-printable-decode): invalid byte sequence in %s on …
25 Warning: fwrite(): stream filter (convert.quoted-printable-decode): invalid byte sequence in %s on …
/PHP-7.4/ext/spl/tests/
H A Dbug78863.phpt2 Bug #78863 (DirectoryIterator class silently truncates after a null byte)
/PHP-7.4/ext/standard/tests/file/windows_links/
H A Dbug78862.phpt2 Bug #78862 (link() silently truncates after a null byte on Windows)
/PHP-7.4/ext/zlib/tests/
H A Dgzencode_basic1.phpt37 // Clear OS byte before encode
48 // Clear OS byte before encode
H A Dgzseek_basic.phpt14 echo "move to the 50th byte\n";
20 echo "\nmove forward to the 100th byte\n";
26 echo "\nmove backward to the 20th byte\n";
35 move to the 50th byte
40 move forward to the 100th byte
45 move backward to the 20th byte
H A Dgzseek_variation2.phpt14 echo "move to the 50th byte\n";
20 echo "\nmove forward to the 100th byte\n";
26 echo "\nmove backward to the 20th byte\n";
35 move to the 50th byte
40 move forward to the 100th byte
45 move backward to the 20th byte
H A Dgzseek_variation3.phpt14 echo "move to the 50th byte\n";
20 echo "\nmove forward to the 94th byte\n";
26 echo "\nmove backward to the 77th byte\n";
35 move to the 50th byte
40 move forward to the 94th byte
46 move backward to the 77th byte
/PHP-7.4/ext/standard/tests/url/
H A Dbase64_encode_basic_002.phpt12 * Test base64_encode with single byte values.

Completed in 74 milliseconds

123456