Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6964953
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T15:59:26+00:00 2026-05-27T15:59:26+00:00

for some reason $post is always < 0. The indoxOf function works great. I

  • 0

for some reason $post is always < 0. The indoxOf function works great. I use it on ohter codes and it works great

for some reason even after I add the element like this array_push($groups, $tempDon); on the next loop i continues to return -1

$donations = $this->getInstitutionDonations($post->ID);

            $groups=array();

            foreach( $donations as $don ) : setup_postdata($don); 

                $pos = $this->indexOf($don, $groups);

                print_r($pos);

                if($pos < 0)
                {
                    $tempDom = $don;

                    $tempDon->count = 1;

                    array_push($groups, $tempDon);
                }
                else
                {
                    $tempDom = $groups[$pos];

                    $tempDon->count++;

                    array_splice($tempDon);

                    array_push($groups, $tempDon);

                    echo '<br><br><br>ahhhhhhhhhh<br><br>';
                }
            endforeach;

     protected function indexOf($needle, $haystack) {            // conversion of JavaScripts most awesome
        for ($i=0;$i<count($haystack);$i++) {         // indexOf function.  Searches an array for
                if ($haystack[$i] == $needle) {       // a value and returns the index of the *first*
                        return $i;                    // occurance
                }
        }
        return -1;
    }
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T15:59:26+00:00Added an answer on May 27, 2026 at 3:59 pm

    This looks like an issue of poor proofreading to me (note $tempDom vs $tempDon):

                    $tempDom = $don;
    
                    $tempDon->count = 1;
    
                    array_push($groups, $tempDon);
    

    Your else block has similar issues.

    I also completely agree with @hakre’s comment regarding syntax inconsistencies.

    EDIT

    I’d also like to recommend that you make use of PHP’s built-in array_search function in the body of your indexOf method rather than rolling your own.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

For some reason (probably because i don't understand closures) function inResult always returns false
For some reason there's a variable called d that is defined immediately after I
For some reason, I am getting a weird overlapping dropdown menu glitch. It works
For some reason the paramater OriginalLocation is always null in the following code. What
For some reason, the value returned by the Modal Dialog box is always undefined.
For some reason the paramater OriginalLocation is always null in the following code. What
I always have issues for some reason when trying to set a textviews text
For some reason, this line of code is returning undefined for $(this).attr(href) $(a).attr(href, javascript:page('
for some reason when I try to call CocoaAsyncSocket's onSocket:didReadData:withTag method, it's failing and
For some reason I can't detect I can't set a z index for any

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.