aboutsummaryrefslogtreecommitdiffstats
path: root/addon/js_upload/file-uploader/tests/iframe-content-tests/text-html-large.php
blob: ac9682be98c2d38638c396eceff55b15db028e0a (plain) (blame)
1
2
3
4
5
6
<?php 
	header('Content-type: text/html');
	
	$data = str_repeat("a", 5000);
	 
	echo htmlspecialchars(json_encode($data), ENT_NOQUOTES);