Home
last modified time | relevance | path

Searched refs:bytes (Results 176 – 200 of 315) sorted by relevance

12345678910>>...13

/PHP-8.0/ext/standard/
H A Dphp_random.h37 PHPAPI int php_random_bytes(void *bytes, size_t size, zend_bool should_throw);
/PHP-8.0/ext/standard/tests/file/windows_links/
H A Dbug78862.phpt10 Fatal error: Uncaught ValueError: link(): Argument #1 ($target) must not contain any null bytes in …
/PHP-8.0/ext/dom/tests/
H A DDOMDocument_load_error6.phpt26 Path to document must not contain any null bytes
H A Dbug80268.phpt2 Bug #80268 (loadHTML() truncates at NUL bytes)
H A DDOMDocument_loadHTMLfile_error2.phpt29 DOMDocument::loadHTMLFile(): Argument #1 ($filename) must not contain any null bytes
/PHP-8.0/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-8.0/ext/standard/tests/file/
H A Dfwrite.phpt30 Notice: fwrite(): Write of 4 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A Dmkdir_rmdir_variation2.phpt63 mkdir(): Argument #1 ($directory) must not contain any null bytes
64 rmdir(): Argument #1 ($directory) must not contain any null bytes
H A D007_variation21.phpt14 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 21, "bytes");
44 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation5.phpt14 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 5, "bytes");
44 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
/PHP-8.0/ext/standard/tests/serialize/
H A Dtyped_property_ref_assignment_failure.phpt28 Notice: unserialize(): Error at offset 38 of 38 bytes in %s on line %d
H A Dbug68545.phpt8 Notice: unserialize(): Error at offset %d of %d bytes in %sbug68545.php on line %d
/PHP-8.0/ext/pcre/tests/
H A Dbug66121.phpt2 Bug #66121 - UTF-8 lookbehinds match bytes instead of characters
/PHP-8.0/ext/zend_test/tests/
H A Dbug81435.phpt43 Fatal error: Allowed memory size of 20971520 bytes exhausted %s in %s on line %d
H A Dobserver_bug81430_2.phpt33 Fatal error: Allowed memory size of %d bytes exhausted %s in %s on line %d
/PHP-8.0/ext/shmop/
H A Dshmop.c230 int bytes; in PHP_FUNCTION() local
250 bytes = count ? count : shmop->size - start; in PHP_FUNCTION()
252 return_string = zend_string_init(startaddr, bytes, 0); in PHP_FUNCTION()
/PHP-8.0/ext/zlib/tests/
H A Dbug_34821.phpt8 // test 50 bytes to 50k
H A Dgzseek_variation1.phpt17 //seek forwards 20 bytes.
/PHP-8.0/ext/standard/tests/general_functions/
H A Dbug44394_2.phpt2 Bug #44394 (Last two bytes missing from output) with session.use_trans_id
/PHP-8.0/ext/standard/tests/image/
H A Dbug70096.phpt2 Bug #70096 (Repeated iptcembed() adds superfluous FF bytes)
/PHP-8.0/ext/spl/tests/
H A Dbug78863.phpt19 …DirectoryIterator::__construct(): Argument #1 ($directory) must not contain any null bytes in %s:%d
/PHP-8.0/ext/phar/tests/
H A Dbug77586.phpt2 Bug #77586 Symbolic link names in tar-formatted phar must be less than 100 bytes.
/PHP-8.0/ext/curl/tests/
H A Dbug65458.phpt19 // $preclose - $init has a delta in the order of bytes, not megabytes. Given
/PHP-8.0/ext/fileinfo/tests/
H A Dfinfo_file_basic.phpt28 finfo_file(): Argument #1 ($finfo) must not contain any null bytes

Completed in 35 milliseconds

12345678910>>...13