mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Add parsekit to manual.xml.in and fix a few syntax errors in new function files.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167323 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
153fd35c51
commit
de31a9ff65
3 changed files with 6 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.parsekit-compile-file">
|
||||
<refnamediv>
|
||||
<refname>parsekit_compile_file</refname>
|
||||
|
@ -63,6 +63,7 @@
|
|||
<example>
|
||||
<title><function>parsekit_compile_file</function> example</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
var_dump(parsekit_compile_file('hello_world.php', $errors, PARSEKIT_SIMPLE));
|
||||
]]>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.parsekit-compile-string">
|
||||
<refnamediv>
|
||||
<refname>parsekit_compile_string</refname>
|
||||
|
@ -62,7 +62,7 @@
|
|||
<example>
|
||||
<title><function>parsekit_compile_string</function> example</title>
|
||||
<programlisting role="php">
|
||||
<?php
|
||||
<![CDATA[
|
||||
<?php
|
||||
$ops = parsekit_compile_string('
|
||||
echo "Foo\n";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.parsekit-func-arginfo">
|
||||
<refnamediv>
|
||||
<refname>parsekit_func_arginfo</refname>
|
||||
|
@ -41,6 +41,7 @@
|
|||
<example>
|
||||
<title><function>parsekit_func_arginfo</function> example</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
function foo($bar, stdClass $baz, &$bomb, $bling = false) {
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue