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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T21:57:14+00:00 2026-05-19T21:57:14+00:00

I just read about Top Bad Practices in PHP and became curious if what

  • 0

I just read about
Top Bad Practices in PHP and became curious if what I’m doing is also a bad practice…

I usually typecast an array to object

$person = (object)$person;

just because I prefer typing

$person->name

than

$person['name']

Note: I’m not dealing with multi-dimensional arrays when I use this approach.

Need expert advice so I can stop if this is a bad practice 🙁 Thanks Guys!

  • 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-19T21:57:15+00:00Added an answer on May 19, 2026 at 9:57 pm

    No, it’s not bad practice. As a matter of fact, it’s even on the PHP page as a published example: http://www.php.net/manual/en/language.types.object.php#language.types.object.casting

    There are plenty of legitimate uses, also (your example is a bit capricious); for example:

    $result = (object)mysql_fetch_assoc();
    

    is faster than

    $result = mysql_fetch_object();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I just read this post about why new-line warnings exist, but to be honest
I just started to read about this new technology... Does someone have some knowledge
Just finished read this post by Greg Young, where he is talking about Microsoft
I just got Delphi 2009 and have previously read some articles about modifications that
I just read a comment at FlexExamples : One thing to note about the
I've just read about the Single Responsibility Principle and at one point Robert C.
I just read up on a performance of LINQ, and there is a HUGE
I just read the Wikipedia article on mock objects , but I'm still not
I just read a post mentioning full text search in SQL. I was just
I just read Joel Spolsky's article, Up the tata without a tutu , where

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.