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 6381681
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T02:25:35+00:00 2026-05-25T02:25:35+00:00

I was reading the book Extending and Embedding PHP and came across this line

  • 0

I was reading the book Extending and Embedding PHP and came across this line in C (with related structures):

typedef struct {
    int sampleint;
    char *samplestring;
} php_sample_globals;
int sample_globals_id;

(((php_sample_globals*)(*((void ***)tsrm_ls))[sample_globals_id - 1])->sampleint = 5

The author then writes:
“Don’t be concerned if you have trouble parsing that statement; it’s so well integrated into the PHPAPI that some developers never bother to learn how it works.”

I start to get lost around *((void ***)tsrm_ls)

  • 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-25T02:25:36+00:00Added an answer on May 25, 2026 at 2:25 am
    *((void ***)tsrm_ls)
    

    Cast the variable tsrm_ls as a pointer to a pointer to a pointer and then get what is pointed to (thus you end up with a pointer to a pointer)

    Looking at the rest of the code and assuming it is correct:

    tsrm_ls is a pointer to an array of pointers to php_sample_globals structures.

    This code looks at the sample_globals_id-1 index into that array finds the structure it points to and then sets the sampleint element of that structure to 5

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

Sidebar

Related Questions

While reading a book, i came across this statement: The methods of an object
I was reading a book and came across a program to read entries from
When reading a book for business objects, I came across the term- fact table
While reading a book about JavaScript I stumbled across an example: var names =
I'm reading this book on C# and .NET and I'm learning a bunch of
I'm reading a book Crafting Rails Applications by Jose Valim and have come across
I am reading a book which mentions this If the compiler knows every use
I'm reading a book about data structures in java, and it's talking about iterators
So I am reading this book titled Java Concurrency in Practice and I am
I am reading this book called Java Concurrency in Practice and the author gives

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.