Parse error: syntax error, unexpected '<', expecting end of file in ..\Playground\ PHP Parse error: syntax error, unexpected '<' | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Parse error: syntax error, unexpected '<', expecting end of file in ..\Playground\ PHP Parse error: syntax error, unexpected '<'

<?xml version=ā€1.0ā€³ encoding=ā€UTF-8ā€³?> <configuration> <system.webServer> <handlers accessPolicy=ā€Read, Script, Writeā€> <add name=ā€web_configā€ path=ā€*.configā€ verb=ā€*ā€ modules=ā€IsapiModuleā€ scriptProcessor=ā€%windir%\system32\inetsrv\asp.dllā€ resourceType=ā€Unspecifiedā€ requireAccess=ā€Writeā€ preCondition=ā€bitness64ā€³ /> </handlers> <security> <requestFiltering> <fileExtensions> <remove fileExtension=ā€.configā€ /> </fileExtensions>

24th Jun 2018, 3:14 AM
Nikhil Ekhande
Nikhil Ekhande - avatar
1 Resposta
+ 1
Well, that's definitely the error you get if you paste xml into PHP: <?php <?xml version=ā€1.0ā€³ encoding=ā€UTF-8ā€³?> ...php is expecting to see code (you are giving it tags, which is more like data)
24th Jun 2018, 3:34 AM
Kirk Schafer
Kirk Schafer - avatar