mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
php -l exit code is 0 or -1 (bug #44020)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268503 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7a7f9756c9
commit
66911439c0
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.54 $ -->
|
||||
<!-- $Revision: 1.55 $ -->
|
||||
<chapter xml:id="features.commandline" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Using PHP from the command line</title>
|
||||
<para>
|
||||
|
@ -745,7 +745,7 @@ string(15) "doesntmakesense"
|
|||
<literal>0</literal>. On failure, the text <literal>Errors parsing
|
||||
<filename></literal> in addition to the internal parser error
|
||||
message is written to standard output and the shell return code is set
|
||||
to <literal>255</literal>.
|
||||
to <literal>-1</literal>.
|
||||
</para>
|
||||
<para>
|
||||
This option won't find fatal errors (like undefined functions). Use
|
||||
|
|
Loading…
Reference in a new issue