diff --git a/caca-php/examples/cacainfo.php b/caca-php/examples/cacainfo.php index 54025b0..7569524 100755 --- a/caca-php/examples/cacainfo.php +++ b/caca-php/examples/cacainfo.php @@ -63,3 +63,5 @@ $list = caca_get_font_list(); foreach($list as $name) echo "* $name\n"; echo "\n"; + +?> diff --git a/caca-php/examples/cacapig.php b/caca-php/examples/cacapig.php index b1e7329..baa72f4 100755 --- a/caca-php/examples/cacapig.php +++ b/caca-php/examples/cacapig.php @@ -66,3 +66,4 @@ while (!caca_get_event($display, CACA_EVENT_KEY_PRESS)) { $iy = -$iy; } +?> diff --git a/caca-php/examples/demo.php b/caca-php/examples/demo.php index d9756a4..847b72c 100644 --- a/caca-php/examples/demo.php +++ b/caca-php/examples/demo.php @@ -366,3 +366,5 @@ function demo_render($cv, $bounds, $outline, $dithering) { main(); + +?> diff --git a/caca-php/examples/dithering.php b/caca-php/examples/dithering.php index 75b84d1..9d92782 100755 --- a/caca-php/examples/dithering.php +++ b/caca-php/examples/dithering.php @@ -19,6 +19,4 @@ caca_refresh_display($display); sleep(5); - - - +?> diff --git a/caca-php/examples/figfont.php b/caca-php/examples/figfont.php index 57ecc93..cd6cbb8 100755 --- a/caca-php/examples/figfont.php +++ b/caca-php/examples/figfont.php @@ -33,4 +33,4 @@ foreach ($chars as $c) { echo caca_export_string($cv, "utf8"); - +?> diff --git a/caca-php/examples/polyline.php b/caca-php/examples/polyline.php index def096b..ce824c0 100755 --- a/caca-php/examples/polyline.php +++ b/caca-php/examples/polyline.php @@ -40,3 +40,4 @@ caca_put_str($canvas, 1, 1, "Caca forever..."); caca_refresh_display($display); sleep(5); +?> diff --git a/caca-php/examples/text.php b/caca-php/examples/text.php index 7d9d5da..31fd869 100755 --- a/caca-php/examples/text.php +++ b/caca-php/examples/text.php @@ -58,5 +58,4 @@ echo caca_export_string($cv, "utf8"); caca_rotate_left($cv); echo caca_export_string($cv, "utf8"); - - +?>