Invalid example

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@182276 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2005-03-17 07:47:58 +00:00
parent 519a185020
commit 62af290aad

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.8 $ -->
<!-- $Revision: 1.9 $ -->
<refentry id="function.token-get-all">
<refnamediv>
<refname>token_get_all</refname>
@ -54,7 +54,6 @@
<programlisting role="php">
<![CDATA[
<?php
$tokens = token_get_all('<?php'); // => array(array(T_OPEN_TAG, '<?'));
$tokens = token_get_all('<?php echo; ?>'); /* => array(
array(T_OPEN_TAG, '<?php'),
array(T_ECHO, 'echo'),