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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T10:21:53+00:00 2026-06-13T10:21:53+00:00

I was wondering does anyone know which of the features in PHP 5.4 are

  • 0

I was wondering does anyone know which of the features in PHP 5.4 are not supported in Facebook’s Hiphop library. There’s some questions on the Hiphop github wiki, such as this one, that very vaguely state :

HipHop does not currently support all PHP 5.4 features.

At the moment I just have to assume, for working purposes, all new features are not compatible as none are specified to work, if anyone has any insight on this that would be great, thanks in advance.

  • 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-13T10:21:53+00:00Added an answer on June 13, 2026 at 10:21 am

    Stay away from the following:

    Trait Declaration:

    trait vehicleInfo {
        function getSpeed() { /*1*/ }
        function getWheels() { /*2*/ }
    }
    
    class Car extends Vehicle {
        use vehicleInfo;
        /* ... */
    }
    
    class Motorcycle extends Vehicle {
        use vehicleInfo;
        /* ... */
    }
    

    PHP 5.4 Array Instantiation:

    $array = [
        "name" => "John Smith",
        "job" => "Basketweaver",
    ];
    

    Function array dereferencing:

    function small_numbers() {
        return array (0, 1, 2);
    }
    
    echo small_numbers()[0];
    

    Class Member Access on Instantiation:

    (new Foo)->bar();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was wondering does anyone know if its possible to open a wifi and
Does anyone know if there is a way to add custom buttons to the
I was wondering if anyone knew of some code which implements two buttons where
Does anyone know how the cancelAllLocalNotifications method works on UIApplication? I'm wondering specifically how
Does anyone know if there is a help authoring tool out there that can
Hello: I have been experimenting with WPF this afternoon, Im wondering does anyone know
I am wondering does the size() function returns an internal stored variable (which gives
Following up from my last question does anyone know how I can use a
I have been wondering: Has anyone successfully deployed a Google App Engine which uses
Does anyone know what's going on with Hibernate? For a few days hibernate.org was

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.