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

  • Home
  • SEARCH
  • 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 9199039
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T22:26:02+00:00 2026-06-17T22:26:02+00:00

I have a snippet of code that looks like so: if(array_key_exists(‘uid’,$_SESSION)){ $userdata->readUser($_SESSION[‘uid’]); $ACL =

  • 0

I have a snippet of code that looks like so:

if(array_key_exists('uid',$_SESSION)){
     $userdata->readUser($_SESSION['uid']); 
     $ACL = new ACL($_SESSION['uid']);
     $userPerms = $ACL->setACL();
     if(!in_array_r("adminUI",$userPerms['perms'],true)){
        echo "Couldnt fine adminUI in:";
         var_dump($userPerms['perms']); 
     }
}

And the in_array_r function is:

function in_array_r($needle, $haystack, $strict = false) {
    foreach ($haystack as $item) {
        if (($strict ? $item === $needle : $item == $needle) || (is_array($item) && in_array_r($needle, $item, $strict))) {
            return true;
        }
    }

    return false;
}

Which I got from: in_array() and multidimensional array

However the output of this shows:

Couldnt fine adminUI in:
array(2) {
  [0]=>
  array(1) {
    ["perm_desc"]=>
    string(7) "adminUI"
  }
  [1]=>
  array(1) {
    ["perm_desc"]=>
    string(9) "apiAccess"
  }
}

If i change the function to check the array without STRICT it will find the needle, but FAILS on strict check…

I’m beating my head into the desk trying to figure this one out.

EDIT

Jan Schejbal was awesome enough to point out that this code works perfectly fine. I was not coherent enough to realize my working directory. Thank you again Jan Schejbal.

  • 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-06-17T22:26:03+00:00Added an answer on June 17, 2026 at 10:26 pm

    I originally posted this as a comment, but since it indeed was the answer to the question…

    If you have a totally WTF error:

    1. Change the error message and run the program again. If it shows the original error message, you are running a different file than you are editing (e.g. not uploading, wrong directory) or have another copy of the error-message generating code somewhere.

    2. Check your files for unprintable characters using an editor that shows them

    No. 1 is one of the most common reasons for unexplainable errors.

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

Sidebar

Related Questions

I have code that looks like the following: //unrelated code snipped resolver.reset(new tcp::resolver(iosvc)); tcp::resolver::query
I have a code snippet that looks like this: [tableView beginUpdates]; [tableView deleteRowsAtIndexPaths:[NSArray arrayWithObject:indexPath]
I have a snippet of code that looks like this: double Δt = lastPollTime
I have a snippet of code that looks something like this: data SomeData =
I have a shell-script that looks like the following code snippet: ... export updates=0
I have a Fortran77 snippet that looks like this: DO 1301 N=NMLK-2,2,-1 Some code...
Today I noticed a snippet of code that looks like the one below: public
I have a short snippet of C# code like this: HtmlGenericControl titleH3 = new
I have a snippet of an XML file that looks like: <?xml version=1.0 encoding=utf-16?>
I have a snippet of code im trying to parse with nokogiri that looks

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.