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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T02:14:26+00:00 2026-05-27T02:14:26+00:00

Most of my recent experience is in Java, and I was quite surprised the

  • 0

Most of my recent experience is in Java, and I was quite surprised the following PHP code did not throw a compile-time error:

<?php
class Test { }
$a = new Test('foo', true, false, 18320);

Is there any way to force this to be a syntax or compile-time error?

  • 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-27T02:14:27+00:00Added an answer on May 27, 2026 at 2:14 am

    PHP, being a very loosely-typed dynamic language, always allows you to pass any set and any number of arguments to a function or constructor call without error, unless type hints in their definitions aren’t met by the arguments passed; for instance, this won’t work:

    class Test {
        public function __construct(array $a, $b, $c, $d) {}
    }
    
    // Catchable fatal error: Argument 1 passed to Test::__construct()
    // must be an array, string given
    $a = new Test('foo', true, false, 18320);
    

    But even then, that’s not going to cause a syntax error either — that’s a fatal error at runtime.

    The closest you can get is to enforce the checks at runtime within the function or method bodies.

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

Sidebar

Related Questions

The code below returns the 10 most recent entries to a MySQL database. That's
I want to delete the most recent entry in MySQL using PHP, is there
Most recent problem is Third Error listed below. I am working on an application
Traceback (most recent call last): File <pyshell#9>, line 1, in <module> ClosestCommonAncestor(A,C,x) File C:\x\x.py,
After Jeph most recent post: http://www.codinghorror.com/blog/archives/001310.html , I thought to myself it would be
I downloaded the most recent version of Android for Linux (android-sdk_r05-linux_86.tgz). I was trying
I am using the most recent version of GHC distributed with Ubuntu 11.10 (7.0.3).
I want to grab the most recent entry from a table. If I was
I need to select 5 most recent rows from cached Dataview object, is there
i want to select the most recent entry from a table and see if

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.