Home
last modified time | relevance | path

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

12345678

/PHP-5.4/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.
/PHP-5.4/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 D007_variation11-win32.phpt31 create_files($file_path, 1, "text_with_new_line", 0755, 20, "wt", "007_variation", 11, "bytes");
51 …//Check for size of existing data file after opening the file in "wt" mode again, expected: 0 bytes
H A D007_variation19.phpt26 create_files($file_path, 1, "text_with_new_line", 0755, 20, "wb", "007_variation", 19, "bytes");
46 …//Check for size of existing data file after opening the file in "wb" mode again, expected: 0 bytes
H A D007_variation3.phpt26 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 3, "bytes");
46 … //Check for size of existing data file after opening the file in "w" mode again, expected: 0 bytes
H A D007_variation4.phpt26 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 4, "bytes");
46 …//Check for size of existing data file after opening the file in "w+" mode again, expected: 0 bytes
H A Dfilesize_variation2-win32.phpt12 Description : Returns the size of the file in bytes, or FALSE
46 fwrite($file_handle, str_repeat("Hello,World ", 1000) ); // create file of size 12000 bytes
H A Dfilesize_variation2.phpt12 Description : Returns the size of the file in bytes, or FALSE
46 fwrite($file_handle, str_repeat("Hello,World ", 1000) ); // create file of size 12000 bytes
/PHP-5.4/ext/mcrypt/tests/
H A Dmcrypt_cbc_3des_decrypt.phpt24 // tripledes uses keys upto 192 bits (24 bytes)
37 // tripledes is a block cipher of 64 bits (8 bytes)
/PHP-5.4/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.4/ext/curl/tests/
H A Dbug65458.phpt19 // $preclose - $init has a delta in the order of bytes, not megabytes. Given
/PHP-5.4/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.4/ext/hash/
H A Dhash.c758 int bytes; in PHP_FUNCTION() local
767 bytes = (int)l_bytes; in PHP_FUNCTION()
768 if (bytes <= 0){ in PHP_FUNCTION()
792 int times = bytes / block_size; in PHP_FUNCTION()
793 if (bytes % block_size != 0) times++; in PHP_FUNCTION()
813 RETVAL_STRINGL(key, bytes, 1); in PHP_FUNCTION()
814 memset(key, 0, bytes); in PHP_FUNCTION()
1025 ZEND_ARG_INFO(0, bytes)
/PHP-5.4/ext/gd/tests/
H A Dimagejpeg_nullbyte_injection.phpt36 Warning: imagejpeg(): Invalid 2nd parameter, filename must not contain null bytes in %s on line %d
H A Dimagepng_nullbyte_injection.phpt36 Warning: imagepng(): Invalid 2nd parameter, filename must not contain null bytes in %s on line %d
H A Dimagewbmp_nullbyte_injection.phpt36 Warning: imagewbmp(): Invalid 2nd parameter, filename must not contain null bytes in %s on line %d
H A Dimagewebp_nullbyte_injection.phpt36 Warning: imagewebp(): Invalid 2nd parameter, filename must not contain null bytes in %s on line %d
H A Dimagegif_nullbyte_injection.phpt36 Warning: imagegif(): Invalid 2nd parameter, filename must not contain null bytes in %s on line %d
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregint.h481 #define BBUF_WRITE(buf,pos,bytes,n) do{\ argument
484 xmemcpy((buf)->p + (pos), (bytes), (n));\
495 #define BBUF_ADD(buf,bytes,n) BBUF_WRITE((buf),(buf)->used,(bytes),(n)) argument
518 #define BBUF_INSERT(buf,pos,bytes,n) do {\ argument
520 BBUF_WRITE(buf,pos,bytes,n);\
524 xmemcpy((buf)->p + (pos), (bytes), (n));\

Completed in 63 milliseconds

12345678