Home
last modified time | relevance | path

Searched refs:bytes (Results 101 – 125 of 187) sorted by relevance

12345678

/PHP-5.3/ext/standard/tests/file/
H A D007_variation20.phpt26 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 20, "bytes");
46 …/Check for size of existing data file after opening the file in "w+b" mode again, expected: 0 bytes
H A Dfile_put_contents_variation4.phpt8 * Description: Write/Create a file with contents data and return the number of bytes written
H A Ddisk_total_space_error.phpt13 * will return the total number of bytes on the corresponding
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.phpt10 * 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 Ddisk_total_space_variation.phpt8 * will return the total number of bytes on the corresponding
H A Ddisk_free_space_variation.phpt8 * will 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
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_debug_ini.phpt42 printf("[004] Trace file '%s' is very small. filesize() reports only %d bytes. Please check.\n",
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt68 Warning: mysqli_stmt_send_long_data(): Skipped %d bytes. Last command STMT_SEND_LONG_DATA hasn't co…
70 …ta. You have to increase it or send smaller chunks of data. Answer was %d bytes long. in %s on lin…
H A Dmysqli_debug.phpt41 printf("[004] Trace file '%s' is very small. filesize() reports only %d bytes. Please check.\n",
/PHP-5.3/ext/mcrypt/tests/
H A Dmcrypt_rijndael128_128BitKey.phpt33 // keys upto 128 bits (16 bytes)
40 // rijndael128 is a block cipher of 128 bits (16 bytes)
H A Dmcrypt_encrypt_3des_ecb.phpt23 // tripledes uses keys upto 192 bits (24 bytes)
/PHP-5.3/ext/oci8/tests/
H A Dlob_031.phpt2 Test LOB->read(), LOB->seek() and LOB->tell() with nul bytes in data
/PHP-5.3/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.3/ext/pcre/pcrelib/
H A DHACKING84 actually only ever using a few hundred bytes of working memory, and without too
141 The compiled form of a pattern is a vector of units (bytes in 8-bit mode, or
148 within the compiled pattern. LINK_SIZE always specifies a number of bytes. The
155 always just two bytes long (one short in 16-bit mode).
320 OP_REF (caseful) or OP_REFI (caseless) is followed by two bytes (one short)
342 four bytes (two shorts) of data, comprising the minimum and maximum repeat
363 A bracket opcode is followed by LINK_SIZE bytes which give the offset to the
365 OP_KET opcode. Each OP_ALT is followed by LINK_SIZE bytes giving the offset to
372 followed by LINK_SIZE bytes giving (as a positive number) the offset back to
438 subpattern using the opcode OP_CREF followed by two bytes (one short)
/PHP-5.3/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 43 milliseconds

12345678