[PHP] The generated __isset() method now returns true for read-only properties.
This commit is contained in:
parent
36be36d618
commit
73bb909bae
3 changed files with 26 additions and 21 deletions
|
|
@ -12,6 +12,7 @@ check::classname(simplestruct,$ss);
|
|||
$as=new arraystruct();
|
||||
$as->array_c="abc";
|
||||
check::equal($as->array_c,"a",'$as->array_c=="a"');
|
||||
check::equal(isset($as->array_const_i),TRUE,'isset($as->array_const_i)');
|
||||
|
||||
check::done();
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue