faizulbari Posted February 3, 2007 Share Posted February 3, 2007 suppose i have the code:: class foo { public static $arr = array(0 => 1,2,2,3,4); } Link to comment https://forums.phpfreaks.com/topic/36908-problem-with-a-static-array/ Share on other sites More sharing options...
Orio Posted February 3, 2007 Share Posted February 3, 2007 And... Link to comment https://forums.phpfreaks.com/topic/36908-problem-with-a-static-array/#findComment-176080 Share on other sites More sharing options...
hvle Posted February 3, 2007 Share Posted February 3, 2007 try print_r(foo::$arr); Link to comment https://forums.phpfreaks.com/topic/36908-problem-with-a-static-array/#findComment-176082 Share on other sites More sharing options...
faizulbari Posted February 3, 2007 Author Share Posted February 3, 2007 i posted the full problem again under name problem with a static array __ plz check this out Link to comment https://forums.phpfreaks.com/topic/36908-problem-with-a-static-array/#findComment-176085 Share on other sites More sharing options...
wildteen88 Posted February 3, 2007 Share Posted February 3, 2007 So this a double post? In that case (looking at the topics you have made) I am looking this topic. If am wrong then PM me why I am and the reason for posting this topic. Link to comment https://forums.phpfreaks.com/topic/36908-problem-with-a-static-array/#findComment-176192 Share on other sites More sharing options...
Recommended Posts