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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T14:51:05+00:00 2026-06-05T14:51:05+00:00

I was programming a client user database this afternoon when I noticed PHP starting

  • 0

I was programming a client user database this afternoon when I noticed PHP starting to crash without a parse error — in what I can only assume was a segmentation fault. I tried narrowing down the problem until I realized when I renamed certain functions, they would stop crashing. This is the most bizarre PHP bug I’ve ever encountered. Here are some of the function names causing the problem:

create_user_account() – crashes
renamed to create_user_email() – works
check_user_email() – crashes
renamed to check_user_account() – works

I’m at a total loss on what could be causing this error. Any help in tracing the issue or diagnosing the problem would be appreciated.

  • 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-05T14:51:06+00:00Added an answer on June 5, 2026 at 2:51 pm

    Try this:

    function foo() {}
    

    works! But now:

    function foo() {}
    function foo() {}
    

    crashes! Oh! Let’s rename the function:

    function foo() {}
    function foo2() {}
    

    Works! Yay! Works! Happy day!!!! Sing and Dance!


    To make a long story short: This calls for basic debugging first – which code is hit when the screen is blank? Please do a error_reporting(~0); ini_set('display_errors', 1); at the very beginning of your script. Additionally you should enable error logging and follow the error log. And at that stage then: Which part of the error message do you not understand in specific?

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

Sidebar

Related Questions

I am programming a web API client in PHP that parses CSV data into
I'm programming a C/C++ client/server sockets application. At this point, the client connects itselfs
I have been working on VB6 database desktop programming, but now a client is
I have a client who wants a small database program that can run on
I am looking for a database that can I run SQL statements on without
I'm programming in PHP procedurally (is this even a word?) for about five years
I'm currently programming a client application and I'm wondering whether I should use the
I'm programming a client server app. I'm wondering to end the connection, which side
I'm currently new into client-side programming, especially using the Jquery Ajax method to call
I was learning socket programming and tried to design a basic http client of

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.