summaryrefslogtreecommitdiff
path: root/ext/gd/tests/imagedashedline_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/imagedashedline_basic.phpt')
-rw-r--r--ext/gd/tests/imagedashedline_basic.phpt8
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/gd/tests/imagedashedline_basic.phpt b/ext/gd/tests/imagedashedline_basic.phpt
index bc87c465c6..258eabf854 100644
--- a/ext/gd/tests/imagedashedline_basic.phpt
+++ b/ext/gd/tests/imagedashedline_basic.phpt
@@ -7,14 +7,6 @@ imagedashedline()
--FILE--
<?php
-/* Prototype : bool imagedashedline ( resource $image , int $x1 , int $y1 , int $x2 , int $y2 , int $color )
- * Description: Draws a dashed line.
- * This function is deprecated. Use combination of imagesetstyle() and imageline() instead.
- * Source code: ext/standard/image.c
- * Alias to functions:
- */
-
-
echo "Simple test of imagedashedline() function\n";
$dest = dirname(realpath(__FILE__)) . '/imagedashedline.png';