|
|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-06-25 07:02 UTC] [email protected]
[2002-07-09 06:34 UTC] john at scl dot co dot uk
[2002-07-09 08:04 UTC] [email protected]
[2002-09-24 11:42 UTC] [email protected]
|
|||||||||||||||||||||||||||
|
All rights reserved. |
Last updated: Wed Jan 28 04:00:02 2026 UTC |
<? echo ereg_replace("^(a*)",'\1','a')."\n"; echo ereg_replace("^(a*)",'\1','b')."\n"; echo ereg_replace("^(a)*",'\1','a')."\n"; echo ereg_replace("^(a)*",'\1','b')."\n"; ?> produces: a b a \1b should produce: a b a b './configure' '--with-apxs=/usr/sbin/apxs' '--with-config-file-path=/usr/lib' '--with-curl' '--with-pdflib=shared' '--with-mcrypt' '--with-pcre' '--with-dom' '--with-pear' '--with-xml=shared' '--with-zlib-dir=/usr' '--prefix=/usr' '--enable-debug=no' '--enable-safe-mode' '--with-exec-dir=/usr/bin' '--with-mysql=/usr' '--with-regex=system'