mirror of
https://github.com/amix/vimrc
synced 2025-07-09 18:55:01 +08:00
Change Rainbow-parenthese plugin into Rainbow plugin.
This commit is contained in:
13
sources_non_forked/rainbow/tests/test.php
Normal file
13
sources_non_forked/rainbow/tests/test.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
if ($_FILES["file"]["error"] > 0)
|
||||
{
|
||||
echo "Error: " . $_FILES["file"]["error"] . "<br />";
|
||||
}
|
||||
else
|
||||
{
|
||||
echo "Size: " . ($_FILES["file"]["size"] / 1024) . " Kb<br />";
|
||||
}
|
||||
?>
|
||||
<html>
|
||||
hello (world)
|
||||
</html>
|
Reference in New Issue
Block a user