|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2001-06-25 11:15 UTC] S dot Dreyer at celleweb dot de
Hello, i tried php-4.0.6 and the following bug accured: Fatal error: Only variables can be passed by reference in /usr/local/httpd/htdocs/kennzeichensuche.php on line 98 The code is correct and works with 4.0.4pl1 and 4.0.5 thanks Stefan Dreyer PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 12:00:01 2025 UTC |
$sql="select RSVUKZ,RSVERKB,RSVERKN from $db2_dsn.$db2_database.$db2_akz where $oid=odbc_exec($dbid,$sql); for ($i=0;$i<$num_rows;$i++) { odbc_fetch_into($oid,$i+1,&$erg); ^ +--- Error }