mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
add literal
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@186448 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
31771913cb
commit
6cd9c0c5c0
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.runkit-lint">
|
||||
<refnamediv>
|
||||
|
@ -17,7 +17,7 @@
|
|||
<para>
|
||||
The <function>runkit_lint</function> function performs a syntax (lint)
|
||||
check on the specified php code testing for scripting errors.
|
||||
This is similar to using php -l from the commandline except
|
||||
This is similar to using <literal>php -l</literal> from the commandline except
|
||||
<function>runkit_lint</function> accepts actual code rather than a filename.
|
||||
</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue