Home
last modified time | relevance | path

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

1234567891011

/PHP-7.2/ext/standard/tests/strings/
H A Dbug72663_3.phpt17 Notice: unserialize(): Error at offset 50 of 50 bytes in %sbug72663_3.php on line %d
/PHP-7.2/ext/standard/tests/general_functions/
H A Dbug44394.phpt2 Bug #44394 (Last two bytes missing from output)
H A Dbug44394_2.phpt2 Bug #44394 (Last two bytes missing from output) with session.use_trans_id
/PHP-7.2/ext/standard/tests/serialize/
H A Dbug74614.phpt12 Notice: unserialize(): Error at offset %d of 113 bytes in %s on line %d
H A Dbug71311.phpt9 Fatal error: Uncaught UnexpectedValueException: Error at offset 10 of 11 bytes in %s%ebug71311.php:2
H A Dbug75054.phpt11 Notice: unserialize(): Error at offset 43 of 145 bytes in %s on line %d
H A Dunserialize_leak.phpt16 Error at offset 24 of 113 bytes
H A Dbug70213.phpt18 Notice: unserialize(): Error at offset 4 of 4 bytes in %s on line %d
H A Dbug71313.phpt9 Fatal error: Uncaught UnexpectedValueException: Error at offset 82 of 113 bytes in %s%ebug71313.php…
/PHP-7.2/ext/standard/tests/file/
H A Dbug71287.phpt19 Warning: file_put_contents(): Only 7 of 9 bytes written, possibly out of free disk space in %sbug71…
H A Dbug27619.phpt9 /* Echo out the first four bytes 'this' without applying filter
H A Dbug68532.phpt2 Bug #68532: convert.base64-encode omits padding bytes
/PHP-7.2/ext/mbstring/tests/
H A Dzend_multibyte-09.phpt12 // back to UTF-8. There should be only a pair of consecutive bytes that is
/PHP-7.2/ext/ftp/tests/
H A Dftp_alloc_basic2.phpt23 string(20) "1024 bytes allocated"
/PHP-7.2/ext/standard/tests/image/
H A Dbug72278.phpt15 Warning: getimagesize(): corrupt JPEG data: 3 extraneous bytes before marker in %s%ebug72278.php on…
/PHP-7.2/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation2.phpt26 echo "\n\nRead 20 bytes from the file:\n";
92 Read 20 bytes from the file:
H A Dstream_get_meta_data_socket_variation1.phpt26 echo "\n\nRead 3 bytes of data from the client:\n";
78 Read 3 bytes of data from the client:
/PHP-7.2/ext/shmop/
H A Dshmop.c234 int bytes; in PHP_FUNCTION() local
256 bytes = count ? count : shmop->size - start; in PHP_FUNCTION()
258 return_string = zend_string_init(startaddr, bytes, 0); in PHP_FUNCTION()
/PHP-7.2/ext/standard/
H A Dphp_random.h42 PHPAPI int php_random_bytes(void *bytes, size_t size, zend_bool should_throw);
/PHP-7.2/ext/pcre/tests/
H A Dbug66121.phpt2 Bug #66121 - UTF-8 lookbehinds match bytes instead of characters
/PHP-7.2/ext/dom/tests/
H A DDOMDocument_saveHTMLFile_invalid_filename.phpt22 $bytes = $doc->saveHTMLFile($filename);
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregint.h351 #define BBUF_WRITE(buf,pos,bytes,n) do{\ argument
354 xmemcpy((buf)->p + (pos), (bytes), (n));\
365 #define BBUF_ADD(buf,bytes,n) BBUF_WRITE((buf),(buf)->used,(bytes),(n)) argument
388 #define BBUF_INSERT(buf,pos,bytes,n) do {\ argument
390 BBUF_WRITE(buf,pos,bytes,n);\
394 xmemcpy((buf)->p + (pos), (bytes), (n));\
/PHP-7.2/ext/zlib/tests/
H A Dbug_34821.phpt8 // test 50 bytes to 50k
H A Dgzseek_variation1.phpt17 //seek forwards 20 bytes.
/PHP-7.2/ext/phar/tests/
H A Dbug77586.phpt2 Bug #77586 Symbolic link names in tar-formatted phar must be less than 100 bytes.

Completed in 32 milliseconds

1234567891011