|
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] sander@php.net
[2002-07-09 06:34 UTC] john at scl dot co dot uk
[2002-07-09 08:04 UTC] sniper@php.net
[2002-09-24 11:42 UTC] iliaa@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 20:00:01 2025 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'