Home
last modified time | relevance | path

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

1234567891011

/PHP-7.3/ext/dom/tests/
H A DDOMDocument_saveHTMLFile_invalid_filename.phpt22 $bytes = $doc->saveHTMLFile($filename);
/PHP-7.3/ext/standard/tests/serialize/
H A Dbug70963.phpt29 Notice: unserialize(): Error at offset %d of %d bytes in %sbug70963.php on line 3
H A Dbug68545.phpt9 Notice: unserialize(): Error at offset %d of %d bytes in %sbug68545.php on line %d
/PHP-7.3/ext/zlib/tests/
H A Dbug_34821.phpt8 // test 50 bytes to 50k
H A Dgzseek_variation1.phpt17 //seek forwards 20 bytes.
H A Dgzseek_basic2.phpt18 //seek forwards 20 bytes.
H A Dgzseek_variation4.phpt18 //seek forwards 20 bytes.
H A Dgzseek_variation5.phpt18 //seek forwards 20 bytes.
/PHP-7.3/ext/standard/tests/general_functions/
H A Dbug44394_2.phpt2 Bug #44394 (Last two bytes missing from output) with session.use_trans_id
/PHP-7.3/ext/shmop/
H A Dshmop.c238 int bytes; in PHP_FUNCTION() local
260 bytes = count ? count : shmop->size - start; in PHP_FUNCTION()
262 return_string = zend_string_init(startaddr, bytes, 0); in PHP_FUNCTION()
/PHP-7.3/ext/phar/tests/
H A Dbug77586.phpt2 Bug #77586 Symbolic link names in tar-formatted phar must be less than 100 bytes.
/PHP-7.3/ext/standard/tests/image/
H A Dbug70096.phpt2 Bug #70096 (Repeated iptcembed() adds superfluous FF bytes)
/PHP-7.3/ext/curl/tests/
H A Dbug65458.phpt19 // $preclose - $init has a delta in the order of bytes, not megabytes. Given
/PHP-7.3/ext/openssl/tests/
H A Dbug74159.phpt99 printf("Written %%d bytes\n", $total);
126 Written 1048575 bytes
/PHP-7.3/ext/standard/tests/file/
H A Dfread_error.phpt7 Description: reads up to length bytes from the file pointer referenced by handle.
8 Reading stops when up to length bytes have been read, EOF (end of file) is
10 opening userspace stream) when 8192 bytes have been read whichever comes first.
H A Dfilesize_basic.phpt7 * Description: Returns the size of the file in bytes, or FALSE
H A Dfilesize_variation5.phpt9 * Description : Returns the size of the file in bytes, or FALSE
H A Dfilesize_variation1-win32-mb.phpt12 Description : Returns the size of the file in bytes, or FALSE
H A Dfilesize_variation1-win32.phpt12 Description : Returns the size of the file in bytes, or FALSE
H A Dfile_put_contents_variation1.phpt8 * Description: Write/Create a file with contents data and return the number of bytes written
/PHP-7.3/ext/standard/tests/strings/
H A Dhtmlentities19.phpt6 "\x41\xC2\x3E\x42", // Unicode TR #36, 3.1.1; do not consume valid successor bytes
H A Dbug72433.phpt22 Notice: unserialize(): Error at offset %d of %d bytes in %sbug72433.php on line 8
/PHP-7.3/ext/standard/tests/dir/
H A Ddir_bug73971.phpt17 var_dump(basename($filename)); // 432 bytes here, more than 256
/PHP-7.3/Zend/tests/generators/errors/
H A Dserialize_unserialize_error.phpt38 Notice: unserialize(): Error at offset 19 of 20 bytes in %sserialize_unserialize_error.php on line …
/PHP-7.3/ext/phar/tests/tar/
H A Dbadalias.phpt24 phar error: tar-based phar "%sbadalias5.phar.tar" has alias that is larger than 511 bytes, cannot p…

Completed in 28 milliseconds

1234567891011