Home
last modified time | relevance | path

Searched refs:bytes (Results 76 – 100 of 207) sorted by relevance

123456789

/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug44394_2.phpt2 Bug #44394 (Last two bytes missing from output) with session.use_trans_id
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_ecb_3des_decrypt.phpt26 // tripledes uses keys upto 192 bits (24 bytes)
39 // tripledes is a block cipher of 64 bits (8 bytes)
H A Dmcrypt_decrypt_3des_cbc.phpt24 // tripledes uses keys upto 192 bits (24 bytes)
37 // tripledes is a block cipher of 64 bits (8 bytes)
H A Dmcrypt_cbc_3des_encrypt.phpt24 // tripledes uses keys upto 192 bits (24 bytes)
30 // tripledes is a block cipher of 64 bits (8 bytes)
/PHP-5.5/ext/pcre/tests/
H A Dbug66121.phpt2 Bug #66121 - UTF-8 lookbehinds match bytes instead of characters
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_saveHTMLFile_invalid_filename.phpt22 $bytes = $doc->saveHTMLFile($filename);
/PHP-5.5/ext/zlib/tests/
H A Dbug_34821.phpt8 // test 50 bytes to 50k
H A Dgzseek_variation1.phpt17 //seek forwards 20 bytes.
H A Dgzseek_basic2.phpt18 //seek forwards 20 bytes.
H A Dgzseek_variation4.phpt18 //seek forwards 20 bytes.
H A Dgzseek_variation5.phpt18 //seek forwards 20 bytes.
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug68545.phpt9 Notice: unserialize(): Error at offset %d of %d bytes in %sbug68545.php on line %d
/PHP-5.5/ext/curl/tests/
H A Dbug65458.phpt19 // $preclose - $init has a delta in the order of bytes, not megabytes. Given
/PHP-5.5/ext/standard/tests/file/
H A Dfread_error.phpt7 Description: reads up to length bytes from the file pointer referenced by handle.
8 Reading stops when up to length bytes have been read, EOF (end of file) is
10 opening userspace stream) when 8192 bytes have been read whichever comes first.
H A Dfilesize_basic.phpt7 * Description: Returns the size of the file in bytes, or FALSE
H A Dfilesize_variation5.phpt9 * Description : Returns the size of the file in bytes, or FALSE
H A Dfilesize_variation1-win32.phpt12 Description : Returns the size of the file in bytes, or FALSE
H A Dfile_put_contents_variation1.phpt8 * Description: Write/Create a file with contents data and return the number of bytes written
/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlentities19.phpt6 "\x41\xC2\x3E\x42", // Unicode TR #36, 3.1.1; do not consume valid successor bytes
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregint.h373 #define BBUF_WRITE(buf,pos,bytes,n) do{\ argument
376 xmemcpy((buf)->p + (pos), (bytes), (n));\
387 #define BBUF_ADD(buf,bytes,n) BBUF_WRITE((buf),(buf)->used,(bytes),(n)) argument
410 #define BBUF_INSERT(buf,pos,bytes,n) do {\ argument
412 BBUF_WRITE(buf,pos,bytes,n);\
416 xmemcpy((buf)->p + (pos), (bytes), (n));\
/PHP-5.5/Zend/tests/generators/errors/
H A Dserialize_unserialize_error.phpt38 Notice: unserialize(): Error at offset 19 of 20 bytes in %sserialize_unserialize_error.php on line …
/PHP-5.5/ext/phar/tests/tar/
H A Dbadalias.phpt24 phar error: tar-based phar "%sbadalias5.phar.tar" has alias that is larger than 511 bytes, cannot p…
/PHP-5.5/ext/gd/tests/
H A Dimagejpeg_nullbyte_injection.phpt37 Warning: imagejpeg(): Invalid 2nd parameter, filename must not contain null bytes in %s on line %d
H A Dimagepng_nullbyte_injection.phpt37 Warning: imagepng(): Invalid 2nd parameter, filename must not contain null bytes in %s on line %d
H A Dimagewbmp_nullbyte_injection.phpt37 Warning: imagewbmp(): Invalid 2nd parameter, filename must not contain null bytes in %s on line %d

Completed in 52 milliseconds

123456789