From:             
Operating system: ubuntu
PHP version:      5.3.5
Package:          CGI related
Bug Type:         Bug
Bug description:__LINE__ provides unexpected value

Description:
------------
This issue is very similar to Bug #20035 but the difference is in the #!
line.

I am trying to find a way to specify the #! line, including the -d option
such that the value of __LINE__ is correct.

Test script:
---------------
$ php5 -dauto_prepend_file=auto_prepend.php <test.php #correct value of
__LINE__

Line: 2

#!/usr/bin/php5 -dauto_prepend_file=auto_prepend.php

Line: 7



$ ./test.php #incorrect value of __LINE__

Line: 3

Line: 6



$ php5 -dauto_prepend_file=auto_prepend.php test.php #incorrect

Line: 3

Line: 6

$ cat auto_prepend.php

<?php

echo "Line: " . __LINE__ . "\n";

?>

$ cat test.php

#!/usr/bin/php5 -dauto_prepend_file=auto_prepend.php

<?php

function function_name() {

}

function function_name2() {

}

echo "Line: " . __LINE__ . "\n";

?>


-- 
Edit bug report at http://bugs.php.net/bug.php?id=54081&edit=1
-- 
Try a snapshot (PHP 5.2):            
http://bugs.php.net/fix.php?id=54081&r=trysnapshot52
Try a snapshot (PHP 5.3):            
http://bugs.php.net/fix.php?id=54081&r=trysnapshot53
Try a snapshot (trunk):              
http://bugs.php.net/fix.php?id=54081&r=trysnapshottrunk
Fixed in SVN:                        
http://bugs.php.net/fix.php?id=54081&r=fixed
Fixed in SVN and need be documented: 
http://bugs.php.net/fix.php?id=54081&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=54081&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=54081&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=54081&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=54081&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=54081&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=54081&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=54081&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=54081&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=54081&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=54081&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=54081&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=54081&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=54081&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=54081&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=54081&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=54081&r=mysqlcfg

Reply via email to