php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13330 Will not Compile so called Inlines of Code,
Submitted: 2001-09-16 10:24 UTC Modified: 2001-09-16 10:28 UTC
From: pudrik at telia dot com Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 4.0.6 OS: WIN2K
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
30 - 14 = ?
Subscribe to this entry?

 
 [2001-09-16 10:24 UTC] pudrik at telia dot com
for example...
try the following under linux and under windows..
the win version will not work!

<?PHP
echo "sample time()";
?>

in Linux it will work as it would and display "sample and the timestamp" but in windows it displays "sample time()"

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-09-16 10:28 UTC] derick@php.net
It should echo out "sample time()" and it does that on both win2k, win 98 and Linux for me.
No bug.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 03:02:51 2024 UTC