Home
last modified time | relevance | path

Searched refs:bytes (Results 251 – 275 of 315) sorted by relevance

1...<<111213

/PHP-8.0/ext/standard/tests/file/
H A D007_variation14.phpt14 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 14, "bytes");
H A Dpopen_pclose_basic.phpt25 create_files($dirpath, 1, "text_with_new_line", 0755, 100, "w", "popen_basic", 1, "bytes");
H A Dfile_get_contents_variation8-win32.phpt73 ValueError: file_get_contents(): Argument #1 ($filename) must not contain any null bytes
H A Dtempnam_variation3-win32.phpt109 tempnam(): Argument #2 ($prefix) must not contain any null bytes
H A Dtempnam_variation3.phpt105 tempnam(): Argument #2 ($prefix) must not contain any null bytes
H A D007_variation23.phpt42 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation7.phpt42 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation15.phpt51 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A Dfilesize_variation2-win32.phpt40 fwrite($file_handle, str_repeat("Hello,World ", 1000) ); // create file of size 12000 bytes
H A Dfilesize_variation2.phpt40 fwrite($file_handle, str_repeat("Hello,World ", 1000) ); // create file of size 12000 bytes
H A Dglob_variation.phpt335 glob(): Argument #1 ($pattern) must not contain any null bytes
438 glob(): Argument #1 ($pattern) must not contain any null bytes
H A Dglob_variation-win32-mb.phpt333 glob(): Argument #1 ($pattern) must not contain any null bytes
436 glob(): Argument #1 ($pattern) must not contain any null bytes
H A Dglob_variation-win32.phpt332 glob(): Argument #1 ($pattern) must not contain any null bytes
435 glob(): Argument #1 ($pattern) must not contain any null bytes
H A Dtempnam_variation7-win32.phpt99 tempnam(): Argument #1 ($directory) must not contain any null bytes
H A Dtempnam_variation7.phpt104 tempnam(): Argument #1 ($directory) must not contain any null bytes
/PHP-8.0/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-8.0/ext/sodium/tests/
H A Dcrypto_box.phpt145 sodium_crypto_box(): Argument #3 ($key_pair) must be SODIUM_CRYPTO_BOX_KEYPAIRBYTES bytes long
/PHP-8.0/ext/dom/
H A Ddocument.c1381 int bytes, format, saveempty = 0; in PHP_METHOD() local
1407 bytes = xmlSaveFormatFileEnc(file, docp, NULL, format); in PHP_METHOD()
1411 if (bytes == -1) { in PHP_METHOD()
1414 RETURN_LONG(bytes); in PHP_METHOD()
1936 int bytes, format; in PHP_METHOD() local
1959 bytes = htmlSaveFileFormat(file, docp, encoding, format); in PHP_METHOD()
1961 if (bytes == -1) { in PHP_METHOD()
1964 RETURN_LONG(bytes); in PHP_METHOD()
/PHP-8.0/ext/hash/
H A Dhash.c1281 int bytes; in PHP_FUNCTION() local
1290 bytes = (int)l_bytes; in PHP_FUNCTION()
1291 if (bytes <= 0){ in PHP_FUNCTION()
1315 size_t times = bytes / block_size; in PHP_FUNCTION()
1317 if ((bytes % block_size) != 0) { in PHP_FUNCTION()
1339 RETVAL_STRINGL(key, bytes); in PHP_FUNCTION()
1340 ZEND_SECURE_ZERO(key, bytes); in PHP_FUNCTION()
/PHP-8.0/ext/zend_test/
H A Dtest_arginfo.h30 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, bytes, IS_LONG, 0, "3")
/PHP-8.0/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-opt64.c349 void fromWordToBytes(UINT8 *bytes, const UINT64 word) in fromWordToBytes() argument
354 bytes[i] = (word >> (8*i)) & 0xFF; in fromWordToBytes()
/PHP-8.0/ext/pdo_odbc/tests/
H A Dlong_columns.phpt58 // the driver reads columns in blocks of 255 bytes and then reassembles those blocks into a single …
84 printf("Expected %d bytes, got %d\n", strlen($expect), strlen($row['data']));
/PHP-8.0/ext/standard/tests/serialize/
H A D005.phpt157 Notice: unserialize(): Error at offset 19 of 20 bytes in %s005.php on line %d
/PHP-8.0/ext/phar/tests/
H A Dcreate_path_error.phpt81 Exception: Phar::offsetSet(): Argument #1 ($localName) must not contain any null bytes
H A Dphar_metadata_write3.phpt84 Notice: Phar::getMetadata(): Error at offset 34 of 59 bytes in %sphar_metadata_write3.php on line 39

Completed in 51 milliseconds

1...<<111213