We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 771e88a commit c6249c9Copy full SHA for c6249c9
reference/array/functions/usort.xml
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- $Revision$ -->
3
-<!-- EN-Revision: 31cacb6f262f455c616094cfe6d09bc0d1df2748 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 14b55b8b4ba3a51b38cd3b1c360e21df632ca890 Maintainer: takagi Status: ready -->
4
<!-- CREDITS: hirokawa,shimooka -->
5
<refentry xml:id="function.usort" xmlns="http://docbook.org/ns/docbook">
6
<refnamediv>
@@ -163,7 +163,7 @@ $fruits[2]: lemons
163
class TestObj {
164
var $name;
165
166
- function TestObj($name)
+ function __construct($name)
167
{
168
$this->name = $name;
169
}
0 commit comments