summaryrefslogtreecommitdiff
path: root/Zend/zend_builtin_functions.c
Commit message (Expand)AuthorAgeFilesLines
* Made an alias for hash apply with arguments.Andrei Zmievski2000-06-091-1/+1
* Fixed bug #4819Zeev Suraski2000-06-091-3/+22
* - Complete change to create_function()Andi Gutmans2000-06-051-3/+3
* Rename lambda()Zeev Suraski2000-06-041-3/+3
* Fix a lambda() bugZeev Suraski2000-06-031-1/+1
* Add missing {Zeev Suraski2000-06-031-1/+1
* - Fix Win32 compilation (Use winsock2.h from now on)Zeev Suraski2000-06-031-0/+56
* Update error codeZeev Suraski2000-06-021-7/+18
* Added a way to get all declared classes.Andrei Zmievski2000-05-011-2/+33
* Initial support for trapping errors (not complete and disabled; will be enab...Zeev Suraski2000-04-191-0/+24
* - Renamed get_used_files() to get_required_files() for consistencyZeev Suraski2000-04-191-3/+49
* The checks for func_num_args() and friends were broken - fixedZeev Suraski2000-03-281-17/+14
* - Stop zend_func_args() and co. from crashingAndi Gutmans2000-03-261-3/+16
* - Some header dependencies cleanupZeev Suraski2000-03-251-2/+0
* - Nuke hash_*_ptr functionsAndi Gutmans2000-03-241-1/+1
* Use WRONG_PARAM_COUNT.Andrei Zmievski2000-03-231-8/+8
* - Make it compileZeev Suraski2000-03-231-1/+1
* Added get_class_methods().Andrei Zmievski2000-03-231-0/+42
* The third argument to define() wasn't working right, fixedZeev Suraski2000-03-181-1/+1
* -Zeev Suraski2000-03-121-1/+4
* - Quick way of supporting include_once().Andi Gutmans2000-03-101-4/+4
* It's official now...Zeev Suraski2000-03-061-3/+3
* Fixed some protos.Egon Schmid2000-02-271-8/+4
* compilation error - Win32Sam Ruby2000-02-261-0/+1
* Added get_class_vars() and get_object_vars() functions.Andrei Zmievski2000-02-261-0/+53
* (c) patchZeev Suraski2000-02-191-1/+1
* ZEND_TEST_EXCEPTIONS should be defined/undefined before it's checkedZeev Suraski2000-02-161-2/+2
* - Fix bug in func_get_arg()Andi Gutmans2000-02-141-2/+6
* *** empty log message ***Zeev Suraski2000-02-131-0/+15
* Patches from Walter for strncmp() stuff.Andrei Zmievski2000-02-081-0/+18
* Pass the executor globals to internal functionsZeev Suraski2000-02-051-8/+0
* - Implement declare() with declarables frameworkZeev Suraski2000-01-241-2/+2
* - Change IS_UNSET -> IS_NULLAndi Gutmans2000-01-041-1/+1
* - Nuke undefined_variable_stringZeev Suraski1999-12-311-0/+1
* Change ALLOC_ZVAL() semanticsZeev Suraski1999-12-261-2/+2
* - Create two new macro's. ALLOC_ZVAL() and FREE_ZVAL(z) and make Zend useAndi Gutmans1999-12-241-2/+2
* Kill compiler warningSascha Schumann1999-12-221-1/+0
* - Fix function_exists()Zeev Suraski1999-12-221-8/+7
* - Introduce ZEND_NUM_ARGS(), to replace ARG_COUNT(ht)Zeev Suraski1999-12-181-19/+19
* Doh! I'm an idiot.Andrei Zmievski1999-12-151-10/+3
* - s/inheritence/inheritance/gAndrei Zmievski1999-12-151-0/+41
* val->lenAndrei Zmievski1999-12-151-1/+1
* Faster, must go faster.Andrei Zmievski1999-12-151-3/+3
* - Added class_exists()Andrei Zmievski1999-12-141-5/+63
* - Implement get_used_files() and get_imported_files()Zeev Suraski1999-12-041-0/+42
* use getParametersEx for all builtin functionsThies C. Arntzen1999-10-041-48/+48
* - Move is_ref back to being an unsigned char and not a bit field.Andi Gutmans1999-10-011-2/+2
* - Remove locking support completelyAndi Gutmans1999-10-011-1/+0
* preliminary fix for each until andi & zeev clean up!Thies C. Arntzen1999-09-221-1/+3
* Add get_func_args()Zeev Suraski1999-09-211-10/+45