Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
0002886 |
[Quercus] |
minor |
always |
09-01-08 02:04 |
09-18-08 14:46 |
|
Reporter |
PeterJanRoes |
View Status |
public |
|
Assigned To |
ferg |
Priority |
normal |
Resolution |
fixed |
|
Status |
closed |
|
Product Version |
3.1.6 |
|
Summary |
0002886: Type hints: "not null" arguments are not checked on function call |
Description |
It seems that function arguments with a type hint do not check for null values if the possibility of null values has not been explicitly defined. The official PHP implementation does perform this check. A code sample has been included to demonstrate the problem. |
Additional Information |
|
|
Attached Files |
TestTypeHint.php [^] (700 bytes) 09-01-08 02:04 |
|