|
|
|
@433
|
[433]
|
10 months |
weyrick |
add ArrayAccess? hooks to interpreter. still needed in generator.
|
|
|
|
@428
|
[428]
|
10 months |
weyrick |
list() semantics: if rval is empty, vars in the list get set to null
|
|
|
|
@427
|
[427]
|
10 months |
weyrick |
add the hooks into eval and generate to support object iteration in …
|
|
|
|
@410
|
[410]
|
11 months |
weyrick |
add support for "new $this->propfetchclassname"
this seems to make Smarty …
|
|
|
|
@386
|
[386]
|
11 months |
weyrick |
exception fixes with new test case, courtesy of Honeymonster on #roadsend
|
|
|
|
@269
|
[269]
|
13 months |
weyrick |
a reference assignment bug highlighting the problem in bug-id-1889
|
|
|
|
@266
|
[266]
|
13 months |
weyrick |
few more object compare tweaks, with new test
|
|
|
|
@253
|
[253]
|
13 months |
weyrick |
only truncate if we need to
|
|
|
|
@251
|
[251]
|
13 months |
weyrick |
do property inheritance in finalize-class, to preserve the same property …
|
|
|
|
@248
|
[248]
|
13 months |
weyrick |
magic constant FUNCTION is also defined for methods
|
|
|
|
@247
|
[247]
|
13 months |
weyrick |
kill the recure protect i added. shouldn't be needed, can't
remember what …
|
|
|
|
@243
|
[243]
|
13 months |
weyrick |
change message for illegal hash indexes. fixes failing hash.php in test …
|
|
|
|
@242
|
[242]
|
13 months |
weyrick |
do FUNCTION, METHOD and CLASS magic constants
at compile time …
|
|
|
|
@241
|
[241]
|
13 months |
weyrick |
objects with no properties are no longer considered empty
in php5. this …
|
|
|
|
@237
|
[237]
|
13 months |
weyrick |
add a check to not allow instantiation of an object with a private …
|
|
|
|
@232
|
[232]
|
13 months |
weyrick |
some object equality tests that are failing
|
|
|
|
@226
|
[226]
|
13 months |
weyrick |
make isset a language construct instead of a builtin, and implement …
|
|
|
|
@223
|
[223]
|
13 months |
weyrick |
adds support for class const fetches in decl-literal
so it can be used as …
|
|
|
|
@220
|
[220]
|
13 months |
weyrick |
superglobals should always be containerized. fixes #3506
|
|
|
|
@219
|
[219]
|
13 months |
weyrick |
add interface_exists() and add autoload param to class_exists
|
|
|
|
@175
|
[175]
|
14 months |
weyrick |
add instanceof operator
|
|
|
|
@169
|
[169]
|
14 months |
weyrick |
some initial support for object desctructors, using finalizers. since we …
|
|
|
|
@167
|
[167]
|
14 months |
weyrick |
support for method flags (checks not enforced yet), and some fixes and …
|
|
|
|
@161
|
[161]
|
14 months |
weyrick |
much work on static class members
this is more of a checkpoint commit as …
|
|
|
|
@160
|
[160]
|
15 months |
weyrick |
allow specifying static members with visibility. change name of …
|
|
|
|
@150
|
[150]
|
15 months |
weyrick |
some php5 related tweaks and notes
|
|
|
|
@148
|
[148]
|
15 months |
weyrick |
php5 compatible case sensitivity in classes
|
|
|
|
@145
|
[145]
|
15 months |
weyrick |
move php5 specific tests into the main test suite
|
|
|
|
@104
|
[104]
|
17 months |
weyrick |
version bump
|
|
|
|
@95
|
[95]
|
17 months |
weyrick |
get versioning correct for php4/php5
|
|
|
|
@60
|
[60]
|
21 months |
weyrick |
comment out some failing (on compile) Really Big Floats
these work in the …
|
|
|
|
@59
|
[59]
|
21 months |
weyrick |
make float output more compatible with Zend. this "fixes" several of the …
|
|
|
|
@52
|
[52]
|
22 months |
weyrick |
work on number handling:
* move def of MAX-INT-SIZE to opaque-math
* …
|
|
|
|
@51
|
[51]
|
22 months |
weyrick |
make is_subclass_of php5 compatible
|
|
|
|
@47
|
[47]
|
22 months |
weyrick |
a patch from dinu, with a few changes, to allow get_parent_class to accept …
|
|
|
|
@28
|
[28]
|
23 months |
weyrick |
fix object instantiation in the form of $a = new $this->foo('arg') where …
|
|
|
|
@27
|
[27]
|
23 months |
weyrick |
a few minor test updates
|
|
|
|
@23
|
[23]
|
23 months |
weyrick |
parser: support object instantiation in the form of "new $c;"
this worked …
|
|
|
|
@22
|
[22]
|
23 months |
weyrick |
support for evaluation of $name in define($name, 'foo')
|
|
|
|
@1
|
[1]
|
2 years |
weyrick |
initial import
|