Home
last modified time | relevance | path

Searched refs:byte (Results 51 – 75 of 112) sorted by relevance

12345

/PHP-5.5/ext/gd/tests/
H A Dimagepng_nullbyte_injection.phpt2 Testing null byte injection in imagepng
H A Dimagewbmp_nullbyte_injection.phpt2 Testing null byte injection in imagewbmp
H A Dimagewebp_nullbyte_injection.phpt2 Testing null byte injection in imagewebp
H A Dimagegif_nullbyte_injection.phpt2 Testing null byte injection in imagegif
/PHP-5.5/ext/standard/tests/url/
H A Dbase64_encode_basic_002.phpt12 * Test base64_encode with single byte values.
H A Dbase64_encode_basic_001.phpt12 * Test base64_encode with single byte values.
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregint.h380 #define BBUF_WRITE1(buf,pos,byte) do{\ argument
383 (buf)->p[(pos)] = (byte);\
388 #define BBUF_ADD1(buf,byte) BBUF_WRITE1((buf),(buf)->used,(byte)) argument
579 #define GET_BYTE_INC(byte,p) do{\ argument
580 byte = *(p);\
/PHP-5.5/ext/xml/tests/
H A Dxml_get_current_byte_index_error.phpt12 * Description: Get current byte index for an XML parser
/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlentities22.phpt72 echo "\n*** Testing HTML 5 with another single-byte encoding ***\n";
76 echo "\n*** Testing HTML 5 with another multibyte-byte encoding ***\n";
227 *** Testing HTML 5 with another single-byte encoding ***
256 *** Testing HTML 5 with another multibyte-byte encoding ***
H A Dhtmlentities23.phpt9 "\x8F\xA0", //1 sub, A0 is not valid as sole/first byte
/PHP-5.5/ext/exif/tests/
H A Dexif010.phpt2 Check for exif_read_data, JPEG with IFD and EXIF data in Intel byte-order.
H A Dexif011.phpt2 Check for exif_read_data, JPEG with IFD and EXIF data in Motorola byte-order.
H A Dexif013.phpt2 Check for exif_read_data, JPEG with IFD and GPS data in Motorola byte-order.
H A Dexif012.phpt2 Check for exif_read_data, JPEG with IFD and GPS data in Intel byte-order.
H A Dexif014.phpt2 Check for exif_read_data, JPEG with IFD, EXIF and GPS data in Intel byte-order.
H A Dexif015.phpt2 Check for exif_read_data, JPEG with IFD, EXIF and GPS data in Motorola byte-order.
/PHP-5.5/ext/standard/tests/file/
H A Dfile_basic.phpt16 create_files($file_path, 1, $type, 0755, 100, "w", "file_basic", 1, "byte");
H A Dfile_get_contents_error.phpt25 create_files($file_path, 1, "text", 0755, 100, "w", "file", 1, "byte");
/PHP-5.5/ext/date/lib/
H A Dtimelib.m441 [AC_CACHE_CHECK([whether byte ordering is bigendian], ac_cv_c_bigendian_php,
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE24 \nnn octal char (encoded byte value)
25 \xHH hexadecimal char (encoded byte value)
397 + allow the range of single byte char and multibyte char in character
439 + Invalid encoding byte sequence is not checked.
443 * Invalid first byte is treated as a character.
446 * Incomplete byte sequence is not checked.
/PHP-5.5/ext/mysqli/tests/
H A Dbug67839.phpt2 mysqli_float_handling - ensure 4 byte float is handled correctly
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug30045.phpt53 echo "byte\n";
/PHP-5.5/ext/gd/libgd/
H A Dgd_gif_in.c45 #define BitSet(byte, bit) (((byte) & (bit)) == (bit)) argument
/PHP-5.5/ext/pcre/pcrelib/
H A DHACKING60 a byte in 8-bit mode, a short in 16-bit mode and a 32-bit word in 32-bit mode.
155 default value for LINK_SIZE is 2, but PCRE can be compiled to use 3-byte or
156 4-byte values for these offsets, although this impairs the performance. (3-byte
161 bytes long in 8-bit mode (most significant byte first), or one unit in 16-bit
324 negative one. In either case, the opcode is followed by a 32-byte (16-short,
362 or OP_DNREFI. These are followed by two counts: the index (not the byte offset)
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja373 - per byte encoding
374 - single byte charactor in range of 00h-7fh which is compatible
605 Same as subcut. If position is the 2nd byte of a mb character, it will cut
606 from the first byte of that character. It will cut the string without
607 chopping a single byte from a mb character. In another words, if you

Completed in 33 milliseconds

12345