Andrei Zmievski wrote:
> Are you post-processing it somehow?

  No: <?php print_r(token_get_all('<?php phpinfo(); ?>'));?>

    Array
    (
        [0] => Array
            (
                [0] => 353
                [1] =>  Array
            (
                [0] => 304
                [1] => phpinfo
            )
    
        [2] => (
        [3] => )
        [4] => ;
        [5] => Array
            (
                [0] => 356
                [1] =>  
            )
    
        [6] => Array
            (
                [0] => 355
                [1] => ?>
            )
    
    )

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/                 http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to