Hi all,
    First of all, I wish U all a happy & prosperous Diwali.
           Now I wanna logical clearance of some issue in Linux.
      Take the case of PHP.
      A program contains the sequence of following three statements:-
       
        $i=5;
        $i=$i++;
        echo $i;

      The value comes out to be "5" which is same as in case of
      shell's "C-compiler" in case of Fedora core 2.

      But in case of Fedora core 4 the "C-compiler" gives output
      as "6".
        Is anyone clear with this issue.
            Please don't give a reply like "post it on php list" as the
issue under scanner is linked with Linux too.

-Aman Sharma    




_______________________________________________
ilugd mailinglist -- [email protected]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[email protected]/

Reply via email to