cvs: phpweb / error.php
[email protected] ("Philip Olson")
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <cvsphilip1201799547@cvsserver> |
philip Thu Jan 31 17:12:27 2008 UTC
Modified files:
/phpweb error.php
Log:
Alias php.net/clone to language.oop5.cloning (bug #43975)
http://cvs.php.net/viewvc.cgi/phpweb/error.php?r1=1.76&r2=1.77&diff_format=u
Index: phpweb/error.php
diff -u phpweb/error.php:1.76 phpweb/error.php:1.77
--- phpweb/error.php:1.76 Sat Dec 29 01:29:26 2007
+++ phpweb/error.php Thu Jan 31 17:12:27 2008
@@ -1,6 +1,6 @@
<?php
-// $Id: error.php,v 1.76 2007/12/29 01:29:26 bjori Exp $
+// $Id: error.php,v 1.77 2008/01/31 17:12:27 philip Exp $
/*
@@ -293,6 +293,7 @@
"class" => "language.oop5.basic",
"new" => "language.oop5.basic",
"extends" => "language.oop5.basic",
+ "clone" => "language.oop5.cloning",
"construct" => "language.oop5.decon",
"destruct" => "language.oop5.decon",
"public" => "language.oop5.visibility",