summaryrefslogtreecommitdiff
path: root/Zend/zend_builtin_functions.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* *** empty log message ***Zeev Suraski1999-09-211-10/+10
* - Move some more Zend internal functions from PHPAndi Gutmans1999-09-201-0/+155
* - Newline for Sun's compilerAndi Gutmans1999-09-201-1/+1
* - Add some internal functions to ZendAndi Gutmans1999-09-201-0/+129
* Added zend_num_args() and zend_get_arg()Zeev Suraski1999-09-201-0/+61
* Add a file in which we can put Zend builtin functionsZeev Suraski1999-09-201-0/+42