mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Invalid example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@182276 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
519a185020
commit
62af290aad
1 changed files with 1 additions and 2 deletions
|
@ -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'),
|
||||
|
|
Loading…
Reference in a new issue