Home
last modified time | relevance | path

Searched refs:bytes (Results 126 – 150 of 207) sorted by relevance

123456789

/PHP-5.5/ext/standard/tests/file/
H A Dfwrite_basic-win32.phpt14 If the length arquement is given,writing will stop after length bytes have been
16 fwrite() returns the number of bytes written or FALSE on error
49 // writing 100 bytes
55 // trying to write more than the available data, available 1024 bytes but trying 2048
H A Dfwrite_basic.phpt14 If the length arquement is given,writing will stop after length bytes have been
16 fwrite() returns the number of bytes written or FALSE on error
49 // writing 100 bytes
55 // trying to write more than the available data, available 1024 bytes but trying 2048
H A Ddisk_total_space_error-win32.phpt13 * will return the total number of bytes on the corresponding
H A Dfile_put_contents_variation6.phpt8 * Description: Write/Create a file with contents data and return the number of bytes written
H A Dfwrite_variation2-win32.phpt14 If the length arquement is given,writing will stop after length bytes have been
16 fwrite() returns the number of bytes written or FALSE on error
57 /*overwrite first 400 bytes in the file*/
H A Dfwrite_variation2.phpt14 If the length arquement is given,writing will stop after length bytes have been
16 fwrite() returns the number of bytes written or FALSE on error
57 /*overwrite first 400 bytes in the file*/
H A Dfile_put_contents_variation9.phpt13 * Description: Write/Create a file with contents data and return the number of bytes written
H A Dfwrite_error.phpt8 If the length arquement is given,writing will stop after length bytes have been
10 fwrite() returns the number of bytes written or FALSE on error
H A Ddisk_free_space_basic.phpt14 * will return the number of bytes available on the corresponding
H A Ddisk_free_space_error.phpt13 * return the number of bytes available on the corresponding
H A Dfseek_ftell_rewind_variation7.phpt39 ,7,"bytes",".tmp"); //create a file with 512 bytes size
53 // by 10 bytes because of holes
H A Ddisk_free_space_error-win32.phpt13 * return the number of bytes available on the corresponding
H A D007_variation10.phpt25 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 10, "bytes");
H A D007_variation18.phpt25 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 18, "bytes");
H A D007_variation2.phpt25 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 2, "bytes");
H A Dfwrite_variation1-win32.phpt14 If the length arquement is given,writing will stop after length bytes have been
16 fwrite() returns the number of bytes written or FALSE on error
/PHP-5.5/ext/hash/
H A Dhash.c895 int bytes; in PHP_FUNCTION() local
904 bytes = (int)l_bytes; in PHP_FUNCTION()
905 if (bytes <= 0){ in PHP_FUNCTION()
929 int times = bytes / block_size; in PHP_FUNCTION()
930 if (bytes % block_size != 0) times++; in PHP_FUNCTION()
950 RETVAL_STRINGL(key, bytes, 1); in PHP_FUNCTION()
951 memset(key, 0, bytes); in PHP_FUNCTION()
1171 ZEND_ARG_INFO(0, bytes)
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_error_002.phpt46 Notice: unserialize(): Error at offset 0 of 27 bytes in %s%eserialization_error_002.php on line 20
/PHP-5.5/
H A DREADME.PARAMETER_PARSING_API65 p - valid path (string without null bytes in the middle) and its length (char*, int)
67 s - string (with possible null bytes) and its length (char*, int)
91 OSes (int is 4 bytes and long is 8 bytes), so make sure you pass longs to "l"
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_encrypt_3des_ecb.phpt23 // tripledes uses keys upto 192 bits (24 bytes)
H A Dmcrypt_rijndael128_128BitKey.phpt33 // keys upto 128 bits (16 bytes)
40 // rijndael128 is a block cipher of 128 bits (16 bytes)
/PHP-5.5/ext/oci8/tests/
H A Dlob_031.phpt2 Test LOB->read(), LOB->seek() and LOB->tell() with nul bytes in data
/PHP-5.5/build/
H A Dshtool483 bytes=`echo '\1' | wc -c | awk '{ printf("%s", $1); }'`
484 if [ ".$bytes" != .3 ]; then
485 bytes=`echo -E '\1' | wc -c | awk '{ printf("%s", $1); }'`
486 if [ ".$bytes" = .3 ]; then
493 bytes=`echo -n 123 2>/dev/null | wc -c | awk '{ printf("%s", $1); }'`
494 if [ ".$bytes" = .3 ]; then
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_debug.phpt41 printf("[004] Trace file '%s' is very small. filesize() reports only %d bytes. Please check.\n",
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_line_nb.phpt15 * length bytes have been read, the string specified by ending is found, EOF.

Completed in 34 milliseconds

123456789