* fixed a LOAD of mem-leaks
[m6w6/ext-http] / tests / 030_send_data.phpt
index 301d45fe7b72a7be6fdf9219d30ff32d161c98f0..8db55cfd5241c0aaa2bbde85357521f6bae1353f 100644 (file)
@@ -7,7 +7,7 @@ strncasecmp(PHP_SAPI, 'CLI', 3) or die('cannot run tests with CLI');
 ?>
 --FILE--
 <?php
-http_content_type('text/plain');
+http_send_content_type('text/plain');
 http_send_data(str_repeat('123abc', 1));
 ?>
 --EXPECTREGEX--