|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-10-03 20:53 UTC] zeev
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Tue Jun 16 01:00:01 2026 UTC |
Output from IRIX 6.5 MIPSpro Compilers: Version 7.2.1: "functions/basic_functions.c", line 871: error(1028): expression must have a constant value pval *args[2] = {&key1, &key2}; ^ "functions/basic_functions.c", line 871: error(1028): expression must have a constant value pval *args[2] = {&key1, &key2}; Can be fixed by changing init to something like args[0] = &key1; args[1] = &key2;