[PHP-DEV] PHP 4.0 Bug #9301 Updated: Having an array and other variables as parameters to a fonction

2001-02-18 Thread sniper

ID: 9301
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Duplicate
Status: Bogus
Bug Type: Arrays related
Assigned To: 
Comments:



Previous Comments:
---

[2001-02-16 10:52:22] [EMAIL PROTECTED]
Hi.

function search_query($mot_recherche, $champs_de_recherche, $mot_complet = "") {
  if (empty($mot_complet)) $nouveau_mot_recherche = split
(" ",$mot_recherche);
  else $nouveau_mot_recherche = $mot_recherche;
  $m = "";
  for($i=0; $ihttp://bugs.php.net/?id=9301&edit=2


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] PHP 4.0 Bug #9301 Updated: Having an array and other variables as parameters to a fonction

2001-02-16 Thread hholzgra

ID: 9301
Updated by: hholzgra
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Duplicate
Bug Type: Arrays related
Assigned To: 
Comments:



Previous Comments:
---

[2001-02-16 10:52:22] [EMAIL PROTECTED]
Hi.

function search_query($mot_recherche, $champs_de_recherche, $mot_complet = "") {
  if (empty($mot_complet)) $nouveau_mot_recherche = split
(" ",$mot_recherche);
  else $nouveau_mot_recherche = $mot_recherche;
  $m = "";
  for($i=0; $ihttp://bugs.php.net/?id=9301&edit=2


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]