Ver Mensaje Individual
  #12 (permalink)  
Antiguo 27/05/2009, 08:05
jovanale
 
Fecha de Ingreso: marzo-2009
Mensajes: 96
Antigüedad: 15 años, 1 mes
Puntos: 0
La versiòn que uso de php es la 4.2.1, cuando use var dump me produjo un monton de errores:

Cita:
object(parformat)(1) { ["alignment"]=> string(3) "\qc" } string(9) "ParFormat" object(parformat)(1) { ["alignment"]=> string(3) "\qc" } string(9) "ParFormat" object(font)(4) { ["size"]=> int(12) ["font"]=> string(0) "" ["fontColor"]=> string(0) "" ["backColor"]=> string(0) "" } string(4) "Font"
Warning: Cannot add header information - headers already sent by (output started at c:\apache\htdocs\rtf\Container.php:129) in c:\apache\htdocs\rtf\Rtf.php on line 379

Warning: Cannot add header information - headers already sent by (output started at c:\apache\htdocs\rtf\Container.php:129) in c:\apache\htdocs\rtf\Rtf.php on line 380

Warning: Cannot add header information - headers already sent by (output started at c:\apache\htdocs\rtf\Container.php:129) in c:\apache\htdocs\rtf\Rtf.php on line 381

Warning: Cannot add header information - headers already sent by (output started at c:\apache\htdocs\rtf\Container.php:129) in c:\apache\htdocs\rtf\Rtf.php on line 382

Warning: Cannot add header information - headers already sent by (output started at c:\apache\htdocs\rtf\Container.php:129) in c:\apache\htdocs\rtf\Rtf.php on line 383
{\rtf\ansi\deff0 \r\n{\fonttbl{\f0 Times new Roman;}} {\colortbl;\red0\green0\blue0;} {\info } \deftab1298 \paperw11907 \paperh16443 \margl1701 \margr1701 \margt567 \margb1134 {\i Hello \b World\b0 \i0 .} }
Puse instanceof y ahora me muestra el siguiente error:

Cita:
Fatal error: Failed opening required 'Practica/rtf/Rtf.php' (include_path='.;c:\apache\php\pear') in c:\apache\htdocs\practica\hello_world.php on line 3

Última edición por GatorV; 27/05/2009 a las 09:05