summaryrefslogtreecommitdiff
path: root/Zend/zend_builtin_functions.c
Commit message (Collapse)AuthorAgeFilesLines
...
* (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
| | | | | - Get rid of compiler warnings for unused function crash()
* *** 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
| | | | | - Implement ticks - Germany&Norway - 5 points!
* - Change IS_UNSET -> IS_NULLAndi Gutmans2000-01-041-1/+1
|
* - Nuke undefined_variable_stringZeev Suraski1999-12-311-0/+1
| | | | | - Introduce IS_UNSET
* 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
| | | | | them.
* 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
| | | | | - Rename getParameters() and friends for consistency and namespace cleanliness
* Doh! I'm an idiot.Andrei Zmievski1999-12-151-10/+3
|
* - s/inheritence/inheritance/gAndrei Zmievski1999-12-151-0/+41
| | | | | - Added is_subclass_of() function
* 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
| | | | | | | - Moved function_exists() here from from the basic_functions.c - Modified method_exists() to convert method name to lowercase when checking
* - 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