svn: /phpdoc/ja/trunk/reference/info/functions/ assert-options.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Sun, 09 Feb 2020 11:15:09 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349188
Log:
Typo
Changed paths:
U phpdoc/ja/trunk/reference/info/functions/assert-options.xml
Modified: phpdoc/ja/trunk/reference/info/functions/assert-options.xml
===================================================================
--- phpdoc/ja/trunk/reference/info/functions/assert-options.xml 2020-02-09 11:13:15 UTC (rev 349187)
+++ phpdoc/ja/trunk/reference/info/functions/assert-options.xml 2020-02-09 11:15:09 UTC (rev 349188)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 348468 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 349184 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: takagi,mumumu -->
<refentry xml:id="function.assert-options" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -169,7 +169,7 @@
// 処理を行う関数です
function assert_failure($file, $line, $assertion, $message)
{
- echo "The assertion $assertion in $file on line $line has failed: $message';
+ echo "The assertion $assertion in $file on line $line has failed: $message";
}
// これがテスト関数です