ID:               12979
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         Unknown/Other Function
 Operating System: Win Nt 4 + Sp6
 PHP Version:      4.0.6
 New Comment:

Thank you for taking the time to report a problem with PHP.
Unfortunately your version of PHP is too old -- the problem
might already be fixed. Please download a new PHP
version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.




Previous Comments:
------------------------------------------------------------------------

[2001-08-27 10:39:27] [EMAIL PROTECTED]

My code 

<?
$handle = printer_open("HP");
printer_start_doc($handle, "My Document");
printer_start_page($handle);
for ($i=1;$i<63;$i++)
        {
        printer_draw_text($handle, "Line $i", 500, 50+$i*50);
        $a=0;
        }
printer_end_page($handle);
printer_end_doc($handle);
printer_close($handle);
?>

The result :

The printer give print all the line except Line 17, Line 34 And line
51...
It's very strange !!! 



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=12979&edit=1

Reply via email to