Click here to Skip to main content
15,881,413 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi
file test.php is :
?php define(Y,120); ?>
after upgrade xampp version to 1.8.2 , When executing script there is given notice:
Notice: Use of undefined constant Y - assumed 'Y'
Posted
Updated 10-Jul-13 19:54pm
v4
Comments
zenspace 11-Jul-13 1:36am    
show your code.
Mahnoosh_M 11-Jul-13 1:57am    
it is just one line
define(Y,120);
zenspace 11-Jul-13 2:03am    
have you tried wrapping Y with single quote?
Mahnoosh_M 11-Jul-13 2:07am    
Thanks, solved
zenspace 11-Jul-13 2:11am    
your welcome. accept my answer.please :)

1 solution

have you tried wrapping Y with single quote?

:)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900