mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Updated die as per bug #3546, would someone close that bug for me.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@20109 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f9799e4dc0
commit
3a5fff993c
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ echo CONSTANT; // outputs "Hello world."
|
|||
<?php
|
||||
$filename = '/path/to/data-file';
|
||||
$file = fopen ($filename, 'r')
|
||||
or die "unable to open file ($filename)";
|
||||
or die("unable to open file ($filename)");
|
||||
?>
|
||||
</programlisting>
|
||||
</example>
|
||||
|
|
Loading…
Reference in a new issue