ID:               47465
 Updated by:       [email protected]
 Reported By:      mcs_sohail at yahoo dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         PHP options/info functions
 Operating System: windows and linux both
 PHP Version:      5.2.8
 New Comment:

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

.


Previous Comments:
------------------------------------------------------------------------

[2009-02-20 16:01:44] mcs_sohail at yahoo dot com

Description:
------------
functions in php are not working as they should perform.
like i define a function 

function abc($param1,$param2){
   // some code here
   echo "abc Function Calling";
}

then i made a function call 
abc($temp_param1,$temp_param2,$temp_param3);

It is calling the above function but i think it should show some
errors. 

Reproduce code:
---------------
function abc($param1,$param2){
// some code here
}

abc($temp_param1,$temp_param2,$temp_param3);

Expected result:
----------------
It should show some errors.

Actual result:
--------------
it is showing

abc Function Calling


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=47465&edit=1

Reply via email to