sander Mon Apr 8 09:43:53 2002 EDT
Modified files:
/phpdoc/en/functions regex.xml
Log:
Fixed the only line of perl-code in the PHP manual
Index: phpdoc/en/functions/regex.xml
diff -u phpdoc/en/functions/regex.xml:1.41 phpdoc/en/functions/regex.xml:1.42
--- phpdoc/en/functions/regex.xml:1.41 Thu Mar 21 05:17:55 2002
+++ phpdoc/en/functions/regex.xml Mon Apr 8 09:43:53 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.41 $ -->
+<!-- $Revision: 1.42 $ -->
<reference id="ref.regex">
<title>Regular Expression Functions (POSIX Extended)</title>
<titleabbrev>Regexps</titleabbrev>
@@ -413,7 +413,7 @@
</para>
<para>
- For users looking for a way to emulate Perl's <command>$chars =
+ For users looking for a way to emulate Perl's <command>@chars =
split('', $str)</command> behaviour, please see the examples for
<function>preg_split</function>.
</para>