summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* - Internal functions which are basic language functions should be in ZendAndi Gutmans1999-09-201-1/+0
| | | | | | and not in PHP. I.e. strlen(), each(), error_reporting(), count(), get_class_name().
* Support resource type in gettype()Andi Gutmans1999-08-011-2/+2
|
* -Tiny fixAndi Gutmans1999-07-291-1/+2
|
* - Added get_class($obj), get_parent_class($obj) and method_exists($obj,"name")Andi Gutmans1999-07-281-2/+18
|
* - Fix the new operator incompatibility.Andi Gutmans1999-07-261-0/+1
| | | | | | | - I commented PHP_FUNCTION(strtotime) in datetime.c because it stopped win32 from compiling. This needs to be fixed!!! - Check out libzend to compile the tree now.
* More cleanup.Andrey Hristov1999-07-085-0/+113
|
* Reduce clutter a bit.Andrey Hristov1999-07-0817-0/+277