Changeset 27 for trunk/examples/engine_unserializer.php
- Timestamp:
- 01/10/06 11:11:01 (3 years ago)
- Files:
-
- trunk/examples/engine_unserializer.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/examples/engine_unserializer.php
r6 r27 34 34 $pretty =& new patXMLPretty; 35 35 36 // create the engine we want to use 36 37 $engine =& $pretty->createEngine( 'Unserializer' ); 38 39 // give patXMLPretty the engine to use 37 40 $pretty->setEngine( $engine ); 38 41 … … 43 46 } 44 47 45 echo $highlighted; 48 // display the highlighted source 49 displaySection( 'Highlighted source', $highlighted ); 46 50 47 51
