|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-01-26 11:35 UTC] cynic@php.net
[2001-03-16 16:36 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 20:00:01 2025 UTC |
php 4.0.4pl1 <? $aa = "abc ?? cde"; if (ereg ("~",$aa)) { echo "found!!"; } else { echo "not found"; } ?> this script don't work properly.